:root{--sch-accent-color:#fabe00}.sch-button{background:-webkit-gradient(linear,left top,left bottom,from(#00c063),to(#00813f));background:linear-gradient(180deg,#00c063,#00813f);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:800;gap:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:16.5px;padding:15px 60px;text-align:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.sch-button:link,.sch-button:visited{color:#fff}.sch-button:disabled{cursor:not-allowed;-webkit-filter:saturate(0);filter:saturate(0);pointer-events:all!important}.sch-button:hover{-webkit-box-shadow:0 4px 5px rgba(13,18,55,.1),0 12px 36px rgba(29,38,100,.3);box-shadow:0 4px 5px rgba(13,18,55,.1),0 12px 36px rgba(29,38,100,.3);-webkit-filter:brightness(1.1);filter:brightness(1.1)}.sch-button-second{background:-webkit-gradient(linear,left top,left bottom,from(#fabe00),color-stop(100%,#d1a440),color-stop(0,#d2963c));background:linear-gradient(180deg,#fabe00,#d1a440 100%,#d2963c 0);color:#050508}.sch-button-second:link,.sch-button-second:visited{color:#050508}.sch-scroll-badge{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.7);border-radius:6px;bottom:10px;-webkit-box-shadow:0 0 0 2px var(--sch-accent-color);box-shadow:0 0 0 2px var(--sch-accent-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:15px;height:auto;justify-content:center;left:0;margin:0 auto;padding:10px;position:sticky;right:0;-webkit-transform:translateY(200%);-ms-transform:translateY(200%);transform:translateY(200%);-webkit-transition:all .3s cubic-bezier(.46,.03,.52,.96);transition:all .3s cubic-bezier(.46,.03,.52,.96);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:99}.sch-scroll-badge .sch-button{margin:0}@media only screen and (max-width:575px){.sch-scroll-badge .sch-button{padding:10px 15px}}.sch-scroll-badge.is-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media only screen and (max-width:767px){.sch-scroll-badge{width:calc(100% - 20px)}}