.shp-page .shp-bento-wrapper{background-color:var(--shp-bg);color:#fff;padding:80px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box;width:100%;position:relative}.shp-page .shp-bento-wrapper,.shp-page .shp-bento-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-bento-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-bento-wrapper .shp-bento-header{text-align:center;max-width:1200px;margin:0 auto 40px}.shp-page .shp-bento-wrapper .shp-bento-title{font-size:var(--shp-title-size);font-weight:800;line-height:1.3;letter-spacing:-.02em;color:var(--shp-title-color)}.shp-page .shp-bento-wrapper .shp-bento-subtitle{margin-top:12px;font-size:var(--shp-subtitle-size);line-height:1.6;color:var(--shp-subtitle-color)}.shp-page .shp-bento-wrapper .shp-bento-grid-viewport{width:100%}.shp-page .shp-bento-wrapper .shp-bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--shp-card-gap);max-width:1200px;width:100%;margin:0 auto;position:relative}.shp-page .shp-bento-wrapper .shp-bento-card{position:relative;background-color:#0d0d0d;border-radius:var(--shp-card-radius);border:1px solid rgba(255,255,255,.08);overflow:hidden;cursor:pointer;grid-column:span var(--shp-col);grid-row:span var(--shp-row);min-height:var(--shp-min-h)}.shp-page .shp-bento-wrapper.is-hover .shp-bento-card{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease}.shp-page .shp-bento-wrapper.is-hover .shp-bento-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #ffffff0d}.shp-page .shp-bento-wrapper.is-hover .shp-bento-card:hover .shp-bento-img,.shp-page .shp-bento-wrapper.is-hover .shp-bento-card:hover .shp-bento-video{transform:scale(1.03)}.shp-page .shp-bento-wrapper .shp-bento-img-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.shp-page .shp-bento-wrapper .shp-bento-img{width:100%;height:100%;object-fit:var(--shp-fit)}.shp-page .shp-bento-wrapper .shp-bento-video{width:100%;height:100%;object-fit:var(--shp-fit);display:block;pointer-events:none}.shp-page .shp-bento-wrapper .shp-bento-card.has-mob-thumb picture{display:none}.shp-page .shp-bento-wrapper.is-hover .shp-bento-img,.shp-page .shp-bento-wrapper.is-hover .shp-bento-video{transition:transform .6s cubic-bezier(.16,1,.3,1)}.shp-page .shp-bento-wrapper .shp-bento-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,var(--shp-ov)),rgba(0,0,0,calc(var(--shp-ov) * .3)) 45%,#0000);z-index:2}.shp-page .shp-bento-wrapper .shp-bento-content{position:relative;z-index:3;padding:28px;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.shp-page .shp-bento-wrapper .shp-bento-content h3{font-size:var(--shp-card-title-size, 1.15rem);font-weight:600;line-height:1.35;color:var(--shp-card-title-color);max-width:90%;letter-spacing:-.02em;text-align:var(--shp-card-title-align, start);align-self:var(--shp-card-title-align, auto)}.shp-page .shp-bento-wrapper .shp-bento-desc{margin-top:8px;font-size:var(--shp-card-desc-size, .9rem);line-height:1.5;color:var(--shp-card-desc-color);max-width:90%;text-align:var(--shp-card-desc-align, start);align-self:var(--shp-card-desc-align, auto)}.shp-page .shp-bento-wrapper .shp-bento-desc>*+*{margin-top:var(--shp-desc-gap, 8px)}.shp-page .shp-bento-wrapper .shp-bento-desc :is(ul,ol){padding-left:1.25em}.shp-page .shp-bento-wrapper .shp-bento-desc ul>li{list-style:disc}.shp-page .shp-bento-wrapper .shp-bento-desc ol>li{list-style:decimal}.shp-page .shp-bento-wrapper .shp-bento-desc strong{font-weight:700}.shp-page .shp-bento-wrapper .shp-bento-desc a{color:inherit;text-decoration:underline}.shp-page .shp-bento-wrapper .shp-bento-desc :is(ul,ol){text-align:left}.shp-page .shp-bento-wrapper .shp-bento-desc:has(:is(ul,ol)){width:fit-content;text-align:left}.shp-page .shp-bento-wrapper .shp-carousel-controls{display:none;align-items:center;justify-content:center;gap:12px;margin-top:32px;width:100%}.shp-page .shp-bento-wrapper .shp-carousel-play-btn{background:#222;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .3s ease,transform .2s ease;flex-shrink:0}.shp-page .shp-bento-wrapper .shp-carousel-play-btn svg{width:16px;height:16px;fill:currentColor}.shp-page .shp-bento-wrapper .shp-carousel-capsule{background:#222;height:48px;border-radius:24px;display:flex;align-items:center;gap:8px;padding:0 20px}.shp-page .shp-bento-wrapper .shp-carousel-dash{width:12px;height:4px;border-radius:2px;background:#ffffff40;cursor:pointer;transition:all .35s cubic-bezier(.25,1,.5,1)}.shp-page .shp-bento-wrapper .shp-carousel-dash.active{background:#fff;width:28px}@media(max-width:768px){.shp-page .shp-bento-wrapper{padding:50px 0}.shp-page .shp-bento-wrapper .shp-bento-header{max-width:100%;padding:0 24px;margin-bottom:28px}.shp-page .shp-bento-wrapper .shp-bento-title{font-size:var(--shp-title-size-mob)}.shp-page .shp-bento-wrapper .shp-bento-subtitle{font-size:var(--shp-subtitle-size-mob)}.shp-page .shp-bento-wrapper .shp-bento-grid-viewport{overflow:hidden;width:100%}.shp-page .shp-bento-wrapper .shp-bento-grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;padding:10px 32px 20px;position:relative;touch-action:pan-y;will-change:transform;cursor:grab}.shp-page .shp-bento-wrapper .shp-bento-card{flex:0 0 88%;width:88%;height:520px!important;min-height:520px;border-radius:var(--shp-card-radius)!important}.shp-page .shp-bento-wrapper .shp-bento-content{padding:36px 24px;justify-content:flex-start;align-items:center;text-align:center}.shp-page .shp-bento-wrapper .shp-bento-content h3{font-size:var(--shp-card-title-size-mob, 1.45rem);font-weight:700;line-height:1.3;max-width:100%;text-shadow:0 2px 8px rgba(0,0,0,.4);text-align:var(--shp-card-title-align-mob, center);align-self:var(--shp-card-title-align-mob, auto)}.shp-page .shp-bento-wrapper .shp-bento-desc{font-size:var(--shp-card-desc-size-mob, 1rem);max-width:100%;text-shadow:0 2px 8px rgba(0,0,0,.4);text-align:var(--shp-card-desc-align-mob, center);align-self:var(--shp-card-desc-align-mob, auto)}.shp-page .shp-bento-wrapper .shp-bento-card.has-mob-thumb picture{display:block}.shp-page .shp-bento-wrapper .shp-bento-card.has-mob-thumb .shp-bento-video{display:none}.shp-page .shp-bento-wrapper .shp-bento-overlay{background:linear-gradient(to bottom,rgba(0,0,0,var(--shp-ov)),rgba(0,0,0,calc(var(--shp-ov) * .4)),#0000 70%)}.shp-page .shp-bento-wrapper .shp-carousel-controls{display:flex;padding:0 24px}}@media(max-width:768px){.shp-page .shp-bento-wrapper.shp-bento2-wrapper .shp-bento-grid{padding:10px 0 20px}.shp-page .shp-bento-wrapper.shp-bento2-wrapper .shp-bento-card{flex:0 0 100%;width:100%}.shp-page .shp-bento-wrapper.shp-bento2-wrapper .shp-bento-card{height:auto!important;min-height:0;aspect-ratio:var(--shp-ratio-mob)}}.shp-page .shp-contenido-wrapper{width:100%;box-sizing:border-box;background-color:var(--shp-bg);padding:60px 5%}.shp-page .shp-contenido-wrapper,.shp-page .shp-contenido-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-contenido-wrapper *{box-sizing:border-box}.shp-page .shp-contenido-wrapper .shp-contenido-header{text-align:center;max-width:800px;margin:0 auto 40px}.shp-page .shp-contenido-wrapper .shp-contenido-title{font-size:32px;font-weight:800;color:var(--shp-title-color);margin:0 0 8px}.shp-page .shp-contenido-wrapper .shp-contenido-subtitle{font-size:16px;color:var(--shp-subtitle-color);margin:0}.shp-page .shp-contenido-wrapper .shp-contenido-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:row;gap:var(--shp-grid-gap);max-width:1100px;margin:0 auto}.shp-page .shp-contenido-wrapper .shp-contenido-card{display:flex;flex-direction:column;background-color:var(--shp-card-bg);border-radius:var(--shp-card-radius);overflow:hidden}.shp-page .shp-contenido-wrapper .shp-contenido-card--featured{grid-column:span 2;grid-row:span 2}.shp-page .shp-contenido-wrapper .shp-contenido-viewer{grid-column:span 2;grid-row:span 2;display:flex;flex-direction:column;background-color:var(--shp-card-bg);border-radius:var(--shp-card-radius);overflow:hidden}.shp-page .shp-contenido-wrapper .shp-contenido-viewer-img{flex:1;min-height:0;overflow:hidden;background-color:#e2e8f0}.shp-page .shp-contenido-wrapper .shp-contenido-viewer-img img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-contenido-wrapper .shp-contenido-viewer-body{padding:12px 4px 4px}.shp-page .shp-contenido-wrapper .shp-contenido-viewer-title{font-size:16px;font-weight:600;color:var(--shp-card-title-color);margin:0 0 2px;line-height:1.3}.shp-page .shp-contenido-wrapper .shp-contenido-viewer-qty{font-size:13px;color:var(--shp-card-qty-color, #94a3b8);margin:0}.shp-page .shp-contenido-wrapper .shp-contenido-card{cursor:pointer}.shp-page .shp-contenido-wrapper .shp-contenido-card .shp-contenido-card-img-wrap{transition:opacity .2s ease}.shp-page .shp-contenido-wrapper .shp-contenido-card:hover .shp-contenido-card-img-wrap{opacity:.75}.shp-page .shp-contenido-wrapper .shp-contenido-card.is-active{outline:2px solid var(--shp-card-title-color);outline-offset:-2px}.shp-page .shp-contenido-wrapper .shp-contenido-card-img-wrap{width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:#e2e8f0}.shp-page .shp-contenido-wrapper .shp-contenido-card--featured .shp-contenido-card-img-wrap{aspect-ratio:auto;height:100%}.shp-page .shp-contenido-wrapper .shp-contenido-card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-contenido-wrapper .shp-contenido-card-body{padding:12px 4px 4px}.shp-page .shp-contenido-wrapper .shp-contenido-card-title{font-size:14px;font-weight:600;color:var(--shp-card-title-color);margin:0 0 2px;line-height:1.3}.shp-page .shp-contenido-wrapper .shp-contenido-card-qty{font-size:12px;color:var(--shp-card-qty-color, #94a3b8);margin:0}.shp-page .shp-contenido-wrapper .shp-contenido-strip-wrap{position:relative;max-width:1100px;margin:var(--shp-grid-gap) auto 0}.shp-page .shp-contenido-wrapper .shp-contenido-strip{display:flex;gap:var(--shp-grid-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.shp-page .shp-contenido-wrapper .shp-contenido-strip::-webkit-scrollbar{display:none}.shp-page .shp-contenido-wrapper .shp-contenido-strip .shp-contenido-card{flex:0 0 calc((100% - var(--shp-grid-gap) * 3) / 4);scroll-snap-align:start}.shp-page .shp-contenido-wrapper .shp-contenido-arrow{display:none;position:absolute;top:calc(50% - 20px);width:36px;height:36px;border-radius:50%;border:none;background:#ffffffeb;box-shadow:0 2px 8px #0f172a2e;color:var(--shp-card-title-color);cursor:pointer;align-items:center;justify-content:center;padding:0;z-index:2}.shp-page .shp-contenido-wrapper .shp-contenido-strip-wrap.has-overflow .shp-contenido-arrow{display:flex}.shp-page .shp-contenido-wrapper .shp-contenido-arrow[disabled]{opacity:.35;cursor:default}.shp-page .shp-contenido-wrapper .shp-contenido-arrow:before{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor}.shp-page .shp-contenido-wrapper .shp-contenido-arrow--prev{left:8px}.shp-page .shp-contenido-wrapper .shp-contenido-arrow--prev:before{transform:translate(2px) rotate(135deg)}.shp-page .shp-contenido-wrapper .shp-contenido-arrow--next{right:8px}.shp-page .shp-contenido-wrapper .shp-contenido-arrow--next:before{transform:translate(-2px) rotate(-45deg)}.shp-page .shp-contenido-wrapper .shp-contenido-toggle{display:none}@media(max-width:768px){.shp-page .shp-contenido-wrapper{padding:40px 20px}.shp-page .shp-contenido-wrapper .shp-contenido-title{font-size:24px}.shp-page .shp-contenido-wrapper .shp-contenido-grid{grid-template-columns:repeat(2,1fr);gap:var(--shp-grid-gap)}.shp-page .shp-contenido-wrapper .shp-contenido-viewer{display:none}.shp-page .shp-contenido-wrapper .shp-contenido-card{cursor:auto}.shp-page .shp-contenido-wrapper .shp-contenido-card:hover .shp-contenido-card-img-wrap{opacity:1}.shp-page .shp-contenido-wrapper .shp-contenido-card.is-active{outline:none}.shp-page .shp-contenido-wrapper .shp-contenido-strip-wrap{max-width:100%}.shp-page .shp-contenido-wrapper .shp-contenido-strip{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible;scroll-snap-type:none}.shp-page .shp-contenido-wrapper .shp-contenido-strip .shp-contenido-card{flex:none}.shp-page .shp-contenido-wrapper .shp-contenido-strip-wrap.has-overflow .shp-contenido-arrow{display:none}.shp-page .shp-contenido-wrapper .shp-contenido-toggle{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;background:none;border:none;color:var(--shp-toggle-color, #ea580c);font-size:13px;font-weight:600;font-family:inherit;padding:16px 0 0;cursor:pointer}.shp-page .shp-contenido-wrapper .shp-contenido-toggle svg{width:14px;height:14px;transition:transform .3s ease}.shp-page .shp-contenido-wrapper .shp-contenido-toggle.is-expanded svg{transform:rotate(180deg)}.shp-page .shp-contenido-wrapper .shp-contenido-card--collapsible{display:none}.shp-page .shp-contenido-wrapper.is-expanded .shp-contenido-card--collapsible{display:flex}}.shp-page .shp-feature1-wrapper{background-color:var(--shp-bg);padding:80px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature1-wrapper,.shp-page .shp-feature1-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature1-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature1-wrapper .shp-feature1-header{max-width:760px;margin:0 auto 48px;padding:0 var(--shp-main-header-pad, 0px);box-sizing:border-box}.shp-page .shp-feature1-wrapper .shp-feature1-main-title{font-size:var(--shp-main-title-size, 34px);font-weight:700;line-height:1.28;letter-spacing:-.01em;text-align:var(--shp-main-title-align, center);color:var(--shp-main-title-color, #1a1a1a)}.shp-page .shp-feature1-wrapper .shp-feature1-main-subtitle{margin-top:16px;font-size:var(--shp-main-subtitle-size, 16px);line-height:1.6;text-align:var(--shp-main-subtitle-align, center);color:var(--shp-main-subtitle-color, #5c5c5c)}.shp-page .shp-feature1-wrapper .shp-feature1-grid{display:flex;flex-wrap:wrap;gap:var(--shp-grid-gap);justify-content:var(--shp-cards-justify, flex-start);max-width:1300px;margin:0 auto}.shp-page .shp-feature1-wrapper .shp-feature1-card{display:flex;flex-direction:column;flex:0 0 calc((100% - (var(--shp-grid-cols) - 1) * var(--shp-grid-gap)) / var(--shp-grid-cols))}.shp-page .shp-feature1-wrapper .shp-feature1-img-wrap{order:1;position:relative;width:100%;aspect-ratio:var(--shp-media-ratio, 1 / 1);overflow:hidden;border-radius:var(--shp-media-radius);background-color:#f2f2f2}.shp-page .shp-feature1-wrapper .shp-feature1-img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-feature1-wrapper .shp-feature1-title{order:2;margin-top:24px;font-size:1.35rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;color:var(--shp-title-color)}.shp-page .shp-feature1-wrapper .shp-feature1-desc{order:3;margin-top:12px;font-size:.95rem;line-height:1.6;color:var(--shp-desc-color)}@media(max-width:768px){.shp-page .shp-feature1-wrapper{padding:56px 20px}.shp-page .shp-feature1-wrapper .shp-feature1-header{max-width:100%;margin:0 0 32px;padding:0 var(--shp-main-header-pad-mob, 0px)}.shp-page .shp-feature1-wrapper .shp-feature1-main-title{font-size:var(--shp-main-title-size-mob, 24px);text-align:var(--shp-main-title-align-mob, left)}.shp-page .shp-feature1-wrapper .shp-feature1-main-subtitle{font-size:var(--shp-main-subtitle-size-mob, 14px);margin-top:12px;text-align:var(--shp-main-subtitle-align-mob, left)}.shp-page .shp-feature1-wrapper .shp-feature1-grid{gap:var(--shp-grid-gap-mob)}.shp-page .shp-feature1-wrapper .shp-feature1-card{flex:0 0 100%}.shp-page .shp-feature1-wrapper .shp-feature1-title{order:1;margin-top:0}.shp-page .shp-feature1-wrapper .shp-feature1-desc{order:2;margin-top:10px}.shp-page .shp-feature1-wrapper .shp-feature1-img-wrap{order:3;margin-top:20px;aspect-ratio:var(--shp-media-ratio-mob, 2 / 1)}}.shp-page .shp-feature2-wrapper{background-color:var(--shp-bg);padding:80px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature2-wrapper,.shp-page .shp-feature2-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature2-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature2-wrapper .shp-feature2-header{text-align:center;max-width:760px;margin:0 auto 48px}.shp-page .shp-feature2-wrapper .shp-feature2-title{font-size:var(--shp-title-size);font-weight:700;line-height:1.28;letter-spacing:-.01em;color:var(--shp-title-color)}.shp-page .shp-feature2-wrapper .shp-feature2-subtitle{margin-top:16px;font-size:var(--shp-subtitle-size);line-height:1.6;color:var(--shp-subtitle-color)}.shp-page .shp-feature2-wrapper .shp-feature2-icons{display:flex;flex-wrap:nowrap;justify-content:var(--shp-icon-align);align-items:flex-start;gap:var(--shp-icon-gap);margin-top:56px;overflow-x:auto;scrollbar-width:none}.shp-page .shp-feature2-wrapper .shp-feature2-icons::-webkit-scrollbar{display:none}.shp-page .shp-feature2-wrapper .shp-feature2-icon-item{display:flex;flex-direction:column;align-items:center;flex-shrink:0;text-align:center}.shp-page .shp-feature2-wrapper .shp-feature2-icon-img-wrap{width:var(--shp-icon-size);height:var(--shp-icon-size);border-radius:var(--shp-icon-radius);overflow:hidden;flex-shrink:0}.shp-page .shp-feature2-wrapper.icon-bg .shp-feature2-icon-img-wrap{background-color:#f2f2f2}.shp-page .shp-feature2-wrapper .shp-feature2-icon-img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-feature2-wrapper .shp-feature2-icon-label{margin-top:14px;font-size:.85rem;font-weight:500;line-height:1.3;max-width:var(--shp-icon-size);color:var(--shp-icon-label-color)}.shp-page .shp-feature2-wrapper .shp-feature2-main-img-wrap{margin-top:64px;width:100%;aspect-ratio:var(--shp-media-ratio);border-radius:var(--shp-media-radius);overflow:hidden;background-color:#f2f2f2;max-width:var(--shp-media-max-w);margin-left:var(--shp-media-mx);margin-right:var(--shp-media-mx)}.shp-page .shp-feature2-wrapper .shp-feature2-main-img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-feature2-wrapper .shp-feature2-main-video{display:block;width:100%;height:100%;object-fit:cover}.shp-page .shp-feature2-wrapper.has-mob-img .shp-feature2-main-img-wrap picture{display:none}@media(max-width:768px){.shp-page .shp-feature2-wrapper{padding:56px 20px}.shp-page .shp-feature2-wrapper .shp-feature2-header{text-align:left;max-width:100%;margin:0 0 32px}.shp-page .shp-feature2-wrapper .shp-feature2-title{font-size:var(--shp-title-size-mob)}.shp-page .shp-feature2-wrapper .shp-feature2-subtitle{font-size:var(--shp-subtitle-size-mob);margin-top:12px}.shp-page .shp-feature2-wrapper .shp-feature2-icons-viewport{overflow:hidden;width:100%}.shp-page .shp-feature2-wrapper .shp-feature2-icons{justify-content:var(--shp-icon-align-mob);gap:var(--shp-icon-gap-mob);margin-top:32px;padding-right:40px;overflow-x:visible;touch-action:pan-y;will-change:transform;cursor:grab}.shp-page .shp-feature2-wrapper .shp-feature2-icon-img-wrap{width:var(--shp-icon-size-mob);height:var(--shp-icon-size-mob)}.shp-page .shp-feature2-wrapper .shp-feature2-icon-label{font-size:.65rem;margin-top:8px;max-width:var(--shp-icon-size-mob)}.shp-page .shp-feature2-wrapper .shp-feature2-main-img-wrap{margin-top:36px;aspect-ratio:var(--shp-media-ratio-mob)}.shp-page .shp-feature2-wrapper.has-mob-img .shp-feature2-main-img-wrap picture{display:block}.shp-page .shp-feature2-wrapper.has-mob-img .shp-feature2-main-video{display:none}}.shp-page .shp-feature3-wrapper{background-color:var(--shp-bg);padding:80px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature3-wrapper,.shp-page .shp-feature3-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature3-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature3-wrapper .shp-feature3-header{max-width:760px;margin:0 auto 48px;padding:0 var(--shp-header-pad);box-sizing:border-box}.shp-page .shp-feature3-wrapper .shp-feature3-title{font-size:var(--shp-title-size);font-weight:700;line-height:1.28;letter-spacing:-.01em;text-align:var(--shp-title-align);color:var(--shp-title-color)}.shp-page .shp-feature3-wrapper .shp-feature3-subtitle{margin-top:16px;font-size:var(--shp-subtitle-size);line-height:1.6;text-align:var(--shp-subtitle-align);color:var(--shp-subtitle-color)}.shp-page .shp-feature3-wrapper .shp-feature3-main-img-wrap{width:100%;aspect-ratio:var(--shp-media-ratio);border-radius:var(--shp-media-radius);overflow:hidden;background-color:#f2f2f2;max-width:var(--shp-media-max-w);margin-left:var(--shp-media-mx);margin-right:var(--shp-media-mx)}.shp-page .shp-feature3-wrapper .shp-feature3-main-img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-feature3-wrapper .shp-feature3-main-video{display:block;width:100%;height:100%;object-fit:cover}.shp-page .shp-feature3-wrapper.has-mob-img .shp-feature3-main-img-wrap picture{display:none}@media(max-width:768px){.shp-page .shp-feature3-wrapper{padding:56px 20px}.shp-page .shp-feature3-wrapper .shp-feature3-header{max-width:100%;margin:0 0 32px;padding:0 var(--shp-header-pad-mob)}.shp-page .shp-feature3-wrapper .shp-feature3-title{font-size:var(--shp-title-size-mob);text-align:var(--shp-title-align-mob)}.shp-page .shp-feature3-wrapper .shp-feature3-subtitle{font-size:var(--shp-subtitle-size-mob);margin-top:12px;text-align:var(--shp-subtitle-align-mob)}.shp-page .shp-feature3-wrapper .shp-feature3-main-img-wrap{aspect-ratio:var(--shp-media-ratio-mob)}.shp-page .shp-feature3-wrapper.has-mob-img .shp-feature3-main-img-wrap picture{display:block}.shp-page .shp-feature3-wrapper.has-mob-img .shp-feature3-main-video{display:none}}.shp-page .shp-feature4-wrapper{background-color:var(--shp-bg);padding:80px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature4-wrapper,.shp-page .shp-feature4-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature4-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature4-wrapper .shp-feature4-header{max-width:760px;margin:0 auto 48px;text-align:center}.shp-page .shp-feature4-wrapper .shp-feature4-main-title{font-size:var(--shp-main-title-size);font-weight:800;line-height:1.2;letter-spacing:-.01em;color:var(--shp-main-title-color)}.shp-page .shp-feature4-wrapper .shp-feature4-main-subtitle{margin-top:12px;font-size:var(--shp-main-subtitle-size);line-height:1.6;color:var(--shp-main-subtitle-color)}.shp-page .shp-feature4-wrapper .shp-feature4-rows{display:flex;flex-direction:column;gap:var(--shp-row-gap);max-width:1200px;margin:0 auto}.shp-page .shp-feature4-wrapper .shp-feature4-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--shp-col-gap)}.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-left .shp-feature4-info{order:1}.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-right .shp-feature4-info,.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-left .shp-feature4-media-wrap{order:2}.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-right .shp-feature4-media-wrap{order:1}.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-feature4-row--no-media{grid-template-columns:1fr}.shp-page .shp-feature4-wrapper .shp-feature4-title{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--shp-title-color)}.shp-page .shp-feature4-wrapper .shp-feature4-content{margin-top:16px;font-size:.95rem;line-height:1.6;color:var(--shp-content-color)}.shp-page .shp-feature4-wrapper .shp-feature4-subcols{display:flex;gap:32px;margin-top:20px;flex-wrap:wrap}.shp-page .shp-feature4-wrapper .shp-feature4-subcol{font-weight:700;font-size:.95rem;color:var(--shp-subcol-color)}.shp-page .shp-feature4-wrapper .shp-feature4-media-wrap{position:relative;width:100%;aspect-ratio:var(--shp-media-ratio);border-radius:var(--shp-media-radius);overflow:hidden;background-color:#f2f2f2}.shp-page .shp-feature4-wrapper .shp-feature4-media{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.shp-page .shp-feature4-wrapper{padding:56px 20px}.shp-page .shp-feature4-wrapper .shp-feature4-header{margin-bottom:32px}.shp-page .shp-feature4-wrapper .shp-feature4-main-title{font-size:var(--shp-main-title-size-mob)}.shp-page .shp-feature4-wrapper .shp-feature4-main-subtitle{font-size:var(--shp-main-subtitle-size-mob);margin-top:8px}.shp-page .shp-feature4-wrapper .shp-feature4-row{grid-template-columns:1fr;gap:var(--shp-col-gap)}.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-left .shp-feature4-info,.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-right .shp-feature4-info{order:1}.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-left .shp-feature4-media-wrap,.shp-page .shp-feature4-wrapper .shp-feature4-row.shp-side-right .shp-feature4-media-wrap{order:2}.shp-page .shp-feature4-wrapper .shp-feature4-title{font-size:1.25rem}.shp-page .shp-feature4-wrapper .shp-feature4-content{font-size:.9rem}.shp-page .shp-feature4-wrapper .shp-feature4-media-wrap{aspect-ratio:var(--shp-media-ratio-mob)}}.shp-page .shp-feature5-wrapper{background-color:var(--shp-bg);padding:80px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature5-wrapper,.shp-page .shp-feature5-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature5-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature5-wrapper .shp-feature5-title{text-align:center;max-width:900px;margin:0 auto 44px;font-size:1.4rem;font-weight:500;line-height:1.5;color:var(--shp-title-color)}.shp-page .shp-feature5-wrapper .shp-feature5-grid{display:grid;grid-template-columns:repeat(var(--shp-grid-cols),1fr);gap:var(--shp-grid-gap);max-width:1300px;margin:0 auto}.shp-page .shp-feature5-wrapper .shp-feature5-card{display:flex;flex-direction:column}.shp-page .shp-feature5-wrapper .shp-feature5-media{order:1;position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--shp-media-radius);background-color:#1a1a1a}.shp-page .shp-feature5-wrapper .shp-feature5-img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-feature5-wrapper .shp-feature5-headrow{order:2;margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.shp-page .shp-feature5-wrapper .shp-feature5-card-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;color:var(--shp-card-title-color)}.shp-page .shp-feature5-wrapper .shp-feature5-icon{width:var(--shp-icon-size);height:var(--shp-icon-size);object-fit:contain;flex-shrink:0}.shp-page .shp-feature5-wrapper .shp-feature5-content{order:3;margin-top:12px;font-size:.9rem;line-height:1.6;color:var(--shp-content-color)}@media(max-width:768px){.shp-page .shp-feature5-wrapper{padding:56px 20px}.shp-page .shp-feature5-wrapper .shp-feature5-title{font-size:1.05rem;margin-bottom:28px}.shp-page .shp-feature5-wrapper .shp-feature5-grid{grid-template-columns:1fr;gap:var(--shp-grid-gap-mob)}.shp-page .shp-feature5-wrapper .shp-feature5-headrow{order:1;margin-top:0}.shp-page .shp-feature5-wrapper .shp-feature5-content{order:2;margin-top:10px}.shp-page .shp-feature5-wrapper .shp-feature5-media{order:3;margin-top:20px;aspect-ratio:2 / 1}}.shp-page .shp-feature6-wrapper{background-color:var(--shp-bg);padding:80px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature6-wrapper,.shp-page .shp-feature6-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature6-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature6-wrapper .shp-feature6-header{max-width:760px;margin:0 auto 48px;padding:0 var(--shp-header-pad);box-sizing:border-box;position:relative;z-index:1}.shp-page .shp-feature6-wrapper .shp-feature6-title{font-size:2.1rem;font-weight:700;line-height:1.28;letter-spacing:-.01em;text-align:var(--shp-title-align);color:var(--shp-title-color)}.shp-page .shp-feature6-wrapper .shp-feature6-subtitle{margin-top:16px;font-size:1rem;line-height:1.6;text-align:var(--shp-subtitle-align);color:var(--shp-subtitle-color)}.shp-page .shp-feature6-wrapper .shp-feature6-scroll-area{position:relative}.shp-page .shp-feature6-wrapper .shp-feature6-sticky{position:absolute;left:0;top:0;width:100%;will-change:transform}.shp-page .shp-feature6-wrapper .shp-feature6-img-wrap{position:relative;width:100%;aspect-ratio:var(--shp-media-ratio);overflow:hidden;border-radius:var(--shp-media-radius);background-color:#f2f2f2;max-width:var(--shp-media-max-w);margin-left:var(--shp-media-mx);margin-right:var(--shp-media-mx)}.shp-page .shp-feature6-wrapper .shp-feature6-img-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;will-change:opacity}.shp-page .shp-feature6-wrapper .shp-feature6-img-slide.is-active{opacity:1}.shp-page .shp-feature6-wrapper .shp-feature6-img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.shp-page .shp-feature6-wrapper{padding:56px 20px}.shp-page .shp-feature6-wrapper .shp-feature6-header{max-width:100%;margin:0 0 32px;padding:0 var(--shp-header-pad-mob)}.shp-page .shp-feature6-wrapper .shp-feature6-title{font-size:1.5rem;text-align:var(--shp-title-align-mob)}.shp-page .shp-feature6-wrapper .shp-feature6-subtitle{font-size:.9rem;margin-top:12px;text-align:var(--shp-subtitle-align-mob)}.shp-page .shp-feature6-wrapper.mob-pin .shp-feature6-img-wrap{aspect-ratio:var(--shp-media-ratio-mob)}.shp-page .shp-feature6-wrapper:not(.mob-pin) .shp-feature6-scroll-area{height:auto}.shp-page .shp-feature6-wrapper:not(.mob-pin) .shp-feature6-sticky{position:static;transform:none}.shp-page .shp-feature6-wrapper:not(.mob-pin) .shp-feature6-img-wrap{position:static;aspect-ratio:auto;overflow:visible;background-color:transparent}.shp-page .shp-feature6-wrapper:not(.mob-pin) .shp-feature6-img-slide{position:static;aspect-ratio:var(--shp-media-ratio-mob);overflow:hidden;border-radius:var(--shp-media-radius);background-color:#f2f2f2;opacity:1;margin-bottom:16px;will-change:auto}.shp-page .shp-feature6-wrapper:not(.mob-pin) .shp-feature6-img-slide:last-child{margin-bottom:0}}.shp-page .shp-feature7-wrapper{background-color:var(--shp-bg);padding:60px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature7-wrapper,.shp-page .shp-feature7-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature7-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature7-wrapper .shp-feature7-header{max-width:800px;margin:0 auto 40px;text-align:center}.shp-page .shp-feature7-wrapper .shp-feature7-title{font-size:var(--shp-title-size);font-weight:800;line-height:1.2;letter-spacing:-.01em;color:var(--shp-title-color)}.shp-page .shp-feature7-wrapper .shp-feature7-subtitle{margin-top:12px;font-size:var(--shp-subtitle-size);line-height:1.6;color:var(--shp-subtitle-color)}.shp-page .shp-feature7-wrapper .shp-feature7-arrows{display:none;align-items:center;justify-content:flex-end;gap:8px;max-width:1300px;margin:0 auto 20px}.shp-page .shp-feature7-wrapper[data-desktop-swiper="1"] .shp-feature7-arrows{display:flex}.shp-page .shp-feature7-wrapper .shp-feature7-arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;flex-shrink:0}.shp-page .shp-feature7-wrapper .shp-feature7-arrow:hover{background:#ffffff1a}.shp-page .shp-feature7-wrapper .shp-feature7-arrow svg{width:20px;height:20px}.shp-page .shp-feature7-wrapper .shp-feature7-track{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:visible;justify-content:center;gap:var(--shp-card-gap);max-width:1300px;margin:0 auto;scrollbar-width:none}.shp-page .shp-feature7-wrapper[data-desktop-swiper="1"] .shp-feature7-track{overflow-x:hidden;justify-content:flex-start}.shp-page .shp-feature7-wrapper .shp-feature7-track::-webkit-scrollbar{display:none}.shp-page .shp-feature7-wrapper .shp-feature7-slide{flex:0 0 var(--shp-slide-w);width:var(--shp-slide-w)}.shp-page .shp-feature7-wrapper .shp-feature7-card-title{font-size:1.4rem;font-weight:700;letter-spacing:-.01em;color:var(--shp-card-title-color);text-align:center;margin-bottom:8px}.shp-page .shp-feature7-wrapper .shp-feature7-card-subtitle{font-size:.95rem;line-height:1.5;color:var(--shp-card-subtitle-color);text-align:center;margin-bottom:16px}.shp-page .shp-feature7-wrapper .shp-feature7-img-wrap{position:relative;width:100%;aspect-ratio:var(--shp-media-ratio);overflow:hidden;border-radius:var(--shp-card-radius);background-color:#111}.shp-page .shp-feature7-wrapper .shp-feature7-img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.shp-page .shp-feature7-wrapper{padding:40px 20px}.shp-page .shp-feature7-wrapper .shp-feature7-header{margin-bottom:28px}.shp-page .shp-feature7-wrapper .shp-feature7-title{font-size:var(--shp-title-size-mob)}.shp-page .shp-feature7-wrapper .shp-feature7-subtitle{font-size:var(--shp-subtitle-size-mob);margin-top:8px}.shp-page .shp-feature7-wrapper .shp-feature7-arrows,.shp-page .shp-feature7-wrapper[data-desktop-swiper="1"] .shp-feature7-arrows{display:none}.shp-page .shp-feature7-wrapper .shp-feature7-track,.shp-page .shp-feature7-wrapper[data-desktop-swiper="1"] .shp-feature7-track{overflow-x:visible;justify-content:center}.shp-page .shp-feature7-wrapper .shp-feature7-slide{flex:0 0 100%;width:100%}.shp-page .shp-feature7-wrapper[data-mobile-swiper="1"] .shp-feature7-track{gap:var(--shp-card-gap);padding:0 0 0 24px;touch-action:pan-y;will-change:transform;cursor:grab;justify-content:flex-start}.shp-page .shp-feature7-wrapper[data-mobile-swiper="1"] .shp-feature7-slide{flex:0 0 86%;width:86%}}.shp-page .shp-feature8-wrapper{background-color:var(--shp-bg);border-radius:var(--shp-radius);overflow:hidden;padding:80px 24px;width:100%;box-sizing:border-box}.shp-page .shp-feature8-wrapper,.shp-page .shp-feature8-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature8-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature8-wrapper .shp-feature8-header{max-width:760px;margin:0 auto 48px;padding:0 var(--shp-header-pad);box-sizing:border-box}.shp-page .shp-feature8-wrapper .shp-feature8-title{font-size:var(--shp-title-size);font-weight:700;line-height:1.28;letter-spacing:-.01em;text-align:var(--shp-title-align);color:var(--shp-title-color)}.shp-page .shp-feature8-wrapper .shp-feature8-subtitle{margin-top:16px;font-size:var(--shp-subtitle-size);line-height:1.6;text-align:var(--shp-subtitle-align);color:var(--shp-subtitle-color)}.shp-page .shp-feature8-wrapper .shp-feature8-columns{display:grid;grid-template-columns:var(--shp-cols);column-gap:var(--shp-col-gap);align-items:var(--shp-cols-align-v);max-width:var(--shp-cols-max-w);margin-left:var(--shp-cols-mx);margin-right:var(--shp-cols-mx)}.shp-page .shp-feature8-wrapper .shp-feature8-media{grid-column:var(--shp-media-col);grid-row:1;width:100%;aspect-ratio:var(--shp-media-ratio);border-radius:var(--shp-media-radius);overflow:hidden;background-color:#f2f2f2}.shp-page .shp-feature8-wrapper .shp-feature8-media-img{width:100%;height:100%;object-fit:cover;display:block}.shp-page .shp-feature8-wrapper .shp-feature8-media-video{display:none;width:100%;height:100%;object-fit:cover}.shp-page .shp-feature8-wrapper .shp-feature8-media.is-video-active .shp-feature8-media-video{display:block}.shp-page .shp-feature8-wrapper .shp-feature8-media.is-video-active picture{display:none}.shp-page .shp-feature8-wrapper .shp-feature8-audios{grid-column:var(--shp-audios-col);grid-row:1;min-width:0;display:flex;flex-direction:column;gap:var(--shp-card-gap);max-height:var(--shp-list-max-h);overflow-y:var(--shp-list-overflow)}.shp-page .shp-feature8-wrapper .shp-feature8-audio-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:var(--shp-card-pad-v) var(--shp-card-pad-h);background-color:var(--shp-card-bg);border:1px solid var(--shp-card-border);border-radius:var(--shp-card-radius)}.shp-page .shp-feature8-wrapper .shp-feature8-audio-name{min-width:0;font-size:var(--shp-name-size);font-weight:600;line-height:1.35;color:var(--shp-name-color);overflow-wrap:anywhere}.shp-page .shp-feature8-wrapper .shp-feature8-audio-btn{flex-shrink:0;width:var(--shp-btn-size);height:var(--shp-btn-size);border:none;border-radius:50%;background-color:var(--shp-btn-bg);color:var(--shp-btn-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.shp-page .shp-feature8-wrapper .shp-feature8-audio-btn:hover{transform:scale(1.06)}.shp-page .shp-feature8-wrapper .shp-feature8-audio-btn svg{display:block;width:var(--shp-btn-icon-size);height:var(--shp-btn-icon-size);fill:currentColor}.shp-page .shp-feature8-wrapper .shp-feature8-audio-btn[disabled]{opacity:.35;cursor:not-allowed}.shp-page .shp-feature8-wrapper .shp-feature8-audio-btn[disabled]:hover{transform:none}.shp-page .shp-feature8-wrapper .shp-feature8-audio{display:none}@media(max-width:768px){.shp-page .shp-feature8-wrapper{padding:56px 20px}.shp-page .shp-feature8-wrapper .shp-feature8-header{max-width:100%;margin:0 0 32px;padding:0 var(--shp-header-pad-mob)}.shp-page .shp-feature8-wrapper .shp-feature8-title{font-size:var(--shp-title-size-mob);text-align:var(--shp-title-align-mob)}.shp-page .shp-feature8-wrapper .shp-feature8-subtitle{font-size:var(--shp-subtitle-size-mob);margin-top:12px;text-align:var(--shp-subtitle-align-mob)}.shp-page .shp-feature8-wrapper .shp-feature8-columns{display:block;max-width:100%;margin:0}.shp-page .shp-feature8-wrapper .shp-feature8-media{aspect-ratio:var(--shp-media-ratio-mob)}.shp-page .shp-feature8-wrapper .shp-feature8-audios{margin-top:var(--shp-gap-mob);max-height:none;overflow-y:visible}.shp-page .shp-feature8-wrapper .shp-feature8-audio-name{font-size:var(--shp-name-size-mob)}}.shp-page .shp-feature9-wrapper{background-color:var(--shp-bg);width:100%;padding:0;box-sizing:border-box}.shp-page .shp-feature9-wrapper,.shp-page .shp-feature9-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-feature9-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-feature9-wrapper .shp-feature9-header{max-width:760px;margin:0 auto;padding:72px 24px 40px;text-align:center}.shp-page .shp-feature9-wrapper .shp-feature9-main-title{font-size:var(--shp-main-title-size);font-weight:800;line-height:1.2;letter-spacing:-.01em;color:var(--shp-main-title-color)}.shp-page .shp-feature9-wrapper .shp-feature9-main-subtitle{margin-top:12px;font-size:var(--shp-main-subtitle-size);line-height:1.6;color:var(--shp-main-subtitle-color)}.shp-page .shp-feature9-wrapper .shp-feature9-rows{display:flex;flex-direction:column;gap:var(--shp-row-gap)}.shp-page .shp-feature9-wrapper .shp-feature9-row{position:relative;display:flex;align-items:center;min-height:clamp(320px,28vw,var(--shp-max-h));overflow:hidden}.shp-page .shp-feature9-wrapper .shp-feature9-media{position:absolute;top:0;bottom:0;left:var(--shp-m-left);right:var(--shp-m-right);clip-path:var(--shp-clip);background-color:var(--shp-accent)}.shp-page .shp-feature9-wrapper .shp-feature9-img{width:100%;height:100%;object-fit:cover;display:block;border:0}.shp-page .shp-feature9-wrapper .shp-feature9-info{position:relative;z-index:2;width:var(--shp-text-col);padding:var(--shp-pad-y) var(--shp-pad-x)}.shp-page .shp-feature9-wrapper .shp-side-left .shp-feature9-info{margin-left:auto}.shp-page .shp-feature9-wrapper .shp-feature9-row--no-media .shp-feature9-info{width:100%;max-width:1200px;margin:0 auto}.shp-page .shp-feature9-wrapper .shp-feature9-title{font-size:var(--shp-title-size);font-weight:700;line-height:1.25;letter-spacing:-.01em;color:var(--shp-title-color)}.shp-page .shp-feature9-wrapper .shp-feature9-content{margin-top:16px;font-size:var(--shp-content-size);line-height:var(--shp-line-h);color:var(--shp-content-color)}.shp-page .shp-feature9-wrapper .shp-feature9-content>*+*{margin-top:var(--shp-para-gap, 16px)}.shp-page .shp-feature9-wrapper .shp-feature9-content :is(ul,ol){padding-left:1.25em}.shp-page .shp-feature9-wrapper .shp-feature9-content ul>li{list-style:disc}.shp-page .shp-feature9-wrapper .shp-feature9-content ol>li{list-style:decimal}.shp-page .shp-feature9-wrapper .shp-feature9-content li+li{margin-top:.35em}.shp-page .shp-feature9-wrapper .shp-feature9-content strong{font-weight:700}.shp-page .shp-feature9-wrapper .shp-feature9-content a{color:inherit;text-decoration:underline}@media(min-width:769px){.shp-page .shp-feature9-wrapper .shp-feature9-media picture{position:absolute;top:0;bottom:0;left:0;right:0;width:auto;height:auto;clip-path:var(--shp-clip)}.shp-page .shp-feature9-wrapper .shp-feature9-row.shp-reveal-item{opacity:1;transform:none}.shp-page .shp-feature9-wrapper .shp-feature9-row.shp-reveal-item .shp-feature9-media,.shp-page .shp-feature9-wrapper .shp-feature9-row.shp-reveal-item .shp-feature9-media picture{transition:left .9s cubic-bezier(.22,1,.36,1),right .9s cubic-bezier(.22,1,.36,1)}.shp-page .shp-feature9-wrapper .shp-feature9-row.shp-reveal-item .shp-feature9-media picture{transition-delay:var(--shp-layer-delay)}}@media(min-width:769px)and (prefers-reduced-motion:no-preference){.shp-page .shp-feature9-wrapper .shp-side-right.shp-reveal-item:not(.is-visible) .shp-feature9-media,.shp-page .shp-feature9-wrapper .shp-side-right.shp-reveal-item:not(.is-visible) .shp-feature9-media picture{left:100%}.shp-page .shp-feature9-wrapper .shp-side-left.shp-reveal-item:not(.is-visible) .shp-feature9-media,.shp-page .shp-feature9-wrapper .shp-side-left.shp-reveal-item:not(.is-visible) .shp-feature9-media picture{right:100%}}@media(max-width:768px){.shp-page .shp-feature9-wrapper .shp-feature9-header{padding:48px 20px 24px}.shp-page .shp-feature9-wrapper .shp-feature9-main-title{font-size:var(--shp-main-title-size-mob)}.shp-page .shp-feature9-wrapper .shp-feature9-main-subtitle{font-size:var(--shp-main-subtitle-size-mob);margin-top:8px}.shp-page .shp-feature9-wrapper .shp-feature9-row{display:block;min-height:0}.shp-page .shp-feature9-wrapper .shp-feature9-media{position:static;left:auto;right:auto;width:100%;aspect-ratio:4 / 3;clip-path:polygon(0 0,100% 0,100% calc(100% - var(--shp-lean-mob)),0 100%)}.shp-page .shp-feature9-wrapper .shp-feature9-row .shp-feature9-info{width:100%;max-width:none;margin:0;padding:24px 20px 48px}.shp-page .shp-feature9-wrapper .shp-feature9-title{font-size:var(--shp-title-size-mob)}.shp-page .shp-feature9-wrapper .shp-feature9-content{font-size:var(--shp-content-size-mob)}}.shp-page .shp-header-wrapper{background-color:var(--shp-bg);width:100%;box-sizing:border-box}.shp-page .shp-header-wrapper,.shp-page .shp-header-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-header-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-header-wrapper .shp-header-inner{display:flex;justify-content:var(--shp-justify);align-items:var(--shp-items);height:var(--shp-height);padding:0 var(--shp-pad-h)}.shp-page .shp-header-wrapper .shp-header-title{font-size:var(--shp-text-size);font-weight:800;line-height:1.15;letter-spacing:-.01em;text-align:var(--shp-text-align);color:var(--shp-text-color)}.shp-page .shp-header-wrapper.is-gradient .shp-header-title{color:var(--shp-grad-start);background:var(--shp-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.shp-page .shp-header-wrapper .shp-header-inner{justify-content:var(--shp-justify-mob);align-items:var(--shp-items-mob);height:var(--shp-height-mob);padding:0 var(--shp-pad-h-mob)}.shp-page .shp-header-wrapper .shp-header-title{font-size:var(--shp-text-size-mob);text-align:var(--shp-text-align-mob)}}.shp-page .shp-hero1-wrapper{position:relative;width:100%;margin:0;padding:0;overflow:hidden;display:flex;box-sizing:border-box;aspect-ratio:21 / 9;min-height:var(--shp-min-h)}.shp-page .shp-hero1-wrapper,.shp-page .shp-hero1-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-hero1-wrapper *{box-sizing:border-box}.shp-page .shp-hero1-wrapper .shp-hero1-picture{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.shp-page .shp-hero1-wrapper .shp-hero1-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:0}.shp-page .shp-hero1-wrapper .shp-hero1-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:0;z-index:1}.shp-page .shp-hero1-wrapper.has-mob-img .shp-hero1-picture{display:none}.shp-page .shp-hero1-wrapper .shp-hero1-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--shp-overlay);z-index:2;pointer-events:none}.shp-page .shp-hero1-wrapper .shp-hero1-content-container{position:relative;z-index:3;display:flex;width:100%;height:100%;padding:20px 30px;align-items:center;justify-content:center}.shp-page .shp-hero1-wrapper .shp-hero1-content-box{text-align:center;width:100%;max-width:var(--shp-max-w);margin:0 auto}.shp-page .shp-hero1-wrapper .shp-hero1-text{color:#fff;font-size:var(--shp-text-size);line-height:var(--shp-line-h);font-weight:400;margin:0;letter-spacing:.2px;text-shadow:0 2px 8px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.8);word-wrap:break-word}@media screen and (max-width:767px){.shp-page .shp-hero1-wrapper{aspect-ratio:4 / 5;min-height:var(--shp-min-h-mob)}.shp-page .shp-hero1-wrapper .shp-hero1-content-container{align-items:center;padding:20px}.shp-page .shp-hero1-wrapper .shp-hero1-content-box{max-width:92%}.shp-page .shp-hero1-wrapper .shp-hero1-text{font-size:var(--shp-text-size-mob)}.shp-page .shp-hero1-wrapper.has-mob-img .shp-hero1-picture{display:block}.shp-page .shp-hero1-wrapper.has-mob-img .shp-hero1-video{display:none}}.shp-page .shp-hero2-wrapper{width:100%;background-color:var(--shp-bg-desk)}.shp-page .shp-hero2-wrapper,.shp-page .shp-hero2-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-hero2-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-hero2-wrapper .shp-hero2-inner{position:relative;width:100%;min-height:var(--shp-min-h);overflow:hidden;border-radius:var(--shp-radius);display:flex;flex-direction:column}.shp-page .shp-hero2-wrapper .shp-hero2-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.shp-page .shp-hero2-wrapper .shp-hero2-media-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.shp-page .shp-hero2-wrapper .shp-hero2-title{font-size:var(--shp-title-size);font-weight:800;line-height:1.25;letter-spacing:-.02em;margin-bottom:20px;color:var(--shp-title-color)}.shp-page .shp-hero2-wrapper .shp-hero2-desc{font-size:var(--shp-desc-size);line-height:1.6;color:var(--shp-desc-color)}.shp-page .shp-hero2-wrapper .shp-hero2-content{grid-column:var(--shp-content-col);text-align:var(--shp-content-align-h);justify-self:var(--shp-content-align-h);align-self:var(--shp-content-align-v);margin:var(--shp-content-pad-v) 0}.shp-page .shp-hero2-wrapper .shp-hero2-features{display:flex;flex-direction:column;align-items:var(--shp-content-align-h);gap:20px;margin-top:28px}.shp-page .shp-hero2-wrapper .shp-hero2-feature{display:flex;align-items:flex-start;gap:14px}.shp-page .shp-hero2-wrapper .shp-hero2-feature-icon{width:30px;height:30px;object-fit:contain;flex-shrink:0;margin-top:2px}.shp-page .shp-hero2-wrapper .shp-hero2-feature-lines{display:flex;flex-direction:column}.shp-page .shp-hero2-wrapper .shp-hero2-feature-line1{font-weight:700;font-size:var(--shp-f1-size);color:var(--shp-f1-color)}.shp-page .shp-hero2-wrapper .shp-hero2-feature-line2{font-size:var(--shp-f2-size);color:var(--shp-f2-color)}.shp-page .shp-hero2-wrapper .shp-hero2-stat-mobile{display:none}.shp-page .shp-hero2-wrapper .shp-hero2-row{position:relative;z-index:2;flex:1 1 auto;display:grid;grid-template-columns:var(--shp-cols);column-gap:24px;padding:0 5%}.shp-page .shp-hero2-wrapper .shp-hero2-stat-desktop{grid-column:var(--shp-stat-col);margin:var(--shp-stat-pad-v) 0;justify-self:var(--shp-stat-align-h);align-self:var(--shp-stat-align-v);font-size:var(--shp-stat-size);font-weight:800;line-height:1;white-space:nowrap;color:var(--shp-stat-color)}@media(max-width:768px){.shp-page .shp-hero2-wrapper{background-color:transparent}.shp-page .shp-hero2-wrapper .shp-hero2-inner{display:block;min-height:var(--shp-min-h-mob);padding:40px 24px;background-color:var(--shp-bg);border-radius:0}.shp-page .shp-hero2-wrapper .shp-hero2-row{display:block;padding:0}.shp-page .shp-hero2-wrapper .shp-hero2-content{text-align:center;justify-self:auto;align-self:auto;margin:0}.shp-page .shp-hero2-wrapper .shp-hero2-title{font-size:var(--shp-title-size-mob)}.shp-page .shp-hero2-wrapper .shp-hero2-desc{font-size:var(--shp-desc-size-mob)}.shp-page .shp-hero2-wrapper .shp-hero2-features-viewport{overflow:hidden;width:100%}.shp-page .shp-hero2-wrapper .shp-hero2-features{display:flex;flex-direction:row;flex-wrap:nowrap;text-align:left;gap:20px;padding-right:40px;touch-action:pan-y;will-change:transform;cursor:grab}.shp-page .shp-hero2-wrapper .shp-hero2-feature{flex:0 0 85%;width:85%}.shp-page .shp-hero2-wrapper .shp-hero2-media{position:relative;margin-top:28px;border-radius:var(--shp-radius-mob);overflow:hidden;aspect-ratio:4 / 5;display:flex;justify-content:var(--shp-stat-align-h-mob);align-items:var(--shp-stat-align-v-mob);padding:var(--shp-stat-pad-mob) 0}.shp-page .shp-hero2-wrapper .shp-hero2-media picture{position:absolute;top:0;right:0;bottom:0;left:0}.shp-page .shp-hero2-wrapper .shp-hero2-media-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.shp-page .shp-hero2-wrapper .shp-hero2-stat-desktop{display:none}.shp-page .shp-hero2-wrapper .shp-hero2-stat-mobile{display:block;position:relative;z-index:2;font-size:var(--shp-stat-size-mob);font-weight:800;line-height:1;white-space:nowrap;color:var(--shp-stat-color)}}.shp-page .shp-specs-wrapper{width:100%;box-sizing:border-box;background-color:var(--shp-bg);padding:60px 5%}.shp-page .shp-specs-wrapper,.shp-page .shp-specs-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-specs-wrapper *{box-sizing:border-box}.shp-page .shp-specs-wrapper .shp-specs-header{text-align:center;max-width:800px;margin:0 auto 32px}.shp-page .shp-specs-wrapper .shp-specs-title{font-size:32px;font-weight:800;color:var(--shp-title-color);margin:0 0 8px}.shp-page .shp-specs-wrapper .shp-specs-subtitle{font-size:16px;color:var(--shp-subtitle-color);margin:0}.shp-page .shp-specs-wrapper .shp-specs-list{max-width:900px;margin:0 auto}.shp-page .shp-specs-wrapper .shp-specs-row{display:grid;grid-template-columns:var(--shp-label-col-w) 1fr;align-items:baseline;padding:var(--shp-row-pad) 24px;border-bottom:1px solid var(--shp-divider)}.shp-page .shp-specs-wrapper .shp-specs-row:nth-child(2n){background-color:var(--shp-zebra)}.shp-page .shp-specs-wrapper .shp-specs-label{font-size:15px;font-weight:600;color:var(--shp-label-color)}.shp-page .shp-specs-wrapper .shp-specs-value{font-size:15px;font-weight:400;color:var(--shp-value-color)}@media(max-width:768px){.shp-page .shp-specs-wrapper{padding:40px 20px}.shp-page .shp-specs-wrapper .shp-specs-title{font-size:24px}.shp-page .shp-specs-wrapper .shp-specs-row{grid-template-columns:1fr;row-gap:4px;padding:var(--shp-row-pad-mob) 20px}.shp-page .shp-specs-wrapper .shp-specs-label{font-weight:700}}.shp-page .shp-swiper-wrapper{background-color:#000;padding:60px 24px;width:100%;box-sizing:border-box;position:relative}.shp-page .shp-swiper-wrapper,.shp-page .shp-swiper-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-swiper-wrapper *{box-sizing:border-box;margin:0;padding:0}.shp-page .shp-swiper-wrapper .shp-swiper-header{display:flex;align-items:center;justify-content:flex-end;gap:8px;max-width:1300px;margin:0 auto 24px}.shp-page .shp-swiper-wrapper .shp-swiper-arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;flex-shrink:0}.shp-page .shp-swiper-wrapper .shp-swiper-arrow:hover{background:#ffffff1a}.shp-page .shp-swiper-wrapper .shp-swiper-arrow svg{width:20px;height:20px}.shp-page .shp-swiper-wrapper .shp-swiper-track{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:var(--shp-card-gap);max-width:1300px;margin:0 auto;scrollbar-width:none}.shp-page .shp-swiper-wrapper .shp-swiper-track::-webkit-scrollbar{display:none}.shp-page .shp-swiper-wrapper .shp-swiper-slide{flex:0 0 var(--shp-slide-w);width:var(--shp-slide-w);scroll-snap-align:start}.shp-page .shp-swiper-wrapper .shp-swiper-img-wrap{position:relative;width:100%;aspect-ratio:8 / 5;overflow:hidden;border-radius:var(--shp-card-radius);border:1px solid rgba(255,255,255,.08);background-color:#0d0d0d}.shp-page .shp-swiper-wrapper .shp-swiper-img{width:100%;height:100%;object-fit:cover}.shp-page .shp-swiper-wrapper .shp-swiper-title{margin-top:20px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--shp-title-color)}.shp-page .shp-swiper-wrapper .shp-swiper-footer-line{max-width:1300px;margin:40px auto 0;border-top:1px solid rgba(255,255,255,.12)}.shp-page .shp-swiper-wrapper .shp-swiper-mobile-info{display:none}@media(max-width:768px){.shp-page .shp-swiper-wrapper{padding:40px 0}.shp-page .shp-swiper-wrapper .shp-swiper-header,.shp-page .shp-swiper-wrapper .shp-swiper-footer-line{display:none}.shp-page .shp-swiper-wrapper .shp-swiper-viewport{overflow:hidden;width:100%}.shp-page .shp-swiper-wrapper .shp-swiper-track{overflow-x:visible;scroll-snap-type:none;scroll-behavior:auto;gap:var(--shp-card-gap);padding:0 0 0 24px;touch-action:pan-y;will-change:transform;cursor:grab}.shp-page .shp-swiper-wrapper .shp-swiper-slide{flex:0 0 86%;width:86%}.shp-page .shp-swiper-wrapper .shp-swiper-img-wrap{aspect-ratio:4 / 5}.shp-page .shp-swiper-wrapper .shp-swiper-title{display:none}.shp-page .shp-swiper-wrapper .shp-swiper-mobile-info{display:flex;flex-direction:column;align-items:center;margin-top:16px;padding:0 24px;text-align:center}.shp-page .shp-swiper-wrapper .shp-swiper-mobile-title{font-size:.95rem;font-weight:700;letter-spacing:-.01em;color:var(--shp-title-color-mob)}.shp-page .shp-swiper-wrapper .shp-swiper-mobile-divider{margin-top:8px;width:40px;height:2px;border-radius:2px;background-color:var(--shp-title-color-mob)}}.shp-page .shp-warnings-wrapper{width:100%;box-sizing:border-box;background-color:var(--shp-bg);padding:60px 5%}.shp-page .shp-warnings-wrapper,.shp-page .shp-warnings-wrapper :is(h1,h2,h3,h4,h5,h6,p,span,li,a,button,input,select,textarea,strong,em,small,label,blockquote,td,th){font-family:var(--shp-font);text-transform:none}.shp-page .shp-warnings-wrapper *{box-sizing:border-box}.shp-page .shp-warnings-wrapper .shp-warnings-titlebar{max-width:900px;margin:0 auto 32px;background-color:var(--shp-bar-bg);border-radius:var(--shp-bar-radius);padding:var(--shp-bar-pad-y) var(--shp-bar-pad-x)}.shp-page .shp-warnings-wrapper .shp-warnings-title{color:var(--shp-title-color);font-weight:700;font-size:var(--shp-title-size);margin:0;text-align:var(--shp-title-align)}.shp-page .shp-warnings-wrapper .shp-warnings-subtitle{max-width:900px;margin:0 auto 24px;color:var(--shp-subtitle-color);font-size:16px;text-align:left}.shp-page .shp-warnings-wrapper .shp-warnings-list{max-width:900px;margin:0 auto}.shp-page .shp-warnings-wrapper .shp-warnings-item{color:var(--shp-item-color);font-size:var(--shp-item-size);line-height:var(--shp-item-lh);margin:0 0 var(--shp-item-gap);text-align:left}.shp-page .shp-warnings-wrapper .shp-warnings-item:last-child{margin-bottom:0}@media(max-width:768px){.shp-page .shp-warnings-wrapper{padding:40px 20px}.shp-page .shp-warnings-wrapper .shp-warnings-titlebar{padding:16px 18px}.shp-page .shp-warnings-wrapper .shp-warnings-title{font-size:var(--shp-title-size-mob)}.shp-page .shp-warnings-wrapper .shp-warnings-item{font-size:var(--shp-item-size-mob)}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/shp-builder.css.map */
