@layer ddsweb-one-tile {
  @keyframes M_7-9a_fadeIn {
    0% {
      background-position: 100% 0;
    }

    100% {
      background-position: -100% 0;
    }
  }

  @keyframes M_7-9a_bannerKeyframes {
    0% {
      background-color: #e5e5e5;
    }

    50% {
      background-color: #fff;
    }

    100% {
      background-color: #e5e5e5;
    }
  }

  @keyframes M_7-9a_commonKeyframes {
    0% {
      background-color: #e5e5e5;
    }

    50% {
      background-color: #f6f6f6;
    }

    100% {
      background-color: #e5e5e5;
    }
  }

  .M_7-9a_shimmer {
    background-image: linear-gradient(to right, #f6f6f6 0%, #e5e5e5 20%, #f6f6f6 40% 100%);
    background-size: 200% 100%;
    animation: 1.5s linear infinite M_7-9a_fadeIn;
  }

  .M_7-9a_skeletonAnimation {
    animation: 1s linear infinite M_7-9a_commonKeyframes;
  }

  .M_7-9a_delay0 {
    animation-delay: 0s;
  }

  .M_7-9a_delay025 {
    animation-delay: .25s;
  }

  .M_7-9a_delay05 {
    animation-delay: .5s;
  }

  .M_7-9a_delay075 {
    animation-delay: .75s;
  }

  .M_7-9a_delay1 {
    animation-delay: 1s;
  }

  .M_7-9a_delay125 {
    animation-delay: 1.25s;
  }

  .M_7-9a_card {
    width: 254px;
    height: 384px;
    padding: var(--ddsweb-theme-spacing-xs);
    border: 1px solid #e5e5e5;
  }

  .M_7-9a_content {
    height: 112px;
    margin-bottom: var(--ddsweb-theme-spacing-sm);
  }

  .M_7-9a_title {
    width: 214px;
    height: 16px;
    margin-bottom: var(--ddsweb-theme-spacing-xs);
    animation: 1s linear infinite M_7-9a_commonKeyframes;
  }

  .M_7-9a_body {
    width: 124px;
    height: 16px;
    animation: 1s linear infinite M_7-9a_commonKeyframes;
  }

  .M_7-9a_controls {
    align-items: end;
    height: 76px;
    display: flex;
  }

  .M_7-9a_input {
    width: 94px;
    height: 40px;
    margin-right: var(--ddsweb-theme-spacing-xs);
    background-color: #e5e5e5;
    display: inline-block;
  }

  .M_7-9a_banner {
    width: 136px;
    height: 136px;
    margin: 0 auto;
    margin-bottom: var(--ddsweb-theme-spacing-md);
    animation: 1s linear infinite M_7-9a_commonKeyframes;
  }

  .M_7-9a_button {
    border-radius: 20px;
    width: 108px;
    height: 40px;
    animation: 1s linear infinite M_7-9a_commonKeyframes;
    display: inline-block;
  }
}


/*# sourceMappingURL=8a9e0e80a2f7f04cc56c.css.map*/