.page-node-type-dynamic-landing-page, .page-node-type-noticia {
  overflow-x: hidden;
}
.page-node-type-dynamic-landing-page .node__header, .page-node-type-noticia .node__header {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.page-node-type-dynamic-landing-page .node__header .hero-container .hero-image.home, .page-node-type-noticia .node__header .hero-container .hero-image.home {
  height: calc(100% + 394px);
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent);
}
.page-node-type-dynamic-landing-page .node__subheader, .page-node-type-noticia .node__subheader {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: var(--main-color);
  border-radius: 0px 0px 80px 0px;
  padding: 25px 0;
}
.page-node-type-dynamic-landing-page .node__subheader .dp-card-links-paragraph, .page-node-type-noticia .node__subheader .dp-card-links-paragraph {
  margin: 0 auto;
}
.page-node-type-dynamic-landing-page .node__subheader:has(.dp-title-button-link), .page-node-type-noticia .node__subheader:has(.dp-title-button-link) {
  padding: 40px 0;
}
.page-node-type-dynamic-landing-page .node__subheader .dp-title-button-link, .page-node-type-noticia .node__subheader .dp-title-button-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  margin-bottom: 0.5rem;
}
.page-node-type-dynamic-landing-page .node__subheader .dp-title-button-link .title, .page-node-type-noticia .node__subheader .dp-title-button-link .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  color: var(--black);
}
.page-node-type-dynamic-landing-page .node__subheader .dp-title-button-link .btn.btn-primary, .page-node-type-noticia .node__subheader .dp-title-button-link .btn.btn-primary {
  hyphens: unset;
  min-height: 50px;
  background-color: var(--black);
  color: var(--main-color);
}
@media only screen and (max-width: 992px) {
  .page-node-type-dynamic-landing-page .node__subheader .dp-title-button-link, .page-node-type-noticia .node__subheader .dp-title-button-link {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-node-type-dynamic-landing-page .node__subheader .dp-title-button-link .title, .page-node-type-noticia .node__subheader .dp-title-button-link .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .page-node-type-dynamic-landing-page .node__subheader .dp-title-button-link, .page-node-type-noticia .node__subheader .dp-title-button-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-node-type-dynamic-landing-page main > .container, .page-node-type-noticia main > .container {
    background: unset;
  }
}

.history-back .bi.bi-arrow-left::before {
  font-size: 24px;
}

.dp-card.card--link {
  background-image: none;
}
.dp-card.card--link::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  font-size: 23px;
  font-weight: 100;
}

.dp-card-links-paragraph {
  margin: 40px 0;
}
.dp-card-links-paragraph .cards-wrapper {
  display: flex;
  gap: 24px;
}
.dp-card-links-paragraph .cards-wrapper div {
  flex: 1;
}
.dp-card-links-paragraph .card--link {
  display: block;
}
.dp-card-links-paragraph .card--link .card__header {
  margin-bottom: 16px;
}
.dp-card-links-paragraph .card--link::after {
  top: 20px;
  right: 15px;
}

@media only screen and (max-width: 992px) {
  .dp-card-links-paragraph .cards-wrapper {
    display: block;
  }
  .dp-card-links-paragraph .cards-wrapper .slick-list {
    height: auto !important;
  }
}
.dp-card-access-panel-paragraph {
  background: var(--background-block);
  border-radius: 16px;
  margin: 80px 0;
}
.dp-card-access-panel-paragraph .card__header__title {
  font-size: 16px;
}
.dp-card-access-panel-paragraph .ya-eres {
  padding: 40px 72px;
  align-items: center;
}
.dp-card-access-panel-paragraph .ya-eres span {
  font-size: 16px;
}
.dp-card-access-panel-paragraph .ya-eres .ya-eres-text {
  padding: 0;
}
.dp-card-access-panel-paragraph .ya-eres .ya-eres-text .cards {
  margin: 60px auto;
  display: block;
}
.dp-card-access-panel-paragraph .ya-eres .ya-eres-text .cards .dp-card-links-paragraph {
  margin: 0;
}
.dp-card-access-panel-paragraph .ya-eres .ya-eres-text .cards .dp-card-links-paragraph .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dp-card-access-panel-paragraph .ya-eres .ya-eres-text .cards .dp-card-links-paragraph .cards-wrapper .card__header {
  margin: 0;
}
.dp-card-access-panel-paragraph .ya-eres .ya-eres-img {
  flex: 1;
}
.dp-card-access-panel-paragraph .ya-eres .ya-eres-img img {
  padding: 0;
  margin-left: 24px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dp-card-access-panel-paragraph .ya-eres-text .description {
    justify-content: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .dp-card-access-panel-paragraph .btn-primary {
    padding: 12px 24px;
  }
  .dp-card-access-panel-paragraph .ya-eres .ya-eres-text .cards {
    margin: 40px auto;
  }
  .dp-card-access-panel-paragraph .ya-eres .ya-eres-text .cards .card {
    background-image: none;
  }
  .dp-card-access-panel-paragraph .ya-eres .ya-eres-text .cards .dp-card-links-paragraph .cards-wrapper {
    display: flex;
    flex-direction: column;
    margin: 40px auto;
  }
}
.dp-button-link-paragraph .btn-primary::after, .dp-title-button-link .btn-primary::after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 25px;
  top: 2px;
  left: 8px;
  position: relative;
  font-weight: 100;
}

