@font-face {
  font-family: "Kaushan";
  src: url("/assets/fonts/KaushanScript-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
.roadMapBg {
  padding: 32px;
  width: 100%;
  background-image: url("../../assets/images/start_roadmap.png");
  background-repeat: no-repeat;
  gap: 30px;
  border-radius: 8px;
}
.roadMapBg h2 {
  width: 100%;
  color: #464849;
  font-family: "Bold" !important;
  font-size: 31px !important;
  line-height: 37.2px !important;
}
.roadMapBg .startStepCard-bottom {
  width: 100%;
  border-radius: 5px;
  row-gap: 30px;
  -moz-column-gap: 11px;
       column-gap: 11px;
  height: auto;
}
.roadMapBg .startStepCard-bottom .startStep-cover {
  width: 361px !important;
  height: 250px;
}
.roadMapBg .startStepCard-bottom .startStep-cover .startStep {
  width: 315px;
  height: 250px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  gap: 12px;
  border-radius: 10px;
  border: 2px dotted #137fc3;
  position: relative;
  background: #ffffff;
}
.roadMapBg .startStepCard-bottom .startStep-cover .startStep .startStep-icon {
  width: 100px;
  height: 100px;
}
.roadMapBg .startStepCard-bottom .startStep-cover .startStep .startStep-title {
  color: #003864;
  font-family: "Bold" !important;
  font-size: 14px !important;
  line-height: 16.66px !important;
}
.roadMapBg .startStepCard-bottom .startStep-cover .startStep .startStep-text {
  color: #003864;
  font-family: "Regular" !important;
  font-size: 14px !important;
  line-height: 16.66px !important;
}
.roadMapBg .startStepCard-bottom .startStep-cover .startStep .startStep-number-cover {
  position: absolute;
  left: 95.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 31px;
}
.roadMapBg .startStepCard-bottom .startStep-cover .startStep .startStep-number-cover .startStep-number {
  background: #ffffff;
  width: 31px;
  height: 31px;
  border-radius: 15.5px;
  border: 1.5px solid #003864;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: #003864;
}
.roadMapBg .startStepCard-bottom .startStep-cover .startStep .startStep-number-cover .startStep-arrow {
  position: relative;
}

@media (max-width: 768px) {
  .roadMapBg {
    padding: 30px 0px;
    width: 100% !important;
  }
  .roadMapBg .startStepCard-bottom {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    padding-inline: 32px;
  }
  .roadMapBg .startStepCard-bottom .startStep-cover {
    width: 261px;
    height: 260px;
  }
  .roadMapBg .startStepCard-bottom .startStep-cover .startStep {
    width: 215px;
    height: 260px;
  }
  .roadMapBg .startStepCard-bottom .startStep-cover .startStep .startStep-number-cover {
    left: 93%;
  }
}/*# sourceMappingURL=startRoadMap.css.map */