/**
 * Media Queries
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/**
 * Fade Down Animation
 */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stat-boxes {
  position: relative;
}
.stat-boxes h2 {
  color: #ffffff;
  font-family: "robotoblack", sans-serif;
  font-size: 90px;
  font-style: oblique;
  line-height: 0.9;
  margin-bottom: 40px;
  max-width: 500px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1269px) {
  .stat-boxes h2 {
    font-size: 64px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .stat-boxes h2 {
    font-size: 56px;
  }
}
.stat-boxes h2 span {
  color: #B5C734;
  display: block;
  font-size: inherit;
  line-height: 0.9;
}
.stat-boxes .img {
  background-color: #052c26;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.stat-boxes .img-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.stat-boxes .contour-lines-bg {
  background-image: url('../../img/contour-lines-fixed-white.svg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}
.stat-boxes .title-boxes-wrap {
  display: flex;
}
@media only screen and (max-width: 979px) {
  .stat-boxes .title-boxes-wrap {
    flex-direction: column;
  }
}
.stat-boxes .title-wrap {
  padding: 0px 60px 60px 60px;
  width: 40%;
}
@media only screen and (max-width: 979px) {
  .stat-boxes .title-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
.stat-boxes .boxes-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 200px 60px 40px 0px;
  position: relative;
  z-index: 2;
  width: 60%;
}
@media only screen and (max-width: 979px) {
  .stat-boxes .boxes-wrap {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.stat-boxes .boxes-wrap .stat-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .stat-boxes .boxes-wrap .stat-box {
    width: 100%;
  }
}
.stat-boxes .boxes-wrap .stat-box.blue .content h3 {
  color: #0076bd;
}
.stat-boxes .boxes-wrap .stat-box.blue .box-link-wrap {
  background: #0076bd;
}
.stat-boxes .boxes-wrap .stat-box.blue .box-link-wrap a {
  background-color: #0076bd;
}
.stat-boxes .boxes-wrap .stat-box.blue .box-link-wrap a:hover,
.stat-boxes .boxes-wrap .stat-box.blue .box-link-wrap a:focus {
  background-color: #0066a4;
}
.stat-boxes .boxes-wrap .stat-box.green .content h3 {
  color: #009367;
}
.stat-boxes .boxes-wrap .stat-box.green .box-link-wrap {
  background: #009367;
}
.stat-boxes .boxes-wrap .stat-box.green .box-link-wrap a {
  background-color: #009367;
}
.stat-boxes .boxes-wrap .stat-box.green .box-link-wrap a:hover,
.stat-boxes .boxes-wrap .stat-box.green .box-link-wrap a:focus {
  background-color: #007a55;
}
.stat-boxes .boxes-wrap .stat-box.bright-green .content h3 {
  color: #B5C734;
}
.stat-boxes .boxes-wrap .stat-box.bright-green .box-link-wrap {
  background: #B5C734;
}
.stat-boxes .boxes-wrap .stat-box.bright-green .box-link-wrap a {
  background-color: #B5C734;
}
.stat-boxes .boxes-wrap .stat-box.bright-green .box-link-wrap a:hover,
.stat-boxes .boxes-wrap .stat-box.bright-green .box-link-wrap a:focus {
  background-color: #a3b32f;
}
.stat-boxes .boxes-wrap .stat-box.purple .content h3 {
  color: #372773;
}
.stat-boxes .boxes-wrap .stat-box.purple .box-link-wrap {
  background: #372773;
}
.stat-boxes .boxes-wrap .stat-box.purple .box-link-wrap a {
  background-color: #372773;
}
.stat-boxes .boxes-wrap .stat-box.purple .box-link-wrap a:hover,
.stat-boxes .boxes-wrap .stat-box.purple .box-link-wrap a:focus {
  background-color: #2e2160;
}
.stat-boxes .boxes-wrap .stat-box .content {
  background: #ffffff;
  flex-grow: 1;
  padding: 20px;
}
.stat-boxes .boxes-wrap .stat-box .content h3 {
  font-family: "robotomono", sans-serif;
  font-size: 80px;
  margin: 0px;
}
@media only screen and (max-width: 1269px) {
  .stat-boxes .boxes-wrap .stat-box .content h3 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 480px) {
  .stat-boxes .boxes-wrap .stat-box .content h3 {
    font-size: 52px;
  }
}
.stat-boxes .boxes-wrap .stat-box .content .description {
  font-size: 22px;
  margin: 0px;
}
.stat-boxes .boxes-wrap .stat-box .box-link-wrap a {
  border: none;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.stat-boxes .boxes-wrap .stat-box .box-link-wrap a:after {
  color: #ffffff;
}
