Hey there, from what I can see, it's slower than other similar pages. I tested from Toronto on my mobile with LTE.
I looked and you have 27 stylesheets - their total size combined is 500megs. Looking at your html, that all needs to be downloaded before your site can render.
Google provides some nice tips on how to optimize your html and css so "Above The Fold" (ATF) loads much faster:
Reduce the size of the above-the-fold content *|* PageSpeed Insights *|* Google Developers They suggest using inline css and HTML for the ATF design giving browsers time to fetch your CSS before rendering other aspects of the page.
Hope that helps!