section {
  position: relative;
}

.SectionBackground {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SectionBackground .BackgroundDesktop, .SectionBackground .Shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SectionBackground .Shadow {
  box-shadow: inset 0 4px 20px rgba(0, 0, 0, 0.3);
}

blz-header {
  text-transform: uppercase;
  margin-top: 100px;
}

blz-card {
  text-align: center;
  color: white;
  background-color: #0b0d12;
  opacity: 0.8;
  box-sizing: border-box;
  border: 1px solid #00aeff;
  border-radius: 0px;
}
blz-card [slot=description] {
  white-space: pre-wrap;
  color: white;
}
blz-card blz-icon {
  margin-top: 32px;
  color: #00aeff;
}
blz-card:hover, blz-card:focus {
  border-color: white;
}
blz-card:hover blz-icon, blz-card:focus blz-icon {
  color: white;
}

.SectionBackground ::part(image) {
  object-fit: cover;
}