.whyusSection {
	padding: 100px 0;
}
.whyusSection .container {
	height: 100%;
}
.whyusSection .whyus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.whyusSection .whyus .logo-shape {
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.whyusSection .whyus .logo-shape img {
	width: 100%;
	height: auto;
}
.whyusSection .whyus h1 {
	position: relative;
	margin: 0;
	padding-bottom: 40px;
	font-size: 80px;
	color: #212121;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -0.05em;
	text-align: center;
}
.whyusSection .whyus h1:after {
	content: "";
	width: 270px;
	height: 5px;
	margin: 0 auto;
	background-color: #dfba6f;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.whyusSection .whyus .scroll-down {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 7px;
	margin-top: 30px;
	font-family: 'Mulish';
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.whyusSection .whyus .scroll-down .arrow {
	position: relative;
	width: 30px;
	height: 50px;
	border: 1px solid #000000;
	border-radius: 20px;
	overflow: hidden;
}
.whyusSection .whyus .scroll-down .arrow:before {
	content: "";
	width: 1px;
    height: 20px;
    background: #000000;
	position: absolute;
    top: -10%;
    left: 50%;
    transform: translateY(-50%);
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}
.whyusSection .whyus .scroll-down .arrow:after {
	content: "";
	width: 8px;
    height: 8px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
	position: absolute;
    top: calc(-10% + 5px);
    left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	animation: arrow2 2s infinite;
	-webkit-animation: arrow2 2s infinite;
}
keyframes arrow {
	to {
		top: 130%;
	}
}
@-webkit-keyframes arrow {
	to {
		top: 130%;
	}
}
keyframes arrow2 {
	to {
		top: 137%;
	}
}
@-webkit-keyframes arrow2 {
	to {
		top: 137%;
	}
}

.puzzleSection {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.puzzleSection .puzzleBox1 {
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translateX(-100%) translateY(-100%);
	z-index: 1;
}
.puzzleSection .puzzleBox1 .puzzle-hand {
	position: absolute;
	bottom: 80%;
	right: 15%;
	transform: scaleX(-1) rotate(-30deg);
}
.puzzleSection .puzzleBox2 {
	position: absolute;
	top: 0%;
	right: 0%;
	transform: translateX(100%) translateY(-100%);
	z-index: 1;
}
.puzzleSection .puzzleBox2 .puzzle-hand {
	position: absolute;
	bottom: 80%;
	left: 0%;
	transform: scaleX(1) rotate(-30deg);
}
.puzzleSection .puzzleBox3 {
	position: absolute;
	bottom: 0%;
	left: 0%;
	transform: translateX(-100%) translateY(100%);
	z-index: 1;
}
.puzzleSection .puzzleBox3 .puzzle-hand {
	position: absolute;
	top: 80%;
	right: 15%;
	transform: scaleX(-1) scaleY(-1) rotate(-30deg);
}
.puzzleSection .puzzleBox4 {
	position: absolute;
	bottom: 0%;
	right: 0%;
	transform: translateX(100%) translateY(100%);
	z-index: 1;
}
.puzzleSection .puzzleBox4 .puzzle-hand {
	position: absolute;
	top: 80%;
	left: 0%;
	transform: scaleX(1) scaleY(-1) rotate(-30deg);
}
.puzzleSection .puzzle {
	width: 200px;
	vertical-align: top;
	transition-duration: 0.4s;
}
.puzzleSection .puzzle-hand {
	max-width: inherit;
	opacity: 1;
}
.puzzleSection .puzzle-text {
	padding-right: 40px;
	position: absolute;
	top: calc(50% + 230px);
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
	opacity: 0;
}
.puzzleSection .puzzle-text h4 {
	margin: 0;
	font-size: 40px;
	color: #212121;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.05em;
	text-align: center;
}
.puzzleSection .puzzle-text h3 {
	margin: 0;
	font-size: 60px;
	color: #dfba6f;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.05em;
	text-align: center;
}

.videoSection {
	padding: 0px 0;
}
.videoSection .videofill {
	width: 100%;
	vertical-align: top;
}

.descriptionSection {
	padding: 100px 0;
	padding-bottom: 0;
}
.descriptionSection .description {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px;
	padding: 70px 0;
	border-top: 3px solid #dfba6f;
	border-bottom: 3px solid #dfba6f;
}
.descriptionSection .description p {
	width: calc(50% - 15px);
	margin: 0;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	line-height: 27px;
	text-align: justify;
}
.descriptionSection ul.numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	grid-gap: 30px;
	padding: 70px 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 3px solid #dfba6f;
}
.descriptionSection ul.numbers li {
	text-align: left;
}
.descriptionSection ul.numbers li .iconNum {
	display: inline-flex;
	align-items: center;
	grid-gap: 10px;
}
.descriptionSection ul.numbers li .iconNum .num {
	font-size: 60px;
	color: #212121;
	font-weight: 700;
	line-height: 60px;
}
.descriptionSection ul.numbers li .title,
.descriptionSection ul.numbers li .text {
	font-size: 14px;
	color: #212121;
	font-weight: 700;
	line-height: 14px;
}
.descriptionSection ul.numbers li.clear {
    display: none;
}
.descriptionSection ul.numbers li.item1 .text {
	margin-top: 7px;
}
.descriptionSection ul.numbers li.item2 {
	text-align: right;
}
.descriptionSection ul.numbers li.item3 {
	text-align: right;
}
.descriptionSection ul.numbers li.item4 .title {
	margin-bottom: -15px;
}
.descriptionSection ul.numbers li.item4 .text {
	margin-top: -15px;
}

.tilesSection {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.tilesSection .tilesBox {
	width: 100%;
	position: absolute;
	top: 60%;
	right: 0%;
	transform: translateY(-50%);
}
.tilesSection .tilesBox .tiles {
	width: 100%;
}
.tilesSection .tilesHandBox {
	width: 60%;
	position: absolute;
	left: 57%;
	top: 57%;
	transform: translateY(-50%);
}
.tilesSection .tilesHandBox .tiles-hand {
	width: 100%;
}

.committedSection {
	padding: 100px 0;
	padding-bottom: 0;
}
.committedSection .title {
	margin: 0;
}
.committedSection .title h2 {
	margin: 0;
	font-size: 80px;
	color: #dfba6f;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -0.05em;
	text-align: center;
}
.committedSection .title h2 + h2 {
	color: #212121;
}
.committedSection .content {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px;
	padding: 70px 0;
}
.committedSection .content p {
	width: calc(50% - 15px);
	margin: 0;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	line-height: 27px;
	text-align: justify;
}
.committedSection .image {
	width: calc(100% + var(--container-padding) + var(--container-padding));
	margin-left: calc(0px - var(--container-padding));
	min-height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.facilitySection {
	padding: 100px 0;
	padding-bottom: 0;
}
.facilitySection .title {
	width: 60%;
    margin: 0 auto;
	margin-bottom: 70px;
}
.facilitySection .title h2 {
	margin: 0;
	font-size: 80px;
	color: #dfba6f;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -0.05em;
	text-align: center;
}
.facilitySection .title h2 + h2 {
	color: #212121;
}
.facilitySection .image {
	width: 60%;
    margin: 0 auto;
}
.facilitySection .image.border-t-b {
	padding: 30px 0;
    border-top: 3px solid #dfba6f;
    border-bottom: 3px solid #dfba6f;
}
.facilitySection .content {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px;
	width: 60%;
    margin: 0 auto;
	padding: 50px 0;
}
.facilitySection .content:last-child {
	padding-bottom: 0;
}
.facilitySection .content p {
	margin: 0;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.reflectSection {
	padding: 100px 0;
}
.reflectSection .title {
	margin-bottom: 70px;
}
.reflectSection .title h2 {
	margin: 0;
	font-size: 80px;
	color: #dfba6f;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -0.05em;
	text-align: center;
}
.reflectSection .title h2 + h2 {
	color: #212121;
}
.reflectSection .title h2 + h2 + h2 {
	color: #dfba6f;
}
.reflectSection .imageBox {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
}
.reflectSection .imageBox .reflectImage1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 1;
}
.reflectSection .imageBox .reflectImage2 {
    width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
}
.reflectSection .content {
	display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    margin-top: 70px;
    padding-top: 70px;
	border-top: 3px solid #dfba6f;
}
.reflectSection .content h4 {
	width: 100%;
    margin: 0;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
.reflectSection .content p {
	width: calc(50% - 15px);
    margin: 0;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
}
