<div class="home_feature js-home-feature">
    <div class="fs-row home_feature_row">
        <div class="fs-cell home_feature_cell">
            <div class="home_feature_inner">
                <figure class="home_feature_figure">

                    <picture class="home_feature_picture">
                        <source media="(min-width: 980px)" srcset="https://images.fastspot.com/framework/735x980/1">
                        <source media="(min-width: 740px)" srcset="https://images.fastspot.com/framework/980x980/1">
                        <source media="(min-width: 500px)" srcset="https://images.fastspot.com/framework/740x740/1">
                        <img class="home_feature_image" src="//images.fastspot.com/framework/500x500/1" alt="" loading="lazy" width="500px" height="500px">
                    </picture>
                </figure>
                <div class="home_feature_wrapper">
                    <h2 class="home_feature_title"><span>PrimusRS</span>Realtime data capture from evaluation through rehabilitation</h2>
                    <a href="#" class="home_feature_link">Product Info</a>
                </div>
                <div class="home_feature_testimonials js-home-feature-testimonials js-carousel" data-carousel-options='{"contained": false, "controls": false, "single": true, "matchHeight": true, "autoAdvance": true, "autoTime": 5000, "infinite": true}'>
                    <div class="home_feature_testimonial_item">
                        <figure class="home_feature_testimonial_item_figure">

                            <img class="home_feature_testimonial_item_image" src="https://images.fastspot.com/framework/100x100/2" alt="" loading="lazy" width="100" height="100">
                        </figure>
                        <div class="home_feature_testimonial_item_wrapper">
                            <span class="home_feature_testimonial_item_quote">"Patients love the interactive game experience, and are motivated by their visible progress to keep coming back for more sessions, getting stronger and returning to function"</span>
                            <span class="home_feature_testimonial_item_attr">Ronald Garner, PT, OCS, OMPT</span>
                            <span class="home_feature_testimonial_item_title">Director of Rehabilitation, Vereen Rehabilitation Center</span>
                        </div>
                    </div>
                    <div class="home_feature_testimonial_item">
                        <figure class="home_feature_testimonial_item_figure">

                            <img class="home_feature_testimonial_item_image" src="https://images.fastspot.com/framework/100x100/3" alt="" loading="lazy" width="100" height="100">
                        </figure>
                        <div class="home_feature_testimonial_item_wrapper">
                            <span class="home_feature_testimonial_item_quote">"Some of the best results are the comments from the patients. Things like how they are looking forward to going hiking that weekend or even skiing, or just how nice it is to walk down the stairs without pain"</span>
                            <span class="home_feature_testimonial_item_attr">Michael Bade, PT, DPT, PH.D, OCS, COMT, FAAOMPT</span>
                            <span class="home_feature_testimonial_item_title">Assistant Professor, Regis University School of Therapy</span>
                        </div>
                    </div>
                    <div class="home_feature_testimonial_item">
                        <figure class="home_feature_testimonial_item_figure">

                            <img class="home_feature_testimonial_item_image" src="https://images.fastspot.com/framework/100x100/4" alt="" loading="lazy" width="100" height="100">
                        </figure>
                        <div class="home_feature_testimonial_item_wrapper">
                            <span class="home_feature_testimonial_item_quote">"We have used BTE Ecentron with a variety of different athletes, and we have had outstanding results"</span>
                            <span class="home_feature_testimonial_item_attr">Ron Courson ATC, PT, NREMT-I, CSCS</span>
                            <span class="home_feature_testimonial_item_title">Director of Sports Medicine, University of Georgia</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="home_feature_slant"></div>
    <div class="home_feature_circles"></div>
    <div class="home_feature_lines js-testimonial-lines"></div>
    <div class="home_feature_lines_2 js-testimonial-lines"></div>
</div>
<div class="home_feature js-home-feature">
	<div class="fs-row home_feature_row">
		<div class="fs-cell home_feature_cell">
			<div class="home_feature_inner">
				<figure class="home_feature_figure">
					{% include '@partial-picture' with {
						class: 'home_feature',
						image: image,
						alt: '',
						loading: 'lazy',
						default: img.square.xsml,
						sources: {
							'980px': img.portraitFull.med,
							'740px': img.square.med,
							'500px': img.square.sml
						}
					} %}
					{% if video %}
					<video class="home_feature_video js-home-feature-video playing" width="760" height="1080" autoplay loop>
						<source src="{{ video }}" type="video/mp4" />
					</video>
					<button type="button" class="home_feature_video_button js-home-feature-video-button">
						<span class="home_feature_video_button_label">Pause</span>
						<span class="home_feature_video_button_icon">
							{{ icon("play") }}
							{{ icon("pause") }}
						</span>
					</button>
					{% endif %}
				</figure>
				<div class="home_feature_wrapper">
					<h2 class="home_feature_title"><span>{{ heading }}</span>{{ title }}</h2>
					{% if link %}
					<a href="{{ link.url }}" class="home_feature_link">{{ link.label }}</a>
					{% endif %}
				</div>
				<div class="home_feature_testimonials js-home-feature-testimonials js-carousel" data-carousel-options='{"contained": false, "controls": false, "single": true, "matchHeight": true, "autoAdvance": true, "autoTime": 5000, "infinite": true}'>
					{% for item in testimonials %}
					<div class="home_feature_testimonial_item">
						<figure class="home_feature_testimonial_item_figure">
							{% include '@partial-image' with {
								class: 'home_feature_testimonial_item',
								alt: '',
								image: item.image,
								loading: 'lazy',
								sources: [
									img.square.thumb
								]
							} %}
						</figure>
						<div class="home_feature_testimonial_item_wrapper">
							<span class="home_feature_testimonial_item_quote">"{{ item.quote }}"</span>
							<span class="home_feature_testimonial_item_attr">{{ item.attribute }}</span>
							<span class="home_feature_testimonial_item_title">{{ item.title }}</span>
						</div>
					</div>
					{% endfor %}
				</div>
			</div>
		</div>
	</div>
	<div class="home_feature_slant"></div>
	<div class="home_feature_circles"></div>
	<div class="home_feature_lines js-testimonial-lines"></div>
	<div class="home_feature_lines_2 js-testimonial-lines"></div>
</div>

No notes defined.