.page-header{position:relative;z-index:6;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.page-header a{flex-shrink:0}.page-header .back-arrow{cursor:pointer;transition:color .2s;color:hsla(0,0%,100%,.565);position:relative;z-index:10;top:5%}.page-header .back-arrow:hover{color:#fff;transition:color .3s}.page-header .page-header-badge{height:110px;aspect-ratio:1/1;border-radius:50%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:1.4rem;align-items:center;text-align:center;background-size:cover!important;background-position:50%!important;overflow:hidden;z-index:2;flex-shrink:0;animation:scaleAnimation .8s ease-in-out}@media screen and (width < 800px){.page-header .page-header-badge{height:90px}}.page-header h1{font-size:clamp(1rem,5vw,1.6rem);font-weight:700;letter-spacing:1px;color:#00070d;background-color:#3ba13f;padding:.5rem 0}.page-header h1:after{max-width:50%;right:-10%}.page-header h1:after,.page-header h1:before{position:relative;content:"BBBBBBB";background-color:#00070d;padding:1rem;border-radius:50%}.page-header h1:before{left:-10%}.certi-tab{display:flex;justify-content:center;align-items:center;width:100%;height:7.5%;padding:.6rem;background-color:#000;font-size:1.2rem;color:hsla(0,0%,100%,.502)}.social-button{float:left;width:60px;height:60px;margin-right:1.5rem;cursor:pointer;background:#fff;overflow:hidden;border-radius:50px;transition:all .3s ease-in-out;box-shadow:0 10px 10px rgba(0,0,0,.1)}.social-button:hover{transition:all .3s ease-in-out;width:200px}.social-button .social-icon{display:flex;justify-content:center;align-items:center;height:60px;aspect-ratio:1/1;text-align:center;border-radius:50px;transition:all .3s ease-in-out}.social-button span{font-size:20px;font-weight:500;margin-left:10px;border:1px solid #fff;position:relative;top:-2.8rem;left:3.8rem}.social-button a{display:flex}.social-button:first-child:hover .social-icon{background:#e1306c}.social-button:nth-child(2):hover .social-icon{background:#4267b2}.social-button:nth-child(3):hover .social-icon{background:#1da1f2}.social-button:nth-child(4):hover .social-icon{background:#0e76a8}.social-button:nth-child(5):hover .social-icon{background:#333}.social-button:first-child span{color:#e1306c}.social-button:nth-child(2) span{color:#4267b2}.social-button:nth-child(3) span{color:#1da1f2}.social-button:nth-child(4) span{color:#0e76a8}.social-button:nth-child(5) span{color:#333}.social-button:hover svg{color:#fff}.social-wrapper{flex-direction:row;justify-content:space-around;align-items:center;flex-wrap:wrap;min-width:-moz-max-content;min-width:max-content}@keyframes scaleAnimation{0%{scale:.2}50%{scale:.5}to{scale:1}}