<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cost-wrap {
  font-size: 0;
  padding: 0 0 20px;
  margin: -5px -30px 0 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.cost-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 33.33%;
  padding: 0 30px 30px 0; }

.cost-item-in {
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f7f9;
  padding: 0 0 15px; }

.cost-item-title-wrap {
  position: relative;
  background: #00a66f;
  padding: 21px 15px 29px 70px; }

.cost-item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1; }

.cost-item-price {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 8px 0 0; }

.cost-item-number {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  position: absolute;
  width: 65px;
  text-align: center;
  top: 18px;
  left: 11px;
  line-height: 1; }

.cost-item-image {
  margin: 0 0 6px; }
  .cost-item-image img {
    max-width: 100%; }

.cost-item-text {
  color: #000;
  font-size: 15px; }
  .cost-item-text p:first-child {
    margin-top: 0; }
    .cost-item-text p:last-child {
      margin-bottom: 0; }
  .cost-item-text ul.cost-price {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .cost-item-text ul.cost-price li {
      border-top: 1px solid #c4c6c7;
      padding: 8px 20px 11px; }
      .cost-item-text ul.cost-price li:first-child {
        border-top: 0; }
      .cost-item-text ul.cost-price li strong {
        font-weight: 600;
        text-transform: uppercase; }

@media (max-width: 1160px) {
  .cost-wrap {
    margin-right: -20px; }

  .cost-item {
    padding: 0 20px 20px 0; }

  .cost-item-number {
    left: 0;
    width: 60px; }

  .cost-item-title-wrap {
    padding: 16px 15px 20px 57px; }

  .cost-item-title {
    font-size: 17px; }

  .cost-item-number {
    font-size: 40px;
    top: 14px; } }

@media (max-width: 960px) {
  .cost-item {
    width: 50%; } }

@media (max-width: 640px) {
  .cost-item {
    width: 100%; } }
</pre></body></html>