<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
height: 100%;
}

body {
margin: 0px;
overflow-y: scroll;
background-color: rgb(0,0,0);
font-family: 'Poppins', Arial;
font-weight: 400;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,p,img,div {
margin: 0px;
padding: 0px;
outline: 0px;
list-style-type: none;
}

input, select, button {
border: 0px;
outline: 0px;
font-family: 'Poppins', Arial;
}

a {
text-decoration: none;
}

button[data-panzoom-action="iterateZoom"] {
display: none !important;
}

button[data-fancybox-toggle-fullscreen] {
display: none !important;
}

.fancybox-image {
cursor: pointer !important;
}

@font-face{ 
	font-family: 'Jaapoki';
	src: url('./fonts/jaapokkisubtract-regular.eot');
	src: url('./fonts/jaapokkisubtract-regular.woff') format('woff'),
	     url('./fonts/jaapokkisubtract-regular.ttf') format('truetype'),
	     url('./fonts/jaapokkisubtract-regular.svg#webfont') format('svg');
}

::placeholder {
color: rgb(170,170,170);
}

.msg {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
font-size: 16px;
line-height: 19px;
padding: 20px 20px 18px 20px;
text-align: center;
font-weight: 600;
}

.header {
padding: 0px 100px 0px 100px;
background-color: rgb(255,255,255);
overflow: hidden;
border-bottom: 1px solid rgb(0,0,0);
}

@media (max-width: 991px) {
	
	.header {
	padding: 0px 50px 0px 50px;	
	}
	
}

@media (max-width: 767px) {
	
	.header {
	padding: 0px 20px 0px 20px;	
	}
	
}

.header-logo {
padding: 26px 0px 22px 0px;
font-size: 35px;
line-height: 37px;
letter-spacing: 10px;
color: rgb(0,0,0);
font-weight: 200;
float: left;
font-family: 'Jaapoki', Arial;
}

@media (max-width: 767px) {
	
	.header-logo {
	float: none;
	text-align: left;
	font-size: 28px;
	padding: 20px 0px 15px 0px;
	}
	
}

.header-logo a {
color: inherit;
}

.mobile-menu {
background-color: rgb(255,255,255);
padding: 20px;
display: none;
border-bottom: 1px solid rgb(0,0,0);
}

.mobile-menu a {
padding: 10px 0px 10px 0px;
font-size: 18px;
line-height: 21px;
color: rgb(0,0,0);
display: block;
width: 100%;
text-align: center;
}

.header-mobile-menu {
position: absolute;
right: 20px;
top: 20px;
font-size: 30px;
line-height: 33px;
color: rgb(0,0,0);
cursor: pointer;
display: none;
}

@media (max-width: 767px) {
	.header-mobile-menu {
	display: block;	
	}
}

.header-menu {
padding-top: 32px;
float: right;
font-size: 0px;
}

@media (max-width: 767px) {
	
	.header-menu {
	display: none;	
	}
	
}

.header-menu a {
font-size: 20px;
line-height: 23px;
color: rgb(0,0,0);
font-weight: 300;
margin-left: 40px;
border-bottom: 2px solid rgb(255,255,255);
transition: 0.3s;
}

@media (max-width: 991px) {
	
	.header-menu a {
	margin-left: 30px;	
	}
	
}

.header-menu a:hover {
border-color: rgb(0,0,0);
}

.header-menu a.selected {
border-color: rgb(0,0,0);
}

.banner-2 {
position: relative;
}

.sbanners {
font-size: 0px;
}

@media (max-width: 767px) {
	
	.sbanners {
	margin: 10px 0px -20px 0px !important;
	}
	
}

.sbanner {
width: calc(50% - 40px);
margin: 20px 20px 20px 20px;
display: inline-block;
}

@media (max-width: 767px) {
	
	.sbanner {
	width: 100%;
	margin: 10px 0px 10px 0px;
	}
	
}

.banner-2 img {
width: 100%;
}

.banner-2-play {
position: absolute;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -30px;
width: 100px;
height: 60px;
background-color: rgb(220,0,0);
color: rgb(255,255,255);
font-size: 24px;
line-height: 60px;
text-align: center;
cursor: pointer;
}

@media (max-width: 767px) {
	
	.banner-2-play {
	width: 75px;
	height: 40px;
	margin-left: -32px;
	margin-top: -20px;
	font-size: 20px;
	line-height: 40px;
	}
	
}

.content {
padding: 0px 80px 0px 80px;
}

@media (max-width: 991px) {
	
	.content {
	padding: 0px 40px 0px 40px;	
	}
	
}

@media (max-width: 767px) {

	.content {
	padding: 0px 20px 0px 20px;	
	}

}

.content .socials {
overflow: hidden;
padding-bottom: 80px;
}

.content .socials .social-box {
width: 500px;
height: 500px;
margin: 20px 20px 20px 20px;
float: left;
}

.content .socials .social-box-second {
width: calc(100% - 580px);
height: 500px;
margin: 20px 20px 20px 20px;
float: left;
}

@media (max-width: 991px) {
	
	.content .socials .social-box {
	width: calc(100% - 40px);	
	}
	
	.content .socials .social-box-second {
	width: calc(100% - 40px);	
	}
	
}

@media (max-width: 767px) {
	
	.content .socials .social-box {
	margin: 20px 0px 20px 0px;
	width: 100%;
	}
	
	.content .socials .social-box-second {
	margin: 20px 0px 20px 0px;	
	width: 100%;
	}
	
}

.content .concerts {
width: 100%;
border-spacing: 0px;
border-collapse: collapse;
margin: 10px 0px 60px 0px;
border-top: 0.5px solid rgb(0,0,0);
}

.content .concerts td {
padding: 14px 0px 14px 0px;
border-bottom: 0.5px solid rgb(0,0,0);
font-size: 16px;
line-height: 21px;
color: rgb(0,0,0);
}

@media (max-width: 767px) {
	
	.content .concerts tr {
	width: 100%;
	border-bottom: 0.5px solid rgb(0,0,0);
	}
	
	.content .concerts td {
	padding: 0px;
	font-size: 14px;
	line-height: 21px;
	display: block;
	border: 0px;
	}
	
	.content .concerts tr td:nth-of-type(1) {
	padding-top: 10px !important;
	font-weight: 600;
	}
	
	.content .concerts tr td:nth-of-type(2) {
	padding-top: 5px !important;
	}
	
	.content .concerts tr td:nth-of-type(3) {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	}
	
}

.content .concerts td a {
padding: 10px 15px 8px 15px;
display: block;
border: 0.5px solid rgb(0,0,0);
font-size: 14px;
line-height: 17px;
color: rgb(0,0,0);
width: 80px;
text-align: center;
float: right;
}

@media (max-width: 767px) {
	
	.content .concerts td a {
	float: none;	
	}
	
}

.content.variant-2 {
padding: 0px 100px 0px 100px;
border-bottom: 1px solid rgb(0,0,0);
background-color: rgb(255,255,255);
}

@media (max-width: 991px) {
	
	.content.variant-2 {
	padding: 0px 50px 0px 50px;	
	}
	
}

@media (max-width: 767px) {

	.content.variant-2 {
	padding: 0px 20px 0px 20px;	
	}

}

.content.variant-3 {
padding: 0px 80px 0px 80px;
border-bottom: 1px solid rgb(0,0,0);
background-color: rgb(255,255,255);
}

@media (max-width: 991px) {
	
	.content.variant-3 {
	padding: 0px 40px 0px 40px;	
	}
	
}

@media (max-width: 767px) {

	.content.variant-3 {
	padding: 0px 20px 0px 20px;	
	}

}

.content .text-content {
padding-bottom: 71px;
overflow: hidden;
}

@media (max-width: 767px) {
	
	.content .text-content {
	padding-bottom: 51px;	
	}
	
}

.content .text-content p {
margin-bottom: 21px;
font-size: 16px;
line-height: 27px;
color: rgb(0,0,0);
font-weight: 300;
}

.content .text-content a {
text-decoration: underline;
color: rgb(0,0,0);
}

.content .text-content a:hover {
text-decoration: none;
}

@media (max-width: 991px) {
	
	.content .text-content .text-img {
	max-width: 100% !important;
	width: auto !important;
	}
	
}

@media (max-width: 767px) {

	.content iframe {
	width: 100% !important;
	max-width: 100% !important;
	}

}

.content .text-content strong {
font-weight: 600;
}

.content .text-content a:hover {
text-decoration: none;
}

.content .subscribe {
text-align: center;
font-size: 0px;
vertical-align: top;
padding: 10px 0px 80px 0px;
}

.content .subscribe-ins {
display: inline-block;
text-align: left;
}

.content .subscribe-ins div {
padding-top: 10px;
}

.content .subscribe input[type="text"] {
width: 300px;
height: 60px;
border: 2px solid white;
display: inline-block;
font-size: 16px;
line-height: 60px;
background-color: rgb(0,0,0);
padding: 0px 20px 0px 20px;
color: rgb(255,255,255);
box-sizing: border-box;
vertical-align: top;
}

@media (max-width: 567px) {
	
	.content .subscribe input[type="text"] {
	width: 100%;	
	}
	
}

.content .subscribe input[type="checkbox"] {
width: 18px;
height: 18px;
float: left;
cursor: pointer;	
}

.content .subscribe label {
font-size: 12px;
line-height: 14px;
color: rgb(255,255,255);
float: left;
padding: 3px 0px 0px 10px;
}

.content .subscribe a {
color: rgb(255,255,255);
text-decoration: underline;
}

.content .subscribe a:hover {
text-decoration: none;
}

.content .subscribe button {
height: 60px;
vertical-align: top;
border: 2px solid white;
display: inline-block;
font-size: 16px;
line-height: 60px;
background-color: white;
padding: 0px 20px 0px 20px;
color: rgb(0,0,0);
cursor: pointer;
box-sizing: border-box;
margin-left: 10px;
}

@media (max-width: 567px) {
	
	.content .subscribe button {
	width: 100%;
	margin: 10px 0px 0px 0px;
	}
	
}

.content-main-title {
font-size: 50px;
line-height: 43px;
color: rgb(255,255,255);
text-align: center;
font-weight: 200;
}

@media (max-width: 767px) {
	
	.content-main-title {
	line-height: 55px;	
	}
	
}

.content-main-title.variant-2 {
color: rgb(0,0,0);
}

.content-news {
font-size: 0px;
}

.content-news.variant-2 {
padding-bottom: 80px;
}

@media (max-width: 767px) {

	.content-news.variant-2 {
	padding-bottom: 50px;
	}
	
}

.content-news a {
width: calc(50% - 42px);
margin: 20px 20px 20px 20px;
display: inline-block;
border: 0.5px solid rgb(0,0,0);
}

@media (max-width: 767px) {
	
	.content-news a {
	width: 100%;
	margin: 10px 0px 10px 0px;
	}
	
}

.content-news a .cni-img img {
max-width: 100%;
}

.content-news a .cni-title {
padding: 21px 0px 19px 0px;
font-size: 25px;
line-height: 28px;
color: black;
text-align: center;
font-weight: 300;
background-color: rgb(255,255,255);
transition: 0.3s;
border-top: 0.5px solid rgb(0,0,0);
}

@media (max-width: 767px) {
	
	.content-news a .cni-title {
	font-size: 20px;
	line-height: 23px;
	padding: 16px 15px 14px 15px;
	}
	
}

.content-squares {
font-size: 0px;
}

@media (max-width: 767px) {
	
	.content-squares {
	margin: 0px -10px 0px -10px;	
	}
	
}

.content-squares a {
width: calc(25% - 40px);
margin: 20px;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

@media (max-width: 991px) {
	
	.content-squares a {
	width: calc(50% - 40px);	
	}
	
}

@media (max-width: 767px) {
	
	.content-squares a {
	width: calc(50% - 20px);
	margin: 10px;
	}
	
}

.content-squares a img {
max-width: 100%;
}

.content-more-btn {
text-align: center;
}

@media (max-width: 767px) {
	
	.content-more-btn {
	margin: 0px !important;
	padding: 30px 0px 60px 0px ! important;
	}
	
}

.content-more-btn a {
padding: 21px 30px 21px 30px;
font-size: 18px;
line-height: 21px;
color: rgb(255,255,255);
display: inline-block;
border: 2px solid rgb(255,255,255);
font-weight: 300;
transition: 0.3s;
}

@media (max-width: 767px) {
	
	.content-more-btn a {
	width: calc(100% - 20px);
	font-size: 16px;
	padding: 16px 10px 16px 10px;
	}
	
}

.footer {
background-color: rgb(255,255,255);
}

.footer.variant-2 {
background-color: rgb(0,0,0);
}

.footer-logo {
font-size: 25px;
line-height: 27px;
letter-spacing: 10px;
color: rgb(0,0,0);
font-weight: 300;
text-align: center;
}

.footer.variant-2 .footer-logo {
color: rgb(255,255,255);	
}

.footer-social-icons {
padding: 49px 0px 46px 0px;
font-size: 0px;
text-align: center;
}

.footer-social-icons a {
margin: 0px 15px 0px 15px;
font-size: 35px;
line-height: 37px;
color: rgb(0,0,0);
}

.footer.variant-2 .footer-social-icons a {
color: rgb(255,255,255);
}

.footer-menu {
padding-bottom: 37px;
font-size: 0px;
text-align: center;
}

.footer-menu a {
margin: 0px 15px 0px 15px;
font-size: 15px;
line-height: 17px;
text-align: center;
color: rgb(0,0,0);
transition: 0.3s;
border-bottom: 1px solid rgb(255,255,255);
}

@media (max-width: 767px) {
	
	.footer-menu a {
	display: block;
	margin: 10px 0px 10px 0px;
	}
	
}

.footer-menu a:hover {
border-color: rgb(0,0,0);
}

@media (max-width: 767px) {
	
	.footer-menu a:hover {
	border-color: rgb(255,255,255);	
	}
	
}

.footer.variant-2 .footer-menu a {
color: rgb(255,255,255);
border-bottom: 1px solid rgb(0,0,0);
}

.footer.variant-2 .footer-menu a:hover {
border-color: rgb(255,255,255);
}

.cookies {
width: calc(100% - 30px);
padding: 15px ;
position: fixed;
left: 0px;
bottom: 0px;
z-index: 10000;
background-color: rgb(255,255,255);
overflow: hidden;
}

.cookies p {
padding: 5px 0px 0px 20px;
width: calc(100% - 170px);
font-size: 15px;
line-height: 17px;
color: rgb(0,0,0);
display: inline-block;
}

.cookies span {
padding: 10px 15px 10px 15px;
display: inline-block;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
cursor: pointer;
float: right;
border: 0.5px solid rgb(0,0,0);
box-sizing: border-box;
}

@media (max-width: 991px) {
	
	.cookies {
	text-align: center;
	}
	
	.cookies p {
	padding-top: 0px;
	}
	
	.cookies span {
	float: right;
	width: 100%;
	clear: both;
	margin-top: 15px;
	}
	
}</pre></body></html>