/* jshint onevar: false */ (function($){ /** * For images lacking explicit dimensions and needing them, try to add them. */ var restore_dims = function() { $( 'img[data-recalc-dims]' ).each( function recalc() { var $this = $( this ); if ( this.complete ) { // Support for lazy loading: if there is a lazy-src // attribute and it's value is not the same as the current src we // should wait until the image load event if ( $this.data( 'lazy-src' ) && $this.attr( 'src' ) !== $this.data( 'lazy-src' ) ) { $this.load( recalc ); return; } var width = this.width, height = this.height; if ( width && width > 0 && height && height > 0 ) { $this.attr( { width: width, height: height } ); reset_for_retina( this ); } } else { $this.load( recalc ); } } ); }, /** * Modify given image's markup so that devicepx-jetpack.js will act on the image and it won't be reprocessed by this script. */ reset_for_retina = function( img ) { $( img ).removeAttr( 'data-recalc-dims' ).removeAttr( 'scale' ); }; /** * Check both when page loads, and when IS is triggered. */ $( document ).ready( restore_dims ); if ( 'on' in $.fn ) { $( document.body ).on( 'post-load', restore_dims ); } else { $( document ).delegate( 'body', 'post-load', restore_dims ); } })(jQuery); assumption risk form - Aviva Pilates

Aviva Pilates

Waiver

Assumption of the Risk and Waiver of Liability Relating to Coronavirus/Covid-19

The novel coronavirus, COVID-19, has been declared a worldwide pandemic by the World Health Organization. COVID-19 is extremely contagious and is believed to spread mainly from person-to-person contact. As a result, federal, state, and local governments and federal and state health agencies recommend social distancing and have, in many locations, prohibited the congregation of groups of people.

AVIVA PILATES studio has put in place preventative measures to reduce the spread of COVID-19; however, the AVIVA PILATES studio cannot guarantee that you will not become infected with COVID-19. Further, attending the AVIVA PILATES studio could increase your risk of contracting COVID-19.

By signing this agreement, I acknowledge the contagious nature of COVID-19 and voluntarily assume the risk that I may be exposed to or infected by COVID-19 by attending the AVIVA PILATES studio and that such exposure or infection may result in personal injury, illness, permanent disability, and death. I understand that the risk of becoming exposed to or infected by COVID-19 at AVIVA PILATES may result from the actions, omissions, or negligence of myself and others, including, but not limited to, AVIVA PILATES studio employees, instructors or staff.

I voluntarily agree to assume all of the foregoing risks and accept sole responsibility for any injury myself (including, but not limited to, personal injury, disability, and death), illness, damage, loss, claim, liability, or expense, of any kind, that I may experience or incur in connection with attendance at the AVIVA PILATES studio. On my behalf, I hereby release, covenant not to sue, discharge, and hold harmless the AVIVA PILATES studio, its employees, instructors, staff or agents, and representatives, of and from the claims, including all liabilities, claims, actions, damages, costs or expenses of any kind arising out of or relating to that. I understand and agree that this release includes any claims based on the actions, omissions, or negligence of the AVIVA PILATES studio, its employees, instructors, staff or agents, and representatives, whether a COVID-19 infection occurs before, during, or after participation in any AVIVA PILATES studio programs.