www.kristenkruger.com Open in urlscan Pro
34.69.219.172  Public Scan

URL: https://www.kristenkruger.com/
Submission: On March 18 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

#

<form id="quote-start-1ayvkdp" action="#" class="w-full mt-4 grid gap-6 @lg:grid-cols-2 @lg:gap-4 @2xl:grid-cols-3 @2xl:items-center @2xl:bg-sf-charcoal-100 @2xl:p-6 @2xl:mt-0 @5xl:gap-6 @5xl:p-8">
  <!-- start partial: shared/components/ui/select-input-label.hbs -->
  <label for="gaq-product-1ayvkdp"
    class="font-mecherlesans-reg relative block h-12 w-full border-b border-sf-charcoal text-base text-sf-charcoal placeholder-current [&amp;_select]:h-full [&amp;_select]:w-full [&amp;_select]:cursor-pointer [&amp;_select]:appearance-none [&amp;_select]:px-3 [&amp;_select]:transition-shadow [&amp;_select]:focus-within:outline-none [&amp;_select]:focus-within:ring [&amp;_select]:focus-within:ring-inset [&amp;_select]:focus-within:ring-sf-red-500 "
    :class="{}">
    <span class="absolute -top-4 left-0 text-xs font-semi">Select an Insurance Product</span>
    <div class="relative flex flex-row items-center w-full h-full">
      <select id="gaq-product-1ayvkdp" name="field-auto" @change="selectProduct()" x-model="productKey" aria-controls="specific-location-info-1ayvkdp" :aria-describedby="productSelected ? '' : describeErrorsID()" class="bg-white" aria-describedby="">
        <option value="" selected="" hidden="">Select Product</option>
        <template x-for="line in lineOptions">
          <option :value="line.key" x-text="line.label"></option>
        </template>
        <option :value="line.key" x-text="line.label" value="auto">Auto</option>
        <option :value="line.key" x-text="line.label" value="homeowners">Homeowners</option>
        <option :value="line.key" x-text="line.label" value="condo">Condo Owners</option>
        <option :value="line.key" x-text="line.label" value="renters">Renters</option>
        <option :value="line.key" x-text="line.label" value="life">Life</option>
        <option :value="line.key" x-text="line.label" value="hospital">Hospital Income</option>
        <option :value="line.key" x-text="line.label" value="medicare">Medicare Supplement</option>
        <option :value="line.key" x-text="line.label" value="pet">Pet Insurance</option>
        <option :value="line.key" x-text="line.label" value="business">Small Business</option>
      </select>
      <div class="absolute right-4 pointer-events-none">
        <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 7" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
            <path fill="currentColor" fill-rule="evenodd" d="M.293.293a1 1 0 0 1 1.414 0L6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z" clip-rule="evenodd"></path>
          </svg></div>
      </div>
    </div>
  </label>
  <!-- end partial: shared/components/ui/select-input-label.hbs -->
  <div id="specific-location-info-1ayvkdp">
    <div x-show="type() == 'zip'">
      <!-- start partial: shared/components/ui/text-input-label.hbs -->
      <div class="relative w-full " :class="{}">
        <input id="gaq-zip-1ayvkdp" type="text" class="bg-white m2-form-input peer" x-model="zip" name="field-zip" autocomplete="postal-code" placeholder="ZIP Code" aria-required="true" :aria-invalid="!isZipValid()"
          :aria-describedby="isZipValid() ? '' : describeErrorsID()" @keydown.enter.prevent="validate()" aria-describedby="">
        <label
          class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
          for="gaq-zip-1ayvkdp"> ZIP Code </label>
      </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
    </div>
    <div x-show="type() == 'loc'" style="display: none;">
      <!-- start partial: shared/components/ui/select-input-label.hbs -->
      <label for="gaq-loc-1ayvkdp"
        class="font-mecherlesans-reg relative block h-12 w-full border-b border-sf-charcoal text-base text-sf-charcoal placeholder-current [&amp;_select]:h-full [&amp;_select]:w-full [&amp;_select]:cursor-pointer [&amp;_select]:appearance-none [&amp;_select]:px-3 [&amp;_select]:transition-shadow [&amp;_select]:focus-within:outline-none [&amp;_select]:focus-within:ring [&amp;_select]:focus-within:ring-inset [&amp;_select]:focus-within:ring-sf-red-500 "
        :class="{}">
        <span class="absolute -top-4 left-0 text-xs font-semi">State Selection</span>
        <div class="relative flex flex-row items-center w-full h-full">
          <select id="gaq-loc-1ayvkdp" class="bg-white" x-model="state" name="field-state" aria-required="true" :aria-invalid="!isStateValid()" :aria-describedby="isStateValid() ? '' : describeErrorsID()" @keydown.enter.prevent="validate()"
            aria-describedby="">
            <option value="" selected="" hidden="">Your State</option>
            <option value="AL">Alabama</option>
            <option value="AK">Alaska</option>
            <option value="AZ">Arizona</option>
            <option value="AR">Arkansas</option>
            <option value="CA">California</option>
            <option value="CO">Colorado</option>
            <option value="CT">Connecticut</option>
            <option value="DE">Delaware</option>
            <option value="FL">Florida</option>
            <option value="GA">Georgia</option>
            <option value="HI">Hawaii</option>
            <option value="ID">Idaho</option>
            <option value="IL">Illinois</option>
            <option value="IN">Indiana</option>
            <option value="IA">Iowa</option>
            <option value="KS">Kansas</option>
            <option value="KY">Kentucky</option>
            <option value="LA">Louisiana</option>
            <option value="ME">Maine</option>
            <option value="MD">Maryland</option>
            <option value="MA">Massachusetts</option>
            <option value="MI">Michigan</option>
            <option value="MN">Minnesota</option>
            <option value="MS">Mississippi</option>
            <option value="MO">Missouri</option>
            <option value="MT">Montana</option>
            <option value="NE">Nebraska</option>
            <option value="NV">Nevada</option>
            <option value="NH">New Hampshire</option>
            <option value="NJ">New Jersey</option>
            <option value="NM">New Mexico</option>
            <option value="NY">New York</option>
            <option value="NC">North Carolina</option>
            <option value="ND">North Dakota</option>
            <option value="OH">Ohio</option>
            <option value="OK">Oklahoma</option>
            <option value="OR">Oregon</option>
            <option value="PA">Pennsylvania</option>
            <option value="RI">Rhode Island</option>
            <option value="SC">South Carolina</option>
            <option value="SD">South Dakota</option>
            <option value="TN">Tennessee</option>
            <option value="TX">Texas</option>
            <option value="UT">Utah</option>
            <option value="VT">Vermont</option>
            <option value="VA">Virginia</option>
            <option value="WA">Washington</option>
            <option value="DC">Washington, D.C.</option>
            <option value="WV">West Virginia</option>
            <option value="WI">Wisconsin</option>
            <option value="WY">Wyoming</option>
          </select>
          <div class="absolute right-4 pointer-events-none">
            <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 7" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
                <path fill="currentColor" fill-rule="evenodd" d="M.293.293a1 1 0 0 1 1.414 0L6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z" clip-rule="evenodd"></path>
              </svg></div>
          </div>
        </div>
      </label>
      <!-- end partial: shared/components/ui/select-input-label.hbs -->
    </div>
  </div>
  <div x-show="type() !== 'biz'" class="w-full @lg:col-span-2 @2xl:col-span-1">
    <button @click.stop.prevent="validate()" type="button" :disabled="submitting" class="btn btn-primary"> Start a quote </button>
  </div>
  <div x-show="type() === 'biz'" class="w-full" style="display: none;">
    <a href="https://www.statefarm.com/small-business-solutions/insurance/contact#agentAssociateID=KJXSF46V000&amp;source=m2" class="btn btn-primary">
                    Request a Quote
                </a>
  </div>
  <template x-if="errors.length > 0">
    <div role="alert" aria-atomic="true" :id="ariaDescribedByErrorsID">
      <template x-for="error in errors">
        <h3 class="p-3 border-2 font-med text-sf-red-700 bg-sf-red-100 border-sf-red-700 rounded-2xl" x-html="error"></h3>
      </template>
    </div>
  </template>
</form>

#

