:root {
	--line-height: calc(1rem * 1.5);
	--fs-h1: 3.157rem;
	--fs-h2: 2.369rem;
	--fs-h3: 1.730rem;
	--fs-h4: 1.28rem;
	--fs-p: 1.15rem;
	--fs-sm-2: 0.9rem;
	--fs-sm: 0.7rem;
	--accent-color: #0e0920;
	--accent-color-two: #8F1F77;
	--rgb-accent-color: 14, 9, 32;
	--rgb-accent-color-two: 143, 31, 119;
	--background-color: #0e0920;
	--accent-gradient-one: #ff9a5d;
	--accent-gradient-two: #e5004b;
	--body-font-color: #555;
	--small-font-color: #aaa
}

@keyframes fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes show {
	0% {
		transform: translateY(-10px);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

body,
html {
	height: 100%
}

body {
	position: relative;
	overflow-x: hidden;
	animation: fadein 3s forwards;
	background-color: var(--background-color);
	color: var(--body-font-color);
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-size: var(--fs-p);
	line-height: var(--line-height)
}

b,
strong {
	font-weight: 500
}

h1,
h2,
h3,
h4 {
	color: var(--accent-color);
	font-weight: 800
}

h1 {
	font-size: var(--fs-h1);
	font-weight: 800;
	letter-spacing: -1px
}

h2 {
	font-size: var(--fs-h2)
}

h3 {
	font-size: var(--fs-h3)
}

h4 {
	font-size: var(--fs-h4)
}

p {
	font-size: var(--fs-p)
}

.logo img {
	width: 50px;
	margin-top: 1em;
	margin-right: 2em
}

.scroll-nav,
nav {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: var(--fs-sm);
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase
}

nav {
	position: absolute;
	z-index: 9999;
	padding: 1.5em 3em;
	animation: show .5s .7s ease 1 both
}

.scroll-nav {
	position: fixed;
	z-index: 999;
	padding: 0 1.2em;
	transition: .3s;
	opacity: 0;
	background-color: var(--accent-color);
	background-image: url(../img/header-background.png);
	background-position: top right;
	background-size: cover;
	box-shadow: 0 0 20px 2px rgba(var(--rgb-accent-color), .25)
}

.responsive-nav {
	display: none
}

.show-nav {
	top: 0;
	transition: .3s;
	opacity: 1
}

.scroll-nav ul,
nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

.scroll-nav li,
nav li {
	position: relative;
	padding: 15px 20px
}

.scroll-nav a,
nav a {
	color: #fff
}

.scroll-nav li a::after,
nav li a::after {
	content: '';
	transform: scaleX(0);
	transition: transform 250ms ease-in-out
}

.scroll-nav li a:hover::after,
nav li a:hover::after {
	content: '';
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(1);
	transition: transform 250ms ease-in-out;
	background: linear-gradient(to left, rgba(255, 0, 0, 0) 0, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, .6) 60%, rgba(255, 0, 0, 0) 100%)
}

.nav-signup-btn {
	padding: .7em 2.5em;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 0 1px 0 #fff inset, 0 0 1px 0 #fff
}

.nav-signup-btn:focus,
.nav-signup-btn:hover {
	background: #fff;
	color: var(--accent-color)
}

.nav-right {
	display: flex;
	align-items: center
}

.nav-right li {
	margin-right: 15px
}

nav .dropdown {
	text-align: center;
	position: relative;
	color: #fff;
	padding: 20px
}

.scroll-nav .dropdown {
	text-align: center;
	position: relative;
	color: #fff;
	padding: 20px
}

nav .show-links {
	display: none;
	position: absolute;
	width: 220px;
	margin-top: 5px;
	text-align: center;
	margin-left: -85px
}

.scroll-nav .show-links {
	display: none;
	position: absolute;
	margin-top: 19px;
	width: 230px;
	text-align: center;
	margin-left: -90px
}

.show-nav .show-links li a {
	background: url(../img/header-background.png);
	padding: 17px 0;
	display: block;
	transition: none!important
}

nav .show-links li {
	padding-bottom: 0
}

.scroll-nav .show-links li {
	padding: 0
}

.show-nav .show-links li a:hover {
	background: #6e174a
}

.dropdown:hover .show-links {
	display: block;
	transition: none!important
}

.scroll-nav li,
nav li {
	list-style: none
}

.scroll-nav .show-links li a::after {
	display: none!important;
	transition: none!important
}

nav .highscores-dd .show-links {
	margin-left: -64px
}

.scroll-nav .highscores-dd .show-links {
	margin-left: -69px
}

header {
	position: relative;
	height: 100%;
	max-height: 720px;
	padding-bottom: 60px;
	animation: fadein 1s 0s ease 1 both;
	background-image: url(../img/header-background.png);
	background-position: right;
	background-size: cover;
	box-shadow: inset 0 -50px 40px -40px rgba(0, 0, 0, .3), inset 0 -50px 70px -70px #060314
}

.header-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	max-width: 1100px;
	height: 100%;
	margin: 0 auto
}

