.process-steps{background:var(--section-bg, #FFFFFF);position:relative;overflow:hidden;padding-top:2rem}@media screen and (min-width: 768px){.process-steps{padding-top:3rem}}@media screen and (min-width: 990px){.process-steps{padding-top:4rem}}.process-steps__container{max-width:1400px;margin:0 auto;padding:0 1rem}@media screen and (min-width: 768px){.process-steps__container{padding:0 1.5rem}}.process-steps__header{text-align:center;margin-bottom:2.5rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) backwards}@media screen and (min-width: 768px){.process-steps__header{margin-bottom:3.5rem}}@media screen and (min-width: 990px){.process-steps__header{margin-bottom:4rem}}.process-steps__heading{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--text-color, #0E1B4D);margin:0 0 1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.process-steps__subheading{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:#0e1b4db3;max-width:600px;margin:0 auto;font-weight:400}.process-steps__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:0 auto;max-width:1200px}@media screen and (min-width: 768px){.process-steps__grid{grid-template-columns:repeat(3,1fr);gap:3.5rem}}@media screen and (min-width: 990px){.process-steps__grid{gap:4rem}}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.16,1,.3,1)}.process-step.is-visible{opacity:1;transform:translateY(0)}@media (hover: hover){.process-step{cursor:default}.process-step:hover .process-step__number{transform:scale(1.1);background:linear-gradient(135deg,#1978c6,#1565b0);box-shadow:0 12px 40px #1978c64d}.process-step:hover .process-step__number span{color:#fff}.process-step:hover .process-step__title{color:#1978c6}}.process-step__number{width:70px;height:70px;border-radius:50%;background:#fff;border:3px solid var(--step-color, #0E1B4D);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;z-index:1;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #0e1b4d1a}@media screen and (min-width: 768px){.process-step__number{width:80px;height:80px;margin-bottom:1.5rem}}@media screen and (min-width: 990px){.process-step__number{width:100px;height:100px;margin-bottom:2rem}}.process-step__number span{font-size:2rem;font-weight:700;color:var(--step-color, #0E1B4D);line-height:1;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;transition:color .4s cubic-bezier(.16,1,.3,1)}@media screen and (min-width: 768px){.process-step__number span{font-size:2.5rem}}@media screen and (min-width: 990px){.process-step__number span{font-size:3rem}}.process-step__content{max-width:100%}.process-step__icon{margin-bottom:1rem;opacity:.8}.process-step__icon svg{width:48px;height:48px;fill:var(--step-color, #0E1B4D)}.process-step__title{font-size:1.25rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--text-color, #0E1B4D);margin:0 0 .75rem;line-height:1.2;-webkit-font-smoothing:antialiased;transition:color .3s cubic-bezier(.16,1,.3,1)}@media screen and (min-width: 768px){.process-step__title{font-size:1.5rem;margin-bottom:1rem}}@media screen and (min-width: 990px){.process-step__title{font-size:1.875rem;margin-bottom:1.25rem}}.process-step__description{font-size:.875rem;line-height:1.55;color:#0e1b4db3;margin:0;font-weight:400;-webkit-font-smoothing:antialiased}@media screen and (min-width: 768px){.process-step__description{font-size:.9375rem;line-height:1.65}}@media screen and (min-width: 990px){.process-step__description{font-size:1.0625rem;line-height:1.7}}.process-step__description p{margin:0 0 .75rem}.process-step__description p:last-child{margin-bottom:0}.process-steps__cta{margin-top:2.5rem;text-align:center;animation:fadeInUp .8s .3s cubic-bezier(.16,1,.3,1) backwards}@media screen and (min-width: 768px){.process-steps__cta{margin-top:3.5rem}}@media screen and (min-width: 990px){.process-steps__cta{margin-top:5rem}}.process-steps__button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 3rem;font-size:1.0625rem;font-weight:600;text-decoration:none;color:#fff;background:linear-gradient(135deg,#1978c6,#1565b0);border-radius:50px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #1978c64d;letter-spacing:.02em;text-transform:uppercase;position:relative;overflow:hidden}.process-steps__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.process-steps__button:hover:before{left:100%}@media (hover: hover){.process-steps__button:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1978c666}.process-steps__button:active{transform:translateY(0)}}@media screen and (min-width: 768px){.process-steps__grid{position:relative}.process-steps__grid:before{content:"";position:absolute;top:40px;left:16.66%;right:16.66%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(25,120,198,.2) 10%,rgba(25,120,198,.2) 90%,transparent 100%);z-index:0}@media screen and (min-width: 990px){.process-steps__grid:before{top:50px}}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-padding{padding-top:60px;padding-bottom:60px}@media screen and (min-width: 990px){.section-padding{padding-top:80px;padding-bottom:80px}}@media (prefers-reduced-motion: reduce){.process-step,.process-steps__header,.process-steps__cta,.process-step__number,.process-step__title{animation:none!important;transition:none!important}.process-step{opacity:1;transform:none}}@media (prefers-contrast: high){.process-step__number{border-width:4px}.process-step__description{color:var(--text-color, #0E1B4D)}}@media print{.process-steps{background:#fff!important}.process-step{opacity:1;transform:none;page-break-inside:avoid}.process-steps__button{display:none}}.process-steps__button:focus-visible{outline:3px solid #1978C6;outline-offset:4px}@media screen and (max-width: 767px){.process-step{padding:.5rem;min-height:auto;justify-content:flex-start}.process-steps__button{width:100%;max-width:400px;padding:.875rem 2rem;font-size:1rem}}.process-step:not(.is-visible){pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-process-steps.css.map */
