@font-face {
  font-family: "Hardware";
  src: url("../fonts/HardwareRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hardware-Condensed";
  src: url("../fonts/DDCHardware-Condensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

.max-width {
  max-width: 1332px;
  margin: 0 auto;
}

.full-width {
  padding: 0;
  margin: 0 auto;
}

button {
  outline: none !important;
}

input[type=submit] {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
input[type=submit]:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

h1 span {
  font-size: 90px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  h1 span {
    font-size: 36px;
  }
}

span.red-text {
  color: #ED1C24;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

span.white-text {
  color: #FAFCFF;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

section.markup-hero {
  background-color: #061019;
  padding: 120px 20px;
  background-image: url("../img/markup-bg.png");
  background-size: cover;
  position: relative;
}
section.markup-hero .max-width {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  section.markup-hero .max-width {
    display: block;
  }
}
section.markup-hero .max-width .hero-content {
  max-width: 666px;
}
section.markup-hero .max-width .hero-content img {
  width: 255px;
  max-width: 100%;
  margin-bottom: 80px;
}
section.markup-hero .max-width .hero-content h1.hero-title {
  font-size: 90px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
}
@media (max-width: 1199px) {
  section.markup-hero .max-width .hero-content h1.hero-title {
    font-size: 36px;
  }
}
section.markup-hero .max-width .hero-content h2.hero-subtitle {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #E6EBF2;
}
@media (max-width: 1199px) {
  section.markup-hero .max-width .hero-content h2.hero-subtitle {
    font-size: 22px;
  }
}
section.markup-hero .max-width .hero-content p.hero-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  section.markup-hero .max-width .hero-content p.hero-copy {
    font-size: 15px;
  }
}
section.markup-hero .max-width .hero-content p.hero-copy b {
  color: #E6EBF2;
  font-weight: 600;
}
section.markup-hero .max-width .hero-content p.hero-copy + p {
  margin-top: -50px;
}
section.markup-hero .max-width .hero-content img.hero-content-image {
  width: 100%;
}
section.markup-hero .max-width #calculator {
  background-color: #E6EBF2;
  border-radius: 6px;
  position: sticky;
  top: 100px;
  margin-top: 150px;
}
section.markup-hero .max-width #calculator #inputs {
  background-color: transparent;
}
section.markup-hero .max-width #calculator #inputs .columns .column .field .field-label label.label {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #A8080E;
  text-transform: none;
}
@media (max-width: 1199px) {
  section.markup-hero .max-width #calculator #inputs .columns .column .field .field-label label.label {
    font-size: 14px;
  }
}
section.markup-hero .max-width #calculator #inputs .columns .column .field .field-body .field p.control a.button {
  background-color: #B4BECC;
  border-radius: 6px 0 0 6px;
  border: none;
}
section.markup-hero .max-width #calculator #inputs .columns .column .field .field-body .field p.control input.input {
  background-color: #FAFCFF;
  color: #747E8C;
  border-color: #B4BECC;
  border-radius: 0 6px 6px 0;
}
section.markup-hero .max-width #calculator #content #results {
  background-color: transparent;
  padding-bottom: 0;
}
section.markup-hero .max-width #calculator #content #results .columns .column .actual .label {
  height: 15px;
}
section.markup-hero .max-width #calculator #content #results .columns .column .actual .num {
  background-color: #10A38D;
  border-radius: 6px;
  text-shadow: none;
  font-family: "Roboto", "sans-serif";
}
section.markup-hero .max-width #calculator #content #results .columns .column .actual .num span {
  font-weight: 600;
  vertical-align: baseline;
}
section.markup-hero .max-width #calculator #content #table {
  margin: 20px;
  background-color: #FAFCFF;
  border-radius: 6px;
}
section.markup-hero .max-width #calculator #content #table h3 {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  section.markup-hero .max-width #calculator #content #table h3 {
    font-size: 15px;
  }
}
section.markup-hero .max-width #calculator #content #table table {
  border-color: #B4BECC;
}
section.markup-hero .max-width #calculator #content #table table tbody tr {
  opacity: 1;
  border-bottom: none;
}
section.markup-hero .max-width #calculator #content #table table tbody tr td {
  color: #3F4D61;
  padding: 5px 12px;
}
section.markup-hero .max-width #calculator #content #table table tbody tr.highlight {
  background-color: #4BB9A9;
}
section.markup-hero .max-width #calculator #content #table table tbody tr.highlight td {
  color: #FAFCFF;
}
section.markup-hero .max-width #cta {
  display: none;
}

