header {
  background-color: #555;
  z-index: 100;
}
header .header-top {
  margin-top: 15px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  header .header-top {
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  header .header-top {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  header .header-top {
    height: 120px;
  }
}
header .header-top .logo a {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-origin: 17.5% 50%;
  transform-origin: 17.5% 50%;
  -webkit-transform: translate(0, 0px) scale(1.6);
  transform: translate(0, 0px) scale(1.6);
  margin-top: 20px;
  width: 110px;
  height: 55px;
}
@media screen and (min-width: 550px) {
  header .header-top .logo a {
    width: 140px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  header .header-top .logo a {
    -webkit-transform-origin: 17.5% 50%;
    transform-origin: 17.5% 50%;
    width: 160px;
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  header .header-top .logo a {
    -webkit-transform-origin: 20% 50%;
    transform-origin: 20% 50%;
    width: 180px;
    height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  header .header-top .logo a {
    -webkit-transform-origin: 30% 50%;
    transform-origin: 30% 50%;
    width: 230px;
    height: 115px;
  }
}
header .header-top .logo a:hover,
header .header-top .logo a:focus {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@media screen and (min-width: 768px) {
  header .header-top .right-wrapper {
    opacity: 1;
    height: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
@media screen and (min-width: 768px) {
  header.mini .header-top {
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  header.mini .header-top {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  header.mini .header-top {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  header.mini .header-top .logo a {
    height: 40px;
    margin-top: -30px;
    -webkit-transform: translate(0, 50px) scale(2.1);
    transform: translate(0, 50px) scale(2.1);
  }
}
@media screen and (min-width: 992px) {
  header.mini .header-top .logo a {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  header.mini .header-top .logo a {
    height: 57px;
  }
}
@media screen and (min-width: 768px) {
  header.mini .header-top .right-wrapper {
    opacity: 0;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
}
header.navbar-fixed-top {
  border: 0;
}
header .header-top-wrapper {
  background-image: url("../images/concrete.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed;
  box-shadow: inset 0px 0px 70px #000;
}
header .header-top-wrapper .navbar-toggle {
  background-color: #fff;
  margin-right: 0px;
}
header .header-top-wrapper .navbar-toggle .icon-bar {
  background-color: #000;
}
header .header-top {
  position: relative;
}
header .header-top .logo a {
  display: block;
  background: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
header .header-top .logo a span {
  display: none;
}
header .header-top .right-wrapper {
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  header .header-top .right-wrapper {
    padding-right: 0px;
  }
}
header .header-top .phone-numbers {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  header .header-top .phone-numbers {
    margin-top: 15px;
    margin-right: 0;
    text-align: left;
    margin-left: -10px;
    float: left;
  }
}
header .header-top .phone-numbers .number {
  font-size: 12px;
  display: block;
  text-align: right;
}
@media screen and (min-width: 400px) {
  header .header-top .phone-numbers .number {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  header .header-top .phone-numbers .number {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  header .header-top .phone-numbers .number {
    font-size: 19px;
  }
}
@media screen and (min-width: 550px) {
  header .header-top .phone-numbers .number {
    display: inline-block;
  }
}
header .header-top .phone-numbers .number a {
  color: #fff;
  pointer-events: visible;
  font-family: 'Alfa Slab One', sans-serif;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
header .header-top .phone-numbers .number a:hover,
header .header-top .phone-numbers .number a:focus {
  color: #aaa;
  text-decoration: underline;
}
header .header-top .phone-numbers .bottom {
  margin-top: 20px;
}
header .header-top .phone-numbers .bottom .label {
  display: block;
  text-align: right;
  padding-right: 0px;
  color: #f05300;
  text-shadow: 0px 0px 10px #000000;
}
header .header-top .phone-numbers .bottom .label br {
  display: none;
}
@media screen and (min-width: 500px) {
  header .header-top .phone-numbers .bottom .label {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  header .header-top .phone-numbers .bottom .label {
    width: 200px;
    -webkit-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
  }
  header .header-top .phone-numbers .bottom .label br {
    display: block;
  }
}
header .header-top .phone-numbers .bottom .number-wrapper {
  display: block;
}
@media screen and (min-width: 500px) {
  header .header-top .phone-numbers .bottom .number-wrapper {
    display: inline-block;
  }
}
header .header-top .phone-numbers .bottom .number-wrapper a {
  color: #f05300;
  text-shadow: 0px 0px 10px #000000;
}
header .header-top .tag {
  margin-top: 15px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
  color: #fff;
  font-size: 10px;
  position: relative;
  z-index: 1;
  font-family: 'Alfa Slab One', sans-serif;
}
@media screen and (min-width: 400px) {
  header .header-top .tag {
    font-size: 14px;
  }
}
header .header-top .tag br:nth-child(2) {
  display: none;
}
@media screen and (min-width: 550px) {
  header .header-top .tag {
    font-size: 17px;
  }
  header .header-top .tag br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .header-top .tag {
    font-size: 22px;
  }
  header .header-top .tag br,
  header .header-top .tag br:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  header .header-top .tag {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  header .header-top .tag {
    font-size: 30px;
  }
}
header nav {
  background-color: #000;
  min-height: 15px;
}
header nav .navbar {
  margin-bottom: 0px;
}
header nav .navbar-nav {
  text-align: center;
}
@media screen and (min-width: 768px) {
  header nav .navbar-nav {
    float: right;
    text-align: left;
  }
}
header nav .navbar-nav li.active a {
  background-color: #555;
}
header nav .navbar-nav li.active a:focus {
  background-color: #555;
}
header nav .navbar-nav a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  header nav .navbar-nav a {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  header nav .navbar-nav a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  header nav .navbar-nav a {
    font-size: 16px;
  }
}
header nav .navbar-nav a:hover {
  color: #ddd;
  text-shadow: 0 0 5px #000;
  background-color: #333;
}
footer {
  position: relative;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background-color: #000;
}
footer .footer-inner {
  margin: 20px 0;
  text-align: center;
}
footer .footer-inner .address {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .address {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-inner .address {
    font-size: 14px;
  }
}
footer .footer-inner .social-media {
  margin: 10px 0;
  margin-right: -10px;
}
footer .footer-inner .social-media a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: url("../images/facebook.svg");
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
footer .footer-inner .social-media a.linkedin {
  background: url("../images/linkedin.svg");
}
footer .footer-inner .social-media a span {
  display: none;
}
footer .footer-inner .social-media a:hover,
footer .footer-inner .social-media a:focus {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
footer .footer-inner .social-media.new a {
  background: url("../images/facebook-new.svg");
}
footer .footer-inner .social-media.new a.linkedin {
  background: url("../images/linkedin-new.svg");
}
footer .footer-inner .copyright {
  color: #999;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .copyright {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-inner .copyright {
    font-size: 14px;
  }
}
.contact-form {
  background-color: #333;
  padding-bottom: 75px;
}
.contact-form .ok-icon {
  background: url("../images/ok-icon.gif");
  background-size: cover;
  margin: 0px auto;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  margin-bottom: -30px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .contact-form .ok-icon {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
    width: 70px;
    height: 70px;
    margin-bottom: -35px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .ok-icon {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    width: 80px;
    height: 80px;
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .ok-icon {
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
    width: 90px;
    height: 90px;
    margin-bottom: -45px;
  }
}
.contact-form .first-line,
.contact-form .second-line,
.contact-form .third-line {
  text-align: center;
}
.contact-form .first-line {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contact-form .first-line {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .first-line {
    margin-top: 25px;
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .first-line {
    margin-top: 30px;
    font-size: 40px;
  }
}
.contact-form .second-line {
  font-family: 'Alfa Slab One', sans-serif;
  color: #f05300;
  font-size: 60px;
  line-height: 130%;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .contact-form .second-line {
    font-size: 46px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .second-line {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .second-line {
    font-size: 60px;
  }
}
.contact-form .third-line {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contact-form .third-line {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .third-line {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .third-line {
    margin-top: 10px;
    font-size: 25px;
  }
}
.contact-form .container .cognito {
  padding-bottom: 45px;
}
.contact-form .container .cognito form:focus {
  outline: none;
}
.contact-form .container .cognito h2 {
  display: none;
}
.contact-form .container .cognito .c-label {
  display: none;
}
.contact-form .container .cognito .c-label label {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.contact-form .container .cognito .c-label:after {
  position: absolute;
  right: 0px;
  display: none;
}
.contact-form .container .cognito .c-validation {
  padding: 10px;
  font-size: 15px;
}
.contact-form .container .cognito input,
.contact-form .container .cognito textarea {
  font-size: 20px;
  border: 0px;
  border-radius: 3px;
  padding: 10px;
  background-color: #111;
  border: 2px solid #999;
  color: #fff;
}
.contact-form .container .cognito input:focus,
.contact-form .container .cognito textarea:focus {
  outline: none;
  background-color: #333;
}
.contact-form .container .cognito .c-forms-confirmation-message {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.contact-form .container .cognito .c-forms-form {
  outline: none;
}
.contact-form .container .cognito .c-button-section {
  text-align: center;
}
.contact-form .container .cognito .c-button-section .c-action {
  float: none;
}
.contact-form .container .cognito .c-button-section button {
  color: #f05300;
  font-family: 'Alfa Slab One', sans-serif;
  padding: 15px 75px;
  background-color: #fff;
  float: none !important;
  border: 2px solid #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 18px;
}
.contact-form .container .cognito .c-button-section button:hover,
.contact-form .container .cognito .c-button-section button:focus {
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-form .container .cognito .c-button-section button {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .container .cognito .c-button-section button {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .container .cognito .c-button-section button {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .contact-form .ok-icon {
    opacity: 0;
    -webkit-transform: translate(0, -60px) scale(1.5);
    transform: translate(0, -60px) scale(1.5);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .contact-form .first-line {
    opacity: .5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .contact-form .second-line {
    opacity: .5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .contact-form .third-line {
    opacity: .5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .contact-form .c-field {
    opacity: .5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .contact-form .c-button-section {
    opacity: .5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .contact-form.pointed .ok-icon {
    opacity: 1;
  }
  .contact-form.pointed .first-line {
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .contact-form.pointed .second-line {
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .contact-form.pointed .third-line {
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .contact-form.pointed .c-field {
    opacity: 1;
  }
  .contact-form.pointed .c-field:nth-child( 1) {
    -webkit-transition-delay: 1850ms;
    transition-delay: 1850ms;
  }
  .contact-form.pointed .c-field:nth-child( 2) {
    -webkit-transition-delay: 1950ms;
    transition-delay: 1950ms;
  }
  .contact-form.pointed .c-field:nth-child( 3) {
    -webkit-transition-delay: 2050ms;
    transition-delay: 2050ms;
  }
  .contact-form.pointed .c-field:nth-child( 4) {
    -webkit-transition-delay: 2150ms;
    transition-delay: 2150ms;
  }
  .contact-form.pointed .c-field:nth-child( 5) {
    -webkit-transition-delay: 2250ms;
    transition-delay: 2250ms;
  }
  .contact-form.pointed .c-field:nth-child( 6) {
    -webkit-transition-delay: 2350ms;
    transition-delay: 2350ms;
  }
  .contact-form.pointed .c-field:nth-child( 7) {
    -webkit-transition-delay: 2450ms;
    transition-delay: 2450ms;
  }
  .contact-form.pointed .c-field:nth-child( 8) {
    -webkit-transition-delay: 2550ms;
    transition-delay: 2550ms;
  }
  .contact-form.pointed .c-field:nth-child( 9) {
    -webkit-transition-delay: 2650ms;
    transition-delay: 2650ms;
  }
  .contact-form.pointed .c-field:nth-child( 10) {
    -webkit-transition-delay: 2750ms;
    transition-delay: 2750ms;
  }
  .contact-form.pointed .c-button-section {
    opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .contact-form.pointed .ok-icon {
    -webkit-transform: translate(0, -35px) scale(1);
    transform: translate(0, -35px) scale(1);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 992px) {
  .contact-form.pointed .ok-icon {
    -webkit-transform: translate(0, -40px) scale(1);
    transform: translate(0, -40px) scale(1);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1200px) {
  .contact-form.pointed .ok-icon {
    -webkit-transform: translate(0, -45px) scale(1);
    transform: translate(0, -45px) scale(1);
  }
}
@media screen and (min-width: 768px) {
  .contact-form.pointed .ok-icon {
    -webkit-transform: translate(0, -35px) scale(1);
    transform: translate(0, -35px) scale(1);
  }
}
@media screen and (min-width: 992px) {
  .contact-form.pointed .ok-icon {
    -webkit-transform: translate(0, -40px) scale(1);
    transform: translate(0, -40px) scale(1);
  }
}
@media screen and (min-width: 1200px) {
  .contact-form.pointed .ok-icon {
    -webkit-transform: translate(0, -45px) scale(1);
    transform: translate(0, -45px) scale(1);
  }
}
@media screen and (min-width: 768px) {
  body header {
    opacity: 0;
  }
  body header .logo {
    opacity: 0;
    -webkit-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    -webkit-transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .phone-numbers {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .tag {
    opacity: 0;
    -webkit-transform: translate(500px, 0);
    transform: translate(500px, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header nav ul li {
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body .main-content {
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body footer {
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    -webkit-transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body.loaded header {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  body.loaded header .logo {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body.loaded header .phone-numbers {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  body.loaded header .tag {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  body.loaded header nav ul li {
    opacity: 1;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
  }
  body.loaded header nav ul li:nth-child( 1) {
    -webkit-transition-delay: 1100ms;
    transition-delay: 1100ms;
  }
  body.loaded header nav ul li:nth-child( 2) {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  body.loaded header nav ul li:nth-child( 3) {
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  body.loaded header nav ul li:nth-child( 4) {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
  }
  body.loaded header nav ul li:nth-child( 5) {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
  body.loaded .main-content {
    opacity: 1;
    -webkit-transition: opacity 2s ease-in-out, -webkit-transform 2s ease-in-out;
    transition: opacity 2s ease-in-out, -webkit-transform 2s ease-in-out;
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
    transition: opacity 2s ease-in-out, transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  body.loaded footer {
    opacity: 1;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .opacity-translate {
    -webkit-transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .point {
    opacity: 0;
    position: fixed;
    width: 10px;
    height: 10px;
    left: 0;
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg) translateX(-7px);
    transform: rotate(45deg) translateX(-7px);
    z-index: 100;
    background-color: #fff;
  }
}
.main-content * {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.main-content.fade-out * {
  opacity: 0;
}
.prefooter {
  background-color: #F5F5F5;
  position: relative;
}
.prefooter .prefooter-logo {
  width: 100%;
  position: absolute;
  top: -75px;
}
.prefooter .prefooter-logo a {
  margin: 0px auto;
  display: block;
  width: 200px;
  height: 150px;
  background: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.prefooter .prefooter-logo a span {
  display: none;
}
.prefooter .prefooter-container {
  padding-bottom: 20px;
  padding-top: 75px;
}
.prefooter .prefooter-container nav {
  width: 100%;
}
.prefooter .prefooter-container nav ul {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .prefooter .prefooter-container nav ul {
    display: inline-block;
    margin-bottom: 25px;
  }
}
.prefooter .prefooter-container nav ul li {
  float: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .prefooter .prefooter-container nav ul li {
    display: inline-block;
  }
}
.prefooter .prefooter-container nav ul li a {
  color: #BD4200;
  text-transform: uppercase;
  font-size: 15px;
  padding: 5px 0px;
  font-weight: 600;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .prefooter .prefooter-container nav ul li a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 992px) {
  .prefooter .prefooter-container nav ul li a {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .prefooter .prefooter-container nav ul li a {
    font-size: 20px;
  }
}
.prefooter .prefooter-container nav ul li a:hover {
  color: #000;
  background-color: transparent;
}
.prefooter .prefooter-container .phone-numbers {
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .prefooter .prefooter-container .phone-numbers {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .prefooter .prefooter-container .phone-numbers {
    margin-right: -30px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .prefooter .prefooter-container .phone-numbers {
    padding-top: 40px;
  }
}
.prefooter .prefooter-container .phone-numbers .number {
  display: inline-block;
  color: #000;
  margin-right: 30px;
}
.prefooter .prefooter-container .phone-numbers .number .label {
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}
.prefooter .prefooter-container .phone-numbers .number a {
  color: #000;
  font-size: 16px;
  font-family: 'Alfa Slab One', sans-serif;
}
@media screen and (min-width: 768px) {
  .prefooter .prefooter-container .phone-numbers .number a {
    font-size: 19px;
  }
}
@media screen and (min-width: 992px) {
  .prefooter .prefooter-container .phone-numbers .number a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .prefooter .prefooter-container .phone-numbers .number a {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .prefooter .prefooter-logo {
    -webkit-transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    -webkit-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  .prefooter.pointed .prefooter-logo {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .opacity-translate {
    -webkit-transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.homepage .video {
  background-color: #111;
  display: block;
}
.homepage .video video {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 1700px;
  height: auto;
}
.intro {
  background-color: #333;
  background-image: url("../images/concrete.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0px 0px 70px #000;
}
.intro .intro-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .intro .intro-container {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .intro .intro-container {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .intro-container {
    height: 465px;
  }
}
.intro .intro-sans {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .intro .intro-sans br {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .intro .intro-sans br {
    display: block;
  }
}
.intro .zero-line {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  margin-bottom: 2em;
  text-shadow: 0px 0px 10px #000;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .intro .zero-line br {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .intro .zero-line br {
    display: block;
  }
}
@media screen and (min-width: 550px) {
  .intro .zero-line {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .intro .zero-line {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .intro .zero-line {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .zero-line {
    font-size: 20px;
  }
}
.intro .first-line {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  margin-bottom: 1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .intro .first-line br {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .intro .first-line br {
    display: block;
  }
}
@media screen and (min-width: 550px) {
  .intro .first-line {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .intro .first-line {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .intro .first-line {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .first-line {
    font-size: 35px;
  }
}
.intro .separator {
  background-color: orange;
  margin: 0px auto;
  box-shadow: 0px 0px 20px #000;
  height: 6px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .intro .separator {
    height: 8px;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .intro .separator {
    height: 10px;
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .separator {
    height: 12px;
    width: 500px;
  }
}
.intro .second-line {
  color: #fff;
  font-weight: 200;
  line-height: 100%;
  font-family: 'Alfa Slab One', sans-serif;
  color: #f05300;
  text-shadow: 0px 0px 10px #000;
  margin: 1em 0 .25em 0;
  font-size: 25px;
}
@media screen and (min-width: 550px) {
  .intro .second-line {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .intro .second-line {
    font-size: 35px;
  }
  .intro .second-line br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .intro .second-line {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .second-line {
    font-size: 60px;
  }
}
.intro .third-line {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .intro .third-line br {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .intro .third-line br {
    display: block;
  }
}
@media screen and (min-width: 550px) {
  .intro .third-line {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .intro .third-line {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .intro .third-line {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .third-line {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .intro .zero-line {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .intro .first-line {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .intro .separator {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .intro .second-line {
    opacity: 0;
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .intro .third-line {
    opacity: 0;
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .intro.pointed .zero-line {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .intro.pointed .first-line {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .intro.pointed .separator {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .intro.pointed .second-line {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .intro.pointed .third-line {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.homepage .no-bs {
  background-color: #F05300;
  height: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs {
    display: -webkit-box;
    display: flex;
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs {
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .container {
    display: -webkit-box;
    display: flex;
  }
}
.homepage .no-bs .background-items {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.homepage .no-bs .background-items .halftones {
  position: absolute;
  height: 100%;
  width: 20%;
  background: url(../images/halftones.svg);
  background-size: cover;
  background-position: right center;
}
.homepage .no-bs .background-items .halftones.right-side {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  right: 0;
}
.homepage .no-bs .copy-block {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .copy-block {
    width: 50%;
    text-align: right;
    margin-top: 50px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .copy-block {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .copy-block {
    margin-top: 75px;
  }
}
.homepage .no-bs .copy-block .first-line {
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  font-family: 'Alfa Slab One', sans-serif;
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .copy-block .first-line {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .copy-block .first-line {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .copy-block .first-line {
    font-size: 70px;
  }
}
.homepage .no-bs .copy-block .second-line {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .copy-block .second-line {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .copy-block .second-line {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .copy-block .second-line {
    font-size: 40px;
  }
}
.homepage .no-bs .bull-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .bull-wrapper {
    top: -30px;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .bull-wrapper {
    top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .bull-wrapper {
    top: -50px;
  }
}
.homepage .no-bs .bull-wrapper button {
  background-color: transparent;
  border: 0;
  position: relative;
  outline: none;
  margin-left: 15%;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .bull-wrapper button {
    margin-left: 0;
  }
}
.homepage .no-bs .bull-wrapper button .prompt {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  display: block;
  border-radius: 10px;
  padding: 10px 15px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -60px;
  border: 4px solid #fff;
  font-size: 18px;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .bull-wrapper button .prompt {
    font-size: 20px;
    bottom: auto;
    top: calc(50% - 63px);
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .bull-wrapper button .prompt {
    top: calc(50% - 63px);
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .bull-wrapper button .prompt {
    top: calc(50% - 63px);
    font-size: 25px;
  }
}
.homepage .no-bs .bull-wrapper button .graphic {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .bull-wrapper button .graphic {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .bull-wrapper button .graphic {
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .bull-wrapper button .graphic {
    width: 400px;
    height: 400px;
  }
}
.homepage .no-bs .bull-wrapper button .graphic img {
  width: 100%;
  height: 100%;
}
.homepage .no-bs .bull-wrapper button:hover .prompt {
  color: #f05300;
  background-color: #333;
}
.homepage .no-bs .bull-wrapper button:hover .graphic {
  -webkit-transform: rotate(5deg) scale(0.9) !important;
  transform: rotate(5deg) scale(0.9) !important;
}
.homepage .no-bs .bull-wrapper .answers {
  width: 300px;
  margin: 0px auto;
  z-index: 3;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  padding: 10px 5px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 130%;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .bull-wrapper .answers {
    position: absolute;
    bottom: 0;
    left: -100px;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .bull-wrapper .answers {
    left: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .bull-wrapper .answers {
    left: -60px;
  }
}
.homepage .no-bs .bull-wrapper .answers strong {
  font-weight: 700;
  text-transform: uppercase;
}
.homepage .no-bs .bull-wrapper .spit {
  width: 300px;
  margin: 0px auto;
  z-index: 5;
  position: absolute;
  bottom: 48px;
  left: 15px;
  display: none;
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .bull-wrapper .spit {
    position: absolute;
    bottom: 48px;
    left: -100px;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-bs .bull-wrapper .spit {
    left: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-bs .bull-wrapper .spit {
    left: -60px;
  }
}
.homepage .no-bs .bull-wrapper .spit span {
  opacity: .5;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: block;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(1) {
  left: calc(10% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(2) {
  left: calc(20% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(3) {
  left: calc(30% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(4) {
  left: calc(40% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(5) {
  left: calc(50% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(6) {
  left: calc(60% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(7) {
  left: calc(70% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(8) {
  left: calc(80% - 15px);
}
.homepage .no-bs .bull-wrapper .spit span:nth-child(9) {
  left: calc(90% - 15px);
}
.homepage .no-bs.pointed .bull-wrapper button .prompt,
.homepage .no-bs .bull-wrapper button .prompt {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.homepage .no-bs.pointed .bull-wrapper .answers,
.homepage .no-bs .bull-wrapper .answers {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.homepage .no-bs.pointed .bull-wrapper .spit span,
.homepage .no-bs .bull-wrapper .spit span {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform-origin 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform-origin 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.25s ease-in-out, transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform-origin 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.25s ease-in-out, transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform-origin 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform-origin 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(1),
.homepage .no-bs .bull-wrapper .spit span:nth-child(1) {
  -webkit-transition-delay: .80s;
  transition-delay: .80s;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(2),
.homepage .no-bs .bull-wrapper .spit span:nth-child(2) {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(3),
.homepage .no-bs .bull-wrapper .spit span:nth-child(3) {
  -webkit-transition-delay: .70s;
  transition-delay: .70s;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(4),
.homepage .no-bs .bull-wrapper .spit span:nth-child(4) {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(5),
.homepage .no-bs .bull-wrapper .spit span:nth-child(5) {
  -webkit-transition-delay: .60s;
  transition-delay: .60s;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(6),
.homepage .no-bs .bull-wrapper .spit span:nth-child(6) {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(7),
.homepage .no-bs .bull-wrapper .spit span:nth-child(7) {
  -webkit-transition-delay: .50s;
  transition-delay: .50s;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(8),
.homepage .no-bs .bull-wrapper .spit span:nth-child(8) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
}
.homepage .no-bs.pointed .bull-wrapper .spit span:nth-child(9),
.homepage .no-bs .bull-wrapper .spit span:nth-child(9) {
  -webkit-transition-delay: .40s;
  transition-delay: .40s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .homepage .no-bs.pointed .bull-wrapper.working button,
  .homepage .no-bs .bull-wrapper.working button {
    -webkit-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out;
    margin-left: 0;
  }
}
.homepage .no-bs.pointed .bull-wrapper.working button .prompt,
.homepage .no-bs .bull-wrapper.working button .prompt {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.homepage .no-bs.pointed .bull-wrapper.thinking button .graphic,
.homepage .no-bs .bull-wrapper.thinking button .graphic {
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}
.homepage .no-bs.pointed .bull-wrapper.thinking .answers,
.homepage .no-bs .bull-wrapper.thinking .answers {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.homepage .no-bs.pointed .bull-wrapper.thinking .spit span,
.homepage .no-bs .bull-wrapper.thinking .spit span {
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer button .graphic,
.homepage .no-bs .bull-wrapper.new-answer button .graphic {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.homepage .no-bs.pointed .bull-wrapper.new-answer button .prompt,
.homepage .no-bs .bull-wrapper.new-answer button .prompt {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .answers,
.homepage .no-bs .bull-wrapper.new-answer .answers {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span,
.homepage .no-bs .bull-wrapper.new-answer .spit span {
  opacity: 1;
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(1),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(1) {
  -webkit-transform: scale(3);
  transform: scale(3);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(2),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(2) {
  -webkit-transform: scale(3.3) rotate(0);
  transform: scale(3.3) rotate(0);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(3),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(3) {
  -webkit-transform: scale(3.1) rotate(0);
  transform: scale(3.1) rotate(0);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(4),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(4) {
  -webkit-transform: scale(2.9) rotate(0);
  transform: scale(2.9) rotate(0);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(5),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(5) {
  -webkit-transform: scale(2.4) rotate(0);
  transform: scale(2.4) rotate(0);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(6),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(6) {
  -webkit-transform: scale(3.4) rotate(0);
  transform: scale(3.4) rotate(0);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(7),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(7) {
  -webkit-transform: scale(2.9) rotate(0);
  transform: scale(2.9) rotate(0);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(8),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(8) {
  -webkit-transform: scale(3.1) rotate(0);
  transform: scale(3.1) rotate(0);
}
.homepage .no-bs.pointed .bull-wrapper.new-answer .spit span:nth-child(9),
.homepage .no-bs .bull-wrapper.new-answer .spit span:nth-child(9) {
  -webkit-transform: scale(3.3) rotate(0);
  transform: scale(3.3) rotate(0);
}
@media screen and (min-width: 768px) {
  .homepage .no-bs .copy-block .first-line {
    opacity: 0;
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-bs .copy-block .second-line {
    opacity: 0;
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-bs .bull-wrapper button .prompt {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-bs .bull-wrapper button .graphic {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.1s ease-in 0.5s;
    transition: opacity 0.5s ease-in, -webkit-transform 0.1s ease-in 0.5s;
    transition: opacity 0.5s ease-in, transform 0.1s ease-in 0.5s;
    transition: opacity 0.5s ease-in, transform 0.1s ease-in 0.5s, -webkit-transform 0.1s ease-in 0.5s;
  }
  .homepage .no-bs .bull-wrapper .answers {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-bs .background-items .halftones {
    opacity: 0;
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
  }
  .homepage .no-bs .background-items .halftones.right-side {
    -webkit-transform: translate(40px, 0) scaleX(-1);
    transform: translate(40px, 0) scaleX(-1);
  }
  .homepage .no-bs.pointed .copy-block .first-line {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .homepage .no-bs.pointed .copy-block .second-line {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }
  .homepage .no-bs.pointed .bull-wrapper button .prompt {
    opacity: 1;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  .homepage .no-bs.pointed .bull-wrapper button .graphic {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .homepage .no-bs.pointed .bull-wrapper button:hover .graphic {
    -webkit-transform: rotate(5deg) scale(0.9) !important;
    transform: rotate(5deg) scale(0.9) !important;
  }
  .homepage .no-bs.pointed .bull-wrapper .answers {
    opacity: 1;
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
  }
  .homepage .no-bs.pointed .background-items .halftones {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  .homepage .no-bs.pointed .background-items .halftones.right-side {
    -webkit-transform: translate(0px, 0) scaleX(-1);
    transform: translate(0px, 0) scaleX(-1);
  }
  .homepage .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.homepage .no-sweat {
  background-color: #333;
  color: #fff;
  background-image: url("../images/concrete.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0px 0px 70px #000;
  text-align: center;
}
.homepage .no-sweat .no-sweat-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 350px;
}
@media screen and (min-width: 768px) {
  .homepage .no-sweat .no-sweat-container {
    height: 470px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-sweat .no-sweat-container {
    height: 675px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-sweat .no-sweat-container {
    height: 675px;
  }
}
.homepage .no-sweat .first-line,
.homepage .no-sweat .second-line {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .homepage .no-sweat .first-line,
  .homepage .no-sweat .second-line {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-sweat .first-line,
  .homepage .no-sweat .second-line {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-sweat .first-line,
  .homepage .no-sweat .second-line {
    margin-bottom: 45px;
  }
}
.homepage .no-sweat .first-line .no,
.homepage .no-sweat .second-line .no {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .homepage .no-sweat .first-line .no,
  .homepage .no-sweat .second-line .no {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-sweat .first-line .no,
  .homepage .no-sweat .second-line .no {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-sweat .first-line .no,
  .homepage .no-sweat .second-line .no {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.homepage .no-sweat .first-line .no span,
.homepage .no-sweat .second-line .no span {
  position: relative;
}
.homepage .no-sweat .first-line .no span:after,
.homepage .no-sweat .second-line .no span:after,
.homepage .no-sweat .first-line .no span:before,
.homepage .no-sweat .second-line .no span:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/no-sign.svg");
  position: absolute;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .homepage .no-sweat .first-line .no span:after,
  .homepage .no-sweat .second-line .no span:after,
  .homepage .no-sweat .first-line .no span:before,
  .homepage .no-sweat .second-line .no span:before {
    top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-sweat .first-line .no span:after,
  .homepage .no-sweat .second-line .no span:after,
  .homepage .no-sweat .first-line .no span:before,
  .homepage .no-sweat .second-line .no span:before {
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-sweat .first-line .no span:after,
  .homepage .no-sweat .second-line .no span:after,
  .homepage .no-sweat .first-line .no span:before,
  .homepage .no-sweat .second-line .no span:before {
    top: 20px;
  }
}
.homepage .no-sweat .first-line .no span:after,
.homepage .no-sweat .second-line .no span:after {
  right: -60px;
}
.homepage .no-sweat .first-line .no span:before,
.homepage .no-sweat .second-line .no span:before {
  left: -60px;
}
.homepage .no-sweat .first-line .secondary,
.homepage .no-sweat .second-line .secondary {
  color: #f05300;
  text-transform: uppercase;
  line-height: 100%;
  font-family: 'Alfa Slab One', sans-serif;
  text-shadow: 0px 0px 20px #000;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .homepage .no-sweat .first-line .secondary,
  .homepage .no-sweat .second-line .secondary {
    font-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-sweat .first-line .secondary,
  .homepage .no-sweat .second-line .secondary {
    font-size: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-sweat .first-line .secondary,
  .homepage .no-sweat .second-line .secondary {
    font-size: 90px;
  }
}
.homepage .no-sweat .third-line {
  font-family: 'Alfa Slab One', sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 100%;
  text-shadow: 0px 0px 20px #000;
  font-size: 50px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .homepage .no-sweat .third-line {
    margin-top: 30px;
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .no-sweat .third-line {
    margin-top: 35px;
    font-size: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .no-sweat .third-line {
    margin-top: 40px;
    font-size: 115px;
  }
}
@media screen and (min-width: 768px) {
  .homepage .no-sweat .first-line .no,
  .homepage .no-sweat .second-line .no {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  }
  .homepage .no-sweat .first-line .no span:before,
  .homepage .no-sweat .second-line .no span:before {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-sweat .first-line .no span:after,
  .homepage .no-sweat .second-line .no span:after {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-sweat .first-line .secondary {
    opacity: .5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
  }
  .homepage .no-sweat .second-line .secondary {
    opacity: .5;
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-sweat .third-line {
    opacity: 0;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out 0.5s;
  }
  .homepage .no-sweat.pointed .first-line .no {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .homepage .no-sweat.pointed .first-line .no span:before,
  .homepage .no-sweat.pointed .first-line .no span:after {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
  }
  .homepage .no-sweat.pointed .first-line .secondary {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  .homepage .no-sweat.pointed .second-line .no {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .homepage .no-sweat.pointed .second-line .no span:before,
  .homepage .no-sweat.pointed .second-line .no span:after {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }
  .homepage .no-sweat.pointed .second-line .secondary {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s;
  }
  .homepage .no-sweat.pointed .third-line {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  .homepage .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.banner {
  position: relative;
}
.banner .banner-photo-wrapper {
  overflow: hidden;
}
.banner .banner-photo-wrapper .banner-photo {
  margin: 0px auto;
  width: 100%;
  max-width: 1700px;
  height: 220px;
  background-size: cover;
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
@media screen and (min-width: 768px) {
  .banner .banner-photo-wrapper .banner-photo {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .banner .banner-photo-wrapper .banner-photo {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .banner .banner-photo-wrapper .banner-photo {
    height: 475px;
  }
}
.banner .banner-text {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner .banner-text {
    bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .banner .banner-text {
    bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .banner .banner-text {
    bottom: 70px;
  }
}
.banner .banner-text .first-line {
  opacity: 0;
  color: #fff;
  font-family: 'Alfa Slab One', sans-serif;
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 15px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .banner .banner-text .first-line {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .banner .banner-text .first-line {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .banner .banner-text .first-line {
    font-size: 50px;
  }
}
.banner .banner-text .second-line {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.banner .banner-text .second-line br {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner .banner-text .second-line {
    font-size: 20px;
  }
  .banner .banner-text .second-line br {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .banner .banner-text .second-line {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .banner .banner-text .second-line {
    font-size: 30px;
  }
}
.opacity-translate {
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.banner.pointed .banner-photo-wrapper .banner-photo {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.banner.pointed .banner-text .first-line {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.banner.pointed .banner-text .second-line {
  opacity: 1;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.body {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.body .bull-icon {
  position: absolute;
  left: calc(50% - 30px);
}
.body .bull-icon span {
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/bull.png);
  background-size: cover;
  margin: 0px auto;
  border-radius: 50%;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.body .body-container {
  padding: 60px 0;
}
.body .body-copy {
  line-height: 160%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .body .body-copy {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .body .body-copy {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .body .body-copy {
    font-size: 18px;
  }
}
.body .body-copy p {
  font-weight: 600;
}
.body .body-copy .intro-copy {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .body .body-copy .intro-copy {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .body .body-copy .intro-copy {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .body .body-copy .intro-copy {
    font-size: 22px;
  }
}
.body .call-to-action {
  margin-top: 50px;
  text-align: center;
}
.body .call-to-action a {
  background-color: #000;
  color: #f05300;
  text-decoration: none;
  border: 2px solid #000;
  font-family: 'Alfa Slab One', sans-serif;
  padding: 15px;
  font-size: 14px;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.body .call-to-action a:hover {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .body .call-to-action a {
    padding: 15px 50px;
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .body .call-to-action a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .body .call-to-action a {
    font-size: 25px;
  }
}
.body .separator {
  background-color: #f05300;
  margin: 30px auto;
  height: 6px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .body .separator {
    height: 8px;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .body .separator {
    height: 10px;
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .body .separator {
    height: 12px;
    width: 500px;
  }
}
.body .cards {
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .body .cards {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .body .cards {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .body .cards {
    margin-top: 100px;
  }
}
.body .cards .card {
  padding: 30px 20px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #777;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.body .cards .card:nth-child(2) {
  background-color: #f05300;
}
.body .cards .card:nth-child(3) {
  background-color: #b83617;
}
.body .cards .card:nth-child(4) {
  background-color: #444;
}
@media screen and (min-width: 768px) {
  .body .cards .card {
    padding: 50px 20px;
    width: 47%;
    height: 100px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .body .cards .card {
    padding: 70px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .body .cards .card {
    padding: 90px 20px;
    margin-bottom: 40px;
  }
}
.body .cards .card span {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'Alfa Slab One', sans-serif;
  font-weight: 100;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .body .cards .card span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .body .cards .card span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .body .cards .card span {
    font-size: 20px;
  }
}
.body .cards.carriers {
  margin-top: 50px;
}
.body .cards.carriers .card {
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .body .cards.carriers .card {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .body .cards.carriers .card {
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .body .cards.carriers .card {
    height: 240px;
  }
}
.body .cards.carriers .card .sub-title {
  font-weight: 500;
}
.body .cards.carriers .card p {
  font-size: .9em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .body .bull-icon {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .body .body-copy {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .body .separator {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .body .cards .card {
    opacity: .8;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .body.pointed .bull-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .body.pointed .body-copy {
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .body.pointed .separator {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .body.pointed .cards .card {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .body.pointed .cards .card:nth-child( 1) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms;
  }
  .body.pointed .cards .card:nth-child( 2) {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  .body.pointed .cards .card:nth-child( 3) {
    -webkit-transition-delay: 1250ms;
    transition-delay: 1250ms;
  }
  .body.pointed .cards .card:nth-child( 4) {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
  .body.pointed .cards .card:nth-child( 5) {
    -webkit-transition-delay: 1750ms;
    transition-delay: 1750ms;
  }
  .body.pointed .cards .card:nth-child( 6) {
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
  }
  .body.pointed .cards .card:nth-child( 7) {
    -webkit-transition-delay: 2250ms;
    transition-delay: 2250ms;
  }
  .body.pointed .cards .card:nth-child( 8) {
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
  }
  .body.pointed .cards .card:nth-child( 9) {
    -webkit-transition-delay: 2750ms;
    transition-delay: 2750ms;
  }
  .body.pointed .cards .card:nth-child( 10) {
    -webkit-transition-delay: 3000ms;
    transition-delay: 3000ms;
  }
  .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.body-concrete {
  background-color: #333;
  background-image: url("../images/concrete.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0px 0px 70px #000;
  height: 350px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.body-concrete .message {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .body-concrete .message {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .body-concrete .message {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .body-concrete .message {
    font-size: 30px;
  }
}
.body-concrete .message strong {
  color: #f05300;
  text-shadow: 0px 0px 20px #000000;
}
.body-concrete .call-to-action {
  margin-top: 50px;
  text-align: center;
}
.body-concrete .call-to-action a {
  background-color: #000;
  color: #f05300;
  text-decoration: none;
  border: 2px solid #000;
  font-family: 'Alfa Slab One', sans-serif;
  font-size: 18px;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  padding: 15px 10px;
}
.body-concrete .call-to-action a:hover {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .body-concrete .call-to-action a {
    font-size: 20px;
    padding: 15px 75px;
  }
}
@media screen and (min-width: 992px) {
  .body-concrete .call-to-action a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .body-concrete .call-to-action a {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .body-concrete .message {
    opacity: .5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .body-concrete .call-to-action {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .body-concrete.pointed .message {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .body-concrete.pointed .call-to-action {
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.orange {
  min-height: 100px;
  height: 150px;
  background-color: #f05300;
  position: relative;
}
@media screen and (min-width: 768px) {
  .orange {
    min-height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .orange {
    min-height: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .orange {
    min-height: 200px;
  }
}
.orange .body-container {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .orange .body-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .orange .body-container br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .orange .body-container {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .orange .body-container {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .orange .body-container {
    font-size: 25px;
  }
}
.orange .body-container a {
  color: #fff;
  text-decoration: underline;
  font-size: 80%;
}
.orange .body-container a:hover,
.orange .body-container a:focus {
  opacity: .8;
  text-decoration: none;
}
.orange.extra-space-min {
  height: 250px;
}
@media screen and (min-width: 768px) {
  .orange.extra-space-min {
    min-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .orange.extra-space-min {
    min-height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .orange.extra-space-min {
    min-height: 280px;
  }
}
.orange.extra-space {
  height: 220px;
}
@media screen and (min-width: 768px) {
  .orange.extra-space {
    min-height: 280px;
  }
}
@media screen and (min-width: 992px) {
  .orange.extra-space {
    min-height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .orange.extra-space {
    min-height: 300px;
  }
}
.orange .background-items {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.orange .background-items .halftones {
  position: absolute;
  height: 100%;
  width: 40%;
  background: url(../images/halftones.svg);
  background-size: cover;
  background-position: right center;
}
.orange .background-items .halftones.right-side {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .orange .body-container {
    -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  .orange .background-items .halftones {
    opacity: 0;
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
  }
  .orange .background-items .halftones.right-side {
    -webkit-transform: translate(40px, 0) scaleX(-1);
    transform: translate(40px, 0) scaleX(-1);
  }
  .orange.pointed .body-container {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .orange.pointed .background-items .halftones {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .orange.pointed .background-items .halftones.right-side {
    -webkit-transform: translate(0px, 0) scaleX(-1);
    transform: translate(0px, 0) scaleX(-1);
  }
}
.form-block {
  background-image: url("../images/concrete.jpg");
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 70px #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  padding: 45px 0;
}
@media screen and (min-width: 768px) {
  .form-block {
    background-size: cover;
    background-attachment: fixed;
  }
}
.form-block .cognito {
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 25px;
}
.form-block .cognito iframe {
  margin: 15px 0;
}
.form-block .cognito h2 {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .cognito iframe {
    min-height: 550px;
  }
}
@media screen and (min-width: 992px) {
  .cognito iframe {
    min-height: 530px;
  }
}
@media screen and (min-width: 1200px) {
  .cognito iframe {
    min-height: 505px;
  }
}
@media screen and (min-width: 768px) {
  .form-block .cognito {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .form-block.pointed .cognito {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .form-block.pointed .container > div:nth-child(2) .cognito {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .form-block.pointed .container > div:nth-child(3) .cognito {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.map {
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .map {
    height: 350px;
  }
}
@media screen and (min-width: 992px) {
  .map {
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .map {
    height: 550px;
  }
}
@media screen and (min-width: 1400px) {
  .map {
    height: 600px;
  }
}
.map video {
  position: absolute;
  display: block;
  margin: 0px auto;
  width: auto;
  height: 100%;
}
.map .container {
  position: absolute;
  top: 15%;
}
@media screen and (min-width: 768px) {
  .map .container {
    top: 15%;
  }
}
@media screen and (min-width: 992px) {
  .map .container {
    top: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .map .container {
    top: 25%;
  }
}
.map .container .overlay-text {
  position: absolute;
  top: 0px;
  left: 0;
}
.map .container .overlay-text .first-line {
  color: #fff;
  margin-bottom: 25px;
  font-size: 16px;
  text-shadow: 0 0 20px #000000;
}
@media screen and (min-width: 768px) {
  .map .container .overlay-text .first-line {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .map .container .overlay-text .first-line {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .map .container .overlay-text .first-line {
    font-size: 22px;
  }
}
.map .container .overlay-text .second-line {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-shadow: 0 0 20px #000000;
}
@media screen and (min-width: 768px) {
  .map .container .overlay-text .second-line {
    font-size: 23px;
  }
}
@media screen and (min-width: 992px) {
  .map .container .overlay-text .second-line {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .map .container .overlay-text .second-line {
    font-size: 30px;
  }
}
.map .container .overlay-text .second-line strong {
  font-weight: 500;
  font-family: 'Alfa Slab One', sans-serif;
  color: #f05300;
}
@media screen and (min-width: 768px) {
  .map .overlay-text .first-line {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .map .overlay-text .second-line {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .map.pointed.visible .overlay-text .first-line {
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .map.pointed.visible .overlay-text .second-line {
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .opacity-translate {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
body {
  background-color: #777;
  font-family: 'Work Sans', sans-serif;
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #000;
  box-shadow: inset 0px 0px 70px #000;
  overflow-x: hidden;
}
@media screen and (min-width: 400px) {
  body {
    padding-top: 226px;
  }
}
@media screen and (min-width: 550px) {
  body {
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 165px;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 175px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 200px;
  }
}
.row {
  margin: 0px;
}
.sans {
  font-family: 'Work Sans', sans-serif;
}
.slab {
  font-family: 'Alfa Slab One', sans-serif;
}
.container {
  width: 95%;
  max-width: 1600px;
}
@media screen and (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 95%;
  }
}
.container.constrained {
  width: 70%;
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .container.constrained {
    width: 100%;
  }
}