<form id="quote-start-77vlv62" action="#" class="w-full mt-4 grid gap-6 @lg:grid-cols-2 @lg:gap-4 @2xl:grid-cols-3 @2xl:items-center @2xl:bg-sf-charcoal-100 @2xl:p-6 @2xl:mt-0 @5xl:gap-6 @5xl:p-8">
  <!-- start partial: shared/components/ui/select-input-label.hbs -->
  <label for="gaq-product-77vlv62"
    class="font-mecherlesans-reg relative block h-12 w-full border-b border-sf-charcoal text-base text-sf-charcoal placeholder-current [&amp;_select]:h-full [&amp;_select]:w-full [&amp;_select]:cursor-pointer [&amp;_select]:appearance-none [&amp;_select]:px-3 [&amp;_select]:transition-shadow [&amp;_select]:focus-within:outline-none [&amp;_select]:focus-within:ring [&amp;_select]:focus-within:ring-inset [&amp;_select]:focus-within:ring-sf-red-500 "
    :class="{}">
    <span class="absolute -top-4 left-0 text-xs font-semi">Select an Insurance Product</span>
    <div class="relative flex flex-row items-center w-full h-full">
      <select id="gaq-product-77vlv62" name="field-auto" @change="selectProduct()" x-model="productKey" aria-controls="specific-location-info-77vlv62" :aria-describedby="productSelected ? '' : describeErrorsID()" class="bg-white" aria-describedby="">
        <option value="" selected="" hidden="">Select Product</option>
        <template x-for="line in lineOptions">
          <option :value="line.key" x-text="line.label"></option>
        </template>
        <option :value="line.key" x-text="line.label" value="auto">Auto</option>
        <option :value="line.key" x-text="line.label" value="homeowners">Homeowners</option>
        <option :value="line.key" x-text="line.label" value="condo">Condo Owners</option>
        <option :value="line.key" x-text="line.label" value="renters">Renters</option>
        <option :value="line.key" x-text="line.label" value="life">Life</option>
        <option :value="line.key" x-text="line.label" value="hospital">Hospital Income</option>
        <option :value="line.key" x-text="line.label" value="medicare">Medicare Supplement</option>
        <option :value="line.key" x-text="line.label" value="pet">Pet Insurance</option>
        <option :value="line.key" x-text="line.label" value="business">Small Business</option>
      </select>
      <div class="absolute right-4 pointer-events-none">
        <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 7" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
            <path fill="currentColor" fill-rule="evenodd" d="M.293.293a1 1 0 0 1 1.414 0L6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z" clip-rule="evenodd"></path>
          </svg></div>
      </div>
    </div>
  </label>
  <!-- end partial: shared/components/ui/select-input-label.hbs -->
  <div id="specific-location-info-77vlv62">
    <div x-show="type() == 'zip'">
      <!-- start partial: shared/components/ui/text-input-label.hbs -->
      <div class="relative w-full " :class="{}">
        <input id="gaq-zip-77vlv62" type="text" class="bg-white m2-form-input peer" x-model="zip" name="field-zip" autocomplete="postal-code" placeholder="ZIP Code" aria-required="true" :aria-invalid="!isZipValid()"
          :aria-describedby="isZipValid() ? '' : describeErrorsID()" @keydown.enter.prevent="validate()" aria-describedby="">
        <label
          class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
          for="gaq-zip-77vlv62"> ZIP Code </label>
      </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
    </div>
    <div x-show="type() == 'loc'" style="display: none;">
      <!-- start partial: shared/components/ui/select-input-label.hbs -->
      <label for="gaq-loc-77vlv62"
        class="font-mecherlesans-reg relative block h-12 w-full border-b border-sf-charcoal text-base text-sf-charcoal placeholder-current [&amp;_select]:h-full [&amp;_select]:w-full [&amp;_select]:cursor-pointer [&amp;_select]:appearance-none [&amp;_select]:px-3 [&amp;_select]:transition-shadow [&amp;_select]:focus-within:outline-none [&amp;_select]:focus-within:ring [&amp;_select]:focus-within:ring-inset [&amp;_select]:focus-within:ring-sf-red-500 "
        :class="{}">
        <span class="absolute -top-4 left-0 text-xs font-semi">State Selection</span>
        <div class="relative flex flex-row items-center w-full h-full">
          <select id="gaq-loc-77vlv62" class="bg-white" x-model="state" name="field-state" aria-required="true" :aria-invalid="!isStateValid()" :aria-describedby="isStateValid() ? '' : describeErrorsID()" @keydown.enter.prevent="validate()"
            aria-describedby="">
            <option value="" selected="" hidden="">Your State</option>
            <option value="AL">Alabama</option>
            <option value="AK">Alaska</option>
            <option value="AZ">Arizona</option>
            <option value="AR">Arkansas</option>
            <option value="CA">California</option>
            <option value="CO">Colorado</option>
            <option value="CT">Connecticut</option>
            <option value="DE">Delaware</option>
            <option value="FL">Florida</option>
            <option value="GA">Georgia</option>
            <option value="HI">Hawaii</option>
            <option value="ID">Idaho</option>
            <option value="IL">Illinois</option>
            <option value="IN">Indiana</option>
            <option value="IA">Iowa</option>
            <option value="KS">Kansas</option>
            <option value="KY">Kentucky</option>
            <option value="LA">Louisiana</option>
            <option value="ME">Maine</option>
            <option value="MD">Maryland</option>
            <option value="MA">Massachusetts</option>
            <option value="MI">Michigan</option>
            <option value="MN">Minnesota</option>
            <option value="MS">Mississippi</option>
            <option value="MO">Missouri</option>
            <option value="MT">Montana</option>
            <option value="NE">Nebraska</option>
            <option value="NV">Nevada</option>
            <option value="NH">New Hampshire</option>
            <option value="NJ">New Jersey</option>
            <option value="NM">New Mexico</option>
            <option value="NY">New York</option>
            <option value="NC">North Carolina</option>
            <option value="ND">North Dakota</option>
            <option value="OH">Ohio</option>
            <option value="OK">Oklahoma</option>
            <option value="OR">Oregon</option>
            <option value="PA">Pennsylvania</option>
            <option value="RI">Rhode Island</option>
            <option value="SC">South Carolina</option>
            <option value="SD">South Dakota</option>
            <option value="TN">Tennessee</option>
            <option value="TX">Texas</option>
            <option value="UT">Utah</option>
            <option value="VT">Vermont</option>
            <option value="VA">Virginia</option>
            <option value="WA">Washington</option>
            <option value="DC">Washington, D.C.</option>
            <option value="WV">West Virginia</option>
            <option value="WI">Wisconsin</option>
            <option value="WY">Wyoming</option>
          </select>
          <div class="absolute right-4 pointer-events-none">
            <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 7" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
                <path fill="currentColor" fill-rule="evenodd" d="M.293.293a1 1 0 0 1 1.414 0L6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z" clip-rule="evenodd"></path>
              </svg></div>
          </div>
        </div>
      </label>
      <!-- end partial: shared/components/ui/select-input-label.hbs -->
    </div>
  </div>
  <div x-show="type() !== 'biz'" class="w-full @lg:col-span-2 @2xl:col-span-1">
    <button @click.stop.prevent="validate()" type="button" :disabled="submitting" class="btn btn-primary"> Start a quote </button>
  </div>
  <div x-show="type() === 'biz'" class="w-full" style="display: none;">
    <a href="https://www.statefarm.com/small-business-solutions/insurance/contact#agentAssociateID=KJXSF46V000&amp;source=m2" class="btn btn-primary">
                    Request a Quote
                </a>
  </div>
  <template x-if="errors.length > 0">
    <div role="alert" aria-atomic="true" :id="ariaDescribedByErrorsID">
      <template x-for="error in errors">
        <h3 class="p-3 border-2 font-med text-sf-red-700 bg-sf-red-100 border-sf-red-700 rounded-2xl" x-html="error"></h3>
      </template>
    </div>
  </template>
</form>

POST

