.view-04, .tpl-administration {
	display:block;
	box-sizing: border-box;
	padding:0;
	margin:0;
}

/* baner */
.view-04 .ps-baner {
	display:block;
	box-sizing:border-box;
	width:100%;	
	padding:0;
	margin:0;
	background-color:#ffffff;
}

.view-04 .ps-baner .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-04 .ps-baner .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1360px;
	padding:0;
	margin:0 auto;
	position:relative;
}

.view-04 .ps-baner .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	max-width:1100px;
	padding: 0;
	margin: 0 auto;
}

.view-04 .ps-baner .main-cols .col-left {
	order:0;
	display:block;
	box-sizing:border-box;
	width:54%;
	padding:60px 40px 0 0;
	margin:0;
}

.view-04 .ps-baner .main-cols .col-left .description {
	display:block;
	box-sizing:border-box;
	max-width:440px;
	padding:0;
	margin:0 0 20px 0;
}

.view-04 .ps-baner .main-cols .col-left .description:last-child {
	margin:0;
}

.view-04 .ps-baner .main-cols .col-left .description .page-title {
	display:block;
	box-sizing:border-box;
	font-size:46px;
	font-weight:600;
	line-height:120%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 20px 0;	
}

.view-04 .ps-baner .main-cols .col-left .description .page-title:last-child {
	margin: 0;
}

.view-04 .ps-baner .main-cols .col-left .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 20px 0;	
}

.view-04 .ps-baner .main-cols .col-left .description p:last-child {
	margin:0;
}

.view-04 .ps-baner .main-cols .col-right {
	order:0;
	display:block;
	box-sizing:border-box;
	width:46%;
	padding:0;
	margin:0;
}

.view-04 .ps-baner .main-cols .col-right .image {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:580px;
	line-height:0;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
}

.view-04 .ps-baner .main-cols .col-right .image img {
	width:693px;
	max-width:none;
	height:389px;
	position:absolute;
	left:0;
	top:55%;
	transform:translateY(-50%);
}

@media only screen and (max-width: 960px) { 
	.view-04 .ps-baner .main-cols {
		flex-wrap: wrap;
	}

	.view-04 .ps-baner .main-cols .col-left {
		order:1;
		display:flex;
		flex-direction:row;
		flex-wrap:nowrap;
		justify-content:center;
		align-items: stretch;
		width:100%;
		padding:60px 0 90px 0;
	}

	.view-04 .ps-baner .main-cols .col-left .description {
		max-width:none;
	}

	.view-04 .ps-baner .main-cols .col-right {
		order:0;
		width:100%;
		padding:120px 0 0 0;
	}

	.view-04 .ps-baner .main-cols .col-right .image {
		height:280px;
	}

	.view-04 .ps-baner .main-cols .col-right .image img {
		width:auto;
		max-width:none;
		height:100%;
		position:absolute;
		left:50%;
		top:0;
		transform:translateX(-50%);
	}		
}

@media only screen and (max-width: 768px) { 
	.view-04 .ps-baner .main-cols .col-left .description .page-title {
		font-size:40px;
	}

	.view-04 .ps-baner .main-cols .col-left .description p {
		font-size:14px;
	}
}

@media only screen and (max-width: 640px) { 
	.view-04 .ps-baner .main-cols .col-right {
		padding:140px 0 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.view-04 .ps-baner .main-cols .col-left .description .page-title {
		font-size:32px;
	}

	.view-04 .ps-baner .main-cols .col-right .image {
		height:220px;
	}	
}

/* system */
.view-04 .ps-system {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:#fb9500;
}

.view-04 .ps-system .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-04 .ps-system .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:0;
	margin:0 auto;
	position:relative;
}

.view-04 .ps-system .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;	
	max-width:1100px;
	height:580px;
	padding:0;
	margin: 0 auto;
}

.view-04 .ps-system .main-cols .col-left {
	order:0;
	display:block;
	box-sizing:border-box;
	width:54%;
	height:100%;
	padding:0;
	margin:0;
}

