.hero-banner{background-size:cover;background-position:top center;text-align:center;overflow:hidden}.not-fixed{background-attachment:unset}.hero-banner .container{margin:10% auto}.hero-banner.fullheight{position:relative;height:86vh}.halfheight{height:50vh}.halfheight__flex-center{display:flex;align-items:center}.hero-banner.fullheight .container{margin:0 auto;position:absolute;left:50%;transform:translateX(-50%);bottom:10%}.hero-banner h1,.hero-banner p{color:#fff}.hero-banner p{font-size:22px}.hero-banner a{display:inline-block;background:#f78d2d;background:-moz-linear-gradient(90deg,rgba(247,141,45,1) 0%,rgba(235,104,82,1) 100%);background:-webkit-linear-gradient(90deg,rgba(247,141,45,1) 0%,rgba(235,104,82,1) 100%);background:linear-gradient(90deg,rgba(247,141,45,1) 0%,rgba(235,104,82,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f78d2d",endColorstr="#eb6852",GradientType=1);color:#fff;padding:15px 35px;border-radius:10px;transition:transform .3s ease}.hero-banner a:hover{transform:scale(1.1);text-decoration:none}.icon-scroll:before{position:absolute;left:50%}.icon-scroll{position:relative;left:50%;width:20px;height:40px;margin-top:20px;margin-left:-20px;box-shadow:inset 0 0 0 1px #fff;border-radius:25px;cursor:pointer}.icon-scroll:before{content:'';width:8px;height:8px;background:#fff;margin-left:-4px;border-radius:4px;animation-duration:1.5s;animation-iteration-count:infinite;animation-name:scroll}@keyframes scroll{0%{opacity:1}100%{opacity:0;transform:translateY(36px)}}#scroll-bar{top:0;left:0;width:0;height:6px;background-color:#476d1c}#scroll-bar.stick{position:fixed;top:0;z-index:10000}.progress-show{display:block}.progress-hide{display:none}@media only screen and (max-width:768px){.halfheight{height:25vh}}