<form x-show="!sendResponse &amp;&amp; !sending" :action="`/contact${qs}`" method="post" aria-describedby="disclaimers">
  <h2 x-show="true" class="hidden text-2xl font-med md:block"> You can also call us at <a :id="$id('phone-link-contact-form')" aria-label="You can also call us at (480) 777-0411" href="tel:4807770411" class="red-link">
                        (480) 777-0411
                    </a>
  </h2>
  <h2 class="text-2xl text-center mb-4 font-med md:hidden"> Contact Us </h2>
  <div class="flex flex-col min-w-0 md:mt-8 md:flex-row">
    <div class="w-full md:w-1/2 md:shrink-0 md:mr-8 lg:w-2/3 xl:m-0">
      <div class="flex flex-col w-full xl:flex-row">
        <div class="flex flex-col xl:h-full xl:justify-between xl:w-1/2 xl:pr-8">
          <div class="hidden mt-4 xl:block">
            <!-- start partial: shared/components/contact-forms/cf-prefs.hbs -->
            <fieldset x-id="[
        'xl-contact-form-pref-email',
        'xl-contact-form-pref-phone',
        'xl-contact-form-pref',
    ]">
              <legend class="text-sm uppercase"> Your preferred method of contact </legend>
              <ul class="mt-2 flex flex-row">
                <li>
                  <input :id="$id('xl-contact-form-pref-email')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="email" x-model="form.pref"
                    @change="clearPrefErrors()">
                  <label :for="$id('xl-contact-form-pref-email')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Email </label>
                </li>
                <li>
                  <input :id="$id('xl-contact-form-pref-phone')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="phone" x-model="form.pref"
                    @change="clearPrefErrors()">
                  <label :for="$id('xl-contact-form-pref-phone')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Phone </label>
                </li>
              </ul>
            </fieldset><!-- end partial: shared/components/contact-forms/cf-prefs.hbs -->
          </div>
          <div class="xl:mt-6">
            <!-- start partial: shared/components/contact-forms/cf-contact-info.hbs -->
            <div class="flex flex-col w-full space-y-5" x-id="['contact-form-name', 'contact-form-phone', 'contact-form-email', 'contact-form-email-or-phone']">
              <!-- start partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full " :class="{}">
                <input :id="$id('contact-form-name')" class="m2-form-input peer " name="contact-form-name" x-model="form.name" :aria-required="true" autocomplete="name" type="text" placeholder="Your Name" :aria-invalid="hasError('name')"
                  :aria-describedby="hasError('name') ? $id('error', 'name') : null" :error="hasError('name')" @keydown.debounce.750ms="validateName()">
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('contact-form-name')"> Your Name<span aria-hidden="true" x-show="hasError('name')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
              <!-- end partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full " :class="{}">
                <input :id="$id('contact-form-phone')" class="m2-form-input peer " name="contact-form-phone" x-model="form.phone" :aria-required="hasError('phone') &amp;&amp; form.pref == 'phone'" autocomplete="tel" type="text"
                  placeholder="Your Phone" :aria-invalid="hasError('phone')" :aria-describedby="hasError('phone') ? $id('error', 'phone') : null" :error="hasError('phone')" @keydown.debounce.750ms="validatePhone()">
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('contact-form-phone')"> Your Phone<span aria-hidden="true" x-show="hasError('phone')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
              <!-- end partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full " :class="{}">
                <input :id="$id('contact-form-email')" class="m2-form-input peer " name="contact-form-email" x-model="form.email" :aria-required="hasError('email') &amp;&amp; form.pref == 'email'" autocomplete="email" type="text"
                  placeholder="Your Email" :aria-invalid="hasError('email')" :aria-describedby="hasError('email') ? $id('error', 'email') : null" :error="hasError('email')" @keydown.debounce.750ms="validateEmail()">
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('contact-form-email')"> Your Email<span aria-hidden="true" x-show="hasError('email')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
              <!-- end partial: shared/components/contact-forms/cf-text-field.hbs -->
            </div><!-- end partial: shared/components/contact-forms/cf-contact-info.hbs -->
          </div>
        </div>
        <div class="flex-col hidden xl:w-1/2 md:flex xl:flex-col-reverse xl:justify-end">
          <div class="h-full mt-5">
            <!-- start partial: shared/components/contact-forms/cf-message.hbs -->
            <div class="relative h-full" x-id="[
        'md-contact-form-message'
    ]">
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full h-full" :class="{}">
                <textarea :id="$id('md-contact-form-message')" ref="message" x-model="form.message" class="m2-form-input peer h-48 xl:h-full pa11y-ignore" placeholder="Your Message:" :aria-invalid="hasError('message')"
                  :aria-describedby="`md-message-warning ${hasError(&quot;message&quot;) ? $id(&quot;error&quot;, &quot;message&quot;) : &quot;&quot;}`" :aria-required="hasError('message')" @keydown.debounce.750ms="validateMessage()"
                  :error="hasError('message')"></textarea>
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('md-contact-form-message')"> Your Message:<span aria-hidden="true" x-show="hasError('message')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
            </div><!-- end partial: shared/components/contact-forms/cf-message.hbs -->
          </div>
          <div class="mt-4">
            <!-- start partial: shared/components/contact-forms/cf-message-warning.hbs -->
            <p class="text-xs" id="md-message-warning"> For your protection, please do not include sensitive personal information such as social security numbers, credit/debit card number, or health/medical information. </p>
            <!-- end partial: shared/components/contact-forms/cf-message-warning.hbs -->
          </div>
        </div>
      </div>
    </div>
    <div class="flex flex-col w-full md:w-1/2 lg:w-1/3 xl:justify-between xl:pl-8">
      <div class="mt-6 xl:hidden md:m-0">
        <!-- start partial: shared/components/contact-forms/cf-prefs.hbs -->
        <fieldset x-id="[
        'xl-contact-form-pref-email',
        'xl-contact-form-pref-phone',
        'xl-contact-form-pref',
    ]">
          <legend class="text-sm uppercase"> Your preferred method of contact </legend>
          <ul class="mt-2 flex flex-row">
            <li>
              <input :id="$id('xl-contact-form-pref-email')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="email" x-model="form.pref" @change="clearPrefErrors()">
              <label :for="$id('xl-contact-form-pref-email')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Email </label>
            </li>
            <li>
              <input :id="$id('xl-contact-form-pref-phone')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="phone" x-model="form.pref" @change="clearPrefErrors()">
              <label :for="$id('xl-contact-form-pref-phone')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Phone </label>
            </li>
          </ul>
        </fieldset><!-- end partial: shared/components/contact-forms/cf-prefs.hbs -->
      </div>
      <div class="flex w-full mt-4 xl:h-full">
        <!-- start partial: shared/components/contact-forms/cf-more-info.hbs -->
        <fieldset class="flex w-full flex-col" x-id="['contact-form-checkbox-input']">
          <legend class="mb-2 text-sm uppercase"> I'd like more info about: <span aria-hidden="true" x-show="hasError('message')"> * </span>
          </legend>
          <div class="grid sm:grid-flow-col sm:grid-cols-2 sm:grid-rows-3 md:grid-cols-1 md:grid-rows-6 xl:h-full">
            <template x-for="(i, k) in moreVals" :key="i.id">
              <div :id="$id(`contact-form-checkbox-${i.id}`)" class="m2-contact-form-checkbox">
                <input :id="$id('contact-form-checkbox-input', i.id)" class="m2-checkbox-input absolute h-0 w-0 overflow-hidden border-none p-0" x-model="form.more" type="checkbox"
                  :aria-describedby="hasError('message') ? $id('error', 'message') : null" :value="i.label" :aria-label="`${k + 1} of ${moreVals().length}, I'd like more info about ${i.label}`" :aria-invalid="hasError('more')"
                  @click="validateMessage()">
                <label :for="$id('contact-form-checkbox-input', i.id)" class="m2-checkbox-label flex cursor-pointer items-center rounded py-2 pl-8 transition-all hover:bg-sf-charcoal-100">
                  <svg viewBox="0 0 100 100" class="absolute left-1 h-4 w-4">
                    <path class="path" fill="none" stroke="#000" stroke-width="13" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.1 52.1l24.4 24.4 53-53"></path>
                  </svg>
                  <span class="text-sm" x-html="i.label"></span>
                </label>
              </div>
            </template>
          </div>
        </fieldset><!-- end partial: shared/components/contact-forms/cf-more-info.hbs -->
      </div>
      <div class="mt-4 text-xs md:hidden">
        <!-- start partial: shared/components/contact-forms/cf-message-warning.hbs -->
        <p class="text-xs" id="message-warning"> For your protection, please do not include sensitive personal information such as social security numbers, credit/debit card number, or health/medical information. </p>
        <!-- end partial: shared/components/contact-forms/cf-message-warning.hbs -->
      </div>
      <div class="mt-5 md:hidden">
        <!-- start partial: shared/components/contact-forms/cf-message.hbs -->
        <div class="relative h-full" x-id="[
        'contact-form-message'
    ]">
          <!-- start partial: shared/components/ui/text-input-label.hbs -->
          <div class="relative w-full h-full" :class="{}">
            <textarea :id="$id('contact-form-message')" ref="message" x-model="form.message" class="m2-form-input peer h-48  pa11y-ignore" placeholder="Your Message:" :aria-invalid="hasError('message')"
              :aria-describedby="`message-warning ${hasError(&quot;message&quot;) ? $id(&quot;error&quot;, &quot;message&quot;) : &quot;&quot;}`" :aria-required="hasError('message')" @keydown.debounce.750ms="validateMessage()"
              :error="hasError('message')"></textarea>
            <label
              class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
              :for="$id('contact-form-message')"> Your Message:<span aria-hidden="true" x-show="hasError('message')">*</span>
            </label>
          </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
        </div><!-- end partial: shared/components/contact-forms/cf-message.hbs -->
      </div>
    </div>
  </div>
  <div class="flex flex-col w-full mt-4 md:flex-row xl:justify-end">
    <div class="md:w-1/2 xl:w-1/3">
      <!-- start partial: shared/components/contact-forms/cf-file-input.hbs -->
      <div x-ref="contactFormAttachments" class="w-full" x-data="initFileInput()">
        <div x-show="$store.fileList.length" class="w-full mb-2 text-xl italic text-center border-b-2 border-gray-400 border-dashed" x-text="$store.fileList.length + ' attached file' + ($store.fileList.length > 1 ? 's:' : ':')">
        </div>
        <template x-for="(att, idx) in $store.fileList">
          <div :key="idx" class="relative my-2 grid w-full grid-cols-4 flex-nowrap bg-sf-charcoal-100 p-4">
            <div class="flex justify-center h-12 col-span-1 mr-4">
              <img x-show="checkType(att) === 'img'" :id="att.name" class="object-contain" :alt="att.name">
              <template x-if="checkType(att) != 'img'">
                <div x-html="svgIcon(checkType(att), &quot;h-full&quot;)" class="h-full">
                </div>
              </template>
            </div>
            <div class="flex flex-col justify-center col-span-3 mr-1">
              <div class="flex flex-row w-full mb-1">
                <span :aria-label="`This file is ${friendlySize(att.size)} in size`" data-microtip-position="bottom-right" role="tooltip" class="px-2 py-1 text-xs rounded-full w-max bg-sf-charcoal-200" x-html="friendlySize(att.size)"></span>
                <span :aria-label="`This file is a ${friendlyExtension(att.name)} file`" data-microtip-position="bottom-right" role="tooltip" class="px-2 py-1 ml-1 text-xs rounded-full w-max bg-sf-charcoal-200"
                  x-html="friendlyExtension(att.name)"></span>
              </div>
              <p class="text-sm truncate md:text-base" x-text="att.name">
              </p>
            </div>
            <a href="#" :title="`Cancel upload of ${att.name}`" @click.prevent="removeFile(idx)" class="absolute top-0 p-2 right-1">
                <span class="red-link whitespace-nowrap">
                    <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet"><path d="M8.57 8.43 7.429 9.571a.249.249 0 0 1-.359 0L6 8.501l-1.07 1.07a.249.249 0 0 1-.359 0L3.43 8.43a.249.249 0 0 1 0-.359l1.07-1.07-1.07-1.07a.249.249 0 0 1 0-.359l1.141-1.141a.249.249 0 0 1 .359 0L6 5.501l1.07-1.07a.249.249 0 0 1 .359 0L8.57 5.572a.249.249 0 0 1 0 .359L7.5 7.001l1.07 1.07a.249.249 0 0 1 0 .359zM10.25 7c0-2.344-1.906-4.25-4.25-4.25S1.75 4.656 1.75 7 3.656 11.25 6 11.25 10.25 9.344 10.25 7zM12 7A6 6 0 0 1 0 7a6 6 0 0 1 12 0z"></path></svg></div>
                    Remove
                </span>
            </a>
          </div>
        </template>
        <div x-id="['m2-file-upload-input']">
          <label :for="$id(&quot;m2-file-upload-input&quot;)">
            <span role="button" class="text-lg btn btn-secondary" :aria-controls="$id(&quot;m2-file-upload-input&quot;)" tabindex="0" @keydown.enter="$refs['file-upload-input'].click()" @keydown.space="$refs['file-upload-input'].click()"
              x-text="`Add Attachments ${sizeRemainingMessage()}`">
            </span>
          </label>
          <input x-ref="file-upload-input" type="file" hidden="" :id="$id(&quot;m2-file-upload-input&quot;)" name="m2-cf-attachments" multiple="" :aria-disabled="tooManyBytes" :accept="acceptableFileTypes" @change="pickFiles($event.target.files)">
          <div class="mt-2 text-xs"> Please attach only <span x-text="readableExtensionList()"></span> file(s) — Unsupported file types will not be delivered to the agent. </div>
        </div>
      </div><!-- end partial: shared/components/contact-forms/cf-file-input.hbs -->
    </div>
    <div class="w-full mt-4 md:w-1/2 md:m-0 md:pl-8 xl:w-1/3">
      <!-- start partial: shared/components/contact-forms/cf-submit.hbs -->
      <button @click="submit" type="button" :aria-disabled="isSendDisabled()" class="btn btn-primary"> Send Email </button><!-- end partial: shared/components/contact-forms/cf-submit.hbs -->
    </div>
  </div>
  <!-- start partial: shared/components/contact-forms/cf-errors.hbs -->
  <div x-show="hasErrors" role="alert" class="my-4 rounded-2xl bg-sf-red-100 p-4 text-sf-red-700">
    <!-- The only way ATs will read all of the text below on failed validation is if they are rendered as <p> elements -->
    <!-- "Please forgive this" -->
    <h3 class="font-semi mb-2 text-xl"> Please correct the following: </h3>
    <ul class="list-inside list-disc">
      <template x-for="(message, key) in errors" :key="$id('error', key)">
        <li class="mb-1" :id="$id('error', key)" x-html="message"></li>
      </template>
    </ul>
  </div><!-- end partial: shared/components/contact-forms/cf-errors.hbs -->
  <div id="disclaimers">
    <div class="mt-4">
      <!-- start partial: shared/components/contact-forms/cf-disclaimer.hbs -->
      <p :id="$id('cf-disclaimer')" class="text-xs leading-3"> By filling out the form, you are providing express consent by electronic signature that you may be contacted by telephone (via call and/or text messages) and/or email for marketing
        purposes by State Farm Mutual Automobile Insurance Company, its subsidiaries and affiliates ("State Farm") or an independent contractor State Farm agent regarding insurance products and services using the phone number and/or email address you
        have provided to State Farm, even if your phone number is listed on a Do Not Call Registry. You further agree that such contact may be made using an automatic telephone dialing system and/or prerecorded voice (message and data rates may
        apply). Your consent is not a condition of purchase. By continuing, you agree to the terms of the disclosures above. </p><!-- end partial: shared/components/contact-forms/cf-disclaimer.hbs -->
    </div>
    <p class="mt-2" x-show="!false">
      <!-- start partial: shared/components/contact-forms/cf-coverage-disclaimer.hbs -->
    </p>
    <p class="text-xs leading-3">
      <span class="font-bold"> Please note: </span> Insurance coverage cannot be bound or changed via submission of this online e-mail form or via voice mail. To make policy changes or request additional coverage, please speak with a licensed
      representative in the agent's office, or by contacting the State Farm toll-free customer service line at
      <span><a href="tel:8557337333" class="red-link" aria-label="Contact the State Farm toll-free customer service line">(855) 733-7333</a>.</span>
    </p><!-- end partial: shared/components/contact-forms/cf-coverage-disclaimer.hbs -->
    <p></p>
  </div>
