
.slide {
    position: relative;
    cursor:pointer;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1.5rem);
    height: 100%;
    background-color: rgba(48, 63, 86, 0.7); 
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease; 
}

.slide:hover .overlay {
    display: block;
    opacity: 0.7; 
}

.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

    .overlay-icon img {
        max-width: 50px;
        max-height: 50px;
    }

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-inner {
    justify-content: center;
    flex: 0 0 25%;
}

.slide {
    flex: 0 0 calc(25% -0px); 
    display: flex;
    justify-content: center;
    margin:0 20px;
}

.gallery-item {
    max-width: 100%;
    height: auto;
}

.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}

.u-section-1 {
  background-image: url("../images/main_section_white_background.png");
  background-position: 50% 50%;
  margin-top:60px ;
}

.gallery-item-container{
    aspect-ratio:1/1;
}

.arrows {
    object-fit: contain;
    width: 5%;
    aspect-ratio: 1/1;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    z-index:1;
}

.arrow-right {
    right: -35px;
}

.arrow-left {
    left: -55px;
}

@media(max-width:1200px){
    .arrow-right {
        right: -20px;
    }

    .arrow-left {
        left: -40px;
    }
}

@media(max-width:991px) {
    .arrow-right {
        right: -8px;
    }

    .arrow-left {
        left: -30px;
    }
}

@media(max-width:500px) {
    .arrow-right {
        right: 6px;
    }

    .arrow-left {
        left: -13px;
    }
}

#prev, #next {
    background: transparent;
    border: none;
}

.gallery-item {
    object-fit: cover;
    width: 100%;
    aspect-ratio:16/9;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}


/* Existing CSS for slider and buttons */

/* Lightbox/modal styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    text-align: center;
}
/*
.lightbox-content {
    transition: transform 0.3s ease-in-out;
}
*/
.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

.lightbox-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lightbox img {
    max-width: 100%;
    max-height: 90vh;
}

.lightbox-prev-button,
.lightbox-next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: white;
}

.lightbox-prev-button {
    left: 20px;
}

.lightbox-next-button {
    right: 20px;
}


.u-section-1 .u-sheet-1 {
  min-height: 520px;
}

.u-section-1 .u-text-1 {
  font-weight: 900;
  font-size: 4.5rem;
  margin: 70px 641px 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  margin: 5% 51% 0 0!important;
}

.u-section-1 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(#76a6f6, #32ccfd);
  box-shadow: 0px 6px 18px 0px rgba(50,204,253,0.5);
  font-size: 1rem;
  margin: 30px auto 0 0;
}

.u-section-1 .u-btn-2 {
  border-style: none;
  font-size: 1rem;
  font-weight: 700;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -39px auto 54px 213px;
  padding: 0;
}

.u-section-1 .u-icon-1 {
  vertical-align: 0px;
  margin-left: 10px;
  font-size: 1.125em;
  width: 20px;
  height: 27px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 430px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 40px;
    margin-right: 441px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 30px;
    margin-right: 415px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 11px;
    padding: 12px 20px 13px 19px;
  }

  .u-section-1 .u-btn-2 {
    margin-left: 221px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 327px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 24px;
    margin-right: 330px;
    font-size: 3rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.875rem;
    margin-top: 15px;
    margin-right: 350px;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.875rem;
    margin-top: 16px;
    padding: 10px 15px;
  }

  .u-section-1 .u-btn-2 {
    margin-top: -34px;
    margin-bottom: 16px;
    margin-left: 191px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 247px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 10px;
    margin-right: 322px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.75rem;
    margin-right: 270px;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.75rem;
  }

  .u-section-1 .u-btn-2 {
    font-size: 0.75rem;
    margin-top: -29px;
    margin-bottom: 15px;
    margin-left: 159px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 156px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.125rem;
    margin-top: 0;
    margin-right: 170px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.725rem;
    margin-top: 9px;
    margin-right: 280px;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.625rem;
    margin-top: 9px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .u-section-1 .u-btn-2 {
    font-size: 0.625rem;
    font-weight: normal;
    margin-top: -26px;
    margin-bottom: 54px;
    margin-left: 109px;
  }

  .ttl-news{
    font-size: 18px;
  }

  .prg-news{
    font-size: 10px!important ;
  }
}

.u-section-1 .u-btn-2,
.u-section-1 .u-btn-2:before,
.u-section-1 .u-btn-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-btn-2.u-btn-2.u-btn-2:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1 .u-btn-2.u-btn-2.u-btn-2.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1 .u-container-layout:hover .u-btn-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-1 .u-btn-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}.u-section-2 .u-sheet-1 {
  min-height: 100px;
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 80px;
  }
  .ttl-icon-news{
    font-size:16px;
  }

  .prg-icon-news{
    font-size:11px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 75px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 60px;
  }

}

/* .shaddow-img{
  position: absolute;
  opacity: 20%;
  margin-top: -15px;
  margin-left: 55px;
} */

.u-section-3 .u-image-1 {
  min-height: 318px;
  background-image: url("../images/insights_background.png");
  /* box-shadow: 1px -8px 18px 3px rgba(228,239,244,0.95); */
  background-position: 50% 50%;
}

.u-section-3 .u-text-1 {
  font-size: 2.25rem;
  margin: 55px auto 0 50px;
}

.u-section-3 .u-text-2 {
  font-size: 1rem;
  margin: 21px 547px 0 50px;
}

.u-section-3 .u-btn-1 {
  border-style: none;
  font-size: 1rem;
  font-weight: 700;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: 20px auto 0 50px;
  padding: 0;
}

.u-section-3 .u-icon-1 {
  vertical-align: 0px;
  margin-left: 10px;
  font-size: 1.125em;
  width: 20px;
  height: 27px;
  padding: 2px;
}

