.burgerBtn{display:flex}.burgerBtn label>span{display:flex;flex-direction:column;justify-content:space-between;gap:6px;cursor:pointer;transition:all .5s}.burgerBtn label>span>span{width:1.5rem;height:1px;background:#fff;transition:all .5s;transform-origin:left}.burgerBtn label>span>span:first-child{transform-origin:top left;transition-delay:.1s}.burgerBtn label>span>span:nth-child(2){transition:transform .3s;transition-delay:.5s}.burgerBtn label>span>span:nth-child(3){transform-origin:bottom left;transition-delay:.2s}.burgerBtn.isOpen label>span{transform:rotate(90deg)}.burgerBtn.isOpen label>span span:nth-child(2){transform:scaleX(0);transition-delay:.05s}.burgerBtn.isOpen label>span span:first-child{transform:rotate(45deg) translateY(-1px)}.burgerBtn.isOpen label>span span:nth-child(3){transform:rotate(-45deg) translateY(1px)}.burgerBtn input{display:none}.button{width:max-content;padding:10px 25px;background:var(--white);font-family:var(--font2);color:var(--black);text-transform:uppercase;font-weight:600;font-size:13px;letter-spacing:1.5px;transition:all .5s;display:flex;align-items:center;flex-wrap:wrap}.button,.button:hover{box-shadow:0 3px 6px rgba(0,0,0,.161)}.button:hover{transform:scale(.95)}.button.button-document,.button.submit-button{box-shadow:unset;padding:0;border-bottom:1px solid var(--black);text-transform:none}.button.button-document:hover,.button.submit-button:hover{box-shadow:unset}@media (min-width:1280px){.button{font-size:15px;letter-spacing:2.5px}}.gotop{align-items:center;background:var(--white);border:1px solid var(--color1);border-radius:50%;bottom:55px;cursor:pointer;display:flex;justify-content:center;opacity:0;position:fixed;right:25px;transition:all .5s;visibility:hidden;width:40px;height:40px;z-index:1000}.gotop.show{opacity:1;visibility:visible}.gotop:hover{background:var(--color1)}.gotop:hover:after{border-color:var(--white)}.gotop:after{border-right:1px solid var(--color1);border-top:1px solid var(--color1);content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-15%) rotate(-45deg);width:10px}footer{padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;align-items:center;font-size:16px;letter-spacing:1px;background:var(--white);color:var(--black);font-family:var(--font2);margin-top:25px}footer .logo{width:250px;margin:auto;display:block}footer .logo img{width:100%;height:auto}footer .footer-item{text-align:center;width:100%}footer .footer-item .footer-title{font-size:26px;padding-bottom:5px;border-bottom:1px solid var(--color1);margin-bottom:15px;font-family:var(--font1)}footer .footer-item ul{line-height:1.6}footer .footer-item ul+p{margin-top:15px}footer .footer-item ul.main-menu{column-count:2}footer .footer-item ul.main-menu .main-page{position:relative;margin-bottom:5px}footer .footer-item ul.main-menu .main-page.has-childs{cursor:pointer}footer .footer-item ul.main-menu .main-page.has-childs>.page-name:after{content:"▼";margin-left:8px;font-size:10px;transition:transform .3s;display:inline-block}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open>.page-name:after{transform:rotate(180deg)}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open .sub-menu{max-height:300px;opacity:1;visibility:visible}footer .footer-item ul.main-menu .main-page .page-name{transition:all .5s;text-transform:capitalize;display:inline-block}footer .footer-item ul.main-menu .main-page .page-name:hover{opacity:.5}footer .footer-item ul.main-menu .main-page .sub-menu{max-height:0;opacity:0;visibility:hidden;overflow:hidden;transition:all .3s ease;margin-top:5px;display:flex;flex-direction:column;text-align:center;font-size:90%}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page{margin-top:5px}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page .sub-page-name{transition:all .3s;text-transform:capitalize;display:inline-block}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page .sub-page-name:hover{color:var(--color2);opacity:1}footer .footer-item p{line-height:1.6;display:flex;flex-direction:column;align-items:center;text-align:center}footer .footer-item .rs{margin-top:1rem;gap:.5rem}footer .footer-item .rs,footer .footer-item .rs a{display:flex;align-items:center;justify-content:center}footer .footer-item .rs a{transition:all .5s;color:var(--white);background:var(--color1);border:1px solid var(--color1);border-radius:50%;width:30px;height:30px}footer .footer-item .edc{max-width:250px;display:flex;align-self:center;margin-left:auto;margin-right:auto;margin-bottom:1rem}footer .footer-item .edc img{width:100%;height:auto}@media screen and (min-width:768px){footer{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start}footer .logo-content{flex:1 1 100%}footer .footer-item{flex:1 1}.pre-footer{flex-direction:row;justify-content:space-around;height:300px}}@media screen and (min-width:1280px){footer{padding:50px 40px 20px;align-items:flex-start;gap:40px;position:relative;font-size:16px}footer .logo-content{flex:1 1;align-self:center}footer .footer-item p{display:block}footer .footer-item:last-child p{line-height:1.6}footer .footer-item{flex:1 1;line-height:2}footer .footer-item .footer-title{font-size:26px;letter-spacing:2px}footer .footer-item ul.main-menu .main-page.has-childs>.page-name:after{content:"▼";margin-left:8px;font-size:10px;transition:transform .3s;display:inline-block}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open>.page-name:after{transform:rotate(180deg)}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open .sub-menu{max-height:300px;opacity:1;visibility:visible}footer .footer-item ul.main-menu .main-page .sub-menu{margin-left:20px}}@media screen and (min-width:1600px){footer{font-size:16px}footer .logo{width:300px}}