/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.banner-advanced-editor-html-container::before
{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.media-inner-wrapper
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column nowrap;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;

}

@media screen and (max-width:1200px)
{
	.media-inner-wrapper
	{
	    align-items: center;
	}
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.banner-caption-description-wrapper
{
	display: flex;
	align-items: center;
	align-items: flex-end;
	border-bottom: 1px solid #9A9A9A;
	padding-bottom: 15px;
}

@media screen and (max-width:1200px)
{
	.banner-caption-description-wrapper
	{
	    flex-flow: column nowrap;
	    align-items: center;
	    text-align: center;
	    border: none;
	    padding: 0;
	}
}

.media-inner-wrapper .banner-caption
{
	font-family: oswald, sans-serif;
	font-size: calc(26px + (42 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #FFFFFF !important;
	font-weight: 600;
	line-height: 1;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 45px;
	}
}

.media-inner-wrapper .banner-caption .caption-word
{
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}

.media-inner-wrapper .banner-caption .caption-word span
{
	font-family: oswald, sans-serif;
	font-size: calc(26px + (58 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #AF1019 !important;
	font-weight: 800;
}

.media-inner-wrapper .banner-caption .caption-word:last-of-type
{
	margin-bottom: 0;
}

.media-inner-wrapper .banner-description
{
	position: relative;
	font-family: inter, sans-serif;
	font-size: calc(26px + (34 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #ffffff;
	margin-left: 60px;
	line-height: 1.2;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-description
	{
		font-size: 34px;
	}
}

@media screen and (max-width:1200px)
{
	.media-inner-wrapper .banner-description
	{
		margin: 0;
	}
}

.media-inner-wrapper .banner-button-container
{
	position: absolute;
	bottom: 100px;
}

.media-inner-wrapper .banner-button-container .ww_action_button1
{
	font-size: 20px !important;
	padding: 12px 20px !important;
}