</form>

POST

<form x-show="!sendResponse &amp;&amp; !sending" :action="`/contact${qs}`" method="post" aria-describedby="disclaimers">
  <h2 x-show="true" class="hidden text-2xl font-med md:block"> You can also call us at <a :id="$id('phone-link-contact-form')" aria-label="You can also call us at (480) 777-0411" href="tel:4807770411" class="red-link">
                        (480) 777-0411
                    </a>
  </h2>
  <h2 class="text-2xl text-center mb-4 font-med md:hidden"> Contact Us </h2>
  <div class="flex flex-col min-w-0 md:mt-8 md:flex-row">
    <div class="w-full md:w-1/2 md:shrink-0 md:mr-8 lg:w-2/3 xl:m-0">
      <div class="flex flex-col w-full xl:flex-row">
        <div class="flex flex-col xl:h-full xl:justify-between xl:w-1/2 xl:pr-8">
          <div class="hidden mt-4 xl:block">
            <!-- start partial: shared/components/contact-forms/cf-prefs.hbs -->
            <fieldset x-id="[
        'xl-contact-form-pref-email',
        'xl-contact-form-pref-phone',
        'xl-contact-form-pref',
    ]">
              <legend class="text-sm uppercase"> Your preferred method of contact </legend>
              <ul class="mt-2 flex flex-row">
                <li>
                  <input :id="$id('xl-contact-form-pref-email')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="email" x-model="form.pref"
                    @change="clearPrefErrors()">
                  <label :for="$id('xl-contact-form-pref-email')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Email </label>
                </li>
                <li>
                  <input :id="$id('xl-contact-form-pref-phone')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="phone" x-model="form.pref"
                    @change="clearPrefErrors()">
                  <label :for="$id('xl-contact-form-pref-phone')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Phone </label>
                </li>
              </ul>
            </fieldset><!-- end partial: shared/components/contact-forms/cf-prefs.hbs -->
          </div>
          <div class="xl:mt-6">
            <!-- start partial: shared/components/contact-forms/cf-contact-info.hbs -->
            <div class="flex flex-col w-full space-y-5" x-id="['contact-form-name', 'contact-form-phone', 'contact-form-email', 'contact-form-email-or-phone']">
              <!-- start partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full " :class="{}">
                <input :id="$id('contact-form-name')" class="m2-form-input peer " name="contact-form-name" x-model="form.name" :aria-required="true" autocomplete="name" type="text" placeholder="Your Name" :aria-invalid="hasError('name')"
                  :aria-describedby="hasError('name') ? $id('error', 'name') : null" :error="hasError('name')" @keydown.debounce.750ms="validateName()">
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('contact-form-name')"> Your Name<span aria-hidden="true" x-show="hasError('name')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
              <!-- end partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full " :class="{}">
                <input :id="$id('contact-form-phone')" class="m2-form-input peer " name="contact-form-phone" x-model="form.phone" :aria-required="hasError('phone') &amp;&amp; form.pref == 'phone'" autocomplete="tel" type="text"
                  placeholder="Your Phone" :aria-invalid="hasError('phone')" :aria-describedby="hasError('phone') ? $id('error', 'phone') : null" :error="hasError('phone')" @keydown.debounce.750ms="validatePhone()">
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('contact-form-phone')"> Your Phone<span aria-hidden="true" x-show="hasError('phone')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
              <!-- end partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/contact-forms/cf-text-field.hbs -->
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full " :class="{}">
                <input :id="$id('contact-form-email')" class="m2-form-input peer " name="contact-form-email" x-model="form.email" :aria-required="hasError('email') &amp;&amp; form.pref == 'email'" autocomplete="email" type="text"
                  placeholder="Your Email" :aria-invalid="hasError('email')" :aria-describedby="hasError('email') ? $id('error', 'email') : null" :error="hasError('email')" @keydown.debounce.750ms="validateEmail()">
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('contact-form-email')"> Your Email<span aria-hidden="true" x-show="hasError('email')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
              <!-- end partial: shared/components/contact-forms/cf-text-field.hbs -->
            </div><!-- end partial: shared/components/contact-forms/cf-contact-info.hbs -->
          </div>
        </div>
        <div class="flex-col hidden xl:w-1/2 md:flex xl:flex-col-reverse xl:justify-end">
          <div class="h-full mt-5">
            <!-- start partial: shared/components/contact-forms/cf-message.hbs -->
            <div class="relative h-full" x-id="[
        'md-contact-form-message'
    ]">
              <!-- start partial: shared/components/ui/text-input-label.hbs -->
              <div class="relative w-full h-full" :class="{}">
                <textarea :id="$id('md-contact-form-message')" ref="message" x-model="form.message" class="m2-form-input peer h-48 xl:h-full pa11y-ignore" placeholder="Your Message:" :aria-invalid="hasError('message')"
                  :aria-describedby="`md-message-warning ${hasError(&quot;message&quot;) ? $id(&quot;error&quot;, &quot;message&quot;) : &quot;&quot;}`" :aria-required="hasError('message')" @keydown.debounce.750ms="validateMessage()"
                  :error="hasError('message')"></textarea>
                <label
                  class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
                  :for="$id('md-contact-form-message')"> Your Message:<span aria-hidden="true" x-show="hasError('message')">*</span>
                </label>
              </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
            </div><!-- end partial: shared/components/contact-forms/cf-message.hbs -->
          </div>
          <div class="mt-4">
            <!-- start partial: shared/components/contact-forms/cf-message-warning.hbs -->
            <p class="text-xs" id="md-message-warning"> For your protection, please do not include sensitive personal information such as social security numbers, credit/debit card number, or health/medical information. </p>
            <!-- end partial: shared/components/contact-forms/cf-message-warning.hbs -->
          </div>
        </div>
      </div>
    </div>
    <div class="flex flex-col w-full md:w-1/2 lg:w-1/3 xl:justify-between xl:pl-8">
      <div class="mt-6 xl:hidden md:m-0">
        <!-- start partial: shared/components/contact-forms/cf-prefs.hbs -->
        <fieldset x-id="[
        'xl-contact-form-pref-email',
        'xl-contact-form-pref-phone',
        'xl-contact-form-pref',
    ]">
          <legend class="text-sm uppercase"> Your preferred method of contact </legend>
          <ul class="mt-2 flex flex-row">
            <li>
              <input :id="$id('xl-contact-form-pref-email')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="email" x-model="form.pref" @change="clearPrefErrors()">
              <label :for="$id('xl-contact-form-pref-email')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Email </label>
            </li>
            <li>
              <input :id="$id('xl-contact-form-pref-phone')" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" :name="$id('xl-contact-form-pref')" type="radio" value="phone" x-model="form.pref" @change="clearPrefErrors()">
              <label :for="$id('xl-contact-form-pref-phone')" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6"> Your Phone </label>
            </li>
          </ul>
        </fieldset><!-- end partial: shared/components/contact-forms/cf-prefs.hbs -->
      </div>
      <div class="flex w-full mt-4 xl:h-full">
        <!-- start partial: shared/components/contact-forms/cf-more-info.hbs -->
        <fieldset class="flex w-full flex-col" x-id="['contact-form-checkbox-input']">
          <legend class="mb-2 text-sm uppercase"> I'd like more info about: <span aria-hidden="true" x-show="hasError('message')"> * </span>
          </legend>
          <div class="grid sm:grid-flow-col sm:grid-cols-2 sm:grid-rows-3 md:grid-cols-1 md:grid-rows-6 xl:h-full">
            <template x-for="(i, k) in moreVals" :key="i.id">
              <div :id="$id(`contact-form-checkbox-${i.id}`)" class="m2-contact-form-checkbox">
                <input :id="$id('contact-form-checkbox-input', i.id)" class="m2-checkbox-input absolute h-0 w-0 overflow-hidden border-none p-0" x-model="form.more" type="checkbox"
                  :aria-describedby="hasError('message') ? $id('error', 'message') : null" :value="i.label" :aria-label="`${k + 1} of ${moreVals().length}, I'd like more info about ${i.label}`" :aria-invalid="hasError('more')"
                  @click="validateMessage()">
                <label :for="$id('contact-form-checkbox-input', i.id)" class="m2-checkbox-label flex cursor-pointer items-center rounded py-2 pl-8 transition-all hover:bg-sf-charcoal-100">
                  <svg viewBox="0 0 100 100" class="absolute left-1 h-4 w-4">
                    <path class="path" fill="none" stroke="#000" stroke-width="13" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.1 52.1l24.4 24.4 53-53"></path>
                  </svg>
                  <span class="text-sm" x-html="i.label"></span>
                </label>
              </div>
            </template>
          </div>
        </fieldset><!-- end partial: shared/components/contact-forms/cf-more-info.hbs -->
      </div>
      <div class="mt-4 text-xs md:hidden">
        <!-- start partial: shared/components/contact-forms/cf-message-warning.hbs -->
        <p class="text-xs" id="message-warning"> For your protection, please do not include sensitive personal information such as social security numbers, credit/debit card number, or health/medical information. </p>
        <!-- end partial: shared/components/contact-forms/cf-message-warning.hbs -->
      </div>
      <div class="mt-5 md:hidden">
        <!-- start partial: shared/components/contact-forms/cf-message.hbs -->
        <div class="relative h-full" x-id="[
        'contact-form-message'
    ]">
          <!-- start partial: shared/components/ui/text-input-label.hbs -->
          <div class="relative w-full h-full" :class="{}">
            <textarea :id="$id('contact-form-message')" ref="message" x-model="form.message" class="m2-form-input peer h-48  pa11y-ignore" placeholder="Your Message:" :aria-invalid="hasError('message')"
              :aria-describedby="`message-warning ${hasError(&quot;message&quot;) ? $id(&quot;error&quot;, &quot;message&quot;) : &quot;&quot;}`" :aria-required="hasError('message')" @keydown.debounce.750ms="validateMessage()"
              :error="hasError('message')"></textarea>
            <label
              class="font-semi peer-placeholder-shown:font-reg peer-focus:font-semi absolute -top-4 left-0 cursor-default text-xs text-sf-charcoal transition-all peer-placeholder-shown:left-3 peer-placeholder-shown:top-3 peer-placeholder-shown:cursor-text peer-placeholder-shown:select-none peer-placeholder-shown:text-base peer-focus:-top-4 peer-focus:left-0 peer-focus:cursor-default peer-focus:text-xs peer-focus:text-sf-charcoal"
              :for="$id('contact-form-message')"> Your Message:<span aria-hidden="true" x-show="hasError('message')">*</span>
            </label>
          </div><!-- end partial: shared/components/ui/text-input-label.hbs -->
        </div><!-- end partial: shared/components/contact-forms/cf-message.hbs -->
      </div>
    </div>
  </div>
  <div class="flex flex-col w-full mt-4 md:flex-row xl:justify-end">
    <div class="md:w-1/2 xl:w-1/3">
      <!-- start partial: shared/components/contact-forms/cf-file-input.hbs -->
      <div x-ref="contactFormAttachments" class="w-full" x-data="initFileInput()">
        <div x-show="$store.fileList.length" class="w-full mb-2 text-xl italic text-center border-b-2 border-gray-400 border-dashed" x-text="$store.fileList.length + ' attached file' + ($store.fileList.length > 1 ? 's:' : ':')">
        </div>
        <template x-for="(att, idx) in $store.fileList">
          <div :key="idx" class="relative my-2 grid w-full grid-cols-4 flex-nowrap bg-sf-charcoal-100 p-4">
            <div class="flex justify-center h-12 col-span-1 mr-4">
              <img x-show="checkType(att) === 'img'" :id="att.name" class="object-contain" :alt="att.name">
              <template x-if="checkType(att) != 'img'">
                <div x-html="svgIcon(checkType(att), &quot;h-full&quot;)" class="h-full">
                </div>
              </template>
            </div>
            <div class="flex flex-col justify-center col-span-3 mr-1">
              <div class="flex flex-row w-full mb-1">
                <span :aria-label="`This file is ${friendlySize(att.size)} in size`" data-microtip-position="bottom-right" role="tooltip" class="px-2 py-1 text-xs rounded-full w-max bg-sf-charcoal-200" x-html="friendlySize(att.size)"></span>
                <span :aria-label="`This file is a ${friendlyExtension(att.name)} file`" data-microtip-position="bottom-right" role="tooltip" class="px-2 py-1 ml-1 text-xs rounded-full w-max bg-sf-charcoal-200"
                  x-html="friendlyExtension(att.name)"></span>
              </div>
              <p class="text-sm truncate md:text-base" x-text="att.name">
              </p>
            </div>
            <a href="#" :title="`Cancel upload of ${att.name}`" @click.prevent="removeFile(idx)" class="absolute top-0 p-2 right-1">
                <span class="red-link whitespace-nowrap">
                    <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet"><path d="M8.57 8.43 7.429 9.571a.249.249 0 0 1-.359 0L6 8.501l-1.07 1.07a.249.249 0 0 1-.359 0L3.43 8.43a.249.249 0 0 1 0-.359l1.07-1.07-1.07-1.07a.249.249 0 0 1 0-.359l1.141-1.141a.249.249 0 0 1 .359 0L6 5.501l1.07-1.07a.249.249 0 0 1 .359 0L8.57 5.572a.249.249 0 0 1 0 .359L7.5 7.001l1.07 1.07a.249.249 0 0 1 0 .359zM10.25 7c0-2.344-1.906-4.25-4.25-4.25S1.75 4.656 1.75 7 3.656 11.25 6 11.25 10.25 9.344 10.25 7zM12 7A6 6 0 0 1 0 7a6 6 0 0 1 12 0z"></path></svg></div>
                    Remove
                </span>
            </a>
          </div>
        </template>
        <div x-id="['m2-file-upload-input']">
          <label :for="$id(&quot;m2-file-upload-input&quot;)">
            <span role="button" class="text-lg btn btn-secondary" :aria-controls="$id(&quot;m2-file-upload-input&quot;)" tabindex="0" @keydown.enter="$refs['file-upload-input'].click()" @keydown.space="$refs['file-upload-input'].click()"
              x-text="`Add Attachments ${sizeRemainingMessage()}`">
            </span>
          </label>
          <input x-ref="file-upload-input" type="file" hidden="" :id="$id(&quot;m2-file-upload-input&quot;)" name="m2-cf-attachments" multiple="" :aria-disabled="tooManyBytes" :accept="acceptableFileTypes" @change="pickFiles($event.target.files)">
          <div class="mt-2 text-xs"> Please attach only <span x-text="readableExtensionList()"></span> file(s) — Unsupported file types will not be delivered to the agent. </div>
        </div>
      </div><!-- end partial: shared/components/contact-forms/cf-file-input.hbs -->
    </div>
    <div class="w-full mt-4 md:w-1/2 md:m-0 md:pl-8 xl:w-1/3">
      <!-- start partial: shared/components/contact-forms/cf-submit.hbs -->
      <button @click="submit" type="button" :aria-disabled="isSendDisabled()" class="btn btn-primary"> Send Email </button><!-- end partial: shared/components/contact-forms/cf-submit.hbs -->
    </div>
  </div>
  <!-- start partial: shared/components/contact-forms/cf-errors.hbs -->
  <div x-show="hasErrors" role="alert" class="my-4 rounded-2xl bg-sf-red-100 p-4 text-sf-red-700">
    <!-- The only way ATs will read all of the text below on failed validation is if they are rendered as <p> elements -->
    <!-- "Please forgive this" -->
    <h3 class="font-semi mb-2 text-xl"> Please correct the following: </h3>
    <ul class="list-inside list-disc">
      <template x-for="(message, key) in errors" :key="$id('error', key)">
        <li class="mb-1" :id="$id('error', key)" x-html="message"></li>
      </template>
    </ul>
  </div><!-- end partial: shared/components/contact-forms/cf-errors.hbs -->
  <div id="disclaimers">
    <div class="mt-4">
      <!-- start partial: shared/components/contact-forms/cf-disclaimer.hbs -->
      <p :id="$id('cf-disclaimer')" class="text-xs leading-3"> By filling out the form, you are providing express consent by electronic signature that you may be contacted by telephone (via call and/or text messages) and/or email for marketing
        purposes by State Farm Mutual Automobile Insurance Company, its subsidiaries and affiliates ("State Farm") or an independent contractor State Farm agent regarding insurance products and services using the phone number and/or email address you
        have provided to State Farm, even if your phone number is listed on a Do Not Call Registry. You further agree that such contact may be made using an automatic telephone dialing system and/or prerecorded voice (message and data rates may
        apply). Your consent is not a condition of purchase. By continuing, you agree to the terms of the disclosures above. </p><!-- end partial: shared/components/contact-forms/cf-disclaimer.hbs -->
    </div>
    <p class="mt-2" x-show="!false">
      <!-- start partial: shared/components/contact-forms/cf-coverage-disclaimer.hbs -->
    </p>
    <p class="text-xs leading-3">
      <span class="font-bold"> Please note: </span> Insurance coverage cannot be bound or changed via submission of this online e-mail form or via voice mail. To make policy changes or request additional coverage, please speak with a licensed
      representative in the agent's office, or by contacting the State Farm toll-free customer service line at
      <span><a href="tel:8557337333" class="red-link" aria-label="Contact the State Farm toll-free customer service line">(855) 733-7333</a>.</span>
    </p><!-- end partial: shared/components/contact-forms/cf-coverage-disclaimer.hbs -->
    <p></p>
  </div>
