/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
section.intro {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  section.intro {
    padding-bottom: 290px;
  }
}
section.intro picture {
  position: absolute;
  width: 708px;
  bottom: -96px;
  left: 50%;
  z-index: -1;
  /*!rtl:raw: right: 35%; */
}
@media screen and (max-width: 600px) {
  section.intro picture {
    width: 393px;
    bottom: -290px;
    left: 50%;
    transform: translateX(-50%);
  }
}

section.accounts {
  overflow: hidden;
}