<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section-content {
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}

.fp-section-content .fp-section {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fp-section-content .fp-section .fp-slide-wrap {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  height: 100%;
  width: auto;
  position: relative;
}

.fp-section-content .fp-section .fp-slide-wrap .fp-slide {
  display: inline-block;
  height: 100%;
  float: left;
}

.fp-controller {
  position: fixed;
  right: 10px;
  width: 10px;
  height: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-controller .fp-controller-dotted {
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.5s ease-in-out;
}

.fp-controller .fp-controller-dotted.active {
  background: #000;
  border-color: #fff;
}
</pre></body></html>