.u-section-3 .u-video-1 {
  width: 336px;
  height: 185px;
  margin: -151px 100px 60px auto;
}

@media (max-width: 1199px) {
  .u-section-3 .u-image-1 {
    min-height: 264px;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-top: 26px;
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: 17px;
    margin-right: 397px;
  }

  .u-section-3 .u-btn-1 {
    margin-top: 17px;
  }

  .u-section-3 .u-video-1 {
    margin-top: -175px;
    margin-right: 61px;
    margin-bottom: 51px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 24px;
    margin-left: 29px;
  }

  .u-section-3 .u-text-2 {
    font-size: 0.875rem;
    margin-top: 19px;
    margin-right: 306px;
    margin-left: 29px;
  }

  .u-section-3 .u-btn-1 {
    margin-top: 19px;
    margin-left: 29px;
  }

  .u-section-3 .u-icon-1 {
    font-size: 0.875em;
  }

  .u-section-3 .u-video-1 {
    width: 277px;
    height: 164px;
    margin-top: -135px;
    margin-right: 14px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-image-1 {
    min-height: 319px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 21px;
  }

  .u-section-3 .u-text-2 {
    margin-top: 10px;
    margin-right: 29px;
  }

  .u-section-3 .u-btn-1 {
    font-size: 0.75rem;
    margin-top: 9px;
  }

  .u-section-3 .u-video-1 {
    margin-top: 29px;
    margin-right: auto;
    margin-bottom: 21px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-image-1 {
    min-height: 314px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.125rem;
    margin-top: 22px;
    margin-left: 11px;
  }

  .u-section-3 .u-text-2 {
    margin-left: 13px;
    margin-right: 13px;
    font-size: 10px;
  }

  .u-section-3 .u-btn-1 {
    font-size: 0.625rem;
    margin-left: 13px;
  }

  .u-section-3 .u-video-1 {
    height: 126px;
    width: 226px;
    margin-bottom: 22px;
  }
}

.u-section-3 .u-btn-1,
.u-section-3 .u-btn-1:before,
.u-section-3 .u-btn-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-btn-1.u-btn-1.u-btn-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-3 .u-container-layout:hover .u-btn-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-3 .u-btn-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}.u-section-4 .u-sheet-1 {
  min-height: 825px;
}

.u-section-4 .u-text-1 {
  width: max-content;
  margin: 100px auto 0;
}

.u-section-4 .u-text-2 {
  font-size: 1rem;
  margin: 20px 90px 0;
}

.u-section-4 .u-layout-wrap-1 {
  margin-top: 20px;
  margin-bottom: 36px;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 581px;
}

.u-section-4 .u-container-layout-1 {
  padding: 30px 30px 0;
}

.u-section-4 .u-image-1 {
    width: 85px;
    height: 475px;
    margin: 0 auto 0 0;
}

.u-section-4 .u-text-3 {
    margin: -460px 0 0 90px;
}

.u-section-4 .u-text-4 {
    font-size: 0.875rem;
    margin: 70px 0 0 90px;
}

.u-section-4 .u-text-5 {
    width: auto;
    margin: 55px 0 0 90px;
}

.u-section-4 .u-text-6 {
    margin: 70px 3px 0 90px;
}

.u-section-4 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(#76a6f6, #32ccfd);
  box-shadow: 0px 6px 18px 0px rgba(50,204,253,0.5);
  font-size: 1rem;
  margin: 36px auto 0 0;
  padding: 12px 15px 13px 14px;
}

h3{
  width: max-content;
}

.u-section-4 .u-btn-2 {
  border-style: none;
  font-size: 1rem;
  font-weight: 700;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -36px 200px 0 auto;
  padding: 0;
}

.u-section-4 .u-icon-1 {
  vertical-align: 0px;
  margin-left: 10px;
  font-size: 1.125em;
  width: 20px;
  height: 27px;
  padding: 2px;
}

.u-section-4 .u-image-2 {
  min-height: 560px;
  background-image: url("../images/how_it_works_img_white_background.png");
  background-position: 50% 50%;
}

.u-section-4 .u-container-layout-2 {
  padding: 0 8px;
}

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 797px;
  }

  .u-section-4 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-bottom: 20px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 583px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

    .u-section-4 .u-text-3 {
        width: auto;
        margin-left: 80px;
    }

    .u-section-4 .u-text-4 {
        width: auto;
        margin-left: 80px;
    }

    .u-section-4 .u-text-5 {
        margin-left: 80px;
    }

    .u-section-4 .u-text-6 {
        width: auto;
        margin-right: 0;
        margin-left: 80px;
    }

  .u-section-4 .u-btn-1 {
    margin-top: 38px;
  }

  .u-section-4 .u-btn-2 {
    margin-right: 68px;
  }

  .u-section-4 .u-image-2 {
    min-height: 583px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 773px;
  }

  .u-section-4 .u-text-1 {
    margin-top: 80px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 49px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 528px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

    .u-section-4 .u-text-3 {
        margin-left: 90px;
        margin-top: -490px;
    }

  .u-section-4 .u-text-4 {
    margin-top: 93px!important;
    margin-left: 90px;
  }

  .u-section-4 .u-text-5 {
    margin-top: 70px;
    margin-left: 90px;
  }

    .u-section-6 .u-text-10 {
        margin: 36px 480px 0 0 !important;
    }

    .u-section-6 .u-image-6 {
        margin: 54px auto 0 250px !important;
    }

  .u-section-4 .u-text-6 {
    margin-top: 83px!important;
    margin-left: 90px;
  }

    .u-section-4 .u-image-1 {
        width: auto;
        height: 515px;
        margin: 0 auto 0 0;
    }

  .u-section-4 .u-btn-1 {
    font-size: 0.857143rem;
    margin-top: 18px;
    padding: 10px 16px 10px 15px;
  }

  .u-section-4 .u-btn-2 {
    margin-top: -29px;
    margin-right: 57px;
  }

  .u-section-4 .u-image-2 {
    min-height: 528px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 1505px;
  }

  .u-section-4 .u-text-1 {
    margin-top: 75px;
  }

  .u-section-4 .u-text-2 {
    font-size: 0.875rem;
    width: auto;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 512px;
    order: 1;
  }

  .u-section-4 .u-container-layout-1 {
    padding-bottom: 2px;
  }

  .u-section-4 .u-btn-2 {
    font-size: 0.875rem;
  }

  .u-section-4 .u-image-2 {
    min-height: 793px;
    order: 0;
  }
}

