.industry-sectors__heading{text-align:center;margin:0 auto 4rem;font-size:calc(var(--font-heading-scale) * 3.2rem);font-weight:700;line-height:1.19}@media screen and (min-width:750px){.industry-sectors__heading{font-size:calc(var(--font-heading-scale) * 4.8rem);line-height:1.17;margin-bottom:5.6rem}}.industry-sectors__slider-wrapper,.industry-sectors__strip{display:none}@media screen and (min-width:990px){.industry-sectors__slider-wrapper,.industry-sectors__dots{display:none}.industry-sectors__strip{display:flex;gap:1.6rem;height:48rem;padding-bottom:3rem;margin-bottom:-3rem}}.industry-sectors__card{position:relative;flex:1 1 0;min-width:0;border-radius:2.4rem;overflow:hidden;cursor:pointer;transition:flex .45s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #3d3d3d40}.industry-sectors__card:hover{flex:2.5 1 0}.industry-sectors__strip:has(.industry-sectors__card:hover) .industry-sectors__card:not(:hover){flex:.75 1 0}.industry-sectors__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.industry-sectors__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.industry-sectors__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0003 35%,#0000 60%);pointer-events:none;z-index:1}.industry-sectors__name{position:absolute;bottom:2.4rem;left:2.4rem;right:2.4rem;z-index:2;margin:0;color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.3}.industry-sectors__panel{position:absolute;top:0;right:0;bottom:0;width:50%;border-radius:0 2.4rem 2.4rem 0;background:#fff;padding:3.2rem 2.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:3;opacity:0;pointer-events:none;transition:opacity .05s ease 0s}.industry-sectors__card:hover .industry-sectors__panel{opacity:1;pointer-events:auto;transition:opacity .05s ease 0s}@media screen and (min-width:990px){.industry-sectors__panel-logo,.industry-sectors__panel-text{opacity:0;transform:translateY(.8rem);transition:opacity .15s ease 0s,transform .15s ease 0s}.industry-sectors__card:hover .industry-sectors__panel-logo,.industry-sectors__card:hover .industry-sectors__panel-text{opacity:1;transform:translateY(0);transition:opacity .25s ease .45s,transform .25s ease .45s}}.industry-sectors__panel-logo{max-width:16rem;text-align:center}.industry-sectors__panel-logo img{display:block;max-width:100%;height:auto}.industry-sectors__panel-text{font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground));text-align:center;overflow-wrap:break-word;word-break:break-word;width:100%}.industry-sectors__panel-text>*:first-child{margin-top:0}.industry-sectors__panel-text>*:last-child{margin-bottom:0}.industry-sectors__info-btn,.industry-sectors__close-btn{display:none}@media screen and (max-width:989px){.industry-sectors__strip{display:none}.industry-sectors__slider-wrapper{display:block}.industry-sectors__slider-component{position:relative}.industry-sectors__slider-wrapper{position:relative;overflow:visible}.industry-sectors__slider{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:1.6rem;padding:3rem 0 3.8rem 1.5rem;margin:-3rem 0;list-style:none;scrollbar-width:none}.industry-sectors__slider::-webkit-scrollbar{display:none}.industry-sectors__slider-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:3rem;width:calc(15vw - .8rem);pointer-events:none;z-index:2;transition:opacity .2s ease;background:linear-gradient(to left,var(--color-background-grey, #F7F7F6),transparent);opacity:1}.industry-sectors__slider-wrapper.hide-right-fade:after{opacity:0}.industry-sectors__slide{flex:0 0 85%;scroll-snap-align:start}.industry-sectors__mobile-card{position:relative;border-radius:2.4rem;height:46rem;box-shadow:0 10px 30px #3d3d3d40}.industry-sectors__flip-inner{position:relative;width:100%;height:100%;border-radius:2.4rem}.industry-sectors__flip-front{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2.4rem;overflow:hidden;transform-origin:center;transform:rotateY(0);opacity:1;transition:transform .3s ease-out .3s,opacity .1s ease-out .3s}.industry-sectors__mobile-card.is-flipped .industry-sectors__flip-front{transform:rotateY(-90deg);opacity:0;transition:transform .3s ease-in 0s,opacity .1s ease-in .2s}.industry-sectors__mobile-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.industry-sectors__mobile-image{width:100%;height:100%;object-fit:cover;display:block}.industry-sectors__mobile-image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#00000026 40%,#0000 65%);pointer-events:none}.industry-sectors__mobile-name{position:absolute;bottom:2rem;left:2rem;right:7rem;margin:0;color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.3;z-index:2}.industry-sectors__info-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:1.6rem;right:1.6rem;width:5.6rem;height:5.6rem;border-radius:50%;background:#fff;border:none;cursor:pointer;z-index:3;padding:0;box-shadow:none}.industry-sectors__info-btn svg{width:2.4rem;height:2.4rem;color:var(--primary-color)}.industry-sectors__flip-back{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2.4rem;overflow:hidden;transform-origin:center;transform:rotateY(90deg);opacity:0;transition:transform .3s ease-in 0s,opacity .1s ease-in .2s}.industry-sectors__mobile-card.is-flipped .industry-sectors__flip-back{transform:rotateY(0);opacity:1;transition:transform .3s ease-out .3s,opacity .1s ease-out .3s}.industry-sectors__mobile-panel{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:2.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:6.4rem 2.4rem 2.4rem;overflow-y:auto}.industry-sectors__close-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:2.8rem;right:2.8rem;width:3.2rem;height:3.2rem;border:none;background:transparent;cursor:pointer;padding:0;z-index:4}.industry-sectors__close-btn svg{width:1.6rem;height:1.6rem;color:var(--primary-color)}.industry-sectors__dots{display:flex;justify-content:center;gap:.6rem;margin-top:1.6rem}.industry-sectors__dot{width:1.2rem;height:1.2rem;border-radius:50%;border:none;background-color:rgba(var(--color-foreground),.2);cursor:pointer;padding:0;transition:background-color .3s ease}.industry-sectors__dot--active{background-color:var(--primary-color)}}@media(prefers-reduced-motion:reduce){.industry-sectors__card,.industry-sectors__panel,.industry-sectors__panel-logo,.industry-sectors__panel-text,.industry-sectors__flip-front,.industry-sectors__flip-back{transition:none}.industry-sectors__mobile-card.is-flipped .industry-sectors__flip-front,.industry-sectors__flip-back{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/337/assets/section-industry-sectors.css.map */
