.background {
  position: relative;
  margin: 0 auto;
}
.background__description {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.background__image {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 850px;
}
.background__image--position-left {
  background-position: left center;
}
.background__image--position-right {
  background-position: right center;
}
.background__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.background__video-source {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.background__video-source--hidden {
  display: none;
}
.background--text .background__description {
  position: static;
  transform: none;
  margin-top: 0;
}
.background--text {
  max-width: 100%;
  background-color: #fff;
}
.header-for-mega-diff .background {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 15px);
}
.header-for-mega-diff .background__image {
  height: 245px;
  width: 165px;
  margin-left: -82.5px;
  left: 50%;
  position: absolute;
  bottom: -80px;
  background-size: contain;
  background-position: 50% 50%;
}
.header-for-mega-diff .background__description {
  top: calc(50% - 50px);
}
@media (max-width: 768px) {
  .header-for-mega-diff .background__description {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10%;
  }
  .header-for-mega-diff .background__image {
    height: 243px;
    bottom: -81px;
  }
}
@media (max-width: 365px) {
  .header-for-mega-diff .background__description {
    position: absolute;
  }
  .header-for-mega-diff .background__image {
    height: 175px;
    bottom: -63px;
  }
}
.header-for-blog-page .background--text {
  margin-bottom: 102px;
}
.header-for-sales-page .background--text {
  margin-bottom: 106px;
}
.header-for-adjustable-height .background {
  max-height: calc(100vh - 70px);
  height: 100vh;
  overflow: hidden;
}
.header-for-adjustable-height .background__image {
  height: 100%;
}
.header-for-video .background {
  max-height: calc(100vh - 70px);
  height: 100vh;
  overflow: hidden;
}
.one-aspect-ratio-header .background {
  height: 100vh;
  max-height: calc(100vh - 70px);
  overflow: hidden;
}
.one-aspect-ratio-header .background__image {
  height: 100%;
  padding: 0;
  background-size: cover;
}
.max-aspect-ratio-9-5 .one-aspect-ratio-header .background {
  height: auto;
}
.max-aspect-ratio-9-5 .one-aspect-ratio-header .background__image {
  height: 0;
  padding-bottom: calc(56.25% - 70px);
}
.landing-header--replacement .background {
  overflow: hidden;
}
.landing-header--replacement .background__image {
  height: 470px;
  width: 21%;
  float: left;
  background-size: contain;
}
.landing-header--replacement .background__image--left {
  background-position: left top;
  float: left;
}
.landing-header--replacement .background__image--right {
  background-position: right top;
  float: right;
}
.landing-header--replacement .background__description {
  top: 35%;
}
.homepage-header .background {
  max-height: calc(100vh - 70px);
  height: 100vh;
  overflow: hidden;
  border-bottom: 1px #606060 solid;
  box-sizing: border-box;
}
.header-for-empty-thank-you .background {
  margin-bottom: 110px;
}
.slider-content--arrow-it .background__image {
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.slider-content--arrow-it .background__image--left {
  right: auto;
}
.slider-content--arrow-it .background__image--right {
  left: auto;
}
.slider-content--arrow-it .slick-slide:nth-child(1) .background__image--left {
  top: -160px;
  width: 55%;
  background-position: right bottom;
}
.slider-content--arrow-it .slick-slide:nth-child(1) .background__image--right {
  top: -80px;
  width: 41%;
  background-position: left top;
}
.slider-content--arrow-it .slick-slide:nth-child(2) .background__image--left {
  background-position: left center;
  width: 50%;
}
.slider-content--arrow-it .slick-slide:nth-child(2) .background__image--right {
  background-position: right 70px center;
  width: 50%;
}
.slider-content--arrow-it .slick-slide:nth-child(3) .background__image--left {
  background-position: right top;
  width: 44%;
}
.slider-content--arrow-it .slick-slide:nth-child(3) .background__image--right {
  background-size: auto 120%;
  width: 56%;
  left: auto;
  top: -50px;
  background-position: left top;
}
@media (max-width: 1920px) {
  .background__image {
    height: 650px;
  }
}
@media (max-width: 1600px) {
  .background__image {
    height: 600px;
  }
}
@media (max-width: 1366px) {
  .background__image {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .max-aspect-ratio-9-5 .one-aspect-ratio-header .background__image {
    padding-bottom: calc(56.25% - 20px);
  }
}
@media (min-width: 769px) {
  .background__image--mobile {
    display: none;
    background: none !important;
  }
  .max-aspect-ratio-5-4 .slider-content--arrow-it .slick-slide:nth-child(1) .background__image--left {
    max-height: 110vw;
    width: 62%;
    top: 0;
  }
  .max-aspect-ratio-5-4 .slider-content--arrow-it .slick-slide:nth-child(1) .background__image--right {
    max-height: 58vw;
    width: 38%;
    top: 0;
  }
  .max-aspect-ratio-16-10 .slider-content--arrow-it .slick-slide:nth-child(2) .background__image {
    background-position: right top;
    right: 54%;
    left: 0;
    position: absolute;
    height: 100%;
  }
  .max-aspect-ratio-16-10 .slider-content--arrow-it .slick-slide:nth-child(2) .background__image--right {
    background-position: left top;
    left: 56%;
    right: 0;
  }
  .max-aspect-ratio-16-10 .slider-content--arrow-it .slick-slide:nth-child(3) .background__image--left {
    max-height: 110vw;
    width: 64%;
  }
  .max-aspect-ratio-16-10 .slider-content--arrow-it .slick-slide:nth-child(3) .background__image--right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .background__image {
    height: 300px;
  }
  .background__image:not(.background__image--mobile) {
    display: none;
    background: none !important;
  }
  .background__description {
    position: static;
    margin-top: -80px;
    width: 100%;
    transform: none;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .background__video {
    display: none;
  }
  .background__video-source {
    background: none !important;
  }
  .header-for-bp-page .background__description {
    padding: 0;
  }
  .header-for-adjustable-height .background {
    margin-top: 0;
    max-height: calc(100vh - 60px);
  }
  .header-for-adjustable-height .background__description {
    position: absolute;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
  .header-for-adjustable-height .background__image {
    padding: 0;
    background-size: cover;
    background-position: right top;
  }
  .slider-content--arrow-it .background {
    margin-top: 0;
    max-height: calc(100vh - 60px);
  }
  .slider-content--arrow-it .slick-slide:nth-child(1) .background__image--left {
    top: -10%;
    height: 100vw;
  }
  .slider-content--arrow-it .slick-slide:nth-child(1) .background__image--right {
    top: 0;
    width: 45%;
    height: 70vw;
  }
  .slider-content--arrow-it .slick-slide:nth-child(2) .background__image {
    background-size: auto 50%;
    background-position: left -25px top;
  }
  .slider-content--arrow-it .slick-slide:nth-child(2) .background__image--right {
    background-size: 400px auto;
    background-position: right -190px top;
  }
  .slider-content--arrow-it .slick-slide:nth-child(3) .background__image--left {
    height: 100vw;
    width: 50%;
  }
  .slider-content--arrow-it .slick-slide:nth-child(3) .background__image--right {
    top: -20px;
    height: 100vw;
    width: 55%;
  }
  .one-aspect-ratio-header .background,
  .max-aspect-ratio-9-5 .one-aspect-ratio-header .background {
    max-height: 100%;
  }
  .one-aspect-ratio-header .background__image,
  .max-aspect-ratio-9-5 .one-aspect-ratio-header .background__image {
    height: 300px;
    padding-bottom: 0;
  }
  .header-for-video .background {
    max-height: 100%;
    height: auto;
    overflow: visible;
  }
  .homepage-header .background {
    margin-top: 0;
    max-height: calc(100vh - 60px);
  }
  .header-for-blog-page .background--text {
    margin-bottom: 64px;
  }
  .landing-header--replacement .background__image {
    height: 200px;
    margin-bottom: 80px;
    width: 18.5%;
    background-size: cover;
  }
  .landing-header--replacement .background__image--left {
    background-position: right top;
  }
  .landing-header--replacement .background__image--right {
    background-position: left top;
  }
  .landing-header--replacement .background__description {
    top: 35%;
    position: absolute;
  }
  .header-for-sales-page .background__description {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .slider-content--arrow-it .slick-slide:nth-child(2) .background__image--right {
    background-size: 230px auto;
    background-position: right -100px top;
  }
}
