/*@media screen and (max-width: 1204px) {*/
@media screen and (max-width: 1204px) {
     .second-row {

        position: unset;

    }
    .home-wrapper .first-row .third-item video {
        width: 100%;
    }
  .home-wrapper {

    margin-top: unset;
    --max-width-1: 100vw;
    /*--max-width-1: 460px;*/
    width: max-content;
  }
  .home-wrapper .first-row {
    margin-top: 20px;
    grid-template-columns: 1fr;
    padding-inline: unset;
    width: max-content;
    grid-template-areas: "a" "c" "b";
  }
  .home-wrapper .first-row .first-item .logo {
    margin-inline: auto;
  }
  .home-wrapper .first-row .first-item .slogan {
    text-align: center;
  }
  .home-wrapper .first-row .second-item {
    margin-top: 39.65px;
    --width-type-1: 460px;
    max-width: 460px;
    width: 100%;
  }
  .home-wrapper .first-row .second-item .big-title {
    text-align: center;
    margin-inline: auto;
  }
  .home-wrapper .first-row .second-item .list-item {
    margin-left: unset;
  }
  .home-wrapper .first-row .second-item .submit-button {
    margin-inline: auto;
  }
  .home-wrapper .first-row .third-item {
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
  }
   .second-row {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 26px;
    /*width: max-content;*/
  }
   .second-row .second-row-wrapper {
    padding-inline: 20px;
    margin-inline: auto;
  }
   .second-row .second-row-wrapper .tab-group {
    display: none;
  }
   .second-row .second-row-wrapper .footer-description-wrapper {
    flex-direction: column;
    align-items: unset;
    grid-gap:unset;
  }
   .second-row .second-row-wrapper .footer-description {
    color: black;
    text-align: justify;
  }
   .second-row .second-row-wrapper .footer-mobile {
    display: flex;
  }
}
@media screen and (max-width: 470px) {
    .home-wrapper {
        margin-top: unset;
        --max-width-1: 100vw;
    }
   .second-row .second-row-wrapper .footer-description {
    padding-inline: 10px;
  }
   .second-row .second-row-wrapper .footer-mobile {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 460px) {
    .home-wrapper {
        --max-width-1: 100vw;
    }
   .second-row .second-row-wrapper .footer-mobile {
    gap: unset;
    justify-content: space-between;
  }
}
@media screen and (max-width: 450px) {
    .home-wrapper {
        --max-width-1: 100vw;
    }
}
@media screen and (max-width: 440px) {
    .home-wrapper {
        --max-width-1: 100vw;
    }
}
@media screen and (max-width: 430px) {
    .home-wrapper {
        --max-width-1: 100vw;
    }
}
@media screen and (max-width: 420px) {
  .home-wrapper {
    /*--max-width-1: 340px;*/
  }
}
@media screen and (max-width: 380px) {
    .home-wrapper {
        --max-width-1: 100vw;
    }
}
@media screen and (max-width: 360px) {
    .home-wrapper {
        --max-width-1: 100vw;
    }
  .home-wrapper .first-row .first-item, .home-wrapper .first-row .second-item {
    zoom: 0.9;
  }
}
@media screen and (max-width: 340px) {
    .home-wrapper {
        --max-width-1: 100vw;
    }
  .home-wrapper .first-row .second-item {
    zoom: 0.85;
  }
   .second-row .second-row-wrapper {
    max-width: 300px;
  }
}
@media screen and (max-width: 320px) {
   .second-row .second-row-wrapper {
    max-width: 300px;
  }
   .second-row .second-row-wrapper .footer-mobile {
    zoom: 0.95;
  }
}

/*# sourceMappingURL=home-mobile.css.map */
