.rt-footer{
  background:#07090d;
  margin-top:100px;
  padding:70px 20px 24px;
  text-align:center;
}

/* OUTRO */
.rt-outro{
  max-width:760px;
  margin:0 auto;
}

.rt-brandline{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:22px;
}

.rt-brandline img{
  height:38px;
}

.rt-name{
  font-size:34px;
  font-weight:900;
  letter-spacing:-.8px;
}

/* TEXT */
.rt-mission{
  font-size:17px;
  line-height:1.7;
  color:rgba(255,255,255,.70);
  margin-bottom:30px;
}

/* ACTION BUTTONS */
.rt-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  margin-bottom:26px;
  flex-wrap:wrap;
}

.rt-actions a{
  padding:14px 22px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-weight:700;
  font-size:14px;
}

.rt-actions a:hover{
  background:#ff3c38;
  border-color:#ff3c38;
}

/* INLINE LINKS */
.rt-inline-links{
  font-size:13px;
  color:rgba(255,255,255,.55);
}

.rt-inline-links a{
  color:inherit;
}

.rt-inline-links span{
  margin:0 6px;
  opacity:.4;
}

/* COPYRIGHT */
.rt-copy{
  margin-top:50px;
  font-size:12px;
  color:rgba(255,255,255,.40);
}