.dp-button-popup .btn-primary::after {
  content: "\f4f4";
  font-family: "bootstrap-icons";
  font-size: 25px;
  top: 2px;
  left: 8px;
  position: relative;
  font-weight: 100;
}

.dp-button-popup-modal .modal-header::after {
  content: none;
}

.dp-content-banner {
  position: relative;
  margin: 80px auto;
  max-height: 450px;
}
.dp-content-banner:has(.banner--back) {
  padding: 80px 0;
}
.dp-content-banner .banner {
  margin: 0;
}
.dp-content-banner .banner .dp-button-link-paragraph:not(:has(.btn-primary)) {
  display: none;
}
.dp-content-banner .banner .banner__text {
  justify-content: center;
}
.dp-content-banner .banner .banner__text .banner__text__pretitle {
  text-transform: uppercase;
}
.dp-content-banner .banner .banner__text .banner__text__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dp-content-banner .banner.banner__img--left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .dp-content-banner .banner.banner__img--left {
    flex-direction: column;
  }
}
.dp-content-banner .banner.banner__img--full:not(:has(.img--full)) .banner__text {
  color: black;
}
.dp-content-banner .banner.banner__img--full .banner__text {
  width: 100%;
  z-index: 1;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .dp-content-banner .banner.banner__img--full .banner__text {
    padding: 64px 40px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
  }
}
.dp-content-banner .banner.banner__img--full .banner__text hr {
  margin: 24px 0;
}
.dp-content-banner .banner.banner__img--full .banner__text .dp-button-link-paragraph {
  align-items: flex-start;
  justify-content: flex-start;
}
.dp-content-banner .banner .banner__img.img--full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.dp-content-banner .banner .banner__img .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .dp-content-banner {
    margin: 40px auto;
    max-height: unset;
    height: unset;
  }
  .dp-content-banner:has(.banner--back) {
    padding: 0 0;
  }
  .dp-content-banner .banner.banner__img--full .banner__text {
    height: 100%;
    justify-content: center;
  }
  .dp-content-banner .banner.banner__img--full .banner__text__actions {
    align-items: flex-start;
  }
  .dp-content-banner .banner .banner__img {
    width: 100%;
  }
  .dp-content-banner .banner .banner__text__actions {
    justify-content: center;
    flex-direction: column;
  }
}