@media (max-width: 575px) {
  .u-header .u-social-icons-1 {
    height: 15px;
    min-height: 15px;
    width: 65px;
    min-width: 65px;
}

.u-header .u-btn-1 {
  font-size: 0.7rem;
  margin: -14px auto 13px 0;
}

  .u-section-4 .u-sheet-1 {
    min-height: 908px;
  }

  .u-section-4 .u-text-1 {
    margin-top: 60px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-bottom: 60px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 401px;
  }

    .ttl-icon-news {
        font-size: 12px;
        padding-bottom: 5px !important;
    }
}

    .prg-icon-news {
        font-size: 1.125rem;
        /*margin-top: -10px;*/
        width: fit-content;
        max-width: 100%;
}


  .u-section-4 .u-container-layout-1 {
    padding-bottom: 0;
  }

    .u-section-4 .u-image-1 {
        width: auto;
        height: 500px;
        left:-30px;
    }

 

  .u-section-4 .u-text-3 {
    margin-top: -480px;
     margin-right: 50%!important; 
    left: -40px;
    width: max-content;
  }

  .u-section-4 .u-text-4 {
      margin-top: 97px;
    margin-left: 50px;
  }

.u-section-4 .u-text-5 {
    margin-top: 85px;
    margin-left: 50px;
}

  .u-section-4 .u-text-6 {
    margin-top: 90px;
    margin-left: 50px;
  }

  .u-section-4 .u-btn-1 {
    margin-top: 61px;
  }

  .u-section-4 .u-btn-2 {
    margin-top: -24px;
    margin-right: 11px;
  }

  .u-section-4 .u-image-2 {
    min-height: 272px;
  }


.u-section-4 .u-btn-2,
.u-section-4 .u-btn-2:before,
.u-section-4 .u-btn-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-4 .u-btn-2.u-btn-2.u-btn-2:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-4 .u-btn-2.u-btn-2.u-btn-2.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-4 .u-container-layout:hover .u-btn-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-4 .u-btn-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}.u-section-5 .u-sheet-1 {
  min-height: 674px;
}

.u-section-5 .u-image-1 {
  width: 345px;
  height: 520px;
  box-shadow: -15px 15px 0px 0px rgba(224,229,235,1);
  margin: 99px 780px 0 15px;
}

.u-section-5 .u-image-2 {
  width: 800px;
  min-height: 187px;
  height: auto;
  box-shadow: -15px 15px 0px 0 rgba(255,255,255,0.4);
  background-image: url("../images/in_the_news_shape.png");
  background-position: 50% 50%;
  margin: -474px 50px 0 auto;
}

.u-section-5 .u-container-layout-1 {
  padding-right: 0;
  padding-left: 75px;
}

.u-section-5 .u-text-1 {
  margin: 25px 200px 0 0;
}

.u-section-5 .u-btn-1 {
  border-style: none;
  font-size: 1rem;
  font-weight: 700;
  transition-duration: 0.5s;
  background-image: none;
  margin: 0 auto 0 0;
  padding: 0;
}

.u-section-5 .u-icon-1 {
  vertical-align: 0px;
  margin-left: 10px;
  font-size: 1.125em;
  width: 20px;
  height: 27px;
  padding: 2px;
}

.u-section-5 .u-text-2 {
  margin: 25px 150px 0 480px;
}

.u-section-5 .u-image-3 {
  width: 50px;
  height: 50px;
  margin: -75px auto 0 400px!important;
}

.u-section-5 .u-text-3 {
  margin: 23px 150px 0 480px;
}

.u-section-5 .u-image-4 {
  width: 50px;
  height: 50px;
  margin: -99px auto 0 400px!important;
}

.u-section-5 .u-text-4 {
  margin: 24px 150px 0 480px;
}

.u-section-5 .u-image-5 {
  width: 50px;
  height: 50px;
  margin: -75px auto 27px 400px!important;
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 665px;
  }

  .u-section-5 .u-image-1 {
    margin-right: 595px;
    margin-left: 0;
  }

  .u-section-5 .u-image-2 {
    margin-top: -473px;
    margin-right: 0;
    height: auto;
  }

  .u-section-5 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-5 .u-text-1 {
    margin-right: 90px;
    margin-top: 20px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: -10px;
  }

  .u-section-5 .u-text-2 {
    width: auto;
    margin-top: 54px;
    margin-right: 0;
    margin-left: 470px;
  }

  .u-section-5 .u-text-3 {
    width: auto;
    margin-right: 0;
    margin-left: 470px;
  }

    .u-section-5 .u-image-3 {
        margin: -99px auto 0 400px !important;
    }

  .u-section-5 .u-image-4 {
    margin-top: -75px;
  }

  .u-section-5 .u-text-4 {
    width: auto;
    margin-right: 50px;
    margin-left: 470px;
  }

  .u-section-5 .u-image-5 {
    margin-top: -105px!important;
  }
}

