.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.kata{
  top: 40%;
  left: 50%;
	z-index: 1999;
  transform: translate(-50%, -60%);
  position: absolute;
}

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background:#fff;
}
.cover2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background:#478ac9;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 12px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 50px;
	overflow: hidden;
}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	display: block;
	position: absolute;
	right: 100%;
	margin-right: -7px;
	width: 93%;
	top: 7px;
	height: 14px;
	font-size: 12px;
	background: #29d;
	color: #29d;
	line-height: 60px;
	font-weight: bold;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

	-webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
	-ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
	box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
	content: attr(data-progress-text);
	display: inline-block;
	position: fixed;
	width: 45px;
	text-align: right;
	right: 0;
	padding-right: 16px;
	top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
	position: absolute;
	width: 100%;
	height: 28px;
	z-index: 2001;
	box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
	border-radius: 10px;
}

.pace.pace-inactive {
	display: none;
}


.u-section-1 {
  background-image: none;
  min-height: 597px;
}

.u-section-1 .u-text-1 {
  font-size: 3.125rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Poppins;
  width: 601px;
  margin: 99px auto 0;
}

.u-section-1 .u-image-1 {
  width: 332px;
  height: 225px;
  --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: 40px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.25rem;
  line-height: 1.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;
  width: 900px;
  margin: 7px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  --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: 14px auto 40px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    --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;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
    width: 540px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 662px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-1 .u-text-2 {
    width: 300px;
  }
} .u-section-2 {
  min-height: 611px;
}

.u-section-2 .u-text-1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Poppins;
  --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;
  width: 601px;
  margin: 40px calc(((100% - 1140px) / 2) + 270px) 0;
}

.u-section-2 .u-list-1 {
  width: 1070px;
  margin: 10px auto 60px;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: 100%;
  min-height: 438px;
  grid-gap: 0px 0px;
}

.u-section-2 .u-list-item-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-2 .u-container-layout-1 {
  padding: 0;
}

.u-section-2 .u-group-1 {
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  min-height: 438px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-2 .u-container-layout-2 {
  padding: 0;
}

.u-section-2 .u-text-2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  width: 719px;
  margin: 26px auto 0;
}

.u-section-2 .u-image-1 {
  width: 429px;
  height: 214px;
  margin: 10px auto 0;
}

.u-section-2 .u-text-3 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 19px 49px 0;
}

.u-section-2 .u-container-layout-3 {
  padding: 30px;
}