</form>

Text Content

Skip to content
 * Account
   * Create an account
     
   * Log in
     
 * Contact Us
 * Jobs
 * Reviews
 * Insurance
   * Auto
   * Motorcycle
   * Homeowners
   * Condo
   * Renters
   * Business
   * Life
   * Pet
   * Rec Vehicles
   * Boat
 * Close Navigation Menu
   

   
 * Insurance
   
      
    * Auto
      
      
    * Motorcycle
      
      
    * Homeowners
      
      
    * Condo
      
      
    * Renters
      
      
    * Business
      
      
    * Life
      
      
    * Pet
      
      
    * Rec Vehicles
      
      
    * Boat
      
    * EXIT SUBMENU
      
   
     
   * Auto
     
     
   * Motorcycle
     
     
   * Homeowners
     
     
   * Condo
     
     
   * Renters
     
     
   * Business
     
     
   * Life
     
     
   * Pet
     
     
   * Rec Vehicles
     
     
   * Boat
     
   * EXIT SUBMENU
     
   
   
 * Reviews
   
   
 * Jobs
   
   
 * Contact Us
   
   
 * Account
   
      
    * Create an account
      
      
      
    * Log in
      
      
    * EXIT SUBMENU
      
   
     
   * Create an account
     
     
     
   * Log in
     
     
   * EXIT SUBMENU
     
   


