/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/commercial-type-overview.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.commercial-type {
  padding: 3.2rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .commercial-type {
    padding: 6.4rem 1.6rem;
  }
}
.commercial-type__wrapper {
  max-width: 128rem;
  margin: 0 auto;
}
.commercial-type__main-title {
  margin-bottom: 3.2rem;
  text-align: center;
  color: rgb(var(--grey-dark));
}
.commercial-type__overview {
  margin: 0 -0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.commercial-type__item {
  width: 100%;
  padding: 0 0.8rem;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 576px) {
  .commercial-type__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .commercial-type__item {
    width: 25%;
  }
}
.commercial-type__card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0.1rem solid rgba(var(--grey-light), 0.3);
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0 rgba(var(--grey-light), 0.3);
  background-color: rgb(var(--white));
}
.commercial-type__card img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 523/393;
}
.commercial-type__body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.commercial-type__header {
  margin-bottom: 3.2rem;
}
.commercial-type__title {
  margin-bottom: 0;
}
.commercial-type__info span {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.commercial-type__info-icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0rem;
  margin-right: 0.32rem;
  top: -0.3rem;
  display: inline-block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(../../images/icon-question-circle.svg);
}
.commercial-type .bullet-points {
  padding-bottom: 0.5rem;
  margin-bottom: auto;
}
.commercial-type__link {
  margin-top: auto;
}
.commercial-type__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: rgba(var(--grey-dark), 0.7);
  overflow: auto;
  z-index: 1000;
}
.commercial-type__modal--show {
  display: block;
  animation-name: modal-bg;
  animation-duration: 0.2s;
}
.commercial-type__modal-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 98%;
  max-width: 68rem;
  max-height: 95vh;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 3.2rem 1.6rem 1.6rem 1.6rem;
  transform: translate(-50%, -50%);
  background: rgb(var(--white));
  overflow: auto;
  z-index: 1040;
}
@media only screen and (min-width: 992px) {
  .commercial-type__modal-content {
    padding: 4.8rem 4rem;
  }
}
.commercial-type__modal-content--hidden {
  display: none;
}
.commercial-type__modal-close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  font-style: normal;
  font-size: 28px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  color: rgb(var(--grey-dark));
  opacity: 0.65;
  z-index: 1046;
}
.commercial-type__modal-close:hover {
  text-decoration: none;
  color: rgb(var(--grey-dark));
  opacity: 1;
}
@keyframes modal-bg {
  0% {
    background-color: rgba(var(--grey-dark), 0);
  }
  100% {
    background-color: rgba(var(--grey-dark), 0.7);
  }
}
