// Age Of War udpate

.home .custom-ce-menu .fl-module-uabb-advanced-menu {
	position: relative;
}

.home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	z-index: 5;
	content: '';
	position: absolute;
	width: 199px;
	height: 120px;
	left: 7px;
    top: 66px;
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-en.png.png');
}

html[lang="ko-KR"] .home .custom-ce-menu {
	height: 83px;
}

html[lang="pl-PL"] .home .custom-ce-menu {
	height: 83px;
}

html[lang="en-US"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-en.png.png');
}

html[lang="fr-FR"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-fr.png');
}

html[lang="de-DE"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-de.png');
}

html[lang="es-ES"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-es.png');
}

html[lang="pl-PL"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-pol.png');
}

html[lang="pt-BR"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-pt.png');
}

html[lang="ru-RU"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-ru.png');
}

html[lang="ja"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-ja.png');
}

html[lang="ko-KR"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-kor.png');
}

html[lang="zh-CN"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-sch.png');
}

html[lang="zh-TW"] .home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/aow-menu-tch.png');
}

@media (max-width: 1296px) {
	.home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
		top: 96px;
	}
}

@media (max-width: 990px) {
	.home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
		top: 116px;
	}
}

@media (max-width: 950px) {
	.home .custom-ce-menu .fl-module-uabb-advanced-menu::after {
		display: none;
	}
}

.aow-vidbuild {
    position: relative;
    top:40px;
}

.aow-video-logo {
    position: absolute;
    top:5%;
    left:50%;
    transform: translateX(-50%);
    max-width: 450px !important;
    width: 100%;
    height: auto;
}

.aow-video-frame {
    position: absolute;
    top: 23px;
    left: 13px;
    width: 97.3%;
    height: 90%;
}

.aow-frame-logo {
	position: absolute;
    top:5%;
    left:50%;
    transform: translateX(-50%);
    max-width: 528px;
    height: auto;
	width: 400px;
	margin: auto
}

.aow-video-text{
    position: absolute;
    top:50%;
    left:5%;
    z-index: 1;
    width:90%;
    font-family: 'Noto Serif';
    font-style: normal;
    font-size:17px;
    text-align: center;
    color: #DEB89E !important;
    letter-spacing: 0.08em;
    line-height:1.8em;
}

.aow-learn-more-cta {
    border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/AOW_small-square.png) 20% round !important;
    border-image-width: auto !important;
    border: 12px solid transparent;
	font-family: 'Noto Serif';
    font-style: normal;
    font-size:17px;
    text-align: center;
    color: #DEB89E !important; 
    letter-spacing: 0.08em;
    line-height:1.8em;
	position: absolute;
    left: 42%;
    top: 78%;
	z-index: 3;
}

.aow-learn-more-cta:hover {
	font-size: 17.5px;
    border-width: 12.5px;
    left: 41.8%;
    top: 77.8%;
    transition: font-size 0.5s, border-width 0.5s, top 0.5s, left 0.5s;
}