Call

Text

(480) 777-0411


OFFICE HOURS


Today

9am - 5pm (Arizona)
Mon-Fri
9am - 5pm
Sat-Sun
Closed

Call or text us 24 hours a day!
 * 
 * 
 * 


INSURANCE PRODUCTS OFFERED

Auto, Homeowners, Condo, Renters, Personal Articles, Business, Life, Health, Pet


OTHER PRODUCTS

Banking, Mutual Funds, Annuities, Home Loans

Get started with a Home Loan FINRA’s BrokerCheck View Licenses


WOULD YOU LIKE TO CREATE A PERSONALIZED QUOTE?

Select an Insurance Product
Select Product AutoHomeownersCondo OwnersRentersLifeHospital IncomeMedicare
SupplementPet InsuranceSmall Business

ZIP Code
State Selection
Your State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington
Washington, D.C. West Virginia Wisconsin Wyoming

Start a quote
Request a Quote




Continue a saved quote | Items needed for a quote
File a Claim Send Payment
State Farm® Insurance Agent


KRISTEN KRUGER


4.6 out of 5 average rating on Google (75 reviews)
115 E Baseline Road
Suite B1
Tempe, AZ 85283

Baseline Rd and Mill Ave next to Tom's Barbeque and Some Burros


Contact Us