section.m-alternating {
  background-color: #061019;
  overflow: hidden;
  padding: 0 40px 222px;
}
@media (max-width: 1199px) {
  section.m-alternating {
    padding: 0 20px 111px;
  }
}
section.m-alternating.black-top {
  padding: 222px 40px;
}
@media (max-width: 1199px) {
  section.m-alternating.black-top {
    padding: 111px 20px;
  }
}
section.m-alternating.alternating-red {
  padding-top: 70px;
}
section.m-alternating h2.alternating-title.acc-title, section.m-alternating h2.alternating-section-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media (max-width: 1199px) {
  section.m-alternating h2.alternating-title.acc-title, section.m-alternating h2.alternating-section-title {
    font-size: 22px;
  }
}
section.m-alternating .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.m-alternating .max-width.alt-accordion {
  align-items: flex-start;
}
@media (max-width: 1199px) {
  section.m-alternating .max-width {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.m-alternating .max-width .alternating-content-wrap {
  flex: 1 1 50%;
  order: 1;
  max-width: 610.5px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  section.m-alternating .max-width .alternating-content-wrap {
    flex: 1 1 100%;
    order: 2;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  section.m-alternating .max-width .alternating-content-wrap {
    padding-left: 0;
  }
}
section.m-alternating .max-width .alternating-content-wrap img.alternating-logo {
  margin-bottom: 30px;
}
section.m-alternating .max-width .alternating-content-wrap h2.alternating-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
}
@media (max-width: 1199px) {
  section.m-alternating .max-width .alternating-content-wrap h2.alternating-title {
    font-size: 22px;
  }
}
section.m-alternating .max-width .alternating-content-wrap span.alternating-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1199px) {
  section.m-alternating .max-width .alternating-content-wrap span.alternating-copy {
    font-size: 15px;
  }
}
section.m-alternating .max-width .alternating-content-wrap span.alternating-copy p {
  margin-bottom: 10px;
}
section.m-alternating .max-width .alternating-content-wrap span.alternating-copy b {
  color: #E6EBF2;
  font-weight: 600;
}
section.m-alternating .max-width .alternating-content-wrap span.alternating-copy a {
  color: #ED1C24;
}
section.m-alternating .max-width .alternating-content-wrap a.alternating-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  margin-top: 20px;
}
section.m-alternating .max-width .alternating-content-wrap a.alternating-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-alternating .max-width .alternating-content-wrap a.alternating-cta:hover {
  background-color: #061019 !important;
  border-color: #FAFCFF !important;
}
section.m-alternating .max-width .alternating-image-wrap {
  position: relative;
  flex: 1 1 50%;
  max-width: 610.5px;
  order: 2;
}
section.m-alternating .max-width .alternating-image-wrap .red-bg {
  height: 120%;
  background-color: #ed1c24;
  position: absolute;
  width: 30%;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
}
@media (max-width: 1199px) {
  section.m-alternating .max-width .alternating-image-wrap .red-bg {
    transform: translate(20%, -50%);
  }
}
section.m-alternating .max-width .alternating-image-wrap .red-bg.side-image {
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  height: 130%;
}
@media (max-width: 1199px) {
  section.m-alternating .max-width .alternating-image-wrap {
    flex: 1 1 100%;
    order: 1;
    margin-bottom: 100px;
  }
}
section.m-alternating .max-width .alternating-image-wrap img.alternating-image {
  position: relative;
  transition: all 1s ease-out;
  box-shadow: 0 0 50px rgba(6, 16, 25, 0.8);
}
section.m-alternating .max-width .alternating-image-wrap img.alternating-image.accordion-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
section.m-alternating .max-width .alternating-image-wrap img.alternating-image.accordion-image.active {
  opacity: 1;
  transition: all 1s ease-out;
}
section.m-alternating.right-text .max-width .alternating-content-wrap {
  order: 2;
}
section.m-alternating.right-text .max-width .alternating-image-wrap {
  order: 1;
}
section.m-alternating.right-text .max-width .alternating-image-wrap .red-bg {
  transform: translate(-50%, -50%);
  left: 0;
}

section.markup-footer {
  background-color: #ED1C24;
  padding: 100px 20px;
}
section.markup-footer .max-width {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  section.markup-footer .max-width {
    display: block;
  }
}
section.markup-footer .max-width img {
  max-width: 250px;
  height: auto;
  flex: 1 1 auto;
}
section.markup-footer .max-width span {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  display: block;
  flex: 1 1 auto;
}
@media (max-width: 1199px) {
  section.markup-footer .max-width span {
    font-size: 15px;
  }
}
section.markup-footer .max-width a.button {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: transparent;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
  font-size: 21px;
  flex: 1 1 auto;
  padding: 10px 20px;
  min-width: 300px;
}
section.markup-footer .max-width a.button:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #182333;
}
@media (max-width: 1199px) {
  section.markup-footer .max-width a.button {
    margin-top: 30px;
  }
}/*# sourceMappingURL=app2.css.map */