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

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 32rem;
    --layout-gap: 8rem;
  }
}
.link-cta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 340px;
  text-decoration: none;
  background: #102E43;
  overflow: hidden;
  position: relative;
}
.link-cta .bg {
  display: block;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.link-cta > * {
  position: relative;
  z-index: 3;
}
.link-cta__title {
  margin: auto var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) 0;
}
.link-cta__title .inner {
  margin: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) 0;
  padding: 16px 0 16px var(--wp--preset--spacing--normal);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.link-cta__title .inner .btn {
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.link-cta.bg-red .link-cta__title {
  background: linear-gradient(94deg, #67364D 0.45%, rgba(149, 79, 114, 0.95) 100%);
}
.link-cta.bg-blue .link-cta__title {
  background: linear-gradient(94deg, #0D497D 0.45%, rgba(22, 90, 93, 0.95) 100%);
}
.link-cta.bg-orange .link-cta__title {
  background: linear-gradient(94deg, #A45700 0.45%, rgba(212, 120, 15, 0.95) 100%);
}
.link-cta h3 {
  font-size: var(--wp--preset--font-size--font-36);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  color: #fff;
}
.link-cta h3 + p {
  width: 100%;
  margin-top: 15px;
}
.link-cta p {
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #E1E7E9;
}
.link-cta + .link-cta {
  margin-top: 2rem;
}
.link-cta.is-style-toggle {
  cursor: pointer;
}
.link-cta.is-style-toggle .inner:after {
  content: "";
  width: 37px;
  height: 33px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='34' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.287 20.076a.5.5 0 0 0-.713-.7L17.69 34.513V.612a.5.5 0 0 0-1 0V34.56L1.501 19.372a.5.5 0 1 0-.708.707L16.82 36.105l.357.357.353-.36 15.757-16.026Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: transform 0.35s ease-in-out;
  animation: bounce 1.85s cubic-bezier(0.25, 0.1, 0.25, 1) 0s infinite;
}
.link-cta.is-style-toggle:hover .bg, .link-cta.is-style-toggle:active .bg, .link-cta.is-style-toggle:focus .bg {
  opacity: 0.5;
  transform: scale(1.05);
}
.link-cta.is-style-toggle.active .inner:after {
  transform: scaleY(-1);
}

a.link-cta:hover .bg, a.link-cta:active .bg, a.link-cta:focus .bg {
  opacity: 0.5;
  transform: scale(1.05);
}

.wp-block-group.toggle {
  padding: var(--wp--preset--spacing--normal);
  background: linear-gradient(111deg, rgba(16, 46, 67, 0.075) 10%, rgba(16, 46, 67, 0.015) 90%);
}
@media (min-width: 782px) {
  .wp-block-group.toggle {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }
  .wp-block-group.toggle > * {
    transition: opacity 0.25s ease;
  }
  .wp-block-group.toggle:not(.is-open) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wp-block-group.toggle:not(.is-open) > * {
    opacity: 0;
  }
  .wp-block-group.toggle.is-open {
    max-height: 1000px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group.toggle {
    padding: var(--wp--preset--spacing--m);
  }
}/*# sourceMappingURL=block-link-cta.css.map */