@media (max-width: 1199px) {
   .u-section-2 {
    min-height: 608px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-list-1 {
    width: 852px;
    margin-top: 11px;
    margin-bottom: 25px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 480px;
  }

  .u-section-2 .u-group-1 {
    transition-duration: 0.5s;
    min-height: 437px;
    width: 783px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .u-section-2 .u-text-2 {
    width: 246px;
    margin-top: 16px;
  }

  .u-section-2 .u-image-1 {
    width: 401px;
    height: 201px;
    margin-top: 20px;
  }

  .u-section-2 .u-text-3 {
    width: auto;
    margin-top: 34px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
   .u-section-2 {
    min-height: 647px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 50px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .u-section-2 .u-list-1 {
    width: 593px;
    margin-top: -9px;
    margin-bottom: 0;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 562px;
  }

  .u-section-2 .u-group-1 {
    min-height: 510px;
    width: 549px;
    margin-top: 6px;
  }

  .u-section-2 .u-text-2 {
    margin-top: 50px;
  }

  .u-section-2 .u-image-1 {
    width: 409px;
    height: 188px;
    margin-top: 14px;
  }

  .u-section-2 .u-text-3 {
    margin-top: 21px;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
   .u-section-2 {
    min-height: 639px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 44px;
    margin-left: calc(((100% - 540px) / 2));
    margin-right: calc(((100% - 540px) / 2));
  }

  .u-section-2 .u-list-1 {
    width: 506px;
    margin-top: 14px;
    margin-bottom: 27px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 510px;
  }

  .u-section-2 .u-group-1 {
    min-height: 449px;
    width: 540px;
    margin-top: 0;
    margin-left: -17px;
    margin-right: -17px;
  }

  .u-section-2 .u-text-2 {
    margin-top: 15px;
  }

  .u-section-2 .u-image-1 {
    width: 332px;
    height: 144px;
    margin-top: 22px;
  }

  .u-section-2 .u-text-3 {
    margin-top: 39px;
    margin-left: 37px;
    margin-right: 37px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-2 {
    min-height: 684px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.875rem;
    width: 265px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-list-1 {
    margin-top: -9px;
    margin-bottom: 20px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 577px;
  }

  .u-section-2 .u-group-1 {
    min-height: 543px;
    width: 314px;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 5px;
    margin-right: 37px;
    margin-left: 29px;
  }

  .u-section-2 .u-image-1 {
    width: 279px;
    height: 146px;
    margin-top: 11px;
  }

  .u-section-2 .u-text-3 {
    margin-top: 18px;
    margin-left: 29px;
    margin-right: 29px;
  }
}

.u-section-2 .u-group-1,
.u-section-2 .u-group-1:before,
.u-section-2 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-2 .u-group-1.u-group-1.u-group-1:hover {
  border-radius: 20px !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
}

.u-section-2 .u-group-1 {
  border-style: solid !important;
}

.u-section-2 .u-group-1.u-group-1.u-group-1.hover {
  border-radius: 20px !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
}

.u-section-2 .u-group-1 {
  border-style: solid !important;
}

.u-section-2 .u-container-layout:hover .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-2 .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-3 {
  min-height: 435px;
}

.u-section-3 .u-text-1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Poppins;
  --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;
  width: 601px;
  margin: 26px calc(((100% - 1140px) / 2) + 270px) 0;
}

.u-section-3 .u-list-1 {
  width: 931px;
  margin: 0 auto 60px;
}

.u-section-3 .u-repeater-1 {
  grid-template-columns: 100%;
  min-height: 289px;
  grid-gap: 0px 0px;
}

.u-section-3 .u-list-item-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-3 .u-container-layout-1 {
  padding: 13px 0;
}

.u-section-3 .u-group-1 {
  width: 883px;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 258px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 0 auto 0 13px;
}

.u-section-3 .u-container-layout-2 {
  padding: 0;
}

.u-section-3 .u-image-1 {
  width: 268px;
  height: 280px;
  box-shadow: 2px 0px 0px 0px rgba(0,0,0,0);
  margin: -17px auto 0 35px;
}

.u-section-3 .u-text-2 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: -216px 19px 0 330px;
}

.u-section-3 .u-text-3 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 11px 35px 0 330px;
}

.u-section-3 .u-container-layout-3 {
  padding: 30px;
}

@media (max-width: 1199px) {
   .u-section-3 {
    min-height: 370px;
  }

  .u-section-3 .u-text-1 {
    margin-left: calc(((100% - 940px) / 2) + 170px);
    margin-right: calc(((100% - 940px) / 2) + 170px);
  }

  .u-section-3 .u-list-1 {
    width: 917px;
    margin-top: 21px;
    margin-bottom: 20px;
  }

  .u-section-3 .u-repeater-1 {
    grid-template-columns: 50% 50%;
    min-height: 259px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-top: 0;
  }

  .u-section-3 .u-group-1 {
    width: 882px;
    margin-top: -7px;
    margin-right: -437px;
    margin-bottom: -7px;
    height: auto;
  }

  .u-section-3 .u-container-layout-2 {
    padding-top: 13px;
  }

  .u-section-3 .u-image-1 {
    transition-duration: 0.5s;
    transform: scale(1) translateX(0px) translateY(-5px);
    margin-top: 6px;
    margin-left: 0;
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: -249px;
    margin-right: 339px;
    margin-left: 295px;
  }

  .u-section-3 .u-text-3 {
    width: auto;
    margin-top: 29px;
    margin-right: 9px;
    margin-left: 291px;
  }
}

@media (max-width: 991px) {
   .u-section-3 {
    min-height: 458px;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-top: 41px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .u-section-3 .u-list-1 {
    width: 720px;
  }

  .u-section-3 .u-repeater-1 {
    min-height: 289px;
  }

  .u-section-3 .u-group-1 {
    width: 720px;
    margin: -9px -360px 0 0;
  }

  .u-section-3 .u-container-layout-2 {
    padding-top: 0;
  }

  .u-section-3 .u-text-2 {
    margin-top: -247px;
    margin-right: 205px;
    margin-left: 267px;
  }

  .u-section-3 .u-text-3 {
    margin-top: 27px;
    margin-left: 267px;
  }

  .u-section-3 .u-container-layout-3 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
   .u-section-3 {
    min-height: 498px;
  }

  .u-section-3 .u-text-1 {
    margin-left: calc(((100% - 540px) / 2));
    margin-right: calc(((100% - 540px) / 2));
  }

  .u-section-3 .u-list-1 {
    width: 506px;
    margin-top: 44px;
  }

  .u-section-3 .u-repeater-1 {
    grid-template-columns: 100%;
    min-height: 324px;
  }

  .u-section-3 .u-group-1 {
    width: 576px;
    min-height: 310px;
    margin-top: 1px;
    margin-right: auto;
    margin-left: -46px;
  }

  .u-section-3 .u-image-1 {
    width: 178px;
    height: 178px;
    margin-top: 68px;
    margin-left: 41px;
  }

  .u-section-3 .u-text-2 {
    margin-top: -233px;
    margin-right: 81px;
    margin-left: 248px;
  }

  .u-section-3 .u-text-3 {
    margin-top: 22px;
    margin-right: 30px;
    margin-left: 248px;
  }

  .u-section-3 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-3 {
    min-height: 736px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.875rem;
    width: 265px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-3 .u-list-1 {
    margin-top: 21px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-repeater-1 {
    min-height: 570px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-top: 13px;
  }

  .u-section-3 .u-group-1 {
    min-height: 544px;
    width: 315px;
    margin-top: 0;
    margin-left: auto;
  }

  .u-section-3 .u-image-1 {
    margin-top: 63px;
    margin-left: auto;
  }

  .u-section-3 .u-text-2 {
    width: 246px;
    margin-top: -202px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-3 .u-text-3 {
    width: 246px;
    margin-top: 159px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-section-3 .u-group-1,
.u-section-3 .u-group-1:before,
.u-section-3 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-group-1.u-group-1.u-group-1:hover {
  border-radius: 20px !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
}

.u-section-3 .u-group-1 {
  border-style: solid !important;
}

.u-section-3 .u-group-1.u-group-1.u-group-1.hover {
  border-radius: 20px !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
}

.u-section-3 .u-group-1 {
  border-style: solid !important;
}

.u-section-3 .u-container-layout:hover .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-3 .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-4 {
  min-height: 948px;
}

.u-section-4 .u-text-1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Poppins;
  --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;
  width: 601px;
  margin: 31px auto 0;
}

.u-section-4 .u-list-1 {
  width: 690px;
  margin: 20px auto 60px;
}

.u-section-4 .u-repeater-1 {
  grid-template-columns: 50% 50%;
  min-height: 758px;
  grid-gap: 0px 0px;
}

.u-section-4 .u-list-item-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-container-layout-1 {
  padding: 0;
}

.u-section-4 .u-group-1 {
  width: 320px;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 343px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 11px auto 0;
}

.u-section-4 .u-container-layout-2 {
  padding: 0;
}

.u-section-4 .u-text-2 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 22px 7px 0;
}

.u-section-4 .u-image-1 {
  width: 273px;
  height: 134px;
  margin: 15px 31px 0 15px;
}

.u-section-4 .u-text-3 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 24px 31px 0;
}

.u-section-4 .u-container-layout-3 {
  padding: 30px;
}

.u-section-4 .u-list-item-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-container-layout-4 {
  padding: 0;
}

.u-section-4 .u-group-2 {
  width: 320px;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 350px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 11px auto 0;
}

.u-section-4 .u-container-layout-5 {
  padding: 0;
}

.u-section-4 .u-text-4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 22px 7px 0;
}

.u-section-4 .u-image-2 {
  width: 273px;
  height: 134px;
  margin: 15px 31px 0 15px;
}

.u-section-4 .u-text-5 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 24px 31px 0;
}

.u-section-4 .u-container-layout-6 {
  padding: 0;
}

.u-section-4 .u-list-item-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-container-layout-7 {
  padding: 0;
}

.u-section-4 .u-group-3 {
  width: 320px;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 343px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 11px auto 0;
}

.u-section-4 .u-container-layout-8 {
  padding: 0;
}

.u-section-4 .u-text-6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 22px 7px 0;
}

.u-section-4 .u-image-3 {
  width: 273px;
  height: 134px;
  margin: 15px 31px 0 15px;
}

.u-section-4 .u-text-7 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 24px 31px 0;
}

.u-section-4 .u-container-layout-9 {
  padding: 0;
}

.u-section-4 .u-list-item-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-container-layout-10 {
  padding: 0;
}

.u-section-4 .u-group-4 {
  width: 320px;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 343px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 11px auto 0;
}

.u-section-4 .u-container-layout-11 {
  padding: 0;
}

.u-section-4 .u-text-8 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 22px 7px 0;
}

.u-section-4 .u-image-4 {
  width: 273px;
  height: 134px;
  margin: 15px 31px 0 15px;
}

.u-section-4 .u-text-9 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 24px 31px 0;
}

.u-section-4 .u-container-layout-12 {
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-4 .u-text-1 {
    margin-top: 27px;
  }

  .u-section-4 .u-list-1 {
    width: 658px;
    margin-top: 44px;
  }

  .u-section-4 .u-group-1 {
    height: auto;
  }

  .u-section-4 .u-group-2 {
    height: auto;
  }

  .u-section-4 .u-group-3 {
    height: auto;
  }

  .u-section-4 .u-text-6 {
    margin-top: -15px;
  }

  .u-section-4 .u-group-4 {
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-text-1 {
    margin-top: 117px;
  }

  .u-section-4 .u-list-1 {
    margin-top: 43px;
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) {
   .u-section-4 {
    min-height: 1809px;
  }

  .u-section-4 .u-text-1 {
    width: 540px;
    margin-top: 135px;
  }

  .u-section-4 .u-list-1 {
    width: 540px;
    margin-bottom: 43px;
  }

  .u-section-4 .u-repeater-1 {
    grid-template-columns: 100%;
    min-height: 1544px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-bottom: 27px;
  }

  .u-section-4 .u-group-1 {
    min-height: 364px;
    margin-top: -5px;
  }

  .u-section-4 .u-text-2 {
    width: auto;
    margin-top: 27px;
  }

  .u-section-4 .u-image-1 {
    width: 228px;
    height: 125px;
    margin-top: 13px;
    margin-left: auto;
  }

  .u-section-4 .u-text-3 {
    width: auto;
    margin-top: 12px;
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-container-layout-4 {
    padding-bottom: 27px;
  }

  .u-section-4 .u-group-2 {
    min-height: 364px;
    margin-top: -5px;
  }

  .u-section-4 .u-text-4 {
    width: auto;
    margin-top: -157px;
  }

  .u-section-4 .u-image-2 {
    width: 228px;
    height: 125px;
    margin-top: 60px;
  }

  .u-section-4 .u-text-5 {
    width: auto;
    margin-top: 150px;
  }

  .u-section-4 .u-container-layout-7 {
    padding-bottom: 27px;
  }

  .u-section-4 .u-group-3 {
    min-height: 364px;
    margin-top: -5px;
  }

  .u-section-4 .u-text-6 {
    width: auto;
    margin-top: -157px;
  }

  .u-section-4 .u-image-3 {
    width: 228px;
    height: 125px;
    margin-top: 60px;
  }

  .u-section-4 .u-text-7 {
    width: auto;
    margin-top: 150px;
  }

  .u-section-4 .u-container-layout-10 {
    padding-bottom: 27px;
  }

  .u-section-4 .u-group-4 {
    min-height: 364px;
    margin-top: -5px;
  }

  .u-section-4 .u-text-8 {
    width: auto;
    margin-top: -157px;
  }

  .u-section-4 .u-image-4 {
    width: 228px;
    height: 125px;
    margin-top: 60px;
  }

  .u-section-4 .u-text-9 {
    width: auto;
    margin-top: 150px;
  }
}

@media (max-width: 575px) {
   .u-section-4 {
    min-height: 1549px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 43px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-4 .u-list-1 {
    width: 340px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .u-section-4 .u-repeater-1 {
    grid-gap: 4px 4px;
    min-height: 1449px;
    grid-auto-columns: 100%;
  }

  .u-section-4 .u-container-layout-1 {
    padding-bottom: 0;
  }

  .u-section-4 .u-group-1 {
    margin-top: -2px;
    margin-left: 0;
  }

  .u-section-4 .u-text-2 {
    margin-top: 30px;
  }

  .u-section-4 .u-image-1 {
    width: 195px;
    height: 113px;
    margin-top: 31px;
    margin-right: auto;
  }

  .u-section-4 .u-text-3 {
    margin-top: 5px;
  }

  .u-section-4 .u-container-layout-3 {
    padding: 0;
  }

  .u-section-4 .u-container-layout-4 {
    padding-bottom: 0;
  }

  .u-section-4 .u-group-2 {
    margin-top: -2px;
    margin-left: 0;
  }

  .u-section-4 .u-text-4 {
    margin-top: 30px;
  }

  .u-section-4 .u-image-2 {
    width: 195px;
    height: 113px;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-4 .u-text-5 {
    margin-top: 5px;
  }

  .u-section-4 .u-container-layout-7 {
    padding-bottom: 0;
  }

  .u-section-4 .u-group-3 {
    margin-top: -2px;
    margin-left: 0;
  }

  .u-section-4 .u-text-6 {
    margin-top: 30px;
  }

  .u-section-4 .u-image-3 {
    width: 195px;
    height: 113px;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-4 .u-text-7 {
    margin-top: 5px;
  }

  .u-section-4 .u-container-layout-10 {
    padding-bottom: 0;
  }

  .u-section-4 .u-group-4 {
    margin-top: -2px;
    margin-left: 0;
  }

  .u-section-4 .u-text-8 {
    margin-top: 30px;
  }

  .u-section-4 .u-image-4 {
    width: 195px;
    height: 113px;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-4 .u-text-9 {
    margin-top: 5px;
  }
}

.u-section-4 .u-group-1,
.u-section-4 .u-group-1:before,
.u-section-4 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-4 .u-group-1.u-group-1.u-group-1:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-1 {
  border-style: solid !important;
}

.u-section-4 .u-group-1.u-group-1.u-group-1.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-1 {
  border-style: solid !important;
}

.u-section-4 .u-container-layout:hover .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-4 .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-4 .u-group-2,
.u-section-4 .u-group-2:before,
.u-section-4 .u-group-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-4 .u-group-2.u-group-2.u-group-2:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-2 {
  border-style: solid !important;
}

.u-section-4 .u-group-2.u-group-2.u-group-2.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-2 {
  border-style: solid !important;
}

.u-section-4 .u-container-layout:hover .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-4 .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-4 .u-group-3,
.u-section-4 .u-group-3:before,
.u-section-4 .u-group-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, image-zoom, background-size, background-position;
}

.u-section-4 .u-group-3.u-group-3.u-group-3:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-3 {
  border-style: solid !important;
}

.u-section-4 .u-group-3.u-group-3.u-group-3.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-3 {
  border-style: solid !important;
}

.u-section-4 .u-container-layout:hover .u-group-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-4 .u-group-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-4 .u-group-4,
.u-section-4 .u-group-4:before,
.u-section-4 .u-group-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, image-zoom, background-size, background-position;
}

.u-section-4 .u-group-4.u-group-4.u-group-4:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-4 {
  border-style: solid !important;
}

.u-section-4 .u-group-4.u-group-4.u-group-4.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-color: #404040 !important;
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-4 .u-group-4 {
  border-style: solid !important;
}

.u-section-4 .u-container-layout:hover .u-group-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-4 .u-group-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-5 {
  min-height: 409px;
}

.u-section-5 .u-text-1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Poppins;
  --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;
  width: 601px;
  margin: 63px auto 0;
}

.u-section-5 .u-list-1 {
  width: 345px;
  height: auto;
  margin: 27px auto 0 249px;
}

.u-section-5 .u-repeater-1 {
  grid-gap: 0px 0px;
}

.u-section-5 .u-group-1 {
  width: 230px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 228px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 0 calc(((100% - 1140px) / 2) + 250px) 0 auto;
}

.u-section-5 .u-container-layout-1 {
  padding: 0;
}

.u-section-5 .u-image-1 {
  width: 208px;
  height: 206px;
  margin: 0 auto 0 0;
}

.u-section-5 .u-container-layout-2 {
  padding: 30px;
}

.u-section-5 .u-group-2 {
  width: 230px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 227px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: -228px auto 48px calc(((100% - 1140px) / 2) + 250px);
}

.u-section-5 .u-container-layout-3 {
  padding: 0;
}

.u-section-5 .u-image-2 {
  width: 210px;
  height: 211px;
  margin: 7px auto 0 6px;
}

.u-section-5 .u-container-layout-4 {
  padding: 30px;
}

@media (max-width: 1199px) {
   .u-section-5 {
    min-height: 402px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 30px;
  }

  .u-section-5 .u-list-1 {
    margin-top: 44px;
    margin-right: 298px;
  }

  .u-section-5 .u-repeater-1 {
    grid-template-columns: repeat(undefined, NaN%);
  }

  .u-section-5 .u-group-1 {
    margin-right: calc(((100% - 940px) / 2) + 196px);
    height: auto;
  }

  .u-section-5 .u-group-2 {
    margin-top: -230px;
    margin-bottom: 60px;
    margin-left: calc(((100% - 940px) / 2) + 188px);
    height: auto;
  }
}

@media (max-width: 991px) {
   .u-section-5 {
    min-height: 468px;
  }

  .u-section-5 .u-text-1 {
    width: auto;
    margin-top: 22px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .u-section-5 .u-list-1 {
    margin-top: 0;
    margin-right: 0;
  }

  .u-section-5 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-5 .u-group-1 {
    margin-top: 24px;
    margin-right: calc(((100% - 720px) / 2) + 100px);
  }

  .u-section-5 .u-group-2 {
    width: calc(((100% - 720px) / 2) + 180px);
    margin-top: -227px;
    margin-bottom: 50px;
    margin-left: calc(((100% - 720px) / 2) + 100px);
  }
}

@media (max-width: 767px) {
   .u-section-5 {
    min-height: 738px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 55px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-5 .u-list-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-5 .u-group-1 {
    margin-top: 332px;
    margin-right: auto;
  }

  .u-section-5 .u-image-1 {
    margin-left: auto;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-2 {
    width: 230px;
    margin-top: -529px;
    margin-left: auto;
    margin-bottom: 60px;
  }

  .u-section-5 .u-image-2 {
    width: 180px;
    height: 181px;
    margin-top: 0;
    margin-left: auto;
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-5 {
    min-height: 554px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 29px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-list-1 {
    width: 340px;
    margin-top: 35px;
    margin-left: calc(((100% - 300px) / 2) + -70px);
  }

  .u-section-5 .u-group-1 {
    margin-top: -19px;
    margin-right: calc(((100% - 300px) / 2) + 70px);
    margin-left: calc(((100% - 300px) / 2) + 35px);
  }

  .u-section-5 .u-image-1 {
    width: 157px;
    height: 155px;
  }

  .u-section-5 .u-group-2 {
    margin-top: -28px;
    margin-bottom: 49px;
  }
}

.u-section-5 .u-group-2,
.u-section-5 .u-group-2:before,
.u-section-5 .u-group-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-5 .u-group-2.u-group-2.u-group-2:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-5 .u-group-2.u-group-2.u-group-2.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-5 .u-container-layout:hover .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-5 .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-5 .u-group-1,
.u-section-5 .u-group-1:before,
.u-section-5 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-5 .u-group-1.u-group-1.u-group-1:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-5 .u-group-1.u-group-1.u-group-1.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-5 .u-container-layout:hover .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-5 .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-6 {
  min-height: 708px;
}

.u-section-6 .u-text-1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Poppins;
  --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;
  width: 601px;
  margin: 60px auto 0;
}

.u-section-6 .u-group-1 {
  width: 230px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 228px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 0 auto;
}

.u-section-6 .u-container-layout-1 {
  padding: 0;
}

.u-section-6 .u-list-1 {
  width: 345px;
  height: auto;
  margin-right: auto;
  margin-left: 150px;
  position: absolute;
}

.u-section-6 .u-repeater-1 {
  grid-gap: 0px 0px;
  min-height: 0;
}

.u-section-6 .u-image-1 {
  height: 206px;
  margin-top: 2px;
  margin-bottom: 0;
}

.u-section-6 .u-container-layout-2 {
  padding: 30px;
}

.u-section-6 .u-group-2 {
  width: 230px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 227px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: -239px auto 0 calc(((100% - 1140px) / 2) + 150px);
}

.u-section-6 .u-container-layout-3 {
  padding: 0;
}

.u-section-6 .u-image-2 {
  width: 200px;
  height: 202px;
  margin: 0 auto;
}

.u-section-6 .u-list-2 {
  width: 345px;
  height: auto;
  margin-right: auto;
  margin-left: 150px;
  position: absolute;
}

.u-section-6 .u-repeater-2 {
  grid-gap: 0px 0px;
  min-height: 0;
}

.u-section-6 .u-container-layout-4 {
  padding: 30px;
}

.u-section-6 .u-group-3 {
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 228px;
  height: auto;
  transition-duration: 0.5s;
  width: 228px;
  margin: -216px calc(((100% - 1140px) / 2) + 151px) 0 auto;
}

.u-section-6 .u-container-layout-5 {
  padding: 0;
}

.u-section-6 .u-image-3 {
  height: 206px;
  margin-top: 5px;
  margin-bottom: 0;
}

.u-section-6 .u-list-3 {
  width: 345px;
  height: auto;
  margin: 12px -396px -2px auto;
}

.u-section-6 .u-repeater-3 {
  grid-gap: 0px 0px;
  min-height: 0;
}

.u-section-6 .u-container-layout-6 {
  padding: 30px;
}

.u-section-6 .u-group-4 {
  width: 230px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 228px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 39px auto 0 calc(((100% - 1140px) / 2) + 150px);
}

.u-section-6 .u-container-layout-7 {
  padding: 0;
}

.u-section-6 .u-image-4 {
  width: 208px;
  height: 208px;
  margin: 0 auto;
}

.u-section-6 .u-container-layout-8 {
  padding: 30px;
}

.u-section-6 .u-group-5 {
  width: 230px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 227px;
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: -227px calc(((100% - 1140px) / 2) + 150px) 0 auto;
}

.u-section-6 .u-container-layout-9 {
  padding: 0;
}

.u-section-6 .u-image-5 {
  width: 216px;
  height: 211px;
  margin: 0 auto;
}

.u-section-6 .u-container-layout-10 {
  padding: 30px;
}

.u-section-6 .u-group-6 {
  width: 230px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  min-height: 228px;
  height: auto;
  transition-duration: 0.5s;
  margin: -226px auto 60px;
}

.u-section-6 .u-container-layout-11 {
  padding: 0;
}

.u-section-6 .u-image-6 {
  width: 208px;
  height: 208px;
  margin: 0 auto;
}

.u-section-6 .u-container-layout-12 {
  padding: 30px;
}

@media (max-width: 1199px) {
   .u-section-6 {
    min-height: 718px;
  }

  .u-section-6 .u-group-1 {
    margin-top: 29px;
    height: auto;
  }

  .u-section-6 .u-list-1 {
    width: 230px;
    margin-left: 0;
  }

  .u-section-6 .u-repeater-1 {
    grid-template-columns: repeat(undefined, NaN%);
  }

  .u-section-6 .u-group-2 {
    margin-left: calc(((100% - 940px) / 2) + 98px);
    height: auto;
  }

  .u-section-6 .u-list-2 {
    width: 230px;
    margin-left: 0;
  }

  .u-section-6 .u-repeater-2 {
    grid-template-columns: repeat(undefined, NaN%);
  }

  .u-section-6 .u-group-3 {
    margin-top: -226px;
    margin-right: calc(((100% - 940px) / 2) + 113px);
    height: auto;
  }

  .u-section-6 .u-repeater-3 {
    grid-template-columns: repeat(undefined, NaN%);
  }

  .u-section-6 .u-group-4 {
    margin-top: 49px;
    margin-left: calc(((100% - 940px) / 2) + 100px);
    height: auto;
  }

  .u-section-6 .u-group-5 {
    margin-right: calc(((100% - 940px) / 2) + 110px);
    height: auto;
  }

  .u-section-6 .u-group-6 {
    margin-top: -216px;
    height: auto;
  }
}

@media (max-width: 991px) {
   .u-section-6 {
    min-height: 954px;
  }

  .u-section-6 .u-group-1 {
    margin-right: calc(((100% - 720px) / 2) + 90px);
  }

  .u-section-6 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-6 .u-group-2 {
    margin-left: calc(((100% - 720px) / 2) + 90px);
  }

  .u-section-6 .u-repeater-2 {
    grid-template-columns: 100%;
  }

  .u-section-6 .u-group-3 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: calc(((100% - 720px) / 2) + 91px);
  }

  .u-section-6 .u-repeater-3 {
    grid-template-columns: 100%;
  }

  .u-section-6 .u-group-4 {
    margin-left: calc(((100% - 720px) / 2) + 90px);
  }

  .u-section-6 .u-group-5 {
    margin-right: calc(((100% - 720px) / 2) + 110px);
  }

  .u-section-6 .u-group-6 {
    margin-top: -514px;
    margin-right: calc(((100% - 720px) / 2) + 91px);
  }
}

@media (max-width: 767px) {
   .u-section-6 {
    min-height: 1629px;
  }

  .u-section-6 .u-text-1 {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }

  .u-section-6 .u-group-1 {
    margin-top: 0;
    margin-right: auto;
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-group-2 {
    margin-top: 0;
    margin-left: auto;
  }

  .u-section-6 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-group-3 {
    margin-top: 11px;
    margin-left: auto;
  }

  .u-section-6 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-group-4 {
    margin-top: 38px;
    margin-left: auto;
  }

  .u-section-6 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-group-5 {
    margin-top: 50px;
    margin-right: auto;
  }

  .u-section-6 .u-container-layout-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-6 .u-group-6 {
    margin-top: 0;
    margin-right: auto;
  }

  .u-section-6 .u-container-layout-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-6 {
    min-height: 1638px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}

.u-section-6 .u-group-2,
.u-section-6 .u-group-2:before,
.u-section-6 .u-group-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-6 .u-group-2.u-group-2.u-group-2:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-group-2.u-group-2.u-group-2.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-container-layout:hover .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-group-1,
.u-section-6 .u-group-1:before,
.u-section-6 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-6 .u-group-1.u-group-1.u-group-1:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-group-1.u-group-1.u-group-1.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-container-layout:hover .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-group-3,
.u-section-6 .u-group-3:before,
.u-section-6 .u-group-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, image-zoom, background-size, background-position;
}

.u-section-6 .u-group-3.u-group-3.u-group-3:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-group-3.u-group-3.u-group-3.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-container-layout:hover .u-group-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-group-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-group-6,
.u-section-6 .u-group-6:before,
.u-section-6 .u-group-6 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-6 .u-group-6.u-group-6.u-group-6:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-group-6.u-group-6.u-group-6.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-container-layout:hover .u-group-6 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-group-6 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-group-5,
.u-section-6 .u-group-5:before,
.u-section-6 .u-group-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, image-zoom, background-size, background-position;
}

.u-section-6 .u-group-5.u-group-5.u-group-5:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-group-5.u-group-5.u-group-5.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-container-layout:hover .u-group-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-group-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-6 .u-group-4,
.u-section-6 .u-group-4:before,
.u-section-6 .u-group-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, image-zoom, background-size, background-position;
}

.u-section-6 .u-group-4.u-group-4.u-group-4:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-group-4.u-group-4.u-group-4.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-6 .u-container-layout:hover .u-group-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-6 .u-group-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-7 {
  min-height: 379px;
}

.u-section-7 .u-text-1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Poppins;
  --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;
  width: 601px;
  margin: 40px auto 0;
}

.u-section-7 .u-group-1 {
  width: 397px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  height: auto;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: 35px auto 0 calc(((100% - 1140px) / 2) + 100px);
}

.u-section-7 .u-container-layout-1 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-7 .u-image-1 {
  width: 371px;
  height: 171px;
  margin: 0 auto;
}

.u-section-7 .u-container-layout-2 {
  padding: 30px;
}

.u-section-7 .u-group-2 {
  width: 397px;
  text-shadow: 0 0 24px rgba(0,0,0,0);
  height: auto;
  transition-duration: 0.5s;
  min-height: 163px;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  margin: -168px calc(((100% - 1140px) / 2) + 100px) 65px auto;
}

.u-section-7 .u-container-layout-3 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-7 .u-image-2 {
  width: 372px;
  height: 149px;
  margin: 12px auto 0;
}

.u-section-7 .u-container-layout-4 {
  padding: 30px;
}

@media (max-width: 1199px) {
   .u-section-7 {
    min-height: 548px;
  }

  .u-section-7 .u-text-1 {
    margin-top: 46px;
  }

  .u-section-7 .u-group-1 {
    margin-top: 20px;
    margin-left: auto;
    height: auto;
  }

  .u-section-7 .u-group-2 {
    margin-top: 37px;
    margin-right: auto;
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-7 .u-text-1 {
    width: auto;
    margin-top: 31px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
   .u-section-7 {
    min-height: 564px;
  }

  .u-section-7 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-7 .u-group-1 {
    margin-top: 27px;
  }

  .u-section-7 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-group-2 {
    margin-top: 27px;
    margin-bottom: 60px;
  }

  .u-section-7 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-7 {
    min-height: 585px;
  }

  .u-section-7 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-7 .u-group-1 {
    width: 340px;
    min-height: 194px;
  }

  .u-section-7 .u-image-1 {
    width: 340px;
    height: 157px;
  }

  .u-section-7 .u-group-2 {
    width: 340px;
    min-height: 194px;
  }

  .u-section-7 .u-image-2 {
    width: 340px;
    height: 136px;
  }
}

.u-section-7 .u-group-1,
.u-section-7 .u-group-1:before,
.u-section-7 .u-group-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-7 .u-group-1.u-group-1.u-group-1:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-7 .u-group-1.u-group-1.u-group-1.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
}

.u-section-7 .u-container-layout:hover .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-7 .u-group-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-7 .u-group-2,
.u-section-7 .u-group-2:before,
.u-section-7 .u-group-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-7 .u-group-2.u-group-2.u-group-2:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
}

.u-section-7 .u-group-2 {
  border-style: solid !important;
}

.u-section-7 .u-group-2.u-group-2.u-group-2.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
  border-color: #404040 !important;
  box-shadow: 0px 0px 24px 0px rgba(153,153,153,1) !important;
  border-style: solid !important;
  border-top-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
}

.u-section-7 .u-group-2 {
  border-style: solid !important;
}

.u-section-7 .u-container-layout:hover .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-7 .u-group-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}