@keyframes leftslide {
	0% {
		transform: translateX(-80px);
		opacity: 0
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

.title-logo {
	position: absolute;
	z-index: 1;
	top: calc(50% - 160px);
	left: -190px;
	max-width: 90%;
	animation: leftslide 1.5s 1.3s forwards;
	opacity: 0
}

@keyframes rightslide {
	0% {
		transform: translateX(80px);
		opacity: 0
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

.header-characters {
	position: absolute;
	right: -70px;
	bottom: 0;
	animation: rightslide 1.5s 1.7s forwards;
	opacity: 0
}

@keyframes floating {
	0% {
		transform: translate(0, 0)
	}
	50% {
		transform: translate(0, 15px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.down-arrow {
	position: absolute;
	right: 0;
	bottom: 100px;
	left: 0;
	width: 34px;
	margin: 0 auto;
	animation: show .8s 2.5s ease 1 both, floating 1.2s linear infinite
}

.down-arrow img {
	width: 34px
}

#scroll-to {
	position: absolute;
	margin-top: -75px
}

#intro {
	position: relative;
	z-index: 99;
	height: 339px;
	animation: show .5s 3s forwards;
	opacity: 0;
	background: var(--accent-color)
}

.intro-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1150px;
	height: 339px;
	margin: 0 auto
}

.cta-character {
	position: absolute;
	margin-top: -60px;
	animation: leftslide 1s 3s forwards
}

.cta-btn {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 290px;
	margin-top: 75px;
	margin-left: 150px;
	overflow: hidden;
	transition: all .3s ease;
	animation: leftslide 1s 3s forwards;
	border-radius: 50%;
	background-image: linear-gradient(115deg, #ff8741 0, #ff3134 50%, #ea0033 80%);
	box-shadow: 0 0 15px rgba(0, 0, 0, .698), 0 0 40px 0 #da5b4fda
}

.cta-shine {
	position: absolute;
	width: 480px;
	height: 480px;
	margin-top: -130px;
	margin-left: -120px;
	transition: all .3s ease;
	border-radius: 50%;
	background: #ffffff12
}

.cta-shine2 {
	position: absolute;
	width: 480px;
	height: 480px;
	margin-top: 0;
	margin-left: 0;
	transition: all .3s ease;
	border-radius: 50%;
	background: #ffffff15
}

.cta-btn:hover {
	transition: all .3s cubic-bezier(.17, .67, .57, .92);
	background-position: left;
	background-size: 120%;
	filter: hue-rotate(-170deg) contrast(1.5)
}

.cta-btn:hover .cta-shine {
	margin-top: -25px;
	margin-left: -15px;
	transition: all .3s ease
}

.cta-btn:hover .cta-shine2 {
	margin-top: 105px;
	margin-left: 105px;
	transition: all .3s ease
}

.cta-btn:active .cta-shine {
	margin-top: -20px;
	margin-left: -10px;
	transition: all .3s ease
}

.cta-btn:active .cta-shine2 {
	margin-top: 20px;
	margin-left: 10px;
	transition: all .3s ease
}

.intro-text {
	align-self: center;
	width: 50%;
	padding-right: 3.5em;
	animation: rightslide 1s 3.3s forwards;
	opacity: 0;
	color: #cbc2ff90;
	font-size: var(--fs-h4);
	font-weight: 200;
	line-height: 1.9;
	text-align: center
}

main {
	position: relative;
	background: #eaeaea;
	background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/geometry-background.png)
}

.main-wrap {
	box-sizing: border-box;
	max-width: 1150px;
	margin: 0 auto;
	padding: 90px 30px 120px;
	color: var(--body-font-color)
}

.main-wrap a:hover {
	color: var(--accent-color)
}

.content-title {
	position: relative;
	margin-bottom: .7em;
	padding-top: .5em;
	font-size: var(--fs-h1);
	line-height: .8;
	text-align: left
}

.content-title-desc {
	color: var(--accent-color);
	font-size: var(--fs-sm-2);
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase
}

.news-and-songs {
	display: flex;
	margin-bottom: 2.5em
}

#news {
	width: 43%;
	min-width: 43%;
	margin-right: 5em;
	text-align: center
}

#news h1 {
	text-align: left
}

.news-card {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1.1em;
	padding: 1.26em 1.55em;
	transition: all .3s ease;
	border-left: 0 solid transparent;
	border-radius: 5px;
	background-color: #fff;
	background-image: linear-gradient(347deg, rgba(0, 0, 0, .05) 0, #fff 90%);
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	text-align: left
}

.news-card:hover {
	transition: all .3s ease;
	border-left: 8px solid var(--accent-color);
	background-image: linear-gradient(347deg, rgba(0, 0, 0, .1) 0, #fff 100%);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.news-card-title {
	margin: 0 0 .3em 0;
	padding-bottom: .1em;
	overflow: hidden;
	transition: all .5s ease;
	color: var(--body-font-color);
	font-size: 1.4rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news-card:hover .news-card-title {
	color: var(--accent-color)
}

.news-card-details {
	display: flex;
	align-items: center;
	line-height: 2;
	text-transform: uppercase
}

.news-type {
	margin-right: 1em;
	padding: 0 .8em;
	border-radius: 3px;
	background-image: linear-gradient(115deg, var(--accent-gradient-one) 0, #ff3134 50%, var(--accent-gradient-two) 80%);
	background-size: 160%;
	color: #fff;
	font-size: var(--fs-sm);
	font-weight: 500;
	letter-spacing: 2px
}

.news-date {
	color: #999;
	font-size: var(--fs-sm-2);
	font-weight: 600;
	letter-spacing: .5px
}

.view-all {
	display: block;
	align-self: flex-end;
	padding-top: .2em;
	color: var(--small-font-color);
	font-size: var(--fs-sm-2);
	font-weight: 700;
	letter-spacing: 2px
}

#songs {
	width: calc(57% - 5.5em + 35px)
}

#songs h1 {
	margin-right: 28px;
	text-align: left
}

.slick-slider {
	padding: 15px;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto
}

.slick-track:after,
.slick-track:before {
	content: '';
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	height: 100%;
	min-height: 1px;
	float: left
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
	display: block
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.music-carousel {
	margin-top: -30px;
	margin-left: -25px
}

.song-card {
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 15px 12px 8px 12px;
	padding: 16px 16px 17px 16px;
	transition: all .3s ease;
	border-radius: 5px;
	background-color: #fff;
	background-image: linear-gradient(347deg, rgba(0, 0, 0, .05) 0, #fff 90%);
	box-shadow: 0 0 18px rgba(0, 0, 0, .05);
	color: var(--body-font-color)
}

.song-card:hover {
	transition: all .3s ease;
	background-image: linear-gradient(347deg, rgba(0, 0, 0, .08) 0, #fff 100%);
	box-shadow: 0 0 18px -5px rgba(0, 0, 0, .2)
}

.album-cover img {
	position: relative;
	z-index: 9;
	width: 100%;
	height: auto;
	margin-bottom: .5em;
	border-radius: 3px
}

.song-details {
	position: relative;
	z-index: 999;
	text-align: center
}

.song-bpm {
	position: relative;
	margin-bottom: 1.4em;
	padding-right: 1em;
	border-radius: 4px;
	background-image: linear-gradient(rgba(73, 73, 73, .15), rgba(68, 68, 68, .09));
	color: #fff;
	font-size: .56rem;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 2.3;
	text-align: right;
	text-transform: uppercase
}

.song-bpm::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: .5em;
	left: .9em;
	width: 11px;
	height: 11px;
	background-image: url(../img/music-note.png);
	background-size: 11px 11px
}

.song-title {
	margin-bottom: .3em;
	overflow: hidden;
	font-size: .97rem;
	font-weight: 600;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap
}

.song-artist {
	overflow: hidden;
	font-size: .55em;
	letter-spacing: 1.5px;
	line-height: 1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap
}

.social-widgets {
	display: flex;
	justify-content: space-between
}

.social-widgets h3 {
	margin-bottom: 1.2em;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: .5;
	text-transform: uppercase
}

.social-widgets h3 p {
	font-size: var(--fs-sm-2);
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase
}

#discord-widget iframe,
#facebook-widget iframe {
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

#discord-widget {
	width: 55%;
	margin-right: 5em
}

#discord-widget h3 svg {
	width: 60px;
	margin-top: -10px;
	margin-right: .2em;
	margin-left: -8px;
	float: left;
	fill: #7289da
}

#facebook-widget {
	width: 45%
}

#facebook-widget h3 svg {
	width: 46px;
	margin-top: -5px;
	margin-right: .5em;
	float: left;
	fill: #395795
}

#facebook-widget iframe {
	width: 100%
}

footer {
	position: relative;
	z-index: 9;
	height: 250px
}

footer::after {
	content: '';
	position: absolute;
	z-index: -9;
	width: 100%;
	height: 100%;
	transform: scale(-1, -1);
	background-image: url(../img/header-background.png);
	background-position: left;
	background-size: cover
}

.footer-wrap {
	display: flex;
	position: absolute;
	right: 0;
	left: 0;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	height: 250px;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff
}

.footer-logo {
	width: 370px;
	margin-right: -30px;
	margin-left: -80px
}

.footer-text {
	font-size: .8rem;
	font-weight: 100;
	letter-spacing: .5px;
	line-height: 1.5;
	text-align: right
}

.footer-social {
	display: flex;
	position: relative;
	margin-bottom: 40px;
	line-height: 1.5
}

.footer-social::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 400px;
	height: 1px;
	opacity: .1;
	background: #fff
}

