<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.children-iframe {
  position: relative !important;
  top: 50%;
  transform: translateY(-50%);
}

.header-text-iframe {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  margin-left: 20px;
}


@media (max-width: 575.98px) {
  .header-text-iframe {
    font-size: 16px;
  }
}

@media (max-width: 260px) {
  .header-text-iframe {
    font-size: 12px;
  }
}

.header-img-iframe {
  vertical-align: middle;
  max-height: 56px;
  max-width: 160px;
}

.header-button-iframe, .header-button-iframe:hover, .header-button-iframe:visited {
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ff5357;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
</pre></body></html>