#promo .section-1 {
  position: relative;
  height: 450px;
  background-image: url('/media/up/hansgrohe/promo/rainfinity/sec1-desktop.jpg');
  background-size: cover;
  background-position: center;
}
#promo .section-1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 28, 29, 0.6);
}
#promo .section-1 .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
#promo .section-1__logo {
  position: absolute;
  top: 100px;
  left: 0;
  width: 321px;
  height: 50px;
  background-image: url(/media/up/hansgrohe/promo/rainfinity/hg-logo.svg);
  background-size: cover;
  background-position: center;
}
#promo .section-1__title {
font-family: var(--font-family-primary);
  font-weight: 500;
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 206px 0 0;
}
@media (max-width: 768px) {
  #promo .section-1 {
    height: 400px;
    background-image: url(/media/up/hansgrohe/promo/rainfinity/sec1-tablet.jpg);
  }
  #promo .section-1__logo {
    display: none;
  }
  #promo .section-1__title {
    max-width: 510px;
    margin: 0 auto;
    padding: 186px 0 0;
  }
}
@media (max-width: 480px) {
  #promo .section-1 {
    height: 360px;
  }
  #promo .section-1__logo {
    display: none;
  }
  #promo .section-1__title {
    font-size: 30px;
    line-height: 39px;
    padding: 142px 0 0;
  }
}
#promo .section-2 {
  padding: 90px 0 100px;
  /* Enabled */
}
#promo .section-2__desc {
font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #BFBFBF;
}
#promo .section-2 .promo-title {
  max-width: 755px;
}
#promo .section-2 .promo-title br {
  display: none;
}
#promo .section-2 .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
}
#promo .section-2 .video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#promo .section-2 .video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#promo .section-2 .video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#promo .section-2 .video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}
#promo .section-2 .video__button-icon {
  fill: #ffffff;
}
#promo .section-2 .video__button:focus {
  outline: none;
}
#promo .section-2 .video:hover .video__button-shape,
#promo .section-2 .video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}
#promo .section-2 .video--enabled {
  cursor: pointer;
}
#promo .section-2 .video--enabled .video__button {
  display: block;
}
#promo .section-2__video {
  margin: 110px 0 0;
}
@media (max-width: 768px) {
  #promo .section-2 {
    padding: 40px 0 50px;
  }
  #promo .section-2 .promo-title {
    max-width: 568px;
  }
  #promo .section-2__desc {
    font-size: 18px;
    line-height: 23px;
    max-width: 668px;
    margin: 0 auto;
  }
  #promo .section-2__video {
    margin: 50px auto 0;
    max-width: 668px;
  }
}
@media (max-width: 480px) {
  #promo .section-2 .promo-title {
    max-width: 300px;
    margin: 0 auto 24px;
  }
  #promo .section-2 .promo-title br {
    display: block;
  }
}
#promo .promo-title {
font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  color: #1B1C1D;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  #promo .promo-title {
    font-size: 48px;
    line-height: 60px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 480px) {
  #promo .promo-title {
    font-size: 27px;
    line-height: 33px;
    margin: 0 auto 30px;
  }
}
#promo .section-3 {
  position: relative;
  height: 872px;
  background: #e7e7e7 url("/media/up/hansgrohe/promo/rainfinity/section-3.jpg") no-repeat center;
  background-size: cover;
}
#promo .section-3 .container {
  height: 100%;
}
#promo .section-3__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#promo .section-3__title {
font-family: var(--font-family-primary);
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  color: #FFFFFF;
}
#promo .section-3__title span {
  color: #26a792;
}
@media (max-width: 768px) {
  #promo .section-3 {
    height: 383px;
  }
  #promo .section-3__title {
    font-size: 48px;
    line-height: 65px;
  }
  #promo .section-3__title span {
    display: block;
  }
}
@media (max-width: 480px) {
  #promo .section-3 {
    height: 360px;
  }
  #promo .section-3__title {
    font-size: 27px;
    line-height: 35px;
    max-width: 180px;
    margin: 0 auto;
  }
}
#promo .section-4 {
  padding: 90px 0 100px;
}
#promo .section-4 .promo-title {
  max-width: 862px;
}
#promo .section-4__desc {
font-family: var(--font-family-primary);
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #1B1C1D;
  max-width: 1259px;
  margin: 0 auto;
}
#promo .section-4__desc .mark {
  color: #26a792;
}
@media (max-width: 768px) {
  #promo .section-4 {
    padding: 100px 0 107px;
  }
  #promo .section-4__title {
    max-width: 608px;
  }
  #promo .section-4__desc {
    font-size: 19px;
    line-height: 35px;
    padding: 0 15px;
    max-width: 628px;
  }
  #promo .section-4 .promo-title {
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  #promo .section-4 {
    padding: 92px 0 50px;
  }
  #promo .section-4__desc {
    font-size: 18px;
    line-height: 31px;
  }
}
#promo .video-gallery {
  position: relative;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  #promo .video-gallery {
    margin: 50px 0 0;
  }
}
#promo .video-gallery__slides {
  background-color: #e7e7e7;
}
#promo .video-gallery__slide[poster] {
  width: 100%;
  height: auto;
  display: block;
}
#promo .video-gallery__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#promo .video-gallery__slide video {
  max-width: 100%;
  height: auto;
  display: block;
}
#promo .video-gallery__slide:first-child {
  position: relative;
  z-index: 1;
}
#promo .video-gallery__slide.active {
  opacity: 1;
}
#promo .video-gallery__control {
  position: absolute;
  z-index: 1;
  bottom: 72px;
  left: 0;
  margin: auto;
  width: 100%;
}
#promo .video-gallery__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 645px;
  margin: 0 auto;
}
#promo .video-gallery__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  background: #333333;
  width: 185px;
  height: 195px;
  color: #fff;