Contact Us

Text Us

Map & Directions

Get ID Card


ABOUT ME

What's New?

While Easter is typically associated with joyful celebrations and the renewal of
life, it can also serve as a reminder of the importance of life insurance. Just
as Easter represents a time of rebirth and growth, life insurance provides
financial security for your loved ones in the event of your passing. It ensures
that your family's financial needs, such as living expenses, education, or
funeral costs, are taken care of, allowing them to continue their lives without
the added burden of financial strain. Easter serves as a meaningful reminder to
consider the long-term well-being of your family and to protect their future by
securing a comprehensive life insurance policy. By doing so, you can celebrate
the spirit of Easter while ensuring your loved ones are provided for, even in
your absence.

Contact me today, and together, we can find the perfect life insurance policy
that fits your needs and helps you celebrate Easter with the knowledge that your
loved ones are protected.

About Me:

Hello, I'm Kristen, your local insurance agent in Tempe, Arizona. With a
background in engineering, I aim to bring a refreshing perspective when
servicing our community. Specializing in auto, home, life, health, and business
insurance, our team is well-equipped to handle any insurance requirement you may
have. With 17 years of experience under my belt, our office has garnered a
reputation for exceptional customer service and industry expertise. I take pride
in assisting ASU students as a Tempe Relocation Representative.

Please don't hesitate to reach out so we can help protect what is most important
to you.

Our Team:

Our insurance team is highly skilled and licensed in various types of insurance
including auto, home, life, health, and business insurance. Whether it's
protecting your vehicles on the road, safeguarding your home and belongings,
ensuring financial security for your loved ones, or safeguarding your business
interests, our team is dedicated to finding the right insurance for you. With
their commitment to exceptional service and their ability to navigate the
complex insurance landscape, our team is ready to provide the protection you
deserve.



…Read More
 * 
 * 
 * 


4.6 out of 5 average rating on Google (75 reviews)


OFFICE HOURS


Today

9am - 5pm (Arizona)
Mon-Fri
9am - 5pm
Sat-Sun
Closed

Call or text us 24 hours a day!
 * 
 * 
 * 


INSURANCE PRODUCTS OFFERED

Auto, Homeowners, Condo, Renters, Personal Articles, Business, Life, Health, Pet


OTHER PRODUCTS

Banking, Mutual Funds, Annuities, Home Loans

Get started with a Home Loan FINRA’s BrokerCheck View Licenses
 * 
 * 
 * 


4.6 out of 5 average rating on Google (75 reviews)

Contact Us

Contact Us

Text Us

Map & Directions

Get ID Card


WOULD YOU LIKE TO CREATE A PERSONALIZED QUOTE?

Select an Insurance Product
Select Product AutoHomeownersCondo OwnersRentersLifeHospital IncomeMedicare
SupplementPet InsuranceSmall Business

ZIP Code
State Selection
Your State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington
Washington, D.C. West Virginia Wisconsin Wyoming

Start a quote
Request a Quote




Continue a saved quote | Items needed for a quote
File a Claim Send Payment
 * Auto Insurance
 * Motorcycle Insurance
 * Homeowners Insurance
 * Condo Insurance
 * Renters Insurance
 * Business Insurance
 * Life Insurance
 * Pet Insurance
 * Rec Vehicles Insurance
 * Boat Insurance
   
 * 
   See More
   


OFFICE INFO


OFFICE INFO


OFFICE HOURS


Today

9am - 5pm (Arizona)
Mon-Fri
9am - 5pm
Sat-Sun
Closed

Call or text us 24 hours a day!


ADDRESS

115 E Baseline Road
Suite B1
Tempe, AZ 85283

Map & Directions
   


 * PHONE
   
   (480) 777-0411
   
   
   
   
   
   


 * FAX
   
   (480) 522-1500
   
   
   


LANGUAGES

English


About Me


What's New?

While Easter is typically associated with joyful celebrations and the renewal of
life, it can also serve as a reminder of the importance of life insurance. Just
as Easter represents a time of rebirth and growth, life insurance provides
financial security for your loved ones in the event of your passing. It ensures
that your family's financial needs, such as living expenses, education, or
funeral costs, are taken care of, allowing them to continue their lives without
the added burden of financial strain. Easter serves as a meaningful reminder to
consider the long-term well-being of your family and to protect their future by
securing a comprehensive life insurance policy. By doing so, you can celebrate
the spirit of Easter while ensuring your loved ones are provided for, even in
your absence.

Contact me today, and together, we can find the perfect life insurance policy
that fits your needs and helps you celebrate Easter with the knowledge that your
loved ones are protected.

About Me:

Hello, I'm Kristen, your local insurance agent in Tempe, Arizona. With a
background in engineering, I aim to bring a refreshing perspective when
servicing our community. Specializing in auto, home, life, health, and business
insurance, our team is well-equipped to handle any insurance requirement you may
have. With 17 years of experience under my belt, our office has garnered a
reputation for exceptional customer service and industry expertise. I take pride
in assisting ASU students as a Tempe Relocation Representative.

Please don't hesitate to reach out so we can help protect what is most important
to you.

Our Team:

Our insurance team is highly skilled and licensed in various types of insurance
including auto, home, life, health, and business insurance. Whether it's
protecting your vehicles on the road, safeguarding your home and belongings,
ensuring financial security for your loved ones, or safeguarding your business
interests, our team is dedicated to finding the right insurance for you. With
their commitment to exceptional service and their ability to navigate the
complex insurance landscape, our team is ready to provide the protection you
deserve.




Products



INSURANCE PRODUCTS OFFERED

Auto, Homeowners, Condo, Renters, Personal Articles, Business, Life, Health, Pet


OTHER PRODUCTS

Banking, Mutual Funds, Annuities, Home Loans

Get started with a Home Loan FINRA’s BrokerCheck View Licenses


OFFICE INFO


OFFICE INFO


OFFICE HOURS


Today

9am - 5pm (Arizona)
Mon-Fri
9am - 5pm
Sat-Sun
Closed

Call or text us 24 hours a day!


ADDRESS

115 E Baseline Road
Suite B1
Tempe, AZ 85283

Map & Directions
   


 * PHONE
   
   (480) 777-0411
   
   
   
   
   
   


 * FAX
   
   (480) 522-1500
   
   
   


LANGUAGES

English


Simple Insights®



SIMPLE INSIGHTS®


THE EFFECTS OF TOO MUCH SCREEN TIME AND HOW TO REDUCE ADVERSE EFFECTS ON
CHILDREN'S HEALTH


THE EFFECTS OF TOO MUCH SCREEN TIME AND HOW TO REDUCE ADVERSE EFFECTS ON
CHILDREN'S HEALTH

Too much screen time has been linked to unhealthy consequences in children.
Learn how and why to limit screen time with this infographic.


CAR MAINTENANCE TASKS YOU CAN DO YOURSELF


CAR MAINTENANCE TASKS YOU CAN DO YOURSELF

To combat auto repair costs that keep climbing, some auto maintenance can be
done at home. Here are ones that are usually do-it-yourself.


HOW TO CALM A DOG OR CAT DURING A STORM


HOW TO CALM A DOG OR CAT DURING A STORM

Thunderstorms can be a stressful time for pets. Learn about pet preparedness and
ways to help calm a dog or cat during a storm.

View More Articles

Social Media



SOCIAL MEDIA


Skip to end of Facebook feed

Skip to beginning of Facebook feed

Videos



VIDEOS

COFFEE BREAK (FEAT. CAITLIN CLARK, JENNY TAFT) :30



MOST VALUABLE BUNDLER (MVB) :30



BROTHER :30 (FEAT. BROOK & ROBIN LOPEZ)



WORKOUT BUNDLE (FEAT. DERRICK HENRY) :30


Contact Us Our Mission Our Team


YOU CAN ALSO CALL US AT (480) 777-0411


CONTACT US

Your preferred method of contact
 * Your Email
 * Your Phone

Your Name*
Your Phone*
Your Email*
Your Message:*

For your protection, please do not include sensitive personal information such
as social security numbers, credit/debit card number, or health/medical
information.

Your preferred method of contact
 * Your Email
 * Your Phone

I'd like more info about: *