.footer-social a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-left: 1.9em;
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase
}

.footer-social a svg {
	width: 17px;
	margin-left: .7em;
	padding: 4px;
	float: right;
	border-radius: 50%;
	background: #fff;
	fill: var(--accent-color)
}

.footer-social a:hover {
	text-shadow: 0 0 10px #fff, 0 0 10px #ccc
}

.footer-social a:hover svg {
	box-shadow: 0 0 10px #fff;
	fill: rgba(var(--rgb-accent-color), .6)
}

@media only screen and (max-width:1110px) {
	#scroll-to {
		margin-top: 0
	}
	.main-wrap {
		padding: 70px 30px
	}
	#news h1,
	#songs h1,
	.content-title-desc {
		text-align: center
	}
	#news h1,
	#songs h1 {
		margin: 0
	}
	.news-and-songs {
		flex-direction: column;
		align-items: center;
		margin: 0
	}
	#news,
	#songs,
	.social-widgets {
		right: 0;
		left: 0;
		width: 88%;
		margin: 0 auto;
		margin-bottom: 3em
	}
	.music-carousel {
		margin-right: -25px
	}
	.social-widgets h3 {
		margin-top: 0
	}
	#facebook-widget iframe {
		width: unset
	}
}

@media only screen and (max-width:1085px) {
	.intro-text {
		padding-right: 1em
	}
}

