.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: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("images/IMG_5018.JPG");
  background-position: 19.53% 29.43%;
  background-size: 115%;
}

.u-section-1 .u-sheet-1 {
  min-height: 715px;
}

.u-section-1 .u-layout-wrap-1 {
  width: 930px;
  margin: 135px 85px 60px auto;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 510px;
  background-image: none;
}

.u-section-1 .u-container-layout-1 {
  padding: 0 0 30px;
}

.u-section-1 .u-shape-1 {
  width: 172px;
  height: 172px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 31px auto 0;
}

.u-section-1 .u-text-1 {
  font-family: "PT Sans Caption";
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 16px 28px 0 27px;
}

.u-section-1 .u-image-1 {
  width: 171px;
  height: 171px;
  background-image: url("images/logouv1.png");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 30px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -237px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 0.875rem;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 76px 27px 0;
}

.u-section-1 .u-social-icons-1 {
  white-space: nowrap;
  height: 30px;
  min-height: 16px;
  width: 182px;
  min-width: 124px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 35px auto 0;
}

.u-section-1 .u-icon-1 {
  height: 100%;
}

.u-section-1 .u-icon-2 {
  height: 100%;
}

.u-section-1 .u-icon-3 {
  height: 100%;
}

.u-section-1 .u-icon-4 {
  height: 100%;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 510px;
}

.u-section-1 .u-container-layout-2 {
  padding: 10px 0;
}

.u-section-1 .u-group-1 {
  width: 570px;
  min-height: 434px;
  margin: 21px -28px 0 auto;
}

.u-section-1 .u-container-layout-3 {
  padding: 20px 28px;
}

.u-section-1 .u-text-3 {
  font-weight: 700;
  font-size: 2.25rem;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 1px;
}

.u-section-1 .u-text-4 {
  font-size: 1.25rem;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 35px 0 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 590px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 42px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 720px;
    margin-right: 0;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    font-family: Poppins;
    font-weight: bold;
  }

  .u-section-1 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 460px;
  }

  .u-section-1 .u-container-layout-2 {
    padding: 0 23px;
  }

  .u-section-1 .u-group-1 {
    width: 444px;
    margin-right: 0;
  }

  .u-section-1 .u-container-layout-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-1 .u-text-3 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-text-4 {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    background-size: auto 115%;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 924px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 156px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 916px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 340px;
    margin-top: 40px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 143px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-1 .u-group-1 {
    width: 340px;
  }
}

.u-section-1 .u-social-icons-1,
.u-section-1 .u-social-icons-1:before,
.u-section-1 .u-social-icons-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-1 .u-social-icons-1.u-social-icons-1.u-social-icons-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1 .u-social-icons-1.u-social-icons-1.u-social-icons-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-1 .u-container-layout:hover .u-social-icons-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-1 .u-social-icons-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-2 {
  background-image: none;
  min-height: 1035px;
}

.u-section-2 .u-shape-1 {
  height: 328px;
  margin-top: 399px;
  margin-bottom: 0;
  background-image: none;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
}

.u-section-2 .u-layout-wrap-1 {
  width: 1140px;
  margin: -593px auto 50px;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 765px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 30px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-2 .u-container-layout-1 {
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  padding: 30px 23px;
}

.u-section-2 .u-image-1 {
  height: 236px;
  width: 303px;
  margin: 12px 0 0 auto;
}

.u-section-2 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 11px auto 0;
}

.u-section-2 .u-text-2 {
  line-height: 1.8;
  font-size: 0.875rem;
  margin: 0 8px;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 83px;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px;
}

.u-section-2 .u-layout-cell-3 {
  min-height: 710px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 30px;
}

.u-section-2 .u-container-layout-3 {
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.2);
  padding: 30px;
}

.u-section-2 .u-image-2 {
  height: 229px;
  margin: 0;
}

.u-section-2 .u-text-3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 25px auto 0;
}

.u-section-2 .u-text-4 {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 13px 0 0;
}

.u-section-2 .u-layout-cell-4 {
  min-height: 83px;
}

.u-section-2 .u-container-layout-4 {
  padding: 30px;
}

.u-section-2 .u-layout-cell-5 {
  min-height: 147px;
}

.u-section-2 .u-container-layout-5 {
  padding: 30px;
}

.u-section-2 .u-layout-cell-6 {
  min-height: 672px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 30px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-2 .u-container-layout-6 {
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.2);
  padding: 29px 30px;
}

.u-section-2 .u-image-3 {
  height: 225px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-2 .u-text-5 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 17px auto 0;
}

.u-section-2 .u-text-6 {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 9px 0 0;
}

@media (max-width: 1199px) {
   .u-section-2 {
    min-height: 1066px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 940px;
    margin-bottom: 60px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 631px;
  }

  .u-section-2 .u-image-1 {
    height: 196px;
    width: 251px;
  }

  .u-section-2 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 37px;
  }

  .u-section-2 .u-layout-cell-3 {
    min-height: 683px;
  }

  .u-section-2 .u-image-2 {
    height: 181px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-layout-cell-4 {
    min-height: 62px;
  }

  .u-section-2 .u-layout-cell-5 {
    min-height: 121px;
  }

  .u-section-2 .u-layout-cell-6 {
    min-height: 632px;
  }

  .u-section-2 .u-image-3 {
    height: 178px;
  }

  .u-section-2 .u-text-5 {
    width: auto;
    margin-top: 43px;
  }

  .u-section-2 .u-text-6 {
    width: auto;
    margin-top: 13px;
  }
}

