/* UI ICONS */
/* ICONS */
.stack-wifi-intro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 540px;
  overflow: hidden;
  color: #ffffff; }
  @media (min-width: 768px) {
    .stack-wifi-intro {
      display: block;
      height: 600px; } }
  .stack-wifi-intro__background {
    width: 100%;
    height: 100%; }
  .stack-wifi-intro__background, .stack-wifi-intro__background img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .stack-wifi-intro__anim1, .stack-wifi-intro__anim2, .stack-wifi-intro__anim3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .stack-wifi-intro__anim1 {
    width: 450px;
    height: 433px;
    margin-left: -790px;
    margin-top: -160px; }
  .stack-wifi-intro__anim2 {
    width: 419px;
    height: 398px;
    margin-left: 200px;
    margin-top: 106px; }
  .stack-wifi-intro__anim3 {
    width: 1142px;
    height: 479px;
    margin-left: -50px;
    margin-top: 65px; }
  .stack-wifi-intro__text-container {
    text-align: center; }
    @media (min-width: 768px) {
      .stack-wifi-intro__text-container {
        margin-top: 124px;
        text-align: left; } }
    .stack-wifi-intro__text-container h2 + p {
      margin-top: 18px; }
