﻿/*Green*/
.green-title
{
	color:var(--basic-0);
	font-size:12.8rem;
	line-height:0.75;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:48px;
}
.green-title span
{
	color:var(--basic-900);
	font-size:6.4rem;
	font-weight:300;
}
.green-extra
{
	color:var(--basic-0);
}
@media all and (max-width:991px)
{
	.green-title
	{
		font-size:6.4rem;
	}
	.green-title span
	{
		font-size:4.8rem;
	}
	.green-image
	{
		max-width:240px;
		max-height:240px;
	}
}
@media all and (max-width:575px)
{
	.green-image
	{
		max-width:140px;
		max-height:140px;
	}
}

/*News*/
.article-list
{
	padding-top:64px;
}

/*Statement Title Pane*/
.statement-title-pane .Normal
{
	color:var(--basic-0);
}

/*Video*/
.video-pane .youtube-overlay
{
	width:100%;
	height:100vh;
	cursor:pointer;
}
.video-pane .iframe-youtube,
.video-pane.active .youtube-overlay
{
	display:none;
}
.video-pane.active .iframe-youtube,
.video-pane .youtube-overlay
{
	display:block;
}