@media (max-width: 991px) {
   .u-section-2 {
    min-height: 1316px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 720px;
    margin-bottom: 50px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-text-2 {
    margin-top: 20px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 43px;
  }

  .u-section-2 .u-layout-cell-3 {
    min-height: 758px;
  }

  .u-section-2 .u-image-2 {
    height: 214px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-layout-cell-4 {
    min-height: 71px;
  }

  .u-section-2 .u-layout-cell-5 {
    min-height: 278px;
  }

  .u-section-2 .u-layout-cell-6 {
    min-height: 847px;
  }

  .u-section-2 .u-image-3 {
    height: 464px;
  }

  .u-section-2 .u-text-5 {
    margin-top: 20px;
  }

  .u-section-2 .u-text-6 {
    margin-top: 86px;
  }
}

@media (max-width: 767px) {
   .u-section-2 {
    min-height: 1311px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 658px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-2 .u-image-1 {
    height: 244px;
    width: 401px;
    margin-top: 0;
    margin-right: 45px;
    margin-left: 35px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 23px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 65px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-3 {
    min-height: 100px;
  }

  .u-section-2 .u-image-2 {
    height: 371px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-layout-cell-4 {
    min-height: 107px;
  }

  .u-section-2 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-5 {
    min-height: 209px;
  }

  .u-section-2 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-6 {
    min-height: 100px;
  }

  .u-section-2 .u-image-3 {
    height: 366px;
  }

  .u-section-2 .u-text-6 {
    margin-top: 57px;
  }
}

@media (max-width: 575px) {
   .u-section-2 {
    min-height: 1956px;
  }

  .u-section-2 .u-shape-1 {
    margin-top: 295px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 772px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-2 .u-image-1 {
    height: 215px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.625rem;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 41px;
  }

  .u-section-2 .u-layout-cell-3 {
    min-height: 562px;
  }

  .u-section-2 .u-container-layout-3 {
    padding: 19px 20px;
  }

  .u-section-2 .u-image-2 {
    height: 228px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-text-3 {
    margin-top: 36px;
  }

  .u-section-2 .u-layout-cell-4 {
    min-height: 67px;
  }

  .u-section-2 .u-layout-cell-5 {
    min-height: 132px;
  }

  .u-section-2 .u-container-layout-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-2 .u-image-3 {
    height: 225px;
  }

  .u-section-2 .u-text-5 {
    margin-top: 36px;
  }

  .u-section-2 .u-text-6 {
    margin-top: 13px;
  }
} .u-section-3 {
  background-image: none;
  min-height: 1144px;
}

.u-section-3 .u-shape-1 {
  height: 328px;
  background-image: none;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
  margin: 272px 0 0;
}

.u-section-3 .u-layout-wrap-1 {
  width: 1140px;
  margin: -604px auto 4px;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 825px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 30px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-3 .u-container-layout-1 {
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  padding: 30px;
}

.u-section-3 .u-image-1 {
  height: 236px;
  margin-top: 3px;
  margin-bottom: 0;
}

.u-section-3 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 20px auto 0;
}

.u-section-3 .u-text-2 {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 20px 0 0;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 345px;
}

.u-section-3 .u-container-layout-2 {
  padding: 30px;
}

.u-section-3 .u-layout-cell-3 {
  min-height: 112px;
}

.u-section-3 .u-container-layout-3 {
  padding: 30px;
}

.u-section-3 .u-layout-cell-4 {
  min-height: 776px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 30px;
}

.u-section-3 .u-container-layout-4 {
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.2);
  padding: 30px;
}

.u-section-3 .u-image-2 {
  height: 229px;
  margin-top: 5px;
  margin-bottom: 0;
}

.u-section-3 .u-text-3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 20px auto 0;
}

.u-section-3 .u-text-4 {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 13px 0 0;
}

.u-section-3 .u-layout-cell-5 {
  min-height: 85px;
}

.u-section-3 .u-container-layout-5 {
  padding: 30px;
}

.u-section-3 .u-layout-cell-6 {
  min-height: 215px;
}

.u-section-3 .u-container-layout-6 {
  padding: 30px;
}

.u-section-3 .u-layout-cell-7 {
  min-height: 760px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 30px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-3 .u-container-layout-7 {
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.2);
  padding: 29px 30px;
}

.u-section-3 .u-image-3 {
  height: 225px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-3 .u-text-5 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 17px auto 0;
}

.u-section-3 .u-text-6 {
  font-size: 0.875rem;
  margin: 9px 0 0;
}

@media (max-width: 1199px) {
   .u-section-3 {
    min-height: 1066px;
  }

  .u-section-3 .u-shape-1 {
    height: 281px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 940px;
    margin-bottom: 60px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 681px;
  }

  .u-section-3 .u-image-1 {
    height: 187px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 284px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 92px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 640px;
  }

  .u-section-3 .u-image-2 {
    height: 181px;
  }

  .u-section-3 .u-layout-cell-5 {
    min-height: 70px;
  }

  .u-section-3 .u-layout-cell-6 {
    min-height: 177px;
  }

  .u-section-3 .u-layout-cell-7 {
    min-height: 627px;
  }

  .u-section-3 .u-image-3 {
    height: 178px;
  }

  .u-section-3 .u-text-5 {
    margin-top: 91px;
  }

  .u-section-3 .u-text-6 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
   .u-section-3 {
    min-height: 1536px;
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 720px;
    margin-top: -505px;
    margin-bottom: 0;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 723px;
  }

  .u-section-3 .u-image-1 {
    height: 221px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 326px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 106px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 100px;
  }

  .u-section-3 .u-image-2 {
    height: 214px;
  }

  .u-section-3 .u-layout-cell-5 {
    min-height: 80px;
  }

  .u-section-3 .u-layout-cell-6 {
    min-height: 407px;
  }

  .u-section-3 .u-layout-cell-7 {
    min-height: 100px;
  }

  .u-section-3 .u-image-3 {
    height: 464px;
  }

  .u-section-3 .u-text-5 {
    margin-top: 20px;
  }

  .u-section-3 .u-text-6 {
    margin-top: 86px;
  }
}

@media (max-width: 767px) {
   .u-section-3 {
    min-height: 1311px;
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-3 .u-image-1 {
    height: 383px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 489px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 159px;
  }

  .u-section-3 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-2 {
    height: 371px;
  }

  .u-section-3 .u-layout-cell-5 {
    min-height: 120px;
  }

  .u-section-3 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-layout-cell-6 {
    min-height: 305px;
  }

  .u-section-3 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-3 {
    height: 366px;
  }

  .u-section-3 .u-text-6 {
    margin-top: 57px;
  }
}

@media (max-width: 575px) {
   .u-section-3 {
    min-height: 1955px;
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 340px;
    margin-top: -566px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-3 .u-image-1 {
    height: 236px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.625rem;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 308px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 100px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-3 .u-image-2 {
    height: 228px;
  }

  .u-section-3 .u-layout-cell-5 {
    min-height: 76px;
  }

  .u-section-3 .u-layout-cell-6 {
    min-height: 192px;
  }

  .u-section-3 .u-container-layout-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-3 .u-image-3 {
    height: 225px;
  }

  .u-section-3 .u-text-5 {
    margin-top: 36px;
  }

  .u-section-3 .u-text-6 {
    margin-top: 20px;
  }
} .u-section-4 {
  background-image: none;
  min-height: 910px;
}

.u-section-4 .u-shape-1 {
  height: 328px;
  margin-top: 103px;
  margin-bottom: 0;
  background-image: none;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-scale: 1;
}

.u-section-4 .u-layout-wrap-1 {
  width: 1140px;
  margin: -604px auto 50px;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 886px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 30px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-4 .u-container-layout-1 {
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  padding: 30px;
}

.u-section-4 .u-image-1 {
  height: 236px;
  margin: 3px 0 0;
}

.u-section-4 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 20px auto 0;
}

.u-section-4 .u-text-2 {
  font-size: 0.875rem;
  margin: 20px 0 0;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 198px;
}

.u-section-4 .u-container-layout-2 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-3 {
  min-height: 95px;
}

.u-section-4 .u-container-layout-3 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-4 {
  min-height: 607px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 30px;
}

.u-section-4 .u-container-layout-4 {
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.2);
  padding: 30px;
}

.u-section-4 .u-image-2 {
  height: 229px;
  margin-top: 5px;
  margin-bottom: 0;
}

.u-section-4 .u-text-3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 20px auto 0;
}

.u-section-4 .u-text-4 {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 13px 0 0;
}

.u-section-4 .u-layout-cell-5 {
  min-height: 684px;
}

.u-section-4 .u-container-layout-5 {
  padding: 30px;
}

@media (max-width: 1199px) {
   .u-section-4 {
    min-height: 628px;
  }

  .u-section-4 .u-shape-1 {
    height: 281px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 940px;
    margin-bottom: 0;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 710px;
  }

  .u-section-4 .u-image-1 {
    height: 187px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 164px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 79px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 514px;
  }

  .u-section-4 .u-image-2 {
    height: 181px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 564px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-layout-wrap-1 {
    width: 720px;
    margin-top: -343px;
    margin-bottom: 60px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-4 .u-image-1 {
    height: 221px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 188px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 91px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 541px;
  }

  .u-section-4 .u-image-2 {
    height: 214px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 1296px;
  }
}

@media (max-width: 767px) {
   .u-section-4 {
    min-height: 1311px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-4 .u-image-1 {
    height: 383px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 282px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 137px;
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 100px;
  }

  .u-section-4 .u-image-2 {
    height: 371px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 972px;
  }

  .u-section-4 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-4 {
    min-height: 1242px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 340px;
    margin-top: -364px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-image-1 {
    height: 236px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.625rem;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 178px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 86px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 549px;
  }

  .u-section-4 .u-container-layout-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-image-2 {
    height: 228px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 612px;
  }
} .u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 1029px;
}

.u-section-5 .u-text-1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 83px auto 0;
}

.u-section-5 .u-list-1 {
  margin-top: 104px;
  margin-bottom: 0;
}

.u-section-5 .u-repeater-1 {
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  min-height: 326px;
  grid-gap: 30px 30px;
}

.u-section-5 .u-list-item-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-5 .u-container-layout-1 {
  padding: 30px 30px 12px;
}

.u-section-5 .u-image-1 {
  width: 186px;
  height: 186px;
  background-image: url("images/totebag51.png");
  background-position: 50% 100%;
  filter: brightness(0.9);
  margin: 0 auto 0 0;
}

.u-section-5 .u-group-1 {
  width: 282px;
  min-height: 246px;
  margin: -158px 0 0 auto;
}

.u-section-5 .u-container-layout-2 {
  padding-bottom: 0;
}

.u-section-5 .u-text-2 {
  font-size: 1.25rem;
  text-transform: none;
  font-weight: bold;
  font-family: Raleway, sans-serif;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 0;
}

.u-section-5 .u-text-3 {
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 19px -8px 0 0;
}

.u-section-5 .u-list-item-2 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-5 .u-container-layout-3 {
  padding: 30px 30px 12px;
}

.u-section-5 .u-image-2 {
  width: 186px;
  height: 186px;
  background-image: url("images/WebRoboboat.png");
  background-position: 50% 50%;
  filter: brightness(0.9);
  margin: 0 auto 0 0;
}

.u-section-5 .u-group-2 {
  width: 282px;
  min-height: 246px;
  margin: -158px 0 0 auto;
}

.u-section-5 .u-container-layout-4 {
  padding-bottom: 0;
}

.u-section-5 .u-text-4 {
  font-size: 1.25rem;
  text-transform: none;
  font-weight: bold;
  font-family: Raleway, sans-serif;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 0;
}

.u-section-5 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-5 .u-text-5 {
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 19px -8px 0 0;
}

.u-section-5 .u-list-2 {
  width: 555px;
  margin: 27px auto 60px;
}

.u-section-5 .u-repeater-2 {
  grid-template-columns: 100%;
  min-height: 301px;
  grid-gap: 30px 30px;
}

.u-section-5 .u-list-item-3 {
  background-image: none;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-5 .u-container-layout-5 {
  padding: 30px 24px 0;
}

.u-section-5 .u-image-3 {
  width: 186px;
  height: 186px;
  background-image: url("images/WebRoboboat1.png");
  background-position: 50% 50%;
  filter: brightness(0.9);
  margin: 0 auto 0 0;
}

.u-section-5 .u-group-3 {
  width: 282px;
  min-height: 246px;
  margin: -167px 0 0 auto;
}

.u-section-5 .u-container-layout-6 {
  padding-bottom: 0;
}

.u-section-5 .u-text-6 {
  font-size: 1.25rem;
  text-transform: none;
  font-weight: bold;
  font-family: Raleway, sans-serif;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 0;
}

.u-section-5 .u-text-7 {
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 19px -8px 0 0;
}

@media (max-width: 1199px) {
  .u-section-5 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 15px));
    min-height: 269px;
  }

  .u-section-5 .u-container-layout-1 {
    padding: 24px 0;
  }

  .u-section-5 .u-image-1 {
    width: 147px;
    height: 147px;
    margin-top: 11px;
    margin-left: 11px;
  }

  .u-section-5 .u-group-1 {
    margin-top: -130px;
  }

  .u-section-5 .u-text-2 {
    font-size: 1rem;
    font-family: Poppins;
  }

  .u-section-5 .u-text-3 {
    font-size: 0.875rem;
    width: auto;
    margin-right: 11px;
  }

  .u-section-5 .u-container-layout-3 {
    padding: 24px 0;
  }

  .u-section-5 .u-image-2 {
    width: 147px;
    height: 147px;
    margin-top: 11px;
    margin-left: 11px;
  }

  .u-section-5 .u-group-2 {
    margin-top: -130px;
  }

  .u-section-5 .u-text-4 {
    font-size: 1rem;
    font-family: Poppins;
  }

  .u-section-5 .u-text-5 {
    font-size: 0.875rem;
    width: auto;
    margin-right: 11px;
  }

  .u-section-5 .u-list-2 {
    width: 482px;
  }

  .u-section-5 .u-repeater-2 {
    min-height: 297px;
  }

  .u-section-5 .u-container-layout-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-5 .u-image-3 {
    margin-left: 8px;
  }

  .u-section-5 .u-group-3 {
    margin-top: -176px;
  }

  .u-section-5 .u-text-6 {
    font-size: 1rem;
    font-family: Poppins;
  }

  .u-section-5 .u-text-7 {
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1220px;
  }

  .u-section-5 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-5 .u-list-1 {
    width: 458px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-5 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-5 .u-image-1 {
    width: 157px;
    height: 157px;
    margin-top: 9px;
    margin-left: 9px;
  }

  .u-section-5 .u-group-1 {
    margin-top: -138px;
  }

  .u-section-5 .u-text-3 {
    margin-right: 9px;
  }

  .u-section-5 .u-image-2 {
    width: 157px;
    height: 157px;
    margin-top: 9px;
    margin-left: 9px;
  }

  .u-section-5 .u-group-2 {
    margin-top: -138px;
  }

  .u-section-5 .u-text-5 {
    margin-right: 9px;
  }

  .u-section-5 .u-list-2 {
    width: 458px;
    margin-top: 37px;
  }

  .u-section-5 .u-repeater-2 {
    min-height: 281px;
  }

  .u-section-5 .u-container-layout-5 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .u-section-5 .u-image-3 {
    width: 164px;
    height: 164px;
    margin-left: 4px;
  }

  .u-section-5 .u-group-3 {
    margin-top: -158px;
  }

  .u-section-5 .u-text-7 {
    width: auto;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1249px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 60px;
  }

  .u-section-5 .u-list-1 {
    width: 470px;
    margin-right: 29px;
  }

  .u-section-5 .u-repeater-1 {
    min-height: 663px;
  }

  .u-section-5 .u-image-1 {
    width: 173px;
    height: 173px;
    margin-left: 6px;
  }

  .u-section-5 .u-group-1 {
    width: 273px;
    margin-top: -171px;
    margin-right: 6px;
  }

  .u-section-5 .u-text-3 {
    margin-right: 0;
  }

  .u-section-5 .u-image-2 {
    width: 173px;
    height: 173px;
    margin-left: 6px;
  }

  .u-section-5 .u-group-2 {
    width: 273px;
    margin-top: -171px;
    margin-right: 6px;
  }

  .u-section-5 .u-text-5 {
    margin-right: 0;
  }

  .u-section-5 .u-list-2 {
    margin-top: 72px;
  }

  .u-section-5 .u-container-layout-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-5 .u-image-3 {
    width: 162px;
    height: 162px;
    margin-left: 9px;
  }

  .u-section-5 .u-group-3 {
    margin-top: -162px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1444px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
  }

  .u-section-5 .u-list-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-repeater-1 {
    min-height: 792px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-5 .u-image-1 {
    width: 124px;
    height: 124px;
    margin-top: 17px;
    margin-left: auto;
  }

  .u-section-5 .u-group-1 {
    margin-top: 21px;
    margin-right: auto;
    margin-bottom: -60px;
  }

  .u-section-5 .u-text-2 {
    font-size: 0.75rem;
    width: auto;
    margin-right: 0;
  }

  .u-section-5 .u-text-3 {
    font-size: 0.625rem;
  }

  .u-section-5 .u-container-layout-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-5 .u-image-2 {
    width: 124px;
    height: 124px;
    margin-top: 17px;
    margin-left: auto;
  }

  .u-section-5 .u-group-2 {
    margin-top: 21px;
    margin-right: auto;
    margin-bottom: -60px;
  }

  .u-section-5 .u-text-4 {
    font-size: 0.75rem;
    width: auto;
    margin-right: 0;
  }

  .u-section-5 .u-text-5 {
    font-size: 0.625rem;
  }

  .u-section-5 .u-list-2 {
    margin-top: 33px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-repeater-2 {
    min-height: 426px;
  }

  .u-section-5 .u-container-layout-5 {
    padding-top: 0;
  }

  .u-section-5 .u-image-3 {
    margin-top: 40px;
    margin-left: auto;
  }

  .u-section-5 .u-group-3 {
    margin-top: -13px;
    margin-right: auto;
    margin-bottom: -33px;
  }

  .u-section-5 .u-text-6 {
    font-size: 0.75rem;
    width: auto;
    margin-top: 39px;
    margin-right: 0;
  }

  .u-section-5 .u-text-7 {
    font-size: 0.625rem;
    margin-top: 17px;
    margin-right: -8px;
  }
} .u-section-6 {
  background-image: none;
}

.u-section-6 .u-sheet-1 {
  min-height: 1340px;
}

.u-section-6 .u-text-1 {
  font-size: 3rem;
  font-weight: 700;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 53px auto 0;
}

.u-section-6 .u-list-1 {
  width: 349px;
  margin: 27px auto 0;
}

.u-section-6 .u-repeater-1 {
  grid-template-columns: 100%;
  min-height: 478px;
  grid-gap: 63px 63px;
}

.u-section-6 .u-list-item-1 {
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  background-image: none;
}

.u-section-6 .u-container-layout-1 {
  padding: 0 25px;
}

.u-section-6 .u-image-1 {
  min-height: 250px;
  width: 250px;
  background-image: url("images/totebag.jpg");
  background-position: 50% 95.7%;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  margin: 26px auto 0;
}

.u-section-6 .u-container-layout-2 {
  padding: 0 30px;
}

.u-section-6 .u-container-layout-3 {
  background-image: none;
  padding: 16px;
}

.u-section-6 .u-text-2 {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 14px 0 0;
}

.u-section-6 .u-text-3 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 30px 26px 0;
}

.u-section-6 .u-social-icons-1 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 18px auto 0;
}

.u-section-6 .u-icon-1 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-6 .u-icon-2 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-6 .u-icon-3 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-6 .u-list-2 {
  margin: 75px 0 60px;
}

.u-section-6 .u-repeater-2 {
  grid-template-columns: calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px);
  min-height: 425px;
  grid-gap: 25px 25px;
}

.u-section-6 .u-list-item-2 {
  background-image: none;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-6 .u-container-layout-4 {
  padding: 0 1px;
}

.u-section-6 .u-image-2 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/totebag41.jpg");
  background-position: 50% 50%;
  margin: 18px auto 0;
}

.u-section-6 .u-container-layout-5 {
  margin: -142px auto 0;
  padding: 30px;
}

.u-section-6 .u-container-layout-6 {
  background-image: none;
  padding: 15px;
}

.u-section-6 .u-text-4 {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 2px;
}

.u-section-6 .u-text-5 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  width: 207px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 30px auto 0;
}

.u-section-6 .u-social-icons-2 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 19px auto 0;
}

.u-section-6 .u-icon-4 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-6 .u-icon-5 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-6 .u-icon-6 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-6 .u-list-item-3 {
  background-image: none;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-6 .u-container-layout-7 {
  padding: 0 1px;
}

.u-section-6 .u-image-3 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/totebag21.jpg");
  background-position: 50% 50%;
  margin: 18px auto 0;
}

.u-section-6 .u-container-layout-8 {
  margin: -142px auto 0;
  padding: 30px;
}

.u-section-6 .u-container-layout-9 {
  background-image: none;
  padding: 15px;
}

.u-section-6 .u-text-6 {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 2px;
}

.u-section-6 .u-text-7 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  width: 207px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 30px auto 0;
}

.u-section-6 .u-social-icons-3 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 19px auto 0;
}

.u-section-6 .u-icon-7 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-6 .u-icon-8 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-6 .u-icon-9 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-6 .u-list-item-4 {
  background-image: none;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-6 .u-container-layout-10 {
  padding: 0 1px;
}

.u-section-6 .u-image-4 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/totebag11.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 18px auto 0;
}

.u-section-6 .u-container-layout-11 {
  margin: -142px auto 0;
  padding: 30px;
}

.u-section-6 .u-container-layout-12 {
  background-image: none;
  padding: 15px;
}

.u-section-6 .u-text-8 {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 2px;
}

.u-section-6 .u-text-9 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  width: 207px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 30px auto 0;
}

.u-section-6 .u-social-icons-4 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 19px auto 0;
}

