.home-slider {
  color: white;
  background: #bf4a12;
  position: relative;
  overflow: hidden;
}
.home-slider .item {
  overflow: hidden;
  margin-top: 40px;
  transition-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
@media only screen and (min-width: 992px) {
  .home-slider .item {
    margin-top: 0;
  }
}
.home-slider .item img {
  display: block;
  width: 100%;
}
.home-slider .inner {
  position: relative;
  z-index: 9;
}
.home-slider p.title {
  color: #ffffff;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2857rem;
  line-height: 1.714rem;
  letter-spacing: 0.45rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .home-slider p.title {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .home-slider p.title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .home-slider p.title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.45rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider p.title {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.65rem;
  }
}
.home-slider .copy {
  color: #ffffff;
  font-family: bely-display, sans-serif;
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 4.1rem;
  z-index: 9;
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .home-slider .copy {
    font-size: 2.15rem;
    line-height: 2.6rem;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider .copy {
    font-size: 2.7rem;
    line-height: 3rem;
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .home-slider .copy {
    font-size: 3.24rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider .copy {
    font-size: 4.24rem;
    line-height: 4.6rem;
  }
}
@media (min-width: 1400px) {
  .home-slider .copy {
    font-size: 4.24rem;
    line-height: 4.6rem;
  }
}
.home-slider .copy u {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-decoration: underline solid;
  text-decoration-thickness: 1.6rem;
  text-decoration-color: #011E41;
  text-underline-offset: -10px;
  text-decoration-skip-ink: none;
}
@media only screen and (min-width: 1200px) {
  .home-slider .copy u {
    text-underline-offset: -24px;
    text-decoration-thickness: 2.4rem;
  }
}
.home-slider a.slide-link {
  color: #ffffff;
  font-family: GalaxiePolaris;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7rem;
  line-height: 15px;
  letter-spacing: 1.956706px;
  position: relative;
  display: inline-block;
  padding-right: 2.2rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-slider a.slide-link:hover {
  color: #f6b222;
  text-decoration: none;
}
.home-slider a.slide-link:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  background: url(../images/white-arrow.png) center center no-repeat;
  background-size: 100% auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  display: inline-block;
  vertical-align: middle;
}
.home-slider .tns-item .copy p {
  height: 4em;
}
@media screen and (min-width: 992px) {
  .home-slider .tns-item .copy p {
    height: auto;
  }
}
.home-slider .owl-footer {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 992px) {
  .home-slider .owl-footer {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    padding-bottom: 0;
  }
}
.home-slider .owl-footer:before {
  background: #8f3615;
  content: '';
  position: absolute;
  left: -100%;
  right: -999px;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .home-slider .owl-footer:before {
    display: none;
  }
}
.home-slider .custom-owl-arrows {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .home-slider .custom-owl-arrows {
    position: absolute;
    bottom: -30px;
  }
}
@media (min-width: 1440px) {
  .home-slider .custom-owl-arrows {
    bottom: -45px;
  }
}
.home-slider .custom-owl-arrows button {
  border: none;
  background: none;
  padding: 0px;
}
.home-slider .custom-owl-arrows button:focus-visible {
  outline: 2px solid #E65300;
  outline-offset: 2px;
}
.home-slider .custom-owl-arrows img {
  width: 35px;
  height: 31px;
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
}
.home-slider .custom-owl-arrows img:hover {
  opacity: 0.6;
}
.home-slider .custom-owl-arrows .next {
  transform: rotate(180deg);
  margin-left: 2rem;
}
.home-slider .owl-item {
  height: 0;
}
.home-slider .owl-item.active {
  height: auto;
}
.home-slider .wrap {
  background: #bf4a12;
}
@media only screen and (min-width: 992px) {
  .home-slider .wrap {
    position: absolute;
    margin: auto;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
  }
}
.home-slider .next-up {
  position: absolute;
  text-align: right;
  font-family: GalaxiePolaris;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.3125;
  text-transform: uppercase;
  letter-spacing: 0.16875rem;
  display: block;
  margin-top: -0.2rem;
  left: -200px;
  width: 205px;
}
@media only screen and (min-width: 992px) {
  .home-slider .next-up {
    left: -218px;
    width: 205px;
  }
}
.home-slider .next-up span {
  display: block;
  clear: both;
  font-weight: 400;
  text-transform: none;
  font-family: neuzeit-grotesk, sans-serif;
  padding-right: 1.4rem;
  padding-top: 0.4rem;
}
.home-slider #ambient {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-slider #ambient video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .home-slider #ambient video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
