.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 {
  background-image: linear-gradient(0deg, #8ec0ef, white);
  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 {
  background-image: linear-gradient(#8fc0ef, #77aad9);
  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 {
  background-image: linear-gradient(#77aad9, #4c7397);
  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;
  }
}