font-family: var(--font-family-primary);
font-weight: 300;
  font-size: 25px;
  line-height: 40px;
}
#promo .video-gallery__btn .icon {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 10px;
}
#promo .video-gallery__btn[data-video-btn="powder-rain"] .icon {
  background-image: url(/media/up/hansgrohe/promo/rainfinity/icon-1.png);
}
#promo .video-gallery__btn[data-video-btn="intense-powder-rain"] .icon {
  background-image: url(/media/up/hansgrohe/promo/rainfinity/icon-2.png);
}
#promo .video-gallery__btn[data-video-btn="rain-stream"] .icon {
  background-image: url(/media/up/hansgrohe/promo/rainfinity/icon-3.png);
}
#promo .video-gallery__btn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #319282;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
#promo .video-gallery__btn:hover:after {
  opacity: 0.4;
}
#promo .video-gallery__btn.active:after {
  opacity: 1;
}
@media (max-width: 768px) {
  #promo .video-gallery__control {
    position: relative;
    left: 0;
    bottom: 0;
    margin: -110px 0 0;
  }
}
@media (max-width: 580px) {
  #promo .video-gallery__control {
    margin: -40px 0 0;
  }
  #promo .video-gallery__btns {
    max-width: 300px;
  }
  #promo .video-gallery__btn {
    width: 96px;
    height: 96px;
    padding: 15px;
    font-size: 15px;
    line-height: 19px;
  }
  #promo .video-gallery__btn .icon {
    width: 22px;
    height: 24px;
    margin: 0 0 5px;
  }
}
#promo .section-5 {
  padding: 0 0 94px;
}
@media (max-width: 768px) {
  #promo .section-5 {
    padding: 0 0 87px;
  }
}
@media (max-width: 480px) {
  #promo .section-5 {
    padding: 0 0 55px;
  }
}
#promo .image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#promo .image-gallery__img-container {
  list-style: none;
  max-width: 365px;
  width: 100%;
  height: 275px;
}
#promo .image-gallery__img-container:first-child,
#promo .image-gallery__img-container:nth-child(2) {
  max-width: 556px;
  width: 100%;
  height: 425px;
  margin: 0 0 25px;
}
#promo .image-gallery__img-preview {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#promo .image-gallery__img-preview::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 28, 29, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#promo .image-gallery__img-preview:hover:after {
  opacity: 1;
}
#promo .image-gallery__btn-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #E7E7E7;
font-family: var(--font-family-primary);
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #1B1C1D;
  list-style: none;
  width: 33%;
  cursor: pointer;
font-weight: 300;
}
#promo .image-gallery__btn-all span {
  border-bottom: 1px solid #1B1C1D;
  font-size: 30px;
}
#promo .image-gallery__btn-all::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 28, 29, 0.1);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#promo .image-gallery__btn-all:hover:after {
  opacity: 1;
}
@media (max-width: 1195px) {
  #promo .image-gallery__img-container {
    max-width: 31%;
  }
  #promo .image-gallery__img-container:first-child,
  #promo .image-gallery__img-container:nth-child(2) {
    max-width: 49%;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  #promo .image-gallery__img-container {
    height: 157px;
  }
  #promo .image-gallery__img-container:first-child,
  #promo .image-gallery__img-container:nth-child(2) {
    height: 243px;
  }
  #promo .image-gallery__btn-all {
    font-size: 64px;
    line-height: 78px;
  }
  #promo .image-gallery__btn-all span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  #promo .image-gallery__img-container {
    height: 225px;
    max-width: 100%;
    margin: 0 0 10px;
  }
  #promo .image-gallery__img-container:first-child,
  #promo .image-gallery__img-container:nth-child(2) {
    height: 225px;
    max-width: 100%;
    margin: 0 0 10px;
  }
  #promo .image-gallery__btn-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    font-size: 20px;
    line-height: 45px;
    margin: 6px 0 0;
  }
  #promo .image-gallery__btn-all span {
    display: inline;
    position: relative;
    font-size: 20px;
    line-height: 45px;
    margin: 0 0 0 6px;
    line-height: 24px;
  }
}
#promo .section-product__title {
  display: none;
  font-size: 24px;
  line-height: 35px;
font-family: var(--font-family-primary);
font-weight: 300;
  text-align: center;
}
#promo .section-product__title b {
font-family: var(--font-family-primary);
font-weight: 500;
  display: block;
}
@media (max-width: 480px) {
  #promo .section-product .promo-title {
    display: none;
  }
  #promo .section-product__title {
    display: block;
    margin: 0 0 34px;
  }
}
.main-container > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}