.sd-block-link {
  min-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-link .background-image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.sd-block-link.effect-type:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #014EE6;
  opacity: 0.95;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-link.effect-type .sd-block-text {
  text-overflow: ellipsis;
  height: 135px;
}
.sd-block-link.effect-type .sd-block-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sd-block-link.effect-type:hover:before {
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-link.effect-type:hover:after {
  bottom: 100%;
}
.sd-block-link.effect-type:hover .link-content {
  top: 24px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-link.effect-zoom .sd-block-text {
  display: none;
}
.sd-block-link.effect-zoom .link-content {
  overflow: visible;
}
.sd-block-link.effect-zoom .link-content .title-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-link.effect-zoom:hover .background-image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.sd-block-link.effect-zoom:hover .title-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(5px, -5px);
  -moz-transform: translate(5px, -5px);
  -o-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}
.sd-block-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 88px;
  z-index: 1;
  opacity: 0.8;
  background-color: #292724;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.sd-block-link .link-content {
  z-index: 2;
  overflow: hidden;
  left: 28px;
  right: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-link .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.sd-block-link .title-container svg {
  height: 18px;
  width: 21px;
  color: #FAF5F0;
}
.sd-block-link:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1600px) {
  .sd-block-link {
    min-height: 199px;
    padding: 20px 23px;
  }
  .sd-block-link .link-content {
    left: 23px;
    right: 23px;
  }
  .sd-block-link .title-container {
    margin-bottom: 20px;
  }
  .sd-block-link .title-container svg {
    height: 15px;
    width: 17px;
  }
  .sd-block-link.effect-type .sd-block-text {
    height: 112px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-link {
    min-height: 175px;
    padding: 18px 20px;
  }
  .sd-block-link .link-content {
    left: 20px;
    right: 20px;
  }
  .sd-block-link .title-container {
    margin-bottom: 18px;
  }
  .sd-block-link .title-container svg {
    height: 13px;
    width: 15px;
  }
  .sd-block-link.effect-type .sd-block-text {
    height: 99px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-link {
    min-height: unset;
    padding: 16px;
    position: relative;
  }
  .sd-block-link:before {
    top: 0;
  }
  .sd-block-link:after {
    content: none;
  }
  .sd-block-link .link-content {
    width: 100%;
  }
  .sd-block-link .link-content .sd-block-text {
    display: none;
  }
  .sd-block-link .title-container {
    margin-bottom: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
