/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.tidio {
  min-height: 100vh;
  background-color: #1c5878;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.dec {
  position: absolute;
  width: 50%;
  height: 140vh;
  transform: rotate(10deg);
  right: 0;
  top: -10%;
  background-color: #144864;
  z-index: 1;
}

h1 {
  margin-top: 100px;
  color: #fff;
  position: relative;
  bottom: 150px;
  padding-left: 50px;
  z-index: 2;
}
h1 span {
  color: #f1b60d;
}

@media only screen and (max-width: 600px) {
  #tidio-chat iframe {
    max-height: 87vh !important;
    top: 0 !important;
  }
  .tidio {
    align-items: flex-start;
  }
  .tidio h1 {
    top: 20px;
    text-align: center;
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .mobile-nav {
    z-index: 9;
  }
  #tidio-chat {
    top: 100px;
  }
}

/*# sourceMappingURL=page-assistance.output.css.map */
