/* stylelint-disable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.block-cta .page-hero__list-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: clamp(25px, 3.81vw + 1px, 61px);
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .block-cta .page-hero__list-wrapper {
    grid-template-columns: initial;
  }
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item {
  margin-top: 1.5625rem;
  background: var(--yellow-500);
  position: relative;
  z-index: 150;
}
@media (min-width: 1024px) {
  .block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item {
    width: 50rem;
  }
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link {
  width: 100%;
  min-height: clamp(75px, 6.25vw + 1px, 100px);
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(24px, 2vw + 1px, 32px);
  font-weight: 500;
  font-family: var(--font-family-cormorant);
  color: var(--black-400);
  padding: clamp(15px, 1.88vw + 1px, 30px) clamp(15px, 3.16vw + 1px, 50.5px);
  transition: box-shadow 300ms ease-in-out;
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link .icon__arrow,
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link .icon__file {
  width: 1.875rem;
  min-width: 1.875rem;
  margin-left: 0.5rem;
}
@media (min-width: 1024px) {
  .block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link .icon__arrow,
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link .icon__file {
    width: 2.625rem;
    min-width: 2.625rem;
  }
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link .icon__video {
  width: 2.1875rem;
  max-width: 2.1875rem;
  min-width: 2.1875rem;
}
@media (min-width: 512px) {
  .block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link .icon__video {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link .icon__video {
    width: 3.125rem;
  }
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link:hover .icon__arrow {
  -webkit-animation: moveright 1.5s ease infinite;
          animation: moveright 1.5s ease infinite;
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link:hover svg #Fill-2 {
  -webkit-animation: hideshow 1s ease infinite;
          animation: hideshow 1s ease infinite;
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link:hover svg #Fill-3 {
  -webkit-animation: hideshow 1.2s ease infinite;
          animation: hideshow 1.2s ease infinite;
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link:hover svg #Fill-4 {
  -webkit-animation: hideshow 1.4s ease infinite;
          animation: hideshow 1.4s ease infinite;
}
.block-cta .page-hero__list-wrapper .page-hero__links-list .links-list__item .links-list-link:hover svg #Fill-5 {
  -webkit-animation: hideshow 1.6s ease infinite;
          animation: hideshow 1.6s ease infinite;
}
