/* FONTS */
@import url(../css/clash-display.css);

/* VARIABLES */
:root {
    --c-dark: #212529;
    --c-brand: #385288;
    --c-brand-light: #47b5e0;
    --c-brand-rgb: 20, 18, 36 ;
    --c-body: #727272;
    --c-footer: #f0f0f0;
    --font-base: "FontBold", sans-serif;
    --font-bold: "FontBold" serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;;
}

/* RESET & HELPERS */
body {
    font-family: var(--font-base);
    background-color: var(--c-dark);
    color: var(--c-body);
    overflow-x: hidden;
}

h2, h3,h4, h5, h6,
 .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    color: var(--c-footer);
}

h1,
.h1 {
    font-weight: 400;
    font-family: var(--font-bold);
    color: var(--c-footer);
} 
    
/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--c-dark);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--c-brand);
    border-radius: 10px;
    margin: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--c-brand-light);
  }

a {
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand-light);
}

img {
    max-width: 100%;
    height: 50;
}

.logo-brand {
    max-width: 5.5rem;
}

.logo-footer {
    max-height: 90px;
    background-color: var(--c-footer);
    border-radius: 10px;
}


.theme-shadow {
    box-shadow: var(--box-shadow);
}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-padding-home {
    padding : 100px

}

.bg-grey {
    background-color: rgba(255,255,255,0.1);
}

.text-cadetblue {
    color: cadetblue;
}

.contour {
    box-shadow: 15px 15px 0px  var(--c-footer);
    border-radius: 10px;
}

.text-justify {
    text-align: justify;
    text-justify: auto;
}

/* IMAGE ZOOM */
.image-zoom2 {
    position: relative;
    /* overflow: hidden; */
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
}

.image-zoom2:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}

.image-comp {
    max-height: 300vh;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    background-color: #f4f4f4;
}

th {
    background-color: var(--c-brand);
    font-weight: bold;
    color: #f4f4f4;

}

caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.table-container {
    max-width: 800px;
    margin: 0 auto;
}

.scrollable-table {
    border: 1px solid #ccc;
}

.scrollable-table tbody {
    display: block;
    max-height: 250px;
    overflow-y: auto;
}

.scrollable-table thead, .scrollable-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-table thead {
    background-color: #f4f4f4;
}

/* TABEL 2 */
.table-container2 {
    max-width: 1100px;
    margin: 0 auto;
}

.scrollable-table2 {
    border: 1px solid #ccc;
}

.scrollable-table2 tbody {
    display: block;
    max-height: 600px;
    overflow-y: auto;
}

.scrollable-table2 thead, .scrollable-table2 tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-table2 thead {
    background-color: #f4f4f4;
}



/* NAVBAR */
/* Navbar Styles */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: var(--c-dark);
    transition: all 0.5s;
    padding: 10px 0;
  }

  /* Tambahkan untuk menyembunyikan header */
.header-hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  
  /* Tambahkan untuk header saat scroll */
  .scrolled {
    background-color: rgba(0, 0, 0, 0.9); /* Ubah warna sesuai kebutuhan */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }
  
  
  #header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: #fff;
  }
  
  #header .logo a span {
    color: #51b1ff;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 40px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 10px;
    line-height: 0;
    margin-left: 3px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #51abff;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    background-color: #51abffc6;
  }
  
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 992px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #151515;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
    color: #151515;
    background-color: #51b1ff;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #151515;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover > a {
    background-color: #51b1ff;
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

/* Search Bar - visible by default */

.search-bar-container {
  display: flex;
  position: absolute;
  top: 50%; /* Center vertically */
  right: 7%; /* Adjust as needed */
  transform: translateY(-50%); /* Center vertically */
  background: var(--c-dark); /* Dark background */
  border: 1px solid white; /* White border */
  border-radius: 10px;
  padding: 7px;
  width: 160px; /* Adjust width as needed */
  height: 35px;
  align-items: center;
  opacity: 1;
  pointer-events: auto; /* Allow interaction */
  transition: background 0.3s ease; /* Smooth transition */
}

/* Search Button */
.search-btn {
  background: transparent; /* Make the background transparent */
  border: none; /* Remove any border */
  cursor: pointer;
  color: white; /* Set the icon color to white */
}

/* Search Input */
.search-bar-container .search-input {
  border: none;
  outline: none;
  padding: 8px;
  font-size: 13px;
  width: 100%; /* Full width */
  background: transparent; /* Make input background transparent */
}

/* Change background color on focus */
.search-bar-container:focus-within {
  background: white; /* White background on focus */
}
.search-bar-container:focus-within .search-btn {
  color: var(--c-dark); /* White background on focus */
}

  .search-input .autocom-box {
  min-width: 180px;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  font-size: 0.75rem;
}

  .search-input.active .autocom-box {
  padding: 5px 10px 5px 10px;
  opacity: 1;
  pointer-events: auto;
}

.autocom-box li {
  list-style: none;
  padding: 2px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

  .search-input.active .autocom-box li {
  display: block;
}
.autocom-box li:hover {
  background: #51b1ff;
}


@media (min-width: 320px) and (max-width: 480px) {
  .container .navbar-toggler-collapsed{
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }
  
  .navbar-collapse {
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }

  .navbar-toggler {
      position: absolute;
      display: block; /* Show the toggler button */
      right: 5%;
      top: 7px;
  }

  .navbar-toggler.active + .navbar-collapse {
      display: block; /* Show navbar items when toggled */
      height: 100%;
  }

  .search-bar-container {
      width: 35%;
      position: absolute; 
      top: 25px; /* Adjust position */
      left: 35% !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .container .navbar-toggler-collapsed{
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }
  
  .navbar-collapse {
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }

  .navbar-toggler {
      position: absolute;
      display: block; /* Show the toggler button */
      right: 3%;
      top: 7px;
  }

  .navbar-toggler.active + .navbar-collapse {
      display: block; /* Show navbar items when toggled */
      height: 100%;
  }

  .search-bar-container {
      position: absolute; 
      top: 25px; /* Adjust position */
      left: 50% !important;
  }
}

/*--------------------------------------------------------------
# Back to top button

--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #51b1ff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #51b1ff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #51b1ff;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #51b1ff;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/gambar01.jpeg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #51abff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #51b1ff;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #51b1ff;
}

#hero .icon-box:hover {
  border-color: #51b1ff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

#ghome1 {
  border-radius: 10px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #51b1ff;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.8;
  transition: 0.3s;
  filter: grayscale(80);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51b1ff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #51b1ff;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  width: 300px;
  height: 320px;
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: auto;
  border-radius: 20px;
}
.logosponsor {
  width: 250px;
}

.services .icon-box .icon {
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: 0.3s;
}

.sizelogosu {
  width: 350px;
}
.sizelogopa {
  width: 200px;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #51b1ff;
  border-color: #51b1ff;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #51b1ff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #51b1ff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #51b1ff;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #51b1ff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #51b1ff;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 992px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51b1ff;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #51b1ff;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #51b1ff;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #51b1ff;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #51b1ff;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(38, 68, 96, 0.95);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: rgba(38, 68, 96, 0.95);
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #51b1ff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #51b1ff;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #51abff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #51abff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #51b1ff;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
/*
#searchButton {
  margin-right: 20px;
  border: none;
  margin-bottom: 5px;
  background-color: transparent;
  top: 5px;
  position: absolute;
}

#searchBox {
  position: absolute;
  font-size: x-small;
  width: 150px;
  height: 30px;
  padding-left: 8px;
  border-radius: 20px;
  top: 5px;
}

#suggestionBox {
  position: absolute;
  top: 45px;
  margin-right: 20px;
  right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(255, 255, 255);
  min-width: 180px;
  border-radius: 5px;
  font-size: small;
}*/

@media (max-width: 370px) {
  .grid-container {
    display: grid;
    grid-template-columns: 90%;
    padding-left: 10px;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
}

@media (min-width: 370px) {
  .grid-container {
    display: grid;
    grid-template-columns: 90%;
    padding-left: 30px;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .grid-container {
    display: grid;
    grid-template-columns: 100%;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 60% 40%;
    padding-left: 0px;
  }
  .container-media {
    position: absolute;
    left: 0px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-1 {
    padding-right: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 23px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
}

@media (min-width: 992px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 30% 15% 30%;
    padding-left: 0px;
  }
  .grid-item-2 {
    padding-left: 40px;
  }
  .wrapper {
    position: absolute;
    right: 0px;
    max-width: 400px;
    margin: 0px 0px auto;
  }

  .footerbuv11 {
    padding-left: 50px;
  }

  .footerbuv12 {
    padding-left: 30px;
  }
  .container-media {
    position: absolute;
    right: 10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .container-media {
    position: absolute;
    right: -80px;
    top: 40px;
    max-width: 180px;
  }
}

@media (min-width: 1200px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 35% 20% 20%;
    padding-left: 0px;
  }
  .grid-item-2 {
    padding-left: 90px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .container-media {
    position: absolute;
    right: -20px;
    top: 40px;
    max-width: 180px;
  }
}
@media (min-width: 1400px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 37% 18% 20%;
    padding-left: 0px;
  }

  .container-media {
    position: absolute;
    right: -60px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }

  .grid-item-2 {
    padding-left: 120px;
  }
}

.navbarcon {
  position: relative;
  z-index: 99999;
}

.footerbuv13 {
  position: relative;
}


.kata {
  top: 40%;
  left: 50%;
  z-index: 1999;
  transform: translate(-50%, -60%);
  position: absolute;
}

.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #fff;
}
.cover2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #478ac9;
}

.kata {
  top: 40%;
  left: 50%;
  z-index: 1999;
  transform: translate(-50%, -60%);
  position: absolute;
}

.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #fff;
}
.cover2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #478ac9;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.kata {
  top: 40%;
  left: 50%;
  z-index: 1999;
  transform: translate(-50%, -60%);
  position: absolute;
}

.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #fff;
}
.cover2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #478ac9;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}
.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}
.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}
.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}
.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}
.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}
.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}
.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}
.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}
.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}
.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}
.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}
.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}
.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}
.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}
.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}
.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}
.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}
.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}
.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}
.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}
.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}
.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}
.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}
.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}
.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}
.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}
.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}
.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}
.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}
.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}
.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}
.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}
.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}
.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}
.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}
.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}
.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}
.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}
.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}
.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}
.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}
.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}
.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}
.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}
.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}
.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}
.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}
.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}
.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}
.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}
.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}
.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}
.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}
.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}
.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}
.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}
.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}
.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}
.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}
.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}
.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.53999999999999px;
}
.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}
.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}
.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96000000000001px;
}
.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}
.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}
.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}
.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}
.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}
.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}
.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}
.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}
.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}
.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}
.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}
.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}
.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}
.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}
.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}
.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}
.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}
.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.480000000000004px;
}
.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}
.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}
.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}
.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}
.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}
.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}
.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}
.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}
.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.740000000000002px;
}
.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.880000000000003px;
}
.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}
.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}
.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}
.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.439999999999998px;
}
.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}
.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}
.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}
.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #fff;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

