<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ScrollToTop div {
  color: #8e0038;
  font-family: FS Me, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .ScrollToTop div {
    font-size: 14px;
  }
}
.ScrollToTop .ee_layout-box__item {
  display: flex;
  justify-content: flex-end;
}
.position-left &gt; .ScrollToTop .ee_layout-box__item {
  justify-content: flex-start;
}
.position-right &gt; .ScrollToTop .ee_layout-box__item {
  justify-content: flex-end;
}
.position-center &gt; .ScrollToTop .ee_layout-box__item {
  justify-content: center;
}
.ScrollToTop div a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ScrollToTop .scrollToTop-icon {
  margin-right: 11px;
}
.ScrollToTop .scrollToTop-icon svg {
  position: relative;
  top: 3px;
}

.ScrollToTop div {
  color: #8e0038;
  font-family: FS Me, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .ScrollToTop div {
    font-size: 14px;
  }
}
.ScrollToTop .ee_layout-box__item {
  display: flex;
  justify-content: flex-end;
}
.position-left &gt; .ScrollToTop .ee_layout-box__item {
  justify-content: flex-start;
}
.position-right &gt; .ScrollToTop .ee_layout-box__item {
  justify-content: flex-end;
}
.position-center &gt; .ScrollToTop .ee_layout-box__item {
  justify-content: center;
}
.ScrollToTop div a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ScrollToTop .scrollToTop-icon {
  margin-right: 11px;
}
.ScrollToTop .scrollToTop-icon svg {
  position: relative;
  top: 3px;
}

.position-center {
  text-align: center;
}
.position-center * {
  /* margin: auto; */
  margin-top: 0;
  margin-bottom: 0;
}
.position-right {
  text-align: right;
}
.position-right * {
  margin-left: auto;
}
.position-left {
  text-align: left;
}
.position-left * {
  margin-right: auto;
}
.tipp-box {
  text-align: left;
}

</pre></body></html>