.scaffoldSupplier .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter-half);
}
.scaffoldSupplier .logo-container img {
  max-width: 420px;
}
.scaffoldSupplier .intro {
  margin-bottom: var(--gutter-half);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.scaffoldSupplier .intro h1 {
  font-size: var(--font-size-xlarge);
  line-height: var(--font-size-xlarge);
  margin-bottom: var(--gutter-half);
  font-weight: 700;
  margin-top: 0;
  color: #333;
}
.scaffoldSupplier .intro p {
  max-width: 640px;
}
.scaffoldSupplier .intro .supplier-btn-actions {
  margin: var(--gutter-half) 0;
}
.scaffoldSupplier .intro .supplier-btn-actions a {
  background: #74c167;
  padding: 8px 40px !important;
  border-radius: 25px;
  text-transform: uppercase;
  border: none;
  color: white;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.5 !important;
}
.scaffoldSupplier .intro .supplier-btn-actions a:hover {
  background: #77a520;
}
.scaffoldSupplier .IconTiles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--gutter-half);
  flex-direction: column;
}
@media (min-width: 992px) {
  .scaffoldSupplier .IconTiles {
    gap: var(--gutter-half);
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.scaffoldSupplier .IconTiles .Tile {
  margin-bottom: var(--gutter-half);
}
@media (min-width: 992px) {
  .scaffoldSupplier .IconTiles .Tile {
    margin-bottom: 0;
  }
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent {
  position: relative;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentIcon {
  max-width: 100%;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentIcon img {
  min-height: 300px;
  max-height: 300px;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentHeading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scaffoldSupplier .IconTiles .Tile .TileWrapper .TileContent .TileContentHeading h4 {
  color: #fff;
  font-size: 26px;
  color: white;
  padding: 15px 30px;
  border: 3px solid white;
  border-radius: 100px;
  margin: 0 0 10px 0;
  vertical-align: middle;
  display: inline-block;
}
.scaffoldSupplier .video-container {
  background-color: #eee;
  padding: var(--gutter);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scaffoldSupplier .video-container iframe {
  width: 700px;
  height: 360px;
}/*# sourceMappingURL=style.css.map */