.product {
  padding: 4rem 0;
  background-image: url(../../images/templates/blue-square-top.svg);
  background-repeat: no-repeat;
  background-position: left -45rem top -10rem;
  background-size: 60rem;
  min-height: 48rem;
}

.product__breadcrumbs {
  padding: 0;
  padding-top: 8rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #3a9cff;
}

.product__breadcrumbs ul li {
  display: inline-block;
}

.product__breadcrumbs ul li a {
  font-family: "Futura-Light", sans-serif;
  font-size: 1.6rem;
}

.product__breadcrumbs ul li a::after {
  content: "»";
  padding: 0 0.5rem;
}

.product__breadcrumbs ul li:last-of-type a::after {
  content: "";
}

.product__breadcrumbs ul li a.product__breadcrumbs--bold {
  font-family: "Futura-Dem", sans-serif;
}

.product__item {
  padding: 2rem 0 5rem 0;
}

.product__img {
  width: 80%;
}

.product__img img {
  width: 100%;
}

.product__text {
  padding-top: 2rem;
}

.product__text h1 {
  font-size: 3rem;
}

.product__teaser {
  padding: 2rem 0;
}

.product__teaser h2 {
  font-size: 2.2rem;
  font-family: "Futura-Light", sans-serif;
}

.product__border {
  height: 0.1rem;
  width: 3rem;
  background: #0099ff;
}

.product__content {
  padding-top: 2rem;
  overflow: hidden;
  height: 26rem;
}

.product__content p,
.product__content ul,
.product__content ol,
.product__content h1,
.product__content h2,
.product__content h3,
.product__content h4,
.product__content h5,
.product__content h6 {
  padding-bottom: 2rem;
}

.product__content a {
  color: #152b75 !important;
  font-family: "Futura-Medium", sans-serif !important;

}

.product__content a:focus,
.product__content a:hover {
  color: #0099ff;
}

.product__content p b,
.product__content strong,
.product__content em,
.product__content strong a {
  font-size: 1.6rem;
  font-family: "Futura-Medium", sans-serif;
  line-height: 2.6rem;
}

.product__content ul li,
.product__content ol li,
.product__content a {
  font-family: "Futura-Light", sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.product__content ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0;
}

.product__content ol li {
  counter-increment: my-awesome-counter;
  position: relative;
}

.product__content ol li::before {
  content: counter(my-awesome-counter) ".";
  color: #0099ff;
  padding-right: 8px;
  font-family: "Futura-Dem", sans-serif;
}

.product__content ul li::before {
  content: "•";
  /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #0099ff;
  /* Or a color you prefer */
}

.product__content h1 {
  font-size: 3rem;
}

.product__content h2 {
  font-size: 2.8rem;
}

.product__content h3 {
  font-size: 2.6rem;
}

.product__content h4 {
  font-size: 2.4rem;
}

.product__content h5 {
  font-size: 2.2rem;
}

.product__content h6 {
  font-size: 2rem;
}

.product__btn,
.product__fold {
  padding-top: 2rem;
}

.product__fold {
  padding-bottom: 4rem;
}

.fadeout {
  position: relative;
  bottom: 4em;
  height: 4em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.product__header h3 {
  color: #152b75;
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 4rem;
}

.product__technical {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.product__technical tr th,
.product__technical tr td {
  text-align: left !important;
}

.product__table {
  overflow-x: auto;
}

.product__table table {
  width: 100%;
}

.product__table tr {
  border-bottom: 1px solid #c6c6c6;
}

.product__table tr td {
  font-family: "Futura-Light", sans-serif;
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.product__table tr td:first-of-type,
.product__table tr th,
.product__execution p b {
  font-family: "Futura-Dem", sans-serif;
  font-size: 1.8rem;
  font-weight: 100;
  text-align: center;
}

.product__table tr td:nth-child(2),
.product__table tr th:nth-child(2) {
  text-align: left;
}

.product__execution tr {
  border: none;
  border-bottom: 1px solid #c6c6c6;
}

.product__execution td,
.product__execution th {
  border: none;
}

.product__execution th:nth-child(3),
.product__execution td:nth-child(3),
.product__execution th:nth-child(4),
.product__execution td:nth-child(4) {
  text-align: center;
}

.product__execution td.buttonCell {
  text-align: right;
}

.more {
  vertical-align: middle;
  cursor: pointer;
}

.more-info {
  display: none;
}

.more-info__content {
  white-space: pre-line;
}

.product__execution {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

@media (max-width: 1200px) {
  .product {
    padding: 0;
    background-image: initial;
    background-repeat: initial;
    background-position: initial;
    background-size: initial;
    min-height: initial;
  }

  .product__item {
    padding: 4rem 0;
  }
}

@media (max-width: 992px) {
  .product__execution {
    padding-top: 0;
  }

  .product__table tr td:first-of-type,
  .product__table tr th,
  .product__execution p b,
  .product__table tr td,
  .product__execution p {
    font-size: 1.2rem;
  }

  .more img {
    width: 2rem;
  }
}