@charset "UTF-8";
/* Base */
/* xl -> small pc (1200px - ∞) */
/* lg -> tablet > (992px - 1200px) */
/* md -> tablet ^ (768px - 992px) */
/* sm -> mobile (576px - 768px) */
/* xs -> small mobile (350px - 576px) */
/* small pc screen */
/* small pc screen */
/* horizontal(>) yan tablet */
/* vertical(^) dik tablet */
/* all mobile devices */
/* iphone 5s */
/* Open Sans - 300,400,600,700,800 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* Roboto 100,300,400,500,700,900 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden; }
  body.qua-active {
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      body.qua-active {
        overflow: inherit; } }

img {
  color: transparent; }
  img[loading="lazy"]:not(.qua-loaded) {
    visibility: hidden; }

/* Safari */
input, input:before, input:after, textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

a, button {
  cursor: pointer !important; }
  @media screen and (max-width: 992px) {
    a, button {
      cursor: inherit !important; } }

a:-webkit-any-link {
  color: inherit; }

/* Components */
/* Layout */
body {
  background: #383739; }

section#qua-maintenance {
  display: grid;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  padding: 55px;
  overflow-x: hidden;
  overflow-y: auto; }
  section#qua-maintenance .qua-card {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    grid-template-columns: minmax(0, 100%);
    width: 100%;
    max-width: 1080px;
    color: #545454;
    height: auto; }
    section#qua-maintenance .qua-card .qua-logo {
      width: 100%;
      height: auto; }
      section#qua-maintenance .qua-card .qua-logo .qua-imageGroup {
        width: auto;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          section#qua-maintenance .qua-card .qua-logo .qua-imageGroup {
            width: auto;
            height: auto; } }
        section#qua-maintenance .qua-card .qua-logo .qua-imageGroup img {
          width: auto;
          height: 100%; }
          @media screen and (max-width: 768px) {
            section#qua-maintenance .qua-card .qua-logo .qua-imageGroup img {
              width: 50vw;
              height: auto; } }
    section#qua-maintenance .qua-card h1 {
      margin-top: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      color: #fff;
      line-height: 150%; }
      @media screen and (max-width: 992px) {
        section#qua-maintenance .qua-card h1 {
          font-size: clamp(25px, 2vw, 30px); } }
    section#qua-maintenance .qua-card .qua-linkGroup {
      margin-top: 50px;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 35px; }
      section#qua-maintenance .qua-card .qua-linkGroup a.qua-link {
        width: 100%;
        height: auto;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        line-height: 150%;
        text-align: center;
        gap: 15px; }
        section#qua-maintenance .qua-card .qua-linkGroup a.qua-link .qua-imageGroup {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: column;
          overflow: hidden;
          flex-shrink: 0; }
          section#qua-maintenance .qua-card .qua-linkGroup a.qua-link .qua-imageGroup svg {
            height: 27px;
            fill: #fff; }
        section#qua-maintenance .qua-card .qua-linkGroup a.qua-link:hover {
          opacity: .75;
          transition: opacity .2s ease; }
          @media screen and (max-width: 992px) {
            section#qua-maintenance .qua-card .qua-linkGroup a.qua-link:hover {
              opacity: 1; } }
        section#qua-maintenance .qua-card .qua-linkGroup a.qua-link.qua-mail .qua-imageGroup svg {
          height: 21px; }
    section#qua-maintenance .qua-card .qua-socialArea {
      margin-top: 45px;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 25px; }
      @media screen and (max-width: 576px) {
        section#qua-maintenance .qua-card .qua-socialArea {
          flex-direction: column; } }
      section#qua-maintenance .qua-card .qua-socialArea .qua-socialGroup {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px; }
        section#qua-maintenance .qua-card .qua-socialArea .qua-socialGroup a.qua-social {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          overflow: hidden; }
          section#qua-maintenance .qua-card .qua-socialArea .qua-socialGroup a.qua-social svg {
            height: 25px;
            fill: #fff; }
          section#qua-maintenance .qua-card .qua-socialArea .qua-socialGroup a.qua-social:hover {
            opacity: .75;
            transition: opacity .2s ease; }
            @media screen and (max-width: 992px) {
              section#qua-maintenance .qua-card .qua-socialArea .qua-socialGroup a.qua-social:hover {
                opacity: 1; } }
      section#qua-maintenance .qua-card .qua-socialArea p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        cursor: default; }

/* Pages */

/*# sourceMappingURL=main.css.map */