@media (max-width: 991px) {
  .quote{
    width: 70px !important;
    height: 250px !important;
    margin-top: 30px !important;
    margin-left: 320px !important;
    position: absolute !important;
    }

  .u-section-5 .u-sheet-1 {
    min-height: 564px;
  }

  .prg-news{
    font-size: 12px;
  }

  .u-section-5 .u-image-1 {
    width: 265px;
    height: 400px;
    margin-right: 375px;
  }

  .u-section-5 .u-image-2 {
    width: 558px;
    min-height: 158px;
    margin-top: -381px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-left: 50px;
  }

  .u-section-5 .u-text-1 {
    width: auto;
    margin-right: 50px;
    margin-top: 30px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: -15px;
  }

    .u-section-5 .u-text-2 {
        margin: 45px 10px 12px 380px !important;
    }

    .u-section-5 .u-image-3 {
        margin: -85px auto 0 300px !important;
    }

    .u-section-5 .u-text-3 {
        margin: 35px 10px 12px 380px !important;
    }

    .u-section-5 .u-image-4 {
        margin: -75px auto 0 300px !important;
    }

    .u-section-5 .u-text-4 {
        margin: 38px 10px 12px 380px !important;
    }

    .u-section-5 .u-image-5 {
        margin: -75px auto 27px 300px !important;
    }

    .prg-icon-news {
        font-size: 10px;
        margin-top: 0!important;
        width: fit-content;
        max-width: 100%!important;
    }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 792px;
  }

  .u-section-5 .u-image-1 {
    width: 200px;
    height: 300px;
    margin-top: 168px;
    margin-right: auto;
  }

  .u-section-5 .u-image-2 {
    width: 435px;
    min-height: 134px;
    margin-top: -277px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-left: 25px;
  }

  .u-section-5 .u-text-1 {
    margin-right: 39px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: -14px;
  }

  /*.u-section-5 .u-text-2 {
    margin-top: 198px;
    margin-right: 93px;
    margin-left: 65px;
  }

  .u-section-5 .u-image-3 {
    margin-top: -56px;
    margin-left: 0;
  }

  .u-section-5 .u-text-3 {
    margin-top: 19px;
    margin-right: 93px;
    margin-left: 65px;
  }

  .u-section-5 .u-image-4 {
    margin-left: 0;
  }

  .u-section-5 .u-text-4 {
    margin-top: 20px;
    margin-left: 65px;
  }

  .u-section-5 .u-image-5 {
    margin-left: 0;
  }*/
}

@media (max-width: 575px) {
  .quote {
    width: 50px!important;
    height: 300px!important;
    margin-top: 30px!important;
    margin-left: 260px!important;
    position: absolute!important;
}

.quote-one{
margin-top: 20px !important;
}

    .u-section-6 .u-image-8 {
        width: 60px!important;
    }
    .u-section-5 .u-sheet-1 {
    min-height: 626px;
  }

  .u-section-5 .u-image-1 {
    margin-top: 20px;
  }

  .u-section-5 .u-image-2 {
    width: 340px;
    margin-top: -281px;
    margin-right: -15px;
  }

    .u-section-5 .u-container-layout-1 {
        padding: 15px 12px;
    }

  .u-section-5 .u-text-1 {
    margin-right: 10px;
  }

  .u-section-5 .u-btn-1 {
    transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
    margin-top: -18px;
    font-size: 10px;
  }

  /*.u-section-5 .u-text-2 {
    margin-top: 175px;
    margin-right: 0;
  }

  .u-section-5 .u-image-3 {
    margin-top: -71px;
  }

  .u-section-5 .u-text-3 {
    margin-top: 22px;
    margin-right: 0;
  }

  .u-section-5 .u-image-4 {
    margin-top: -71px;
  }

  .u-section-5 .u-text-4 {
    margin-top: 8px;
  }

  .u-section-5 .u-image-5 {
    margin-top: -77px;
    margin-bottom: 29px;
  }*/

    .u-section-5 .u-text-2 {
        margin: 45px auto 12px 320px !important;
    }

    .u-section-5 .u-image-3 {
        margin: -85px auto 0 250px !important;
    }

    .u-section-5 .u-text-3 {
        margin: 35px auto 12px 320px !important;
    }

    .u-section-5 .u-image-4 {
        margin: -75px auto 0 250px !important;
    }

    .u-section-5 .u-text-4 {
        margin: 38px auto 12px 320px !important;
    }

    .u-section-5 .u-image-5 {
        margin: -85px auto 27px 250px !important;
    }
}

.u-section-5 .u-btn-1,
.u-section-5 .u-btn-1:before,
.u-section-5 .u-btn-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-5 .u-btn-1.u-btn-1.u-btn-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-5 .u-btn-1.u-btn-1.u-btn-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-sheet-1 {
  min-height: 747px;
}

.u-section-6 .u-text-1 {
  width: 626px;
  font-size: 2.25rem;
  margin: 60px auto 0;
}

.u-section-6 .u-layout-wrap-1 {
  width: 889px;
  margin: 20px auto 0;
}

.u-section-6 .u-layout-cell-1 {
  min-height: 102px;
}

.u-section-6 .u-container-layout-1 {
  padding: 0;
}

.u-section-6 .u-image-1 {
  width: 69px;
  height: 69px;
  margin: 17px auto 0;
}

.u-section-6 .u-layout-cell-2 {
  min-height: 102px;
}

.u-section-6 .u-container-layout-2 {
  padding: 0;
}

.u-section-6 .u-image-2 {
  width: 69px;
  height: 69px;
  margin: 17px auto 0;
}

.u-section-6 .u-layout-cell-3 {
  min-height: 102px;
}

.u-section-6 .u-container-layout-3 {
  padding: 0;
}

.u-section-6 .u-image-3 {
  width: 69px;
  height: 69px;
  margin: 17px auto 0;
}

.u-section-6 .u-layout-cell-4 {
  min-height: 102px;
}

.u-section-6 .u-container-layout-4 {
  padding: 0;
}

.u-section-6 .u-image-4 {
  width: 69px;
  height: 69px;
  margin: 17px auto 0;
}

