.buttonsection{border-radius:5px;border:.5px solid #aaa;box-shadow:0 1px 1px 0 rgba(0,0,0,.251);overflow:hidden;background-color:#ededed;width:125px;height:105px;margin:6px;transition-duration:.3s;cursor:pointer}.buttonsection__cor{width:125px;height:7px;cursor:pointer}.buttonsection__content{display:flex;flex-direction:column;margin:auto;justify-content:space-around;text-align:center;align-items:center;height:96px;cursor:pointer}.buttonsection__content img{margin-top:10px;width:40px;height:40px;cursor:pointer}.buttonsection__content h1{font-size:.875rem;margin-bottom:5px;line-height:normal;cursor:pointer}.buttonsection:hover{transform:translateY(-5px);transition-duration:.3s}@media(max-width:768px){.buttonsectionheader__content h1{font-size:.875rem}}@media(max-width:480px){.buttonsection{width:110px;height:105px;margin:4px}.buttonsection__content{height:96px}.buttonsection__content img{width:38px;height:38px}.buttonsection__content h1{font-size:.75rem;margin-bottom:5px}}.groupbtnsec{position:relative;top:1rem}.groupbtnsec__btns{display:flex;flex-direction:row;justify-content:center;text-align:center;align-items:center;flex-wrap:wrap;margin:.5rem}.navbar{position:fixed;z-index:2;background-color:#404040}.navbar,.navbar__content{display:flex;flex-direction:row;margin:auto;justify-content:space-around;text-align:center;align-items:center;width:100vw;height:6.25rem}.navbar__content{max-width:1920px}.navbar__icons{width:2rem;height:10vh;color:#7d7b7b}.navbar__icons,.navbar__icons a{display:flex;align-items:center;justify-content:space-around}.navbar__icons a{flex-direction:row;margin:auto;text-align:center;background-color:#d9d9d9;padding:.4rem;border-radius:50px;cursor:pointer;transition-duration:.2s}.navbar__icons a:hover{transform:translateY(-.1rem);transition-duration:.2s}.navbar__icons a path,.navbar__icons a svg{cursor:pointer}.navbar__logo{display:flex;justify-content:center;align-items:center;width:3rem;height:11vh}.navbar__logo img{cursor:pointer}.navbar__btns{overflow:visible}.btnmenu{display:none}@media(max-width:1200px){.navbar__btns{display:flex;flex-direction:row;margin:auto;justify-content:center;text-align:center;align-items:center;background-color:rgba(64,64,64,.357);backdrop-filter:blur(10px);width:82%;padding-bottom:1.5rem;height:max-content;top:110px;position:absolute;border-radius:10px}.btnmenu{display:flex}}@media(max-width:480px){.navbar__btns{width:90%}}