.step-by-step-wrapper {
  margin-bottom: 16px;
  font-family: "Inter";
  container-type: inline-size;
  margin-bottom: 16px;
}
.step-by-step-wrapper .step-by-step-slider {
  padding: 0;
}
.step-by-step-wrapper .step-by-step-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  align-items: stretch;
}
@container (min-width: 660px) {
  .step-by-step-wrapper .step-by-step-list {
    transform: none !important;
  }
}
@container (max-width: 660px) {
  .step-by-step-wrapper .step-by-step-list {
    grid-template-columns: repeat(3, 300px);
  }
}
.step-by-step-wrapper .step-by-step-list .step-by-step-li {
  padding: 15px 16px 16px;
  border-radius: 8px;
  border: 1px solid #014948;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-li:nth-child(2) {
  border-color: #F93801;
  background: #F5F5F5;
}
@container (max-width: 750px) {
  .step-by-step-wrapper .step-by-step-list .step-by-step-li {
    padding: 15px 14px 16px;
  }
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  height: 100%;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item .step-by-step-image-wrapper {
  border-radius: 110px;
  background: rgba(249, 56, 1, 0.1);
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item .step-by-step-item-title {
  color: #000;
  text-align: center;
  font-family: "Intro Black Alt";
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -1px;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item .step-by-step-item-text {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item .step-by-step-register-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  color: #FFF;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 700;
  background-color: #F93801;
  border-radius: 56px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: #F93801;
  padding: 12px 12px 13px;
  line-height: 15px;
  width: 100%;
  max-width: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  gap: 8px;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item .step-by-step-register-link:hover {
  background-color: #014948;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item .step-by-step-register-link:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}
.step-by-step-wrapper .step-by-step-list .step-by-step-item .step-by-step-register-link .step-by-step-register-icon {
  transform: translateX(5px);
}

/*# sourceMappingURL=step-by-step.css.map */
