:root{--main: #08436f;--main1: #0067a5;--main2: #0d1029;--black: #000;--light-black: #161515;--body: #fff8f0;--gray: #f9f9f9;--light: #fafafc;--white: #fff}.b-steps__grid{display:grid;gap:32px;align-items:flex-start}.b-steps__grid--columns-2{grid-template-columns:repeat(2, 1fr)}.b-steps__grid--columns-3{grid-template-columns:repeat(3, 1fr)}.b-steps__grid--columns-4{grid-template-columns:repeat(4, 1fr)}.b-steps__grid--columns-5{grid-template-columns:repeat(5, 1fr)}.b-steps__grid:not([class*="--columns-"]){grid-template-columns:repeat(3, 1fr)}.b-steps__item{position:relative}.b-steps__item:not(:last-child)::after{content:"";position:absolute;height:2px;width:50%;left:80%;top:30px;border-top:2px dashed var(--main);pointer-events:none;z-index:999999}.b-steps__grid--columns-2 .b-steps__item:nth-child(2n)::after{display:none}.b-steps__grid--columns-3 .b-steps__item:nth-child(3n)::after{display:none}.b-steps__grid--columns-4 .b-steps__item:nth-child(4n)::after{display:none}.b-steps__grid--columns-5 .b-steps__item:nth-child(5n)::after{display:none}.b-steps__content{display:flex;flex-direction:column;gap:0;height:100%;justify-content:space-between;align-items:center;position:relative}.b-steps__top{display:flex;flex-direction:column;gap:28px;align-items:center;width:100%;flex:1}.b-steps__number{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:500px;padding:5px 23px;box-sizing:border-box;flex-shrink:0;position:relative;background-color:var(--main);box-shadow:0px 4px 10px rgba(0,0,0,.03)}.b-steps__number span{color:var(--white)}.b-steps__number span{font-family:"Satoshi",sans-serif;font-weight:700;font-size:32px;line-height:1.4;text-align:center;white-space:nowrap}.b-steps__text{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center;width:100%;flex:1}.b-steps__title{color:var(--black);margin:0;width:100%;min-width:0;font-size:18px}.b-steps__desc{font-family:"Satoshi",sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:rgba(var(--black), 0.8);margin:0;max-width:280px}@media only screen and (max-width: 998px){.b-steps{padding:40px 0}.b-steps__grid{gap:10px}.b-steps__item{min-height:auto}.b-steps__item::after{display:none}.b-steps__content{min-height:auto;gap:32px}}@media only screen and (max-width: 768px){.b-steps{padding:32px 0}.b-steps__grid{grid-template-columns:1fr;gap:40px}.b-steps__top{gap:24px}.b-steps__title{font-size:24px}.b-steps__desc{font-size:14px}.b-steps__button{width:100%;max-width:280px}}.acf-block-preview .b-steps{border:1px dashed rgba(var(--main), 0.4);padding:20px;border-radius:0px}/*# sourceMappingURL=steps.min.css.map */