:root {
  --white: white;
  --firebrick: #ce0000;
  --bg: #fafafa;
  --black: black;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.hero-heading-left {
  background-color: #1d1e2080;
  background-image: url('../images/shapelined-dark.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary {
  background-color: var(--firebrick);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.body {
  background-color: var(--bg);
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.hero {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.h2hero {
  color: #ce0000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  order: 0;
  width: 200px;
  height: auto;
  margin-right: 16px;
  box-shadow: 3px 3px 3px #0000004d;
}

.attn {
  background-color: var(--firebrick);
}

.heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.paragraph {
  position: static;
}

.heading-3 {
  color: var(--firebrick);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 100px;
  line-height: 80px;
}

.div-block {
  clear: none;
  align-self: flex-start;
  align-items: stretch;
  width: 77.7979%;
  display: block;
}

.paragraph-2 {
  margin-right: 10px;
}

.hero-stack {
  background-color: #f5f7fa;
  background-image: url('../images/shapelined-dark.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.heading-4 {
  color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Roboto Condensed, sans-serif;
}

.image {
  mix-blend-mode: normal;
  box-shadow: 1px 1px 13px 3px #00000026;
}

.footer {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.column {
  background-color: var(--black);
  border-radius: 5px;
}

.html-embed {
  background-color: var(--black);
  border-radius: 6px;
  width: 100%;
}

.container-2 {
  margin-top: 20px;
  padding-bottom: 40px;
}

.html-embed-2 {
  border-radius: 0;
}

.hero-stack-2 {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.div-block-2 {
  width: 50%;
}

.image-2 {
  margin-bottom: 40px;
}

.heading-5 {
  color: #ce0000;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.about {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left, .features-list, .hero-stack, .hero-stack-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }
}


