#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.6s ease;
  perspective: 1000px;
}

.preloader-logo {
  width: 150px;
  animation: logoIntro 0.3s forwards, flipLogo 2s linear infinite 0.3s;
}

@keyframes logoIntro {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes flipLogo {
  0%   { transform: scale(1) rotateY(0deg); }
  100% { transform: scale(1) rotateY(360deg); }
}
.u-section-1 .u-sheet-1 {
  min-height: 874px;
}

.u-section-1 .u-text-1 {
  font-family: Saira;
  font-weight: 700;
  font-size: 1.875rem;
  --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: 25px auto 0 0;
}

.u-section-1 .u-gallery-1 {
  width: 576px;
  height: 692px;
  grid-gap: 10px;
  margin: 25px auto 0 0;
}

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

.u-section-1 .u-carousel-item-1 {
  margin-right: 0;
  margin-top: 0;
}

.u-section-1 .u-over-slide-1 {
  min-height: 100px;
  padding: 10px;
}

.u-section-1 .u-carousel-item-2 {
  margin-right: 0;
  margin-top: 0;
}

.u-section-1 .u-over-slide-2 {
  min-height: 100px;
  padding: 10px;
}

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

.u-section-1 .u-over-slide-3 {
  min-height: 100px;
  padding: 10px;
}

.u-section-1 .u-carousel-item-4 {
  margin-right: 0;
  margin-top: 0;
}

.u-section-1 .u-back-slide-4 {
  position: absolute;
  bottom: 10px;
}

.u-section-1 .u-back-image-4 {
  position: absolute;
  padding: 4px;
}

.u-section-1 .u-over-slide-4 {
  min-height: 100px;
  padding: 10px;
}

.u-section-1 .u-carousel-item-5 {
  margin-right: 0;
  margin-top: 0;
}

.u-section-1 .u-over-slide-5 {
  min-height: 100px;
  padding: 10px;
}

.u-section-1 .u-carousel-item-6 {
  margin-right: 0;
  margin-top: 0;
}

.u-section-1 .u-over-slide-6 {
  min-height: 100px;
  padding: 10px;
}

.u-section-1 .u-carousel-thumbnail-1 {
  width: 100px;
  height: 100px;
}

.u-section-1 .u-carousel-thumbnail-2 {
  width: 100px;
  height: 100px;
}

.u-section-1 .u-carousel-thumbnail-3 {
  width: 100px;
  height: 100px;
}

.u-section-1 .u-carousel-thumbnail-4 {
  width: 100px;
  height: 100px;
}

.u-section-1 .u-carousel-thumbnail-5 {
  width: 100px;
  height: 100px;
}

.u-section-1 .u-carousel-thumbnail-6 {
  width: 100px;
  height: 100px;
}

.u-section-1 .u-carousel-control-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
}

.u-section-1 .u-carousel-control-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
}

.u-section-1 .u-group-1 {
  width: 564px;
  min-height: 692px;
  height: auto;
  margin: -692px 0 60px auto;
}

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

.u-section-1 .u-text-2 {
  margin: 25px 0 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-top: 748px;
  }

  .u-section-1 .u-gallery-1 {
    margin-top: -712px;
  }

  .u-section-1 .u-carousel-item-1 {
    margin-bottom: 0;
  }

  .u-section-1 .u-carousel-item-2 {
    margin-bottom: 0;
  }

  .u-section-1 .u-carousel-item-3 {
    margin-bottom: 0;
  }

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

  .u-section-1 .u-carousel-item-5 {
    margin-bottom: 0;
  }

  .u-section-1 .u-carousel-item-6 {
    margin-bottom: 0;
  }

  .u-section-1 .u-carousel-thumbnail-1 {
    width: 92px;
    height: 92px;
  }

  .u-section-1 .u-carousel-thumbnail-2 {
    width: 92px;
    height: 92px;
  }

  .u-section-1 .u-carousel-thumbnail-3 {
    width: 92px;
    height: 92px;
  }

  .u-section-1 .u-carousel-thumbnail-4 {
    width: 92px;
    height: 92px;
  }

  .u-section-1 .u-carousel-thumbnail-5 {
    width: 92px;
    height: 92px;
  }

  .u-section-1 .u-carousel-thumbnail-6 {
    width: 92px;
    height: 92px;
  }

  .u-section-1 .u-carousel-control-1 {
    left: 8px;
  }

  .u-section-1 .u-carousel-control-2 {
    right: 8px;
  }

  .u-section-1 .u-group-1 {
    margin-top: 20px;
    margin-bottom: -591px;
    height: auto;
  }
}

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

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

  .u-section-1 .u-gallery-1 {
    margin-top: 504px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-carousel-control-1 {
    left: 6px;
  }

  .u-section-1 .u-carousel-control-2 {
    right: 6px;
  }

  .u-section-1 .u-group-1 {
    min-height: 487px;
    margin-top: -1196px;
    margin-bottom: 60px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

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

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-top: 1097px;
  }

  .u-section-1 .u-gallery-1 {
    margin-top: -576px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-carousel-thumbnail-1 {
    width: 86px;
    height: 86px;
  }

  .u-section-1 .u-carousel-thumbnail-2 {
    width: 86px;
    height: 86px;
  }

  .u-section-1 .u-carousel-thumbnail-3 {
    width: 86px;
    height: 86px;
  }

  .u-section-1 .u-carousel-thumbnail-4 {
    width: 86px;
    height: 86px;
  }

  .u-section-1 .u-carousel-thumbnail-5 {
    width: 86px;
    height: 86px;
  }

  .u-section-1 .u-carousel-thumbnail-6 {
    width: 86px;
    height: 86px;
  }

  .u-section-1 .u-carousel-control-1 {
    left: 5px;
  }

  .u-section-1 .u-carousel-control-2 {
    right: 5px;
  }

  .u-section-1 .u-group-1 {
    margin-top: 20px;
    margin-bottom: -632px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

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

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

  .u-section-1 .u-text-1 {
    margin-top: 13px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-gallery-1 {
    margin-top: 779px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-carousel-thumbnail-1 {
    width: 53px;
    height: 53px;
  }

  .u-section-1 .u-carousel-thumbnail-2 {
    width: 53px;
    height: 53px;
  }

  .u-section-1 .u-carousel-thumbnail-3 {
    width: 53px;
    height: 53px;
  }

  .u-section-1 .u-carousel-thumbnail-4 {
    width: 53px;
    height: 53px;
  }

  .u-section-1 .u-carousel-thumbnail-5 {
    width: 53px;
    height: 53px;
  }

  .u-section-1 .u-carousel-thumbnail-6 {
    width: 53px;
    height: 53px;
  }

  .u-section-1 .u-carousel-control-1 {
    left: 3px;
  }

  .u-section-1 .u-carousel-control-2 {
    right: 3px;
  }

  .u-section-1 .u-group-1 {
    min-height: 745px;
    margin-top: -1458px;
    margin-bottom: 60px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

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

  .u-section-1 .u-text-2 {
    margin-top: 21px;
  }
}