.techSheetMktpWrapper {
  margin-bottom: 20px;
}

.techSheetMktpItem {
  margin-bottom: 30px;
  margin-bottom: 2.5rem;
}

.techSheetMktpItemTitle {
  margin-bottom: 16px;
  font-family: 'VP Next', sans-serif;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.techSheetMktpItemContent {
  font-size: 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
}

.technicalSheetMkt {
  margin-bottom: 24px;
  border-bottom: 2px solid #e1e1e4;
}

.technicalSheetMktItem {
  padding: 24px 24px 0 24px;
}

.technicalSheetMktTitle {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  cursor: pointer;
  font-family: 'VP Next', sans-serif;
  font-size: 13.5px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22;
}

.active .technicalSheetMktTitle {
  cursor: default;
}

.technicalSheetMktItem .technicalSheetMktTitle :after {
  font-family: 'VPIcons', sans-serif;
  font-size: 10.5px;
  font-size: 0.875rem;
  content: 'e';
  line-height: 1.5em;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
}

.active .technicalSheetMktItem .technicalSheetMktTitle :after {
  color: #464650;
}

.technicalSheetMktContent {
  margin-bottom: 24px;
}

.technicalSheetMktBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
}

.technicalSheetMktBlockTitle {
  width: 210px;
  padding-right: 24px;
  font-weight: 600;
}

.technicalSheetMktBlockClassic {
  margin-bottom: 24px;
  font-size: 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
}

.technicalSheetMktBrandContentShowMore {
  position: absolute;
  top: calc(550px - 4rem - 1.5em);
  z-index: 2;
  font-weight: 500;
  text-align: center;
  padding: 9px;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.technicalSheetMktBrandContentShowMore:after {
  display: block;
  font-family: 'VPIcons', sans-serif;
  font-size: 36px;
  font-size: 3rem;
  content: 'e';
}

.legalMktTechnicalSheet12 .catalogMentions {
  font-family:
    HK Grotesk,
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  border-top: 2px solid #e1e1e4;
}

#dsaContent a,
#dsaContent a:hover,
#dsaContent a:visited,
#dsaContent a:active {
  color: black;
  text-decoration: underline;
}