.dp-carousel-paragraph {
  position: relative;
  margin: 60px 0;
}
.dp-carousel-paragraph:has(.banner--back) {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .dp-carousel-paragraph:has(.banner--back) {
    padding: 0 0;
  }
}
.dp-carousel-paragraph.slick-dotted.slick-slider {
  margin-bottom: 40px !important;
}
.dp-carousel-paragraph.slick-dotted.slick-slider .slick-track {
  margin-top: 0;
}
.dp-carousel-paragraph .dp-content-banner {
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .dp-carousel-paragraph .dp-content-banner {
    margin-bottom: 15px;
  }
}
.dp-carousel-paragraph .dp-content-banner .banner {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.dp-accordion-paragraph .dp-accordion-section-paragraph:first-child > .accordion-item,
.dp-accordion-paragraph .dp-accordion-section-paragraph:first-child > .accordion-item > .accordion-header > .accordion-button {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.dp-accordion-paragraph .dp-accordion-section-paragraph:last-child > .accordion-item,
.dp-accordion-paragraph .dp-accordion-section-paragraph:last-child > .accordion-item > .accordion-header > .accordion-button {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.dp-accordion-paragraph .dp-accordion-section-paragraph .dp-accordion-subsection-paragraph:first-child > .accordion-item,
.dp-accordion-paragraph .dp-accordion-section-paragraph .dp-accordion-subsection-paragraph:first-child > .accordion-item > .accordion-header > .accordion-button {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.dp-accordion-paragraph .dp-accordion-section-paragraph .dp-accordion-subsection-paragraph:last-child > .accordion-item,
.dp-accordion-paragraph .dp-accordion-section-paragraph .dp-accordion-subsection-paragraph:last-child > .accordion-item > .accordion-header > .accordion-button {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.dp-accordion-paragraph .dp-card-links-paragraph .container {
  max-width: -webkit-fill-available;
}
.dp-accordion-paragraph .dp-accordion-section-paragraph .accordion-item .accordion-button {
  gap: 24px;
}

@media only screen and (min-width: 992px) {
  .dp-accordion-section-paragraph .accordion-body .dp-accordion-paragraph {
    margin-top: 0.6rem;
    margin-bottom: 0px;
    padding: 0px 112px 0px 112px;
  }
}
.dp-tabbed-section {
  margin: 40px 0;
}
.dp-tabbed-section .tabs {
  margin: 0;
}
.dp-tabbed-section .tabs__content {
  margin-bottom: 40px;
}

.dp-table-paragraph {
  margin: 40px 0;
}
.dp-table-paragraph table {
  font-size: 20px;
  box-shadow: none;
  border-radius: 0;
}

.dp-documents-paragraph {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: var(--eredes-brand-neutral-blanco-100, #FFF);
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.16);
  padding-top: 25px;
  margin: 40px 0;
}
.dp-documents-paragraph .dp-document-paragraph-wrapper {
  width: 90%;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 8px;
}
.dp-documents-paragraph .dp-document-paragraph-wrapper:last-child {
  border-bottom: none;
}
.dp-documents-paragraph .dp-document-paragraph {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media only screen and (max-width: 576px) {
  .dp-documents-paragraph .dp-document-paragraph {
    gap: 16px;
    margin-bottom: 20px;
  }
}
.dp-documents-paragraph .dp-document-paragraph .document-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dp-documents-paragraph .dp-document-paragraph .document-content .document-icon {
  padding-right: 20px;
}
.dp-documents-paragraph .dp-document-paragraph .document-content .document-icon img {
  max-height: 68px;
  min-height: 45px;
}
.dp-documents-paragraph .dp-document-paragraph .document-content .document-info .document-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.15px;
  width: 100%;
  float: left;
  hyphens: auto;
}
@media only screen and (max-width: 576px) {
  .dp-documents-paragraph .dp-document-paragraph .document-content .document-info .document-title {
    font-size: 16px;
  }
}
.dp-documents-paragraph .dp-document-paragraph .document-content .document-info .document-description {
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .dp-documents-paragraph .dp-document-paragraph .document-content .document-info .document-description {
    font-size: 12px;
  }
}
.dp-documents-paragraph .dp-document-paragraph .document-file .btn-primary {
  width: 58px;
  padding: 8px 0px !important;
  box-shadow: 6px 6px 16px 3px rgba(0, 0, 0, 0.12);
}
.dp-documents-paragraph .dp-document-paragraph .document-file .bi-download {
  font-size: 24px;
}

.dp-accordion-section-paragraph .dp-documents-paragraph {
  border-radius: unset;
  background: unset;
  box-shadow: unset;
  margin: 0;
  padding-top: 0;
}
.dp-accordion-section-paragraph .dp-documents-paragraph .dp-document-paragraph {
  width: 100%;
}

.dp-cards-profile-paragraph {
  position: relative;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.dp-cards-profile-paragraph.slick-initialized {
  display: flex;
  grid-template-columns: none;
  overflow-wrap: unset;
  margin: 40px 0;
}
.dp-cards-profile-paragraph.slick-initialized .slick-list {
  height: auto !important;
}
.dp-cards-profile-paragraph.slick-initialized.slick-dotted.slick-slider {
  margin-bottom: 40px !important;
}
.dp-cards-profile-paragraph .dp-card-profile-paragraph .card-profile-link {
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .dp-cards-profile-paragraph .dp-card-profile-paragraph .card-profile-link {
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    color: var(--black);
    display: flex;
    background-color: #fff;
    height: 100%;
  }
}
.dp-cards-profile-paragraph .dp-card-profile-paragraph .card-profile-link .perfil {
  height: 100%;
  justify-content: space-between;
}
.dp-cards-profile-paragraph .dp-card-profile-paragraph .card-profile-image {
  max-width: 100%;
  height: auto;
  clip-path: circle(50%);
}
.dp-cards-profile-paragraph .dp-card-profile-paragraph .btn {
  width: 100%;
}

.dp-cards-info-paragraph {
  display: flex;
  gap: 40px;
  margin: 60px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.dp-cards-info-paragraph .dp-card-info-paragraph {
  padding: 24px 24px 40px 24px;
  flex: 1;
  border: 1px solid #90949E;
  border-radius: 16px;
}
.dp-cards-info-paragraph .dp-card-info-paragraph .card__header {
  gap: 1rem;
  margin-bottom: 16px;
}
.dp-cards-info-paragraph .dp-card-info-paragraph .card__header .card__header__icon {
  padding: 0;
  height: auto;
}
.dp-cards-info-paragraph .dp-card-info-paragraph .card__header .card__header__title {
  font-size: var(--card-title-size);
}
.dp-cards-info-paragraph .dp-card-info-paragraph .card__text p {
  hyphens: none;
}
.dp-cards-info-paragraph .dp-card-info-paragraph hr {
  margin: 24px 0 15px 0;
}
.dp-cards-info-paragraph.cards-shadow .dp-card-info-paragraph {
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 992px) {
  .dp-cards-info-paragraph .dp-card-info-paragraph {
    flex: 1 1 20%;
  }
}
@media only screen and (max-width: 767px) {
  .dp-cards-info-paragraph {
    flex-direction: column;
  }
  .dp-cards-info-paragraph .dp-card-info-paragraph {
    max-width: 100%;
  }
  .dp-cards-info-paragraph .dp-card-info-paragraph .card__header {
    margin-bottom: 16px;
  }
  .dp-cards-info-paragraph .dp-card-info-paragraph .card__header .card__header__title {
    font-size: 16px;
  }
  .dp-cards-info-paragraph .dp-card-info-paragraph .card__text p {
    font-size: 12px;
  }
}
.dp-title-paragraph {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 24px; }
  .dp-title-paragraph.position-left {
    align-items: flex-start; }
  .dp-title-paragraph.position-right {
    align-items: flex-end; }
  .dp-title-paragraph.position-center {
    align-items: center; }
  .dp-title-paragraph .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px; }

.dp-webform-simulador-paragraph {
  background-color: #F6F6F6;
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 16px; }
  .dp-webform-simulador-paragraph .form {
    display: flex;
    align-items: center; }
    .dp-webform-simulador-paragraph .form .field--name-field-form {
      width: 60%; }
    .dp-webform-simulador-paragraph .form .webform-submission-simulador-de-contratacion-add-form {
      margin-top: 0;
      margin-bottom: 0;
      padding-right: 0; }
      .dp-webform-simulador-paragraph .form .webform-submission-simulador-de-contratacion-add-form #edit-container-calcula {
        width: 100%; }
    .dp-webform-simulador-paragraph .form .image {
      position: absolute;
      right: 0;
      width: 40%;
      height: auto;
      top: 20%; }

.dp-card-text-paragraph {
  margin-bottom: 40px;
}
.dp-accordion-paragraph .dp-card-text-paragraph, .dp-tabbed-section .dp-card-text-paragraph {
  margin-bottom: 0;
}

.dp-text-image-paragraph {
  margin: 60px 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  gap: 48px;
  justify-content: start;
  align-items: center;
}
.dp-text-image-paragraph .dp-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.dp-text-image-paragraph .dp-text .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}
.dp-text-image-paragraph .dp-text .description {
  font-size: 24px;
}
.dp-text-image-paragraph .dp-image {
  max-height: 450px;
  display: flex;
  align-items: center;
}
.dp-text-image-paragraph .dp-image .popup-link {
  width: 100%;
}
.dp-text-image-paragraph .dp-image video {
  min-height: 348px;
}
.dp-text-image-paragraph .dp-image img, .dp-text-image-paragraph .dp-image video {
  width: 100%;
  border-radius: 16px;
}
.dp-text-image-paragraph.alignment-right {
  flex-direction: row-reverse;
}
.dp-text-image-paragraph.alignment-right .dp-text {
  align-items: flex-start;
}
.dp-text-image-paragraph.highlight {
  padding-bottom: 24px;
}
.dp-text-image-paragraph.highlight img, .dp-text-image-paragraph.highlight video {
  box-shadow: -24px 24px 0px 0px rgba(196, 196, 196, 0.24);
}
.dp-text-image-paragraph.alignment-right.highlight {
  padding-left: 24px;
}
.dp-text-image-paragraph.img-one-half .dp-text, .dp-text-image-paragraph.img-one-half .dp-image {
  width: 50%;
}
.dp-text-image-paragraph.img-one-third .dp-text {
  width: 66%;
}
.dp-text-image-paragraph.img-one-third .dp-image {
  width: 33%;
}
.dp-text-image-paragraph.img-one-quarter .dp-text {
  width: 75%;
}
.dp-text-image-paragraph.img-one-quarter .dp-image {
  width: 25%;
}
.dp-text-image-paragraph .dp-button-link-paragraph .btn-primary {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .dp-text-image-paragraph .dp-text {
    width: 100%;
  }
  .dp-text-image-paragraph .dp-image {
    display: none;
  }
  .dp-text-image-paragraph.highlight {
    padding-bottom: 0;
  }
  .dp-text-image-paragraph.alignment-right.highlight {
    padding-left: 0;
  }
}

.dp-text-media-carousel-paragraph {
  position: relative;
  margin: 60px 0;
}
.dp-text-media-carousel-paragraph .dp-text-image-paragraph {
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .dp-text-media-carousel-paragraph .dp-text-image-paragraph {
    margin-bottom: 15px;
  }
}

.dp-profiles-panel-paragraph {
  margin: 0 auto;
  background: var(--background-block);
  padding: 40px 32px;
  border-radius: 13.18px;
  margin: 60px 0;
}
.dp-profiles-panel-paragraph .dp-card-profile-paragraph {
  display: inline-block;
  width: 24%;
}
.dp-profiles-panel-paragraph .title {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  font-size: var(--section-title-size);
  font-weight: var(--section-title-weight);
  line-height: var(--section-title-line-height);
  padding-left: 40px;
  margin-bottom: 52px;
  font-style: normal;
  text-align: left;
}
.dp-profiles-panel-paragraph .title::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 3.3px solid var(--main-color);
  top: 0;
  left: 0;
}
.dp-profiles-panel-paragraph .description {
  text-align: center;
}

.dp-image-paragraph {
  display: block;
  margin: 60px 0;
  padding-bottom: 24px;
  padding-left: 24px;
}
.dp-image-paragraph img, .dp-image-paragraph video {
  display: block;
  height: 400px;
  max-width: 100%;
  box-shadow: -24px 24px 0 0 rgba(196, 196, 196, 0.24);
  border-radius: 16px;
}
.dp-image-paragraph.alignment-left img, .dp-image-paragraph.alignment-left video {
  margin-right: auto;
  margin-left: 0;
}
.dp-image-paragraph.alignment-right img, .dp-image-paragraph.alignment-right video {
  margin-left: auto;
  margin-right: 0;
}
.dp-image-paragraph.alignment-center img, .dp-image-paragraph.alignment-center video {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .dp-image-paragraph img, .dp-image-paragraph video {
    height: 228px;
  }
}

.dp-media-carousel-paragraph {
  position: relative;
  margin: 60px 0;
}
.dp-media-carousel-paragraph .slick-slide > div {
  align-items: center;
  justify-content: center;
}
.dp-media-carousel-paragraph:not(.has-single-image) .dp-image-paragraph {
  padding-bottom: 0;
  padding-left: 0;
}
.dp-media-carousel-paragraph:not(.has-single-image) .dp-image-paragraph img, .dp-media-carousel-paragraph:not(.has-single-image) .dp-image-paragraph video {
  box-shadow: unset;
  border-radius: 16px;
}
.dp-media-carousel-paragraph .dp-image-paragraph {
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .dp-media-carousel-paragraph .dp-image-paragraph {
    margin-bottom: 15px;
  }
}

.dp-card-history-paragraph {
  padding: 48px 24px 24px 24px;
  border-radius: 13px;
  box-shadow: 6.59px 6.59px 19.771px rgba(0, 0, 0, 0.16);
  line-height: 20px;
}
.dp-card-history-paragraph .card__header .card__header__title {
  font-size: 1.5rem;
  color: var(--main-color);
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
}

.dp-cards-history-paragraph .carousel-list {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.dp-cards-history-paragraph .carousel-list .dp-card-history-paragraph {
  margin: 0;
}
.dp-cards-history-paragraph .carousel-list.slick-slider .slick-track {
  margin: 60px 0;
}
.dp-cards-history-paragraph .carousel-list .slick-next {
  right: -60px;
}
.dp-cards-history-paragraph .carousel-list .slick-prev {
  left: -60px;
}
.dp-cards-history-paragraph .carousel-list .slick-next,
.dp-cards-history-paragraph .carousel-list .slick-prev {
  z-index: 1;
}
.dp-cards-history-paragraph .carousel-list .slick-next:hover,
.dp-cards-history-paragraph .carousel-list .slick-prev:hover {
  color: unset;
}
.dp-cards-history-paragraph .carousel-list .slick-next:hover::before,
.dp-cards-history-paragraph .carousel-list .slick-prev:hover::before {
  color: var(--main-color);
}
.dp-cards-history-paragraph .carousel-list .slick-next:hover.slick-disabled::before,
.dp-cards-history-paragraph .carousel-list .slick-prev:hover.slick-disabled::before {
  opacity: 0.3;
  color: unset;
  cursor: default;
}
.dp-cards-history-paragraph .carousel-list .slick-next.slick-disabled::before,
.dp-cards-history-paragraph .carousel-list .slick-prev.slick-disabled::before {
  opacity: 0.3;
}
.dp-cards-history-paragraph .carousel-list .slick-next.slick-disabled:hover::before,
.dp-cards-history-paragraph .carousel-list .slick-prev.slick-disabled:hover::before {
  color: unset;
}
.dp-cards-history-paragraph .carousel-list .slick-prev::before,
.dp-cards-history-paragraph .carousel-list .slick-next::before {
  font-family: "bootstrap-icons";
  line-height: 1;
  opacity: 1;
  color: #000;
}
.dp-cards-history-paragraph .carousel-list .slick-prev::before {
  content: "\f284";
}
.dp-cards-history-paragraph .carousel-list .slick-next::before {
  content: "\f285";
}
@media screen and (max-width: 992px) {
  .dp-cards-history-paragraph .carousel-list.slick-slider .slick-slide {
    height: 100%;
  }
  .dp-cards-history-paragraph .carousel-list.slick-slider .slick-track {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .dp-cards-history-paragraph .carousel-list {
    margin: 40px 0;
  }
  .dp-cards-history-paragraph .carousel-list .dp-card-history-paragraph {
    margin: 0 10px;
  }
  .dp-cards-history-paragraph .carousel-list.slick-slider .slick-slide {
    height: 100%;
  }
  .dp-cards-history-paragraph .carousel-list.slick-slider .slick-prev {
    left: 30%;
    transform: translateX(-30%);
  }
  .dp-cards-history-paragraph .carousel-list.slick-slider .slick-next {
    left: 70%;
    transform: translateX(-70%);
  }
  .dp-cards-history-paragraph .carousel-list.slick-slider .slick-arrow {
    bottom: -40px;
    top: unset;
    right: unset;
  }
}

.dp-info-banner {
  margin: 40px 0;
}
.dp-info-banner .alert {
  margin: 0;
}
.dp-info-banner .alert .banner-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #000000;
}
.dp-info-banner .alert .banner-image img {
  width: 30px;
}

.dp-info-banners-paragraph {
  position: relative;
  margin: 60px 0;
}
.dp-info-banners-paragraph .slick-slider .slick-slide {
  height: min-content;
}
.dp-info-banners-paragraph .dp-info-banner {
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .dp-info-banners-paragraph .dp-info-banner {
    margin-bottom: 15px;
  }
}

.dp-card-list-paragraph {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.dp-card-list-paragraph .card-list-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
}
.dp-card-list-paragraph .item-list {
  text-decoration: none; }
.dp-card-list-paragraph .item-list:hover {
  text-decoration: underline;
}
.dp-cards-list-paragraph {
  margin: 40px 0;
}
.dp-cards-list-paragraph h2 {
  font-weight: 700;
}
.dp-cards-list-paragraph .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 10px;
}
@media only screen and (max-width: 992px) {
  .dp-cards-list-paragraph .cards-wrapper {
    grid-template-columns: repeat(2, 1fr); 
  }
}
@media only screen and (max-width: 767px) {
  .dp-cards-list-paragraph .cards-wrapper {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=new_styles.css.map */
