.references-download-pdf-modal-overlay {
  position: fixed;
  z-index: 666;
  inset: 0;
  background: #000;
  opacity: 0.35;
  cursor: pointer;
}

.references-download-pdf-modal-overlay[data-background-click=disabled] {
  cursor: auto;
}

.references-download-pdf-modal {
  position: fixed;
  z-index: 667;
  top: 50%;
  left: 50%;
  overflow: auto;
  width: min(100vw, 23.44rem);
  max-height: calc(100vh - var(--s-6xl));
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 42rem) {
  .references-download-pdf-modal {
    width: min(100vw, 42.75rem);
    max-height: calc(100vh - var(--s-6xl));
    border-radius: 0.375rem;
  }
}
.references-download-pdf-modal__header {
  padding: var(--s-xl) var(--s-lg);
}
@media (min-width: 42rem) {
  .references-download-pdf-modal__header {
    padding: var(--s-xl) var(--s-3xl) var(--s-3xl);
  }
}
.references-download-pdf-modal__title {
  margin-bottom: clamp(var(--s-sm), 5vw, var(--s-md));
}
.references-download-pdf-modal__description {
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.6;
}
.references-download-pdf-modal__subhead {
  margin-bottom: var(--s-sm);
}
.references-download-pdf-modal__info {
  font-size: var(--text-md);
  line-height: 1.5;
}
.references-download-pdf-modal__main__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 42rem) {
  .references-download-pdf-modal__main__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.references-download-pdf-modal__main .content__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 1.5rem 3rem 1.5rem;
}
@media (min-width: 42rem) {
  .references-download-pdf-modal__main .content__column {
    padding: 0;
  }
}
@media (min-width: 42rem) {
  .references-download-pdf-modal__main {
    padding: 0 var(--s-3xl) var(--s-xl) var(--s-3xl);
  }
  .references-download-pdf-modal__main__content {
    padding-bottom: var(--s-xl);
  }
}
.references-download-pdf-modal__button {
  position: relative;
}
.references-download-pdf-modal__button:after {
  content: "";
  display: none;
  position: absolute;
  right: 5px;
  width: 1rem;
  height: 1rem;
  background: no-repeat center/contain url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2' d='M19.386 5.258a10.041 10.041 0 0 0-2.55-2.013A9.955 9.955 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10'/%3E%3C/svg%3E");
}
.references-download-pdf-modal__button--processing:after {
  display: block;
  animation: rotation 2s infinite linear;
}

.list-type-image {
  max-width: 210px;
  height: auto;
  margin-bottom: 32px;
}

.list-type-button {
  width: 100%;
  margin-top: 1.25rem;
}
@media (min-width: 42rem) {
  .list-type-button {
    width: fit-content;
    max-width: 15.625rem;
    margin-top: 2rem;
  }
}

.references-download-pdf-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  background: #fff;
  cursor: pointer;
}
@media (min-width: 42rem) {
  .references-download-pdf-modal-close {
    right: 1.375rem;
  }
}
.references-download-pdf-modal-close__text {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px 0 0 -1px;
  font-size: 1px;
  line-height: 1px;
  clip: rect(0, 0, 0, 0);
  outline: 0;
}
.references-download-pdf-modal-close:before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23000' stroke-width='1.28' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='m5 5.01 14 14M19 5.01l-14 14'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.references-download-pdf-modal-close:hover:before, .references-download-pdf-modal-close:focus:before, .references-download-pdf-modal-close:active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23c70017' stroke-width='1.28' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='m5 5.01 14 14M19 5.01l-14 14'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}