/* Hide image titles on hover */
img {	pointer-events:none; }
.gfield-label-hidden .gfield_label {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 639px) {
  .gfield-label-hidden .gfield_label {
    max-height: 0;
    margin-bottom: 0;
  }
}
.icon-blue, .icon-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 60px;
}
.icon-blue {
  color: #ffc20e;
  background: url(https://storageocfaprod001.blob.core.windows.net/blobocfaprod01/2025/08/icon-shield-blue.svg) no-repeat;
}
.icon-yellow {
  color: #1F273D;
  background: url(https://storageocfaprod001.blob.core.windows.net/blobocfaprod01/2025/08/icon-shield-yellow.svg) no-repeat;
}