body {
  color: #4D4D4D;
  font-family: "bio-sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.03rem;
}
.wrapper {
  padding: 0;
}
*:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 251, 149, 0.25) !important;
}
h1 {
  color: #FFF;
  font-family: "bebas-neue", sans-serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.625rem;
  letter-spacing: 0.0625rem;
}
h2 {
  color: #02782A;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.0125rem;
}
h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  display: inline-flex;
  padding: 0.25rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(77, 77, 77, 0.5);
}
h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
}
strong {
  font-weight: 700;
}
a {
  transition: 0.5s ease;
}
.button {
  border-radius: 0.5rem;
  display: inline-flex;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  padding: 1rem 1.5rem;
  text-decoration: none;
}
.greenbtn {
  background: #69C62D;
  color: #fff;
}
.greenbtn:hover {
  background: #7FE141;
  color: #fff;
}
.outlinebtn {
  border: 1px solid #fff;
  color: #fff;
}
.outlinebtn:hover {
  background: #69C62D;
  border: 1px solid #69C62D;
  color: #fff;
}
.graybg {
  background: #323232;
}
#wrapper-navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.navbar-brand {
  background: #fff;
  padding: 1.5rem 3rem 2rem 3.5rem;
  border-radius: 0 0 0.75rem 0;
  width: 21.6875rem;
  display: inline-block;
}
.home-hero video,
.home-hero .video-overlay {
  height: 52rem;
}
.home-hero {
  padding: 1rem 1rem 0 1rem;
  height: 54rem;
}
.home-hero video {
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.home-hero .video-overlay {
  top: 0;
  left: 0;
  padding: 12rem 4rem 4rem 4rem;
  background: linear-gradient(0deg, rgba(95, 93, 69, 0.1) 0%, rgba(95, 93, 69, 0.1) 100%), linear-gradient(180deg, rgba(57, 65, 60, 0.3) 0%, rgba(57, 65, 60, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(57, 65, 60, 0.09) 0%, rgba(57, 65, 60, 0.3) 100%);
  border-radius: 0.75rem;
}
.home-hero h1 {
  text-wrap: balance;
  max-width: 49rem;
  margin-bottom: 1rem;
}
.home-hero p {
  margin-bottom: 2.5rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: 0.03125rem;
  max-width: 49.875rem;
}
#wrapper-footer {
  padding: 5rem 5rem 2.5rem 5rem;
}
#wrapper-footer p {
  font-weight: 300;
  color: #fff;
}
#wrapper-footer h6,
#wrapper-footer h6 a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 2rem;
}
#wrapper-footer .button {
  padding: 0.5rem 1.5rem;
}
.footer-menus ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-menus li {
  margin-bottom: 1.75rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
}
.footer-menus a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-menus a:hover,
#wrapper-footer h6 a:hover {
  color: #D2FB95;
}
.footer-logo img {
  margin-bottom: 2rem;
}
.address {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.015rem;
}
.social-icons {
  display: inline-flex;
  margin-bottom: 0;
}
.social-icons li {
  margin-right: 2rem;
  font-size: 1.25rem;
}
.social-icons a {
  color: rgba(255, 255, 255, 0.6);
}
.social-icons a:hover {
  color: #fff;
}
.copyright {
  padding-top: 2rem;
  margin-top: 4.5rem;
  border-top: 0.01563rem solid #fff;
}
.copyright p {
  font-size: 0.75rem;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}
