 :root {
	 
	--color1: #ffffff; /*light color */
	--color2: #508991; /*dark */
	--color3: #D95C9B; /*light */
	--color4: #f0f0f0; /*light */
	--color5: #163D42; /**/
	--color6: #b19645;
	--color7: #817c20;
	--color9: #efefef;
	--color0: #1e1e1e; /* black */
}
@font-face {
    font-family: Namu;
    src: url(fonts/NAMU-1990.eot);
    src: url(fonts/NAMU-1990.eot?#iefix) format("embedded-opentype"),url(fonts/NAMU-1990.woff2) format("woff2"),url(fonts/NAMU-1990.woff) format("woff"),url(fonts/NAMU-1990.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: GruntGrotesk;
    src: url(fonts/GruntGrotesk-Bold.eot);
    src: url(fonts/GruntGrotesk-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/GruntGrotesk-Bold.woff2) format("woff2"),url(fonts/GruntGrotesk-Bold.woff) format("woff"),url(fonts/GruntGrotesk-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

 *,:after,:before {
     box-sizing: border-box 
}
html,body {
    height: auto!important;
}
 body {
     margin: 0;
     font-family: 'Montserrat', sans-serif;
     font-size: 1rem;
     line-height: 1.5;
     color: #000;
     text-align: left;
     background-color: #fff;
     min-width:360px;
	 font-weight:400;
	 height: auto;
}
.body-nezalezhni2025 {
	background-color: var(--color2);
	color: var(--color0);
}
.nezalezhni2025 {
    color: #000;
    overflow: hidden;
	font-family: Namu, sans-serif;
	font-weight: 400;
	font-size: 24px;
}

.h2, h2 {
    margin-bottom: 1.4em;
    font-size: 44px;
}

@media (max-width:991px) {
	.h2, h2 {
		font-size: 44px;
	}
	.nezalezhni2025 {
		font-size: 20px;
	}
}
.nezalezhni2025 p {
    line-height: 1.2;
	margin-bottom: 1.2em;
}
.nezalezhni2025 hr {
    background: url(../images/devider.png) repeat-x;
    height: 20px;
    border: none;
    opacity: 1;
    background-size: 27px;
    margin: 0;
}
@media (max-width:1199px) {
	.nezalezhni2025 hr {
		background-size: 26px;
	}
}
@media (max-width:991px) {
	.nezalezhni2025 hr {
		background-size: 21px;
		height: 14px;
	}
}
@media (max-width:768px) {
	.nezalezhni2025 hr {
		background-size: 15px;
	}
}

.nezalezhni2025 h1,
.nezalezhni2025 h2,
.nezalezhni2025 h3
 {
	font-family: GruntGrotesk, sans-serif;
	font-weight: 600;
	color: var(--color1);
}
@media (min-width: 1400px) {
    .nezalezhni2025 .container {
        max-width: 1200px;
    }
}

.partner-project {
    position: absolute;
    background: #fff;
    font-size: 16px;
    white-space: nowrap;
    padding: 4px 20px 6px;
    border-radius: 8px;
    top: 30px;
    left: 30px;
    line-height: 1;
}

/* Hero Block */
.hero {
    position: relative;
}
.hero h1 {
    position: absolute;
    top: 47%;
}
.hero img {
    width: 100%;
}
/* partners */
.nezalezhni2025 .partners {
    padding: 20px;
    background: #fff;
}
.nezalezhni2025 .partners ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.nezalezhni2025 .partners img {
    max-height: 30px;
	filter: grayscale(1);
    opacity: .7;
			transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
.nezalezhni2025 .partners a:hover img {
    max-height: 30px;
	filter: grayscale(0);
    opacity: 1;
}





.footer_section {
    background: #efefef;
    padding: 50px 0;
    color: #fff;
}





.nezalezhni2025 h1 {
    margin-bottom: .5em;
    font-size: 60px;
    line-height: 100%;
}







.nezalezhni2025 section {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    font-weight: 500;
    background-position: center;
    background-size: cover;
}
.nezalezhni2025 .color1 {
	color: var(--color1);
}
.section-bg1 {
    background: var(--color1);
}

.img-wrap {

    position: relative;
	margin-bottom: 70px;
}
.img-wrap:after {
    content: '';
    inset: 0;
    border: 5px solid var(--color2);
    position: absolute;
}
.heroEl {
    position: absolute;
    inset: -50px;
    max-width: calc(100% + 100px) !important;
		z-index: 4;

}
@media (max-width:991px) {
.heroEl {
    position: absolute;
    inset: -30px;
    max-width: calc(100% + 60px) !important;
}
}


/* SHARE BUTTONS */
.subscribe-links__list {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #fff;
	    align-items: center;
}
.c-subscribe-links .page-share__ShareButton {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 20px;
    padding: 6px;
    text-align: center;
	display: block;
				transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
.page-share__ShareButton svg {
	max-width: 100%;
    max-height: 100%;
	fill: #fff;
}
.page-share__ShareButton svg path {
	max-width: 100%;
    max-height: 100%;
	fill: #fff;
}
.page-share__ShareButton:hover {
	background: var(--color3);
}



.video-el-wrap {
	position: relative;
    z-index: 2;
    width: 400px;
    margin: auto;
    max-width: 100%;
}
.video-el {
    position: absolute;
    z-index: 3;
}

.readmore {
    border: 1px solid #fff;
    display: inline-block;
    line-height: 1;
	background-color: var(--color2);
    padding: 4px 10px 10px 50px;
    position: relative;
    color: #fff;
		transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
.readmore span {
    font-size: .8em;
    display: block;
    margin-top: 4px;
}
.readmore:before {
    content: '';
    width: 7px;
    height: 30px;
    display: inline-block;
    background: var(--color3);
    transform: rotate(45deg);
    position: absolute;
    left: 22px;
    top: 3px;
		transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
.readmore:hover {
	background-color: var(--color3);
}
.readmore:hover:before {
    background: var(--color1);
    transform: rotate(-45deg);

}

.nezalezhni2025 img {
     vertical-align: top;
     border-style: none;
     max-width:100%;
}


.section:is([data-theme=dark] *) {
    color: #fff;
}

/* Lead */
.lead {
    padding-left: 70px;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: 500;
}
.lead em {
    font-style: normal;
    font-weight: 300;
    font-size: 1.2em;
}
.quote-icon {
    position: absolute;
	top: 0;
	left: 0;
    color: var(--color3);
    flex: none;
    width: 2.5rem;
}
.devider {
    border-top: 2px dashed var(--color1) !important;
}


.iframe-wrap {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
    border-radius: 1em;
    overflow: hidden;
}
.iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* Footer */
.nezalezhni2025 .footer-section {
    background: #efefef;
    padding: 50px 0;
}
.section.section-credits {
    font-size: .8em;
    text-align: center;
    padding-bottom: 20px;
    background: #efefef;
}
@media (max-width:1400px) {


}
@media (max-width:1199px) {

}
@media (max-width:991px) {
	.readmore:before {
		width: 6px;
		height: 26px;
	}
	.partner-project {
		font-size: 14px;
		padding: 2px 10px 4px;
		top: 20px;
		left: 20px;
	}
}
@media (max-width:768px) {
	.hero h1 {
		top: 27%;
		max-width: min-content;
	}
	.h2, h2 {
		font-size: 24px;
	}
	.el1 {
		max-width: 60vw !important;
	}
	.img-wrap {
		position: relative;
		margin-bottom: 50px;
	}

	
}
@media (max-width:576px){
	.readmore {
		font-size: 18px;
	}
	.partner-project {
        font-size: 11px;
        top: 10px;
        left: 10px;
    }
    .hero h1 {
        top: 30%;
        font-size: 11vw;
    }

	.nezalezhni2025 section {
		position: relative;
		z-index: 2;
		padding: 40px 0;
		font-weight: 500;
	}
	    .nezalezhni2025 {
        font-size: 18px;
    }
}
@media (max-width:425px){
	.btnGroup {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-around;
	}
    .readmore {
        font-size: 16px;
    }
	.readmore:before {
        width: 5px;
        height: 22px;
    }
}