@media only screen and (max-width: 760px) {
}.bg-gray .cards-holder {
  --cbgn: var(--cbgl);
}
.tf-cards {
  margin: 10rem auto;
  width: 100%;
  max-width: var(--gutenmaxwidth);
}
@media only screen and (max-width: 1040px) {
  .tf-cards {
    margin: 7rem auto;
  }
}
@media only screen and (max-width: 760px) {
  .tf-cards {
    margin: 4rem auto;
  }
}
.tf-cards.tf-cards-archive {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--gutenmaxwidth);
}
.tf-cards .tf-cards_inner {
  width: 100%;
}
.tf-cards .tf-cards_inner .maintxtholder {
  width: 100%;
  max-width: 960px;
}
.tf-cards .tf-cards_inner .maintxtholder > .txtholder {
  width: 100%;
}
.tf-cards .tf-cards_inner .maintxtholder > .txtholder > *:first-child {
  margin-top: 0 !important;
}
.tf-cards .tf-cards_inner .maintxtholder > .txtholder > *:last-child {
  margin-bottom: 0 !important;
}
.tf-cards .tf-cards_inner .maintxtholder > .txtholder > *:nth-last-child(2):is(.tf-block) {
  margin-bottom: 0 !important;
}
.tf-cards .tf-cards_inner .cards-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  width: calc(100% + var(--box-margin));
  margin: 0 calc(-1 * (var(--box-margin) / 2));
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder {
    padding-top: 0px;
  }
}
.tf-cards .tf-cards_inner .cards-holder.onerow .card-item {
  width: 100%;
}
.tf-cards .tf-cards_inner .cards-holder.tworow .card-item {
  width: 50%;
}
@media only screen and (max-width: 840px) {
  .tf-cards .tf-cards_inner .cards-holder.tworow .card-item {
    width: 100%;
  }
}
.tf-cards .tf-cards_inner .cards-holder.threerow .card-item {
  width: 33.3333%;
}
@media only screen and (max-width: 1040px) {
  .tf-cards .tf-cards_inner .cards-holder.threerow .card-item {
    width: 50%;
  }
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder.threerow .card-item {
    width: 100%;
  }
}
.tf-cards .tf-cards_inner .cards-holder.fourrow .card-item {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  .tf-cards .tf-cards_inner .cards-holder.fourrow .card-item {
    width: 50%;
  }
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder.fourrow .card-item {
    width: 100%;
  }
}
.tf-cards .tf-cards_inner .cards-holder .card-item {
  padding: calc(var(--box-margin) / 2);
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: var(--cbgn);
  text-decoration: none;
  overflow: hidden;
  border-radius: var(--bigradius);
  -webkit-transition: 500ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: 500ms cubic-bezier(0.5, 1, 0.89, 1);
  position: relative;
  top: 0;
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top {
  width: 100%;
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .imgholder {
  width: 100%;
  position: relative;
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .imgholder::after {
  content: "";
  display: block;
  padding-top: 66%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .imgholder::after {
    padding-top: 56%;
  }
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .imgholder::after {
    padding-top: 50%;
  }
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .imgholder img {
  position: absolute;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .imgholder .iconholder {
  position: absolute;
  background: var(--cbgn);
  z-index: 3;
  font-size: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--cfontd-lock);
  border-radius: 15px 15px 0 0;
  width: 60px;
  height: 60px;
  bottom: -1px;
  left: 20px;
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .imgholder .iconholder {
    width: 50px;
    height: 50px;
    font-size: 1.375rem;
    border-radius: 8px 8px 0 0;
  }
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder {
  width: 100%;
  padding: var(--box-padding);
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder h2 {
  font-size: var(--hs-size);
  font-family: var(--raleway);
  font-weight: var(--medium);
  color: var(--cfontd);
  line-height: 1.2;
  font-weight: var(--bold);
  color: var(--cfontd-lock);
  margin: 0 !important;
  -webkit-transition: 500ms ease-in-out all;
  transition: 500ms ease-in-out all;
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder .funcdate {
  width: 100%;
  font-family: var(--raleway);
  font-size: var(--pm-size);
  line-height: 2;
  color: var(--cfont);
  color: var(--cfont-lock);
  margin: 5px 0 -5px 0;
  -webkit-transition: 500ms ease-in-out all;
  transition: 500ms ease-in-out all;
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder .funcdate .fa-light {
  font-size: 0.938rem;
  margin-right: 5px;
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder .funcdate span {
  display: inline-block;
  margin-right: 10px;
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder .theexcerpt,
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder .thetext {
  font-family: var(--raleway);
  font-size: var(--pm-size);
  line-height: 2;
  color: var(--cfont);
  color: var(--cfont-lock);
  margin-top: 24px;
  display: inline-block;
  overflow: hidden;
  max-height: 100px;
  -webkit-transition: 500ms ease-in-out all;
  transition: 500ms ease-in-out all;
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder .theexcerpt,
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .top .txtholder .thetext {
    display: none;
  }
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .bottom {
  width: 100%;
  margin-top: -10px;
  padding: 0 var(--box-padding) var(--box-padding) var(--box-padding);
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .bottom {
    margin-top: 0;
  }
}
.tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .bottom .readmore {
  padding: 12px 28px;
}
@media only screen and (max-width: 760px) {
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .bottom .readmore {
    min-height: 38px;
    padding: 8px 28px;
    font-size: 0.875rem;
  }
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .bottom .readmore reader {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .tf-cards .tf-cards_inner .cards-holder .card-item .card-item_inner .bottom .readmore {
    width: 100%;
  }
}
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:hover,
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:active {
  top: -10px;
}
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:hover .top .txtholder .funcdate,
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:active .top .txtholder .funcdate,
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:hover .top .txtholder .theexcerpt,
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:active .top .txtholder .theexcerpt,
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:hover .top .txtholder h2,
.tf-cards .tf-cards_inner .cards-holder .card-item a.card-item_inner:active .top .txtholder h2 {
  color: var(--clink-lock);
}
