.mark,mark{background-color:transparent}.section-product-case-study-tab{background:#f0f4fe;overflow:hidden}.section-product-case-study-tab .icon-talk:before{content:"";-webkit-mask-image:url(https://www.shipbob.com/wp-content/themes/shipbob-2022/resources-2024/svg/chat.svg);mask-image:url(https://www.shipbob.com/wp-content/themes/shipbob-2022/resources-2024/svg/chat.svg)}.section-product-case-study-tab .iconh6:before{background:var(--primary);content:"";height:24px;margin-right:10px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-transition:all .25s ease-in-out 0s;-o-transition:all .25s ease-in-out 0s;width:24px}.section-product-case-study-tab-container{overflow:visible;position:relative}.section-product-case-study-tab-container.tab-controller-children:before{background:url(https://www.shipbob.com/wp-content/themes/shipbob-2022/resources-2024/svg/quote-left.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;left:-200px;top:-100px}.section-product-case-study-tab-container.tab-controller-children:after,.section-product-case-study-tab-container.tab-controller-children:before{content:"";height:280px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;opacity:.2;position:absolute;width:320px;z-index:0}.section-product-case-study-tab-container.tab-controller-children:after{background:url(https://www.shipbob.com/wp-content/themes/shipbob-2022/resources-2024/svg/quote-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:-20px;margin-top:-260px;right:-200px}.section-product-case-study-tab-title{margin-bottom:40px;text-align:center}.section-product-case-study-tab-title:before{background:var(--primary);content:"";height:24px;margin-right:10px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.section-product-case-study-tab-subtitle{color:var(--primary);text-align:center}.section-product-case-study-tab-subtitle:before{background:var(--primary);content:"";height:24px;margin-right:10px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.section-product-case-study-tab+.section-animated-logo-wall{margin-top:-100px}@media screen and (max-width:1080px){.section-product-case-study-tab+.section-animated-logo-wall{margin-top:unset}}.section-product-case-study-tab.variation-sb-plus{background:#000}.section-product-case-study-tab.variation-sb-plus .section-product-case-study-tab-title{color:#fff}.section-product-case-study-tab.variation-sb-plus .tab-controller-children:after,.section-product-case-study-tab.variation-sb-plus .tab-controller-children:before{opacity:1}.section-product-case-study-tab.variation-sb-plus .card-nav-button{color:#000}.section-product-case-study-tab.variation-sb-plus .card-nav-button:before{background:#000}.section-product-case-study-tab.variation-sb-plus .single-product-case-study-tab-element-quote q{color:#000}@keyframes slide-show{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-60px)}}.section-product-case-study-tab div[data-tab-controller-previews-value=false] .tab-controller-controls{display:none}.section-product-case-study-tab .tab-controller-controls{align-items:center;display:flex;justify-content:space-between;pointer-events:none;position:relative;width:100%;z-index:9}.section-product-case-study-tab .tab-controller-controls-arrow-container{display:flex;justify-content:space-between;margin-bottom:-45px;pointer-events:none;position:sticky;top:50%;width:100%;z-index:10}.section-product-case-study-tab .tab-controller-controls-next,.section-product-case-study-tab .tab-controller-controls-previous{align-items:center;background:var(--paper);border-radius:100%;cursor:pointer;display:flex;height:45px;justify-content:center;padding:10px;pointer-events:all;position:relative;-webkit-transition:all .25s ease-in-out 0s;-o-transition:all .25s ease-in-out 0s;width:45px;z-index:10}.section-product-case-study-tab .tab-controller-controls-next:hover,.section-product-case-study-tab .tab-controller-controls-previous:hover{transform:scale(1.2);-webkit-transition:all .25s ease-in-out 0s;-o-transition:all .25s ease-in-out 0s}.section-product-case-study-tab .tab-controller-tab-previews{display:grid;gap:30px;grid-auto-rows:50px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-template-rows:repeat(auto-fill,minmax(75px,auto));margin-left:auto;margin-right:auto;pointer-events:all;position:relative}@media screen and (max-width:680px){.section-product-case-study-tab .tab-controller-tab-previews{display:flex}}.section-product-case-study-tab .tab-controller-children{align-items:center;display:grid;grid-template-areas:"stack";justify-items:center;transition:height .3s ease-in-out}.section-product-case-study-tab .tab-controller-children>*{grid-area:stack;-ms-grid-column:1;-ms-grid-row:1;opacity:0}.section-product-case-study-tab .tab-preview{cursor:pointer;grid-area:span 1/span 1;-o-object-fit:contain;object-fit:contain;padding:30px;position:relative}.section-product-case-study-tab .tab-preview[data-tab-preview-active-value=false]:after{background-color:var(--paper);bottom:0;content:"";height:5px;left:0;position:absolute;-webkit-transition:all .25s ease-in-out 0s;-o-transition:all .25s ease-in-out 0s;width:100%}.section-product-case-study-tab .tab-preview[data-tab-preview-active-value=true]:after{background-color:var(--primary)!important;bottom:0;content:"";height:5px;left:0;position:absolute;-webkit-transition:all .25s ease-in-out 0s;-o-transition:all .25s ease-in-out 0s;width:100%}.section-product-case-study-tab .tab-element--active{animation:slide-show .3s ease-in forwards;pointer-events:inherit}.section-product-case-study-tab .tab-element--inactive{animation:slide-leave .15s ease-in forwards;pointer-events:none}