@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@-webkit-keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@-webkit-keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@-webkit-keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@-webkit-keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.tcl-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 200px;
  border-radius: 23px;
  background: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  -webkit-box-shadow: -4px 4px 10px 0px #4A55C2;
          box-shadow: -4px 4px 10px 0px #4A55C2;
}
.tcl-post-card__image {
  width: 5%;
  margin: 0 5%;
}
.tcl-post-card__image img {
  width: 100%;
}
.tcl-post-card__text {
  width: 40%;
}
.tcl-post-card__seperator {
  height: 100%;
  width: 0.5px;
  margin: 0 30px;
  background: #433BB3;
  opacity: 0.3;
}
.tcl-post-card__details {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}
.tcl-post-card__detail-item-label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .tcl-post-card__detail-item-label {
    font-size: 16px;
  }
}
.tcl-post-card__detail-item-label span {
  vertical-align: middle;
}
.tcl-post-card__detail-item-label svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.tcl-post-card__detail-item-value {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-weight: 400;
  font-size: 16px;
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .tcl-post-card__detail-item-value {
    font-size: 16px;
  }
}
.tcl-post-card__heading {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0;
  color: #202053;
  font-weight: 400;
  font-size: 33px;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .tcl-post-card__heading {
    font-size: 28px;
  }
}
.tcl-post-card__description {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  color: black;
}
@media (max-width: 1199px) {
  .tcl-post-card__description {
    font-size: 16px;
  }
}
.tcl-post-card__info {
  text-align: right;
  text-wrap: nowrap;
}
.tcl-post-card__price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-size: 40px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .tcl-post-card__price {
    font-size: 16px;
  }
}
.tcl-post-card__price small {
  display: block;
  color: #AAA;
  font-size: 11px;
  font-weight: 300;
  margin: -5px 0 15px;
}
.tcl-post-card__link {
  text-align: center;
  position: relative;
  right: -10px;
}
.tcl-post-card__link a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: white;
  background-color: #668EF5;
  text-decoration: none;
  padding: 8px 25px 8px 25px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: 500;
  background-color: #21BEC4;
  border: 2px solid;
  border-color: #21BEC4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.tcl-post-card__link a:disabled {
  opacity: 0.5 !important;
}
.tcl-post-card__link a:hover {
  background-color: #A7D1F1;
  color: white;
}
.tcl-post-card__link a:active {
  background-color: #2B2B78;
  color: white;
}
.tcl-post-card__link a:hover {
  color: #21BEC4;
  background-color: white;
}
.tcl-post-card__link a:active {
  color: #21BEC4;
  background-color: white;
}
.tcl-post-card__link a span + svg {
  margin-left: 10px;
}
.tcl-post-card__link a svg,
.tcl-post-card__link a span {
  vertical-align: middle;
}
.tcl-post-card__link a:hover span + svg path, .tcl-post-card__link a:active span + svg path {
  stroke: #21BEC4;
}
.tcl-post-card__link-triangle {
  position: absolute;
  right: calc(0% - 0.5px);
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.tcl-post-card__link-triangle svg {
  width: 10px;
  height: auto;
}
a:hover .tcl-post-card__link-triangle svg path, a:active .tcl-post-card__link-triangle svg path {
  fill: #21BEC4;
}

@media (max-width: 1199px) {
  .tcl-post-card__text {
    width: 50%;
  }
  .tcl-post-card__price {
    font-size: 40px;
  }
  .tcl-post-card__price small {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .tcl-post-card {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0 50px 60px;
  }
  .tcl-post-card__image {
    width: 80px;
    margin: 0 20px 0 0;
  }
  .tcl-post-card__text {
    width: calc(100% - 100px);
    padding-right: 30px;
  }
  .tcl-post-card__seperator {
    height: 0.5px;
    width: 100%;
    margin: 30px 30px 30px 0;
  }
  .tcl-post-card__details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .tcl-post-card__detail-item {
    display: inline-block;
  }
  .tcl-post-card__heading {
    font-size: 18px;
  }
  .tcl-post-card__info {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tcl-post-card__price {
    font-size: 32px;
    display: inline-block;
  }
  .tcl-post-card__price small {
    font-size: 11px;
    margin: 0;
  }
  .tcl-post-card__link {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tcl-post-card {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
  .tcl-post-card__image {
    width: 80px;
    margin: 0 auto;
  }
  .tcl-post-card__text {
    width: 100%;
    padding: 30px 0;
  }
  .tcl-post-card__seperator {
    display: none;
  }
  .tcl-post-card__details {
    width: 100%;
    gap: 10px;
  }
  .tcl-post-card__detail-item {
    display: block;
    width: 100%;
  }
  .tcl-post-card__heading {
    font-size: 18px;
  }
  .tcl-post-card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-right: -30px;
  }
  .tcl-post-card__price {
    font-size: 32px;
    display: inline-block;
  }
  .tcl-post-card__price small {
    font-size: 11px;
  }
  .tcl-post-card__link {
    display: inline-block;
  }
}