.numbered-cards-grid .row{--bs-gutter-x: 30px;--bs-gutter-y: 30px}.numbered-cards-grid .numbered-card-item{position:relative}.numbered-cards-grid .numbered-card{background-color:rgba(0,0,0,0);overflow:hidden}.numbered-cards-grid .numbered-card__top{background-color:#f5efe2;padding:50px 20px 54px;position:relative;margin-top:65px;flex-grow:1;display:flex;flex-direction:column;align-items:center}.numbered-cards-grid .numbered-card__circle-wrap{position:absolute;top:-65px;left:50%;transform:translateX(-50%);width:130px;height:130px;display:flex;align-items:center;justify-content:center;z-index:2}.numbered-cards-grid .numbered-card__arc{position:absolute;top:0;left:0;width:130px;height:65px;color:#ad841f;overflow:visible}.numbered-cards-grid .numbered-card__arc-path{stroke-dasharray:190;stroke-dashoffset:190}.numbered-cards-grid .numbered-card__circle{width:100px;height:100px;background-color:#003349;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:35px;font-style:normal;font-weight:800;line-height:45px;font-family:"Afacad Flux",sans-serif}.numbered-cards-grid .numbered-card__heading{color:#003349;font-size:clamp(24px,2.5vw,35px);font-weight:700;margin-top:15px;margin-bottom:15px;line-height:1.2857em}.numbered-cards-grid .numbered-card__content{color:#003349;font-size:18px;line-height:1.4444em}.numbered-cards-grid .numbered-card__content p{color:inherit;font-size:inherit}.numbered-cards-grid .numbered-card__content ul,.numbered-cards-grid .numbered-card__content ol{text-align:left}.numbered-cards-grid .numbered-card__content *:last-child{margin-bottom:0}@media(max-width: 991px){.numbered-cards-grid .numbered-card__content{font-size:16px}}.numbered-cards-grid .numbered-card__image img{height:100%;width:100%;object-fit:cover;aspect-ratio:338/190}.numbered-cards-grid .numbered-card-item.aos-animate .numbered-card__arc-path{animation:drawArc .8s ease-out forwards}.numbered-cards-grid .numbered-card-item:nth-child(1).aos-animate .numbered-card__arc-path{animation-delay:0.45s}.numbered-cards-grid .numbered-card-item:nth-child(2).aos-animate .numbered-card__arc-path{animation-delay:0.6s}.numbered-cards-grid .numbered-card-item:nth-child(3).aos-animate .numbered-card__arc-path{animation-delay:0.75s}.numbered-cards-grid .numbered-card-item:nth-child(4).aos-animate .numbered-card__arc-path{animation-delay:0.9s}.numbered-cards-grid .numbered-card-item:nth-child(5).aos-animate .numbered-card__arc-path{animation-delay:1.05s}.numbered-cards-grid .numbered-card-item:nth-child(6).aos-animate .numbered-card__arc-path{animation-delay:1.2s}.numbered-cards-grid .numbered-card-item:nth-child(7).aos-animate .numbered-card__arc-path{animation-delay:1.35s}.numbered-cards-grid .numbered-card-item:nth-child(8).aos-animate .numbered-card__arc-path{animation-delay:1.5s}@media(max-width: 767px){.numbered-cards-grid .numbered-card__top{padding-bottom:20px}}@keyframes drawArc{0%{stroke-dashoffset:190}100%{stroke-dashoffset:0}}