.view-04 .ps-system .main-cols .col-left .image {
	display:block;
	box-sizing:border-box;
	width:100px;
	height:100%;
	padding:0;
	margin:0;
	position:relative;
}

.view-04 .ps-system .main-cols .col-left .image .computer {
	display:block;
	box-sizing:border-box;
	width:600px;	
	max-width:none;
	height:580px;
	position:absolute;
	left:-130px;
	top:-80px;
	background-image: url(../images/pages/administration/imac_isometric.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	z-index:20;
}

.view-04 .ps-system .main-cols .col-left .image .screen {
	display:block;
	box-sizing:border-box;
	width:440px;
	max-width:none;
	height:400px;
	position:absolute;
	left:20px;
	top:-90px;
	background-image: url(../images/pages/administration/imac_screen.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	z-index:30;
}

.view-04 .ps-system .main-cols .col-left .image .app {
	display:block;
	box-sizing:border-box;
	width:560px;
	max-width:none;
	height:420px;
	position:absolute;
	left:10px;
	top:-140px;
	background-image: url(../images/pages/administration/imac_app.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	z-index:40;
}

.view-04 .ps-system .main-cols .col-right {
	order:1;
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
	width:46%;
	height:100%;
	padding:0;
	margin:0;
}

.view-04 .ps-system .main-cols .col-right .description {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;	
}

.view-04 .ps-system .main-cols .col-right .description .name {
	display:block;
	box-sizing:border-box;
	font-size:46px;
	font-weight:600;
	line-height:120%;
	text-align:left;
	color:rgba(255, 255, 255, 0.6);
	padding:0;
	margin:0 0 50px 0;	
}

.view-04 .ps-system .main-cols .col-right .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#fff;
	padding:0;
	margin:0 0 25px 0;	
}

.view-04 .ps-system .main-cols .col-right .description p:last-child {
	margin:0;
}

@media only screen and (max-width: 1152px) {
	.view-04 .ps-system .main-cols .col-left {
		width:46%;
	}

	.view-04 .ps-system .main-cols .col-right {
		width:52%;
	}

	.view-04 .ps-system .main-cols .col-left .image .computer {
		left:-220px;
	}

	.view-04 .ps-system .main-cols .col-left .image .screen {
		left:-70px;
	}

	.view-04 .ps-system .main-cols .col-left .image .app {
		left:-80px;
	}	
}

@media only screen and (max-width: 960px) { 
	.view-04 .ps-system .main-cols {
		flex-wrap: wrap;
		height:auto;
	}

	.view-04 .ps-system .main-cols .col-left {
		display:flex;
		flex-direction:row;
		flex-wrap:nowrap;
		justify-content:center;
		align-items:stretch;
		width:100%;
		height:400px;
	}

	.view-04 .ps-system .main-cols .col-left .image .computer {
		width:480px;	
		height:464px;
		top:-30px;
	}

	.view-04 .ps-system .main-cols .col-left .image .screen {
		width:352px;
		height:320px;
		left:-100px;
		top:-40px;
	}

	.view-04 .ps-system .main-cols .col-left .image .app {
		width:448px;
		height:336px;
		left:-110px;
		top:-90px;
	}

	.view-04 .ps-system .main-cols .col-right {
		justify-content:center;
		align-items:stretch;
		width:100%;
		height:auto;
		padding:60px 0 60px 0;
	}

	.view-04 .ps-system .main-cols .col-right .description {
		width:100%;
	}

	.view-04 .ps-system .main-cols .col-right .description .name {
		margin:0 0 20px 0;
	}
}

@media only screen and (max-width: 768px) { 
	.view-04 .ps-system .main-cols .col-right .description .name {
		font-size:40px;
	}

	.view-04 .ps-system .main-cols .col-right .description p {
		font-size:14px;
	}	
}

@media only screen and (max-width: 640px) {
	.view-04 .ps-system .main-cols .col-left {
		height:250px;
	}

	.view-04 .ps-system .main-cols .col-left .image .computer {
		width:300px;	
		height:290px;
		left:-120px;
	}

	.view-04 .ps-system .main-cols .col-left .image .screen {
		width:220px;
		height:200px;
		left:-40px;
	}

	.view-04 .ps-system .main-cols .col-left .image .app {
		width:280px;
		height:210px;
		left:-40px;
		top:-70px;
	}

	.view-04 .ps-system .main-cols .col-right {
		padding:40px 0 60px 0;
	}	
}

@media only screen and (max-width: 480px) {

	.view-04 .ps-system .main-cols .col-right .description .name {
		font-size:32px;
	}
}

/* targets */
.view-04 .ps-targets {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:#000;
}

.view-04 .ps-targets .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-04 .ps-targets .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	min-height:580px;
	padding:60px 0 50px 0;
	margin:0 auto;
}

.view-04 .ps-targets .description {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 0 20px 0;
}

.view-04 .ps-targets .description .name {
	display:block;
	box-sizing:border-box;
	font-size:46px;
	font-weight:600;
	line-height:120%;
	text-align:left;
	color:rgba(255, 255, 255, 0.5);
	padding:0;
	margin:0;	
}

.view-04 .ps-targets .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;	
	max-width:1100px;
	padding:0;
	margin: 0 auto;
}

