
.footer {
	background: #1A1B1C;
	width: 100%;
	padding: 40px 0 0
}

.footer__wrapper {
	margin: 0 auto;
	max-width: 1290px;
	padding: 0 20px
}

@media (min-width: 768px) {
	.footer__wrapper {
		max-width: 1290px;
		padding: 0 40px
	}
}

.footer__signup {
	margin: 20px 0 60px
}

@media (min-width: 768px) {
	.footer__signup {
		width: 50%;
		float: right;
		text-align: right
	}
}

.footer__topWrapper::after {
	content: "";
	clear: both;
	display: table
}

.footer__singupCaption {
	color: #dedede;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: .06rem;
	margin-bottom: -.36rem
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer__singupCaption {
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: .06rem;
		margin-bottom: -.36rem
	}
}

@media (min-width: 992px) {
	.footer__singupCaption {
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: .06rem;
		margin-bottom: -.36rem
	}
}

.footer__singupCaption::after {
	content: '';
	display: inline-block;
	background: #83734A;
	width: 20px;
	height: 1px;
	margin-left: 10px;
	margin-bottom: .25em
}

.footer__singupForm {
	margin-top: 20px
}

.footer__platforms {
	width: 100%
}

@media (min-width: 768px) {
	.footer__platforms {
		width: 50%;
		float: left
	}
}

.footer__platformsMusic {
	float: left
}

.footer__platformsSocial {
	float: right
}

.footer__platformsMusic,
.footer__platformsSocial {
	width: 130px
}

.footer__platformsMusic a,
.footer__platformsSocial a {
	margin: 20px 0;
	width: 100%;
	display: table;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: .7
}

.footer__platformsMusic a:hover,
.footer__platformsMusic a:active,
.footer__platformsMusic a:visited,
.footer__platformsSocial a:hover,
.footer__platformsSocial a:active,
.footer__platformsSocial a:visited {
	text-decoration: none
}

.footer__platformsMusic a:hover,
.footer__platformsSocial a:hover {
	opacity: 1
}

.footer__platformsMusic img,
.footer__platformsSocial img {
	height: 21px
}

.footer__cell {
	display: table-cell;
	vertical-align: middle
}

.footer__cell--left {
	color: #dedede;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: .06rem;
	margin-bottom: -.36rem;
	width: 70%
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer__cell--left {
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: .06rem;
		margin-bottom: -.36rem
	}
}

@media (min-width: 992px) {
	.footer__cell--left {
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: .06rem;
		margin-bottom: -.36rem
	}
}

.footer__cell--right {
	text-align: center;
	width: 30%
}

.footer__bottom {
	width: 100%;
	padding: 30px 0 30px
}

.footer__bottom::after {
	content: "";
	clear: both;
	display: table
}

@media (min-width: 768px) {
	.footer__bottom {
		padding: 40px 0 40px
	}
}

.footer__divider {
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	margin: 60px 0 0px;
	clear: both
}

.footer__copyrightPrivacyWrapper {
	float: left
}

.footer__copyright {
	color: #fff;
	opacity: .7;
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	line-height: 1.1rem;
	letter-spacing: 0rem;
	margin-bottom: -.12rem
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer__copyright {
		font-size: 1.4rem;
		line-height: 1.1rem;
		letter-spacing: 0rem;
		margin-bottom: -.12rem
	}
}

@media (min-width: 992px) {
	.footer__copyright {
		font-size: 1.4rem;
		line-height: 1.1rem;
		letter-spacing: 0rem;
		margin-bottom: -.12rem
	}
}

.footer__privacyPolicy {
	display: block;
	color: #fff;
	opacity: .7;
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	line-height: 1.1rem;
	letter-spacing: 0rem;
	margin-bottom: -.12rem;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: .7;
	margin-top: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer__privacyPolicy {
		font-size: 1.4rem;
		line-height: 1.1rem;
		letter-spacing: 0rem;
		margin-bottom: -.12rem
	}
}

@media (min-width: 992px) {
	.footer__privacyPolicy {
		font-size: 1.4rem;
		line-height: 1.1rem;
		letter-spacing: 0rem;
		margin-bottom: -.12rem
	}
}

.footer__privacyPolicy:hover,
.footer__privacyPolicy:active,
.footer__privacyPolicy:visited {
	text-decoration: none
}

.footer__privacyPolicy:hover {
	opacity: 1
}

.footer__logos {
	float: right
}

.footer__logos a:not(:first-child) {
	margin-left: 20px
}

.footer__logos img {
	height: 20px
}

.footer form input[type=checkbox] {
	color: #e6e6e6;
	position: absolute;
	left: -9999px
}

.footer form input[type=checkbox]+label {
	position: relative;
	display: block;
	padding: 6px 10px 6px 30px;
	cursor: pointer
}

