@font-face {
  font-family: "chaney-extended";
  src: url('https://22237041.fs1.hubspotusercontent-na1.net/hubfs/22237041/fonts/chaney-extended-webfont.woff2') format("woff2"),
       url('https://22237041.fs1.hubspotusercontent-na1.net/hubfs/22237041/fonts/chaney-extended-webfont.woff') format("woff");
}
h1, h2, h3, h4,
h1 p, h2 p, h3 p, h4 p {
  font-weight: normal !important;
}
@media (max-width: 767px) {
    .customrtm {
        width: 100% !important;
    }
}
.custom-content,
.top-header {
  background-color: #000;
  height: 50px;
  margin-bottom: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.top-header {
  z-index: 10;
  position: relative;
  background-color: #000;
}
.top-header .links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.top-header a {
  display: flex !important;
  align-items: center;
  color: #fff;
  gap: 8px;
  font-family: "chaney-extended", sans-serif !important;
  font-size: 11px;
  transition: all 0.15s ease-in;
  text-decoration: none;
  opacity: 1;
  border-bottom: none !important;
}
.top-header a span {
  color: #fff;
}
.top-header a:not(.active) {
  opacity: 0.35;
}
.top-header a:not(.active):hover {
  opacity: 1;
}
.top-header a:after {
  display: none;
}
.top-header h3 {
  margin: 0;
  font-family: "chaney-extended", sans-serif !important;
  font-size: 11px;
  opacity: 0.35;
  color: #fff;
}
h3 {
  @media only screen and (max-width: 768px) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
    .page-width {
        max-width: 1280px;
    }
}
.page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  padding: 16px 32px;
  margin: 0 auto;