/** Shopify CDN: Minification failed

Line 37:10 Expected identifier but found whitespace
Line 37:11 Unexpected "1"

**/
/********** BANNER PRINCIPAL VIDEO MP4*********/
.videoBannePrincipal {
  position: relative;
  width: 100%;
  height: 620px; /*100vh Altura completa de la pantalla */
  overflow: hidden;
}

.videoBannePrincipal video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

/* Capa oscura opcional sobre el video
.videoBannePrincipal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Ajusta la opacidad según necesites */
  z-index: 1;
} */

/* Contenido sobre el video */
.videoBannePrincipal .contenido {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  text-align: center;
  padding: 20px;
}

.videoBannePrincipal h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.videoBannePrincipal p {
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* ========== MEDIA QUERIES ========== */
/* Tablets en landscape y pantallas medianas */
@media screen and (max-width: 1024px) {
  .videoBannePrincipal h1 {
    font-size: 2.5rem;
  }

  .videoBannePrincipal p {
    font-size: 1.3rem;
  }

  .videoBannePrincipal .contenido {
    padding: 30px;
  }
}

/* Tablets en portrait */
@media screen and (max-width: 768px) {
  .videoBannePrincipal {
    height: 70vh; /* Altura reducida en tablets */
  }
  .videoBannePrincipal h1 {
    font-size: 2rem;
  }
  .videoBannePrincipal p {
    font-size: 1.1rem;
  }
  .videoBannePrincipal .contenido {
    padding: 25px;
  }

  /* Incrementar la capa oscura para mejor legibilidad */
  .videoBannePrincipal::before {
    background: rgba(0, 0, 0, 0.4);
  }
}

/* Móviles en landscape */
@media screen and (max-width: 640px) and (orientation: landscape) {
  .videoBannePrincipal {
    height: 100vh;
  }
  .videoBannePrincipal h1 {
    font-size: 1.8rem;
  }
  .videoBannePrincipal p {
    font-size: 1rem;
  }
}

/* Móviles en portrait */
@media screen and (max-width: 480px) {
  .videoBannePrincipal {
    height: 60vh; /* Altura más pequeña en móviles */
  }
  .videoBannePrincipal h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .videoBannePrincipal p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .videoBannePrincipal .contenido {
    padding: 20px 15px;
  }
  /* Capa más oscura en móviles */
  .videoBannePrincipal::before {
    background: rgba(0, 0, 0, 0.5);
  }
  /* Ajuste del video en móviles */
  .videoBannePrincipal video {
    object-position: center center;
  }
}
/* Móviles pequeños */
@media screen and (max-width: 375px) {
  .videoBannePrincipal {
    height: 50vh;
  }
  .videoBannePrincipal h1 {
    font-size: 1.5rem;
  }
  .videoBannePrincipal p {
    font-size: 0.9rem;
  }
}
/* Pantallas muy grandes */
@media screen and (min-width: 1920px) {
  .videoBannePrincipal h1 {
    font-size: 4rem;
  }
  .videoBannePrincipal p {
    font-size: 2rem;
  }
}
/**********************************************************************************************/


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

.u-section-1 .embed-responsive-1 {
  position: absolute;
  width: 178%;
  left: -39%;
  height: 178%;
  top: -39%;
}

.u-section-1 .u-video-poster-1 {
  width: 56%;
  left: 22%;
  height: 56%;
  top: 22%;
  background-image: url("https://cdn.shopify.com/s/files/1/0791/7282/9432/files/Objetointeligentevectorial-1.png?v=1763599347");
}

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

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

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

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

.u-section-2 .u-container-layout-1 {
  padding: 0;
}

.u-section-2 .u-text-1 {
  font-family: Briller-Ultra;
  font-size: 1.875rem;
  margin: 30px 30px 0;
}

.u-section-2 .u-image-1 {
  width: 465px;
  height: 501px;
  --animation-custom_in-translate_x: -400px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
  margin: 24px auto 0;
}

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

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

.u-section-2 .u-table-1 {
  margin: 63px 30px 0;
}

.u-block-054e-22 {
  height: 47px;
}

.u-section-2 .u-table-body-1 {
  font-family: Briller-Ultra;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-1 {
  background-image: none;
  font-family: Briller-Ultra;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  font-family: Briller-Ultra;
  padding: 0;
}

.u-section-2 .u-btn-2 {
  background-image: none;
  font-family: Briller-Ultra;
  padding: 0;
}

.u-section-2 .u-table-cell-3 {
  background-image: none;
}

.u-section-2 .u-btn-3 {
  background-image: none;
  font-family: Briller-Ultra;
  padding: 0;
}

.u-section-2 .u-btn-4 {
  background-image: none;
  font-family: Briller-Ultra;
  padding: 0;
}

.u-section-2 .u-table-cell-5 {
  background-image: none;
  font-family: Briller-Ultra;
  font-size: 1.5rem;
}

.u-section-2 .u-table-cell-6 {
  font-size: 1.25rem;
}

.u-block-054e-32 {
  height: 47px;
}

.u-section-2 .u-image-2 {
  width: 374px;
  height: 95px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -604px auto 0 0;
}

.u-section-2 .u-image-3 {
  width: 317px;
  height: 81px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 499px 0 0 auto;
}

.u-section-2 .u-image-4 {
  width: 227px;
  height: 148px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -189px auto 60px 0;
}

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

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

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

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

  .u-section-2 .u-table-cell-6 {
    font-size: 1.125rem;
  }
}

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

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

  .u-section-2 .u-image-1 {
    width: 360px;
    height: 388px;
  }

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

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

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

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

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

  .u-section-2 .u-image-2 {
    width: 297px;
    height: 75px;
    margin-top: -1107px;
  }

  .u-section-2 .u-image-3 {
    width: 248px;
    height: 64px;
    margin-top: 1073px;
  }

  .u-section-2 .u-image-4 {
    width: 148px;
    height: 97px;
    margin-top: -115px;
  }
}

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

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

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

  .u-section-2 .u-image-1 {
    width: 340px;
    height: 366px;
  }

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

  .u-section-2 .u-container-layout-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-2 .u-table-1 {
    margin-top: 40px;
    margin-bottom: -44px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-table-cell-5 {
    font-size: 1.25rem;
  }

  .u-section-2 .u-image-2 {
    width: 257px;
    height: 65px;
    margin-top: -1054px;
  }

  .u-section-2 .u-image-3 {
    width: 189px;
    height: 49px;
    margin-top: 1031px;
  }

  .u-section-2 .u-image-4 {
    width: 131px;
    height: 86px;
    margin-top: -100px;
  }
} .u-section-3 {
  background-image: none;
  min-height: 450px;
}