.u-section-6 .u-layout-cell-5 {
  min-height: 102px;
}

.u-section-6 .u-container-layout-5 {
  padding: 0;
}

.u-section-6 .u-image-5 {
  width: 69px;
  height: 69px;
  margin: 17px auto 0;
}

.u-section-6 .u-image-6 {
  width: 317px;
  height: 337px;
  margin: 54px auto 0 390px!important;
}

.u-section-6 .u-slider-1 {
  min-height: 231px;
  width: 750px;
  height: auto;
  text-shadow: 15px 15px 0 rgba(0,0,0,0);
  box-shadow: 15px 15px 0px 0px rgba(60,179,254,0.25);
  margin: -300px 16px 0 auto;
}

.quote{
width: 140px;
margin-top: 90px;
margin-left: 540px;
position: absolute;
}

.u-section-6 .u-carousel-indicators-1 {
  position: absolute;
  width: auto;
  height: auto;
  top: auto;
  bottom: 17px;
}

.u-section-6 .u-carousel-item-1 {
  background-image: none;
  box-shadow: -2px 0 0 0 rgba(228,239,244,0);
}

.u-section-6 .u-container-layout-6 {
  padding: 30px 0;
}

.u-section-6 .u-image-7 {
  width: 160px;
  height: 100px;
  background-position: 50% 50%;
  margin: 38px auto 0 0;
}

.u-section-6 .u-text-2 {
  font-size: 1.125rem;
  font-style: italic;
  margin: -106px 53px 0 160px;
}

.u-section-6 .u-text-3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 15px auto 0 160px;
}

.u-section-6 .u-text-4 {
  font-size: 0.8rem;
  font-weight: 200;
  margin: 15px auto 0 160px;
}

.u-section-6 .u-carousel-item-2 {
  box-shadow: -2px 0 0 0 rgba(228,239,244,0);
}

.u-section-6 .u-container-layout-7 {
  padding: 30px 0;
}

.u-section-6 .u-image-8 {
  width: 160px;
  height: 100px;
  background-image: url("../images/ic_dummy_navy_05.png");
  background-position: 50% 50%;
  margin: 38px auto 0 0;
}

.u-section-6 .u-text-5 {
  font-size: 1.125rem;
  font-style: italic;
  margin: -106px 53px 0 160px;
}

.u-section-6 .u-text-6 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 15px auto 0 160px;
}

.u-section-6 .u-text-7 {
  font-size: 0.8rem;
  font-weight: 200;
  margin: 15px auto 0 160px;
}

.u-section-6 .u-carousel-control-1 {
    width: 43px;
    height: 43px;
    left: 25px;
    top: auto;
    position: absolute;
    right: auto;
    bottom: 0;
}

.u-section-6 .u-carousel-control-2 {
    width: 43px;
    height: 43px;
    left: 15%;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
}

.u-section-6 .u-text-8 {
  font-weight: 700;
  font-size: 2.25rem;
  margin: -265px 796px 0 170px;
  width: max-content;
}

.u-section-6 .u-text-9 {
  font-size: 2.25rem;
  margin: -68px 1008px 0 0;
}

.u-section-6 .u-text-10 {
  font-size: 1rem;
  margin: 76px 900px 0 0;
}

@media(min-width:1440px){
    .quote{
        margin-left:740px!important;
    }

    .u-section-6 .u-slider-1 {
        width: 900px;
    }
    .u-section-6 .u-text-10 {
        margin: 76px 990px 0 0 !important;
    }

    .u-section-6 .u-image-6 {
        margin: 54px auto 0 420px !important;
    }

    .u-section-6 .u-image-8 {
        width: 160px;
    }
}

@media (max-width: 1199px) {

  .quote{
    width: 80px;
    margin-top: 170px;
    margin-left: 385px;
    position: absolute;
    }

  .u-section-6 .u-sheet-1 {
    min-height: 821px;
  }

    .u-section-6 .u-image-6 {
        margin-right: 222px;
        margin-left: 410px!important;
    }

  .u-section-6 .u-slider-1 {
    min-height: 257px;
    width: 493px;
    margin-right: 12px;
  }

  .u-section-6 .u-container-layout-6 {
    padding-right: 10px;
  }

  .u-section-6 .u-image-7 {
    margin-top: 51px;
  }

  .u-section-6 .u-text-2 {
    width: auto;
    margin-top: -136px;
    margin-right: 0;
    margin-left: 78px;
  }

  .u-section-6 .u-text-3 {
    width: auto;
    margin-left: 90px;
  }

  .u-section-6 .u-text-4 {
    width: auto;
    margin-left: 90px;
  }

  .u-section-6 .u-container-layout-7 {
    padding-top: 29px;
    padding-right: 10px;
    padding-bottom: 29px;
  }

  .u-section-6 .u-image-8 {
    margin-top: 51px;
  }

  .u-section-6 .u-text-5 {
    width: auto;
    margin-top: -136px;
    margin-right: 0;
    margin-left: 78px;
  }

  .u-section-6 .u-text-6 {
    width: auto;
    margin-left: 90px;
  }

  .u-section-6 .u-text-7 {
    width: auto;
    margin-left: 90px;
  }

    .u-section-6 .u-carousel-control-1 {
        left: 25px;
        bottom: 240px;
    }

    .u-section-6 .u-carousel-control-2 {
        left: 15%;
        bottom: 240px;
    }

  .u-section-6 .u-text-8 {
    width:max-content;
    margin-top: -273px;
    margin-right: 599px;
    margin-left: 160px;
  }

  .u-section-6 .u-text-9 {
    width: auto;
    margin-right: 777px;
  }

  .u-section-6 .u-text-10 {
    width: auto;
    margin-top: 54px;
    margin-right: 605px;
    margin-bottom: 60px;
  }
}

