@media screen and (max-width: 1024px) {
  p {
    outline: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  p {
    outline: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 500px) {
  p {
    outline: none;
  }
}
.c-intro__downloads {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-intro__downloads {
    gap: 8px;
  }
  .c-intro__downloads .c-btnA {
    width: 230px;
  }
}
.c-intro__downloads-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-intro__downloads-note {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

.c-articlelist--workshop .c-articlelist__image {
  width: 240px;
  aspect-ratio: 16/9;
  background-color: #f5f5f5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-articlelist--workshop .c-articlelist__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.c-articlelist--workshop .c-articlelist__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .c-articlelist--workshop .c-articlelist__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-articlelist__image img,
.c-wysywig img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}/*# sourceMappingURL=workshop.css.map */