.pb-custom-60 {
  padding-bottom: clamp(1em, 5vw + 1em, 60px);
}

.price-crd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  color: #0E1726;
  border-radius: 15px;
  padding: clamp(1.5em, 4vw + 0.5em, 2.5em);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.price-crd:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f3f3f3;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  isolation: isolate;
}
.price-crd:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
}
.price-crd:hover:before {
  height: 100%;
}
.price-crd:hover .price-crd {
  color: #fff;
}
.price-crd__row {
  max-width: 1162px;
  margin: 0 auto;
  row-gap: 1.5em;
}
.price-crd__head {
  padding-bottom: clamp(2em, 4vw + 0.5em, 40px);
}
.price-crd__head .price-crd__title {
  font-size: clamp(1rem, 4vw + 0.5em, 32px);
  margin-bottom: clamp(0.5em, 2vw + 0.5em, 12px);
  line-height: 1.25;
  color: #0E1726;
}
.price-crd__head .price-crd__price {
  font-size: clamp(1rem, 3vw + 0.5em, 48px);
  line-height: 1.1666666667;
  color: #0E1726;
}
.price-crd__head p {
  font-size: clamp(0.9rem, 2vw + 0.5em, 1rem);
  line-height: 1.5;
  color: #0E1726;
}
.price-crd__head .price-crd__btn {
  font-size: clamp(0.8rem, 2vw + 0.5em, 15px);
  line-height: 1.5;
  color: #ffffff;
  border-radius: 8px;
  background-color: #091F2C;
  line-height: 1.4666666667;
  padding-inline: clamp(1em, 4vw + 0.5em, 58px);
  padding-block: clamp(1em, 4vw + 0.5em, 15px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price-crd__head .price-crd__btn:hover {
  background-color: #cc007a !important;
  color: #ffffff;
}
.price-crd__body h5 {
  font-size: clamp(0.9rem, 4vw + 0.5em, 1rem);
  line-height: 1.5;
  color: #0E1726;
  font-weight: 500;
  margin-bottom: 1em;
}
.price-crd__body ul {
  padding-left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.price-crd__body ul li {
  font-size: clamp(0.9rem, 2vw + 0.5em, 1rem);
  line-height: 1.5;
  color: #0E1726;
}
.price-crd__footer {
  margin-top: auto;
}
.price-crd__footer p {
  margin-bottom: 0;
}
.price-crd__free .price-crd__title {
  margin-bottom: clamp(0.5em, 2vw + 0.5em, 12px);
}
.price-crd__free .price-crd__price {
  margin-bottom: clamp(0.5em, 2vw + 0.5em, 12px);
}
.price-crd__free .price-crd__head p {
  margin-bottom: clamp(1.5em, 4vw + 0.5em, 40px);
}
.price-crd__premium .price-crd__head span {
  font-size: clamp(0.7rem, 2vw + 0.5em, 14px);
  line-height: 1.4285714286;
  margin-bottom: clamp(0.5em, 2vw + 0.5em, 18px);
  display: block;
}
.price-crd__premium .price-crd__head p {
  max-width: 20ch;
}