@import url('../../../commons/blocks/services/ccp-video/ccp-video.css');
.ccp-video-container-content {
  background: var(--tertiary-white);
  padding-block: 40px;
  @media (width >= 786px) {
    padding-block: 56px;
  }
  .ccp-video__text {
    .ccp-video__pretitle :is(h1, h2, h3, h4, h5, h6, p) {
      color: var(--primary-blue-700);
      font-style: normal;
      font-size: var(--body-font-size-xxs);
      font-weight: var(--fw-700);
      line-height: var(--heading-lh-4--mob-text-medium);
      text-transform: uppercase;
      @media (width >= 786px) {
        font-size: var(--body-font-size-xs);
        line-height: var(--heading-lh-6-des);
      }
    }
    .ccp-video__title :is(h1, h2, h3, h4, h5, h6, p) {
      color: var(--secondary-black);
      font-feature-settings:
        'liga' off,
        'clig' off;
      font-size: var(--body-font-size-l);
      font-weight: var(--fw-700);
      line-height: var(--heading-lh-1--mob-display);
      margin-top: 4px;
      margin-bottom: 8px;
      @media (width >= 786px) {
        font-size: var(--heading-font-1-des);
        margin-top: 12px;
        margin-bottom: 16px;
      }
    }
    .ccp-video__desc :is(h1, h2, h3, h4, h5, h6, p) {
      color: var(--primary-main);
      font-feature-settings:
        'liga' off,
        'clig' off;
      font-size: var(--body-font-size-xxs);
      font-weight: var(--fw-300);
      line-height: var(--heading-lh-19-mob-display);
      margin-top: 0;
      margin-bottom: 24px;
      @media (width >= 786px) {
        font-size: var(--body-font-size-xs);
        margin-bottom: 40px;
      }
    }
  }
  .ccp-video__text--desktop .ccp-video__desc {
    display: block;
  }
  .ccp-video__text--mobile .ccp-video__desc {
    display: none;
  }
  .ccp-video__video {
    aspect-ratio: unset;
    .play-button-wrapper {
      .play-pause-button {
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        transform: scale(1);
        background: url('/icons/play-icon-40.svg') no-repeat;
        @media (width >= 786px) {
          top: calc(50% - 32px);
          left: calc(50% - 32px);
          height: 64px;
          width: 64px;
          background: url('/icons/play-icon-64.svg') no-repeat;
        }
      }
    }
  }
}