.u-section-3 .u-image-1 {
  width: 199px;
  height: 64px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 51px auto 0 0;
}

.u-section-3 .u-text-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 100;
  margin: -64px auto 0;
}

.u-section-3 .u-list-1 {
  width: 1140px;
  margin: 44px auto 0;
}

.u-section-3 .u-repeater-1 {
  grid-template-columns: repeat(5, 20%);
  min-height: 215px;
  grid-auto-columns: 20%;
  --gap: 0px;
}

.u-section-3 .u-list-item-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
}

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

.u-section-3 .u-icon-1 {
  height: 100px;
  width: 100px;
  transition-duration: 1.5s;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -5px auto 0;
  padding: 20px;
}

.u-section-3 .u-text-2 {
  font-family: Briller-Ultra;
  font-size: 0.875rem;
  background-image: none;
  text-transform: uppercase;
  margin: 30px 0 0;
}

.u-section-3 .u-list-item-2 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
}

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

.u-section-3 .u-icon-2 {
  height: 100px;
  width: 100px;
  transition-duration: 1.5s;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -5px auto 0;
  padding: 20px;
}

.u-section-3 .u-text-3 {
  font-family: Briller-Ultra;
  font-size: 0.875rem;
  background-image: none;
  text-transform: uppercase;
  font-weight: 400;
  margin: 30px 0 0;
}

.u-section-3 .u-list-item-3 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
}

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

.u-section-3 .u-icon-3 {
  height: 100px;
  width: 100px;
  transition-duration: 1.5s;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -5px auto 0;
  padding: 20px;
}

.u-section-3 .u-text-4 {
  font-family: Briller-Ultra;
  font-size: 0.875rem;
  background-image: none;
  text-transform: uppercase;
  font-weight: 400;
  margin: 30px 0 0;
}

.u-section-3 .u-list-item-4 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
}

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

.u-section-3 .u-icon-4 {
  height: 100px;
  width: 100px;
  transition-duration: 1.5s;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -5px auto 0;
  padding: 20px;
}