.u-section-6 .u-icon-10 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-6 .u-icon-11 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-6 .u-icon-12 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-6 .u-list-item-5 {
  background-image: none;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-6 .u-container-layout-13 {
  padding: 0 1px;
}

.u-section-6 .u-image-5 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/totebag31.jpg");
  background-position: 50% 50%;
  margin: 18px auto 0;
}

.u-section-6 .u-container-layout-14 {
  margin: -142px auto 0;
  padding: 30px;
}

.u-section-6 .u-container-layout-15 {
  background-image: none;
  padding: 15px;
}

.u-section-6 .u-text-10 {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 2px;
}

.u-section-6 .u-text-11 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  width: 207px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 30px auto 0;
}

.u-section-6 .u-social-icons-5 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 19px auto 0;
}

.u-section-6 .u-icon-13 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-6 .u-icon-14 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-6 .u-icon-15 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

@media (max-width: 1199px) {
  .u-section-6 .u-repeater-1 {
    min-height: 491px;
  }

  .u-section-6 .u-container-layout-1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .u-section-6 .u-image-1 {
    margin-top: 33px;
  }

  .u-section-6 .u-text-3 {
    width: auto;
    margin-top: 24px;
  }

  .u-section-6 .u-social-icons-1 {
    margin-top: 14px;
  }

  .u-section-6 .u-list-2 {
    margin-top: 53px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-repeater-2 {
    min-height: 397px;
  }

  .u-section-6 .u-container-layout-4 {
    padding-bottom: 12px;
  }

  .u-section-6 .u-image-2 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-6 .u-container-layout-5 {
    width: 93px;
    height: 93px;
  }

  .u-section-6 .u-social-icons-2 {
    margin-top: 7px;
  }

  .u-section-6 .u-container-layout-7 {
    padding-bottom: 12px;
  }

  .u-section-6 .u-image-3 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-6 .u-social-icons-3 {
    margin-top: 7px;
  }

  .u-section-6 .u-container-layout-10 {
    padding-bottom: 12px;
  }

  .u-section-6 .u-social-icons-4 {
    margin-top: 7px;
  }

  .u-section-6 .u-container-layout-13 {
    padding-bottom: 12px;
  }

  .u-section-6 .u-image-5 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-6 .u-container-layout-14 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-6 .u-social-icons-5 {
    margin-top: 7px;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 2095px;
  }

  .u-section-6 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 503px;
  }

  .u-section-6 .u-text-3 {
    margin-top: 30px;
  }

  .u-section-6 .u-list-2 {
    margin-top: 56px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-repeater-2 {
    grid-template-columns: calc(50% - 12.5px) calc(50% - 12.5px);
    min-height: 888px;
  }

  .u-section-6 .u-social-icons-2 {
    margin-top: 19px;
  }

  .u-section-6 .u-social-icons-3 {
    margin-top: 19px;
  }

  .u-section-6 .u-social-icons-4 {
    margin-top: 19px;
  }

  .u-section-6 .u-social-icons-5 {
    margin-top: 19px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 2592px;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 465px;
  }

  .u-section-6 .u-container-layout-1 {
    padding: 5px 10px 14px;
  }

  .u-section-6 .u-image-1 {
    margin-top: 40px;
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-text-3 {
    margin-top: 21px;
  }

  .u-section-6 .u-social-icons-1 {
    margin-top: 21px;
  }

  .u-section-6 .u-list-2 {
    margin-top: 237px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-6 .u-repeater-2 {
    grid-template-columns: 100%;
  }

  .u-section-6 .u-container-layout-4 {
    padding-top: 12px;
  }

  .u-section-6 .u-image-2 {
    margin-top: 7px;
  }

  .u-section-6 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-text-5 {
    margin-top: 21px;
  }

  .u-section-6 .u-social-icons-2 {
    margin-top: 27px;
  }

  .u-section-6 .u-container-layout-7 {
    padding-top: 12px;
  }

  .u-section-6 .u-image-3 {
    margin-top: 7px;
  }

  .u-section-6 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-container-layout-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-text-7 {
    margin-top: 21px;
  }

  .u-section-6 .u-social-icons-3 {
    margin-top: 27px;
  }

  .u-section-6 .u-container-layout-10 {
    padding-top: 12px;
  }

  .u-section-6 .u-image-4 {
    margin-top: 7px;
  }

  .u-section-6 .u-container-layout-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-container-layout-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-text-9 {
    margin-top: 21px;
  }

  .u-section-6 .u-social-icons-4 {
    margin-top: 27px;
  }

  .u-section-6 .u-container-layout-13 {
    padding-top: 12px;
  }

  .u-section-6 .u-image-5 {
    margin-top: 7px;
  }

  .u-section-6 .u-container-layout-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-container-layout-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-text-11 {
    margin-top: 21px;
  }

  .u-section-6 .u-social-icons-5 {
    margin-top: 27px;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 2481px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-6 .u-list-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-repeater-1 {
    min-height: 503px;
  }

  .u-section-6 .u-container-layout-1 {
    padding: 20px 9px;
  }

  .u-section-6 .u-text-3 {
    margin-top: 36px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .u-section-6 .u-social-icons-1 {
    margin-top: 26px;
  }

  .u-section-6 .u-list-2 {
    margin-top: 94px;
    margin-right: initial;
    margin-left: initial;
  }
}

.u-section-6 .u-social-icons-1,
.u-section-6 .u-social-icons-1:before,
.u-section-6 .u-social-icons-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-6 .u-social-icons-1.u-social-icons-1.u-social-icons-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-1.u-social-icons-1.u-social-icons-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-container-layout:hover .u-social-icons-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-social-icons-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-2,
.u-section-6 .u-social-icons-2:before,
.u-section-6 .u-social-icons-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-6 .u-social-icons-2.u-social-icons-2.u-social-icons-2:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-2.u-social-icons-2.u-social-icons-2.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-container-layout:hover .u-social-icons-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-social-icons-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-3,
.u-section-6 .u-social-icons-3:before,
.u-section-6 .u-social-icons-3 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-6 .u-social-icons-3.u-social-icons-3.u-social-icons-3:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-3.u-social-icons-3.u-social-icons-3.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-container-layout:hover .u-social-icons-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-social-icons-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-4,
.u-section-6 .u-social-icons-4:before,
.u-section-6 .u-social-icons-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-6 .u-social-icons-4.u-social-icons-4.u-social-icons-4:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-4.u-social-icons-4.u-social-icons-4.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-container-layout:hover .u-social-icons-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-social-icons-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-5,
.u-section-6 .u-social-icons-5:before,
.u-section-6 .u-social-icons-5 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-6 .u-social-icons-5.u-social-icons-5.u-social-icons-5:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-social-icons-5.u-social-icons-5.u-social-icons-5.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-container-layout:hover .u-social-icons-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-social-icons-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-7 {
  background-image: none;
}

.u-section-7 .u-sheet-1 {
  min-height: 1250px;
}

.u-section-7 .u-text-1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 61px auto 0;
}

.u-section-7 .u-list-1 {
  width: 1120px;
  margin: 61px auto 0;
}

.u-section-7 .u-repeater-1 {
  grid-template-columns: calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px);
  min-height: 425px;
  grid-gap: 25px 25px;
}

.u-section-7 .u-list-item-1 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-1 {
  padding: 0 29px;
}

.u-section-7 .u-image-1 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/WebRoboboat4.jpg");
  background-position: 50% 50%;
  margin: 23px auto 0;
}

.u-section-7 .u-container-layout-2 {
  background-image: none;
  padding: 26px 17px;
}

.u-section-7 .u-text-2 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0;
}

.u-section-7 .u-container-layout-3 {
  margin: 90px auto 0;
  padding: 30px 17px;
}

.u-section-7 .u-text-3 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 32px 1px 0 0;
}