@media only screen and (max-width:1050px) {
	.header-wrapper {
		display: flex;
		align-items: center;
		justify-content: center
	}
	.header-characters {
		display: none
	}
	.title-logo {
		display: block;
		position: unset;
		margin-top: -80px;
		margin-left: -30px;
		animation: show .8s 1s ease 1 both
	}
}

@media only screen and (max-width:1090px) {
	#intro,
	.intro-wrap {
		justify-content: center;
		height: 260px
	}
	.cta {
		margin-top: -15px
	}
	.cta-character {
		display: none
	}
	.cta-btn {
		position: relative;
		margin: unset;
		margin-right: 2em
	}
	.intro-text {
		line-height: 1.7
	}
}

@media only screen and (max-width:800px) {
	header {
		padding-bottom: 30px
	}
	.intro-text {
		font-size: 1.1rem
	}
}

@media only screen and (max-width:770px) {
	:root {
		--fs-base: 100%;
		--fs-h1: 2.5rem;
		--fs-h2: 2.369rem;
		--fs-h3: 1.730rem;
		--fs-h4: 1.28rem;
		--fs-p: 0.98rem;
		--fs-sm-2: 0.9rem;
		--fs-sm: 0.75rem
	}
	header {
		height: 400px
	}
	.title-logo {
		margin: 0
	}
	.down-arrow {
		display: none
	}
	.news-and-songs h1 {
		text-align: center!important
	}
	#songs h1 {
		margin: 0
	}
	.social-widgets {
		flex-direction: column
	}
	#discord-widget,
	#facebook-widget,
	#facebook-widget iframe {
		width: 100%;
		text-align: center
	}
	#facebook-widget {
		margin-top: 3em
	}
	.social-widgets h3 {
		width: 230px;
		margin: 0 auto 1.2em;
		text-align: left
	}
}

