html {
  scroll-behavior: smooth;
}
#scrollUpBtn {
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #007BFF;
  text-align: center;
  line-height: 50px;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#scrollUpBtn.show {
  opacity: 1;
  visibility: visible;
  animation: bounce 0.6s ease-out;
  text-align: center;
}
#scrollUpBtn.hide {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Efecto de bote */
@keyframes bounce {
  0% { transform: translateY(100px); opacity: 0; }
  50% { transform: translateY(-10px); opacity: 0.5; }
  100% { transform: translateY(0); opacity: 1; }
}

#scrollUpBtn:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 768px) {
  #scrollUpBtn {
      font-size: 1.2em;  /* Reducir el tamaño de la flecha */
      width: 50px;       /* Tamaño más pequeño del botón */
      height: 50px;      /* Ajuste en altura */
      line-height: 50px; /* Asegura que la flecha esté centrada */
  }
}

@media screen and (max-width: 480px) {
  #scrollUpBtn {
      font-size: 1em;    /* Tamaño aún más pequeño de la flecha */
      width: 45px;       /* Tamaño del botón reducido aún más */
      height: 45px;      /* Ajuste en altura */
      line-height: 45px; /* Asegura que la flecha esté centrada */
  }
}


@media (max-width: 768px) {
  .u-button-style.u-nav-link {
    padding: 10px 5px;
    
  }
}


@media (max-width: 480px) {
  .u-header {
    width: 100%;
    text-align: center;
    justify-content: center;
    
  }
}

/* Para móviles medianos (hasta 768px, que incluye tablets pequeñas) */
@media (max-width: 768px) {
  .u-header {
    width: 85%;
    align-items: center;
    justify-content: center;

  }
}
.u-header {
  background-image: none;
  display: flex
;
}
 
 .u-section-1 {
  background-image: url("images/ww.jpg");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 500px;
}

.u-section-1 .u-layout-wrap-1 {
  width: 1140px;
  margin: 0 auto;
}