.u-section-7 .u-social-icons-1 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 24px auto 0;
}

.u-section-7 .u-icon-1 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-2 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-3 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-7 .u-list-item-2 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-4 {
  padding: 0 29px;
}

.u-section-7 .u-image-2 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/WebRoboboat5.jpg");
  background-position: 50% 50%;
  margin: 23px auto 0;
}

.u-section-7 .u-container-layout-5 {
  background-image: none;
  padding: 26px 17px;
}

.u-section-7 .u-text-4 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0;
}

.u-section-7 .u-container-layout-6 {
  margin: 90px auto 0;
  padding: 30px 17px;
}

.u-section-7 .u-text-5 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 32px 1px 0 0;
}

.u-section-7 .u-social-icons-2 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 24px auto 0;
}

.u-section-7 .u-icon-4 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-5 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-6 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-7 .u-list-item-3 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-7 {
  padding: 0 29px;
}

.u-section-7 .u-image-3 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/WebRoboboat1.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 23px auto 0;
}

.u-section-7 .u-container-layout-8 {
  background-image: none;
  padding: 26px 17px;
}

.u-section-7 .u-text-6 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0;
}

.u-section-7 .u-container-layout-9 {
  margin: 90px auto 0;
  padding: 30px 17px;
}

.u-section-7 .u-text-7 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 32px 1px 0 0;
}