.u-section-1 {
  background-image: url("../images/Screenshot2023-01-30173731.png");
  background-position: 50% 50%;
  min-height: 400px;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  background-image: none;
  letter-spacing: 5px;
  line-height: 1.1;
  width: 660px;
  margin: 319px calc(((100% - 1140px) / 2) + 240px) 0;
}

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

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 297px;
    margin-bottom: 21px;
  }
}

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

  .u-section-1 .u-text-1 {
    width: auto;
    margin: 324px calc(((100% - 1140px) / 2) + 190px) 39px;
  }
}

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

  .u-section-1 .u-text-1 {
    width: 393px;
    margin: 290px calc(((100% - 1140px) / 2) + 374px) 33px;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
    margin: 169px 16px 28px;
  }
}
.u-section-2 {
  min-height: 448px;
}

.u-section-2 .u-shape-1 {
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  height: 322px;
  width: 1000px;
  margin: 40px auto 0;
}

.u-section-2 .u-image-1 {
  width: 242px;
  height: 189px;
  margin: -228px auto 0 calc(((100% - 1140px) / 2) + 73px);
}

.u-section-2 .u-text-1 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  background-image: none;
  text-decoration: none solid rgb(17, 17, 17);
  margin: -189px calc(((100% - 1140px) / 2) + 131px) 0
    calc(((100% - 1140px) / 2) + 315px);
}

.u-section-2 .u-text-2 {
  font-size: 1.5rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  width: 894px;
  margin: -150px calc(((100% - 1140px) / 2) + 123px) 0;
}

.u-section-2 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 175px calc(((100% - 1140px) / 2) + 131px) 60px auto;
  padding: 9px 27px 11px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-shape-1 {
    width: 940px;
  }

  .u-section-2 .u-image-1 {
    margin-top: -255px;
    margin-left: calc(((100% - 940px) / 2) + 13px);
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: -161px;
    margin-right: calc(((100% - 940px) / 2) + 24px);
    margin-left: calc(((100% - 940px) / 2) + 237px);
  }

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

  .u-section-2 .u-btn-1 {
    margin-top: 191px;
    margin-right: calc(((100% - 940px) / 2) + 35px);
  }
}

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

  .u-section-2 .u-shape-1 {
    height: 406px;
    width: 717px;
    margin-top: 31px;
  }

  .u-section-2 .u-image-1 {
    width: 188px;
    height: 146px;
    margin-top: -390px;
    margin-left: auto;
  }

  .u-section-2 .u-text-1 {
    width: 649px;
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-text-2 {
    width: 650px;
    margin-top: -169px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 117px;
    margin-right: calc(((100% - 720px) / 2) + 33px);
  }
}

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

  .u-section-2 .u-shape-1 {
    height: 449px;
    margin-top: 36px;
    width: 540px;
  }

  .u-section-2 .u-image-1 {
    width: 144px;
    height: 112px;
    margin-top: -413px;
  }

  .u-section-2 .u-text-1 {
    width: 486px;
    margin-top: 86px;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: -193px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 158px;
    margin-right: calc(((100% - 540px) / 2) + 31px);
    margin-bottom: 64px;
  }
}

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

  .u-section-2 .u-shape-1 {
    height: 436px;
    width: 325px;
  }

  .u-section-2 .u-image-1 {
    width: 122px;
    height: 200px;
    margin-top: -471px;
  }

  .u-section-2 .u-text-1 {
    letter-spacing: 0px;
    width: 290px;
    margin-top: -11px;
  }

  .u-section-2 .u-text-2 {
    font-size: 1rem;
    width: 261px;
    margin-top: -228px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 220px;
    margin-right: auto;
    margin-bottom: 60px;
    padding: 10px 84px 10px 83px;
  }
}
.u-section-3 {
  min-height: 356px;
}

.u-section-3 .u-text-1 {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 1px;
  background-image: none;
  font-weight: 700;
  margin: 0 calc(((100% - 1140px) / 2) + 976px) 0 calc(((100% - 1140px) / 2));
}

.u-section-3 .u-text-2 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: -6px calc(((100% - 1140px) / 2) + 700px) 0 calc(((100% - 1140px) / 2));
}

.u-section-3 .u-group-elements-1 {
  width: 1085px;
  min-height: 227px;
  height: auto;
  margin: 31px auto 21px;
}

.u-section-3 .u-shape-1 {
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
}

.u-section-3 .u-text-3 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 30px 37px 0;
}