.view-04 .ps-targets .main-cols .col {
	display:block;
	box-sizing:border-box;
	width:30%;
	padding:0;
	margin:0;
}

.view-04 .ps-targets .main-cols .col:last-child {
	margin:0;
}

.view-04 .ps-targets .main-cols .list-head {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
	height:100px;
	padding:0;
	margin:0 0 15px 0;
}

.view-04 .ps-targets .main-cols .list-head .name {
	display:block;
	box-sizing:border-box;
	font-size:18px;
	font-weight:700;
	line-height:160%;
	text-align:left;
	color:#fff;
	padding:0;
	margin:0;
}

.view-04 .ps-targets .main-cols .list-head .icon {
	display:block;
	box-sizing:border-box;
	width:100px;
	height:100px;
	padding:0;
	margin:0;	
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.view-04 .ps-targets .main-cols .list-head .icon.map  {
	background-image: url(../images/svg/pages/administration/map.svg);
}

.view-04 .ps-targets .main-cols .list-head .icon.hand  {
	background-image: url(../images/svg/pages/administration/hand.svg);
}

.view-04 .ps-targets .main-cols .list-head .icon.satellite  {
	background-image: url(../images/svg/pages/administration/satellite.svg);
}

.view-04 .ps-targets .main-cols ul.list {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
	list-style-type:none;
}

.view-04 .ps-targets .main-cols ul.list li.item {
	display:block;
	box-sizing:border-box;
	padding:0 0 0 25px;
	margin:0 0 15px 0;
	position:relative;
}

.view-04 .ps-targets .main-cols ul.list li.item:last-child {
	margin:0;
}

.view-04 .ps-targets .main-cols ul.list li.item:before {
	content:'';
	display:block;
	box-sizing:border-box;
	width:8px;
	height:8px;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:6px;
	background-color:#fff;
	border-radius:100%;
}

.view-04 .ps-targets .main-cols ul.list li.item p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#fff;
	padding:0;
	margin:0 0 15px 0;
}

.view-04 .ps-targets .main-cols ul.list li.item p:last-child {
	margin:0;
}

@media only screen and (max-width: 960px) {

	.view-04 .ps-targets .main-cols .list-head {
		height:80px;
	}

	.view-04 .ps-targets .main-cols .list-head .icon {
		width:80px;
		height:80px;		
	}

	.view-04 .ps-targets .main-cols ul.list li.item p {
		font-size:14px;
	}

	.view-04 .ps-targets .main-cols ul.list li.item:before {
		top:4px;
	}	
}