.u-section-7 .u-social-icons-3 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 24px auto 0;
}

.u-section-7 .u-icon-7 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-8 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-9 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-7 .u-list-item-4 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-10 {
  padding: 0 29px;
}

.u-section-7 .u-image-4 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/WebRoboboat.jpg");
  background-position: 50% 50%;
  margin: 23px auto 0;
}

.u-section-7 .u-container-layout-11 {
  background-image: none;
  padding: 26px 17px;
}

.u-section-7 .u-text-8 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0;
}

.u-section-7 .u-container-layout-12 {
  margin: 90px auto 0;
  padding: 30px 17px;
}

.u-section-7 .u-text-9 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 32px 1px 0 0;
}

.u-section-7 .u-social-icons-4 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 24px auto 0;
}

.u-section-7 .u-icon-10 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-11 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-12 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-7 .u-list-2 {
  width: 1120px;
  margin: 86px auto 60px;
}

.u-section-7 .u-repeater-2 {
  grid-template-columns: calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px);
  min-height: 425px;
  grid-gap: 25px 25px;
}

.u-section-7 .u-list-item-5 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-13 {
  padding: 0 13px;
}

.u-section-7 .u-image-5 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/WebRoboboat2.jpg");
  background-position: 50% 50%;
  margin: 32px auto 0;
}

