.pdm-image-with-benefits-section {
  width: 100%;
  padding: 0;

  @media screen and (min-width: 769px) {
    width: 100vw;
  }
}

.pdm-image-with-benefits-section .container-image-benefits {
  display: flex;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  width: 100%;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 0;
  }
}

.pdm-image-with-benefits-section .container-image-benefits .pdm-benefits-image {
  width: 100%;
  max-height: 308px;
  height: 100%;
  align-self: stretch;
  aspect-ratio: 9/16;

  @media screen and (min-width: 769px) {
    width: 50%;
    height: 100%;
    max-height: 810px;
  }
}

.pdm-image-with-benefits-section .container-image-benefits .pdm-benefits-image .pdm-benefits-image-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pdm-image-with-benefits-section .container-image-benefits .list-benefits {
  display: flex;
  align-items: flex-start;
  padding: 0 16px 48px 16px;
  width: 100%;

  @media screen and (min-width: 769px) {
    padding: 48px 64px 48px 0px;
    flex: 1 0 0;
  }
}

.pdm-image-with-benefits-section .container-image-benefits .list-benefits .wrapper-benefits {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  flex: 1 0 0;
  width: 100%;

  @media screen and (min-width: 769px) {
    gap: 32px;
    align-items: flex-start;
    padding-top: 0;
  }
}

.pdm-image-with-benefits-section .container-image-benefits .list-benefits .wrapper-benefits .swiper.benefits-wrapper-items-mobile {
  display: block;
  width: 100%;

  @media screen and (min-width: 769px) {
    display: none;
  }
}

.pdm-image-with-benefits-section .container-image-benefits .list-benefits .wrapper-benefits .benefits-wrapper-items.desktop {
  display: none;
  @media screen and (min-width: 769px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 0;
    gap: 55px;
    row-gap: 16px;
  }
}

.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;

  @media screen and (min-width: 769px) {
    flex: 1 0 0;
    padding: 8px 0;
  }
}

.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items
  .benefit-header {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;

  @media screen and (min-width: 769px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items
  .pdm-benefit-icon {
  display: flex;
  padding: 4px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  background: var(--pdm-section-image-with-benefits-button-background-color-get, #ea1947);
  background-blend-mode: multiply;
  width: fit-content;
}

.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items
  .pdm-benefit-icon
  .pdm-benefit-icon-inner {
  display: flex;
  padding: 10.154px;
  align-items: center;
  justify-content: center;
  gap: 10.154px;
  border-radius: 126.923px;
  border: 2px solid var(--pdm-section-image-with-benefits-button-text-color-get, #ffffff);
  width: 60px;
  height: 60px;
  background: var(--pdm-section-image-with-benefits-button-background-color-get, #ea1947);
}

.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items
  .pdm-benefit-icon
  img,
.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items
  .pdm-benefit-icon
  svg {
  width: 27.69px;
  height: 27.69px;
  aspect-ratio: 27.69/27.69;
  display: block;
}

.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items
  .title-benefits {
    flex: 1 0 0;
    color: var(--pdm-section-image-with-benefits-text-color, #000000);
    font-family: "Clio Ultra Black Ob", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 85%;

    @media screen and (min-width: 769px) {
      align-self: stretch;
      flex: none;
    }
}

.pdm-image-with-benefits-section
  .container-image-benefits
  .list-benefits
  .wrapper-benefits
  .benefits-wrapper-items
  .benefits-items
  .description-benefits {
  align-self: stretch;
  color: var(--pdm-section-image-with-benefits-text-color, #000000);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.pdm-image-with-benefits-section .container-image-benefits .list-benefits .wrapper-benefits .button-get-wrapper {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--pdm-section-image-with-benefits-button-background-color-get, #ea1947);
  color: var(--pdm-section-image-with-benefits-button-text-color-get, #ffffff);
  font-family: "Clio Ultra Black Ob", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;

  @media screen and (min-width: 769px) {
    width: 248px;
  }
}

.swiper.benefits-wrapper-items-mobile {
  width: 100%;
  height: 100%;
}

.benefits-wrapper-items-mobile .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.benefits-wrapper-items-mobile .swiper-wrapper {
  margin-bottom: 48px;
}

.benefits-wrapper-items-mobile .swiper-pagination.swiper-pagination-bullets {
  margin-top: 48px;
}

.benefits-wrapper-items-mobile .swiper-slide .benefit-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.benefits-wrapper-items-mobile .swiper-slide .benefit-header .title-benefits {
  color: var(--pdm-section-image-with-benefits-text-color, #000000);
  font-family: "Clio Ultra Black Ob", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 auto;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 70%;
  text-align: center;
}

.benefits-wrapper-items-mobile .swiper-slide .benefit-header .pdm-benefit-icon {
  display: flex;
  padding: 4px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  background: var(--pdm-section-image-with-benefits-button-background-color-get, #ea1947);
  background-blend-mode: multiply;
  width: fit-content;
}

.benefits-wrapper-items-mobile .swiper-slide .benefit-header .pdm-benefit-icon .pdm-benefit-icon-inner {
  display: flex;
  padding: 10.154px;
  align-items: center;
  justify-content: center;
  gap: 10.154px;
  border-radius: 126.923px;
  border: 2px solid var(--pdm-section-image-with-benefits-button-text-color-get, #ffffff);
  width: 60px;
  height: 60px;
  background: var(--pdm-section-image-with-benefits-button-background-color-get, #ea1947);
}

.benefits-wrapper-items-mobile .swiper-slide .description-benefits {
  margin-bottom: 0;
  align-self: stretch;
  color: var(--pdm-section-image-with-benefits-text-color, #000000);
  font-family: "Helvetica Neue LT Std Roman", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.benefits-wrapper-items-mobile .swiper-slide img {
  display: block;
  width: 27.69px;
  height: 27.69px;
  aspect-ratio: 27.69/27.69;
}

.benefits-wrapper-items-mobile .swiper-pagination-bullet-active {
  background: var(--pdm-section-image-with-benefits-text-color, #000000);
}