@media (max-width:1024px) {
    .u-section-6 .u-text-5, .u-section-6 .u-text-2 {
        margin-top: -90px !important;
        margin-left: 90px!important;
    }

    .u-section-6 .u-image-7 {
        width: 100px !important;
        margin-top: 41px !important;
    }
}
    @media (max-width: 991px) {

        .u-section-6 .u-image-7 {
            width: 100px;
            height: 100px;
            background-position: 50% 50%;
            margin: -38px auto 20px 0;
        }

        .u-section-6 .u-image-8 {
            width: 100px !important;
            margin: -30px auto 20px 0 !important;
        }

        .u-section-6 .u-slider-1 {
            margin: -250px 16px 0 auto;
        }

        .u-section-6 .u-sheet-1 {
            min-height: 636px;
        }

        .u-section-6 .u-text-1 {
            width: auto;
            font-size: 1.5rem;
            margin-top: 123px;
            margin-left: 47px;
            margin-right: 47px;
        }

        .u-section-6 .u-layout-wrap-1 {
            width: 628px;
        }

        .u-section-6 .u-layout-cell-1 {
            min-height: 86px;
        }

        .u-section-6 .u-layout-cell-2 {
            min-height: 86px;
        }

        .u-section-6 .u-layout-cell-3 {
            min-height: 86px;
        }

        .u-section-6 .u-layout-cell-4 {
            min-height: 86px;
        }

        .u-section-6 .u-layout-cell-5 {
            min-height: 86px;
        }

        .u-section-6 .u-image-6 {
            width: 279px;
            height: 297px;
            margin-right: 173px;
            margin-left: 260px !important;
        }

        .u-section-6 .u-slider-1 {
            min-height: 184px;
            width: 408px;
            margin-right: 15px;
        }

        .u-section-6 .u-image-7 {
            margin-top: 24px;
        }

        .u-section-6 .u-text-2 {
            font-size: 0.75rem;
            margin-top: -109px;
            margin-left: 92px;
        }

        .u-section-6 .u-text-3 {
            font-size: 0.875rem;
            margin-top: 9px;
            margin-left: 92px;
        }

        .u-section-6 .u-text-4 {
            font-size: 0.75rem;
            margin-top: 9px;
            margin-left: 92px;
        }

        .u-section-6 .u-image-8 {
            margin-top: 24px;
        }

        .u-section-6 .u-text-5 {
            font-size: 0.75rem;
            margin-top: -109px;
            margin-left: 92px;
        }

        .u-section-6 .u-text-6 {
            font-size: 0.875rem;
            margin-top: 9px;
            margin-left: 92px;
        }

        .u-section-6 .u-text-7 {
            font-size: 0.75rem;
            margin-top: 9px;
            margin-left: 92px;
        }

        .u-section-6 .u-carousel-control-1 {
            left: 25px;
            bottom: 60px;
        }

        .u-section-6 .u-carousel-control-2 {
            left: 15%;
            bottom: 60px;
        }

        .u-section-6 .u-text-8 {
            font-size: 1.5rem;
            margin-top: -200px;
            margin-right: 459px;
            margin-left: 110px;
        }

        .u-section-6 .u-text-9 {
            font-size: 1.5rem;
            margin-top: -45px;
            margin-right: 600px;
        }

        .u-section-6 .u-text-10 {
            font-size: 0.875rem;
            margin-top: 34px;
            margin-right: 465px;
        }
    }

    @media (max-width: 767px) {
        .u-section-6 .u-sheet-1 {
            min-height: 692px;
        }

        .u-section-6 .u-text-1 {
            margin-left: 0;
            margin-right: 0;
        }

        .u-section-6 .u-layout-wrap-1 {
            margin-right: initial;
            margin-left: initial;
            width: auto;
        }

        .u-section-6 .u-layout-cell-1 {
            min-height: 95px;
        }

        .u-section-6 .u-image-1 {
            width: 66px;
            height: 66px;
            margin-top: 15px;
        }

        .u-section-6 .u-layout-cell-2 {
            min-height: 93px;
        }

        .u-section-6 .u-image-2 {
            width: 66px;
            height: 66px;
            margin-top: 15px;
        }

        .u-section-6 .u-layout-cell-3 {
            min-height: 95px;
        }

        .u-section-6 .u-image-3 {
            width: 66px;
            height: 66px;
            margin-top: 15px;
        }

        .u-section-6 .u-layout-cell-4 {
            min-height: 93px;
        }

        .u-section-6 .u-image-4 {
            width: 66px;
            height: 66px;
            margin-top: 15px;
        }

        .u-section-6 .u-layout-cell-5 {
            min-height: 95px;
        }

        .u-section-6 .u-image-5 {
            width: 66px;
            height: 66px;
            margin-top: 15px;
        }

        .u-section-6 .u-image-6 {
            margin-right: 80px;
        }

        .u-section-6 .u-slider-1 {
            min-height: 201px;
            width: 324px;
            margin-right: 0;
        }

        .u-section-6 .u-carousel-indicators-1 {
            bottom: 8px;
        }

        .u-section-6 .u-container-layout-6 {
            padding-top: 25px;
        }

        .u-section-6 .u-image-7 {
            margin-top: 36px;
            margin-left: 1px;
        }

        .u-section-6 .u-text-2 {
            margin-top: -121px;
            margin-left: 97px;
        }

        .u-section-6 .u-text-3 {
            margin-top: 10px;
            margin-left: 97px;
        }

        .u-section-6 .u-text-4 {
            margin-top: 8px;
            margin-right: 35px;
            margin-left: auto;
        }

        .u-section-6 .u-container-layout-7 {
            padding-top: 28px;
            padding-bottom: 28px;
        }

        .u-section-6 .u-image-8 {
            margin-top: 36px;
            margin-left: 1px;
        }

        .u-section-6 .u-text-5 {
            margin-top: -121px;
            margin-left: 97px;
        }

        .u-section-6 .u-text-6 {
            margin-top: 10px;
            margin-left: 97px;
        }

        .u-section-6 .u-text-7 {
            margin-top: 10px;
            margin-right: 35px;
            margin-left: auto;
        }

        .u-section-6 .u-carousel-control-1 {
            left: -223px;
            bottom: 26px;
        }

        .u-section-6 .u-carousel-control-2 {
            left: -132px;
            bottom: 26px;
        }

        .u-section-6 .u-text-8 {
            font-size: 1.125rem;
            margin-right: 319px;
            margin-left: 57px;
        }

        .u-section-6 .u-text-9 {
            font-size: 1.125rem;
            margin-top: -34px;
            margin-right: 460px;
        }

        .u-section-6 .u-text-10 {
            font-size: 0.625rem;
            margin-top: 23px;
            margin-right: 359px;
        }
    }

    @media (max-width: 575px) {

        

        .u-section-6 .u-image-7 {
            width: 100px;
            height: 100px;
            background-position: 50% 50%;
            margin: -25px auto 10px 0 !important;
            margin-top: 15px !important;
        }

        .u-section-6 .u-text-5, .u-section-6 .u-text-2 {
            margin-top: -90px !important;
        }

        .u-section-4 .u-text-4 {
            margin-top: 95px !important;
        }

        .u-section-4 .u-text-5 {
            margin-top: 85px !important;
            margin-left: 50px;
        }

        .u-layout-row{
            margin-bottom:30px!important;
        }

        .u-section-6 .u-sheet-1 {
            min-height: 838px;
        }

        .u-section-6 .u-text-1 {
            margin-top: 61px;
        }

        .u-section-6 .u-layout-cell-1 {
            min-height: 60px;
        }

        .u-section-6 .u-layout-cell-2 {
            min-height: 58px;
        }

        .u-section-6 .u-layout-cell-3 {
            min-height: 60px;
        }

        .u-section-6 .u-layout-cell-4 {
            min-height: 58px;
        }

        .u-section-6 .u-layout-cell-5 {
            min-height: 60px;
        }

        .u-section-6 .u-image-6 {
            margin-top: 182px;
            margin-right: 61px;
            margin-left: 0 !important;
        }

        .u-section-6 .u-slider-1 {
            margin-top: -260px;
            width: 490px!important;
        }

        .u-section-6 .u-text-2 {
            margin-top: -136px;
            margin-left: 79px;
        }

        .u-section-6 .u-text-3 {
            margin-left: 94px;
        }

        .u-section-6 .u-text-4 {
            margin-left: 94px;
        }

        .u-section-6 .u-text-5 {
            margin-left: 94px;
        }

        .u-section-6 .u-text-6 {
            margin-left: 94px;
        }

        .u-section-6 .u-text-7 {
            margin-left: 94px;
        }

        .u-section-6 .u-carousel-control-1 {
            left: 25px;
            bottom: 60px;
        }

        .u-section-6 .u-carousel-control-2 {
            left: 50%;
            bottom: 60px;
        }

        .u-section-6 .u-text-8 {
            font-size: 1.25rem;
            margin-top: -331px;
            margin-right: 106px;
            margin-left: 90px;
        }

        .u-section-6 .u-text-9 {
            font-size: 1.25rem;
            margin-top: -38px;
            margin-right: 260px;
        }

        .u-section-6 .u-text-10 {
            font-size: 0.75rem;
            margin-top: 32px;
            margin-right: 36px;
        }
    }

    .u-section-7 {
        background-image: none;
    }

        .u-section-7 .u-sheet-1 {
            min-height: 231px;
        }

        .u-section-7 .u-shape-1 {
            width: 90px;
            height: 50px;
            margin: 0 1010px 0 40px;
        }

        .u-section-7 .u-text-1 {
            margin: 15px auto 0 0;
        }

        .u-section-7 .u-text-2 {
            font-size: 0.875rem;
            margin: 20px 441px 0 0;
        }

        .u-section-7 .u-btn-1 {
            border-style: none;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            background-image: linear-gradient(#76a6f6, #32ccfd);
            box-shadow: 0px 6px 18px 0px rgba(50,204,253,0.5);
            font-size: 1rem;
            margin: -58px 201px 0 auto;
            padding: 12px 20px 13px 19px;
        }

        .u-section-7 .u-btn-2 {
            border-style: none;
            font-size: 1rem;
            font-weight: 700;
            transition-duration: 0.5s;
            transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
            background-image: none;
            margin: -39px 37px 60px auto;
            padding: 0;
        }

        .u-section-7 .u-icon-1 {
            vertical-align: 0px;
            margin-left: 10px;
            font-size: 1.125em;
            width: 20px;
            height: 27px;
        }

    @media (max-width: 1199px) {
        .u-section-7 .u-shape-1 {
            margin-top: -1px;
            margin-right: 850px;
            margin-left: 0;
        }

        .u-section-7 .u-text-1 {
            margin-top: 16px;
        }

        .u-section-7 .u-text-2 {
            width: auto;
            margin-right: 392px;
        }

        .u-section-7 .u-btn-1 {
            margin-top: -47px;
            margin-right: 198px;
        }

        .u-section-7 .u-btn-2 {
            margin-right: 40px;
        }
    }

    .u-section-6 .u-image-8 {
        width: 60px;
        height: 100px;
        background-image: url(../images/ic_dummy_navy_05.png);
        background-position: 50% 50%;
        margin: -30px auto 35px 0 !important;
    }

    @media (max-width: 991px) {
        .u-section-7 .u-sheet-1 {
            min-height: 215px;
        }

        .u-section-7 .u-shape-1 {
            margin-right: 630px;
        }

        .u-section-7 .u-text-2 {
            margin-right: 299px;
        }

        .u-section-7 .u-btn-1 {
            font-size: 0.857143rem;
            margin-top: -66px;
            margin-right: 149px;
            padding: 10px;
        }

        .u-section-7 .u-btn-2 {
            margin-top: -29px;
            margin-right: 0;
        }

        .u-section-6 .u-text-10 {
            margin: 46px 460px 0 0 !important;
        }

        .u-section-6 .u-image-6 {
            margin: 54px auto 0 260px !important;
        }

        .u-section-6 .u-image-7 {
            width: 100px;
            height: 100px;
            background-position: 50% 50%;
            margin: -35px auto 20px 0!important;
            margin-top: -1px !important;
        }
    }

    @media (max-width: 767px) {
        .u-section-7 .u-sheet-1 {
            min-height: 245px;
        }

        .u-section-7 .u-shape-1 {
            width: 70px;
            height: 35px;
            margin-right: 450px;
        }

        .u-section-7 .u-text-2 {
            margin-right: 0;
        }

        .u-section-7 .u-btn-1 {
            margin-top: 20px;
            margin-right: auto;
            margin-left: 0;
        }

        .u-section-7 .u-btn-2 {
            margin-right: auto;
            margin-bottom: 26px;
            margin-left: 168px;
        }
    }

    @media (max-width: 575px) {

        .u-section-6 .u-text-10 {
            margin: 76px 80px 0 0 !important;
            margin-top: 28px !important;
        }

        .u-section-6 .u-image-6 {
            margin: 104px auto 0 0px !important;
        }
        .u-section-7 .u-sheet-1 {
            min-height: 268px;
        }

        .u-section-7 .u-shape-1 {
            margin-right: 270px;
        }

        .u-section-7 .u-btn-2 {
            margin-right: 72px;
            margin-bottom: 50px;
            margin-left: auto;
        }
    }

    .u-section-7 .u-btn-2,
    .u-section-7 .u-btn-2:before,
    .u-section-7 .u-btn-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-7 .u-btn-2.u-btn-2.u-btn-2:hover {
            transform: scale(1.1) translateX(0px) translateY(0px) !important;
        }

        .u-section-7 .u-btn-2.u-btn-2.u-btn-2.hover {
            transform: scale(1.1) translateX(0px) translateY(0px) !important;
        }

    .u-section-7 .u-container-layout:hover .u-btn-2 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
    }

    .u-container-layout.hover .u-section-7 .u-btn-2 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
    }