.u-section-3 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 28px 39px 0 auto;
}

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

  .u-section-3 .u-text-1 {
    margin-right: calc(((100% - 940px) / 2) + 826px);
    margin-left: calc(((100% - 940px) / 2));
  }

  .u-section-3 .u-text-2 {
    margin-right: calc(((100% - 940px) / 2) + 550px);
    margin-left: calc(((100% - 940px) / 2));
  }

  .u-section-3 .u-group-elements-1 {
    width: 906px;
    margin-top: 39px;
    margin-bottom: 54px;
  }

  .u-section-3 .u-btn-1 {
    margin-top: 21px;
    margin-right: 32px;
  }
}

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

  .u-section-3 .u-text-1 {
    margin-right: calc(((100% - 1140px) / 2) + 766px);
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-3 .u-text-2 {
    margin-right: calc(((100% - 1140px) / 2) + 490px);
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-3 .u-group-elements-1 {
    min-height: 249px;
    width: 720px;
    margin-bottom: 30px;
  }

  .u-section-3 .u-btn-1 {
    margin-top: 5px;
  }
}

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

  .u-section-3 .u-text-1 {
    margin-right: calc(((100% - 1140px) / 2) + 676px);
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-3 .u-text-2 {
    margin-right: calc(((100% - 1140px) / 2) + 400px);
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-3 .u-group-elements-1 {
    min-height: 291px;
    width: 540px;
  }

  .u-section-3 .u-text-3 {
    width: 481px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-3 .u-btn-1 {
    margin-top: 12px;
    margin-right: 25px;
  }
}

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

  .u-section-3 .u-text-1 {
    font-size: 1.25rem;
    width: auto;
    margin-top: -6px;
    margin-right: calc(((100% - 300px) / 2) + 209px);
    margin-left: calc(((100% - 300px) / 2) + 16px);
  }

  .u-section-3 .u-text-2 {
    font-size: 1.5rem;
    width: auto;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
  }

  .u-section-3 .u-group-elements-1 {
    min-height: 482px;
    width: 300px;
    margin-top: 12px;
    margin-bottom: 38px;
  }

  .u-section-3 .u-text-3 {
    width: 260px;
    margin-top: 15px;
  }

  .u-section-3 .u-btn-1 {
    margin-top: 47px;
    margin-right: auto;
    padding: 10px 17px 10px 16px;
  }
}
.u-section-4 {
  min-height: 519px;
}

.u-section-4 .u-text-1 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  width: 603px;
  margin: 29px auto 0;
}

.u-section-4 .u-shape-1 {
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  height: 405px;
  width: 759px;
  margin: 10px auto 0 calc(((100% - 1140px) / 2) + 191px);
}

.u-section-4 .u-video-1 {
  width: 648px;
  height: 364px;
  text-shadow: -2px 0 0 rgba(0, 0, 0, 1);
  margin: -385px auto 57px calc(((100% - 1140px) / 2) + 246px);
}

.u-section-4 .embed-responsive-1 {
  position: absolute;
}

@media (max-width: 1199px) {
  .u-section-4 .u-shape-1 {
    margin-left: auto;
  }

  .u-section-4 .u-video-1 {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-shape-1 {
    width: 720px;
    margin-left: calc(((100% - 720px) / 2));
  }
}

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

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

  .u-section-4 .u-shape-1 {
    height: 343px;
    width: 540px;
    margin-left: auto;
  }

  .u-section-4 .u-video-1 {
    width: 513px;
    height: 288px;
    margin-top: -315px;
    margin-bottom: 60px;
  }
}

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

  .u-section-4 .u-text-1 {
    font-size: 1.5rem;
    width: 300px;
  }

  .u-section-4 .u-shape-1 {
    height: 200px;
    width: 335px;
  }

  .u-section-4 .u-video-1 {
    width: 300px;
    height: 168px;
    margin-top: -184px;
  }
}
.u-section-5 {
  min-height: 718px;
}

.u-section-5 .u-text-1 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 40px calc(((100% - 1140px) / 2) + 52px) 0;
}

.u-section-5 .u-image-1 {
  width: 1091px;
  height: 533px;
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 204, 1);
  text-shadow: -2px 0 24px rgba(0, 0, 0, 1);
  margin: 28px auto 60px;
}

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

  .u-section-5 .u-text-1 {
    width: auto;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .u-section-5 .u-image-1 {
    width: 940px;
    height: 348px;
    margin-bottom: 40px;
  }
}

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

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

  .u-section-5 .u-image-1 {
    width: 720px;
    height: 352px;
    margin-top: 25px;
    margin-left: calc(((100% - 1140px) / 2) + 210px);
  }
}

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

  .u-section-5 .u-text-1 {
    margin-top: 25px;
  }

  .u-section-5 .u-image-1 {
    width: 540px;
    height: 264px;
    margin-left: calc(((100% - 1140px) / 2) + 300px);
  }
}

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

  .u-section-5 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 20px;
  }

  .u-section-5 .u-image-1 {
    height: 169px;
    width: 340px;
    margin-top: 31px;
    margin-bottom: 31px;
    margin-left: auto;
  }
}
.u-section-6 {
  min-height: 1436px;
}

.u-section-6 .u-group-1 {
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(204, 211, 219, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  width: 570px;
  min-height: 204px;
  margin: 170px calc(((100% - 1140px) / 2)) 0 auto;
}

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

.u-section-6 .u-text-1 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 10px auto 0 0;
}

.u-section-6 .u-text-2 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: -319px calc(((100% - 1140px) / 2) + 152px) 0
    calc(((100% - 1140px) / 2));
}

.u-section-6 .u-video-1 {
  width: 481px;
  height: 256px;
  margin: 37px auto 0 calc(((100% - 1320px) / 2) + 87px);
}

.u-section-6 .u-text-3 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 92px calc(((100% - 1140px) / 2)) 0 calc(((100% - 1140px) / 2) + 153px);
}

.u-section-6 .u-group-2 {
  width: 754px;
  min-height: 566px;
  height: auto;
  margin: 17px auto 0 calc(((100% - 1140px) / 2) + 193px);
}

.u-section-6 .u-container-layout-2 {
  padding: 9px 12px;
}

.u-section-6 .u-image-1 {
  height: 533px;
  margin: 0;
}

.u-section-6 .u-group-3 {
  width: 991px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(204, 211, 219, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 152px;
  height: auto;
  margin: 23px auto 60px calc(((100% - 1140px) / 2) + 75px);
}

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

.u-section-6 .u-text-4 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 17px 0 0;
}

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

  .u-section-6 .u-group-1 {
    width: 536px;
    min-height: 212px;
    margin-top: 146px;
    margin-right: auto;
    margin-left: 446px;
  }

  .u-section-6 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .u-section-6 .u-text-2 {
    width: auto;
    margin-top: -303px;
    margin-left: 27px;
    margin-right: 27px;
  }

  .u-section-6 .u-video-1 {
    width: 333px;
    height: 205px;
    margin-top: 13px;
    margin-left: 58px;
  }

  .u-section-6 .u-text-3 {
    width: auto;
    margin-top: 123px;
    margin-left: 27px;
    margin-right: 27px;
  }

  .u-section-6 .u-group-2 {
    margin-left: auto;
    height: auto;
  }

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

  .u-section-6 .u-image-1 {
    margin-top: 19px;
    margin-bottom: -10px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-group-3 {
    width: 957px;
    margin-top: 17px;
    margin-left: auto;
    margin-bottom: 31px;
    height: auto;
  }

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

@media (max-width: 991px) {
  .u-section-6 .u-group-1 {
    width: 400px;
    min-height: 249px;
    margin-top: 134px;
    margin-right: calc(((100% - 720px) / 2));
    margin-left: auto;
  }

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

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

  .u-section-6 .u-video-1 {
    width: 300px;
    margin-top: 41px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-6 .u-text-3 {
    margin-top: 130px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-6 .u-group-2 {
    width: 720px;
    margin-top: 21px;
    margin-left: calc(((100% - 1140px) / 2) + 210px);
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-6 .u-image-1 {
    height: 492px;
    width: 700px;
    margin: 0 auto;
  }

  .u-section-6 .u-group-3 {
    margin-top: 41px;
    margin-bottom: 59px;
    width: 720px;
  }

  .u-section-6 .u-text-4 {
    margin-top: 2px;
    margin-left: 7px;
  }
}

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

  .u-section-6 .u-group-1 {
    min-height: 170px;
    width: 590px;
    margin-top: 324px;
    margin-right: auto;
  }

  .u-section-6 .u-text-1 {
    margin-top: 22px;
    margin-right: 21px;
  }

  .u-section-6 .u-text-2 {
    margin-top: -505px;
  }

  .u-section-6 .u-video-1 {
    margin-top: 13px;
    margin-left: auto;
  }

  .u-section-6 .u-text-3 {
    margin-top: 330px;
    margin-left: calc(((100% - 540px) / 2) + -17px);
    margin-right: calc(((100% - 540px) / 2) + -17px);
  }

  .u-section-6 .u-group-2 {
    width: 590px;
    margin-top: 25px;
    margin-left: auto;
  }

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

  .u-section-6 .u-group-3 {
    min-height: 212px;
    width: 590px;
    margin-bottom: 60px;
  }

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

  .u-section-6 .u-text-4 {
    margin-top: 9px;
    margin-left: 13px;
    margin-right: 13px;
  }
}

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

  .u-section-6 .u-group-1 {
    min-height: 283px;
    width: 320px;
    margin-top: 276px;
  }

  .u-section-6 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 11px;
  }

  .u-section-6 .u-text-1 {
    margin-top: 16px;
    margin-left: 19px;
    margin-right: 19px;
  }

  .u-section-6 .u-text-2 {
    font-size: 1.5rem;
    margin-top: -531px;
  }

  .u-section-6 .u-video-1 {
    height: 180px;
    margin-top: 5px;
  }

  .u-section-6 .u-text-3 {
    font-size: 1.5rem;
    margin-top: 324px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .u-section-6 .u-group-2 {
    width: 320px;
    min-height: 271px;
    margin-top: 17px;
  }

  .u-section-6 .u-image-1 {
    height: 207px;
    width: 280px;
  }

  .u-section-6 .u-group-3 {
    min-height: 390px;
    width: 320px;
    margin-top: 31px;
    margin-bottom: 50px;
  }

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

  .u-section-6 .u-text-4 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.u-section-7 {
  min-height: 2396px;
}

.u-section-7 .u-text-1 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  width: 849px;
  margin: 11px auto 0;
}

.u-section-7 .u-group-1 {
  width: 585px;
  background-image: none;
  min-height: 30px;
  height: auto;
  margin: 37px auto 0 calc(((100% - 1140px) / 2) + -49px);
}

.u-section-7 .u-container-layout-1 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-7 .u-text-2 {
  font-size: 1.5rem;
  margin: 0 31px 0 69px;
}

.u-section-7 .u-group-2 {
  width: 508px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 138px;
  height: auto;
  margin: 30px calc(((100% - 1140px) / 2) + 24px) 0 auto;
}

.u-section-7 .u-container-layout-2 {
  padding-left: 18px;
  padding-right: 18px;
}

.u-section-7 .u-text-3 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 16px 0 0;
}

.u-section-7 .u-group-3 {
  width: 508px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 137px;
  height: auto;
  margin: 23px calc(((100% - 1140px) / 2) + 24px) 0 auto;
}

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

.u-section-7 .u-text-4 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 5px 0 0;
}

