#stickySwitch{display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:0;width:100%}#stickySwitch.itsSticky{border-bottom:none!important;bottom:0;left:50%;padding:0;position:fixed;top:auto;transform:translateX(-50%);z-index:9}#stickySwitch .closeSticky{align-items:center;border:2px solid #fff;border-radius:100px;color:#fff;cursor:pointer;display:none;font-size:1.75rem;font-weight:300;height:30px;justify-content:center;line-height:1.4;position:absolute;right:10px;top:10px;transition:all .15s ease-in-out;width:30px}#stickySwitch .closeSticky:hover{opacity:.8}#stickySwitch.itsSticky .closeSticky{display:flex}#stickySwitch .stickyTopWrapper{background:#fff;border-radius:200px;box-shadow:0 0 35px rgba(0,0,0,.35);display:flex;justify-content:space-around;margin:0 auto -50px;max-width:768px;padding:30px;transform:translateY(-50%);width:95%}#stickySwitch .stickyTopWrapper>div:not(.vSeparator){align-items:center;display:flex;flex-direction:column;justify-content:center}#stickySwitch .stickyTopWrapper .title{color:var(--primary);font-size:1.25rem;font-weight:700;margin-bottom:4px}#stickySwitch .stickyTopWrapper .button{margin-top:14px}.boxesGridContainer,.boxesGridContainer .resourcesWrapper{display:flex}#stickySwitch.itsSticky .boxesGridContainer{display:none}.boxesGridContainer .resourcesWrapper{flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1024px;padding:20px 0 60px;width:95%}.boxesGridContainer .resourcesWrapper>a{color:#000;display:flex;flex:0 0 calc(33.333% - 20px);flex-direction:column;margin:10px 10px 0;width:33.3333%}.boxesGridContainer .resourcesWrapper>a>div{background:#fff;border-radius:0 0 16px 16px;flex:1;padding:24px}.boxesGridContainer .resourcesWrapper h3{color:var(--secondaryD);font-size:1.325rem;font-weight:400;margin-bottom:10px}@media only screen and (max-width:1024px){#stickySwitch .stickyTopWrapper{border-radius:40px;flex-wrap:wrap;padding:18px;transform:translateY(-25%);width:75%}#stickySwitch .stickyTopWrapper *{font-size:.9rem!important}#stickySwitch .stickyTopWrapper .title{margin-bottom:2px}#stickySwitch .stickyTopWrapper>div:not(.vSeparator){width:100%}#stickySwitch .stickyTopWrapper>div.vSeparator{height:2px;margin:16px 0;width:100%}#stickySwitch.itsSticky{width:100%}#stickySwitch .stickyTopWrapper .button{margin-top:5px}}@media(max-width:767px){#stickySwitch .boxesGridContainer .resourcesWrapper>a{flex:0 0 100%;width:100%}}