@media screen and (max-width:750px) {
	nav {
		padding: 1.2em 1em
	}
	.logo {
		display: none
	}
	.scroll-nav {
		padding: 1em
	}
	#intro,
	.intro-wrap {
		height: 220px
	}
	.cta {
		transform: scale(.85)
	}
	.cta-btn {
		top: -17px;
		margin: 0
	}
	.intro-text {
		font-size: 1rem
	}
	.main-wrap {
		padding-bottom: 50px
	}
	.footer-wrap,
	footer {
		height: 250px
	}
	.footer-wrap {
		justify-content: center
	}
	.footer-logo {
		display: none
	}
	.footer-text {
		text-align: center
	}
	.footer-social a:first-of-type {
		margin: 0
	}
	.footer-social::after {
		left: 0;
		width: 100%
	}
}

@media only screen and (max-width:670px) {
	header {
		height: 400px
	}
	.title-logo {
		margin-top: -70px;
		opacity: 1
	}
	.scroll-nav,
	nav {
		letter-spacing: 1px
	}
	.scroll-nav li,
	nav li {
		padding: 0 15px
	}
	#intro,
	.intro-wrap {
		height: auto;
		animation: none;
		opacity: 1
	}
	#intro::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 150px;
		margin-top: -150px;
		background: linear-gradient(0deg, rgba(var(--rgb-accent-color), 1) 0, rgba(255, 255, 255, 0) 100%)
	}
	.intro-wrap {
		flex-direction: column;
		align-items: center
	}
	.cta,
	.cta-btn {
		top: 0;
		margin: 0;
		margin-bottom: -20px;
		animation: none
	}
	.cta {
		margin-top: -150px;
		transform: scale(.6)
	}
	.ctn-btn {
		width: 285px;
		height: 285px
	}
	.intro-text {
		width: 85%;
		padding-right: 0;
		padding-bottom: 2.5em;
		animation: none;
		opacity: 1;
		font-size: var(--fs-sm-2);
		letter-spacing: .5px
	}
}