For your protection, please do not include sensitive personal information such
as social security numbers, credit/debit card number, or health/medical
information.

Your Message:*


Remove
Please attach only file(s) — Unsupported file types will not be delivered to the
agent.
Send Email


PLEASE CORRECT THE FOLLOWING:

By filling out the form, you are providing express consent by electronic
signature that you may be contacted by telephone (via call and/or text messages)
and/or email for marketing purposes by State Farm Mutual Automobile Insurance
Company, its subsidiaries and affiliates ("State Farm") or an independent
contractor State Farm agent regarding insurance products and services using the
phone number and/or email address you have provided to State Farm, even if your
phone number is listed on a Do Not Call Registry. You further agree that such
contact may be made using an automatic telephone dialing system and/or
prerecorded voice (message and data rates may apply). Your consent is not a
condition of purchase. By continuing, you agree to the terms of the disclosures
above.



Please note: Insurance coverage cannot be bound or changed via submission of
this online e-mail form or via voice mail. To make policy changes or request
additional coverage, please speak with a licensed representative in the agent's
office, or by contacting the State Farm toll-free customer service line at (855)
733-7333.





Our goal is to understand the unique needs and risks of each individual, family,
or business we serve, and to provide insurance coverage that meets those needs.
We are committed to staying up to date with the latest industry trends and
regulations. With a focus on integrity, professionalism, and empathy, we aim to
be the partner that our customers can rely on for all their insurance needs.

AMBER CHACON

Office Manager

Amber is a highly skilled insurance professional who joined our team in May
2013. Amber holds a license for Auto, Home, Business, Life and Health. Her 10+
years of experience, her knowledge of the insurance industry, and commitment to
ongoing professional development has made her an invaluable asset to our team.
Outside of work, Amber enjoys her time with her husband and two children. Days
are spent baking, playing board games and doing arts & crafts.
…Read More

NIKOLE DAHL

Account Manager

Nikole Dahl is an Account Manager and has been a team member since January 2023.
She is licensed for Auto, Home, Business, Life, and Health Insurance, allowing
her to assist customers with various insurance needs. With 5 years of experience
in the insurance industry, Nikole brings valuable knowledge to her role. In her
free time, she enjoys spending quality time with her children, baking and
swimming.
…Read More
KR

KOLE REEDE

Account Representative

Kole Reede is an Account Representative who joined us in January 2024. With a
license for Auto, Home, and Business Insurance, Kole brings a wealth of
knowledge to our insurance team. Kole is new to the Valley and in his free time
he enjoys rollerblading, bike riding and spending time outdoors. We are thrilled
to have him as part of the team and look forward to witnessing his continued
growth and success in the insurance industry.
…Read More
AT

ALICIA TAYLOR

Customer Service Representative




YOU CAN ALSO CALL US AT (480) 777-0411


CONTACT US

Your preferred method of contact
 * Your Email
 * Your Phone

Your Name*
Your Phone*
Your Email*
Your Message:*

For your protection, please do not include sensitive personal information such
as social security numbers, credit/debit card number, or health/medical
information.

Your preferred method of contact
 * Your Email
 * Your Phone

I'd like more info about: *


For your protection, please do not include sensitive personal information such
as social security numbers, credit/debit card number, or health/medical
information.

Your Message:*


Remove
Please attach only file(s) — Unsupported file types will not be delivered to the
agent.
Send Email


PLEASE CORRECT THE FOLLOWING:

By filling out the form, you are providing express consent by electronic
signature that you may be contacted by telephone (via call and/or text messages)
and/or email for marketing purposes by State Farm Mutual Automobile Insurance
Company, its subsidiaries and affiliates ("State Farm") or an independent
contractor State Farm agent regarding insurance products and services using the
phone number and/or email address you have provided to State Farm, even if your
phone number is listed on a Do Not Call Registry. You further agree that such
contact may be made using an automatic telephone dialing system and/or
prerecorded voice (message and data rates may apply). Your consent is not a
condition of purchase. By continuing, you agree to the terms of the disclosures
above.



Please note: Insurance coverage cannot be bound or changed via submission of
this online e-mail form or via voice mail. To make policy changes or request
additional coverage, please speak with a licensed representative in the agent's
office, or by contacting the State Farm toll-free customer service line at (855)
733-7333.






AGENT LICENSES FOR KRISTEN KRUGER

AZ-8741844
NMLS #: 897625
AZ - Mortgage Originator License #: 0925448

If you are using a screen reader and having difficulty with this website please
call (480) 777-0411.



DISCLOSURES

Investors should carefully consider investment objectives, risks, charges and
expenses. This and other important information is contained in the fund
prospectuses and summary prospectuses which can be obtained by visiting the
prospectus page on statefarm.com. Read it carefully. AP2023/02/0243

Securities distributed by State Farm VP Management Corp.State Farm VP Management
Corp. Customer Relationship Summary

Securities Supervisor address:600 E Rio Salado Pkwy , Tempe, AZ 85281-0807
Phone: 949-553-4719

Life Insurance and annuities are issued by State Farm Life Insurance Company.
(Not Licensed in MA, NY, and WI) State Farm Life and Accident Assurance Company
(Licensed in New York and Wisconsin) Home Office, Bloomington, Illinois.

Deposit products offered by U.S. Bank National Association. Member FDIC.

The creditor and issuer of this credit card is U.S. Bank National Association,
pursuant to a license from Visa U.S.A. Inc.

Pre-existing conditions: If you currently have a pet medical insurance policy,
switching carriers or purchasing a new policy may affect certain provisions such
as coverages for pre-existing conditions or deductibles already established
under your current policy. Let your State Farm® agent know if your existing
policy has provisions that might make it beneficial for you to keep.

Pet insurance products are underwritten in the United States by American Pet
Insurance Company and ZPIC Insurance Company, 6100-4th Ave. S, Seattle, WA
98108. Administered by Trupanion Managers USA, Inc. (CA license No. 0G22803, NPN
9588590). Terms and conditions apply, see full policy on Trupanion's website for
details. State Farm Mutual Automobile Insurance Company, its subsidiaries and
affiliates, neither offer nor are financially responsible for pet insurance
products. State Farm is a separate entity and is not affiliated with Trupanion
or American Pet Insurance.

State Farm (including State Farm Mutual Automobile Insurance Company and its
subsidiaries and affiliates) is not responsible for, and does not endorse or
approve, either implicitly or explicitly, the content of any third party sites
referenced in this material. Products and services are offered by third parties
and State Farm does not warrant the merchantability, fitness or quality of the
products and services of the third parties.

Rocket Mortgage, LLC; NMLS #3030; www.NMLSConsumerAccess.org . Equal Housing
Lender. Licensed in 50 states. AL License No. MC 20979, Control No. 100152352.
AR, TX: 1050 Woodward Ave., Detroit, MI 48226-1906, (888) 474-0404; AZ: 1 N.
Central Ave., Ste. 2000, Phoenix, AZ 85004, Mortgage Banker License #BK-0902939;
CA: Licensed by the Department of Financial Protection and Innovation under the
California Residential Mortgage Lending Act; CO: Regulated by the Division of
Real Estate; GA: Residential Mortgage Licensee #11704; IL: Residential Mortgage
Licensee #4127 – Dept. of Financial and Professional Regulation; KS: Licensed
Mortgage Company MC.0025309; MA: Mortgage Lender License #ML 3030; ME:
Supervised Lender License; MN: Not an offer for a rate lock agreement; MS:
Licensed by the MS Dept. of Banking and Consumer Finance; NH: Licensed by the NH
Banking Dept., #6743MB; NV: License #626; NJ: New Jersey – Rocket Mortgage, LLC,
1050 Woodward Ave., Detroit, MI 48226, (888) 474-0404, Licensed by the N.J.
Department of Banking and Insurance.; NY: Rocket Mortgage, LLC, 1050 Woodward
Ave., Detroit, MI 48226 Licensed Mortgage Banker-NYS Department of Financial
Services; OH: MB 850076; OR: License #ML-1387; PA: Licensed by the Dept. of
Banking – License #21430; RI: Licensed Lender; WA: Consumer Loan Company License
CL-3030. Conditions may apply.

State Farm VP Management Corp. is a separate entity from those State Farm
entities which provide banking and insurance products. Investing involves risk,
including potential for loss.

Neither State Farm nor its agents provide tax or legal advice. Please consult a
tax or legal advisor for advice regarding your personal circumstances.

Like a good neighbor, State Farm is there.®
Legal Information
Ads & Tracking Security & Fraud Accessibility Terms of Use Notice of Privacy
Policy State Privacy Rights Site Map
Download the State Farm mobile app today

Give Agent Kristen a call

(480) 777-0411
© Copyright State Farm Mutual Automobile Insurance Company 2024.