.thrive-slider-section{box-sizing:border-box;overflow:hidden;width:100%}.thrive-slider-wrapper{box-sizing:border-box;margin:0 auto;max-width:1740px;padding:0 clamp(16px,3vw,40px)}button.thrive-slider-btn:focus{background:transparent;outline:unset}.thrive-slider-container{gap:clamp(10px,2vw,30px);justify-content:space-between;width:100%}.thrive-slider-container,.thrive-slider-frame{align-items:center;display:flex;position:relative}.thrive-slider-frame{border-radius:clamp(12px,2vw,24px);box-sizing:border-box;flex-grow:1;height:clamp(240px,42vw,680px);justify-content:center;overflow:hidden}.thrive-slider-track{height:100%;position:relative;width:100%}.thrive-slider-item{height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(.96);transition:opacity .6s cubic-bezier(.25,1,.5,1),transform .6s cubic-bezier(.25,1,.5,1),visibility .6s ease;visibility:hidden;width:100%;z-index:1}.thrive-slider-item.is-active{opacity:1;transform:scale(1);visibility:visible;z-index:2}.thrive-slide-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.thrive-slide-img{height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}.thrive-slider-btn{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:12px;justify-content:center;outline:none;padding:10px 4px;transition:color .3s ease;user-select:none}.thrive-slider-btn:hover{background:unset;color:#ec008b}.thrive-slider-btn:hover .btn-text{border-color:#fff}.thrive-slider-btn .btn-text{border-left:2px solid #ec008b;font-size:clamp(10px,1.1vw,13px);font-weight:700;letter-spacing:.25em;line-height:2!important;padding:10px 0;text-transform:uppercase;transform:rotate(180deg);writing-mode:vertical-lr}.thrive-slider-btn--next .btn-text{transform:rotate(0deg)}.thrive-slider-btn .btn-line{background-color:currentColor;display:block;height:clamp(30px,4vw,60px);opacity:.4;width:1px}@media (max-width:767px){.thrive-slider-container{flex-direction:column-reverse;gap:20px}.thrive-slider-frame{height:280px;padding:20px;width:100%}.thrive-slider-btn{flex-direction:row;gap:8px;padding:8px 16px;width:auto}.thrive-slider-btn .btn-text{transform:none!important;writing-mode:horizontal-tb}.thrive-slider-btn .btn-line{height:1px;width:24px}.thrive-slider-container{display:grid;grid-template-areas:"frame frame" "prev next"}.thrive-slider-frame{grid-area:frame}.thrive-slider-btn--prev{grid-area:prev;justify-self:end}.thrive-slider-btn--next{grid-area:next;justify-self:start}}