@charset "UTF-8";
/*
|---------------------------------------------------------------
| TransForm 2026.02
|---------------------------------------------------------------
*/
.tf-solution-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.tf2602-pricings {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  grid-template-rows: auto minmax(0, 1fr);
  gap: 20px 40px;
}

.tf2602-pricing {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #E8EFF7;
  border-radius: 5px;
  /* overflow: hidden; */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 18px;
}
@media (min-width: 750.02px) {
  .tf2602-pricing {
    font-size: min(3.2vw, 24px);
  }
}
.tf2602-pricing__head {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  margin: 0;
  padding: 1em;
  color: #ffffff;
  background-color: rgba(4, 67, 134, 0.8);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.tf2602-pricing__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.5em 1.5em;
}

.tf2602-pricing-title {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 1.25em;
  font-weight: 900;
  text-align: center;
}

.tf2602-pricing-price {
  display: block;
  width: 100%;
  margin: 0.25em 0;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

.tf2602-pricing-summary {
  display: block;
  width: 100%;
  margin: 0.25em 0;
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
}

.tf2602-pricing-feature {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
}
.tf2602-pricing-feature ul {
  list-style: none;
  padding-left: 0;
}
.tf2602-pricing-feature ul li {
  display: block;
  line-height: 1.25;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}
.tf2602-pricing-feature ul li:not(:last-child) {
  margin-bottom: 1em;
}
.tf2602-pricing-feature ul li::before {
  content: "✓";
  color: #00AA2D;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.tf2602-pricing-feature small {
  font-size: max(14px, 0.67em);
}