.u-section-7 .u-group-4 {
  width: 443px;
  min-height: 325px;
  height: auto;
  margin: -300px auto 0 calc(((100% - 1140px) / 2) + 97px);
}

.u-section-7 .u-container-layout-4 {
  padding: 0;
}

.u-section-7 .u-slider-1 {
  min-height: 307px;
  height: auto;
  width: 417px;
  margin: 0 auto;
}

.u-section-7 .u-carousel-indicators-1 {
  position: absolute;
  bottom: 10px;
  width: auto;
  height: auto;
}

.u-section-7 .u-carousel-item-1 {
  background-position: 50% 50%;
}

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

.u-section-7 .u-image-1 {
  width: 488px;
  height: 322px;
  margin: 0 -36px -6px;
}

.u-section-7 .u-container-layout-6 {
  padding: 0;
}

.u-section-7 .u-image-2 {
  width: 434px;
  height: 339px;
  margin: -23px auto 0 -17px;
}

.u-section-7 .u-image-3 {
  background-image: url("../images/STABILITYANSYS.png?rand=ae3d");
  background-position: 50% 50%;
}

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

.u-section-7 .u-carousel-control-1 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-carousel-control-2 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-group-5 {
  width: 582px;
  background-image: none;
  min-height: 30px;
  height: auto;
  margin: 80px calc(((100% - 1140px) / 2) + -49px) 0 auto;
}

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

.u-section-7 .u-text-5 {
  font-size: 1.5rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 0 43px 0 0;
}

.u-section-7 .u-group-6 {
  width: 506px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 147px;
  height: auto;
  margin: 29px auto 0 calc(((100% - 1140px) / 2) + 35px);
}

.u-section-7 .u-container-layout-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-7 .u-text-6 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 9px 0 0;
}

.u-section-7 .u-group-7 {
  width: 466px;
  min-height: 304px;
  height: auto;
  margin: -146px calc(((100% - 1140px) / 2) + 65px) 0 auto;
}

.u-section-7 .u-container-layout-10 {
  padding: 0;
}

.u-section-7 .u-gallery-1 {
  height: 196px;
  width: 414px;
  margin: 0 auto;
}

.u-section-7 .u-carousel-indicators-2 {
  position: absolute;
  bottom: 10px;
  width: auto;
  height: auto;
}

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

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

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

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

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

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

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

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

.u-section-7 .u-group-8 {
  width: 506px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 136px;
  height: auto;
  margin: -135px auto 0 calc(((100% - 1140px) / 2) + 35px);
}

.u-section-7 .u-container-layout-11 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-7 .u-text-7 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 5px 0 0;
}

.u-section-7 .u-text-8 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  width: 849px;
  margin: 67px auto 0;
}

.u-section-7 .u-group-9 {
  width: 585px;
  background-image: none;
  min-height: 30px;
  height: auto;
  margin: 34px auto 0 calc(((100% - 1140px) / 2) + -49px);
}

.u-section-7 .u-container-layout-12 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-7 .u-text-9 {
  font-size: 1.5rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 3px 30px 0 40px;
}

.u-section-7 .u-group-10 {
  width: 410px;
  min-height: 262px;
  height: auto;
  margin: 23px auto 0 calc(((100% - 1140px) / 2) + 132px);
}

.u-section-7 .u-container-layout-13 {
  padding: 0;
}

.u-section-7 .u-slider-2 {
  min-height: 273px;
  height: auto;
  margin-top: -6px;
  margin-bottom: -6px;
}

.u-section-7 .u-carousel-indicators-3 {
  position: absolute;
  bottom: 10px;
  width: auto;
  height: auto;
}

.u-section-7 .u-container-layout-14 {
  padding: 0;
}

.u-section-7 .u-image-4 {
  width: 390px;
  height: 246px;
  margin: 13px auto 0;
}

.u-section-7 .u-container-layout-15 {
  padding: 10px 0;
}

.u-section-7 .u-video-1 {
  width: 402px;
  height: 233px;
  margin: 0 auto;
}

.u-section-7 .u-carousel-control-5 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-carousel-control-6 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-group-11 {
  width: 508px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 182px;
  height: auto;
  margin: -251px calc(((100% - 1140px) / 2) + 24px) 0 auto;
}

.u-section-7 .u-container-layout-16 {
  padding-left: 18px;
  padding-right: 18px;
}

.u-section-7 .u-text-10 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 0;
}

.u-section-7 .u-group-12 {
  width: 582px;
  background-image: none;
  min-height: 30px;
  height: auto;
  margin: 123px calc(((100% - 1140px) / 2) + -49px) 0 auto;
}

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

.u-section-7 .u-text-11 {
  font-size: 1.5rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 4px 43px 0 0;
}

.u-section-7 .u-group-13 {
  width: 515px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 166px;
  height: auto;
  margin: 50px auto 0 calc(((100% - 1140px) / 2) + 26px);
}

.u-section-7 .u-container-layout-18 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-7 .u-text-12 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 9px 0 0;
}

.u-section-7 .u-group-14 {
  width: 454px;
  min-height: 297px;
  height: auto;
  margin: -165px calc(((100% - 1140px) / 2) + 79px) 0 auto;
}

.u-section-7 .u-container-layout-19 {
  padding: 0;
}

.u-section-7 .u-slider-3 {
  min-height: 285px;
  height: auto;
  width: 406px;
  margin: 0 auto;
}

.u-section-7 .u-carousel-indicators-4 {
  position: absolute;
  bottom: 10px;
  width: auto;
  height: auto;
}

.u-section-7 .u-image-5 {
  background-image: url("../images/wblast.PNG?rand=bef6");
  background-position: 50% 50%;
}

.u-section-7 .u-container-layout-20 {
  padding: 7px 0;
}

.u-section-7 .u-carousel-control-7 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-carousel-control-8 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-group-15 {
  background-image: none;
  min-height: 31px;
  height: auto;
  width: 585px;
  margin: 69px auto 0 calc(((100% - 1140px) / 2) + -49px);
}

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

.u-section-7 .u-text-13 {
  font-size: 1.5rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 2px auto -27px 40px;
}

.u-section-7 .u-group-16 {
  width: 513px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 192px;
  height: auto;
  margin: 34px auto 0 calc(((100% - 1140px) / 2) + 26px);
}

.u-section-7 .u-container-layout-22 {
  padding-left: 18px;
  padding-right: 18px;
}

.u-section-7 .u-text-14 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 21px 0 0;
}

.u-section-7 .u-group-17 {
  width: 475px;
  min-height: 344px;
  height: auto;
  margin: -192px calc(((100% - 1140px) / 2) + 57px) 0 auto;
}

.u-section-7 .u-container-layout-23 {
  padding: 0;
}

.u-section-7 .u-slider-4 {
  min-height: 260px;
  width: 457px;
  height: auto;
  margin: 0 auto;
}

.u-section-7 .u-carousel-indicators-5 {
  position: absolute;
  bottom: 10px;
  width: auto;
  height: auto;
}

.u-section-7 .u-carousel-item-10 {
  background-position: 50% 50%;
}

