.thrive{background:transparent;position:relative;overflow:hidden;transition:all .3s;z-index:0}.thrive:before{background:#A91B0D;position:absolute;content:"";height:100%;width:100%;top:0;left:0;z-index:-2;transition:all .3s}.thrive>div{position:absolute;width:0;left:0;z-index:-1;transition:all .3s}.thrive>div:not(.slick){top:0;height:100%}.thrive>div:not(.slick):not(.stripe){background:rgba(74,12,6,0.2)}.thrive>div.slick{bottom:0;height:2px;background:rgba(255,255,255,0.8)}.thrive>div.stripe{background-size:30px 30px;background-image:linear-gradient(135deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);animation:th-anim 3s linear infinite}.thrive:hover:before{background:#7a1309}.thrive.on{transition:all .3s}.thrive.on.spin{padding-right:40px!important}.thrive.on.spin:after{position:absolute;content:"";top:10px;right:10px;width:14px;height:14px;border:1.5px solid transparent;border-color:#91170b;border-radius:50%;animation:th-spin 1.5s linear infinite}@keyframes th-anim{0%{background-position:0 0}100%{background-position:60px 0}}@keyframes th-spin{100%{transform:rotate(360deg)}}