@media only screen and (max-width:1090px) {
	.scroll-nav,
	nav {
		display: none
	}
	.logo {
		display: inline-block;
		padding-top: 3px;
		padding-left: 3px
	}
	.logo img {
		width: 40px;
		margin: 0;
		margin-bottom: -15px
	}
	.responsive-nav {
		display: block;
		position: fixed;
		z-index: 99999;
		top: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 8px;
		transition: all .3s ease;
		background: url(https://upload.wikimedia.org/wikipedia/commons/5/59/Empty.png)
	}
	.responsive {
		height: auto;
		background: linear-gradient(to bottom, rgba(1,1,1, 1), rgba(1,1,1, .8), rgba(1,1,1, 0))
	}
	.show-bg {
		height: unset;
		transition: all .3s ease;
		background: url(../img/header-background.png);
		background-position: top;
		background-size: cover;
		box-shadow: 0 0 15px 3px rgba(var(--rgb-accent-color), .4)
	}
	.list-nav b {
		font-weight: 700;
		color: #cbc2ff90;
		font-size: 14px;
	}
	.responsive-nav a {
		color: #fff
	}
	.responsive-nav ul {
		padding: 0;
		font-size: .75rem;
		font-weight: 300;
		letter-spacing: 1px;
		column-count: 2;
		list-style: none;
		text-align: right;
		text-transform: uppercase
	}
	.list-nav li:nth-child(2) {
		margin-top: .9em
	}
	.list-nav li:not(:first-of-type) {
		display: none;
		position: relative;
		padding-right: 10px
	}
	.list-nav li:not(:first-of-type) a::after {
		content: '';
		position: absolute;
		right: 0;
		width: 10px;
		height: 10px;
		margin-top: 7px;
		margin-left: 20px;
		transition: all .3s ease;
		opacity: 0;
		background: url(../img/cta-text.png);
		background-position: -11px -11px;
		background-size: 165px
	}
	.list-nav li:not(:first-of-type) a:hover::after {
		margin-right: 10px;
		margin-left: 30px;
		transition: all .3s ease;
		opacity: 1
	}
	.list-nav li:not(:first-of-type) a:hover {
		padding-right: 16px
	}
	.list-nav li:not(:first-of-type) a {
		display: inline-block;
		padding: 3px 0 3px 20px
	}
	.responsive li {
		display: block!important;
		position: relative;
		flex: 1;
		flex-direction: row
	}
	.hide-link-bg {
		background: 0 0!important
	}
	.title-logo {
		width: 100%;
		max-width: 100%;
		margin-left: -5%
	}
	.list-nav li:first-of-type {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0
	}
	.menu-link {
		display: flex;
		position: absolute;
		right: 10px;
		align-items: center;
		padding: 15px 8px;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 1.7;
		cursor: pointer
	}
	.menu {
		width: 12px;
		height: 2px;
		margin-right: .5em;
		border-radius: 2px;
		background: #fff
	}
	.menu::before {
		content: '';
		display: block;
		width: 16px;
		height: 2px;
		margin-left: -4px;
		border-radius: 2px;
		box-shadow: 0 -5px 0 0 #fff, 0 5px 0 0 #fff
	}
	.main-wrap {
		padding: 50px 0
	}
	.news-card {
		margin-bottom: 1em
	}
	.music-carousel {
		margin-top: 0
	}
}