@import"https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap";@font-face{font-family:"Lato";src:url("../fonts/Lato/LatoLatin-Medium.eot");src:url("../fonts/Lato/LatoLatin-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/LatoLatin-Medium.svg#Lato/LatoLatin-Medium") format("svg"),url("../fonts/Lato/LatoLatin-Medium.ttf") format("truetype"),url("../fonts/Lato/LatoLatin-Medium.woff") format("woff"),url("../fonts/Lato/LatoLatin-Medium.woff2") format("woff2");font-weight:500;font-style:"normal"}@font-face{font-family:"Lato";src:url("../fonts/Lato/LatoLatin-Heavy.eot");src:url("../fonts/Lato/LatoLatin-Heavy.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/LatoLatin-Heavy.svg#Lato/LatoLatin-Heavy") format("svg"),url("../fonts/Lato/LatoLatin-Heavy.ttf") format("truetype"),url("../fonts/Lato/LatoLatin-Heavy.woff") format("woff"),url("../fonts/Lato/LatoLatin-Heavy.woff2") format("woff2");font-weight:800;font-style:"normal"}@font-face{font-family:"Lato";src:url("../fonts/Lato/LatoLatin-Black.eot");src:url("../fonts/Lato/LatoLatin-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/LatoLatin-Black.svg#Lato/LatoLatin-Black") format("svg"),url("../fonts/Lato/LatoLatin-Black.ttf") format("truetype"),url("../fonts/Lato/LatoLatin-Black.woff") format("woff"),url("../fonts/Lato/LatoLatin-Black.woff2") format("woff2");font-weight:900;font-style:"normal"}@font-face{font-family:"Lato";src:url("../fonts/Lato/LatoLatin-Bold.eot");src:url("../fonts/Lato/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/LatoLatin-Bold.svg#Lato/LatoLatin-Bold") format("svg"),url("../fonts/Lato/LatoLatin-Bold.ttf") format("truetype"),url("../fonts/Lato/LatoLatin-Bold.woff") format("woff"),url("../fonts/Lato/LatoLatin-Bold.woff2") format("woff2");font-weight:700;font-style:"normal"}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0, 0, 0)}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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.39063deg) skewY(0.39063deg)}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:translate3d(0, 0, 0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(print),(prefers-reduced-motion){.animated{animation:unset !important;transition:none !important}}body,html{max-width:100vw;overflow-x:hidden}body{font-size:.85rem;padding-top:56px;font-family:"Lato",sans-serif}h1{font-family:"Roboto Condensed",sans-serif;font-weight:600;text-transform:uppercase}h2{font-family:"Roboto Condensed",sans-serif;font-weight:600;text-transform:uppercase}h3{font-family:"Roboto Condensed",sans-serif;font-weight:600;text-transform:uppercase}h4{font-family:"Roboto Condensed",sans-serif;font-weight:600;text-transform:uppercase}h5{font-family:"Roboto Condensed",sans-serif;font-weight:600;text-transform:uppercase}h6{font-family:"Roboto Condensed",sans-serif;font-weight:600;text-transform:uppercase}.take-full-viewport{min-width:100vw;min-height:100vh}.background-img{width:100%;height:auto}.absolute-container{position:absolute;top:0;width:100%}.container.limited{max-width:1000px !important;text-align:left}.content{max-width:1300px;margin:0 auto;position:relative;text-align:center}.text-padding-both{padding-right:10px;padding-left:10px}.text-padding-left{padding-left:10px;padding-right:0}.text-padding-right{padding-right:10px;padding-left:0}.absolute-container{position:absolute;top:0;width:100%}.background-img{width:100%;height:auto}p{line-height:150%}p.important{font-weight:800;font-size:1.25em}p strong{font-weight:800}p.mark{color:#f85110;background-color:rgba(0,0,0,0)}.custom-indicators li{height:12px;width:12px;border-radius:50%;opacity:1;background-color:#fff;transition:background-color .6s ease}.custom-indicators li.active{background-color:#002169}.dotty{border:dotted 3px #f85110}.list-custom{list-style:none}.list-custom li{padding-left:25px;position:relative;margin-bottom:.5em;line-height:125%}.list-custom li:before{content:"";display:inline-block;background-color:#002169;border-radius:50%;width:12px;height:12px;position:absolute;left:0;line-height:125%;top:2px}.list-custom.bold{font-weight:800}.list-custom-bullets{list-style:none;padding:0 0}.list-custom-bullets li{padding-left:20px;position:relative}.list-custom-bullets li:before{content:"";display:inline-block;background-color:#f85110;border-radius:50%;width:10px;height:10px;position:absolute;left:0;top:2px}.separator{background-image:url("../img/bg_02_gradient.jpg");background-repeat:repeat-x;height:14px}p{line-height:125%}a.hovercolor:hover{text-decoration:none;transition:.4s;color:#ff0 !important}a.hovercolor:hover>*{transition:.4s;color:#ff0 !important}#hero{background-image:url("../img/bg_01_mobile.jpg?v=2");background-repeat:no-repeat;background-position:bottom center;background-size:100% auto;background-color:#000c64;min-height:calc(100vh - 56px);color:#fff}#hero h1{text-transform:none;font-weight:400;line-height:120%;font-size:3.5rem;margin-top:4vh;font-weight:700;display:block;font-size:4.5rem}#hero h1 img{display:inline;vertical-align:middle}#hero .container{padding-top:50px;padding-bottom:25px}#hero .rest-container{text-align:center}#hero .action-container{text-align:center;position:relative;padding-top:100px}#hero .action-container .hero{margin-top:25px;display:block;background-color:#002169;color:#fff;padding:.25em 0em;font-weight:600;font-family:"Roboto Condensed",sans-serif;font-size:1.75em;text-align:center;transition:all 250ms ease-in}#hero .action-container .hero:hover{text-decoration:none;color:rgba(255,255,255,.7)}#hero h2{text-shadow:2px 2px 5px rgba(0,0,0,.75);position:absolute;width:100%;bottom:100px;left:0px}#svaly{margin-top:50px}#svaly .block{background-repeat:repeat-x;background-size:auto 100%;font-weight:500;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:stretch;align-items:center}#svaly .block strong{font-weight:800}#svaly .block p,#svaly .block li{line-height:120%}#svaly .block ul{padding:0 0;margin:0 0}#svaly .block>div{padding:25px}#svaly .block>div p:last-child{margin:0 0}#svaly .gray{background-image:url("../img/gradient_gray.png");color:#00226a}#svaly .blue{background-image:url("../img/gradient_blue.png");color:#fff}#svaly .row.second .block:first-of-type{background-image:url("../img/gradient_blue.png");color:#fff}#svaly .row.second .block:last-of-type{background-image:url("../img/gradient_gray.png");color:#00226a}#svaly .row.third .block:first-of-type{background-image:url("../img/gradient_blue.png");color:#fff}#svaly .row.third .block:last-of-type{background-image:url("../img/gradient_gray.png");color:#00226a}#krece{margin-top:50px;padding-top:25px;padding-bottom:25px;background-image:url("../img/bg_02_mobile.jpg");background-repeat:repeat-x;background-size:auto 100%;color:#00226a}#krece h2{color:#f85110;font-size:2.5em;line-height:125%}#krece h3{text-transform:none;font-weight:900}#krece h4{font-weight:900}#krece .kontrakce ul li{margin-bottom:1em}#krece .krec ul li{font-weight:800}#priciny{padding-top:50px;padding-bottom:50px;color:#00226a;background-image:url("../img/priciny_01.jpg"),url("../img/priciny_02.jpg");background-repeat:no-repeat;background-position:top left,bottom right}#priciny p{font-weight:800}#priciny .header h2{color:#f85110;font-size:1.875em}#priciny .header p{line-height:200%}#priciny .header p:after{content:"";display:block;height:2px;background-color:#f85110;width:48%;margin:0 auto}#priciny .boxes>div{margin-bottom:12.5px}#priciny .boxes img{margin-bottom:1em}#priciny .boxes p{line-height:125%;font-size:.875em}#reseni{background-color:#00226a;padding-top:50px;padding-bottom:50px;color:#fff}#reseni .header h2{color:#f85110;font-size:1.875em;line-height:200%}#reseni .header h2:after{content:"";display:block;height:2px;background-color:#f85110;width:48%;margin:0 auto}#reseni .list-item{padding-top:12.5px}#reseni .list-item div:nth-child(1){order:0;flex:0 1 auto;align-self:auto;margin-right:20px;min-width:80px;padding-top:12.5px;padding-bottom:12.5px}#reseni .list-item div:nth-child(2){border-bottom:dotted 2px #fff;order:0;flex:1 1 auto;align-self:auto;text-align:left;padding-bottom:12.5px}#odolnost{padding-top:50px;padding-bottom:50px;color:#00226a}#odolnost .magneziu{margin-top:25px}#odolnost .vitamin{margin-top:25px}#odolnost .lower-part{margin-top:25px}#odolnost .list-custom-bullets{color:#f85110;font-weight:800}#odolnost .list-custom-bullets li{margin-bottom:.5em}#odolnost .header h2{color:#f85110;font-size:1.875em;line-height:200%}#odolnost .header h2:after{content:"";display:block;height:2px;background-color:#f85110;width:48%;margin:0 auto}#odolnost .absolute-container{position:static}#presentation{padding-top:50px;padding-bottom:50px;background-color:#12317d;color:#fff}#presentation h6{font-size:.875em;color:#f85110}#presentation h2{color:#fff;text-transform:none;font-size:1.875em}#presentation h2 span{color:#f85110;text-transform:uppercase}#presentation-2{padding-top:50px;padding-bottom:50px}#presentation-2 h3{text-transform:none;color:#002169;font-family:"Lato",sans-serif;font-weight:700;margin-bottom:1em;font-size:1.25em}#presentation-2 h4{text-transform:none;color:#002169;border-top:none;border-left:none;border-right:none;border-color:#002169;font-family:"Lato",sans-serif;font-weight:700;padding-bottom:.25em;margin-bottom:1em;font-size:1.25em}#presentation-2 h6{font-size:.875em;color:#f85110}#presentation-2 .list-custom-bullets{color:#002169}#presentation-2 .list-custom-bullets li{padding-bottom:1em}#presentation-2 .list-custom-bullets li:before{top:4px}#presentation-3 h5{color:#f85110;font-size:1.25em;margin:0 0;padding:0 0}#presentation-3 h5 small{font-size:.875em;font-weight:600}#presentation-3 h6{font-size:.875em;color:#f85110}#presentation-3 .heading{background-image:url("../img/gradient_gray_02.jpg");background-repeat:repeat-x;background-position:left top;min-height:79px;padding-top:20px}#presentation-3 .product{padding-top:25px;padding-bottom:25px;color:#002169;text-align:center}#presentation-4 h6{font-size:.875em;color:#f85110}#presentation-4 .disclaimer{padding-top:12.5px;padding-bottom:12.5px;font-size:.875em;color:#002169}#media{padding-top:25px;padding-bottom:25px;background-color:#155499;color:#fff}#media h2{color:#f85110;font-size:1.875em;margin-bottom:1em}#objednavka{padding-top:25px;padding-bottom:25px;background-image:url("../img/objednavka_01.jpg?v=2");background-repeat:no-repeat;background-position:left bottom;background-size:100% auto;min-height:480px}#objednavka h2{color:#f85110;font-size:1.875em;margin-bottom:1em}#objednavka .part-2{text-align:center}#objednavka .part-2 a{padding:1em 0;display:block}div.cumpara-button{display:inline-block;font-size:1.8em;font-weight:600;text-transform:uppercase;border-radius:2em;margin-left:auto;margin-right:auto;background-color:#f85110}div.cumpara-button a{color:#fff}#contact p{margin:0 0 0 0;line-height:150%}#contact p span{margin:0 .5em}#contact a{color:#fff}#contact .address{font-size:.875em;background-color:#12317d;padding-top:25px;padding-bottom:25px;color:#fff}#contact .address strong{font-size:1em}#contact .container{max-width:100% !important}#contact .copyright{background-color:#394d90;color:#fff;font-size:.875em;padding-top:25px;padding-bottom:25px}#contact .separator{background-color:#cacbcd;height:25px}#contact .address p:not(:last-of-type),#contact .copyright p:not(:last-of-type){margin-bottom:2em}#preloader{width:100vw;height:100vh;position:fixed;z-index:1032;background-color:#002169;top:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:stretch;align-items:center}#preloader.pulse>div{animation:pulse 1.5s ease 0s infinite}@keyframes pulse{0%{opacity:1;transform:scale(1)}98%{opacity:0;transform:scale(2)}100%{opacity:0;transform:scale(2.5)}}.navbar-custom{background-color:#002169 !important}.navbar-custom .navbar-toggler{border-color:#fff}.navbar-custom .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-custom .navbar-nav .nav-link{color:#fff}.rh-navbar{box-shadow:0px 2px 2px 0px rgba(0,0,0,.25)}.rh-navbar .rh-navbar-container .nav-link{padding:1rem 1rem}.rh-navbar .rh-navbar-container .nav-item:not(:last-of-type) .nav-link{border-bottom:solid 1px #fff}@media(min-width: 768px){body{font-size:1rem}}@media(min-width: 992px){body{font-size:1rem;padding-top:0}.list-custom li:before{top:3px}.absolute-container-lg{position:absolute;top:0;width:100%}#outside-indicators{margin:0 0;justify-content:flex-end;margin-bottom:12px}#hero{background-image:url("../img/bg/lg/bg_01.jpg");min-height:initial}#hero .container.limited{padding-top:40px}#hero h1{margin-top:1vw;font-size:3.5rem}#hero h1 img{width:120px}#hero .logo{max-width:240px}#hero .navbar-custom{height:55px;font-size:1em;padding-right:0 0;font-family:"Roboto Condensed",sans-serif;text-transform:uppercase;font-weight:700;background-color:rgba(0,0,0,0) !important;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center}#hero .navbar-custom li{margin-left:.6em;order:0;flex:1 1 auto;align-self:auto}#hero .navbar-custom li a{display:block;padding:0 0;height:55px;line-height:100%;color:#fff;text-align:right}#hero .navbar-custom li a:hover{transition:"color" .25s ease-in;color:silver;text-decoration:none}#hero .carousel-inner{padding-bottom:0}#svaly{margin-top:40px}#svaly .block{min-height:248px}#svaly .block>div{font-size:.938em}#svaly .block.gray{background-image:url("../img/gradient_gray.png") !important;color:#00226a !important}#svaly .block.blue{background-image:url("../img/gradient_blue.png") !important;color:#fff !important}#svaly .block.bg-01{background-image:url("../img/human_01.png"),url("../img/gradient_gray.png") !important;background-repeat:no-repeat,repeat-x;background-size:auto,auto 100%;background-position:bottom right}#svaly .block.bg-02{background-image:url("../img/human_02.png"),url("../img/gradient_blue.png") !important;background-repeat:no-repeat,repeat-x;background-size:auto,auto 100%;background-position:bottom left}#svaly .bg-03{background-image:url("../img/human_03.jpg") !important;background-repeat:no-repeat;background-size:auto;background-position:bottom left}#svaly .bg-03 h2{color:#f85110;font-size:2.5em;line-height:120%}#svaly .bg-04{background-image:url("../img/human_04.jpg") !important;background-repeat:no-repeat;background-size:auto;background-position:bottom left}#svaly .bg-05{padding:0 0}#krece{margin-top:40px;padding-top:20px;padding-bottom:20px;background-image:url("../img/bg/lg/bg_02.jpg");background-repeat:no-repeat;background-size:auto;color:#00226a}#krece .text-content{padding-top:13.33333px}#krece p,#krece ul li{line-height:125%;font-size:.875em}#krece h3{font-size:1.25em}#krece h4{font-size:.875em;text-transform:none}#priciny{padding-top:40px;padding-bottom:20px}#priciny .header{margin-bottom:40px}#priciny .boxes>div{margin-bottom:0}#reseni{background-image:url("../img/reseni_gradient.jpg");background-repeat:repeat-x;background-size:auto 100%}#reseni .header{margin-bottom:20px}#reseni .list-item{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:flex-start;padding-top:20px}#reseni .list-item div:nth-child(1){order:0;flex:0 1 auto;align-self:auto;margin-right:20px;min-width:80px;padding-top:0;padding-bottom:0}#reseni .list-item div:nth-child(2){border-bottom:dotted 2px #fff;order:0;flex:1 1 auto;align-self:auto;text-align:left;padding-bottom:20px}#reseni .list-item .no-border-lg{border-bottom:none !important}#odolnost .header{margin-bottom:40px}#odolnost .magneziu{margin-top:0}#odolnost .vitamin{margin-top:0}#odolnost .lower-part{margin-top:0}#odolnost .absolute-container{position:absolute;top:170px}#odolnost .container.limited{position:relative}#odolnost .data-container{background-image:url("../img/odolnost.jpg");background-position:center top;background-repeat:no-repeat;padding-top:60px}#odolnost .data-container p,#odolnost .data-container ul li{font-size:.875em;line-height:125%}#odolnost .data-container h3{display:none}#odolnost .data-container .draslik{left:80px;margin-top:510px}#odolnost .data-container .vitamin{text-align:right}#odolnost .data-container .upper-part{padding-left:130px}#odolnost .data-container .upper-part .list-custom-bullets{text-align:right;overflow:auto}#odolnost .data-container .upper-part .list-custom-bullets li{display:inline-block}#odolnost .data-container .upper-part .list-custom-bullets li::after{content:"\a";white-space:pre}#odolnost .data-container .lower-part{padding-top:20px;position:relative;left:-30px;text-align:left}#presentation{padding-top:0;padding-bottom:0;background-image:url("../img/presentation_01.jpg");background-repeat:no-repeat;background-position:right top;min-height:306px}#presentation p{font-size:1.25em}#presentation .container.limited{padding-top:60px}#presentation-2{padding-top:0;padding-bottom:0;background-image:url("../img/presentation_02.jpg");background-repeat:no-repeat;background-position:right top}#presentation-2 .container-01{padding-top:60px;background-image:url("../img/triangle.png");background-repeat:no-repeat;background-position:left top}#presentation-2 h3{text-transform:none;color:#002169;margin-bottom:1em}#presentation-2 .list-custom-bullets li{font-size:.938em}#presentation-3{background-image:url("../img/gradient_gray_02.jpg");background-repeat:repeat-x;background-position:left top}#presentation-3 .heading{display:block;min-height:initial;background:none;padding-top:0}#presentation-3 .headings.row{min-height:79px}#presentation-4{background-image:url("../img/gradient_gray_03.jpg");background-repeat:repeat-x;background-position:left top;padding-bottom:40px}#presentation-4 .product{font-size:.938em;color:#002169;text-align:left}#presentation-4 .product figure{min-height:260px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:stretch;align-items:flex-end}#media{padding-top:40px;padding-bottom:40px;background-image:url("../img/bg/lg/bg_03.jpg");background-repeat:no-repeat;background-position:right top}#objednavka{padding-top:40px;padding-bottom:0;background-image:url("../img/objednavka_01.jpg?v=2"),url("../img/objednavka_02.jpg");background-repeat:no-repeat;background-size:auto 100%;background-position:left top,right top;min-height:385px}#objednavka a{transition:all .25s ease-in}#objednavka a:hover{opacity:.5}#contact .address{padding-top:40px;padding-bottom:40px}#contact .copyright{padding-top:20px;padding-bottom:20px}}@media(min-width: 1200px){#hero{background-image:url("../img/bg/xl/bg_01.jpg")}#hero h1{margin-top:40px;font-size:3.5rem}#hero h1 strong{font-size:4.5rem}#hero .container.limited{padding-top:25px;position:relative;left:35px}}/*# sourceMappingURL=main.min.css.map */