<turbo-stream action="update" target="cookie_preferences_modal"><template><form action="/cookies/save_preferences" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="bIbfGPKzEmk7CDa7J05wzNRGaRF5xKcVYMQaRrSjsCDVS3DDfbz9Lil4eysNGyafgTp_xg2mhNe0BR1C-YuFWQ" />
	<div class="modal-body">
    <div class="d-flex align-items-center justify-content-start gap-2">
      <div class="form-check form-switch">
        <input name="strictly_cookie" disabled="disabled" type="hidden" value="0" /><input class="form-check-input" disabled="disabled" type="checkbox" value="1" checked="checked" name="strictly_cookie" id="strictly_cookie" />
        <label class="form-check-label" for="strictly_cookie"></label>
      </div>
      <a class="link-dark text-decoration-none hover-underline fw-bold" data-bs-toggle="collapse" href="#collapseStrictlyCookie" role="button" aria-expanded="false" aria-controls="collapseStrictlyCookie">
        Strictly Necessary 
      </a>
    </div>
		<div class="collapse" id="collapseStrictlyCookie">
			<div class="ms-5 mt-2 mb-3 small lh-sm text-muted">
				These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in 
        response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. 
        You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any      
        personally identifiable information.
			</div>
		</div>
    <div class="d-flex align-items-center justify-content-start gap-2">
      <div class="form-check form-switch">
        <input name="performance_cookie" type="hidden" value="0" /><input class="form-check-input" type="checkbox" value="1" name="performance_cookie" id="performance_cookie" />
        <label class="form-check-label" for="performance_cookie"></label>
      </div>
      <a class="link-dark text-decoration-none hover-underline fw-bold" data-bs-toggle="collapse" href="#collapsePerformanceCookies" role="button" aria-expanded="false" aria-controls="collapsePerformanceCookies">
        Performance Cookies
      </a>
    </div>
		<div class="collapse" id="collapsePerformanceCookies">
			<div class="ms-5 mt-2 small lh-sm text-muted">
				These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which      
        pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore   
        anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
			</div>
		</div>
	</div>
	<div class="modal-footer">
		<input type="submit" name="commit" value="Save Preferences" class="btn btn-primary" data-action="click-&gt;modal-turbo#close" data-disable-with="Save Preferences" />
		<a class="btn btn-outline-primary" data-action="click-&gt;modal-turbo#close" data-turbo-method="post" data-turbo-frame-tag="allow_cookies" href="/cookies/accept">Accept All Cookies</a>
	</div>
</form></template></turbo-stream>