@media only screen and (max-width: 768px) {
	.view-04 .ps-targets .description .name {
		font-size:40px;
	}

	.view-04 .ps-targets .main-cols {
		flex-wrap: wrap;
	}

	.view-04 .ps-targets .main-cols .col {
		width:45%;
		margin:0 0 40px 0;
	}	
}

@media only screen and (max-width: 640px) {
	.view-04 .ps-targets .main-cols .col {
		width:90%;
	}
}

@media only screen and (max-width: 480px) {
	.view-04 .ps-targets .description .name {
		font-size:32px;
	}
}

@media only screen and (max-width: 360px) {
	.view-04 .ps-targets .main-cols .col {
		width:100%;
	}
}

/* about */
.view-04 .ps-about {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:#fb9500;
}

.view-04 .ps-about .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-04 .ps-about .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:0;
	margin:0 auto;
	position:relative;
}

.view-04 .ps-about .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;	
	max-width:1100px;
	height:580px;
	padding:0;
	margin: 0 auto;
}

.view-04 .ps-about .main-cols .col-left {
	order:0;
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
	width:46%;
	height:100%;
	padding:0;
	margin:0;
}

.view-04 .ps-about .main-cols .col-left .description {
	display:block;
	box-sizing:border-box;
	max-width:450px;
	padding:0;
	margin:0;	
}

.view-04 .ps-about .main-cols .col-left .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#fff;
	padding:0;
	margin:0 0 25px 0;	
}

.view-04 .ps-about .main-cols .col-left .description p:last-child {
	margin:0;
}

.view-04 .ps-about .main-cols .col-right {
	order:1;
	display:block;
	box-sizing:border-box;
	width:54%;
	height:100%;
	padding:0;
	margin:0;
}

.view-04 .ps-about .main-cols .col-right .image {
	display:block;
	box-sizing:border-box;
	height:100%;
	padding:0;
	margin:0;
	position:relative;
	left:50px;
}

.view-04 .ps-about .main-cols .col-right .image .computer {
	display:block;
	box-sizing:border-box;
	width:600px;	
	max-width:none;
	height:480px;
	position:absolute;
	left:0;
	top:55%;
	transform:translateY(-50%);
	background-image: url(../images/pages/administration/imac.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	z-index:20;
}

.view-04 .ps-about .main-cols .col-right .image .phone {
	display:block;
	box-sizing:border-box;
	width:220px;
	max-width:none;
	height:375px;
	position:absolute;
	right:-100px;
	bottom:20px;
	background-image: url(../images/pages/administration/htc_phone.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	z-index:30;
}

@media only screen and (max-width: 960px) {
	.view-04 .ps-about .main-cols .col-left .description p {
		font-size:14px;
	}
}

@media only screen and (max-width: 768px) {
	.view-04 .ps-about .main-cols {
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		height:auto;
	}

	.view-04 .ps-about .main-cols .col-left {
		order:1;
		width:100%;
		height:auto;
		padding:40px 0 60px 0;
	}

	.view-04 .ps-about .main-cols .col-left .description {
		width:100%;
		max-width:none;
	}

	.view-04 .ps-about .main-cols .col-right {
		order:0;
		width:100%;
		height:420px;
		padding:40px 0 0 0;
	}

	.view-04 .ps-about .main-cols .col-right .image {
		left:0;
	}

	.view-04 .ps-about .main-cols .col-right .image .computer {
		width:420px;
		height:336px;
		left:50%;
		top:50%;
		transform:translateX(-50%) translateY(-50%);
	}

	.view-04 .ps-about .main-cols .col-right .image .phone {
		width:132px;
		max-width:none;
		height:225px;
		position:absolute;
		right:auto;
		left:50%;
		bottom:20px;
		transform:translateX(110px);
	}	
}

@media only screen and (max-width: 480px) {
	.view-04 .ps-about .main-cols .col-right {
		height:300px;
		padding:40px 0 0 0;
	}

	.view-04 .ps-about .main-cols .col-right .image .computer {
		width:300px;
		height:240px;
	}

	.view-04 .ps-about .main-cols .col-right .image .phone {
		width:110px;
		height: 190px;
		bottom:0;
		transform:translateX(60px);
	}
}

@media only screen and (max-width: 400px) {
	.view-04 .ps-about .main-cols .col-right .image .phone {
		width:88px;
		height: 150px;
		transform:translateX(80px);
	}
}

/* video */
.view-04 .ps-video {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:#fb9500;
}

.view-04 .ps-video .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-04 .ps-video .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:0;
	margin:0 auto;
	position:relative;
}

.view-04 .ps-video .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;	
	max-width:1100px;
	height:540px;
	padding:0;
	margin: 0 auto;
}

