.gm3d-assurance{color:var(--gm3d-assurance-text);background:var(--gm3d-assurance-bg)}.gm3d-assurance *,.gm3d-assurance *:before,.gm3d-assurance *:after{box-sizing:border-box}.gm3d-assurance__inner{width:min(1380px,calc(100% - 48px));margin:0 auto;padding:clamp(62px,7vw,96px) 0}.gm3d-assurance__header{max-width:760px;margin-bottom:34px}.gm3d-assurance__header p{margin:0 0 12px;color:var(--gm3d-assurance-accent);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.gm3d-assurance__header h2{margin:0;color:inherit;font-size:clamp(2.3rem,4vw,4.6rem);font-weight:760;letter-spacing:-.055em;line-height:.98}.gm3d-assurance__grid{display:grid;grid-template-columns:repeat(var(--gm3d-assurance-columns),minmax(0,1fr));border:1px solid color-mix(in srgb,var(--gm3d-assurance-text) 12%,transparent);border-radius:20px;overflow:hidden}.gm3d-assurance__item{min-height:210px;padding:clamp(24px,3vw,38px);border-right:1px solid color-mix(in srgb,var(--gm3d-assurance-text) 12%,transparent);display:flex;flex-direction:column;justify-content:space-between;gap:36px}.gm3d-assurance__item:last-child{border-right:0}.gm3d-assurance__item>span{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--gm3d-assurance-accent);font-size:.75rem;font-weight:800}.gm3d-assurance__item h3{margin:0;color:inherit;font-size:1.28rem;font-weight:740;letter-spacing:-.025em}.gm3d-assurance__item p{margin:9px 0 0;color:color-mix(in srgb,var(--gm3d-assurance-text) 62%,transparent);line-height:1.55}.gm3d-assurance__link{display:inline-flex;align-items:center;gap:10px;margin-top:26px;color:inherit;font-weight:760;text-decoration:none}.gm3d-assurance__link span{transition:transform .18s ease}.gm3d-assurance__link:hover span{transform:translate(4px)}@media(max-width:989px){.gm3d-assurance__inner{width:min(100% - 32px,760px)}.gm3d-assurance__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gm3d-assurance__item:nth-child(2n){border-right:0}.gm3d-assurance__item:nth-child(-n+2){border-bottom:1px solid color-mix(in srgb,var(--gm3d-assurance-text) 12%,transparent)}}@media(max-width:560px){.gm3d-assurance__grid{grid-template-columns:1fr}.gm3d-assurance__item,.gm3d-assurance__item:nth-child(2n){min-height:auto;border-right:0;border-bottom:1px solid color-mix(in srgb,var(--gm3d-assurance-text) 12%,transparent)}.gm3d-assurance__item:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.gm3d-assurance__link span{transition:none}}.gm3d-faq{color:var(--gm3d-faq-text);background:var(--gm3d-faq-bg)}.gm3d-faq *,.gm3d-faq *:before,.gm3d-faq *:after{box-sizing:border-box}.gm3d-faq__inner{width:min(1380px,calc(100% - 48px));margin:0 auto;padding:clamp(72px,9vw,124px) 0;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(52px,8vw,116px)}.gm3d-faq__header{align-self:start;position:sticky;top:132px}.gm3d-faq__header>p{margin:0 0 14px;color:var(--gm3d-faq-accent);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.gm3d-faq__header h2{margin:0;color:inherit;font-size:clamp(2.6rem,4.8vw,5.2rem);font-weight:760;letter-spacing:-.06em;line-height:.96}.gm3d-faq__body{max-width:520px;margin-top:24px;color:color-mix(in srgb,var(--gm3d-faq-text) 64%,transparent);line-height:1.65}.gm3d-faq__body p{margin:0}.gm3d-faq__link{display:inline-flex;align-items:center;gap:9px;margin-top:24px;color:inherit;font-weight:760;text-decoration:none}.gm3d-faq__items{border-top:1px solid color-mix(in srgb,var(--gm3d-faq-text) 14%,transparent)}.gm3d-faq__item{border-bottom:1px solid color-mix(in srgb,var(--gm3d-faq-text) 14%,transparent)}.gm3d-faq__item summary{min-height:84px;padding:22px 2px;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;font-size:clamp(1.15rem,1.8vw,1.5rem);font-weight:730;letter-spacing:-.025em}.gm3d-faq__item summary::-webkit-details-marker{display:none}.gm3d-faq__plus{width:22px;height:22px;flex:0 0 22px;position:relative}.gm3d-faq__plus:before,.gm3d-faq__plus:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;background:var(--gm3d-faq-accent);transform:translate(-50%,-50%);transition:transform .18s ease}.gm3d-faq__plus:after{transform:translate(-50%,-50%) rotate(90deg)}.gm3d-faq__item[open] .gm3d-faq__plus:after{transform:translate(-50%,-50%) rotate(0)}.gm3d-faq__answer{max-width:720px;padding:0 48px 28px 2px;color:color-mix(in srgb,var(--gm3d-faq-text) 65%,transparent);line-height:1.7}.gm3d-faq__answer p{margin-top:0}@media(max-width:989px){.gm3d-faq__inner{width:min(100% - 32px,760px);grid-template-columns:1fr;gap:44px;padding:72px 0}.gm3d-faq__header{position:static}}@media(prefers-reduced-motion:reduce){.gm3d-faq__plus:before,.gm3d-faq__plus:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/32/compiled_assets/styles.css.map?subset=AABI */