.u-section-7 .u-container-layout-14 {
  background-image: none;
  padding: 9px 12px;
}

.u-section-7 .u-text-10 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0 5px;
}

.u-section-7 .u-container-layout-15 {
  margin: 90px auto 0;
  padding: 30px;
}

.u-section-7 .u-text-11 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px 16px 0;
}

.u-section-7 .u-social-icons-5 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px auto 0;
}

.u-section-7 .u-icon-13 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-14 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-15 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-7 .u-list-item-6 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-16 {
  padding: 0 13px;
}

.u-section-7 .u-image-6 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/WebRoboboat3.jpg");
  background-position: 50% 50%;
  margin: 32px auto 0;
}

.u-section-7 .u-container-layout-17 {
  background-image: none;
  padding: 9px 12px;
}

.u-section-7 .u-text-12 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0 5px;
}

.u-section-7 .u-container-layout-18 {
  margin: 90px auto 0;
  padding: 30px;
}

.u-section-7 .u-text-13 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px 16px 0;
}

.u-section-7 .u-social-icons-6 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px auto 0;
}

.u-section-7 .u-icon-16 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-17 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-18 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-7 .u-list-item-7 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-19 {
  padding: 0 13px;
}

.u-section-7 .u-image-7 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/20.png");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 32px auto 0;
}