@media (max-width: 1335px) {
    /*.u-section-6 .u-image-6 {
        margin: 54px auto 0 410px !important;
    }*/

    /*.u-section-6 .u-text-10 {
        margin: 76px 900px 0 0;
    }*/

    .u-section-7 {
        background-image: none;
    }
}

@media (min-width: 1336px) {
    .u-section-4 .u-text-4 {
        margin-top: 85px!important;
        margin-left: 50px;
    }

    .u-section-4 .u-text-5 {
        margin-top: 70px!important;
        margin-left: 50px;
    }

    .u-section-4 .u-text-6 {
        margin-top:70px!important;
        margin-left: 50px;
    }

    .u-section-6 .u-image-6 {
        width: 317px;
        height: 337px;
        margin: 54px auto 0 460px !important;
    }
}

@media (min-width: 1400px) {
    .u-section-6 .u-image-6 {
        margin: 54px auto 0 430px !important;
    }

    .u-section-6 .u-text-10 {
        margin: 76px 990px 0 0 !important;
    }
}


@media (min-width: 1200px) {
    .u-section-5 .u-image-3 {
        width: 50px;
        height: 50px;
        margin: -110px auto 0 400px !important;
    }

    .u-section-5 .u-image-5 {
        width: 50px;
        height: 50px;
        margin: -99px auto 27px 400px !important;
    }
}


