@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url("etmodules.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  color: #666;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a { color: #1d0c72; text-decoration: none; }
img { max-width: 100%; height: auto; border: 0; }

h1, h3 {
  color: #333;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 10px;
}

h1 { font-size: 30px; }
h3 { font-size: 22px; }
p { padding-bottom: 1em; }
p:last-of-type { padding-bottom: 0; }

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#main-header .container {
  position: relative;
  height: 66px;
  padding: 0 32px 0 30px;
}

.logo_container {
  position: absolute;
  inset: 0 auto 0 30px;
  display: flex;
  align-items: center;
  height: 66px;
}

#logo { display: block; height: 36px; width: auto; }

#et-top-navigation {
  float: right;
  padding-top: 22px;
  font-weight: 600;
}

#top-menu { list-style: none; line-height: 0; }
#top-menu li { display: inline-block; font-size: 14px; }
#top-menu a {
  color: #1d0c72;
  display: block;
  padding-bottom: 22px;
}

.hero {
  position: relative;
  min-height: 70vh;
  margin-top: 66px;
  overflow: hidden;
  background: #fff;
}

#particles-js {
  position: absolute;
  inset: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: transparent;
}

#particles-js canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.slider {
  position: relative;
  z-index: 2;
  min-height: 70vh;
  pointer-events: none;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

.slide.is-active {
  opacity: 1;
  visibility: visible;
}

.slide-image {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 47.25%;
  transform: translateY(-50%) translateX(-10%);
  opacity: 0;
}

.slide.is-active .slide-image {
  animation: fadeLeft 0.7s ease-in-out 0.6s both;
}

.slide-image img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes fadeLeft {
  from { opacity: 0; transform: translateY(-50%) translateX(-10%); }
  to { opacity: 1; transform: translateY(-50%) translateX(0); }
}

.section { padding: 54px 0; }
.row { width: min(1080px, calc(100% - 60px)); margin: 0 auto; }
.row.intro { padding-bottom: 32px; }
.row.intro h1 { text-align: center; font-weight: 700; }

.divider { height: 0; max-width: 30%; margin: 10px auto 0; }
.divider:before {
  content: "";
  display: block;
  border-top: 3px groove #1d0c72;
}

.cards { display: flex; gap: 5.5%; padding: 32px 0 27px; }
.blurb { flex: 1; text-align: center; }

.et-pb-icon {
  font-family: ETmodules, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  color: #090423;
  display: inline-block;
}

.blurb h3 { font-weight: 700; font-variant: small-caps; }

.et-waypoint {
  opacity: 0;
  transform: translateY(10%);
}

.et-waypoint.is-visible {
  animation: fadeBottom 0.7s linear forwards;
}

@keyframes fadeBottom {
  from { opacity: 0; transform: translateY(10%); }
  to { opacity: 1; transform: translateY(0); }
}

#main-footer { background: #222; }

#footer-bottom {
  background: rgba(0, 0, 0, 0.32);
  padding: 15px 0 5px;
}

#footer-bottom .container {
  width: min(1080px, calc(100% - 60px));
  margin: 0 auto;
  overflow: hidden;
}

#footer-info {
  float: left;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#footer-info a { color: inherit; }

.page {
  margin-top: 66px;
  padding: 54px 0;
}

.page h1.page-title {
  text-align: center;
  font-weight: 700;
}

.prose { padding-top: 32px; }
.prose ol { margin: 0 0 1em 1.3em; }
.prose li { padding-bottom: 0.35em; }

.et-social-icons { float: right; list-style: none; }
.et-social-icons li { display: inline-block; margin-left: 20px; }
.et-social-icon a { color: #666; font-size: 25px; }
.et-social-icon a:hover { color: #090423; }
.et-social-icon span { display: none; }
.et-social-icon a.icon:before { font-family: ETmodules, sans-serif; }
.et-social-facebook a.icon:before { content: "\e093"; }
.et-social-twitter a.icon:before { content: "\e094"; }
.et-social-instagram a.icon:before { content: "\e09a"; }

@media (max-width: 980px) {
  .cards { display: block; }
  .blurb { margin-bottom: 30px; }
  #footer-info, .et-social-icons { float: none; text-align: center; }
}

@media (max-width: 767px) {
  .slide-image {
    left: 6%;
    width: 88%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slide.is-active .slide-image {
    animation: none;
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  .et-waypoint { opacity: 1; transform: none; }
  .et-waypoint.is-visible { animation: none; }
}
