@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes jello{11.1%{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}to{transform:none}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes swing{20%,40%,60%,80%,to{transform-origin:top center}20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(90deg)}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{opacity:1;transform:perspective(400px) rotateX(0deg)}}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{opacity:1;transform:perspective(400px) rotateY(0deg)}}@keyframes flipOutX{0%{opacity:1;transform:perspective(400px) rotateX(0deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutY{0%{opacity:1;transform:perspective(400px) rotateY(0deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes lightSpeedIn{0%{opacity:0;transform:translateX(100%) skewX(-30deg)}60%{opacity:1;transform:translateX(-20%) skewX(30deg)}80%{opacity:1;transform:translateX(0) skewX(-15deg)}to{opacity:1;transform:translateX(0) skewX(0deg)}}@keyframes lightSpeedOut{0%{opacity:1;transform:translateX(0) skewX(0deg)}to{opacity:0;transform:translateX(100%) skewX(-30deg)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center center}to{opacity:1;transform:rotate(0);transform-origin:center center}}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}@keyframes rotateOut{0%{opacity:1;transform:rotate(0);transform-origin:center center}to{opacity:0;transform:rotate(200deg);transform-origin:center center}}@keyframes rotateOutDownLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(90deg);transform-origin:left bottom}}@keyframes rotateOutDownRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}}@keyframes rotateOutUpLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}}@keyframes rotateOutUpRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutDown{0%{transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform:rotate(0);transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%{animation-timing-function:ease-in-out;transform:rotate(60deg);transform-origin:top left}80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg) translateY(0);transform-origin:top left}to{opacity:0;transform:translateY(700px)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:Neutraface2 Display Medium;font-style:normal;font-weight:400;src:url(../fonts/Neutraface2Display-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Neutraface2Display-Medium.woff2) format("woff2"),url(../fonts/Neutraface2Display-Medium.woff) format("woff"),url(../fonts/Neutraface2Display-Medium.ttf) format("truetype"),url("../fonts/Neutraface2Display-Medium.svg#Neutraface2 Display Medium") format("svg")}@font-face{font-family:Neutraface2 Display Bold;font-style:normal;font-weight:400;src:url(../fonts/Neutraface2Display-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Neutraface2Display-Bold.woff2) format("woff2"),url(../fonts/Neutraface2Display-Bold.woff) format("woff"),url(../fonts/Neutraface2Display-Bold.ttf) format("truetype"),url("../fonts/Neutraface2Display-Bold.svg#Neutraface2 Display Bold") format("svg")}@font-face{font-family:Neutraface2 Text Book;font-style:normal;font-weight:400;src:url(../fonts/Neutraface2Text-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/Neutraface2Text-Book.woff2) format("woff2"),url(../fonts/Neutraface2Text-Book.woff) format("woff"),url(../fonts/Neutraface2Text-Book.ttf) format("truetype"),url("../fonts/Neutraface2Text-Book.svg#Neutraface2 Text Book") format("svg")}@font-face{font-family:Neutraface2 Text Book Italic;font-style:normal;font-weight:400;src:url(../fonts/Neutraface2Text-BookItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Neutraface2Text-BookItalic.woff2) format("woff2"),url(../fonts/Neutraface2Text-BookItalic.woff) format("woff"),url(../fonts/Neutraface2Text-BookItalic.ttf) format("truetype"),url("../fonts/Neutraface2Text-BookItalic.svg#Neutraface2 Text Book Italic") format("svg")}body,button,input,select,textarea{color:#222628;font-family:Neutraface2 Text Book,Helvetica,Arial,sans-serif;font-size:1rem;text-shadow:1px 1px 1px rgba(0,0,0,.004);text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important}h1,h2,h3,h4,h5,h6{clear:both}h1{font-family:Neutraface2 Display Medium;font-size:2.25rem;line-height:2.25rem;font-weight:400;text-transform:uppercase;letter-spacing:3px;color:#e3eaec}@media screen and (min-width:576px){h1{font-size:2.875rem;line-height:2.875rem}}@media screen and (min-width:960px){h1{font-size:4.5rem;line-height:4.5rem;letter-spacing:6px}}h1 span{display:block}h1 .intensify{font-family:Neutraface2 Display Bold;color:#df3938}h2{font-family:Neutraface2 Display Medium;font-size:1.75rem;line-height:1.75rem;font-weight:400;text-transform:uppercase;letter-spacing:2px;margin:0;color:#fff}h2 span{color:#e3eaec}@media screen and (min-width:576px){h2{font-size:2.625rem;line-height:2.625rem;letter-spacing:6px}h2 span{font-size:2rem;line-height:2rem;letter-spacing:14px}}@media screen and (min-width:1200px){h2{font-size:3.875rem;line-height:3.875rem}h2 span{font-size:3rem;line-height:3rem}}p{color:#e3eaec;font-size:1rem;line-height:1.375rem;letter-spacing:.5px;margin:0}@media screen and (min-width:840px){p{font-size:1.125rem;line-height:1.75rem;font-size:1.25rem}}@media screen and (min-width:1200px){p{font-size:1.375rem;line-height:2rem}}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#222628;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:monospace;font-size:15px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #e4e4e4;cursor:help}ins,mark{background:#222628;text-decoration:none}big{font-size:125%}a{color:#bf2e2d;transition:all .3s}a:visited{color:inherit}a:active,a:focus,a:hover{color:inherit;outline:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#131a1b;margin:0;overflow:hidden}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:""}hr{background-color:#3e4344;border:0;height:1px;margin-bottom:1.5em}img{height:auto;max-width:100%}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}table{margin:0 0 1.5em;width:100%}#content[tabindex="-1"]:focus{outline:0}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}.sticky{display:block}.hentry{margin:0 0 1.5em}.football-divider{height:56px;width:195px;fill:#bf2e2d;margin:20px 0;overflow:visible}header{position:relative;z-index:10}header .preorder{position:absolute;top:32px;right:0;left:0;margin:0 auto;max-width:268px}@media screen and (min-width:960px){header .preorder{position:absolute;top:32px;right:98px;left:auto}}footer{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background:#131a1b;text-align:center}footer .footer-red-shape{position:absolute;bottom:0;left:0;height:40px;width:100%;background-image:url(../images/footer-red-shape.svg);background-repeat:no-repeat;background-position:0 0;background-size:contain}@media screen and (min-width:840px){footer .footer-red-shape{height:90px}}@media screen and (min-width:1100px){footer .footer-red-shape{height:132px;width:725px;background-size:725px 132px}}@media screen and (min-width:1100px){footer .footer-dark-shape{position:absolute;right:0;bottom:0;height:68px;width:387px;background-image:url(../images/footer-dark-shape.svg);background-repeat:no-repeat;background-position:0 0;background-size:387px 68px}}footer .content{position:relative;margin-bottom:70px}footer .content ul.socialmedia_footer{list-style:none;margin:25px 0 10px;padding:0}footer .content ul.socialmedia_footer li{font-size:2.25rem;display:inline;margin:0 20px}footer .content ul.socialmedia_footer li a{color:#3e4344;display:inline-block;text-align:center;text-decoration:none}footer .content ul.socialmedia_footer li a:hover{color:#bf2e2d}footer .content ul.socialmedia_footer li a i{content:""}footer .content p.copyright{margin:0;font-size:.875rem;color:#3e4344;text-transform:uppercase}@media screen and (min-width:420px){footer .content p.copyright{font-size:1rem;letter-spacing:2px}}@media screen and (min-width:840px){footer .publisher{position:absolute;right:40px;bottom:80px;height:68px;width:68px;display:inline-block;border-radius:50%;border:2px solid #3e4344;background-image:url(../images/publisher.png);background-repeat:no-repeat;background-position:50% 50%;background-size:52px 43px;opacity:.5;z-index:1}footer .publisher:hover{opacity:1}}input,select,textarea{text-shadow:none;outline:none}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{border:1px solid #222628;border-radius:3px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:#222628}select{border:1px solid #222628}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{padding:3px}textarea{padding-left:3px;width:100%}button,input[type=button],input[type=reset],input[type=submit]{border:none;border-radius:3px;background:#e11f26;color:#fff;font-size:12px;font-size:.75rem;line-height:1;padding:.6em 1em .4em}button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{border-color:#e4e4e4}.preorder{position:relative;font-family:Neutraface2 Display Medium;font-size:1.25rem;text-decoration:none;letter-spacing:4px;text-transform:uppercase;color:#fff;padding:14px 78px 11px 28px;background:#bf2e2d;border-radius:10em;-ms-box-shadow:0 1px 25px rgba(191,46,45,.4);-o-box-shadow:0 1px 25px rgba(191,46,45,.4);box-shadow:0 1px 25px rgba(191,46,45,.4);z-index:1}.preorder:after{content:"";position:absolute;top:12px;right:38px;height:26px;width:26px;background-image:url(../images/target.svg);background-repeat:no-repeat;background-position:0 0;background-size:26px 26px}.preorder:visited{color:#fff}.preorder:focus,.preorder:hover{color:#fff;-ms-box-shadow:0 6px 55px rgba(191,46,45,.6);-o-box-shadow:0 6px 55px rgba(191,46,45,.6);box-shadow:0 6px 55px rgba(191,46,45,.6)}.btn{position:relative;display:inline-block;font-family:Neutraface2 Text Book;font-size:1.125rem;font-style:italic;text-decoration:none;letter-spacing:1px;color:#5e6b6d;padding:13px 22px;background:#0e1314;border-radius:10em;z-index:1}@media screen and (min-width:420px){.btn{font-size:1.375rem}}.btn:visited{color:#5e6b6d}.btn:focus,.btn:hover{color:#df3938}.preloader{position:fixed;z-index:20}.preloader .back01,.preloader .back02{position:absolute;left:-90vw;height:100vh;width:300vw;background:#131a1b;transform:skew(45deg);transform-origin:100%;transition:all 2s cubic-bezier(.77,0,.175,1)}@media screen and (min-width:960px){.preloader .back01,.preloader .back02{width:200vw;left:-40vw}}.preloader .back01.loaded,.preloader .back02.loaded{left:200vw;visibility:hidden}.preloader .back02{background:#161e1f;transition:all 2.4s cubic-bezier(.77,0,.175,1)}.preloader .frame{position:absolute;height:calc(100vh - 60px);width:calc(100vw - 60px);margin:30px;border:2px solid #bf2e2d;transition:all 1s ease-out}.preloader .frame.loaded{height:100vh;width:100vw;margin:0;opacity:0;visibility:hidden}.preloader .loader{position:absolute;height:100vh;width:100vw;transition:all 1s ease-out}.preloader .loader .football-divider{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;margin:0 auto}.preloader .loader .football-divider .crossline{position:absolute;transform-origin:50%;transform:scaleX(.1);animation:football_load 1.5s infinite;animation-timing-function:cubic-bezier(.77,0,.175,1)}@keyframes football_load{0%{transform:scaleX(.1)}50%{transform:scaleX(1)}to{transform:scaleX(.1)}}.preloader .loader.loaded{opacity:0;visibility:hidden}.home-page .hero{position:relative;height:140vh;width:100vw;overflow:hidden}.home-page .hero .top-shadow{position:absolute;height:40vh;width:100%;max-height:330px;background-color:transparent;background-image:linear-gradient(#0e1314,rgba(14,19,20,0) 95%);opacity:.45;z-index:1}.home-page .hero .background{position:relative;height:100%;width:100%;background-image:url(../images/field.jpg);background-repeat:no-repeat;background-position:50% 0;background-size:cover}.home-page .hero .background:before{content:"";position:absolute;height:100%;width:100%;background-color:#000;opacity:.4}.home-page .hero .book-container{position:absolute;top:0;right:0;left:0;height:100vh;width:100vw;padding:2.35765% 1.2% 2.35765% 6.375%}@media screen and (min-width:1000px){.home-page .hero .book-container{padding:35px 15px 35px 55px}}.home-page .hero .book-container .book{position:relative;top:50%;right:0;left:0;height:100%;width:100%;margin:0 auto;background-image:url(../images/book-hero.png);background-repeat:no-repeat;background-position:50% 50%;background-size:contain}@media screen and (min-width:1000px){.home-page .hero .book-container .book{height:755px;width:945px;background-size:945px 755px}}.home-page .hero .page-down{display:none}@media screen and (min-width:840px){.home-page .hero .page-down{position:absolute;right:-16px;bottom:30vh;display:block;height:510px;width:108px;background-image:url(../images/down.svg);background-repeat:no-repeat;background-position:0 0;background-size:108px 510px;z-index:2;transition:right .3s}.home-page .hero .page-down:hover{right:0}.home-page .hero .page-down .arrow{position:absolute;top:52%;right:38px}.home-page .hero .page-down .arrow .slice{height:15px;width:38px;background-image:url(../images/arrow-slice.svg);background-repeat:no-repeat;background-position:0 0;background-size:38px 15px;animation:arrowdown 1.5s infinite;animation-delay:3.5s}.home-page .hero .page-down .arrow .slice:first-child{animation-delay:-.75s}.home-page .hero .page-down .arrow .slice:nth-child(2){animation-delay:-.375s}.home-page .hero .page-down .arrow .slice:nth-child(3){animation-delay:0s}@keyframes arrowdown{0%{opacity:0}40%{opacity:1}80%{opacity:.15}to{opacity:0}}}@media screen and (min-width:1000px){.home-page .hero .plus-grid{position:absolute;right:42px;bottom:220px;height:333px;width:195px;background-image:url(../images/plus.svg);background-repeat:repeat;background-position:0 0;background-size:20px 20px;opacity:.1;z-index:1}}.home-page .hero .bottom-shadow{position:absolute;bottom:0;height:72vh;width:100%;min-height:330px;background-color:transparent;background-image:linear-gradient(rgba(14,19,20,0),#0e1314);opacity:.65}.home-page .hero .cut-secondary{position:absolute;right:0;bottom:-39vh;left:0;height:44vh;transform:skewY(-13.5deg);transform-origin:0;background:#161e1f}.home-page .hero .cut-primary{position:absolute;right:0;bottom:-56vh;left:0;height:60vh;transform:skewY(-12.5deg);transform-origin:0;background:#131a1b}.home-page .info{position:relative;min-height:400px;background:#131a1b;z-index:1}@media screen and (min-width:1000px){.home-page .info{min-height:700px}}@media screen and (min-width:1200px){.home-page .info{min-height:900px}}.home-page .info .plus-grid-top{position:absolute;top:0;left:4%;height:149px;width:75%;background-image:url(../images/plus.svg);background-repeat:repeat;background-position:0 0;background-size:20px 20px;opacity:.1;z-index:1}@media screen and (min-width:375px){.home-page .info .plus-grid-top{width:333px}}.home-page .info .left-shape-red{position:absolute;top:-7%;left:0;height:238px;width:156px;background-image:url(../images/left-info-red-shape.svg);background-repeat:no-repeat;background-position:0 0;background-size:contain}@media screen and (min-width:960px){.home-page .info .left-shape-red{top:-85px;height:238px;width:356px;background-size:356px 238px}}@media screen and (min-width:660px){.home-page .info .top-shape-dark{position:absolute;top:-14%;left:40%;height:242px;width:364px;background-image:url(../images/top-info-dark-shape.svg);background-repeat:no-repeat;background-position:0 0;background-size:contain}}@media screen and (min-width:960px){.home-page .info .top-shape-dark{top:-220px;height:242px;width:564px;background-size:564px 242px}}.home-page .info .synopsis{position:absolute;top:-10%;right:0;left:0;width:85%;max-width:1158px;margin:0 auto;text-align:center;z-index:1}@media screen and (min-width:960px){.home-page .info .synopsis{top:-180px}}.home-page .info .synopsis h1{margin:0}.home-page .info .images{display:none}@media screen and (min-width:576px){.home-page .info .images{display:block;position:relative;top:405px;min-height:600px;max-width:1600px;margin:0 auto}}@media screen and (min-width:840px){.home-page .info .images{top:460px;min-height:750px}}.home-page .info .images .frame-left{position:absolute;top:40%;left:-2%;height:353px;width:550px;border:3px solid #fff;opacity:.05}.home-page .info .images .frame-right{position:absolute;top:-50%;right:3%;height:553px;width:300px;border:3px solid #fff;opacity:.05}.home-page .info .images .plus-grid-bottom{position:absolute;top:30%;left:15%;height:677px;width:195px;background-image:url(../images/plus.svg);background-repeat:repeat;background-position:0 0;background-size:20px 20px;opacity:.1}@media screen and (min-width:720px){.home-page .info .images .play01{top:-12%;left:3.5%;height:187px;width:360px;background-image:url(../images/play01.svg);background-size:360px 187px}}@media screen and (min-width:720px){.home-page .info .images .play01,.home-page .info .images .play02{position:absolute;background-repeat:no-repeat;background-position:0 0;opacity:.04}.home-page .info .images .play02{top:22%;left:30%;height:239px;width:261px;background-image:url(../images/play02.svg);background-size:261px 239px}}.home-page .info .images .play03{position:absolute;top:-15%;right:25%;height:210px;width:303px;background-image:url(../images/play03.svg);background-repeat:no-repeat;background-position:0 0;background-size:303px 210px;opacity:.04}@media screen and (min-width:1100px){.home-page .info .images .left-shape-dark{position:absolute;top:43%;left:-5%;height:394px;width:122px;background-image:url(../images/left-shap-dark.svg);background-repeat:no-repeat;background-position:0 0;background-size:122px 394px}}.home-page .info .images .image01{top:10px;left:0;height:30vw;width:25%;max-height:470px;background-image:url(../images/image01.jpg);background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.home-page .info .images .image01,.home-page .info .images .red01{position:absolute;-ms-box-shadow:4px 4px 33px rgba(0,0,0,.3);-o-box-shadow:4px 4px 33px rgba(0,0,0,.3);box-shadow:4px 4px 33px rgba(0,0,0,.3)}.home-page .info .images .red01{top:0;left:2%;height:32vw;width:11%;max-height:500px;background-color:#bf2e2d}.home-page .info .images .image02{position:absolute;top:-80px;left:18%;height:34vw;width:31%;max-height:530px;background-image:url(../images/image02.jpg);background-repeat:no-repeat;background-position:50% 18%;background-size:cover;-ms-box-shadow:4px 4px 45px rgba(0,0,0,.6);-o-box-shadow:4px 4px 45px rgba(0,0,0,.6);box-shadow:4px 4px 45px rgba(0,0,0,.6)}.home-page .info .images .red02{position:absolute;top:-100px;left:33%;height:18vw;width:18%;max-height:300px;background-color:#bf2e2d;-ms-box-shadow:4px 4px 33px rgba(0,0,0,.3);-o-box-shadow:4px 4px 33px rgba(0,0,0,.3);box-shadow:4px 4px 33px rgba(0,0,0,.3)}.home-page .info .images .image03{position:absolute;top:60px;left:46.5%;height:42vw;width:34%;max-height:656px;background-image:url(../images/image03.jpg);background-repeat:no-repeat;background-position:55% 18%;background-size:cover;-ms-box-shadow:4px 4px 45px rgba(0,0,0,.6);-o-box-shadow:4px 4px 45px rgba(0,0,0,.6);box-shadow:4px 4px 45px rgba(0,0,0,.6)}.home-page .info .images .red03{position:absolute;top:50px;left:64.3%;height:22vw;width:18%;max-height:320px;background-color:#bf2e2d;-ms-box-shadow:4px 4px 33px rgba(0,0,0,.3);-o-box-shadow:4px 4px 33px rgba(0,0,0,.3);box-shadow:4px 4px 33px rgba(0,0,0,.3)}.home-page .info .images .image04{position:absolute;top:-160px;right:0;height:33vw;width:31%;max-height:526px;background-image:url(../images/image04.jpg);background-repeat:no-repeat;background-position:50% 0;background-size:cover;-ms-box-shadow:4px 4px 40px rgba(0,0,0,.4);-o-box-shadow:4px 4px 40px rgba(0,0,0,.4);box-shadow:4px 4px 40px rgba(0,0,0,.4)}@media screen and (min-width:1100px){.home-page .info .bottom-shape-dark{position:absolute;right:10%;bottom:-28%;height:178px;width:897px;background-image:url(../images/bottom-shape-dark.svg);background-repeat:no-repeat;background-position:0 0;background-size:897px 178px}}.home-page .info .right-shape-red{position:absolute;right:0;bottom:-18%;height:55px;width:400px;background-image:url(../images/right-info-red-shape.svg);background-repeat:no-repeat;background-position:100% 0;background-size:contain}@media screen and (min-width:420px){.home-page .info .right-shape-red{height:100px;bottom:-32%}}@media screen and (min-width:1100px){.home-page .info .right-shape-red{bottom:-38%;height:169px;width:579px;background-position:0 0;background-size:579px 169px}}.home-page .info .cut-bottom{position:absolute;right:0;bottom:-10vh;left:0;height:40vh;transform:skewY(-12.5deg);transform-origin:0;background:#131a1b;-ms-box-shadow:0 30px 40px rgba(0,0,0,.45);-o-box-shadow:0 30px 40px rgba(0,0,0,.45);box-shadow:0 30px 40px rgba(0,0,0,.45)}@media screen and (min-width:576px){.home-page .info .cut-bottom{bottom:-40vh}}.home-page .cta{position:relative;height:122vh;width:100vw;max-height:650px;overflow:hidden}@media screen and (min-width:450px){.home-page .cta{max-height:850px}}@media screen and (min-width:576px){.home-page .cta{max-height:100%}}.home-page .cta .background{position:relative;height:100%;width:100%;background-image:url(../images/jersey.jpg);background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.home-page .cta .background:before{content:"";position:absolute;height:100%;width:100%;background-color:#000;opacity:.3}.home-page .cta .cta-container{position:absolute;top:0;right:0;left:0;height:100%;width:100%;max-width:1600px;margin:0 auto}@media screen and (min-width:840px){.home-page .cta .cta-container .book-container{position:absolute;top:50%;left:10%;height:315px;width:199px;z-index:2}.home-page .cta .cta-container .book-container .book{height:315px;width:199px;background-image:url(../images/book-cta.png);background-repeat:no-repeat;background-position:50% 50%;background-size:199px 315px}}@media screen and (min-width:960px){.home-page .cta .cta-container .book-container{top:44%;height:515px;width:326px}.home-page .cta .cta-container .book-container .book{height:515px;width:326px;background-size:326px 515px}}@media screen and (min-width:1370px){.home-page .cta .cta-container .book-container{top:36%;height:715px;width:452px}.home-page .cta .cta-container .book-container .book{height:715px;width:452px;background-size:452px 715px}}.home-page .cta .cta-container .content{position:absolute;top:45%;right:0;left:0;height:auto;width:90%;margin:0 auto;text-align:center;z-index:1}@media screen and (min-width:420px){.home-page .cta .cta-container .content{border:3px solid #df3938;padding:30px}}@media screen and (min-width:576px){.home-page .cta .cta-container .content{top:55%}}@media screen and (min-width:840px){.home-page .cta .cta-container .content{left:auto;right:10%;width:65%;text-align:right}}@media screen and (min-width:960px){.home-page .cta .cta-container .content{width:650px}}@media screen and (min-width:1200px){.home-page .cta .cta-container .content{width:850px}}@media screen and (min-width:1370px){.home-page .cta .cta-container .content{top:50%;padding:50px}}.home-page .cta .cta-container .content h2{margin-bottom:30px}@media screen and (min-width:1200px){.home-page .cta .cta-container .content h2{margin-bottom:50px}}.home-page .cta .cta-container .content .preorder{display:inline-block}.home-page .cta .cut-secondary{position:absolute;right:0;bottom:-39vh;left:0;height:44vh;transform:skewY(-13.5deg);transform-origin:0;background:#161e1f;-ms-box-shadow:0 -30px 40px rgba(0,0,0,.45);-o-box-shadow:0 -30px 40px rgba(0,0,0,.45);box-shadow:0 -30px 40px rgba(0,0,0,.45)}.home-page .cta .cut-primary{position:absolute;right:0;bottom:-56vh;left:0;height:60vh;transform:skewY(-12.5deg);transform-origin:0;background:#131a1b}