@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	background: rgba(30, 30, 30, 1);
	height: 100vh;
	width: 100vw;
	position:relative;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
input,
p,
a,
button {
    font-family: 'Lato', sans-serif;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    color: #fff;
    font-weight: 300
}

strong {
    font-weight: 400
}

a {
    text-decoration: none !important
}

input {
    -webkit-appearance: textfield;
    background-color: rgba(0, 0, 0, 0);
    -webkit-rtl-ordering: logical;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-width: 0;
    border-style: none !important;
    border-color: rgba(0, 0, 0, 0);
    border-image: none;
    width: calc(100% - 5vh);
    left: 0;
    position: absolute;
    height: 100%;
    color: white !important;
    opacity: .5;
    font: 300 1.5vh lato
}

input:not([type="image" i]),
textarea {
    box-sizing: border-box;
    color: white !important;
    border-style: none !important
}

input,
textarea {
    text-rendering: auto;
    color: white !important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: left;
    margin-left: 1.25vh;
    font-weight: 300 !important;
    font-size: 1.5vh !important;
    border-style: none !important
}

input:focus,
textarea:focus {
    outline-offset: -2.5vh;
    color: white !important;
    border-style: none !important;
    opacity: 1
}

::placeholder {
    color: white !important;
    border-style: none !important
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

strong {
	font-weight:400;
}

h1 {
	font-size:6vh;
	line-height:6vh;
}

h2 {
	font-size:5vh;
	line-height:5vh;
}

h3 {
	font-size:3vh;
	line-height:3vh;
}

h4 {
	font-size:2.25vh;
	line-height:2.25vh;
}

h5 {
	font-size:1.75vh;
	line-height:1.75vh;
}

h6 {
	font-size:1.5vh;
	line-height:1.5vh;
}

a {
	text-decoration:none !important;
}

.image-fit {
	width:100%;
	height: 100%;
	object-fit: cover;
}

@keyframes ani {
	0%,80% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		background: linear-gradient(60deg, rgba(50,58,183,1) 0%, rgba(0,172,193,1) 100%);
		opacity: 1;
	}

	99% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		background: linear-gradient(60deg, rgba(50,58,183,1) 0%, rgba(0,172,193,1) 100%);
		opacity: 0;
	}

	100% {
		transform: translateY(-100vh);
		-o-transform: translateY(-100vh);
		-moz-transform: translateY(-100vh);
		-webkit-transform: translateY(-100vh);
		background: linear-gradient(60deg, rgba(50,58,183,1) 0%, rgba(0,172,193,1) 100%);
		opacity: 0;
	}
}