.view-04 .ps-video .main-cols .col-left {
	order:0;
	flex-shrink:0;
	flex-grow:0;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	width:640px;
	height:100%;
	padding:0;
	margin:0;
}

.view-04 .ps-video .main-cols .col-left .wrap-video {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	line-height:0;
	position:relative;
}

.view-04 .ps-video .main-cols .col-left .wrap-video .btn-play {
	display:block;
	box-sizing:border-box;
	width:128px;
	height:128px;
	padding:0;
	margin:0;
	z-index:10;
	position:absolute;
	top:50%;
	right:-30px;
	transform:translateX(50%) translateY(-50%);
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	cursor:pointer;
	border-radius:50%;
	transition:all 0.2s ease-out;
}


.view-04 .ps-video .main-cols .col-left .wrap-video .btn-play svg {
	width:100%;
	height:100%;
	fill:#ffffff;
	transition:all 0.2s ease-out;
}

.view-04 .ps-video .main-cols .col-left .wrap-video .btn-play:hover svg {
	width:100%;
	height:100%;
	fill:#FFD495;
}

.view-04 .ps-video .main-cols .col-left .wrap-video .btn-play:hover {
	box-shadow:0 0 16px 0 rgba(0,0,0,0.4);
}

.view-04 .ps-video .main-cols .col-left .media-holder {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	line-height:0;
	border-radius:20px;
	overflow:hidden;
	cursor:pointer;
}

.view-04 .ps-video .main-cols .col-left .media-holder video {
	display:block;
	width:100%;
	height:100%;
}

.view-04 .ps-video .main-cols .col-right {
	order:1;
	flex-grow:1;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	height:100%;
	padding:0;
	margin:0;
}

.view-04 .ps-video .main-cols .col-right .link {
	display:block;
	box-sizing:border-box;
	font-size:46px;
	font-weight:700;
	line-height:120%;
	text-align:right;
	color:#FFD495;
	padding:0;
	margin:0;
	cursor:default;
	position:relative;
	left:120px;
	white-space: nowrap;
}

@media only screen and (max-width: 1152px) {
	.view-04 .ps-video .main-cols .col-left .wrap-video .btn-play {
		right:auto;
		left:50%;
		transform:translateX(-50%) translateY(-50%);
	}

	.view-04 .ps-video .main-cols .col-right .link {
		font-size:40px;
		left:60px;
	}
}

@media only screen and (max-width: 960px) {

	.view-04 .ps-video .st-cnt {
		padding:30px 0 60px 0;
	}

	.view-04 .ps-video .main-cols {
		flex-wrap: wrap;
		height:auto;
	}

	.view-04 .ps-video .main-cols .col-left {
		order:1;
		width:100%;
	}

	.view-04 .ps-video .main-cols .col-left .wrap-video {
		width:90%;
		height:auto;
	}

	.view-04 .ps-video .main-cols .col-left .media-holder {
		border-radius:15px;
	}

	.view-04 .ps-video .main-cols .col-left .wrap-video .btn-play {
		width:96px;
		height:96px;
	}

	.view-04 .ps-video .main-cols .col-right {
		order:0;
		width:100%;
		margin:0 0 40px 0;
	}

	.view-04 .ps-video .main-cols .col-right .link {
		font-size:36px;
		left:auto;
	}
}

