.machex-how-required{position:relative;width:100%;overflow:hidden;padding-top:var(--mhr-padding-top-desktop, 100px);padding-bottom:var(--mhr-padding-bottom-desktop, 100px);background:var(--mhr-background, #ffffff)}.machex-how-required *,.machex-how-required *:before,.machex-how-required *:after{box-sizing:border-box}.machex-how-required__container{width:min(calc(100% - 48px),var(--mhr-container-width, 1600px));margin-inline:auto}.machex-how-required__header{width:100%;max-width:850px;margin-bottom:50px}.machex-how-required--align-center .machex-how-required__header{margin-right:auto;margin-left:auto;text-align:center}.machex-how-required__eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--mhr-accent, #0755c9);font-size:11px;font-weight:800;line-height:1.3;letter-spacing:.16em;text-transform:uppercase}.machex-how-required--align-center .machex-how-required__eyebrow{justify-content:center}.machex-how-required__eyebrow-line{display:block;width:44px;height:2px;background:currentColor}.machex-how-required__heading{margin:0;color:var(--mhr-heading, #071b42);font-size:clamp(38px,4vw,62px);font-weight:780;line-height:1.06;letter-spacing:-.05em;text-wrap:balance}.machex-how-required__heading strong,.machex-how-required__heading em{color:var(--mhr-accent, #0755c9);font-style:normal;font-weight:inherit}.machex-how-required__description{max-width:760px;margin-top:22px;color:var(--mhr-text, #5f6b7a);font-size:clamp(15px,1.05vw,17px);line-height:1.8}.machex-how-required--align-center .machex-how-required__description{margin-right:auto;margin-left:auto}.machex-how-required__description p{margin:0}.machex-how-required__grid{display:grid;grid-template-columns:repeat(var(--mhr-columns-desktop, 3),minmax(0,1fr));gap:20px}.machex-how-required__card{position:relative;display:grid;grid-template-columns:60px minmax(0,1fr);align-items:start;gap:18px;min-width:0;min-height:180px;padding:25px;overflow:hidden;border:1px solid var(--mhr-border, #dfe5ec);border-radius:var(--mhr-card-radius, 14px);background:var(--mhr-card-background, #f7f9fc);box-shadow:0 10px 28px #071b420a;transition:transform .24s ease,border-color .24s ease,background-color .24s ease,box-shadow .24s ease;isolation:isolate}.machex-how-required__card:before{content:"";position:absolute;z-index:-1;right:-65px;bottom:-65px;width:150px;height:150px;border-radius:50%;background:color-mix(in srgb,var(--mhr-accent, #0755c9) 5%,transparent);transition:transform .26s ease}.machex-how-required__card:after{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background:var(--mhr-accent, #0755c9);transform:scaleY(0);transform-origin:bottom;transition:transform .24s ease}.machex-how-required__card:hover{border-color:color-mix(in srgb,var(--mhr-accent, #0755c9) 32%,var(--mhr-border, #dfe5ec));background:#fff;box-shadow:0 20px 46px #071b421a;transform:translateY(-5px)}.machex-how-required__card:hover:before{transform:scale(1.15)}.machex-how-required__card:hover:after{transform:scaleY(1)}.machex-how-required__card--highlighted{border-color:transparent;background:var(--mhr-heading, #071b42);box-shadow:0 20px 48px #071b422e}.machex-how-required__card--highlighted:before{background:color-mix(in srgb,var(--mhr-accent, #0755c9) 23%,transparent)}.machex-how-required__card--highlighted:after{transform:scaleY(1)}.machex-how-required__card--highlighted:hover{border-color:transparent;background:var(--mhr-heading, #071b42)}.machex-how-required__icon{display:flex;width:60px;height:60px;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border:1px solid color-mix(in srgb,var(--mhr-accent, #0755c9) 16%,transparent);border-radius:12px;background:var(--mhr-icon-background, #edf4ff);color:var(--mhr-accent, #0755c9);transition:background-color .22s ease,color .22s ease,transform .22s ease}.machex-how-required__icon svg{width:36px;height:36px}.machex-how-required__custom-icon{width:100%;height:100%;padding:10px;object-fit:contain}.machex-how-required__card:hover .machex-how-required__icon{background:var(--mhr-accent, #0755c9);color:#fff;transform:translateY(-3px)}.machex-how-required__card--highlighted .machex-how-required__icon{border-color:#ffffff24;background:color-mix(in srgb,var(--mhr-accent, #0755c9) 32%,transparent);color:#fff}.machex-how-required__card-content{min-width:0}.machex-how-required__card-eyebrow{display:block;margin-bottom:7px;color:var(--mhr-accent, #0755c9);font-size:8px;font-weight:800;line-height:1.3;letter-spacing:.13em;text-transform:uppercase}.machex-how-required__card-title{margin:0;color:var(--mhr-card-heading, #071b42);font-size:clamp(18px,1.3vw,23px);font-weight:760;line-height:1.2;letter-spacing:-.03em;text-wrap:balance}.machex-how-required__card-description{margin-top:10px;color:var(--mhr-card-text, #5f6b7a);font-size:12.5px;line-height:1.7}.machex-how-required__card-description p{margin:0}.machex-how-required__card--highlighted .machex-how-required__card-eyebrow{color:color-mix(in srgb,var(--mhr-accent, #0755c9) 55%,#ffffff)}.machex-how-required__card--highlighted .machex-how-required__card-title{color:#fff}.machex-how-required__card--highlighted .machex-how-required__card-description{color:#c7d1df}.machex-how-required__number{position:absolute;top:14px;right:16px;color:color-mix(in srgb,var(--mhr-accent, #0755c9) 13%,transparent);font-size:28px;font-weight:850;line-height:1;letter-spacing:-.06em}.machex-how-required__card--highlighted .machex-how-required__number{color:#ffffff14}.machex-how-required__note{position:relative;display:flex;width:min(100%,980px);align-items:flex-start;gap:16px;margin:36px auto 0;padding:22px 26px;overflow:hidden;border-radius:12px;background:var(--mhr-note-background, #071b42);box-shadow:0 18px 44px #071b4226}.machex-how-required__note:after{content:"";position:absolute;top:-55px;right:-55px;width:140px;height:140px;border-radius:50%;background:color-mix(in srgb,var(--mhr-accent, #0755c9) 24%,transparent)}.machex-how-required__note-icon{position:relative;z-index:1;display:flex;width:30px;height:30px;flex:0 0 auto;align-items:center;justify-content:center;color:var(--mhr-accent, #0755c9)}.machex-how-required__note-icon svg{width:26px;height:26px}.machex-how-required__note-text{position:relative;z-index:1;color:var(--mhr-note-text, #d6deea);font-size:13px;line-height:1.7}.machex-how-required__note-text p{margin:0}.machex-how-required .rte>:first-child{margin-top:0}.machex-how-required .rte>:last-child{margin-bottom:0}@media screen and (min-width:1600px){.machex-how-required__grid{gap:24px}.machex-how-required__card{min-height:190px;padding:28px}}@media screen and (max-width:1199px){.machex-how-required__grid{gap:16px}.machex-how-required__card{grid-template-columns:54px minmax(0,1fr);gap:15px;padding:22px}.machex-how-required__icon{width:54px;height:54px}.machex-how-required__icon svg{width:32px;height:32px}}@media screen and (max-width:989px){.machex-how-required__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.machex-how-required{padding-top:var(--mhr-padding-top-mobile, 65px);padding-bottom:var(--mhr-padding-bottom-mobile, 70px)}.machex-how-required__container{width:calc(100% - 32px)}.machex-how-required__header{margin-bottom:34px}.machex-how-required__eyebrow{margin-bottom:15px;font-size:10px}.machex-how-required__eyebrow-line{width:34px}.machex-how-required__heading{font-size:clamp(33px,9vw,46px);line-height:1.08}.machex-how-required__description{margin-top:18px;font-size:15px;line-height:1.72}.machex-how-required__grid{grid-template-columns:repeat(var(--mhr-columns-mobile, 1),minmax(0,1fr));gap:14px}.machex-how-required__card{min-height:0;grid-template-columns:52px minmax(0,1fr);gap:14px;padding:20px}.machex-how-required__card:hover{transform:none}.machex-how-required__icon{width:52px;height:52px}.machex-how-required__card-title{font-size:18px}.machex-how-required__card-description{font-size:12px}.machex-how-required__note{gap:13px;margin-top:26px;padding:19px}.machex-how-required__note-text{font-size:12px}}@media screen and (min-width:481px)and (max-width:749px){.machex-how-required[style*="--mhr-columns-mobile: 2"] .machex-how-required__card{grid-template-columns:minmax(0,1fr);padding:18px}.machex-how-required[style*="--mhr-columns-mobile: 2"] .machex-how-required__icon{width:50px;height:50px}}@media screen and (max-width:480px){.machex-how-required__container{width:calc(100% - 24px)}.machex-how-required__grid{grid-template-columns:minmax(0,1fr)}}@media(hover:none){.machex-how-required__card:hover,.machex-how-required__card:hover .machex-how-required__icon{transform:none}}@media(prefers-reduced-motion:reduce){.machex-how-required__card,.machex-how-required__card:before,.machex-how-required__card:after,.machex-how-required__icon{transition:none}.machex-how-required__card:hover,.machex-how-required__card:hover:before,.machex-how-required__card:hover .machex-how-required__icon{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/machex-how-it-works-required-information.css.map */