@media (max-width: 420px) {
    .u-section-1 .u-text-2 {
        font-size: 0.725rem;
        margin-top: 29px!important;
        margin-right: 180px!important;
    }

    .u-section-4 .u-text-3 {
        margin-top: -500px!important;
        margin-right: -96px;
        left: -30px;
        width: max-content;
    }
    .u-section-4 .u-text-4 {
        margin-top: 10px !important;
    }

    .u-section-4 .u-text-5 {
        margin-top: 15px !important;
        margin-left: 50px;
    }

    .u-section-4 .u-text-6 {
        margin-top: 18px !important;
    }

    .prg-icon-news {
        margin-top: -20px !important;
        width: fit-content;
        max-width: 100% !important;
    }

    .text-step1 {
        margin-top: -20px !important;
        width: 300px!important;
        max-width: 100% !important;
    }

    .u-section-5 .u-image-2 {
        width: 340px;
        margin-top: -281px;
        margin-right: -15px;
        margin-left: 180px !important;
    }

    .u-section-5 .u-text-2 {
        margin: 180px auto 12px 80px !important;
    }

    .u-section-5 .u-image-3 {
        margin: -125px auto 0 5px !important;
    }

    .u-section-5 .u-text-3 {
        margin: 35px auto 12px 80px !important;
    }

    .u-section-5 .u-image-4 {
        margin: -125px auto 0 5px !important;
    }

    .u-section-5 .u-text-4 {
        margin: 38px auto 12px 80px !important;
    }

    .u-section-5 .u-image-5 {
        margin: -125px auto 27px 5px !important;
    }

    .u-section-6 .u-text-9 {
        font-size: 1.25rem;
        margin-top: -38px;
        margin-right: 20px!important;
    }

    .u-section-6 .u-image-6 {
        margin: 104px auto 0 0px !important;
        padding-top: 20px!important;
    }

    .u-section-6 .u-slider-1 {
        margin-top: -250px!important;
        width: 320px !important;
        margin-left: 30px!important;
    }
}