.u-section-7 .u-container-layout-24 {
  padding: 0;
}

.u-section-7 .u-image-6 {
  width: 464px;
  height: 288px;
  margin: 0 auto 0 -18px;
}

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

.u-section-7 .u-carousel-control-9 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-carousel-control-10 {
  width: 50px;
  height: 50px;
}

.u-section-7 .u-group-18 {
  width: 515px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 163px;
  height: auto;
  margin: -126px auto 60px calc(((100% - 1140px) / 2) + 25px);
}

.u-section-7 .u-container-layout-26 {
  padding-left: 18px;
  padding-right: 18px;
}

.u-section-7 .u-text-15 {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0px;
  background-image: none;
  margin: 8px 0 0;
}

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

  .u-section-7 .u-text-1 {
    width: auto;
    margin-top: 6px;
    margin-left: 96px;
    margin-right: 96px;
  }

  .u-section-7 .u-group-1 {
    width: 500px;
    margin-left: calc(((100% - 940px) / 2) + -49px);
    height: auto;
  }

  .u-section-7 .u-group-2 {
    width: 450px;
    margin-right: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-text-3 {
    margin-top: 8px;
  }

  .u-section-7 .u-group-3 {
    width: 450px;
    margin-right: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-text-4 {
    margin-top: 3px;
  }

  .u-section-7 .u-group-4 {
    width: 450px;
    margin-top: -317px;
    margin-left: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-group-5 {
    width: 500px;
    margin-top: 70px;
    margin-right: calc(((100% - 940px) / 2) + -49px);
    height: auto;
  }

  .u-section-7 .u-group-6 {
    width: 450px;
    margin-left: calc(((100% - 940px) / 2));
    height: auto;
  }

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

  .u-section-7 .u-group-7 {
    width: 450px;
    margin-top: -156px;
    margin-right: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-group-8 {
    width: 450px;
    margin-top: -128px;
    margin-left: calc(((100% - 940px) / 2));
    height: auto;
  }

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

  .u-section-7 .u-group-9 {
    width: 500px;
    margin-left: calc(((100% - 940px) / 2) + -49px);
    height: auto;
  }

  .u-section-7 .u-text-9 {
    width: auto;
    margin-right: 45px;
  }

  .u-section-7 .u-group-10 {
    width: 450px;
    margin-left: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-group-11 {
    width: 450px;
    min-height: 197px;
    margin-right: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-group-12 {
    width: 500px;
    margin-top: 114px;
    margin-right: calc(((100% - 940px) / 2) + -49px);
    height: auto;
  }

  .u-section-7 .u-group-13 {
    width: 450px;
    margin-top: 30px;
    margin-left: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-group-14 {
    width: 450px;
    min-height: 298px;
    margin-top: -176px;
    margin-right: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-group-15 {
    min-height: 30px;
    width: 500px;
    margin-top: 90px;
    margin-left: calc(((100% - 940px) / 2) + -49px);
    height: auto;
  }

  .u-section-7 .u-group-16 {
    width: 450px;
    margin-left: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-text-14 {
    margin-top: 12px;
  }

  .u-section-7 .u-group-17 {
    width: 450px;
    margin-top: -191px;
    margin-right: calc(((100% - 940px) / 2));
    height: auto;
  }

  .u-section-7 .u-group-18 {
    width: 450px;
    min-height: 197px;
    margin-top: -120px;
    margin-left: calc(((100% - 940px) / 2));
    height: auto;
  }
}

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

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

  .u-section-7 .u-group-1 {
    margin-left: calc(((100% - 720px) / 2) + -49px);
  }

  .u-section-7 .u-group-2 {
    margin-top: 35px;
    margin-right: auto;
  }

  .u-section-7 .u-group-3 {
    margin-top: 14px;
    margin-right: auto;
  }

  .u-section-7 .u-group-4 {
    margin-top: 16px;
    margin-left: auto;
  }

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

  .u-section-7 .u-group-5 {
    margin-top: 88px;
    margin-right: calc(((100% - 720px) / 2) + -49px);
  }

  .u-section-7 .u-group-6 {
    margin-top: 37px;
    margin-left: auto;
  }

  .u-section-7 .u-group-7 {
    margin-top: 21px;
    margin-right: auto;
  }

  .u-section-7 .u-group-8 {
    min-height: 160px;
    margin-top: 18px;
    margin-left: auto;
  }

  .u-section-7 .u-container-layout-11 {
    padding-bottom: 0;
  }

  .u-section-7 .u-text-7 {
    margin-top: 0;
  }

  .u-section-7 .u-text-8 {
    width: 720px;
    margin-top: 60px;
  }

  .u-section-7 .u-group-9 {
    margin-left: calc(((100% - 720px) / 2) + -49px);
  }

  .u-section-7 .u-group-10 {
    margin-top: 31px;
    margin-left: auto;
  }

  .u-section-7 .u-group-11 {
    margin-top: 36px;
    margin-right: auto;
  }

  .u-section-7 .u-group-12 {
    margin-top: 80px;
    margin-right: calc(((100% - 720px) / 2) + -49px);
  }

  .u-section-7 .u-group-13 {
    margin-top: 40px;
    margin-left: auto;
  }

  .u-section-7 .u-group-14 {
    margin-right: auto;
  }

  .u-section-7 .u-group-15 {
    margin-top: 79px;
    margin-left: calc(((100% - 720px) / 2) + -49px);
  }

  .u-section-7 .u-group-16 {
    margin-top: 33px;
    margin-left: auto;
  }

  .u-section-7 .u-group-17 {
    margin-top: 27px;
    margin-right: auto;
  }

  .u-section-7 .u-slider-4 {
    width: 450px;
  }

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

  .u-section-7 .u-group-18 {
    min-height: 205px;
    margin-top: 31px;
    margin-left: auto;
    margin-bottom: 33px;
  }

  .u-section-7 .u-container-layout-26 {
    padding-bottom: 0;
  }

  .u-section-7 .u-text-15 {
    margin-top: 0;
  }
}

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

  .u-section-7 .u-group-1 {
    margin-left: calc(((100% - 540px) / 2) + -49px);
  }

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

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

  .u-section-7 .u-group-4 {
    margin-top: -317px;
  }

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

  .u-section-7 .u-group-5 {
    margin-right: calc(((100% - 540px) / 2) + -49px);
  }

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

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

  .u-section-7 .u-group-7 {
    margin-top: -156px;
  }

  .u-section-7 .u-group-8 {
    min-height: 151px;
    margin-top: 20px;
  }

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

  .u-section-7 .u-text-7 {
    width: auto;
  }

  .u-section-7 .u-text-8 {
    width: 540px;
    margin-top: 45px;
  }

  .u-section-7 .u-group-9 {
    margin-left: calc(((100% - 540px) / 2) + -49px);
  }

  .u-section-7 .u-group-10 {
    margin-top: 250px;
  }

  .u-section-7 .u-group-11 {
    margin-top: -475px;
  }

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

  .u-section-7 .u-text-10 {
    width: auto;
    margin-left: 6px;
    margin-right: 6px;
  }

  .u-section-7 .u-group-12 {
    margin-top: 306px;
    margin-right: calc(((100% - 540px) / 2) + -49px);
  }

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

  .u-section-7 .u-group-13 {
    min-height: 186px;
    margin-top: 31px;
  }

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

  .u-section-7 .u-text-12 {
    width: auto;
    margin-top: 0;
  }

  .u-section-7 .u-group-14 {
    margin-top: 41px;
  }

  .u-section-7 .u-group-15 {
    margin-top: 50px;
    margin-left: calc(((100% - 540px) / 2) + -49px);
  }

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

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

  .u-section-7 .u-group-17 {
    margin-top: -191px;
  }

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

  .u-section-7 .u-group-18 {
    min-height: 206px;
    margin-bottom: 50px;
  }

  .u-section-7 .u-container-layout-26 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
  }

  .u-section-7 .u-text-15 {
    width: auto;
    margin-top: 9px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

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

  .u-section-7 .u-text-1 {
    font-size: 1.5rem;
    margin-right: calc(((100% - 340px) / 2) + 19px);
    margin-left: calc(((100% - 340px) / 2) + -19px);
  }

  .u-section-7 .u-group-1 {
    width: 340px;
    margin-left: calc(((100% - 300px) / 2) + -49px);
  }

  .u-section-7 .u-text-2 {
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-group-2 {
    width: 340px;
    min-height: 190px;
  }

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

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

  .u-section-7 .u-group-3 {
    width: 340px;
    min-height: 229px;
  }

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

  .u-section-7 .u-text-4 {
    width: auto;
    margin-top: 0;
  }

  .u-section-7 .u-group-4 {
    width: 340px;
    min-height: 251px;
    margin-top: 15px;
  }

  .u-section-7 .u-slider-1 {
    min-height: 238px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-7 .u-image-1 {
    height: 224px;
    margin-bottom: 0;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-7 .u-image-2 {
    width: 340px;
    height: 266px;
    margin-left: 0;
  }

  .u-section-7 .u-group-5 {
    width: calc(((100% - 300px) / 2) + 290px);
    margin-top: 39px;
    margin-right: calc(((100% - 300px) / 2) + -49px);
  }

  .u-section-7 .u-text-5 {
    font-size: 1.25rem;
    margin-right: 1px;
  }

  .u-section-7 .u-group-6 {
    width: 340px;
    min-height: 212px;
    margin-top: 19px;
  }

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

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

  .u-section-7 .u-group-7 {
    width: 340px;
    min-height: 240px;
    margin-top: 42px;
  }

  .u-section-7 .u-gallery-1 {
    height: 158px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-7 .u-group-8 {
    width: 340px;
    min-height: 208px;
    margin-top: 35px;
  }

  .u-section-7 .u-container-layout-11 {
    padding-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .u-section-7 .u-text-7 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .u-section-7 .u-text-8 {
    font-size: 1.5rem;
    width: 340px;
    margin-top: 69px;
  }

  .u-section-7 .u-group-9 {
    width: calc(((100% - 300px) / 2) + 290px);
    margin-top: 25px;
    margin-left: calc(((100% - 300px) / 2) + -49px);
  }

  .u-section-7 .u-text-9 {
    font-size: 1.25rem;
    margin-right: 0;
    margin-left: 1px;
  }

  .u-section-7 .u-group-10 {
    width: 340px;
    min-height: 242px;
    margin-top: 338px;
  }

  .u-section-7 .u-slider-2 {
    min-height: 233px;
    width: 302px;
    margin: 4px auto 0;
  }

  .u-section-7 .u-image-4 {
    width: 340px;
    height: 215px;
    margin-top: 0;
    margin-right: -38px;
  }

  .u-section-7 .u-video-1 {
    width: 340px;
    height: 197px;
  }

  .u-section-7 .u-group-11 {
    width: 340px;
    min-height: 273px;
    margin-top: -555px;
  }

  .u-section-7 .u-container-layout-16 {
    padding-top: 0;
  }

  .u-section-7 .u-text-10 {
    margin-top: 11px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .u-section-7 .u-group-12 {
    width: calc(((100% - 300px) / 2) + 290px);
    margin-top: 351px;
    margin-right: calc(((100% - 300px) / 2) + -49px);
  }

  .u-section-7 .u-text-11 {
    font-size: 1.25rem;
    margin-right: 1px;
  }

  .u-section-7 .u-group-13 {
    width: 340px;
    min-height: 226px;
  }

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

  .u-section-7 .u-group-14 {
    width: 340px;
    min-height: 212px;
    margin-top: 23px;
  }

  .u-section-7 .u-slider-3 {
    min-height: 208px;
    width: 317px;
  }

  .u-section-7 .u-group-15 {
    width: 340px;
    margin-top: 49px;
    margin-right: 60px;
    margin-left: 0;
  }

  .u-section-7 .u-text-13 {
    font-size: 1.25rem;
    margin-left: 1px;
  }

  .u-section-7 .u-group-16 {
    width: 340px;
    min-height: 251px;
    margin-top: 22px;
  }

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

  .u-section-7 .u-text-14 {
    margin-top: 0;
  }

  .u-section-7 .u-group-17 {
    width: 340px;
    min-height: 255px;
    margin-top: 40px;
  }

  .u-section-7 .u-slider-4 {
    min-height: 183px;
    width: 340px;
  }

  .u-section-7 .u-image-6 {
    width: 340px;
    height: 211px;
    margin-left: 0;
  }

  .u-section-7 .u-group-18 {
    width: 340px;
    min-height: 287px;
    margin-bottom: 19px;
  }

  .u-section-7 .u-container-layout-26 {
    padding-bottom: 0;
  }

  .u-section-7 .u-text-15 {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.u-section-8 {
  min-height: 2176px;
}

.u-section-8 .u-text-1 {
  font-size: 2.25rem;
  background-image: none;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 51px 102px 0;
}

.u-section-8 .u-group-elements-1 {
  width: 36px;
  min-height: 324px;
  height: auto;
  margin: 197px calc(((100% - 1140px) / 2) + 96px) 0 auto;
}

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

.u-section-8 .u-shape-1 {
  height: auto;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-8 .u-shape-2 {
  height: 36px;
  background-image: none;
  margin-top: 252px;
  margin-bottom: 0;
}

.u-section-8 .u-line-1 {
  top: 19px;
  position: absolute;
  height: 291px;
  transform-origin: center top 0px;
  left: 15px;
  margin-bottom: 0;
}

.u-section-8 .u-group-1 {
  width: 889px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 266px;
  height: auto;
  margin: -460px auto 0 calc(((100% - 1140px) / 2) + 51px);
}

.u-section-8 .u-container-layout-1 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 13px;
}

.u-section-8 .u-gallery-1 {
  height: 228px;
  width: 414px;
  margin: 16px auto 0 20px;
}

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

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

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

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

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

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

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

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

.u-section-8 .u-text-2 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  margin: -228px 20px 0 451px;
}

.u-section-8 .u-rotation-parent-1 {
  width: 40px;
  height: 109px;
  margin: -34px calc(((100% - 1140px) / 2) + 25px) 0 auto;
}

.u-section-8 .u-image-1 {
  width: 109px;
  height: 40px;
}

.u-section-8 .u-group-2 {
  width: 889px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  height: auto;
  min-height: 254px;
  margin: -24px auto 0 calc(((100% - 1140px) / 2) + 50px);
}

.u-section-8 .u-container-layout-2 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 13px;
}

.u-section-8 .u-video-1 {
  width: 402px;
  height: 233px;
  margin: 9px auto 0 24px;
}

.u-section-8 .u-text-3 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  margin: -233px 22px 0 449px;
}

.u-section-8 .u-rotation-parent-2 {
  width: 40px;
  height: 109px;
  margin: 283px calc(((100% - 1140px) / 2) + 25px) 0 auto;
}

.u-section-8 .u-image-2 {
  width: 109px;
  height: 40px;
}

.u-section-8 .u-group-3 {
  width: 888px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 285px;
  height: auto;
  margin: -333px auto 0 calc(((100% - 1140px) / 2) + 52px);
}

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

.u-section-8 .u-text-4 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 9px 9px 0 426px;
}

.u-section-8 .u-slider-1 {
  min-height: 256px;
  height: auto;
  width: 406px;
  margin: -209px auto 0 0;
}

.u-section-8 .u-carousel-indicators-1 {
  position: absolute;
  bottom: 10px;
}

.u-section-8 .u-image-3 {
  background-image: url("../images/Snapshot_2.PNG");
  background-position: 50% 50%;
}

.u-section-8 .u-container-layout-4 {
  padding: 7px 0;
}

.u-section-8 .u-image-4 {
  background-image: url("../images/Snapshot_3.PNG");
  background-position: 50% 50%;
}

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

.u-section-8 .u-image-5 {
  background-image: url("../images/Snapshot_4.PNG");
  background-position: 50% 50%;
}

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

.u-section-8 .u-carousel-control-3 {
  width: 50px;
  height: 50px;
}

.u-section-8 .u-carousel-control-4 {
  width: 50px;
  height: 50px;
}

.u-section-8 .u-group-4 {
  width: 888px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 280px;
  height: auto;
  margin: 53px auto 0 calc(((100% - 1140px) / 2) + 50px);
}

.u-section-8 .u-container-layout-7 {
  padding: 0 18px;
}

.u-section-8 .u-text-5 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 9px 10px 0 426px;
}

.u-section-8 .u-image-6 {
  width: 406px;
  height: 228px;
  margin: -118px auto 0 0;
}

.u-section-8 .u-group-elements-3 {
  width: 36px;
  min-height: 318px;
  height: auto;
  margin: -482px calc(((100% - 1140px) / 2) + 96px) 0 auto;
}

.u-section-8 .u-line-2 {
  top: 11px;
  position: absolute;
  height: 280px;
  transform-origin: center bottom 0px;
  left: 15px;
  margin-bottom: 0;
}

.u-section-8 .u-shape-3 {
  height: auto;
  background-image: none;
  margin-top: -19px;
  margin-bottom: 0;
}

.u-section-8 .u-shape-4 {
  height: 36px;
  background-image: none;
  margin-top: 246px;
  margin-bottom: 0;
}

.u-section-8 .u-group-elements-4 {
  width: 37px;
  min-height: 344px;
  height: auto;
  margin: 375px calc(((100% - 1140px) / 2) + 95px) 0 auto;
}

.u-section-8 .u-line-3 {
  top: 1px;
  position: absolute;
  height: 290px;
  transform-origin: center top 0px;
  margin-bottom: 0;
}

.u-section-8 .u-shape-5 {
  width: 36px;
  height: 36px;
  background-image: none;
  margin: -35px auto 0 0;
}

.u-section-8 .u-shape-6 {
  width: 36px;
  height: 36px;
  background-image: none;
  margin: 272px 0 0 auto;
}

.u-section-8 .u-rotation-parent-3 {
  width: 40px;
  height: 109px;
  margin: -275px calc(((100% - 1140px) / 2) + 25px) 0 auto;
}

.u-section-8 .u-image-7 {
  width: 109px;
  height: 40px;
}

.u-section-8 .u-group-5 {
  width: 886px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 275px;
  height: auto;
  margin: -327px auto 0 calc(((100% - 1140px) / 2) + 52px);
}

.u-section-8 .u-container-layout-8 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.u-section-8 .u-text-6 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 9px 29px 0 442px;
}

.u-section-8 .u-slider-2 {
  min-height: 248px;
  height: auto;
  width: 406px;
  margin: -131px auto 0 20px;
}

.u-section-8 .u-carousel-indicators-2 {
  position: absolute;
  bottom: 10px;
}

.u-section-8 .u-image-8 {
  background-image: url("../images/manuver.PNG");
  background-position: 50% 50%;
}

.u-section-8 .u-container-layout-9 {
  padding: 7px 0;
}

.u-section-8 .u-image-9 {
  background-image: url("../images/boyancy.png");
  background-position: 50% 50%;
}

.u-section-8 .u-container-layout-10 {
  padding: 30px 50px;
}

.u-section-8 .u-carousel-control-5 {
  width: 50px;
  height: 50px;
}

.u-section-8 .u-carousel-control-6 {
  width: 50px;
  height: 50px;
}

.u-section-8 .u-group-6 {
  width: 885px;
  background-image: none;
  box-shadow: 0px 0px 24px 0px rgba(128, 128, 128, 1);
  text-shadow: 0 0 24px rgba(0, 0, 0, 0);
  min-height: 268px;
  height: auto;
  margin: 51px auto 60px calc(((100% - 1140px) / 2) + 52px);
}

.u-section-8 .u-container-layout-11 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}

.u-section-8 .u-text-7 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 9px 7px 0 422px;
}

.u-section-8 .u-slider-3 {
  min-height: 256px;
  height: auto;
  width: 406px;
  margin: -113px auto 0 0;
}

.u-section-8 .u-carousel-indicators-3 {
  position: absolute;
  bottom: 10px;
}

.u-section-8 .u-image-10 {
  background-image: url("../images/Snapshot_5.PNG");
  background-position: 50% 50%;
}

.u-section-8 .u-container-layout-12 {
  padding: 7px 0;
}

.u-section-8 .u-image-11 {
  background-image: url("../images/photo_2023-02-08_19-09-57.jpg");
  background-position: 50% 50%;
}

.u-section-8 .u-container-layout-13 {
  padding: 30px 50px;
}

.u-section-8 .u-carousel-control-7 {
  width: 50px;
  height: 50px;
}

.u-section-8 .u-carousel-control-8 {
  width: 50px;
  height: 50px;
}

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

  .u-section-8 .u-text-1 {
    margin-top: 56px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .u-section-8 .u-group-elements-1 {
    margin-right: calc(((100% - 940px) / 2) + 96px);
  }

  .u-section-8 .u-group-elements-2 {
    width: auto;
  }

  .u-section-8 .u-shape-1 {
    height: NaNpx;
  }

  .u-section-8 .u-group-1 {
    width: 750px;
    min-height: 305px;
    margin-top: -482px;
    margin-left: calc(((100% - 940px) / 2) + 10px);
    height: auto;
  }

  .u-section-8 .u-gallery-1 {
    height: 203px;
    width: 311px;
    margin-top: 41px;
    margin-left: 24px;
  }

  .u-section-8 .u-text-2 {
    width: auto;
    margin-top: -227px;
    margin-left: 356px;
  }

  .u-section-8 .u-rotation-parent-1 {
    margin-top: -37px;
    margin-right: calc(((100% - 940px) / 2) + 25px);
  }

  .u-section-8 .u-group-2 {
    width: 750px;
    min-height: 244px;
    margin-top: -26px;
    margin-left: calc(((100% - 940px) / 2) + 10px);
    height: auto;
  }

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

  .u-section-8 .u-video-1 {
    width: 310px;
    margin-top: 5px;
  }

  .u-section-8 .u-text-3 {
    width: auto;
    margin-top: -229px;
    margin-left: 358px;
  }

  .u-section-8 .u-rotation-parent-2 {
    margin-top: 272px;
    margin-right: calc(((100% - 940px) / 2) + 25px);
  }

  .u-section-8 .u-group-3 {
    width: 750px;
    min-height: 265px;
    margin-left: calc(((100% - 940px) / 2) + 10px);
    height: auto;
  }

  .u-section-8 .u-text-4 {
    width: auto;
    margin-left: 342px;
  }

  .u-section-8 .u-slider-1 {
    min-height: 191px;
    width: 310px;
    margin-top: -218px;
    margin-left: 7px;
  }

  .u-section-8 .u-group-4 {
    width: 750px;
    min-height: 237px;
    margin-top: 52px;
    margin-left: calc(((100% - 940px) / 2) + 10px);
    height: auto;
  }

  .u-section-8 .u-text-5 {
    width: auto;
    margin-left: 347px;
  }

  .u-section-8 .u-image-6 {
    width: 310px;
    height: 189px;
    margin-top: -175px;
    margin-left: 13px;
  }

  .u-section-8 .u-group-elements-3 {
    margin-top: -396px;
    margin-right: calc(((100% - 940px) / 2) + 95px);
  }

  .u-section-8 .u-shape-3 {
    height: NaNpx;
  }

  .u-section-8 .u-group-elements-4 {
    width: 36px;
    min-height: 288px;
    margin-top: 230px;
    margin-right: calc(((100% - 940px) / 2) + 96px);
  }

  .u-section-8 .u-line-3 {
    top: 46px;
    height: 245px;
    transform-origin: center bottom 0px;
    left: 15px;
  }

  .u-section-8 .u-shape-5 {
    margin-top: 22px;
  }

  .u-section-8 .u-shape-6 {
    margin-top: 216px;
  }

  .u-section-8 .u-rotation-parent-3 {
    margin-top: -200px;
    margin-right: calc(((100% - 940px) / 2) + 25px);
  }

  .u-section-8 .u-group-5 {
    width: 750px;
    min-height: 226px;
    margin-top: -321px;
    margin-left: calc(((100% - 940px) / 2) + 10px);
    height: auto;
  }

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

  .u-section-8 .u-slider-2 {
    min-height: 186px;
    width: 310px;
    margin-top: -150px;
    margin-left: 27px;
  }

  .u-section-8 .u-group-6 {
    width: 750px;
    min-height: 214px;
    margin-top: 56px;
    margin-bottom: -2141px;
    margin-left: calc(((100% - 940px) / 2) + 10px);
    height: auto;
  }

  .u-section-8 .u-text-7 {
    width: auto;
    margin-left: 347px;
  }

  .u-section-8 .u-slider-3 {
    min-height: 185px;
    width: 310px;
    margin-top: -162px;
    margin-left: 7px;
  }
}

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

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

  .u-section-8 .u-group-elements-1 {
    margin-top: 169px;
    margin-right: calc(((100% - 720px) / 2) + 35px);
  }

  .u-section-8 .u-group-elements-2 {
    margin-top: 0;
    width: auto;
  }

  .u-section-8 .u-group-1 {
    width: 625px;
    min-height: 332px;
    margin-top: -465px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-gallery-1 {
    height: 159px;
    width: 244px;
    margin-top: 85px;
    margin-left: 22px;
  }

  .u-section-8 .u-text-2 {
    margin-top: -222px;
    margin-right: 19px;
    margin-left: 282px;
  }

  .u-section-8 .u-rotation-parent-1 {
    margin-top: -93px;
    margin-right: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-group-2 {
    width: 625px;
    min-height: 194px;
    margin-top: 24px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-container-layout-2 {
    padding-bottom: 13px;
  }

  .u-section-8 .u-video-1 {
    width: 246px;
    height: 147px;
    margin-top: 22px;
  }

  .u-section-8 .u-text-3 {
    margin-top: -153px;
    margin-right: 14px;
    margin-left: 286px;
  }

  .u-section-8 .u-rotation-parent-2 {
    margin-top: 219px;
    margin-right: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-group-3 {
    width: 625px;
    margin-top: -291px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-text-4 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 266px;
  }

  .u-section-8 .u-slider-1 {
    min-height: 151px;
    width: 242px;
    margin-top: -206px;
    margin-left: 10px;
  }

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

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

  .u-section-8 .u-group-4 {
    width: 625px;
    min-height: 206px;
    margin-top: 30px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-text-5 {
    margin-right: 0;
    margin-left: 270px;
  }

  .u-section-8 .u-image-6 {
    width: 241px;
    height: 147px;
    margin-top: -166px;
  }

  .u-section-8 .u-group-elements-3 {
    margin-top: -409px;
    margin-right: calc(((100% - 720px) / 2) + 35px);
  }

  .u-section-8 .u-group-elements-4 {
    margin-top: 214px;
    margin-right: calc(((100% - 720px) / 2) + 35px);
  }

  .u-section-8 .u-shape-5 {
    height: auto;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-8 .u-shape-6 {
    height: auto;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-8 .u-rotation-parent-3 {
    margin-top: -198px;
    margin-right: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-group-5 {
    width: 625px;
    min-height: 187px;
    margin-top: -281px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-text-6 {
    margin-right: 14px;
    margin-left: 293px;
  }

  .u-section-8 .u-slider-2 {
    min-height: 140px;
    width: 250px;
  }

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

  .u-section-8 .u-group-6 {
    width: 625px;
    min-height: 194px;
    margin-top: 45px;
    margin-bottom: 56px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-8 .u-text-7 {
    margin-right: 0;
    margin-left: 270px;
  }

  .u-section-8 .u-slider-3 {
    min-height: 149px;
    width: 250px;
  }

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

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

  .u-section-8 .u-text-1 {
    width: auto;
    margin-top: 25px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .u-section-8 .u-group-elements-1 {
    min-height: 473px;
    margin-top: 299px;
    margin-right: calc(((100% - 540px) / 2) + 72px);
  }

  .u-section-8 .u-group-elements-2 {
    min-height: 473px;
    width: auto;
  }

  .u-section-8 .u-shape-2 {
    margin-top: 401px;
  }

  .u-section-8 .u-line-1 {
    height: 432px;
  }

  .u-section-8 .u-group-1 {
    width: 408px;
    min-height: 532px;
    margin-top: -738px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-8 .u-gallery-1 {
    margin-top: 24px;
    margin-left: auto;
  }

  .u-section-8 .u-text-2 {
    margin-top: 37px;
    margin-left: 34px;
    margin-right: 34px;
  }

  .u-section-8 .u-rotation-parent-1 {
    margin-top: -70px;
    margin-right: calc(((100% - 540px) / 2) + 21px);
  }

  .u-section-8 .u-group-2 {
    width: 400px;
    min-height: 361px;
    margin-top: -8px;
    margin-left: calc(((100% - 540px) / 2));
  }

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

  .u-section-8 .u-video-1 {
    margin-top: 18px;
    margin-left: auto;
  }

  .u-section-8 .u-text-3 {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-8 .u-rotation-parent-2 {
    margin-top: 432px;
    margin-right: calc(((100% - 540px) / 2) + 21px);
  }

  .u-section-8 .u-group-3 {
    width: 400px;
    min-height: 446px;
    margin-top: -504px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-8 .u-container-layout-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-8 .u-text-4 {
    margin-top: 170px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-8 .u-slider-1 {
    margin-top: -423px;
    margin-left: auto;
  }

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

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

  .u-section-8 .u-group-4 {
    width: 400px;
    min-height: 397px;
    margin-top: 27px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-8 .u-container-layout-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-8 .u-text-5 {
    margin-top: 194px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-8 .u-image-6 {
    margin-top: -355px;
    margin-left: auto;
  }

  .u-section-8 .u-group-elements-3 {
    min-height: 499px;
    margin-top: -680px;
    margin-right: calc(((100% - 540px) / 2) + 72px);
  }

  .u-section-8 .u-line-2 {
    height: 450px;
    transform-origin: center top 0px;
  }

  .u-section-8 .u-shape-4 {
    margin-top: 427px;
  }

  .u-section-8 .u-group-elements-4 {
    min-height: 451px;
    margin-top: 365px;
    margin-right: calc(((100% - 540px) / 2) + 72px);
  }

  .u-section-8 .u-line-3 {
    height: 410px;
    transform-origin: center top 0px;
  }

  .u-section-8 .u-shape-5 {
    height: NaNpx;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-shape-6 {
    margin-top: 379px;
    height: 36px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-rotation-parent-3 {
    margin-top: -307px;
    margin-right: calc(((100% - 540px) / 2) + 26px);
  }

  .u-section-8 .u-group-5 {
    width: 400px;
    min-height: 348px;
    margin-top: -405px;
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-8 .u-text-6 {
    margin-top: 169px;
    margin-left: 37px;
    margin-right: 37px;
  }

  .u-section-8 .u-slider-2 {
    margin-top: -307px;
    margin-left: auto;
  }

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

  .u-section-8 .u-group-6 {
    width: 400px;
    min-height: 348px;
    margin-top: 36px;
    margin-bottom: -666px;
    margin-left: calc(((100% - 540px) / 2));
  }

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

  .u-section-8 .u-text-7 {
    margin-top: 167px;
    margin-left: 27px;
    margin-right: 27px;
  }

  .u-section-8 .u-slider-3 {
    margin-top: -325px;
    margin-left: auto;
  }

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

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

  .u-section-8 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 24px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .u-section-8 .u-group-elements-1 {
    margin-right: calc(((100% - 340px) / 2) + 72px);
  }

  .u-section-8 .u-group-1 {
    width: 340px;
    min-height: 558px;
    margin-top: 21px;
    margin-left: calc(((100% - 340px) / 2));
  }

  .u-section-8 .u-text-2 {
    margin-top: 20px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .u-section-8 .u-rotation-parent-1 {
    margin-top: -480px;
    margin-right: auto;
    margin-left: calc(((100% - 340px) / 2) + 60px);
  }

  .u-section-8 .u-group-2 {
    width: 340px;
    min-height: 392px;
    margin-top: 402px;
    margin-left: calc(((100% - 340px) / 2));
  }

  .u-section-8 .u-text-3 {
    margin-top: 20px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .u-section-8 .u-rotation-parent-2 {
    margin-right: calc(((100% - 340px) / 2) + 21px);
  }

  .u-section-8 .u-group-3 {
    width: 340px;
    min-height: 504px;
    margin-left: auto;
  }

  .u-section-8 .u-text-4 {
    margin-left: 34px;
    margin-right: 34px;
  }

  .u-section-8 .u-slider-1 {
    margin-top: -471px;
  }

  .u-section-8 .u-group-4 {
    width: 340px;
    min-height: 424px;
    margin-top: 400px;
    margin-left: auto;
  }

  .u-section-8 .u-text-5 {
    margin-top: 191px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .u-section-8 .u-image-6 {
    margin-top: -383px;
  }

  .u-section-8 .u-group-elements-3 {
    margin-top: 216px;
    margin-right: calc(((100% - 340px) / 2) + 72px);
  }

  .u-section-8 .u-group-elements-4 {
    margin-top: 34px;
    margin-right: calc(((100% - 340px) / 2) + 72px);
  }

  .u-section-8 .u-rotation-parent-3 {
    margin-top: -309px;
    margin-right: calc(((100% - 340px) / 2) + 21px);
  }

  .u-section-8 .u-group-5 {
    width: 340px;
    min-height: 341px;
    margin-top: 250px;
    margin-left: auto;
  }

  .u-section-8 .u-text-6 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .u-section-8 .u-group-6 {
    width: 340px;
    min-height: 343px;
    margin-top: 38px;
    margin-left: auto;
    margin-bottom: -885px;
  }

  .u-section-8 .u-text-7 {
    margin-left: 0;
    margin-right: 0;
  }
}