.u-section-7 .u-container-layout-20 {
  background-image: none;
  padding: 9px 12px;
}

.u-section-7 .u-text-14 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0 5px;
}

.u-section-7 .u-container-layout-21 {
  margin: 90px auto 0;
  padding: 30px;
}

.u-section-7 .u-text-15 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px 16px 0;
}

.u-section-7 .u-social-icons-7 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px auto 0;
}

.u-section-7 .u-icon-19 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-20 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-21 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-7 .u-list-item-8 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-7 .u-container-layout-22 {
  padding: 0 13px;
}

.u-section-7 .u-image-8 {
  min-height: 200px;
  width: 200px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  background-image: url("images/211.png");
  background-position: 50% 50%;
  margin: 32px auto 0;
}

.u-section-7 .u-container-layout-23 {
  background-image: none;
  padding: 9px 12px;
}

.u-section-7 .u-text-16 {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1.4;
  margin: 0 5px;
}

.u-section-7 .u-container-layout-24 {
  margin: 90px auto 0;
  padding: 30px;
}

.u-section-7 .u-text-17 {
  letter-spacing: 0px;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
  font-family: Poppins;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px 16px 0;
}

.u-section-7 .u-social-icons-8 {
  height: 34px;
  min-height: 16px;
  width: 132px;
  min-width: 78px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px auto 0;
}

.u-section-7 .u-icon-22 {
  height: 100%;
  color: rgb(219, 83, 75) !important;
}

.u-section-7 .u-icon-23 {
  height: 100%;
  color: rgb(197, 54, 164) !important;
}

.u-section-7 .u-icon-24 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