.u-section-1 .u-image-1 {
  min-height: 691px;
  background-image: url("images/c81d6f92-6fdb-4a51-95df-8d491d40d3cf.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 691px;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px 50px 30px 25px;
}

.u-section-1 .u-group-1 {
  min-height: 54px;
  background-image: none;
  width: 238px;
  margin: 0 auto 0 0;
}

.u-section-1 .u-container-layout-3 {
  padding: 10px;
}

.u-section-1 .u-text-1 {
  font-size: 1.25rem;
  line-height: 1.2;
  background-image: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.u-section-1 .u-text-2 {
  font-size: 4.25rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin: 20px 0 0;
}

.u-section-1 .u-text-3 {
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.u-section-1 .u-btn-1 {
  font-size: 1rem;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 22px auto 0 0;
  padding: 10px 57px 11px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 291px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 940px;
  }

  .u-section-1 .u-image-1 {
    min-height: 570px;
    background-position: 66.88% 50%;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 570px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-right: 30px;
    padding-left: 15px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3.625rem;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 158px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 770px;
    margin-left: -50px;
  }

  .u-section-1 .u-image-1 {
    min-height: 451px;
    background-position: 56.04% 50%;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .u-section-1 .u-text-2 {
    font-size: 2.75rem;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 477px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 540px;
    margin-left: 0;
  }

  .u-section-1 .u-image-1 {
    min-height: 655px;
    order: 1;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-layout-cell-2 {
    order: 0;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .u-section-1 .u-text-2 {
    font-size: 4.25rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 234px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-1 .u-image-1 {
    min-height: 479px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3.4375rem;
  }
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 821px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  margin: 60px auto 0;
}

.u-section-2 .u-text-2 {
  width: 760px;
  margin: 20px auto 0;
}

.u-section-2 .u-list-1 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: repeat(2, 50%);
  min-height: 531px;
  grid-auto-columns: 50%;
  grid-gap: 0px;
}

.u-section-2 .u-container-layout-1 {
  padding: 10px 40px 20px;
}

.u-section-2 .u-group-1 {
  min-height: 443px;
  margin: 0 auto;
}

.u-section-2 .u-group-elements-1 {
  min-height: 386px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.u-section-2 .u-line-1 {
  width: 41px;
  transform-origin: left center 0px;
  height: 8px;
  margin: 0 259px 0 0;
}

.u-section-2 .u-text-3 {
  font-weight: 700;
  margin: 12px 0 0;
}

.u-section-2 .u-text-4 {
  margin: 20px 0 0;
}

.u-section-2 .u-container-layout-3 {
  padding: 10px 40px 20px;
}

.u-section-2 .u-group-2 {
  min-height: 386px;
  margin: 0 auto;
}

.u-section-2 .u-group-elements-2 {
  min-height: 386px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.u-section-2 .u-line-2 {
  width: 41px;
  transform-origin: left center 0px;
  height: 8px;
  margin: 0 259px 0 0;
}

.u-section-2 .u-text-5 {
  font-weight: 700;
  margin: 12px 0 0;
}

.u-section-2 .u-text-6 {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-repeater-1 {
    min-height: 438px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-2 .u-group-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-2 .u-group-2 {
    margin-right: initial;
    margin-left: initial;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 797px;
  }

  .u-section-2 .u-text-2 {
    width: 720px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: 100%;
    min-height: 499px;
    grid-auto-columns: 100%;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-text-2 {
    width: 540px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-2 {
    width: 340px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 789px;
}

.u-section-3 .u-text-1 {
  font-weight: 700;
  margin: 75px 375px 0 389px;
}

.u-section-3 .u-text-2 {
  width: 746px;
  margin: 20px auto 0;
}

.u-section-3 .u-gallery-1 {
  height: 423px;
  margin-top: 47px;
  margin-bottom: 60px;
  grid-gap: 17px;
}

.u-section-3 .u-gallery-inner-1 {
  grid-template-columns: repeat(3, auto);
  grid-gap: 17px;
}

.u-section-3 .u-gallery-item-1 {
  margin-right: 0;
}

.u-section-3 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-3 .u-gallery-item-2 {
  margin-right: 0;
}

.u-section-3 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-3 .u-gallery-item-3 {
  margin-right: 0;
}

.u-section-3 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 713px;
  }

  .u-section-3 .u-text-1 {
    margin-left: 289px;
    margin-right: 275px;
  }

  .u-section-3 .u-gallery-1 {
    height: 347px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1191px;
  }

  .u-section-3 .u-text-1 {
    margin-left: 179px;
    margin-right: 165px;
  }

  .u-section-3 .u-text-2 {
    width: 720px;
  }

  .u-section-3 .u-gallery-1 {
    height: 825px;
  }

  .u-section-3 .u-gallery-inner-1 {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 2204px;
  }

  .u-section-3 .u-text-1 {
    margin-left: 89px;
    margin-right: 75px;
  }

  .u-section-3 .u-text-2 {
    width: 540px;
  }

  .u-section-3 .u-gallery-1 {
    height: 1896px;
  }

  .u-section-3 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1508px;
  }

  .u-section-3 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-2 {
    width: 340px;
  }

  .u-section-3 .u-gallery-1 {
    height: 1206px;
  }
} .u-section-4 {
  background-image: none;
  min-height: 983px;
}

.u-section-4 .u-shape-1 {
  width: 637px;
  height: 800px;
  margin: 1px 0 0 auto;
}

.u-section-4 .u-image-1 {
  height: 551px;
  width: 935px;
  object-position: 0% 50%;
  margin: -713px auto 0 calc(((100% - 1140px) / 2));
}

.u-section-4 .u-layout-wrap-1 {
  width: 977px;
  margin: -190px calc(((100% - 1140px) / 2)  + 61px) 60px auto;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 524px;
  background-image: none;
}

.u-section-4 .u-container-layout-1 {
  padding: 30px 49px;
}

.u-section-4 .u-text-1 {
  font-weight: 700;
  margin: 18px auto 0 4px;
}

.u-section-4 .u-text-2 {
  margin: 21px 0 0;
}

.u-section-4 .u-btn-1 {
  letter-spacing: 3px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  border-style: solid;
  margin: 19px auto 0 4px;
  padding: 10px 57px;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 69px;
}

.u-section-4 .u-container-layout-2 {
  padding: 30px;
}

.u-section-4 .u-image-2 {
  min-height: 414px;
  background-image: url("images/44720b5f-d674-4089-b6ec-12c44ea13947.jpg");
}

.u-section-4 .u-container-layout-3 {
  padding: 30px;
}

@media (max-width: 1199px) {
   .u-section-4 {
    min-height: 923px;
  }

  .u-section-4 .u-image-1 {
    height: 526px;
    width: 848px;
    margin-top: -720px;
    margin-left: calc(((100% - 940px) / 2));
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 876px;
    margin-top: -218px;
    margin-right: calc(((100% - 940px) / 2));
    margin-bottom: 42px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 504px;
  }

  .u-section-4 .u-btn-1 {
    margin-left: 0;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 66px;
  }

  .u-section-4 .u-image-2 {
    background-position: 50% 50%;
    min-height: 398px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
   .u-section-4 {
    min-height: 906px;
  }

  .u-section-4 .u-image-1 {
    height: 446px;
    width: 720px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 663px;
    margin-top: -138px;
    margin-right: calc(((100% - 720px) / 2));
    margin-bottom: 60px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 498px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 166px;
  }

  .u-section-4 .u-image-2 {
    min-height: 305px;
  }
}

@media (max-width: 767px) {
   .u-section-4 {
    min-height: 1486px;
  }

  .u-section-4 .u-shape-1 {
    width: 437px;
    height: 1337px;
  }

  .u-section-4 .u-image-1 {
    height: 335px;
    width: 540px;
    margin-top: -1257px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 439px;
    margin-top: -47px;
    margin-right: auto;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 449px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 352px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-image-2 {
    min-height: 597px;
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-4 {
    min-height: 1254px;
  }

  .u-section-4 .u-shape-1 {
    width: 278px;
    height: 1106px;
  }

  .u-section-4 .u-image-1 {
    height: 211px;
    width: 340px;
    margin-top: -1026px;
    margin-left: calc(((100% - 340px) / 2));
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 309px;
    margin-top: -36px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 498px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 273px;
  }

  .u-section-4 .u-image-2 {
    min-height: 376px;
  }
} .u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 834px;
}

.u-section-5 .u-layout-wrap-1 {
  margin-top: 58px;
  margin-bottom: 58px;
}

.u-section-5 .u-layout-cell-1 {
  min-height: 914px;
  background-image: none;
}

.u-section-5 .u-container-layout-1 {
  padding: 30px;
}

.u-section-5 .u-text-1 {
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  font-size: 3.75rem;
  margin: 173px 0 0;
}

.u-section-5 .u-layout-cell-2 {
  min-height: 914px;
}

.u-section-5 .u-container-layout-2 {
  padding: 0 58px 30px;
}

.u-section-5 .u-image-1 {
  height: 281px;
  object-position: 50% 39.72%;
  width: 328px;
  margin: 0 auto;
}

.u-section-5 .u-text-2 {
  text-transform: uppercase;
  text-decoration: none solid rgb(17, 17, 17);
  font-weight: 700;
  margin: 21px 42px 0 auto;
}

.u-section-5 .u-text-3 {
  margin: 35px 0 0 26px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 627px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 754px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 754px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 100px;
  }

  .u-section-5 .u-text-3 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 431px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 450px;
  }

  .u-section-5 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .u-section-5 .u-image-1 {
    height: 244px;
    width: 285px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 756px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 268px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 506px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 243px;
  }

  .u-section-5 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-5 .u-image-1 {
    height: 362px;
    width: 270px;
    margin-right: 10px;
  }
} .u-section-6 {
  background-image: url("images/default-image.jpg?rand=3377");
}

.u-section-6 .u-sheet-1 {
  min-height: 1176px;
}

.u-section-6 .u-image-1 {
  width: 710px;
  min-height: 603px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  height: auto;
  background-image: url("images/default-image.jpg?rand=bacc");
  margin: 149px auto 0;
}

.u-section-6 .u-container-layout-1 {
  padding: 30px 40px 30px 50px;
}

.u-section-6 .u-text-1 {
  text-transform: none;
  font-weight: 700;
  margin: 0;
}

.u-section-6 .u-form-1 {
  height: 398px;
  width: 447px;
  margin: 20px auto 0;
}

.u-section-6 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.u-section-6 .u-list-1 {
  width: 976px;
  margin: 110px auto 60px;
}

.u-section-6 .u-repeater-1 {
  grid-template-columns: repeat(3, 33.3333%);
  min-height: 190px;
  grid-gap: 0px;
}

.u-section-6 .u-list-item-1 {
  background-image: none;
}

.u-section-6 .u-container-layout-2 {
  padding: 45px 30px 15px;
}

.u-section-6 .u-icon-1 {
  height: 22px;
  width: 22px;
  background-image: none;
  margin: 0 auto 0 0;
}

.u-section-6 .u-text-2 {
  font-weight: 700;
  text-transform: uppercase;
  margin: -22px 0 0 40px;
}

.u-section-6 .u-text-3 {
  margin: 20px 0 0;
}

.u-section-6 .u-list-item-2 {
  background-image: none;
}

.u-section-6 .u-container-layout-3 {
  padding: 45px 30px 15px;
}

.u-section-6 .u-icon-2 {
  height: 22px;
  width: 22px;
  margin: 0 auto 0 0;
}

.u-section-6 .u-text-4 {
  font-weight: 700;
  text-transform: uppercase;
  margin: -22px 0 0 40px;
}

.u-section-6 .u-text-5 {
  margin: 20px 0 0;
}

.u-section-6 .u-list-item-3 {
  background-image: none;
}

.u-section-6 .u-container-layout-4 {
  padding: 45px 30px 15px;
}

.u-section-6 .u-icon-3 {
  height: 22px;
  width: 22px;
  background-image: none;
  margin: 0 auto 0 0;
}

.u-section-6 .u-text-6 {
  font-weight: 700;
  text-transform: uppercase;
  margin: -22px 0 0 40px;
}

.u-section-6 .u-text-7 {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
   .u-section-6 {
    background-position: 50% 50%;
  }

  .u-section-6 .u-sheet-1 {
    min-height: 1018px;
  }

  .u-section-6 .u-image-1 {
    height: auto;
  }

  .u-section-6 .u-container-layout-1 {
    padding-left: 235px;
  }

  .u-section-6 .u-list-1 {
    width: 880px;
    height: auto;
    margin-top: 98px;
    margin-bottom: 44px;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 162px;
  }

  .u-section-6 .u-container-layout-2 {
    padding-top: 55px;
    padding-bottom: 25px;
  }

  .u-section-6 .u-text-2 {
    width: auto;
    margin-left: 42px;
  }

  .u-section-6 .u-text-3 {
    margin-top: 32px;
  }

  .u-section-6 .u-container-layout-3 {
    padding-top: 55px;
    padding-bottom: 25px;
  }

  .u-section-6 .u-text-4 {
    width: auto;
    margin-left: 42px;
  }

  .u-section-6 .u-text-5 {
    margin-top: 32px;
  }

  .u-section-6 .u-container-layout-4 {
    padding-top: 55px;
    padding-bottom: 25px;
  }

  .u-section-6 .u-text-6 {
    width: auto;
    margin-left: 42px;
  }

  .u-section-6 .u-text-7 {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1364px;
  }

  .u-section-6 .u-image-1 {
    width: 509px;
    min-height: 620px;
    margin-top: 60px;
  }

  .u-section-6 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
  }

  .u-section-6 .u-list-1 {
    width: 692px;
    margin-top: 423px;
    margin-bottom: 60px;
  }

  .u-section-6 .u-container-layout-2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-6 .u-text-2 {
    margin-left: 41px;
  }

  .u-section-6 .u-text-3 {
    width: auto;
    margin-top: 25px;
  }

  .u-section-6 .u-container-layout-3 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-6 .u-text-4 {
    margin-left: 41px;
  }

  .u-section-6 .u-text-5 {
    width: auto;
    margin-top: 25px;
  }

  .u-section-6 .u-container-layout-4 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-6 .u-text-6 {
    margin-left: 41px;
  }

  .u-section-6 .u-text-7 {
    width: auto;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1487px;
  }

  .u-section-6 .u-image-1 {
    width: 473px;
    min-height: 660px;
  }

  .u-section-6 .u-container-layout-1 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-6 .u-form-1 {
    width: 433px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-6 .u-list-1 {
    width: 301px;
    margin-top: 247px;
  }

  .u-section-6 .u-repeater-1 {
    grid-template-columns: repeat(1, 100%);
  }

  .u-section-6 .u-text-2 {
    margin-left: 42px;
  }

  .u-section-6 .u-text-4 {
    margin-left: 42px;
  }

  .u-section-6 .u-text-6 {
    margin-left: 42px;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1569px;
  }

  .u-section-6 .u-image-1 {
    min-height: 585px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-form-1 {
    height: 375px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-list-1 {
    margin-top: 404px;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 440px;
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 15px;
  }

  .u-section-6 .u-container-layout-3 {
    padding-left: 15px;
  }

  .u-section-6 .u-container-layout-4 {
    padding-left: 15px;
  }
}