
@media (max-width: 1440px)
{
	.page-header {
		height: 48.82vw;
	}
	.page-header-video {
		height: 42.22vw;
	}
	.page-header-image {
		height: 42.22vw;
	}
	
	.main-container-top {
		top: calc(38.82vw);
	}
}



@media (max-width: 1199px)
{
	.main-container-wrapper {
		margin-top: -160px;
	}
	
	.page-header-video-button {
		margin-top: -90px;
	}
}


@media (max-width: 991px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		min-height: 100vh;
		z-index: 110;
		background: #d3eff2;
		padding: 3px;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.header-nav.is-visible {
		display: block;
	}
	.header-nav > ul {
		margin: 60px 0 0 0;
		height: auto;
		background: transparent;
		box-shadow: none;
	}
	.header-nav > ul > li {
		display: inline-block;
		width: 100%;
		overflow: hidden;
		float: none;
		height: auto;
		text-align: center;
		margin-bottom: 6px;
	}
	.header-nav > ul > li:before {
		display: none;
	}
	.header-nav > ul > li > a {
		float: none;
		display: inline-block;
		width: auto;
		text-align: center;
		font-size: 20px;
		font-weight: 600;
	}
	.header-nav > ul > li > a:before {
		border-radius: 30px !important;
	}
	.header-nav > ul > li > ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		background: none;
		box-shadow: none;
		padding-top: 0 !important;
	}
	.header-nav > ul > li > ul > li {
		
	}
	.header-nav > ul > li > ul > li > a {
	}
	
	.cloud-card {
		height: auto;
		margin-top: calc(26.92vw);
	}
	.cloud-card:before {
		top: calc(-26.92vw + 1px);
		height: calc(26.92vw);
	}
	
	.page-image {
		height: 60vw;
	}
	
	.member-image {
		height: calc(50vw - 75px);
	}
	
	.page-header-video-button {
		left: 50%;
		margin-left: -100px;
	}
	.page-header-video-button-play {
		width: 60px;
		height: 60px;
	}
	
	
	.card--huge {
		height: calc(60vw + 20px);
	}
	.card--huge .card-image {
		height: calc(60vw - 40px);
	}
	
}



@media (max-width: 767px)
{
	
	
	.header-logo {
		height: 70px;
	}
	.header-logo img {
		height: 70px;
	}
	
	.page-header {
		height: 400px;
	}
	.page-header-video {
		height: 340px;
	}
	.page-header-image {
		height: 340px;
	}
	
	.main-container-top {
		top: 300px;
	}
	
	.text-card {
		padding: 25px;
	}
	
	.card {
		height: calc(60vw + 20px);
	}
	.card-image {
		height: calc(60vw - 40px);
	}
	
	.button,
	.button-red,
	.button-blue,
	.button-green,
	.button-yellow,
	.button-pink,
	.button-orange,
	.button-light {
		padding: 0 20px;
	}
	
	
	.text-box h1,
	.text-box h2 {
		font-size: 30px;
	}
	.text-box h3 {
		font-size: 27px;
	}
	.text-box h4 {
		font-size: 24px;
	}
	.text-box h5 {
		font-size: 22px;
	}
	.text-box h6 {
		font-size: 19px;
	}
}




@media (max-width: 575px)
{
	
	
	.member-image {
		height: calc(100vw - 90px);
	}
	
	.text-box h1,
	.text-box h2 {
		font-size: 28px;
	}
	.text-box h3 {
		font-size: 25px;
	}
	.text-box h4 {
		font-size: 22px;
	}
	.text-box h5 {
		font-size: 21px;
	}
	.text-box h6 {
		font-size: 17px;
	}
	
}