@keyframes anicon {
	0% {
		transform: translateY(1.25vh);
		-o-transform: translateY(1.25vh);
		-moz-transform: translateY(1.25vh);
		-webkit-transform: translateY(1.25vh);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes anitext {
	0% {
		transform: translateY(1.25vh);
		-o-transform: translateY(1.25vh);
		-moz-transform: translateY(1.25vh);
		-webkit-transform: translateY(1.25vh);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

body {
  background-color: #383736;
}

h1 {
  font-size: 80px;
}

.power {
  background: url("move.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: BackgroundAnimated 5s linear infinite;
  -moz-animation: BackgroundAnimated 5s linear infinite;
  -ms-animation: BackgroundAnimated 5s linear infinite;
  -o-animation: BackgroundAnimated 5s linear infinite;
  padding: 5px;
  animation: BackgroundAnimated 5s linear infinite;
}

@keyframes BackgroundAnimated {
  from {
    background-position: 0 0
  }
  to {
    background-position: 100% 0
  }
}

@-webkit-keyframes BackgroundAnimated {
  from {
    background-position: 0 0
  }
  to {
    background-position: 100% 0
  }
}

@-ms-keyframes BackgroundAnimated {
  from {
    background-position: 0 0
  }
  to {
    background-position: 100% 0
  }
}

@-moz-keyframes BackgroundAnimated {
  from {
    background-position: 0 0
  }
  to {
    background-position: 100% 0
  }
}

/* landscape */
@media (min-aspect-ratio: 1/1) {
	body::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0.5vh rgba(0, 0, 0, 0);
		width: 0.5vh;
		border-radius: 0.5vh;
		background-color: rgba(0,0,0,0.0);
	}

	body::-webkit-scrollbar {
		width: 0.5vh;
		border-radius: 0.5vh;
	}

	body::-webkit-scrollbar-thumb {
		border-radius: 0.5vh;
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		background: linear-gradient(45deg, rgba(0,125,255,1), rgba(0,225,255,1));
	}

	.banner {
		width: 100vw;
		height: 100vh;
		z-index: 98;
		position: sticky;
		top:0;
		left: 0;
	}

	.banner > .box:nth-child(1) {
		width: 100vw;
		height: 100vh;
		position: relative;
	}

	.banner > a > .box {
		width: 24vh;
		height: 5vh;
		position: absolute;
		bottom:-.25vh;
		left:calc(50vw - 12vh);
	}

	.banner > .box:nth-child(3) {
		width: calc(50vw - 15vh);
		padding-left: 15vh;
		top:10vh;
		position: absolute;
	}

	.banner > .box:nth-child(3) > h1 {
		font-size: 8vh;
    	line-height: 8.5vh;
    	font-weight: 400;
    	color:white;
	}

	.banner > .box:nth-child(3) > h4 {
		font-size: 3.75vh;
    	line-height: 4.5vh;
    	color:white;
    	padding-top: 2.5vw;
	}

	.banner > .box:nth-child(3) > .box {
		width: 50vh;
		height: 50vh;
	}

	.top {
		position: fixed;
		left:0;
		top:0;
		font-size: 0;
		width: calc(100vw - 5vh);
		height: 6vh;
		margin:2vh 2.5vh;
		z-index: 99;
	}

	.top > .logo {
		width: 21.6vh;
		height: 6vh;
		border-radius: 1vh;
		overflow: hidden;
		box-shadow: 0 1vh 1.5vh rgba(0,0,0,.2);
		display: inline-block;
		vertical-align: middle;
	}

	.top > .menu {
		display: inline-block;
		vertical-align: middle;
		font-size:0;
		text-align: right;
		height: 5vh;
		width: calc(100vw - 26.6vh);
	}

	.top > .menu > a > .box {
		font-size:0;
		margin:1.5vh;
	}

	.top > .menu > a > .box > h5 {
		display: inline-block;
		vertical-align: middle;
		line-height:2vh;
		font-size: 2vh;
		font-family: 'Outfit', sans-serif;
	}

	.top > .menu > a > .box > .box {
		display: inline-block;
		vertical-align: middle;
		width:2vh;
		height: 2vh;
		margin-left: 1vh;
	}

	.top > .menu > a {
		display: inline-block;
		vertical-align: middle;
	}

	.top > .menu > a > h5 {
		color:white !important;
		font-weight: 400;
		margin: 1.5vh 1.5vh !important;
		line-height:2.5vh;
		font-size: 2.5vh;
		font-family: 'Outfit', sans-serif;
	}

	.top-shade {
		z-index: 97;
		position: fixed;
		top:0;
		left: 0;
		background: linear-gradient(rgba(10,10,10,1), rgba(30,30,30,1));
		width: 100vw;
		height: 10vh;
		box-shadow: 0 1vh 1.5vh rgba(0,0,0,.2);
	}

	.company {
		width: 100vw;
		height: 75vh;
		font-size: 0;
		z-index: 96;
	}

	.ina > .company {
			height:85vh !important;
		}

	.ina > .company > .box {
			height:85vh !important;
		}

		.company > .box:nth-child(1) {
			width: 30vw;
			height: 75vh;
			display: inline-block;
			vertical-align: top;
		}

		.company > .box:nth-child(2) {
			width: calc(70vw - 35vh);
			height: 75vh;
			display: inline-block;
			vertical-align: top;
			padding: 0 25vh 0 10vh;
			background: linear-gradient(135deg, rgba(40,40,40,1), rgba(20,20,20,1));
		}

	.company > .box:nth-child(2) > h5 {
		font-size: 3.25vh;
    	line-height: 3.75vh;
    	color:white;
    	padding-top: 5vh;
	}

	.company > .box > .box {
		width: 36vh;
		height: 10vh;
		border-radius:1vh;
		overflow:hidden;
		box-shadow: 0 1.5vh 2vh rgba(0,0,0,1);
		margin-top:12.5vh;
	}

	.one {
		width: 100vw;
		z-index: 98;
		background: #79a4ff;
		width: 100vw;
		text-align: center;
		padding: 15vh 0;
		position: sticky;
	}

	.one > h5 {
		letter-spacing: 7.5px;
		font-weight: 400;
		font-family: 'Outfit', sans-serif;
		margin-top: 5vh !important;
		font-size:2.25vh;
		line-height:2.25vh;
	}

	.one > a > .box {
		width: 36vh;
		height: 7.5vh;
		margin-left:calc(50vw - 18vh);
		margin-top: 7.5vh !important;
	}

	.two {
		width: 100vw;
		padding: 12.5vh 0 10vh 0;
		z-index: 96;
		background-image: url('bc-2.jpg');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		position:relative;
	}

	.two > h2 {
		width: calc(40vw - 10vh);
		margin-left: 10vh !important;
		font-weight: 400;
		z-index:97;
	}

	.two > h4 {
		width: calc(35vw - 10vh);
		margin: 7.5vh 0 5vh 10vh !important;
		font-size: 3.75vh;
		line-height: 4vh;
	}

	.two > h5 {
		width: calc(35vw - 10vh);
		margin: 0 0 5vh 10vh !important;
		font-size: 3vh;
		line-height: 3.5vh;
	}

	.two > a > .box {
		width: 30vh;
		height: 7.5vh;
		margin-left:10vh;
	}

	.three {
		width: 100vw;
		height: 25vw;
		font-size: 0;
		z-index: 96;
	}

	.three > .box {
		display: inline-block;
		vertical-align: top;
		height: 25vw;
	}

	.three > .box:nth-child(1) {
		background:white;
		width: calc(50vw - 25vh);
		padding:0 7.5vh 0 17.5vh;
	}

	.three > .box:nth-child(1) > h4 {
		padding-top:5vw;
		font-size: 3.75vh;
    	line-height: 4vh;
    	color:black;
	}

	.three > .box:nth-child(1) > h2 {
		padding-top: .25vw;
		font-size: 5vh;
    	line-height: 5vh;
    	color:black;
    	font-weight: 400;
	}

	.three > .box:nth-child(1) > h5 {
		padding:1.5vw 0 2.5vw 0;
		font-size: 3vh;
    	line-height: 3.5vh;
    	color:black;
	}

	.three > .box:nth-child(1) > a > .box {
		width: 25vh;
		height: 3.125vh;
	}
	.three > .box:nth-child(2) {
		font-size: 0;
		width: 50vw;
	}

	.three > .box:nth-child(2) > a > .box {
		display: inline-block;
		width: 25vw;
		height: 25vw;
		position: relative;
	}

	.three > .box:nth-child(2) > a > .box > h5 {
		position: absolute;
		bottom:0;
		width: 20vw;
		padding: 2.5vw;
		font-size: 3vh;
		line-height: 3.5vh;
		color: white;
		font-weight: 400;
	}

	.product-one {
		width:100vw;
		height: 100vh;
		font-size: 0;
		z-index: 96;
	}

	.product-one > .box {
		height: 100vh;
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	.product-one > .box:nth-child(1) {
		width:calc(50vw - 30vh);
		padding: 0 12.5vh 0 17.5vh;
		background:#353c49;
	}

	/* .product-one > .box:nth-child(1) > a > .box {
		width:30vh;
		height: 6vh;
	} */

	.product-one > .box:nth-child(1) > a > .box {
		width:28vh;
		height: 7vh;
	}

	.product-one > .box:nth-child(2) {
		width:50vw;
	}

	.product-one > .box:nth-child(2) > .box:nth-child(2) {
		width:5vh;
		height:24vh;
		position: absolute;
		top:36vh;
		left:-.25vh;
	}

	.product-one > .box > h4 {
		font-size: 3.75vh;
		line-height: 4vh;
		padding-top:15vh;
	}

	.product-one > .box > h1 {
		font-size: 6.5vh;
    	line-height: 7vh;
    	font-weight: 400;
	}

	.product-one > .box > h5 {
		font-size: 3vh;
		line-height: 3.75vh;
		padding:5vh 0 7.5vh 0;
	}

	.product-two {
		width:100vw;
		height: 100vh;
		font-size: 0;
		z-index: 96;
	}

	.product-two > .box {
		height: 100vh;
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	.product-two > .box:nth-child(2) {
		background:white;
		width: calc(50vw - 15vh);
		padding: 0 7.5vh 0 7.5vh;
	}

	/* .product-two > .box:nth-child(2) > a > .box {
		width:30vh;
		height: 6vh;
	} */

	.product-two > .box:nth-child(2) > a > .box {
		width:28vh;
		height: 7vh;
	}

	.product-two > .box:nth-child(1) {
		width:50vw;
	}

	.product-two > .box:nth-child(1) > .box:nth-child(2) {
		width:5vh;
		height:24vh;
		position: absolute;
		top:36vh;
		right:-.25vh;
	}

	.product-two > .box > h4 {
		font-size: 3.75vh;
		line-height: 4vh;
		padding-top:15vh;
		color:black;
		font-weight: 600;
	}

	.product-two > .box > h1 {
		font-size: 6.5vh;
    	line-height: 7vh;
    	color:black;
	}

	.product-two > .box > h5 {
		font-size: 3vh;
		line-height: 3.75vh;
		padding:5vh 0 7.5vh 0;
		color:black;
	}

	.maps {
		width:100vw;
		height:25vw;
		position: relative;
		z-index: 96;
	}

	.maps > .box:nth-child(2) {
		width: 15vw;
		padding: 1.75vw;
		background:#ecf0f3;
		border-radius: 1.5vh;
		box-shadow: 0 1.5vh 2vh rgba(0,0,0,.25);
		position: absolute;
		top:2.5vw;
		left:15vh;
	}

	.maps > .box:nth-child(2) > .box {
		width:15vw;
		height:3vw;
		margin-top: 2vw;
	}

	.maps > .box:nth-child(2) > h4 {
		font-size: 2.5vh;
    	line-height: 2.7vh;
    	font-weight:400;
    	color:black;
    	margin-bottom: 1.5vw !important;
	}

	.maps > .box:nth-child(2) > h5 {
		font-size: 2vh;
    	line-height: 2.25vh;
    	color:black;
	}

	.footer {
		width:100vw;
		/* height:17.5vh; */
		height:25vh;
		padding:5vh 7.5vh 12.5vh 7.5vh;
		background:#ecf0f3;
		position: relative;
		font-size: 0;
		z-index: 96;
	}

	.footer > .box {
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	.footer > .box:nth-child(1) {
		width:13.5vh;
		height:15vh;
		border-radius:1vh;
		overflow:hidden;
		box-shadow:0 .5vh 1vh rgba(0,0,0,.2);
		margin-right: 2.5vh;
	}

	.footer > .box:nth-child(2) {
		width:22vw;
		padding-top:1.5vh;
		margin-right: 10vh;
	}

	.footer > .box:nth-child(2) > h5 {
		color:black;
		font-size: 2.75vh;
    	line-height: 3.25vh;
    	font-weight: 400;
	}

	.footer > .box:nth-child(2) > h6 {
		color:black;
		padding-top:.75vh;
		font-size: 2vh;
    	line-height: 2.5vh;
	}

	.footer > .box:nth-child(3) {
		width:15vw;
		padding-top:1vw;
		font-size: 0;
	}

	.footer > .box:nth-child(3) > h3 {
		font-size:2.5vh;
		color:black;
		line-height:2.5vh;
		margin-bottom: 2.5vh !important;
	}

	.footer > .box:nth-child(3) > .box {
		display: inline-block;
		width:15vw;
		font-size: 0;
		margin-bottom:1vh;
	}

	.footer > .box:nth-child(3) > .box > h5 {
		display: inline-block;
		vertical-align: middle;
		color:black;
		font-size: 2.25vh;
		line-height: 2.25vh;
	}

	.footer > .box:nth-child(3) > .box > .box {
		display: inline-block;
		vertical-align: middle;
		width:2.75vh;
		height:2.75vh;
		margin-right:1vh;
	}

	.footer > a > .up {
		width:24vh;
		height:5vh;
		position:absolute;
		top:-4.75vh;
		left:calc(50vw - 12vh);
	}

	.footer > .bottom {
		width:100vw;
		text-align:center;
		background:rgba(0,0,0,.05);
		position: absolute;
		bottom: 0;
		left:0;
		padding:1vh 0;
	}

	.footer > .bottom > h5 {
		color:rgba(0,0,0,0.5);
		font-size:2.25vh;
		line-height:2.25vh;
	}

	.footer > .box a, .footer > .box a:hover   {
		text-decoration: none;
		color: black;
	}

	.vision {
		width:100vw;
		position:relative;
		background:#ecf0f3;
		font-size:0;
	}

	.vision > .box {
		text-align:center;
		width:calc(50vw - 25vh);
		padding:10vh 0;
		display:inline-block;
		vertical-align:middle;
	}

		.vision > .box:nth-child(1) {
			padding-left:12.5vh;
			padding-right:12.5vh;
		}

		.vision > .box:nth-child(2) {
			padding-right: 12.5vh;
			padding-left: 12.5vh;
			background: linear-gradient(135deg, #436b95, #001f46);
		}

			.vision > .box:nth-child(2) > h2 {
				color:white;
			}

			.vision > .box:nth-child(2) > h4 {
				color: white;
			}

			.vision > .box > h2 {
				font-size: 7.5vh;
				line-height: 7.5vh;
				font-weight: 300;
				padding-bottom: 1.75vh;
				color: #303030;
			}

		.vision > .box > h4 {
			font-size: 3.75vh;
			line-height: 4.75vh;
			color: #303030;
		}


	.meet {
		width: 100vw;
		padding: 3.25vh 0;
		background: linear-gradient(60deg, rgba(50,58,183,1) 0%, rgba(0,172,193,1) 100%);
		text-align:center;
		font-size: 0;
	}

		.meet > .box {
			display:inline-block;
			vertical-align:middle;
			width:50vw;
			font-size:0;
		}
			.meet > .box > .box {
				display:inline-block;
				vertical-align:middle;
			}


			.meet > .box > .box > h2 {
				font-size: 7.5vh;
				line-height: 7.5vh;
				font-weight: 400;
			}
			.meet > .box > .box > h3 {
				font-size: 4.5vh;
				line-height: 4.5vh;
			}

			.meet > .box > .box:nth-child(1) {
				width:25vh;
				height:25vh;
			}

			.meet > .box:nth-child(2) {
				font-size: 0;
				padding: 5vh 0;
			}

			.meet > .box:nth-child(2) > h4 {
				font-size:3.75vh;
				line-height:3.75vh;
				padding:1.75vh;
				font-weight:400;
			}

	.ani {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		animation: ani 3s 0s forwards linear;
		-o-animation: ani 3s 0s forwards linear;
		-moz-animation: ani 3s 0s forwards linear;
		-webkit-animation: ani 3s 0s forwards linear;
	}

	.ani > .box {
		position: absolute;
		width: 30vh;
		height: 30vh;
		top: 35vh;
		left: calc(50vw - 15vh);
		animation: anicon .75s .75s forwards ease-out;
		-o-animation: anicon .75s .75s forwards ease-out;
		-moz-animation: anicon .75s .75s forwards ease-out;
		-webkit-animation: anicon .75s .75s forwards ease-out;
		opacity: 0;
	}

	

	.ani > h3 {
		position: absolute;
		top: 70vh;
		width: 100vw;
		left: 0;
		text-align: center;
		font-size: 5vh;
		line-height: 5vh;
		animation: anitext .25s .25s forwards ease-out;
		-o-animation: anitext .25s .25s forwards ease-out;
		-moz-animation: anitext .25s .25s forwards ease-out;
		-webkit-animation: anitext .25s .25s forwards ease-out;
		opacity: 0;
	}

	
}

/* potrait */
@media (max-aspect-ratio: 1/1) {
	body::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0.5vw rgba(0, 0, 0, 0);
		width: 0.5vw;
		border-radius: 0.5vw;
		background-color: rgba(0,0,0,0.0);
	}

	body::-webkit-scrollbar {
		width: 0.5vw;
		border-radius: 0.5vw;
	}

	body::-webkit-scrollbar-thumb {
		border-radius: 0.5vw;
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		background: linear-gradient(45deg, rgba(0,125,255,1), rgba(0,225,255,1));
	}

	.top > .menu > a > .box {
		font-size:0;
		margin:1.5vh;
	}

	.top > .menu > a > .box > h5 {
		display: inline-block;
		vertical-align: middle;
		line-height:2vh;
		font-size: 2vh;
		font-family: 'Outfit', sans-serif;
	}

	.top > .menu > a > .box > .box {
		display: inline-block;
		vertical-align: middle;
		width:2vh;
		height: 2vh;
		margin-left: 1vh;
	}

	.banner {
		width: 100vw;
		height: 100vh;
		z-index: 98;
		position: sticky;
		top: 0;
		left: 0;
	}

		.banner > .box:nth-child(1) {
			width: 100vw;
			height: 100vh;
			position: relative;
			filter: brightness(50%);
		}

		.banner > a > .box {
			width: 24vh;
			height: 5vh;
			position: absolute;
			bottom: -.25vh;
			left: calc(50vw - 12vh);
		}

		.banner > .box:nth-child(3) {
			width: calc(100vw - 10vh);
			padding-left: 5vh;
			bottom: 7.5vh;
			position: absolute;
		}

			.banner > .box:nth-child(3) > h1 {
				font-size: 5vh;
				line-height: 5.5vh;
				font-weight: 400;
				color: white;
			}

			.banner > .box:nth-child(3) > .box {
				width: 25vh;
				height: 25vh;
			}
	
	.ani {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		animation: ani 3s 0s forwards linear;
		-o-animation: ani 3s 0s forwards linear;
		-moz-animation: ani 3s 0s forwards linear;
		-webkit-animation: ani 3s 0s forwards linear;
	}

		.ani > .box {
			position: absolute;
			width: 20vh;
			height: 20vh;
			top: 40vh;
			left: calc(50vw - 10vh);
			animation: anicon .75s .75s forwards ease-out;
			-o-animation: anicon .75s .75s forwards ease-out;
			-moz-animation: anicon .75s .75s forwards ease-out;
			-webkit-animation: anicon .75s .75s forwards ease-out;
			opacity: 0;
		}

		.ani > h3 {
			position: absolute;
			top: 62.5vh;
			width: 100vw;
			left: 0;
			text-align: center;
			font-size: 3.75vh;
			line-height: 3.75vh;
			animation: anitext .25s .25s forwards ease-out;
			-o-animation: anitext .25s .25s forwards ease-out;
			-moz-animation: anitext .25s .25s forwards ease-out;
			-webkit-animation: anitext .25s .25s forwards ease-out;
			opacity: 0;
		}

	.one {
		width: calc(100vw - 5vh);
		z-index: 98;
		background: #79a4ff;
		text-align: center;
		padding: 7.5vh 2.5vh;
		position: sticky;
	}

		.one > h1 {
			font-size:4vh;
			line-height:4vh;
		}

		.one > h5 {
			letter-spacing: .2vh;
			font-weight: 400;
			font-family: 'Outfit', sans-serif;
			margin-top: 1.75vh !important;
			font-size: 2vh;
			line-height: 2vh;
		}

		.one > a > .box {
			width: 30vh;
			height: 6.25vh;
			margin-left: calc(50vw - 17.5vh);
			margin-top: 5vh !important;
		}

	.top {
		position: fixed;
		left: 0;
		top: 0;
		font-size: 0;
		width: calc(100vw - 5vh);
		height: 6vh;
		margin: 2vh 2.5vh;
		z-index: 99;
	}

		.top > .logo {
			width: 21.6vh;
			height: 6vh;
			border-radius: 1vh;
			overflow: hidden;
			box-shadow: 0 1vh 1.5vh rgba(0,0,0,.2);
			display: inline-block;
			vertical-align: middle;
		}

		.top > .menu {
			display: inline-block;
			vertical-align: middle;
			font-size: 0;
			text-align: right;
			height: 5vh;
			width: calc(100vw - 22vh);
		}

			.top > .menu > a {
				display: inline-block;
				vertical-align: middle;
			}

				.top > .menu > a > h5 {
					color: white !important;
					font-weight: 400;
					margin: 1.5vh 1.5vh !important;
					line-height: 2.5vh;
					font-size: 2.5vh;
					font-family: 'Outfit', sans-serif;
					display:none;
				}

	.top-shade {
		z-index: 97;
		position: fixed;
		top: 0;
		left: 0;
		background: linear-gradient(rgba(10,10,10,1), rgba(30,30,30,1));
		width: 100vw;
		height: 10vh;
		box-shadow: 0 1vh 1.5vh rgba(0,0,0,.2);
	}

	.company {
		width: 100vw;
		height: auto;
		padding: 5vh 0 7.5vh 0;
		position: relative;
		z-index: 96;
		background-image: url(code-mobile.jpg);
		background-size: auto 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}
		

		.company > .box:nth-child(1) {
			display:none;
		}

		.company > .box:nth-child(2) {
			width: calc(100vw - 7.5vh);
			height: fit-content;
			position: relative;
			left: 0;
			top: 0;
			padding: 0 3.75vh 0 3.75vh;
		}

			.company > .box:nth-child(2) > h5 {
				font-size: 3vh;
				line-height: 3.75vh;
				color: white;
				padding: 5vh 0 0 0;
			}

		.company > .box > .box {
			width: 28.8vh;
			height: 8vh;
			border-radius: 1vh;
			overflow: hidden;
			box-shadow: 0 1.5vh 2vh rgb(0 0 0);
			margin-top: 5vh;
		}

	.two {
		width: calc(100vw - 7.5vh);
		padding: 10vh 3.75vh 7.5vh 3.75vh;
		z-index: 96;
		background-image: url(bc-2-mobile.jpg);
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
	}

		.two > h2 {
			font-weight: 400;
			z-index: 97;
		}

		.two > h4 {
			margin: 7.5vh 0 5vh 0 !important;
			font-size: 3.75vh;
			line-height: 4.25vh;
		}

		.two > h5 {
			margin: 0 0 5vh 0 !important;
			font-size: 3vh;
			line-height: 3.5vh;
		}

		.two > a > .box {
			width: 24vh;
			height: 6vh;
		}

	.vision {
		width: 100vw;
		position: relative;
		background: #ecf0f3;
	}

		.vision > .box {
			text-align: center;
			width: calc(100vw - 10vh);
			padding: 7.5vh 5vh;
			display: inline-block;
			vertical-align: middle;
		}

			.vision > .box:nth-child(2) {
				background: linear-gradient(135deg, #436b95, #001f46);
			}

				.vision > .box:nth-child(2) > h2 {
					color: white;
				}

				.vision > .box:nth-child(2) > h4 {
					color: white;
				}

			.vision > .box > h2 {
				font-size: 5.5vh;
				line-height: 5.5vh;
				font-weight: 300;
				padding-bottom: 1.75vh;
				color: #303030;
			}

			.vision > .box > h4 {
				font-size: 3.25vh;
				line-height: 3.75vh;
				color: #303030;
			}

	.meet {
		width: calc(100vw - 10vh);
		padding: 12.5vh 5vh 7.5vh 5vh;
		background: linear-gradient(60deg, rgba(50,58,183,1) 0%, rgba(0,172,193,1) 100%);
		text-align: center;
		font-size: 0;
	}

			.meet > .box > .box {
				display: inline-block;
				vertical-align: middle;
			}


				.meet > .box > .box > h2 {
					font-size: 7.5vh;
					line-height: 7.5vh;
					font-weight: 400;
				}

				.meet > .box > .box > h3 {
					font-size: 4.5vh;
					line-height: 4.5vh;
				}

				.meet > .box > .box:nth-child(1) {
					width: 25vh;
					height: 25vh;
				}

			.meet > .box:nth-child(2) {
				font-size: 0;
				padding: 5vh 0;
			}

				.meet > .box:nth-child(2) > h4 {
					font-size: 3.25vh;
					line-height: 3.75vh;
					padding: 1.75vh;
					font-weight: 400;
				}
	.three {
		width: 100vw;
		z-index: 96;
	}

		.three > .box {
			height: fit-content;
		}

			.three > .box:nth-child(1) {
				background: white;
				width: calc(100vw - 10vh);
				padding: 5vh;
			}

				.three > .box:nth-child(1) > h4 {
					padding-top: 5vw;
					font-size: 3.75vh;
					line-height: 4vh;
					color: black;
				}

				.three > .box:nth-child(1) > h2 {
					padding-top: .25vw;
					font-size: 5vh;
					line-height: 5vh;
					color: black;
					font-weight: 400;
				}

				.three > .box:nth-child(1) > h5 {
					padding: 2.5vh 0 5vh 0;
					font-size: 3vh;
					line-height: 3.5vh;
					color: black;
				}

				.three > .box:nth-child(1) > a > .box {
					width: 25vh;
					height: 3.125vh;
				}

			.three > .box:nth-child(2) {
				width: 100vw;
				font-size:0;
			}

				.three > .box:nth-child(2) > a > .box {
					display: inline-block;
					width: 50vw;
					height: 50vw;
					position: relative;
				}

					.three > .box:nth-child(2) > a > .box > h5 {
						position: absolute;
						bottom: 0;
						width: calc(50vw - 2.5vh);
						padding: 1.5vh 2.5vh;
						font-size: 2.5vh;
						line-height: 2.75vh;
						color: white;
						font-weight: 400;
					}

	.product-one {
		width: 100vw;
		font-size: 0;
		z-index: 96;
	}

		.product-one > .box {
			position: relative;
			display: inline-block;
			vertical-align: top;
		}

			.product-one > .box:nth-child(1) {
				width: 100vw;
				background: #353c49;
			}

				.product-one > .box:nth-child(1) > a > .box {
					width: 30vh;
					height: 6vh;
				}

			.product-one > .box:nth-child(2) {
				width: 100vw;
				height: 100vw;
			}

				.product-one > .box:nth-child(2) > .box:nth-child(2) {
					width: 5vh;
					height: 24vh;
					position: absolute;
					top: -10vh;
					left: calc(50vw - 2.5vh);
					transform: rotate(90deg);
				}

			.product-one > .box > h4 {
				font-size: 3vh;
				line-height: 4vh;
				padding: 7.5vh 5vh 0 5vh;
				width: calc(100vw - 10vh);
			}

			.product-one > .box > h1 {
				font-size: 4.5vh;
				line-height: 5vh;
				font-weight: 400;
				width: calc(100vw - 10vh);
				padding: 0 5vh;
			}

			.product-one > .box > h5 {
				font-size: 3vh;
				line-height: 3.75vh;
				padding: 5vh 5vh 7.5vh 5vh;
				width: calc(100vw - 10vh);
			}

	.product-two {
		width: 100vw;
		font-size: 0;
		z-index: 96;
	}

		.product-two > .box {
			position: relative;
			vertical-align: top;
		}

			.product-two > .box:nth-child(2) {
				width: 100vw;
				padding-bottom:2.5vh;
				background: white;
			}

				.product-two > .box:nth-child(2) > a > .box {
					width: 25vh;
					height: 5vh;
					margin: 0 0 5vh 5vh;
				}

			.product-two > .box:nth-child(1) {
				width: 100vw;
				height: 100vw;
			}

				.product-two > .box:nth-child(1) > .box:nth-child(2) {
					width: 5vh;
					height: 24vh;
					position: absolute;
					bottom: -9.75vh;
					left: calc(50vw - 2.5vh);
					transform: rotate(90deg);
				}

			.product-two > .box > h4 {
				font-size: 3vh;
				line-height: 4vh;
				padding: 7.5vh 5vh 0 5vh;
				color: black;
				font-weight: 600;
				width: calc(100vw - 10vh);
			}

			.product-two > .box > h1 {
				font-size: 5.5vh;
				line-height: 5.5vh;
				color: black;
				width: calc(100vw - 10vh);
				padding: 0 5vh;
			}

			.product-two > .box > h5 {
				font-size: 3vh;
				line-height: 3.75vh;
				padding: 5vh 5vh 7.5vh 5vh;
				color: black;
			}

	.maps {
		width: 100vw;
		height: 75vw;
		position: relative;
		z-index: 96;
	}

		.maps > .box:nth-child(2) {
			display:none;
		}

	.footer {
		width: calc(100vw - 5vh);
		height: 17.5vh;
		padding: 5vh 2.5vh 10vh 2.5vh;
		background: #ecf0f3;
		position: relative;
		font-size: 0;
		z-index: 96;
	}

		.footer > .box {
			display: inline-block;
			vertical-align: top;
			position: relative;
		}

			.footer > .box:nth-child(1) {
				width: 6vh;
				height: 7vh;
				border-radius: 0.5vh;
				overflow: hidden;
				box-shadow: 0 0.5vh 1vh rgb(0 0 0 / 20%);
				margin-right: 1vh;
			}

			.footer > .box:nth-child(2) {
				width: calc(50vw - 7.25vh);
				padding-top: 0.5vh;
				margin-right: 2.5vh;
			}

				.footer > .box:nth-child(2) > h5 {
					color: black;
					font-size: 1.75vh;
					line-height: 2.25vh;
					font-weight: 400;
				}

				.footer > .box:nth-child(2) > h6 {
					color: black;
					padding-top: 0.75vh;
					font-size: 1.5vh;
					line-height: 1.75vh;
				}

			.footer > .box:nth-child(3) {
				width: calc(50vw - 7.25vh);
				padding-top: 1vw;
				font-size: 0;
			}

				.footer > .box:nth-child(3) > h3 {
					font-size: 1.75vh;
					color: black;
					line-height: 1.75vh;
					margin-bottom: 1.5vh !important;
				}

				.footer > .box:nth-child(3) > .box {
					display: inline-block;
					width: calc(50vw - 7.25vh);
					font-size: 0;
					margin-bottom: 1vh;
				}

					.footer > .box:nth-child(3) > .box > h5 {
						display: inline-block;
						vertical-align: middle;
						color: black;
						font-size: 1.75vh;
						line-height: 1.75vh;
					}

					.footer > .box:nth-child(3) > .box > .box {
						display: inline-block;
						vertical-align: middle;
						width: 2vh;
						height: 2vh;
						margin-right: 0.5vh;
					}

		.footer > a > .up {
			width: 24vh;
			height: 5vh;
			position: absolute;
			top: -4.75vh;
			left: calc(50vw - 12vh);
		}

		.footer > .bottom {
			width: 100vw;
			text-align: center;
			background: rgba(0,0,0,.05);
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 1vh 0;
		}

			.footer > .bottom > h5 {
				color: rgba(0,0,0,0.5);
				font-size: 1.75vh;
				line-height: 1.75vh;
			}


}

/* potrait fullhd */
@media (max-aspect-ratio: 9/16) {
	body::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0.5vw rgba(0, 0, 0, 0);
		width: 0.5vw;
		border-radius: 0.5vw;
		background-color: rgba(0,0,0,0.0);
	}

	body::-webkit-scrollbar {
		width: 0.5vw;
		border-radius: 0.5vw;
	}

	body::-webkit-scrollbar-thumb {
		border-radius: 0.5vw;
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		background: linear-gradient(45deg, rgba(0,125,255,1), rgba(0,225,255,1));
	}

	.top > .menu > a > .box {
		font-size:0;
		margin:1.5vh;
	}

	.top > .menu > a > .box > h5 {
		display: inline-block;
		vertical-align: middle;
		line-height:2vh;
		font-size: 2vh;
		font-family: 'Outfit', sans-serif;
	}

	.top > .menu > a > .box > .box {
		display: inline-block;
		vertical-align: middle;
		width:2vh;
		height: 2vh;
		margin-left: 1vh;
	}

	.banner {
		width: 100vw;
		height: 100vh;
		z-index: 98;
		position: sticky;
		top: 0;
		left: 0;
	}

		.banner > .box:nth-child(1) {
			width: 100vw;
			height: 100vh;
			position: relative;
			filter: brightness(50%);
		}

		.banner > a > .box {
			width: 24vh;
			height: 5vh;
			position: absolute;
			bottom: -.25vh;
			left: calc(50vw - 12vh);
		}

		.banner > .box:nth-child(3) {
			width: calc(100vw - 7.5vh);
			padding-left: 3.75vh;
			bottom: 7.5vh;
			position: absolute;
		}

			.banner > .box:nth-child(3) > h1 {
				font-size: 4.25vh;
				line-height: 5vh;
				font-weight: 400;
				color: white;
			}

			.banner > .box:nth-child(3) > .box {
				width: 20vh;
				height: 20vh;
			}

	.ani {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		animation: ani 3s 0s forwards linear;
		-o-animation: ani 3s 0s forwards linear;
		-moz-animation: ani 3s 0s forwards linear;
		-webkit-animation: ani 3s 0s forwards linear;
	}

		.ani > .box {
			position: absolute;
			width: 20vh;
			height: 20vh;
			top: 40vh;
			left: calc(50vw - 10vh);
			animation: anicon .75s .75s forwards ease-out;
			-o-animation: anicon .75s .75s forwards ease-out;
			-moz-animation: anicon .75s .75s forwards ease-out;
			-webkit-animation: anicon .75s .75s forwards ease-out;
			opacity: 0;
		}

		.ani > h3 {
			position: absolute;
			top: 62.5vh;
			width: 100vw;
			left: 0;
			text-align: center;
			font-size: 3.75vh;
			line-height: 3.75vh;
			animation: anitext .25s .25s forwards ease-out;
			-o-animation: anitext .25s .25s forwards ease-out;
			-moz-animation: anitext .25s .25s forwards ease-out;
			-webkit-animation: anitext .25s .25s forwards ease-out;
			opacity: 0;
		}

	.one {
		width: calc(100vw - 5vh);
		z-index: 98;
		background: #79a4ff;
		text-align: center;
		padding: 5vh 2.5vh;
		position: sticky;
	}

		.one > h1 {
			font-size: 3vh;
			line-height: 3vh;
		}

		.one > h5 {
			letter-spacing: .2vh;
			font-weight: 400;
			font-family: 'Outfit', sans-serif;
			margin-top: 1.75vh !important;
			font-size: 1.5vh;
			line-height: 1.5vh;
		}

		.one > a > .box {
			width: 24vh;
			height: 5vh;
			margin-left: calc(50vw - 14.5vh);
			margin-top: 5vh !important;
		}

	.top {
		position: fixed;
		left: 0;
		top: 0;
		font-size: 0;
		width: calc(100vw - 4vh);
		height: 5vh;
		margin: 1.5vh 2vh;
		z-index: 99;
	}

		.top > .logo {
			width: 18vh;
			height: 5vh;
			border-radius: 1vh;
			overflow: hidden;
			box-shadow: 0 1vh 1.5vh rgba(0,0,0,.2);
			display: inline-block;
			vertical-align: middle;
		}

		.top > .menu {
			display: inline-block;
			vertical-align: middle;
			font-size: 0;
			text-align: right;
			height: 5vh;
			width: calc(100vw - 22vh);
		}

			.top > .menu > a {
				display: inline-block;
				vertical-align: middle;
			}

				.top > .menu > a > h5 {
					color: white !important;
					font-weight: 400;
					margin: 1.5vh 1.5vh !important;
					line-height: 2.5vh;
					font-size: 2.5vh;
					font-family: 'Outfit', sans-serif;
					display: none;
				}

	.top-shade {
		z-index: 97;
		position: fixed;
		top: 0;
		left: 0;
		background: linear-gradient(rgba(10,10,10,1), rgba(30,30,30,1));
		width: 100vw;
		height: 8vh;
		box-shadow: 0 1vh 1.5vh rgba(0,0,0,.2);
	}

	.company {
		width: 100vw;
		height: auto;
		padding: 5vh 0 7.5vh 0;
		position: relative;
		z-index: 96;
		background-image: url(code-mobile.jpg);
		background-size: auto 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}

		.company > .box:nth-child(1) {
			display: none;
		}

		.company > .box:nth-child(2) {
			width: calc(100vw - 7.5vh);
			height: fit-content;
			position: relative;
			left: 0;
			top: 0;
			padding: 0 3.75vh 0 3.75vh;
		}

			.company > .box:nth-child(2) > h5 {
				font-size: 2.25vh;
				line-height: 3.25vh;
				color: white;
				padding: 2.5vh 0 0 0;
			}

		.company > .box > .box {
			width: 21.6vh;
			height: 6vh;
			border-radius: 1vh;
			overflow: hidden;
			box-shadow: 0 1.5vh 2vh rgba(0,0,0,.5);
			margin-top: 2.5vh;
		}

	.two {
		width: calc(100vw - 7.5vh);
		padding: 7.5vh 3.75vh 7.5vh 3.75vh;
		z-index: 96;
		background-image: url(bc-2-mobile.jpg);
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
	}

		.two > h2 {
			font-weight: 400;
			z-index: 97;
			font-size:3.5vh;
			line-height:4vh;
		}

		.two > h4 {
			margin: 5vh 0 3.75vh 0 !important;
			font-size: 3vh;
			line-height: 3.5vh;
		}

		.two > h5 {
			margin: 0 0 5vh 0 !important;
			font-size: 2.25vh;
			line-height: 3.25vh;
		}

		.two > a > .box {
			width: 20vh;
			height: 5vh;
		}

	.vision {
		width: 100vw;
		position: relative;
		background: #ecf0f3;
	}

		.vision > .box {
			text-align: center;
			width: calc(100vw - 7.5vh);
			padding: 5vh 3.75vh;
			display: inline-block;
			vertical-align: middle;
		}

			.vision > .box:nth-child(2) {
				background: linear-gradient(135deg, #436b95, #001f46);
			}

				.vision > .box:nth-child(2) > h2 {
					color: white;
				}

				.vision > .box:nth-child(2) > h4 {
					color: white;
				}

			.vision > .box > h2 {
				font-size: 4vh;
				line-height: 4vh;
				font-weight: 300;
				padding-bottom: 1.75vh;
				color: #303030;
			}

			.vision > .box > h4 {
				font-size: 2.5vh;
				line-height: 3vh;
				color: #303030;
			}

	.meet {
		width: calc(100vw - 10vh);
		padding: 7.5vh 5vh 2.5vh 5vh;
		background: linear-gradient(60deg, rgba(50,58,183,1) 0%, rgba(0,172,193,1) 100%);
		text-align: center;
		font-size: 0;
	}

		.meet > .box > .box {
			display: inline-block;
			vertical-align: middle;
		}


			.meet > .box > .box > h2 {
				font-size: 5vh;
				line-height: 5vh;
				font-weight: 400;
			}

			.meet > .box > .box > h3 {
				font-size: 3.5vh;
				line-height: 3.5vh;
			}

			.meet > .box > .box:nth-child(1) {
				width: 20vh;
				height: 20vh;
				margin-bottom: 2.5vh;
			}

		.meet > .box:nth-child(2) {
			font-size: 0;
			padding: 5vh 0;
		}

			.meet > .box:nth-child(2) > h4 {
				font-size: 2.75vh;
				line-height: 3.25vh;
				padding: 1.25vh;
				font-weight: 400;
			}

	.three {
		width: 100vw;
		z-index: 96;
	}

		.three > .box {
			height: fit-content;
		}

			.three > .box:nth-child(1) {
				background: white;
				width: calc(100vw - 10vh);
				padding: 5vh;
			}

				.three > .box:nth-child(1) > h4 {
					font-size: 2.75vh;
					line-height: 2.75vh;
					color: black;
				}

				.three > .box:nth-child(1) > h2 {
					padding-top: .25vw;
					font-size: 4vh;
					line-height: 4vh;
					color: black;
					font-weight: 400;
				}

				.three > .box:nth-child(1) > h5 {
					padding: 2.5vh 0 5vh 0;
					font-size: 2.25vh;
					line-height: 2.75vh;
					color: black;
				}

				.three > .box:nth-child(1) > a > .box {
					width: 20vh;
					height: 2.5vh;
				}

			.three > .box:nth-child(2) {
				width: 100vw;
				font-size: 0;
			}

				.three > .box:nth-child(2) > a > .box {
					display: inline-block;
					width: 50vw;
					height: 50vw;
					position: relative;
				}

					.three > .box:nth-child(2) > a > .box > h5 {
						position: absolute;
						bottom: 0;
						width: calc(50vw - 2.5vh);
						padding: 1vh 1.5vh;
						font-size: 2.25vh;
						line-height: 2.75vh;
						color: white;
						font-weight: 400;
					}

	.product-one {
		width: 100vw;
		font-size: 0;
		z-index: 96;
	}

		.product-one > .box {
			position: relative;
			display: inline-block;
			vertical-align: top;
		}

			.product-one > .box:nth-child(1) {
				width: 100vw;
				background: #353c49;
				height: 90vw;
			}

				.product-one > .box:nth-child(1) > a > .box {
					width: 30vh;
					height: 6vh;
				}

			.product-one > .box:nth-child(2) {
				width: 100vw;
				height: 100vw;
			}

				.product-one > .box:nth-child(2) > .box:nth-child(2) {
					width: 5vh;
					height: 24vh;
					position: absolute;
					top: -10vh;
					left: calc(50vw - 2.5vh);
					transform: rotate(90deg);
				}

			.product-one > .box > h4 {
				font-size: 2vh;
				line-height: 3vh;
				padding: 5vh 2.5vh 0 2.5vh;
				width: calc(100vw - 5vh);
			}

			.product-one > .box > h1 {
				font-size: 3.5vh;
				line-height: 4vh;
				font-weight: 400;
				width: calc(100vw - 5vh);
				padding: 0 2.5vh;
			}

			.product-one > .box > h5 {
				font-size: 2.25vh;
				line-height: 3.25vh;
				padding: 3.75vh 2.5vh 5vh 2.5vh;
				width: calc(100vw - 5vh);
			}

	.product-two {
		width: 100vw;
		font-size: 0;
		z-index: 96;
	}

		.product-two > .box {
			position: relative;
			vertical-align: top;
		}

			.product-two > .box:nth-child(2) {
				width: 100vw;
				padding-bottom: 2.5vh;
				background: white;
				height: 120vw;
			}

				.product-two > .box:nth-child(2) > a > .box {
					width: 20vh;
					height: 4vh;
					margin: 0 0 2.5vh 2.5vh;
				}

			.product-two > .box:nth-child(1) {
				width: 100vw;
				height: 100vw;
			}

				.product-two > .box:nth-child(1) > .box:nth-child(2) {
					width: 5vh;
					height: 24vh;
					position: absolute;
					bottom: -9.75vh;
					left: calc(50vw - 2.5vh);
					transform: rotate(90deg);
				}

			.product-two > .box > h4 {
				font-size: 2vh;
				line-height: 3vh;
				padding: 5vh 2.5vh 0 2.5vh;
				color: black;
				font-weight: 600;
				width: calc(100vw - 5vh);
			}

			.product-two > .box > h1 {
				font-size: 4vh;
				line-height: 4.5vh;
				color: black;
				width: calc(100vw - 5vh);
				padding: 0 2.5vh;
			}

			.product-two > .box > h5 {
				font-size: 2.25vh;
				line-height: 3.25vh;
				padding: 3.75vh 2.5vh 5vh 2.5vh;
				width: calc(100vw - 5vh);
				color: black;
			}

	.maps {
		width: 100vw;
		height: 75vw;
		position: relative;
		z-index: 96;
	}

		.maps > .box:nth-child(2) {
			display: none;
		}

	.footer {
		width: calc(100vw - 5vh);
		height: 17.5vh;
		padding: 5vh 2.5vh 10vh 2.5vh;
		background: #ecf0f3;
		position: relative;
		font-size: 0;
		z-index: 96;
	}

		.footer > .box {
			display: inline-block;
			vertical-align: top;
			position: relative;
		}

			.footer > .box:nth-child(1) {
				width: 6vh;
				height: 7vh;
				border-radius: 0.5vh;
				overflow: hidden;
				box-shadow: 0 0.5vh 1vh rgb(0 0 0 / 20%);
				margin-right: 1vh;
			}

			.footer > .box:nth-child(2) {
				width: calc(50vw - 7.25vh);
				padding-top: 0.5vh;
				margin-right: 2.5vh;
			}

				.footer > .box:nth-child(2) > h5 {
					color: black;
					font-size: 1.5vh;
					line-height: 2vh;
					font-weight: 400;
				}

				.footer > .box:nth-child(2) > h6 {
					color: black;
					padding-top: 0.75vh;
					font-size: 1.25vh;
					line-height: 1.5vh;
				}

			.footer > .box:nth-child(3) {
				width: calc(50vw - 7.25vh);
				padding-top: 1vw;
				font-size: 0;
			}

				.footer > .box:nth-child(3) > h3 {
					font-size: 1.5vh;
					color: black;
					line-height: 1.5vh;
					margin-bottom: 1.5vh !important;
				}

				.footer > .box:nth-child(3) > .box {
					display: inline-block;
					width: calc(50vw - 7.25vh);
					font-size: 0;
					margin-bottom: 1vh;
				}

					.footer > .box:nth-child(3) > .box > h5 {
						display: inline-block;
						vertical-align: middle;
						color: black;
						font-size: 1.25vh;
						line-height: 1.25vh;
					}

					.footer > .box:nth-child(3) > .box > .box {
						display: inline-block;
						vertical-align: middle;
						width: 1.5vh;
						height: 1.5vh;
						margin-right: 0.5vh;
					}

		.footer > a > .up {
			width: 24vh;
			height: 5vh;
			position: absolute;
			top: -4.75vh;
			left: calc(50vw - 12vh);
		}

		.footer > .bottom {
			width: 100vw;
			text-align: center;
			background: rgba(0,0,0,.05);
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 1vh 0;
		}

			.footer > .bottom > h5 {
				color: rgba(0,0,0,0.5);
				font-size: 1.25vh;
				line-height: 1.25vh;
			}
}
