.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

ux-iws-sf-page-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}
ux-iws-sf-page-title h1,
ux-iws-sf-page-title h2,
ux-iws-sf-page-title h3 {
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}
ux-iws-sf-page-title svg {
  width: 50px;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  ux-iws-sf-page-title {
    gap: 30px;
    margin-bottom: 60px;
  }
  ux-iws-sf-page-title h1,
  ux-iws-sf-page-title h2,
  ux-iws-sf-page-title h3 {
    font-size: 34px;
  }
  ux-iws-sf-page-title svg {
    width: 60px;
  }
}