: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: #D6DBE7;
  border-radius: 15px;
}
.animated-cards__image {
  min-height: 180px;
  padding: 40px;
  border-radius: 15px;
  background: linear-gradient(119deg, #004DBC 2%, #002682 95%);
}
.animated-cards__image svg {
  width: 100%;
}
.animated-cards__content {
  padding: var(--wp--preset--spacing--small) 0 var(--wp--preset--spacing--normal) 0;
}
.animated-cards__content h3 {
  font-size: var(--wp--preset--font-size--font-42);
  line-height: 1.2;
  margin: 0 0 0.35ch 0;
  color: #010519;
}
.animated-cards__content p {
  font-weight: 300;
  color: #010519;
  margin: 0;
}
.animated-cards__content p.meta {
  font-size: var(--wp--preset--font-size--font-20);
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 500;
  color: #004DBC;
}
.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;
  color: #010519;
  margin-bottom: 0.6ch;
}
.animated-cards__content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.4rem 3rem;
  color: #02061A;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1), background 0.45s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  color: #FFF;
  background: #021032;
  border-color: #021032;
  margin-top: 2ch;
  border: 1px solid;
}
.animated-cards__content .btn:hover, .animated-cards__content .btn:active, .animated-cards__content .btn:focus {
  color: #86F1A7;
  background: #000A24;
}
.animated-cards__content .btn:hover, .animated-cards__content .btn:active, .animated-cards__content .btn:focus {
  color: #021032;
  background: transparent;
}
@media (min-width: 782px) {
  .animated-cards__item {
    display: flex;
    flex-wrap: wrap;
  }
  .animated-cards__image {
    display: flex;
    width: 50%;
    padding: 3%;
  }
  .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--normal);
  }
}
@media (min-width: 1024px) {
  .animated-cards__item {
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1250px) {
  .animated-cards__image {
    padding: 5%;
  }
  .animated-cards__content {
    padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--m) var(--wp--preset--spacing--xl) var(--wp--preset--spacing--l);
  }
}
