:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
* + .animated-cards {
  padding-top: var(--wp--preset--spacing--l);
}
.animated-cards__item {
  margin: 0 0 var(--wp--preset--spacing--normal) 0;
  padding: 2rem;
  background: #ebe9e5;
  border-radius: 6px;
}
.animated-cards__image {
  min-height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
.animated-cards__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.animated-cards__content {
  padding: var(--wp--preset--spacing--normal) 0 var(--wp--preset--spacing--small) 0;
}
.animated-cards__content .title {
  margin: 0 0 var(--wp--preset--spacing--normal) 0;
  padding-left: 2rem;
  border-left: 1px dashed #2832C6;
}
.animated-cards__content h3 {
  font-size: var(--wp--preset--font-size--font-30);
  font-weight: 300;
  margin: 0;
  color: #2832C6 !important;
}
.animated-cards__content p {
  margin: 0;
}
.animated-cards__content p.meta {
  font-size: var(--wp--preset--font-size--font-18);
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 1.55;
  padding-top: 0.5ch;
  color: rgba(19, 38, 58, 0.85) !important;
}
.animated-cards__content p:not(.meta) {
  padding-left: 2rem;
}
.animated-cards__content p + p {
  margin-top: 1.5ch !important;
}
.animated-cards__content * + ul, .animated-cards__content * + ol {
  margin-top: 1.5ch;
}
.animated-cards__content ul {
  margin-bottom: 0;
}
.animated-cards__content ul + p {
  margin-top: 1.5ch !important;
}
.animated-cards__content li {
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 300;
  margin-bottom: 0.6ch;
}
.animated-cards__content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  padding: 12px 3rem 12px 5rem;
  color: #FFF;
  border: 0.15rem solid #7085EF;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.animated-cards__content .btn strong {
  font-weight: 500;
  position: relative;
  z-index: 3;
}
.animated-cards__content .btn:before, .animated-cards__content .btn:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5rem;
  position: absolute;
  top: 3px;
  left: 3px;
}
.animated-cards__content .btn:before {
  background: #7085EF;
  z-index: 1;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.animated-cards__content .btn:after {
  background: #0a0d14;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' fill='none'%3E%3Cpath fill='%2306080b' d='M13.54.214a.75.75 0 0 1 1.06.01l4.239 4.322a.75.75 0 0 1-.006 1.055l-4.238 4.222a.75.75 0 1 1-1.059-1.063l2.953-2.942H.75a.75.75 0 0 1 0-1.5h15.765L13.53 1.275a.75.75 0 0 1 .01-1.06'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' fill='none'%3E%3Cpath fill='%2306080b' d='M13.54.214a.75.75 0 0 1 1.06.01l4.239 4.322a.75.75 0 0 1-.006 1.055l-4.238 4.222a.75.75 0 1 1-1.059-1.063l2.953-2.942H.75a.75.75 0 0 1 0-1.5h15.765L13.53 1.275a.75.75 0 0 1 .01-1.06'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 2;
}
.animated-cards__content .btn:hover, .animated-cards__content .btn:active, .animated-cards__content .btn:focus {
  color: #0a0d14;
}
.animated-cards__content .btn:hover:before, .animated-cards__content .btn:active:before, .animated-cards__content .btn:focus:before {
  width: calc(100% - 6px);
}
.animated-cards__content .btn[href$=".pdf"]:after {
  transform: rotate(90deg);
}
@media (min-width: 782px) {
  .animated-cards__item {
    display: flex;
    flex-wrap: wrap;
  }
  .animated-cards__image {
    display: flex;
    width: 50%;
  }
  .animated-cards__content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    order: -1;
    width: 50%;
    padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--m) var(--wp--preset--spacing--m) var(--wp--preset--spacing--small);
  }
}
@media (min-width: 1024px) {
  .animated-cards__item {
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1250px) {
  .animated-cards__content {
    padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--xl) var(--wp--preset--spacing--xl) var(--wp--preset--spacing--normal);
  }
}/*# sourceMappingURL=block-animated-cards.css.map */