.cdc__content {
  padding: 138px 0px;
  @media (max-width: 992px) {
    padding: 120px 0px;
  }
  h3 {
    font-size: var(--body-regular-size);
    font-weight: var(--body-regular-weight);
    line-height: var(--body-regular-line);
    margin-bottom: 10px;
    color: #656565;
  }
  h2 {
    font-size: var(--heading-1-size);
    font-weight: var(--heading-1-weight);
    line-height: var(--heading-1-line);
    margin-bottom: 20px;
    color: #000;
  }
  p {
    font-size: var(--body-regular-size);
    font-weight: var(--body-regular-weight);
    line-height: var(--body-regular-line);
    color: #656565;
    margin-bottom: 50px;
    @media (max-width: 992px) {
      margin-bottom: 25px;
    }
  }
  a {
    font-size: var(--body-bold-size);
    font-weight: var(--body-bold-weight);
    line-height: var(--body-bold-line);
    color: #000;
    margin-bottom: 69px;
    @media (max-width: 992px) {
      margin-bottom: 35px;
    }
  }
  .link-arrow span::after,
  .link-arrow span::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 8.7' style='enable-background:new 0 0 18 8.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cg%3E%3Crect x='0.5' y='3.6' class='st0' width='15.2' height='1.5'/%3E%3C/g%3E%3Cg%3E%3Cpolygon class='st0' points='13.2,8.7 12.1,7.6 15.4,4.3 12.1,1.1 13.2,0 17.5,4.3 '/%3E%3C/g%3E%3C/svg%3E ");
  }
  .btn-link:hover {
    color: #000;
  }
  .btn-link::after {
    border-bottom: 2px solid #000;
  }
}

.cdc__content {
  .cdc__content__items {
    display: flex;
    width: 100%;
    @media (max-width: 700px) {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 0px;
      margin-right: 0px;
    }
    .cdc__content__item__chip {
      position: absolute;
      top: 27px;
      left: 27px;
      background-color: white;
      padding: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 16px;
      svg {
        position: relative;
        top: -2px;
        margin-right: 5px;
      }
    }
    [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px;
    }
    .hero__button {
      font-size: var(--body-small-xs-bold-size);
      font-weight: var(--body-small-xs-bold-weight);
      line-height: var(--body-small-xs-bold-line);
      padding: 7px 23px;
      margin-bottom: 0px;
    }
    .card .slide.slide2 {
      .content {
        height: 100%;
        width: 100%;
      }
    }
    @media (max-width: 1200px) {
      .card .slide.slide2 {
        transform: translateY(0px);
      }
      .card:hover .slide.slide2 {
        transform: translateY(0px);
      }
      .hero__button {
        font-size: 16px;
        font-weight: bold;
        line-height: 31px;
        padding: 3.5px 25px;
      }
    }
    dialog {
      padding: 0;
      border: none;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      max-width: 90vw;
      max-height: 90vh;
      overflow: auto;
      width: 100%;
      max-width: 1140px;
      .modal-header {
        border-bottom: none;
        .modal-title {
          font-size: 25px;
          font-weight: 600;
          line-height: 38px;
          color: #212121;
          margin-top: 50px;
        }
        p {
          font-size: 21px;
          font-weight: 400;
          line-height: 30px;
          color: #656565;
          margin-bottom: 6px;
        }
      }
      .modal-body {
        padding-top: 0px;
        .modal_gallery .swiper-wrapper .slick-list img {
          height: 290px;
        }
        .modal_gallery .swiper-container .swiper-wrapper {
          .slick-next {
            right: 10px;
          }
          .slick-next::before {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.28613%201.1665L0.952798%204.49984L4.28613%207.83317%22%20stroke%3D%22%239C9E9F%22%2F%3E%3C%2Fsvg%3E");
            transform: rotate(180deg);
            margin-right: 3px;
          }
          .slick-prev {
            left: 10px;
          }
          .slick-prev::before {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.28613%201.1665L0.952798%204.49984L4.28613%207.83317%22%20stroke%3D%22%239C9E9F%22%2F%3E%3C%2Fsvg%3E");
            transform: rotate(0deg);
            margin-left: 3px;
          }
        }
        .modal_gallery .swiper-wrapper .slick-arrow {
          width: 25px;
          height: 25px;
        }
        .modal_content_left {
          padding-left: 25px;
          padding-right: 20px;
          strong {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #000;
            text-transform: uppercase;
          }
          span {
            font-size: 14px;
            font-weight: lighter;
            line-height: 24px;
            color: #656565;
          }
          p {
            font-size: 16px;
            font-weight: normal;
            line-height: 24px;
            color: #656565;
          }
        }
        .modal_content_right {
          padding-left: 30px;
          padding-right: 30px;
          strong {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #000;
            text-transform: uppercase;
          }
          li {
            color: #656565;
            margin-bottom: 10px;
            break-inside: avoid;
            i {
              font-size: 20px;
              margin-right: 16px;
            }
          }
          .list-unstyled {
            margin-top: 33px;
            column-count: 2;
            column-gap: 20px;
          }
        }
        .modal_button {
          padding-left: 25px;
          .hero__button {
            padding: 7px 17px;
          }
        }
      }
      .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        background-color: transparent;
        border: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.5;
        cursor: pointer;
      }

      .close:hover {
        opacity: 0.75;
      }
    }
    dialog::backdrop {
      background-color: rgba(0, 0, 0, 0.5);
    }
  }
  .card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #fff;
  }
  .card .slide {
    width: 370px;
    height: 260px;
    transition: 0.5s;
  }
  .card .slide.slide1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: 0.7s;
    transform: translateY(0px);
  }
  .card:hover .slide.slide1 {
    transform: translateY(0px);
  }
  .card .slide.slide2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px 15px 15px;
    box-sizing: border-box;
    transition: 0.8s;
    transform: translateY(0px);
  }
  .card:hover .slide.slide2 {
    transform: translateY(0px);
  }
  .card .slide.slide2 .content p {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #606060;
    min-height: 3em;
    font-size: var(--body-small-regular-size);
    font-weight: var(--body-small-regular-weight);
    line-height: var(--body-small-regular-line);
  }
  .card .slide.slide2 .content h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: var(--main-lead-bold-size);
    font-weight: var(--main-lead-bold-weight);
    line-height: var(--main-lead-bold-line);
    text-align: left;
    color: #000;
  }
  .card .slide.slide2 .content ul {
    margin-top: 0.5rem;
    margin-bottom: 15px;
  }
  .card .slide.slide2 .content ul li {
    img {
      margin-right: 10px;
    }
  }
  .card .slide.slide2 .content ul li span {
    color: #606060;
  }
  @media (max-width: 1200px) {
    .card .slide {
      width: 315px;
      height: 237px;
    }
    .card .slide.slide2 .content ul {
      margin-top: 0.5rem;
      margin-bottom: 10px;
    }
  }
}
