.home .section--home-hero {
  margin-top: 0;
  z-index: -1;
  min-height: 350px;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 375px) {
  .home .section--home-hero {
    min-height: 400px;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .home .section--home-hero {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .home .section--home-hero {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .home .section--home-hero {
    min-height: 550px;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section--home-hero {
    min-height: 590px;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .home .section--home-hero {
    /*min-height: 500px;*/
  }
}
@media only screen and (min-width: 1900px) {
  .home .section--home-hero {
    min-height: 800px;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section--home-hero {
    min-height: 900px;
  }
}
.home .section--home-hero .img-container {
  height: 100%;
  position: absolute;
  top: -0.8rem;
  left: -2rem;
  right: -2rem;
  z-index: -1;
}
@media only screen and (min-width: 375px) {
  .home .section--home-hero .img-container {
    top: -1rem;
    left: -2.5rem;
    right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .home .section--home-hero .img-container {
    top: -1.5rem;
    left: -3rem;
    right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .section--home-hero .img-container {
    left: -4rem;
    right: -4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home .section--home-hero .img-container {
    top: -145px;
    left: -6rem;
    right: -6rem;
    height: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section--home-hero .img-container {
    left: -8rem;
    right: -8rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .home .section--home-hero .img-container {
    left: -10rem;
    right: -10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .home .section--home-hero .img-container {
    left: -14rem;
    right: -14rem;
    top: -205px;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section--home-hero .img-container {
    left: -16rem;
    right: -16rem;
    top: -225px;
  }
}
.home .section--home-hero .img-container:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .home .section--home-hero .img-container:before {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
    /*background-color: rgba(0, 0, 0, 0.4);*/
  }
}
@media only screen and (min-width: 1900px) {
  .home .section--home-hero .img-container:before {
    background: linear-gradient(rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
  }
}
.home .section--home-hero .img--bg {
  position: relative;
  z-index: -2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .home .section--home-hero .img--bg {
    object-position: top center;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section--home-hero .img--bg {
    object-position: center center;
  }
}
.home .section--home-hero .content {
  padding-top: 6rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 375px) {
  .home .section--home-hero .content {
    padding-top: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .section--home-hero .content {
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .home .section--home-hero .content {
    padding-top: 15rem;
  }
}
@media only screen and (min-width: 1900px) {
  .home .section--home-hero .content {
    padding-top: 20rem;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section--home-hero .content {
    padding-top: 25rem;
  }
}
.home .section--home-hero .text--title {
  color: white;
}
@media only screen and (min-width: 768px) {
  .home .section--home-hero .text--title {
    font-size: 4.6rem;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .home .section--home-hero .text--title {
    max-width: 60%;
    line-height: 1.3;
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section--home-hero .text--title {
    max-width: 55%;
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .home .section--home-hero .text--title {
    font-size: 5.2rem;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1900px) {
  .home .section--home-hero .text--title {
    font-size: 5.4rem;
    max-width: 40%;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section--home-hero .text--title {
    font-size: 5.6rem;
    max-width: 30%;
  }
}
.home .section--home-hero .text--subtitle {
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .home .section--home-hero .text--subtitle {
    font-size: 2.6rem;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .home .section--home-hero .text--subtitle {
    max-width: 60%;
    line-height: 1.3;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section--home-hero .text--subtitle {
    max-width: 55%;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .home .section--home-hero .text--subtitle {
    font-size: 3.2rem;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1900px) {
  .home .section--home-hero .text--subtitle {
    font-size: 3.4rem;
    max-width: 40%;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section--home-hero .text--subtitle {
    font-size: 3.6rem;
    max-width: 30%;
  }
}
.home .section--home-hero .link--btn {
  margin-top: 3rem;
  display: block;
}
.home .section--one {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .home .section--one {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .section--one .text--title {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .home .section--one .text--title {
    max-width: 540px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section--one .text--title {
    max-width: 650px;
  }
}
.home .section--two {
  border-top: 3px solid #970C0C;
  border-bottom: 3px solid #970C0C;
}
.home .section--two .container {
  position: relative;
}
.home .section--two .text--title {
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.8px;
}
.home .section--two .badge__img {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .home .section--two .badge__img {
    display: block;
    width: 150px;
    left: 0;
    top: -36%;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section--two .badge__img {
    top: -42%;
  }
}
@media only screen and (min-width: 1900px) {
  .home .section--two .badge__img {
    width: 200px;
    top: -50%;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section--two .badge__img {
    top: -45%;
  }
}
@media only screen and (min-width: 3000px) {
  .home .section--two .badge__img {
    top: -40%;
  }
}
.home .section--three .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .section--three .container .text {
  text-align: center;
}
.home .section--three .container .text--title {
  text-align: center;
}
.home .section--three .text {
  /*        &--title {
    @include g.tablet-landscape {
      max-width: 65%;
    }
    @include g.desktopLarge {
      max-width: 45%;
    }
  }*/
}
.home .section--three .text--para {
  /*          @include g.desktopSmall {
    max-width: 100%;
  }*/
}
@media only screen and (min-width: 2500px) {
  .home .section--three .text--para {
    max-width: 75%;
  }
}
.home .section--three .links {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home .section--three .links {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .home .section--three .link--btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .section--three .link--btn:first-child {
    margin-right: 1rem;
  }
}
.home .section.bg {
  padding: 5rem 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media only screen and (min-width: 375px) {
  .home .section.bg {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .home .section.bg {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .section.bg {
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 7rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home .section.bg {
    margin-right: -6rem;
    margin-left: -6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section.bg {
    margin-right: -8rem;
    margin-left: -8rem;
    padding: 9rem 6rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .home .section.bg {
    margin-right: -10rem;
    margin-left: -10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .home .section.bg {
    margin-right: -14rem;
    margin-left: -14rem;
  }
}
@media only screen and (min-width: 2500px) {
  .home .section.bg {
    margin-right: -16rem;
    margin-left: -16rem;
  }
}
.home .section.bg--grey {
  background-color: #f7f6f7;
}
.home .section.bg--black {
  background-color: #1a1a1a;
}
.home .section.bg--black .text {
  color: white;
}
.home .icon--placeholder {
  height: 150px;
  width: 180px;
  background-color: transparent;
  border-radius: 100px;
}
@media only screen and (min-width: 375px) {
  .home .icon--placeholder {
    height: 175px;
    width: 205px;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .home .icon--placeholder {
    height: 200px;
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .home .icon--placeholder {
    height: 200px;
    width: 230px;
  }
}
@media only screen and (min-width: 1280px) {
  .home .icon--placeholder {
    height: 230px;
    width: 260px;
  }
}
@media only screen and (min-width: 1900px) {
  .home .icon--placeholder {
    height: 260px;
    width: 290px;
  }
}
.home .icon svg, .home .icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}