/* Generated by vite-plugin-svg-spritemap */
.table-vpam {
  display: flex;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.table-vpam__col div {
  padding: 0 0.625rem;
}
.table-vpam__col div .table-vpam__cell-label {
  display: none;
  font-size: 0.75rem;
  color: #7C7C7C;
}
.table-vpam__col div:nth-child(1) {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(2) {
  height: 6.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(3) {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(4) {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__col div:nth-child(5) {
  height: 5rem;
  text-align: center;
}
.table-vpam__double-column {
  display: flex;
}
.table-vpam__double-column .table-vpam__col {
  text-align: center;
}
.table-vpam__double-column .table-vpam__col:nth-child(1) {
  border-right: 0.0625rem solid #333;
}
.table-vpam__col--legend {
  border: 0.0625rem solid transparent;
  width: 15%;
}
.table-vpam__legend {
  justify-content: start !important;
  padding-right: 0.625rem;
  text-align: start !important;
}
.table-vpam__col-group {
  background-color: #262626;
  border: 0.0625rem solid #333;
  width: 20%;
}
.table-vpam__col-group--vpam7 {
  width: 25%;
}
.table-vpam__group-head {
  border-bottom: 0.0625rem solid #333;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-vpam__group-head-legend {
  height: 3.125rem;
  border-bottom: 0.0625rem solid transparent;
}
.table-vpam__subhead {
  border-bottom: 0.0625rem solid #333;
}
.table-vpam__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-vpam__image {
  width: 100%;
  max-width: 15.625rem;
  height: auto;
  object-fit: contain;
}
.table-vpam__col-group--highlight {
  background-color: #2F2F2F;
  border-color: #b88a4a;
}/* Generated by vite-plugin-svg-spritemap */
.no-penetration__wrapper {
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  align-items: end;
}
.no-penetration__left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.no-penetration__right {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.no-penetration__certificate {
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  width: 100%;
}
.no-penetration__content {
  max-width: 33.75rem;
}
.no-penetration__gallery {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.no-penetration__gallery-img {
  width: calc(33.333% - 0.41625rem);
  height: 100%;
  border-radius: 0.375rem;
  object-fit: cover;
  aspect-ratio: 232/173;
}
.no-penetration .block-subtitle {
  font-weight: 500;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (max-width: 61.99875em) {
  .table-vpam {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.25rem;
    font-size: 0.875rem;
  }
  .table-vpam__col div {
    flex-direction: column;
  }
  .table-vpam__col div .table-vpam__cell-label {
    display: block;
  }
  .table-vpam__double-column .table-vpam__col {
    width: 50%;
  }
  .table-vpam__col--legend {
    display: none;
  }
  .table-vpam__col-group {
    width: 50%;
  }
}
@media (max-width: 47.99875em) {
  .table-vpam__col-group {
    width: 100%;
  }
  .no-penetration__left {
    width: 100%;
  }
  .no-penetration__right {
    order: 2;
    width: 100%;
  }
  .no-penetration__content {
    margin-bottom: 0.625rem;
  }
  .no-penetration__gallery {
    order: 3;
  }
}
@media (max-width: 20em) {
  .no-penetration .block-subtitle {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 91.875em) {
  .no-penetration .block-subtitle {
    margin-top: clamp( 2.5rem , 1.07391304348125rem  +  7.1304347826vw , 7.625rem );
  }
}
@media (min-width: 91.875em) {
  .no-penetration .block-subtitle {
    margin-top: 7.625rem;
  }
}