.u-section-3 .u-text-5 {
  font-family: Briller-Ultra;
  font-size: 0.875rem;
  background-image: none;
  text-transform: uppercase;
  font-weight: 400;
  margin: 30px 0 0;
}

.u-section-3 .u-list-item-5 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
}

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

.u-section-3 .u-icon-5 {
  height: 100px;
  width: 100px;
  transition-duration: 1.5s;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -5px auto 0;
  padding: 20px;
}

.u-section-3 .u-text-6 {
  font-family: Briller-Ultra;
  font-size: 0.875rem;
  background-image: none;
  text-transform: uppercase;
  font-weight: 400;
  margin: 30px 0 0;
}

.u-section-3 .u-image-2 {
  width: 152px;
  height: 88px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 13px 0 13px auto;
}

@media (max-width: 1199px) {
  .u-section-3 .u-text-1 {
    margin-left: calc(((100% - 940px) / 2)  + 218px);
  }

  .u-section-3 .u-list-1 {
    width: 940px;
    margin-left: calc(((100% - 940px) / 2));
  }

  .u-section-3 .u-repeater-1 {
    min-height: 177px;
    grid-gap: 0px;
  }

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

  .u-section-3 .u-text-2 {
    transition-duration: 1.5s;
  }

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

  .u-section-3 .u-text-3 {
    transition-duration: 1.5s;
    font-size: 0.75rem;
  }

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

  .u-section-3 .u-text-4 {
    transition-duration: 1.5s;
    font-size: 0.75rem;
  }

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

  .u-section-3 .u-text-5 {
    transition-duration: 1.5s;
    font-size: 0.75rem;
  }

  .u-section-3 .u-container-layout-5 {
    padding-right: 15px;
    padding-left: 13px;
  }

  .u-section-3 .u-text-6 {
    transition-duration: 1.5s;
    font-size: 0.75rem;
  }
}

@media (max-width: 991px) {
   .u-section-3 {
    min-height: 100vh;
  }

  .u-section-3 .u-image-1 {
    width: 188px;
    height: 63px;
    margin-top: 30px;
  }

  .u-section-3 .u-text-1 {
    width: 505px;
    margin-top: 39px;
    margin-left: auto;
  }

  .u-section-3 .u-list-1 {
    width: 720px;
    margin-top: 56px;
    margin-left: auto;
  }

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

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

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

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

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

  .u-section-3 .u-image-2 {
    margin-top: -44px;
  }
}

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

  .u-section-3 .u-text-1 {
    margin-top: 34px;
  }

  .u-section-3 .u-list-1 {
    width: 540px;
    margin-top: 29px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-3 .u-repeater-1 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    min-height: 763px;
  }

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

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: 34px;
  }

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

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

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

  .u-section-3 .u-text-4 {
    width: auto;
    margin-top: 34px;
  }

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

  .u-section-3 .u-text-5 {
    width: auto;
    margin-top: 34px;
  }

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

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

@media (max-width: 575px) {
  .u-section-3 .u-text-1 {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }

  .u-section-3 .u-list-1 {
    width: 340px;
    margin-left: calc(((100% - 340px) / 2));
  }

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

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

  .u-section-3 .u-text-4 {
    font-size: 1.125rem;
  }

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

  .u-section-3 .u-text-6 {
    font-size: 1.125rem;
  }
}

.u-section-3 .u-icon-5,
.u-section-3 .u-icon-5:before,
.u-section-3 .u-icon-5 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 :hover > .u-container-layout .u-icon-5 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-5 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .hover > .u-container-layout .u-icon-5 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-5 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-block-2db3-68:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-68:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-68:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-block-2db3-68:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-68:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-68:not([data-block-selected]):not([data-cell-selected]):hover:before {
  background-color: #2d2933 !important;
}

.u-block-2db3-59:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-59:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-59:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-59:not([data-block-selected]):not([data-cell-selected]) {
  color: #ffffff !important;
}

.u-container-layout.hover .u-block-2db3-59:not([data-block-selected]):not([data-cell-selected]) {
  color: #ffffff !important;
}

.u-block-2db3-65:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-65:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-65:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-65:not([data-block-selected]):not([data-cell-selected]) {
  color: #ffffff !important;
}

.u-container-layout.hover .u-block-2db3-65:not([data-block-selected]):not([data-cell-selected]) {
  color: #ffffff !important;
}

