@font-face {
  font-family: 'Lust';
  src: url('../fonts/22005.otf') format('opentype');
}

.container-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.u-header .u-sheet-1 {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important; 
  align-items: center !important;            
  
  min-height: 80px !important;
}

.u-header .u-logo, 
.u-header .u-menu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  vertical-align: middle !important;
}

.u-header .u-logo {
  display: flex !important;
  align-items: center !important;
  margin-left: 0 !important;
}

.u-header .u-menu {
  margin-right: 0 !important; 
}

.u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/ffffff.png");
  background-size: cover;
}

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

h2, .u-section-1 .u-text-1 {
  font-family: 'Lust', sans-serif !important;
}

.u-section-1 .u-image-1, 
.u-section-1 .u-image-2 {
  flex: 1;
  min-width: 300px;
  max-width: 560px;
  aspect-ratio: 1440 / 800;
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.5s;
  border-radius: 20px;
  margin: 0 !important;
}

.u-section-1 .u-image-1 {
  background-image: url("../images/btnPerson0.png");
}

.u-section-1 .u-image-2 {
  background-image: url("../images/btnCom0.png");
}

@media (max-width: 767px) {
  .container-images {
    flex-direction: column;
  }
  
  .u-section-1 .u-image-1, 
  .u-section-1 .u-image-2 {
    width: 100%;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-section-1 .u-image-1,
.u-section-1 .u-image-1:before,
.u-section-1 .u-image-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-1 .u-image-1:before {
  background-image: url(../images/btnPerson1.png) !important;
}

.u-section-1 .u-image-1:before {
  background-image: url(../images/btnPerson1.png) !important;
}

.u-section-1 .u-image-2,
.u-section-1 .u-image-2:before,
.u-section-1 .u-image-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-1 .u-image-2:before {
  background-image: url(../images/btnCom1.png) !important;
}

.u-section-1 .u-image-2:before {
  background-image: url(../images/btnCom1.png) !important;
}

#preloader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #1a1a1a !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 2147483647 !important; 
  transition: opacity 0.8s ease;
  pointer-events: all;
}

#preloader.faded {
  opacity: 0 !important;
  pointer-events: none !important;
}

.loader-content h2 {
  color: #ffffff !important;
  font-family: 'Lust', serif !important;
  font-size: 3rem !important;
  margin: 0 !important;
}

body.loading {
  overflow: hidden !important;
}
