.expert-insights{width:100%;position:relative}.expert-insights__kicker{text-align:center;margin-bottom:12px}.expert-insights__kicker-text{display:inline-block;padding:6px 16px;border-radius:20px;font-weight:600;font-size:12px;letter-spacing:.1em;text-transform:uppercase;background:#0000000d;color:rgb(var(--color-foreground));margin:0}.expert-insights__subtitle{text-align:center;margin-top:16px;margin-bottom:40px}.expert-insights__subtitle-text{font-size:16px;line-height:1.5;color:rgba(var(--color-foreground),.75);max-width:800px;margin:0 auto}.expert-insights__grid{display:grid;grid-template-columns:1fr;gap:var(--gap-mobile);margin-bottom:40px;justify-items:center;align-items:start}@media screen and (max-width: 749px){.expert-insights__grid{display:flex;gap:0;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative;width:100%;will-change:scroll-position;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;scroll-behavior:smooth;overscroll-behavior-x:contain;overscroll-behavior-y:auto;scroll-snap-stop:normal;justify-content:flex-start;align-items:stretch;touch-action:auto}.expert-insights__grid::-webkit-scrollbar{display:none}.expert-card{flex:0 0 100vw;min-width:100vw;width:100vw;scroll-snap-align:center;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .2s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:100vw;overflow:hidden;touch-action:auto;pointer-events:auto;-webkit-user-select:none;user-select:none}.expert-card:hover{transform:translateY(-2px) translateZ(0)}}.expert-insights__swipe-indicator{display:none;text-align:center;margin-top:20px;margin-bottom:20px}@media screen and (max-width: 749px){.expert-insights__swipe-indicator{display:block}}.expert-insights__swipe-indicator-text{font-size:14px;color:rgba(var(--color-foreground),.6);font-style:italic;margin:0;display:flex;align-items:center;justify-content:center;gap:8px}.expert-insights__swipe-indicator-text:after{content:"\2192";font-size:16px;animation:swipe-pulse 2s infinite}@keyframes swipe-pulse{0%,to{transform:translate(0);opacity:.6}50%{transform:translate(6px);opacity:1}}.expert-insights__grid .scroll-indicators,.expert-insights__grid .scroll-indicator{display:none!important}.expert-insights__grid{will-change:scroll-position;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;touch-action:manipulation;contain:layout style paint}.expert-card{will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:layout style paint}@media screen and (max-width: 749px){.expert-insights__grid{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);scroll-behavior:auto}.expert-card{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.expert-card{background:rgb(var(--color-background));border-radius:12px;padding:24px;text-align:center;position:relative;border:1px solid rgba(var(--color-foreground),.08);transition:transform .3s ease,box-shadow .3s ease;margin-top:var(--expert-margin-top, 0);margin-bottom:var(--expert-margin-bottom, 0);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;width:100%;max-width:100%;box-sizing:border-box;min-width:100%}.expert-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.expert-card__image{margin-bottom:20px;display:flex;justify-content:center;align-items:center;width:100%;text-align:center}.expert-card__image--circular .expert-card__img,.expert-card__img{width:120px;height:120px;object-fit:cover;border-radius:50%}.expert-card__image--full-width{margin:-24px -24px 24px}.expert-card__image--full-width .expert-card__img{width:100%;height:200px;object-fit:cover;border-radius:0}.expert-card__image--square .expert-card__img{width:120px;height:120px;object-fit:cover;border-radius:8px}.expert-card__content{margin-bottom:24px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:100%;min-width:100%;box-sizing:border-box;flex-basis:100%}.expert-card__name{font-size:20px;font-weight:700;line-height:1.2;margin:0 0 8px;color:rgb(var(--color-foreground));text-align:center;width:100%}.expert-card__title{font-size:14px;font-weight:500;color:rgba(var(--color-foreground),.7);margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em;text-align:center;width:100%}.expert-card__quote{margin:0;flex:1;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;max-width:100%;box-sizing:border-box}.expert-card__quote p{font-size:var(--expert-text-size, 14px);line-height:1.5;color:rgba(var(--color-foreground),.85);margin:0;font-style:italic;text-align:center;width:100%;max-width:100%;box-sizing:border-box}.expert-card__button-wrapper{display:flex;justify-content:center;align-items:center;margin-top:auto;flex-shrink:0;position:relative;z-index:1;width:100%;text-align:center}.expert-card__button-wrapper:before,.expert-card__button-wrapper:after{display:none!important;content:none!important}.expert-card__button{font-size:var(--expert-button-size, 14px);padding:12px 24px;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;min-width:140px;position:relative;z-index:1;text-align:center;margin:0 auto}.expert-card__button:before,.expert-card__button:after{display:none!important;content:none!important}.expert-card__button--primary{background:var(--expert-button-bg, #6B46C1);color:var(--expert-button-text, #FFFFFF);border:2px solid var(--expert-button-bg, #6B46C1)}.expert-card__button--primary:hover{background:var(--expert-button-bg, #6B46C1);opacity:.9;transform:translateY(-1px)}.expert-card__button--secondary{background:var(--expert-button-secondary-bg, transparent);color:var(--expert-button-secondary-text, #6B46C1);border:2px solid var(--expert-button-secondary-text, #6B46C1)}.expert-card__button--secondary:hover{background:var(--expert-button-secondary-text, #6B46C1);color:var(--expert-button-text, #FFFFFF)}.expert-insights__disclaimer{text-align:center;margin-top:var(--disclaimer-margin-top, 3rem)}.expert-insights__disclaimer-text{font-size:12px;line-height:1.4;color:rgba(var(--color-foreground),var(--disclaimer-opacity, .6));max-width:800px;margin:0 auto}.expert-insights__disclaimer-text p{margin:0;font-style:italic}.expert-insights__disclaimer-text *{color:inherit}@media screen and (min-width: 750px){.expert-insights__grid{grid-template-columns:repeat(var(--columns-desktop, 3),1fr);gap:var(--gap-desktop);justify-items:center;align-items:start}.expert-card{padding:30px 24px}.expert-card__image--full-width{margin-left:-24px;margin-right:-24px;margin-top:-30px}.expert-card__image--circular .expert-card__img,.expert-card__img{width:140px;height:140px}.expert-card__image--full-width .expert-card__img{height:240px}.expert-card__image--square .expert-card__img{width:140px;height:140px}.expert-card__name{font-size:22px}.expert-card__title{font-size:15px;margin-bottom:20px}.expert-insights__subtitle{margin-bottom:50px}.expert-insights__subtitle-text{font-size:18px}.expert-insights__kicker-text{font-size:13px;padding:7px 18px}.expert-insights__disclaimer-text,.expert-insights__disclaimer-text p{font-size:13px}}@media screen and (min-width: 990px){.expert-card{padding:36px 30px}.expert-card__image--full-width{margin-left:-30px;margin-right:-30px;margin-top:-36px}.expert-card__image--circular .expert-card__img,.expert-card__img{width:160px;height:160px}.expert-card__image--full-width .expert-card__img{height:280px}.expert-card__image--square .expert-card__img{width:160px;height:160px}.expert-card__name{font-size:24px}.expert-card__title{font-size:16px;margin-bottom:24px}}@media screen and (max-width: 749px){.expert-card{padding:20px;margin-left:auto;margin-right:auto;max-width:calc(100vw - 40px)}.expert-card__image--circular .expert-card__img,.expert-card__img{width:100px;height:100px}.expert-card__image--full-width{margin:-20px -20px 20px}.expert-card__image--full-width .expert-card__img{height:180px}.expert-card__image--square .expert-card__img{width:100px;height:100px}.expert-card__name{font-size:18px}.expert-card__title{font-size:13px}.expert-insights__subtitle-text{font-size:15px}.expert-insights__kicker-text{font-size:11px;padding:5px 14px}.expert-insights__disclaimer-text,.expert-insights__disclaimer-text p{font-size:11px}}.expert-card,.expert-card__button{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (prefers-reduced-motion: reduce){.expert-card,.expert-card__button{transition-duration:.01ms!important}.expert-card:hover,.expert-card__button--primary:hover{transform:none}}.expert-card__button:focus{outline:2px solid var(--expert-button-bg, #6B46C1);outline-offset:2px}.color-background-1 .expert-insights__kicker-text{background:rgba(var(--color-foreground),.08)}.color-background-2 .expert-insights__kicker-text{background:rgba(var(--color-foreground),.1)}.color-inverse .expert-insights__kicker-text{background:#ffffff26}.expert-card__image img{transition:transform .3s ease}.expert-card:hover .expert-card__image--circular img,.expert-card:hover .expert-card__image--square img{transform:scale(1.05)}.expert-card:hover .expert-card__image--full-width img{transform:scale(1.02)}@media (prefers-reduced-motion: reduce){.expert-card:hover .expert-card__image img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-expert-insights.css.map */