.u-block-2db3-66:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-66:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-66:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-66:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-66:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-container-layout.hover .u-block-2db3-66:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-66:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .u-list-item-5,
.u-section-3 .u-list-item-5:before,
.u-section-3 .u-list-item-5 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-5.u-list-item-5.u-list-item-5:hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-5.u-list-item-5.u-list-item-5.hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-block-2db3-72:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-72:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-72:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-72:not([data-block-selected]):not([data-cell-selected]) {
  color: #ffffff !important;
}

.u-container-layout.hover .u-block-2db3-72:not([data-block-selected]):not([data-cell-selected]) {
  color: #ffffff !important;
}

.u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]):hover {
  color: #f3d331 !important;
}

.u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]).hover {
  color: #f3d331 !important;
}

.u-container-layout:hover .u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-2db3-78:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-container-layout-5:not([data-block-selected]):not([data-cell-selected]),
.u-section-3 .u-container-layout-5:not([data-block-selected]):not([data-cell-selected]):before,
.u-section-3 .u-container-layout-5:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-container-layout:hover .u-section-3 .u-container-layout-5:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout.hover .u-section-3 .u-container-layout-5:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-2db3-67:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-67:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-67:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-67:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout.hover .u-block-2db3-67:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-2db3-79:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-79:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-79:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-79:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout.hover .u-block-2db3-79:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-3 .u-icon-3,
.u-section-3 .u-icon-3:before,
.u-section-3 .u-icon-3 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 :hover > .u-container-layout .u-icon-3 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-3 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .hover > .u-container-layout .u-icon-3 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-3 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .u-icon-1,
.u-section-3 .u-icon-1:before,
.u-section-3 .u-icon-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 :hover > .u-container-layout .u-icon-1 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-1 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .hover > .u-container-layout .u-icon-1 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-1 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-block-2db3-21:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-21:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-21:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-21:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-21:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-container-layout.hover .u-block-2db3-21:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-21:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .u-icon-2,
.u-section-3 .u-icon-2:before,
.u-section-3 .u-icon-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 :hover > .u-container-layout .u-icon-2 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-2 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .hover > .u-container-layout .u-icon-2 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-2 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .u-icon-4,
.u-section-3 .u-icon-4:before,
.u-section-3 .u-icon-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 :hover > .u-container-layout .u-icon-4 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-4 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .hover > .u-container-layout .u-icon-4 {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-section-3 .u-icon-4 {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-block-2db3-70:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-70:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-70:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-70:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-70:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-container-layout.hover .u-block-2db3-70:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-70:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]):hover {
  color: #f3d331 !important;
}

.u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]).hover {
  color: #f3d331 !important;
}

.u-container-layout:hover .u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-2db3-82:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]):hover {
  color: #f3d331 !important;
}

.u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]).u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]).hover {
  color: #f3d331 !important;
}

.u-container-layout:hover .u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-2db3-86:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-2db3-81:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-81:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-81:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-81:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-81:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-container-layout.hover .u-block-2db3-81:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-81:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-block-2db3-85:not([data-block-selected]):not([data-cell-selected]),
.u-block-2db3-85:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-2db3-85:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-container-layout:hover .u-block-2db3-85:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-85:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-container-layout.hover .u-block-2db3-85:not([data-block-selected]):not([data-cell-selected]) {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  stroke-width: 0px !important;
}

.u-block-2db3-85:not([data-block-selected]):not([data-cell-selected]) {
  stroke-width: 0 !important;
  stroke: transparent !important;
  border-color: transparent !important;
}

.u-section-3 .u-list-item-1,
.u-section-3 .u-list-item-1:before,
.u-section-3 .u-list-item-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-1.u-list-item-1.u-list-item-1:hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-1.u-list-item-1.u-list-item-1.hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-2,
.u-section-3 .u-list-item-2:before,
.u-section-3 .u-list-item-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-2.u-list-item-2.u-list-item-2:hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-2.u-list-item-2.u-list-item-2.hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-3,
.u-section-3 .u-list-item-3:before,
.u-section-3 .u-list-item-3 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-3.u-list-item-3.u-list-item-3:hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-3.u-list-item-3.u-list-item-3.hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-4,
.u-section-3 .u-list-item-4:before,
.u-section-3 .u-list-item-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-4.u-list-item-4.u-list-item-4:hover {
  transform: translateX(0px) translateY(-5px) !important;
}

.u-section-3 .u-list-item-4.u-list-item-4.u-list-item-4.hover {
  transform: translateX(0px) translateY(-5px) !important;
}.u-section-4 .u-sheet-1 {
  min-height: 400px;
}

