#fw-section-image-f1a5b5a2-27a7-468d-8b8d-bf18471600f1 {

img {
  height: 90px;
}
}

#fw-section-custom-html-e4a59e51-d7ed-4571-bb46-21f4e89a1a6f {

hr.rounded {
  border-top: 1px solid #bbb;
  border-radius: 1px;
}
}
#fw-section-image-ff7cd3b7-e016-467d-be81-6e8f817d5d89 {

img {
  height: 60px;
}
}











#fw-section-custom-html-ce314160-4878-4c6f-8851-64a184dd0a48 {

div.scrollmenu {
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: #111;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
div.scrollmenu a:hover {
  background-color: #fff;
}

img{
  height: 50px;
}
}

#fw-section-custom-html-1ae2dd74-3caa-4fdf-985c-c260a6cd3d65 {

p {
  margin: 0;
  display: inline;
}

.notice {
  position: relative;
  margin: 1em;
  background: #E9ECEF;
  color: #111;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #ffffff;
  border-radius: 10px;
}

.notice:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #111;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;

}

.info {
  border-color: #E9ECEF;
}

.info:before {
  content: "📣";
  background-color: #fff;
}

.success {
  border-color: #2ECC40;
}

.success:before {
  content: "√";
  background-color: #2ECC40;
}

.warning {
  border-color: #FFDC00;
}

.warning:before {
  content: "!";
  background-color: #FFDC00;
}

.error {
  border-color: #FF4136;
}

.error:before {
  content: "X";
  background-color: #FF4136;
}
}