.footer{background:#e0eaf6;color:#000}.footer .footer-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:50px 0 20px;border-bottom:1px solid hsla(0,0%,100%,.51)}.footer .footer-top .footer-logo img{height:50px}.footer .footer-top .footer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}@media(min-width: 320px)and (max-width: 1024px){.footer .footer-top .footer-nav{display:none}}.footer .footer-top .footer-nav a{color:#000;text-decoration:none;font-size:1.25rem}.footer .footer-top .footer-nav a:hover{text-decoration:underline}.footer .footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:30px 0px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 320px)and (max-width: 1024px){.footer .footer-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px}}.footer .footer-content .footer-section{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:250px;margin:0 20px;border-right:1px solid rgba(0,0,0,.51)}@media(min-width: 320px)and (max-width: 1024px){.footer .footer-content .footer-section{border-right:none;margin:0 auto;width:100%}}.footer .footer-content .footer-section:last-child{border-right:none}.footer .footer-content .footer-section h4{font-size:1.25rem;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;margin-bottom:5px;font-weight:500}.footer .footer-content .footer-section h5{font-size:1rem;margin-bottom:10px}.footer .footer-content .footer-section hr{width:15%;margin-bottom:20px}.footer .footer-content .footer-section p{font-size:1rem;line-height:2em;font-weight:500}.footer .footer-content .footer-section .qrcode{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.footer .footer-content .footer-section .qrcode img{width:auto;height:100px;margin:0}@media(min-width: 320px)and (max-width: 1024px){.footer .footer-content .footer-section#qrcode{display:none}}.footer .footer-content .footer-section form#contact-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;color:#000}.footer .footer-content .footer-section form#contact-form textarea{padding:8px;font-size:16px;border:none;outline:none;resize:vertical;min-height:50px;background-color:#fff}.footer .footer-content .footer-section form#contact-form .captcha-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.footer .footer-content .footer-section form#contact-form .captcha-box input{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;border:none;height:50px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.footer .footer-content .footer-section form#contact-form .captcha-box .captcha{display:inline-block;padding:8px 10px;background:#483e8f;color:#fff;font-weight:bold;font-size:13px;margin-left:5px}.footer .footer-content .footer-section form#contact-form button{background:#483e8f;color:#fff;border:none;padding:8px;cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.footer .footer-content .footer-section form#contact-form button:hover{background:#1e4f85}.footer .footer-bottom{background-color:#483e8f;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px 30px;display:-webkit-box;display:-ms-flexbox;display:flex}.footer .footer-bottom a{line-height:2em;font-size:16px;text-align:center;color:hsla(0,0%,100%,.75)}#back-to-top{display:none;position:fixed;right:5%;bottom:30%;z-index:999;background-color:#fff;width:50px;height:50px;border-radius:50%;text-align:center;line-height:50px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}#back-to-top svg.icon path{fill:#483e8f}#back-to-top:hover{background-color:#483e8f}#back-to-top:hover svg.icon path{fill:#fff}