.u-section-4 .u-products-1 {
  margin-bottom: 0;
}

.u-section-4 .u-repeater-1 {
  grid-auto-columns: calc(33.3333% - 6.66667px);
  grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
  min-height: 564px;
  --gap: 10px;
}

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

.u-section-4 .u-image-1 {
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-text-1 {
  margin-top: 39px;
  margin-bottom: 0;
  font-family: Cubano;
  font-weight: 100;
  font-size: 1.625rem;
}

.u-section-4 .u-product-price-1 {
  font-family: Cubano;
  margin: 20px auto 0;
}

.u-section-4 .u-btn-1 {
  font-size: 0.875rem;
  border-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: none;
  font-family: Cubano;
  font-weight: 400;
  margin: 39px auto 0;
}

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

.u-section-4 .u-image-2 {
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-text-2 {
  margin-top: 39px;
  margin-bottom: 0;
  font-weight: 300;
  font-family: Cubano;
  font-size: 1.625rem;
}

.u-section-4 .u-product-price-2 {
  font-family: Cubano;
  margin: 20px auto 0;
}

.u-section-4 .u-btn-2 {
  font-size: 0.875rem;
  border-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: none;
  font-family: Cubano;
  font-weight: 400;
  margin: 39px auto 0;
}

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

.u-section-4 .u-image-3 {
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-text-3 {
  margin-top: 39px;
  margin-bottom: 0;
  font-weight: 300;
  font-family: Cubano;
  font-size: 1.625rem;
}

.u-section-4 .u-product-price-3 {
  font-family: Cubano;
  margin: 20px auto 0;
}

.u-section-4 .u-btn-3 {
  font-size: 0.875rem;
  border-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: none;
  font-family: Cubano;
  font-weight: 400;
  margin: 39px auto 0;
}

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

.u-section-4 .u-image-4 {
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-text-4 {
  margin-top: 39px;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 300;
  font-family: Cubano;
}

.u-section-4 .u-product-price-4 {
  font-family: Cubano;
  margin: 20px auto 0;
}

.u-section-4 .u-btn-4 {
  font-size: 0.875rem;
  border-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: none;
  font-weight: 400;
  font-family: Cubano;
  margin: 39px auto 0;
}

.u-section-4 .u-gallery-nav-1 {
  position: absolute;
  left: 8px;
  width: 40px;
  height: 40px;
  top: 262px;
}

.u-section-4 .u-gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
}

.u-section-4 .u-form-1 {
  width: 570px;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .u-section-4 .u-repeater-1 {
    grid-auto-columns: calc(33.333333333333336% - 6.66667px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 6.66667px));
    grid-gap: 10px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5.0000025px);
    grid-template-columns: repeat(2, calc(50% - 5.0000025px));
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

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

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

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

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

  .u-section-4 .u-form-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

  .u-section-4 .u-btn-1 {
    font-weight: 200;
  }

  .u-section-4 .u-btn-2 {
    font-weight: 200;
  }

  .u-section-4 .u-btn-3 {
    font-weight: 200;
  }

  .u-section-4 .u-btn-4 {
    font-weight: 300;
  }

  .u-section-4 .u-form-1 {
    width: 360px;
  }
} .u-section-5 {
  background-image: none;
  min-height: 698px;
}

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

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

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

.u-section-5 .u-text-1 {
  font-size: 1.875rem;
  margin: 61px 95px 0 41px;
}

.u-section-5 .u-form-1 {
  width: 510px;
  height: 371px;
  margin: 19px -46px 0 30px;
}

.u-section-5 .u-btn-1 {
  padding-left: 60px;
  padding-right: 60px;
  text-transform: uppercase;
  font-family: Briller-Ultra;
  font-weight: 700;
  background-image: none;
}

.u-section-5 .u-image-1 {
  width: 181px;
  height: 46px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 48px auto 0 -50px;
}

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

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

.u-section-5 .u-social-icons-1 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 356px;
  min-width: 178px;
  margin: 93px auto 0 30px;
}

.u-section-5 .u-icon-1 {
  height: 100%;
}

.u-section-5 .u-icon-2 {
  height: 100%;
}

.u-section-5 .u-icon-3 {
  height: 100%;
}

.u-section-5 .u-icon-4 {
  height: 100%;
}

.u-section-5 .u-image-2 {
  width: 306px;
  height: 330px;
  --animation-custom_in-translate_x: -400px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
  margin: -125px auto 0;
}

.u-section-5 .u-layout-cell-3 {
  min-height: 289px;
}

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

.u-section-5 .u-text-2 {
  font-size: 1.25rem;
  letter-spacing: 3px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Briller-Ultra;
  margin: 0 30px 0 90px;
}

.u-section-5 .u-icon-5 {
  width: 48px;
  height: 48px;
  margin: -48px auto 0 30px;
  padding: 0;
}

.u-section-5 .u-text-3 {
  font-size: 1.25rem;
  margin: 19px 30px 0;
}

.u-section-5 .u-image-3 {
  width: 145px;
  height: 60px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: -90px 0 0 auto;
}

.u-section-5 .u-image-4 {
  width: 130px;
  height: 85px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -631px auto 0 0;
}

.u-section-5 .u-image-5 {
  width: 152px;
  height: 88px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 17px 0 60px auto;
}

@media (max-width: 1199px) {
  .u-section-5 .u-layout-wrap-1 {
    width: 940px;
  }

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

  .u-section-5 .u-text-1 {
    font-size: 1.5rem;
    margin-right: 29px;
    margin-left: 0;
  }

  .u-section-5 .u-form-1 {
    width: 431px;
    height: 393px;
    margin-right: 40px;
  }

  .u-section-5 .u-btn-1 {
    border-style: solid;
  }

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

  .u-section-5 .u-layout-cell-3 {
    min-height: 247px;
  }

  .u-section-5 .u-text-2 {
    width: auto;
    margin-right: 0;
    margin-left: 94px;
  }

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

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

  .u-section-5 .u-layout-wrap-1 {
    width: 720px;
    margin-top: 118px;
  }

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

  .u-section-5 .u-text-1 {
    font-size: 1.125rem;
    margin-top: 0;
    margin-right: 0;
  }

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

  .u-section-5 .u-image-1 {
    margin-left: -36px;
  }

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

  .u-section-5 .u-social-icons-1 {
    width: 336px;
    margin-left: 0;
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 254px;
  }

  .u-section-5 .u-text-2 {
    font-size: 0.875rem;
    margin-top: 41px;
    margin-right: 33px;
    margin-left: 92px;
  }

  .u-section-5 .u-icon-5 {
    margin-top: -47px;
    margin-left: 29px;
  }

  .u-section-5 .u-text-3 {
    font-size: 0.75rem;
    width: 278px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-5 .u-image-3 {
    margin-top: -87px;
  }

  .u-section-5 .u-image-4 {
    margin-top: -691px;
  }

  .u-section-5 .u-image-5 {
    width: 109px;
    height: 63px;
    margin-top: 326px;
  }
}

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

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

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

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

  .u-section-5 .u-form-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-5 .u-image-1 {
    margin-top: 715px;
    margin-bottom: -667px;
    margin-left: -50px;
  }

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

  .u-section-5 .u-layout-cell-3 {
    min-height: 315px;
  }

  .u-section-5 .u-text-2 {
    font-size: 1.125rem;
  }

  .u-section-5 .u-icon-5 {
    margin-top: -48px;
    margin-left: 117px;
  }

  .u-section-5 .u-text-3 {
    margin-top: 27px;
  }

  .u-section-5 .u-image-5 {
    margin-top: 241px;
  }
}

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

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

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

  .u-section-5 .u-text-1 {
    width: auto;
    margin-top: 24px;
  }

  .u-section-5 .u-form-1 {
    margin-top: 30px;
    width: 340px;
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-image-1 {
    margin-top: 604px;
    margin-bottom: -621px;
  }

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

  .u-section-5 .u-layout-cell-3 {
    min-height: 161px;
  }

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

  .u-section-5 .u-text-2 {
    margin-top: 5px;
    margin-right: 0;
    margin-left: 84px;
  }

  .u-section-5 .u-icon-5 {
    margin-left: 21px;
  }

  .u-section-5 .u-text-3 {
    width: auto;
    margin-top: 24px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .u-section-5 .u-image-3 {
    margin-top: 8px;
  }

  .u-section-5 .u-image-4 {
    margin-top: -1228px;
  }

  .u-section-5 .u-image-5 {
    margin-top: 791px;
  }
}

.text-block h3, p, span {
  font-family: 'Cubano' !important;
}

.view-product-title a {
  font-family: 'Cubano' !important;
}