.bg-half-split {
  background-position: center;
  background-size: cover;
}
.text-main-red {
  color: #892431;
}
.red-text-gradiant {
  background-image: -webkit-linear-gradient(to right, #bb0000, #410000);
  /* For Chrome and Safari */
  background-image: -moz-linear-gradient(to right, #bb0000, #410000);
  /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(to right, #bb0000, #410000);
  /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(to right, #bb0000, #410000);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #bb0000, #410000);
  /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#footer {
  padding-top: 0 !important;
}
#footer .footer-top {
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url("/image/footer-top.png");
}
#footer .footer-top .footer-top__mobile-photo {
  position: absolute;
  bottom: 0px;
  left: 150px;
}
#footer .footer-top .footer-top__apps {
  position: absolute;
  right: 200px;
  bottom: 70px;
}
#footer .footer-top .footer-top__text-container {
  padding: 30px 200px 90px 470px;
}
#footer .footer-top .footer-top__text-container h5 {
  font-weight: 400;
  line-height: 30px;
}
#footer .footer-top .footer-top__text-container .gradiant-stick {
  height: 3px;
  width: 50%;
  border-radius: 10px;
  background-color: darkred;
  background-image: linear-gradient(to right, #bb0000, #410000);
}
#footer .footer-top .footer-top__text-container .gradiant-stick.mini {
  width: 25%;
}
#footer .footer-top .footer-top__text-container .links .link {
  margin-bottom: 18px;
}
#footer .footer-top .footer-top__text-container .links .link a {
  text-decoration: none;
  color: unset;
}
#footer .footer-top .footer-top__text-container .links .link .link-img {
  padding-right: 20px;
}
#footer .footer-middle {
  padding: 30px 180px 30px 220px;
  background-color: #404042;
}
.sportslaw-footer {
  background-color: #404042;
  padding-top: 4em;
  padding-bottom: 4em;
  font-weight: lighter;
}
#footer .footer-middle .footer-middle__saderlogo {
  flex: 1;
}
.footer-bottom {
  padding-bottom: 10px;
}