@media only screen and (max-width: 768px) {

	.view-04 .ps-video .st-cnt {
		padding:20px 0 60px 0;
	}

	.view-04 .ps-video .main-cols .col-left .wrap-video .btn-play {
		width:64px;
		height:64px;
	}

	.view-04 .ps-video .main-cols .col-right {

		margin:0 0 30px 0;
	}

	.view-04 .ps-video .main-cols .col-right .link {
		font-size:32px;
	}
}

@media only screen and (max-width: 480px) {
	.view-04 .ps-video .st-cnt {
		padding:0 0 60px 0;
	}

	.view-04 .ps-video .main-cols .col-left .wrap-video {
		width:100%;
	}

	.view-04 .ps-video .main-cols .col-left .media-holder {
		border-radius:10px;
	}

	.view-04 .ps-video .main-cols .col-right {
		margin:0 0 20px 0;
	}

	.view-04 .ps-video .main-cols .col-right .link {
		font-size:28px;
	}	
}

/* contact */
.view-04 .ps-contact {
	display:block;
	box-sizing:border-box;
	width:100%;	
	padding:0;
	margin:0;
	background-color:#ffffff;
}

.view-04 .ps-contact .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-04 .ps-contact .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:90px 0 85px 0;
	margin:0 auto;
	position:relative;
}

.view-04 .ps-contact .st-cnt .description {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 0 50px 0;
}

.view-04 .ps-contact .st-cnt .description:last-child {
	margin:0;
}

.view-04 .ps-contact .st-cnt .description .name {
	display:block;
	box-sizing:border-box;
	font-size:18px;
	font-weight:700;
	line-height:120%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 15px 0;	
}

.view-04 .ps-contact .st-cnt .description .name:last-child {
	margin:0;
}

.view-04 .ps-contact .st-cnt .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 20px 0;	
}

.view-04 .ps-contact .st-cnt .description p:last-child {
	margin:0;
}

.view-04 .ps-contact .mail-form {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.view-04 .ps-contact .mail-form .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;	
	box-sizing: border-box;
	width:100%;
	padding: 0;
	margin: 0 0 40px 0;
}

.view-04 .ps-contact .mail-form .row:last-child {
	margin:0;
}

.view-04 .ps-contact .mail-form .row .col-33 {
	display:block;
	box-sizing:border-box;
	width:31.5%;
	padding:0;
	margin:0;
}

.view-04 .ps-contact .mail-form .row .col-33:last-child {
	margin:0;
}

.view-04 .ps-contact .mail-form .row .wrap-control {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;	
}

.view-04 .ps-contact .mail-form input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #000000;
    padding: 0 5px;
    margin: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    background-color:transparent;
}

.view-04 .ps-contact .mail-form input.invalid {
	border-bottom: 2px solid #c00;
	background-color:rgba(236, 0, 59, 0.05);
}

.view-04 .ps-contact .mail-form input::-webkit-input-placeholder {
    color: #202020;
}

.view-04 .ps-contact .mail-form input::-moz-placeholder {
    color: #202020;
}

.view-04 .ps-contact .mail-form input:-ms-input-placeholder {
    color: #202020;
}

.view-04 .ps-contact .mail-form input:-moz-placeholder {
    color: #202020;
}

