.page-error.instant {
  background: none;
}
.error-code-container .product-image {
  max-width: 200px;
  margin: auto;
  padding: 53px;
  background: #000;
  overflow: hidden;
  margin-bottom: 30px;
  clip-path: circle(50% at 50% 50%);
  max-height: 200px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-code-container .product-image .rounded-image {
  border-radius: 0;
  aspect-ratio: 1 / 1;
  object-fit: unset;
  width: 100%;
  max-width: max-content;
}
.support-error-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 872px;
  margin: auto;
  gap: 24px;
}
.error-code-container .block-heading h3 {
  margin-bottom: 0;
}
.error-description {
  max-width: 600px;
  margin: auto;
}
.error-messages-body {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: auto;
}
.error-img-text {
  display: flex;
  align-items: center;
  background: var(--grey-06);
  padding: 14px;
  gap: 24px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: #FAFAFA;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.error-img-text:nth-child(2n) {
  margin-right: 0;
}

.error-text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--acBlueText);
}

.error-img img {
  width: 88px;
  height: 88px;
  max-width: 88px;
  border-radius: 100%;
  background: var(--acBlueNight);
  aspect-ratio: 1 / 1;
}


.error-code-body.three-carousel {
  padding: 0 75px;
}

.error-code-body.three-carousel .error-img img {
  max-width: 70px;
}

.error-code-body.three-carousel .error-img {
  min-width: 70px;
}

/*error code slick slide */
.slick-slide .error-img-text {
  margin: 0 10px;
  margin-bottom: 10px;
}

.error-card {
  padding: 0;
  width: 424px;
  max-width: 100%;
}
.error-card a .error-img-text {
  height: 100%;
}
div[class*="blockproductsupport-headers-errorcode"] {
  margin-top: 32px;
}
@media (max-width:767px) {
  .slick-slide .error-img-text {
    margin: 0;
    margin-bottom: 10px;
  }
  .error-img-text {
    flex-basis: 100%;
    margin-right: 0;
  }
  .slick-slide.error-card {
    padding: 0 10px;
  }
  div[class*="blockproductsupport-headers-errorcode"] {
    margin-top: 16px;
  }
}

.error-text {
  color: var(--grey-02);
}

.error-card a:hover .error-text {
  color: var(--acBlueText);
}

.error-card a:hover .error-img-text {
  border: 2px solid #D1D1D1;
  background: #F1F1F1;
  -webkit-transition: background ease-in-out 0.5s, border ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s, border ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s, border ease-in-out 0.5s;
  transition: ease-in-out 0.5s, border ease-in-out 0.5s;
}
.error-card a:hover {
  text-decoration: none;
}

.error-code-container .btn-outline-primary {
  margin: auto;
  text-align: center;
  display: block;
}
.error-text strong {
  font-family: "RocheSans-Medium", "Arial", "Arial Narrow";
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  color: var(--acNeutrals-Black);
}