.footer form input[type=checkbox]+label:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -10px 0 0;
	width: 20px;
	height: 20px;
	border: 1px solid #3B4450;
	background-color: transparent;
	background-size: 12px 12px;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.footer form input[type=checkbox]+label.invalid:before {
	border-color: rgba(255, 0, 0, 0.3) !important
}

.footer form input[type=checkbox]:disabled+label {
	cursor: not-allowed
}

.footer form input[type=checkbox]:disabled+label:before {
	border: 1px solid #A2D9E8;
	background-color: #A2D9E8;
	background-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128.39 100.12"><defs><style>.cls-1{fill:#fff;}</style></defs><title>icon__checkbox--black</title><polygon class="cls-1" points="114.22 0 44.25 72.24 13.64 43.14 0 57.09 44.25 100.13 128.39 14.17 114.22 0"/></svg>')
}

.footer form input[type=checkbox]:disabled:checked+label:before {
	border: 1px solid #A2D9E8;
	background-color: #A2D9E8;
	background-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128.39 100.12"><defs><style>.cls-1{fill:#fff;}</style></defs><title>icon__checkbox--black</title><polygon class="cls-1" points="114.22 0 44.25 72.24 13.64 43.14 0 57.09 44.25 100.13 128.39 14.17 114.22 0"/></svg>')
}

.footer form input[type=checkbox]:checked+label:before {
	border: 1px solid #A2D9E8;
	background-color: #A2D9E8;
	background-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128.39 100.12"><defs><style>.cls-1{fill:#fff;}</style></defs><title>icon__checkbox--black</title><polygon class="cls-1" points="114.22 0 44.25 72.24 13.64 43.14 0 57.09 44.25 100.13 128.39 14.17 114.22 0"/></svg>')
}

.footer form label {
	color: #d2d2d2;
	font-family: NewsGot-Reg;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .9rem;
	line-height: .9rem;
	letter-spacing: .06rem;
	margin-bottom: -.27rem
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer form label {
		font-size: .9rem;
		line-height: .9rem;
		letter-spacing: .06rem;
		margin-bottom: -.27rem
	}
}

@media (min-width: 992px) {
	.footer form label {
		font-size: .9rem;
		line-height: .9rem;
		letter-spacing: .06rem;
		margin-bottom: -.27rem
	}
}

.footer form input[type=email],
.footer form input[type=text] {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .06rem;
	box-shadow: none !important;
	color: #e6e6e6;
	height: 40px;
	padding: 0 14px;
	background: none;
	border: 1px #3B4450 solid;
	border-radius: 0
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer form input[type=email],
	.footer form input[type=text] {
		font-size: 1.4rem;
		line-height: 1.4rem;
		letter-spacing: .06rem
	}
}

@media (min-width: 992px) {
	.footer form input[type=email],
	.footer form input[type=text] {
		font-size: 1.4rem;
		line-height: 1.4rem;
		letter-spacing: .06rem
	}
}

.footer form input[type=email].invalid,
.footer form input[type=text].invalid {
	border-color: rgba(255, 0, 0, 0.3) !important
}

.footer form input[type=email]::placeholder,
.footer form input[type=text]::placeholder {
	opacity: .3
}

.footer form select {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .06rem;
	box-shadow: none !important;
	color: #e6e6e6;
	height: 40px;
	padding: 0 14px;
	background: none;
	border: 1px #3B4450 solid;
	border-radius: 0
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer form select {
		font-size: 1.4rem;
		line-height: 1.4rem;
		letter-spacing: .06rem
	}
}

@media (min-width: 992px) {
	.footer form select {
		font-size: 1.4rem;
		line-height: 1.4rem;
		letter-spacing: .06rem
	}
}

.footer form select.invalid {
	border-color: rgba(255, 0, 0, 0.3) !important
}

.footer form select::placeholder {
	opacity: .3
}

.footer form button {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .06rem;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	padding: 0 14px;
	background: #67B8CF;
	border: 0;
	border-radius: 0;
	opacity: 1;
	transition: opacity .2s ease-out
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer form button {
		font-size: 1.4rem;
		line-height: 1.4rem;
		letter-spacing: .06rem
	}
}

@media (min-width: 992px) {
	.footer form button {
		font-size: 1.4rem;
		line-height: 1.4rem;
		letter-spacing: .06rem
	}
}

.footer form button:hover {
	background: #73bdd3
}

.footer form input[type=email] {
	width: 100%;
	clear: both;
	margin: 25px 0
}

.footer form input[type=text] {
	width: calc(50% - 12.5px);
	float: left
}

.footer form label {
	margin-left: 12.5px
}

.footer form input[type=checkbox] {
	margin-left: 25px
}

.footer form select {
	width: calc(50% - 12.5px);
	float: left;
	margin-left: 25px
}

.footer form button {
	width: 30%
}

@keyframes videoAnimIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes videoAnimIn2 {
	from {
		opacity: 0;
		transform: scale3d(1.1, 1.1, 1)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}