@media (max-width: 1199px) {
  .u-section-7 .u-list-1 {
    width: 940px;
  }

  .u-section-7 .u-repeater-1 {
    min-height: 408px;
  }

  .u-section-7 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .u-section-7 .u-image-1 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-7 .u-text-3 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-7 .u-container-layout-4 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .u-section-7 .u-image-2 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-7 .u-text-5 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-7 .u-container-layout-7 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .u-section-7 .u-text-7 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-7 .u-container-layout-10 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .u-section-7 .u-image-4 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .u-section-7 .u-container-layout-12 {
    width: 100px;
    height: 100px;
  }

  .u-section-7 .u-text-9 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-7 .u-list-2 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-7 .u-repeater-2 {
    min-height: 433px;
  }

  .u-section-7 .u-container-layout-13 {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 14px;
  }

  .u-section-7 .u-image-5 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-text-11 {
    width: auto;
    margin-top: 23px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-7 .u-social-icons-5 {
    margin-top: 10px;
  }

  .u-section-7 .u-container-layout-16 {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 14px;
  }

  .u-section-7 .u-image-6 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-container-layout-17 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-7 .u-text-13 {
    width: auto;
    margin-top: 23px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-7 .u-social-icons-6 {
    margin-top: 10px;
  }

  .u-section-7 .u-container-layout-19 {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 14px;
  }

  .u-section-7 .u-image-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-container-layout-20 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-7 .u-text-15 {
    width: auto;
    margin-top: 23px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-7 .u-social-icons-7 {
    margin-top: 10px;
  }

  .u-section-7 .u-container-layout-22 {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 14px;
  }

  .u-section-7 .u-image-8 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-text-17 {
    width: auto;
    margin-top: 23px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-7 .u-social-icons-8 {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .u-section-7 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-7 .u-list-1 {
    width: 720px;
  }

  .u-section-7 .u-repeater-1 {
    grid-template-columns: calc(50% - 12.5px) calc(50% - 12.5px);
    min-height: 954px;
  }

  .u-section-7 .u-text-3 {
    width: 274px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-5 {
    width: 274px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-7 {
    width: 274px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-9 {
    width: 274px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-repeater-2 {
    grid-template-columns: calc(50% - 12.5px) calc(50% - 12.5px);
    min-height: 832px;
  }

  .u-section-7 .u-container-layout-13 {
    padding-top: 14px;
  }

  .u-section-7 .u-image-5 {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-11 {
    margin-top: 18px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .u-section-7 .u-social-icons-5 {
    margin-top: 15px;
  }

  .u-section-7 .u-container-layout-16 {
    padding-top: 14px;
  }

  .u-section-7 .u-image-6 {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-13 {
    margin-top: 18px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .u-section-7 .u-social-icons-6 {
    margin-top: 15px;
  }

  .u-section-7 .u-container-layout-19 {
    padding-top: 14px;
  }

  .u-section-7 .u-image-7 {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-15 {
    margin-top: 18px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .u-section-7 .u-social-icons-7 {
    margin-top: 15px;
  }

  .u-section-7 .u-container-layout-22 {
    padding-top: 14px;
  }

  .u-section-7 .u-image-8 {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-17 {
    margin-top: 18px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .u-section-7 .u-social-icons-8 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .u-section-7 .u-text-1 {
    margin-top: 60px;
  }

  .u-section-7 .u-list-1 {
    width: 540px;
  }

  .u-section-7 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .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-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .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-container-layout-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-container-layout-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-repeater-2 {
    grid-template-columns: 100%;
    min-height: 1310px;
  }

  .u-section-7 .u-container-layout-13 {
    padding-bottom: 27px;
  }

  .u-section-7 .u-container-layout-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-container-layout-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-text-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-container-layout-16 {
    padding-bottom: 27px;
  }

  .u-section-7 .u-container-layout-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-container-layout-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-text-13 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-container-layout-19 {
    padding-bottom: 27px;
  }

  .u-section-7 .u-container-layout-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-container-layout-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-text-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-container-layout-22 {
    padding-bottom: 27px;
  }

  .u-section-7 .u-container-layout-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-container-layout-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-text-17 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-7 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-7 .u-list-1 {
    width: 340px;
  }

  .u-section-7 .u-repeater-1 {
    grid-gap: 100px 100px;
    min-height: 1514px;
  }

  .u-section-7 .u-repeater-2 {
    min-height: 1476px;
    grid-gap: 100px 100px;
  }

  .u-section-7 .u-container-layout-13 {
    padding-top: 27px;
  }

  .u-section-7 .u-image-5 {
    margin-top: 5px;
  }

  .u-section-7 .u-text-11 {
    margin-top: 10px;
  }

  .u-section-7 .u-social-icons-5 {
    margin-top: 23px;
  }

  .u-section-7 .u-container-layout-16 {
    padding-top: 27px;
  }

  .u-section-7 .u-image-6 {
    margin-top: 5px;
  }

  .u-section-7 .u-text-13 {
    margin-top: 10px;
  }

  .u-section-7 .u-social-icons-6 {
    margin-top: 23px;
  }

  .u-section-7 .u-container-layout-19 {
    padding-top: 27px;
  }

  .u-section-7 .u-image-7 {
    margin-top: 5px;
  }

  .u-section-7 .u-text-15 {
    margin-top: 10px;
  }

  .u-section-7 .u-social-icons-7 {
    margin-top: 23px;
  }

  .u-section-7 .u-container-layout-22 {
    padding-top: 27px;
  }

  .u-section-7 .u-image-8 {
    margin-top: 5px;
  }

  .u-section-7 .u-text-17 {
    margin-top: 10px;
  }

  .u-section-7 .u-social-icons-8 {
    margin-top: 23px;
  }
}

.u-section-7 .u-social-icons-1,
.u-section-7 .u-social-icons-1:before,
.u-section-7 .u-social-icons-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-7 .u-social-icons-1.u-social-icons-1.u-social-icons-1:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-social-icons-1.u-social-icons-1.u-social-icons-1.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-container-layout:hover .u-social-icons-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-7 .u-social-icons-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-social-icons-2,
.u-section-7 .u-social-icons-2:before,
.u-section-7 .u-social-icons-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-7 .u-social-icons-2.u-social-icons-2.u-social-icons-2:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-social-icons-2.u-social-icons-2.u-social-icons-2.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-container-layout:hover .u-social-icons-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-7 .u-social-icons-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-social-icons-3,
.u-section-7 .u-social-icons-3:before,
.u-section-7 .u-social-icons-3 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-7 .u-social-icons-3.u-social-icons-3.u-social-icons-3:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-social-icons-3.u-social-icons-3.u-social-icons-3.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-container-layout:hover .u-social-icons-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-7 .u-social-icons-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-social-icons-4,
.u-section-7 .u-social-icons-4:before,
.u-section-7 .u-social-icons-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-7 .u-social-icons-4.u-social-icons-4.u-social-icons-4:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-social-icons-4.u-social-icons-4.u-social-icons-4.hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-container-layout:hover .u-social-icons-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-7 .u-social-icons-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}