.view-04 .ps-contact .mail-form .info-box {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: flex-end;
	align-items: stretch;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.view-04 .ps-contact .mail-form .info-box .info {
	display:none;
	box-sizing:border-box;
	font-size:12px;
	font-weight:400;
	line-height:120%;
	text-align:center;
	color:#202020;
	padding:0 0 15px 0;
	margin:0;	
}

.view-04 .ps-contact .mail-form .info-box .info.display {
	display:block;
}

.view-04 .ps-contact .mail-form .wrap-button {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	box-sizing:border-box;
	padding:16px 0 0 0;
	margin:0 0 20px 0;
} 

.view-04 .ps-contact .mail-form .wrap-button .btn-send {
	display:block;
	box-sizing:border-box;
	width:160px;
	padding:0;
	margin:0;
	position:relative;
}

.view-04 .ps-contact .mail-form .wrap-button .btn-send .ajax-loader {
	display:block;
	box-sizing:border-box;
	width:20px;
	height:20px;
	padding:0;
	margin:0;
	position:absolute;
	right:5px;
	bottom:-10px;
	transform:translateY(100%);
	opacity:0.0;
	transition:all 0.2s ease-out;
}

.view-04 .ps-contact .mail-form .wrap-button .btn-send.show-ajax .ajax-loader {
	opacity:1.0;
}

.view-04 .ps-contact .mail-form .wrap-button .btn-send .ajax-loader svg {
	width:100%;
	height:100%;
	fill:#b0b0b0;
}

.view-04 .ps-contact .mail-form .terms {
	display:block;
	box-sizing:border-box;
	padding:0 0 0 36px;
	margin:0;
	position:relative;
}

.view-04 .ps-contact .mail-form .terms:after {
	content: '';
	display: table;
	clear: both;
}

.view-04 .ps-contact .mail-form .terms .checkbox {
	display:block;
	box-sizing:border-box;
	width:24px;
	height:24px;
	line-height:0;
	padding:0;
	margin:0;
	border:2px solid #A0A0A0;
	position:absolute;
	left:0;
	top:2px;
	transition:all 0.2s ease-out;
	cursor: pointer;
}

.view-04 .ps-contact .mail-form .terms.checked .checkbox,
.view-04 .ps-contact .mail-form .terms:hover .checkbox {
	border:2px solid #404040;
}

.view-04 .ps-contact .mail-form .terms .checkbox svg {
	width:100%;
	height:100%;
	fill:rgba(0,0,0,0);
	transition:all 0.2s ease-out;
}

.view-04 .ps-contact .mail-form .terms.checked .checkbox svg {
	fill:rgba(0,0,0,1);
}

.view-04 .ps-contact .mail-form .terms .inner {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
	float:left;
	cursor:pointer;	
}

.view-04 .ps-contact .mail-form .terms .inner p {
	display:block;
	box-sizing:border-box;
	font-size:12px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#909090;
	padding:0 0 10px 0;
	margin:0;
	transition:all 0.2s ease-out;
}

.view-04 .ps-contact .mail-form .terms .inner p:last-child {
	margin:0;
}

.view-04 .ps-contact .mail-form .terms:not(.invalid).checked .inner > p,
.view-04 .ps-contact .mail-form .terms:not(.invalid) .inner:hover > p {
	color:#606060;
}

.view-04 .ps-contact .mail-form .terms.invalid .inner > p {
	color:#bf5d5d;
}

.view-04 .ps-contact .mail-form .terms .inner .popup-msg {
	display:none;
	box-sizing:border-box;
	width:100%;
	padding:15px;
	margin:0;
	position:absolute;
	left:0;
	top:-20px;
	transform:translateY(-100%);
	background-color:#fff;
	border-radius:4px;
	box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
	z-index:60;
}

.view-04 .ps-contact .mail-form .terms:not(.checked) .inner:hover .popup-msg {
	display:block;
}

.view-04 .ps-contact .mail-form .terms .inner .popup-msg p {
	font-size:12px;
	font-weight:400;
	line-height:120%;
	color:#909090;
}

@media only screen and (max-width: 960px) {

	.view-04 .ps-contact .st-cnt {
		padding:60px 0 60px 0;
	}

	.view-04 .ps-contact .st-cnt .description p {
		font-size:14px;
	}

	.view-04 .ps-contact .mail-form .row {
		margin: 0 0 30px 0;
	}

	.view-04 .ps-contact .mail-form .row .col-33 {
		width:100%;
		margin:0 0 30px 0;
	}

	.view-04 .ps-contact .mail-form .wrap-button {
		margin:0 0 40px 0;
	} 	
}

@media only screen and (max-width: 480px) {

	.view-04 .ps-contact .st-cnt {
		padding:60px 0 50px 0;
	}
}