:root {
  --c-00: #ffffff;
  --c-01: #00abf1;
  --c-02: #173668;
  --c-03: #464542;
  --c-04: #fbf9f1;
  --c-05: #000000;
  --c-06: #ff0000;
  --c-07: #ff6a22;
  --c-08: #dd1669;



--sdg1: #eb1c2d;
--sdg2: #d3a029;
--sdg3: #279b48;
--sdg4: #c31f33;
--sdg5: #ef3f2b;
--sdg6: #00aed9;
--sdg7: #fdb713;
--sdg8: #8f1838;
--sdg9: #f36d25;
--sdg10: #e11484;
--sdg11: #f99d26;
--sdg12: #cf8d2a;
--sdg13: #48773e;
--sdg14: #007dbc;
--sdg15: #3eb049;
--sdg16: #02558b;
--sdg17: #183668;

}

body {
  padding: 0;
  margin: 0;
  color: var(--c-03);
	background-color: var(--c-00);
}

* {
  box-sizing: border-box;
  position: relative;
	font-family: Poppins, sans-serif;
}
a, a img {
	transition-duration: 0.3s;
}
section {
  display: block;
  width: 100%;
}
h2 {

}
img {
  vertical-align: middle;
}
h2.header {
	font-size: 2em;
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.7em;
}
sup {
    line-height: 0;
    font-size: 0.6em;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 5em 1em;
}
.tac {
	text-align: center;
}
.pdd1 {
	padding: 1em !important;
}
.flex {
	display: flex;
	gap: 3em;
}
.flex50 > * {
	flex: 1;
}
h2.header {
	margin-top: 0;
}
.sf1 {
	padding-top: 0;
	padding-bottom: 0;
	background: url(/images/layout/bg_front.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.sf1::before {
	display: block;
	content: '';
	position: absolute;
	background: var(--c-06);
	bottom: 0;
	left: 0;
	right: 0;
	top: 30%;
	background: linear-gradient(0deg,rgba(23, 54, 104, 0.7) 0%, rgba(23, 54, 104, 0) 100%);
}
.sf1 > div.t {
	padding: 1em 9em 1em 1em;
	background-color: var(--c-01);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.sf1 > div.c p {
	margin-top: 4em;
	padding-left: 1em;
	font-size: 3em;
	line-height: 1.3em;
	font-weight: 700;
	color: var(--c-00); 
	margin-top: 8em;
}

.page .sf1 > div.c p {
	margin-top: 4em;
}

.sf1 > div.c p span {
	display: block;
	font-size: .5em;
	font-weight: normal;
	margin-top: 1em;
	line-height: 1.3em;
}

.sf1 > div > div {
	display: flex;
	gap: 2em;
	align-items: center;
	flex-grow: 1;
	align-content: flex-end;
	text-align: right;
}
.sf1 .l {
}
.sf1 .l img {
	width: 12em;
}
.sf1 .r {
	flex: 1
}
.sf1 .r img {
	width: 11em;
}
.sf1 .g img {
	width: 12em;
}
.sf1 .nav {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: right;
  background-color: var(--c-01);
	list-style: none;
	padding: 1em 2em;
	display: none;
	position: absolute;
	top: 7em;
	left: 0;
	right: 0;
	z-index: 2;
}
.sf1 .nav.active {
	display: block;
}
.sf1 .nav li {
	display: inline-block;
	margin: 0 0 0 2em;
}
.sf1 .nav li a {
	color: var(--c-00);
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
.sf1 .nav li a:hover {
	color: var(--c-08);
}
.sf1 .rm {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	margin: auto;
	/* justify-content: center; */
}
.sf1 .rm img {
	width: 7em;
}
.sf1 .rm a {
	border: solid 1px white;
}
.sf1 .rm a.active {
	transform: scale(.9);
	opacity: .5;
	border: solid 1px rgba(0,0,0,0);
}
.sf1 .rm a:not(.active):hover {
	transform: scale(1.1);
}

.sf2 {
	background-color: var(--c-00);
}
.sf2 .d {
	padding: 1em 1em 0 1em;
}
.sf2 .d span {
	font-weight: bold;
	color: var(--c-08);
	display: block;
	padding-bottom: 1em;
	font-size: 1.1em;
}
.sf3 {
	background-color: var(--c-01);
}
.sf3 .header {
	color: var(--c-00);
	margin-bottom: 2em;
}
.sf3 img {
	width: 100%;
	max-width: 900px;
}
.sf3 a:hover img {
	transform: scale(1.01);
}
.sf4 {
	background-color: var(--c-02);
	padding-bottom: 5em;

}

.np {
	display: flex;
	gap: 2em;
	justify-content: space-between;
	align-items: center;
}
.np .n {
	text-align: right;
	justify-self: stretch;
}
.np img {
	width: 7em;
}
.np svg polygon {
	fill: var(--c-01) !important;
}
.np a:hover polygon {
	fill: var(--c-08) !important;
}
.np a:hover img {
	transform: scale(1.1);
}
.snp {
	padding-bottom: 2em;
}
.snp .container {
	background: var(--c-00);
	padding-top: 0;
	padding-bottom: 2em;
}
.sf4 .container {
	padding-bottom: 0;
}
.sf4 .container p {
	color: var(--c-00);
	font-size: 1.1em;
	margin: 0 0 3em 0;
}
.sf4 span {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.sf4 .slick-track {
	display: flex;
	align-items: stretch;
}
.sf4 li {
	display: flex !important;
	flex-direction: column;
	min-height: 26em;
}
.sf4 .slick-slide {
	height: auto !important;	
}
.sf4 p:not(:last-child) {
	margin-bottom: 0;
	display: block;
}
.sf4 .p {
	font-style: italic;
	align-self: stretch;
	flex-grow: 1;
	font-size: 1em;
}
.sf4 .t {
	font-size: 1.2em;
}
.sf4 .btn {
  margin-top: 1.5rem;
  background: var(--c-07);
  color: var(--c-00);
  text-decoration: none;
	width: auto;
	padding-left: 2em;
	padding-right: 2em;
}
.sf4 .btn:hover {
	background: var(--c-01);
}
.sf4 .c {
	padding-bottom: 1em;
}


.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-arrow polygon {
	fill: var(--c-00) !important;
}
.slick-arrow svg:hover polygon {
	fill: var(--c-08) !important;
}

.sf5 {
	background: url(/images/layout/bg_front_02.jpg) no-repeat center center;
	background-size: cover;
}
.sf5::before {
	background: red;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: block;
	content: '';
	opacity: .4;
}
.sf5 .b > * > *:first-child {
  min-height: 5em;
}
.sf5 .btn {
	margin-top: 1.5rem;
	background: var(--c-05);
	color: var(--c-00);
	text-decoration: none;
}
.sf5 .btn:hover {
	background: var(--c-01);
}
.sf5 .header {
	color: var(--c-04);
}

.sf6 svg {
  fill: var(--c-03);
  width: 2em;
  height: 2em;
}
.sf6 img {
	width: 100%;
	max-width: 300px;
}
.sf6 .sm {
	margin: 1.5rem 0;
}
.sf6 a:hover {
	opacity: .6;
}
.sf20.goal {
	padding-top: 2em;
}
.sf20.goal .container {
	background: var(--c-00);
	padding-left: 3em;
	padding-right: 3em;
}
.sf20.goal .container .obg h4 {
	margin-bottom: 1.5em;
}
.sf20 a {
	color: var(--c-01);
}
.sf20.goal .mov {
	padding: 1em;
}
.sf20.goal .mov h2 {
	color: var(--c-00);
	text-align: center;
	margin-top: .3em;
}
.sf20.goal .mov .c {
	display: flex;
	gap: 1em;
    justify-content: center;
	flex-wrap: wrap;
}
.sf20.goal .mov .c > * {
	width: calc(33.3% - 2em);
	text-align: center;
	font-weight: bold;
}
.sf20.goal .mov .c > * span {
	color: var(--c-00);
	margin: 0.5em;
	display: block;
}
.sf20.par {
 text-align: center;
}
.sf20.par h2 {
	margin: 2em 0;
	color: var(--c-08);
}
.sf20.par .f {
	display: flex;
    justify-content: center;
	align-items: center;
	gap: 4em;
	flex-wrap: wrap;
	margin-bottom: 8em;
}

.sf20.wyp .p {
	font-weight: bold;
	color: var(--c-08);
}
.sf20.wyp .p span {
	font-weight: normal;
}
.sf20.wyp .o {
	padding-bottom: 4em;
	padding-top: 4em;
}
.sf20.wyp .i {
	background: var(--c-00);
	padding: 2em 2em 2em 0;
	margin-right: 200px;
}
.sf20.wyp .t {
	font-size: 1.1em;
	padding-left: 2em;
}
.goal .obg { 
	display: block;
	overflow: hidden;
	height: 20em;
	margin-bottom: 4em;
}
.goal .obg:after {
	content: 'czytaj więcej...';
	display: table-cell;
	position: absolute;
	font-style: italic;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1em;
	padding-top: 9em;
	padding-bottom: .5em;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	width: 100%;
	cursor: pointer;
}
.goal .obg.active:after {
	display: none;
}
.goal .obg.active {
	overflow: none;
	height: auto;
}

.goal .obg h2 {
	font-size: 2em;
	margin-bottom: 0;
}
.goal .obg h4 {
	font-size: 1.4em;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 0;
}
.goal .obg table { 
	border-style: solid;
	border-width: 3px;
	padding: 0;
}
.goal .obg table p {
	margin-left: 8em;
	font-style: italic;
}
.goal .obg table td {
	padding: 1em;
}



/*
.goal .obg table td:before {
				background: url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 80.98 62.03"><defs><style>.apo {fill: %23cc1141;}</style></defs><path class="apo" d="M36.1,26.73c0,10.37-2.76,18.85-8.28,25.43s-13.66,9.87-24.43,9.87v-15.76c3.45,0,6.14-1.22,8.07-3.68,1.93-2.47,2.89-6.15,2.89-11.07v-2.39H0V0h31.12c3.32,8.51,4.99,17.43,4.99,26.73h-.01ZM80.98,26.73c0,10.37-2.79,18.85-8.38,25.43-5.58,6.58-13.76,9.87-24.53,9.87v-15.76c7.31,0,10.97-4.92,10.97-14.76v-2.39h-14.36V0h31.11c3.46,8.78,5.19,17.69,5.19,26.73Z"/></svg>\'); 
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 30em;
				height: 30em;
				content: "";
				background-color: yellow;
}
*/

.goal .obg table td {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 80.98 62.03'%3E%3Cdefs%3E%3Cstyle%3E.apo %7Bfill: %23cc1141;%7D%3C/style%3E%3C/defs%3E%3Cpath class='apo' d='M36.1,26.73c0,10.37-2.76,18.85-8.28,25.43s-13.66,9.87-24.43,9.87v-15.76c3.45,0,6.14-1.22,8.07-3.68,1.93-2.47,2.89-6.15,2.89-11.07v-2.39H0V0h31.12c3.32,8.51,4.99,17.43,4.99,26.73h-.01ZM80.98,26.73c0,10.37-2.79,18.85-8.38,25.43-5.58,6.58-13.76,9.87-24.53,9.87v-15.76c7.31,0,10.97-4.92,10.97-14.76v-2.39h-14.36V0h31.11c3.46,8.78,5.19,17.69,5.19,26.73Z'/%3E%3C/svg%3E"); 
	background-repeat: no-repeat;
	background-size: 7em;
	background-position: 1em 1.4em;


}
.goal .obg table img {
	display: block;
	margin-top: 1em;
	width: 10em;
	height: auto;
}
.goal .obg table td p:last-child {
	font-weight: bold;
	font-style: normal;
}

table.hed {
	width: 100%;
	margin-bottom: 3em;
	padding: 0;
	border-collapse: collapse;
}
table.hed td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
table.hed img { 
	width: 9.5em;
	margin-right: 2em;
}
table.hed td.h  {
	width: 100%;
	font-size: 1.5em;
	padding-bottom: 1em;
}
table.hed td.h strong {
	width: 100%;
	font-size: 1.7em;
}
table.hed table td:first-child {
	background: none !important;
}
table.hed table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.hed table div {
	height: 4em;
}
table.summary {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

table.summary .progress .blue {
	background: #5fb783;
}
table.summary .progress .yellow {
	background: #fccf51;
}
table.summary .progress .orange {
	background: #f7752d;
}
table.summary .progress .grey {
	background: #898989;
}
table.summary .progress .grey.progress-bar-striped {
	background: #b2b2b2;
}
table.summary .progressbar {
    height: 100%;
    width: 0%;
    float: left;
}


.sum {
	width: 100%;
}
.sum td:last-child {
	width: 100%;
}
.sum td:last-child div {
	float: left;
}
.leg span {
	font-weight: bold;
}
.leg .blue {
	color: #5fb783;
}
.leg .yellow {
	color: #fccf51;
}
.leg .orange {
	color: #f7752d;
}
.leg .grey {
	color: #898989;
}
.leg .grey.progress-bar-striped  {
	color: #b2b2b2;
}
.sum .blue {
	background: #5fb783;
}
.sum .yellow {
	background: #fccf51;
}
.sum .orange {
	background: #f7752d;
}
.sum .grey {
	background: #898989;
}
.sum .grey.progress-bar-striped {
	background: #b2b2b2;
}
.sum td:first-child {
	padding: 1em 1em 1em .5em;
	padding: .5em;
	color: white;
	font-size: .6em;
	vertical-align: middle;
/*	display: flex; */
	width: 20em;
/*	align-items: center; */
}
.sum tr {
	display: flex;
	gap: 1em;
	margin-bottom: .5em;
	min-height: 2em;
}
.sum td:first-child span {
	display: block;
	font-size: 2em;
	width: 1.3em;
	float: left;
	min-height: 1em;
	font-weight: bold;
}
.sum td:last-child {
	display: flex;
	width: 100%;
}
.sum .sdg1 td:first-child {
	background: var(--sdg1)
}
.sum .sdg2 td:first-child {
	background: var(--sdg2)
}
.sum .sdg3 td:first-child {
	background: var(--sdg3)
}
.sum .sdg4 td:first-child {
	background: var(--sdg4)
}
.sum .sdg5 td:first-child {
	background: var(--sdg5)
}
.sum .sdg6 td:first-child {
	background: var(--sdg6)
}
.sum .sdg7 td:first-child {
	background: var(--sdg7)
}
.sum .sdg8 td:first-child {
	background: var(--sdg8)
}
.sum .sdg9 td:first-child {
	background: var(--sdg9)
}
.sum .sdg10 td:first-child {
	background: var(--sdg10)
}
.sum .sdg11 td:first-child {
	background: var(--sdg11)
}
.sum .sdg12 td:first-child {
	background: var(--sdg12)
}
.sum .sdg13 td:first-child {
	background: var(--sdg13)
}
.sum .sdg14 td:first-child {
	background: var(--sdg14)
}
.sum .sdg15 td:first-child {
	background: var(--sdg15)
}
.sum .sdg16 td:first-child {
	background: var(--sdg16)
}
.sum .sdg17 td:first-child {
	background: var(--sdg17)
}
.leg {
	width: 50%;
}
.leg tbody {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.leg img {
	width: 5em;
}
.leg tr td:first-child {
	width: 5.5em;
}


.sf1 .l1 ul.active {
	display: block;
}



.f2c { 
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1em;
	justify-content: center;
}
.f2c > * {
	display: flex;
	flex-direction: column;
	padding: 1.5em;
	background: var(--c-04);
}

.fslider {
	padding-left: 0;
}
.fslider li {
	padding: 1em;
	color: var(--c-00);
}
.fslider li::before {
	display: block; 
	content: '';
	top: 0;
	bottom: 0;
	left: -1px;
	right: 35%;
	position: absolute;
	background: linear-gradient(90deg,rgba(23, 54, 104, 1) 0%, rgba(23, 54, 104, 0) 100%);
}
.fslider li p {
	max-width: 60%;
	padding-left: 2rem;
}
.fslider .slick-next {
	right: 40px;
}
.fslider .slick-prev {
	left: 10px;
}
.fslider .slick-arrow {
	z-index: 10;
}

/* .f2c {
	display: flex;
	gap: 2rem;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}
.f2c > * {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	width: calc(33.33% - 2/3 * 2rem);
	background: var(--c-04);
	font-weight: bold;
}
.f2c > * > div {
	color: var(--c-03);
} */

.btn {
  width: 100%;
  max-width: 350px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  display: inline-block;
  transition: all 0.2s;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1rem;
}

.mw900 {
	max-width: 900px;
	margin: auto;
}
.video-container {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



.s4mobi {
  z-index: 2;
  position: absolute;
  right: 2em;
  bottom: 0;
	top: 0.2em;
}
.mobiicon {
	display: block;
	transform: scale(1);
	padding-left: 1rem;
	border-left: solid 3px var(--c-00);
}
.mobiicon .btn {
	margin-top: .5em;
	margin-bottom: .5em;
	width: 2.5rem;
	height: 1.8rem;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
}
.mobiicon .btn span {
	display: block;
	position: absolute;
	height: 0.4rem;
	width: 50%;
	background: var(--c-00);
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.mobiicon .btn:hover span, .mobiicon.active .btn span {
	background: var(--c-08);
}
.mobiicon.active .btn span {
	background: var(--c-08);
}
.mobiicon .btn span:nth-child(even) {
	left: 50%;
	border-radius: 0 1rem 1rem 0;
}
.mobiicon .btn span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 1rem;
}
.mobiicon .btn span:nth-child(1), .mobiicon .btn span:nth-child(2) {
	top: 0;
}
.mobiicon .btn span:nth-child(3), .mobiicon .btn span:nth-child(4) {
	top: 0.7rem;
}
.mobiicon .btn span:nth-child(5), .mobiicon .btn span:nth-child(6) {
	top: 1.4rem;
}
.mobiicon.active .btn span:nth-child(1),.mobiicon.active .btn span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobiicon.active .btn span:nth-child(2),.mobiicon.active .btn span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobiicon.active .btn span:nth-child(1) {
	left: 0.2rem;
	top: 0.2rem;
}
.mobiicon.active .btn span:nth-child(2) {
	left: calc(50% - 0.2rem);
	top: 0.2rem;
}
.mobiicon.active .btn span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
.mobiicon.active .btn span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
.mobiicon.active .btn span:nth-child(5) {
	left: 0.2rem;
	top: 1.1rem;
}
.mobiicon.active .btn span:nth-child(6) {
	left: calc(50% - 0.2rem);
	top: 1.1rem;
}



@media (max-width: 1600px) {
	.fslider li p {
		padding-left: 1rem;
	}
}

@media (max-width: 1024px) {
	body {
		font-size: .9em;
	}
	.fslider li p {
	  max-width: 50%;
	}
}

@media (max-width: 850px) {
	.f2c {
	  grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 750px) {
	.sf1 .h {
		display: none;
	}
	.sf20.wyp .t {
		padding-left: 1em;
	}
	.sf20.goal .mov .c > * {
		width: calc(50% - 1em);
	}
}


@media (max-width: 650px) {
	.flex650dircol {
		flex-direction: column;
	}
	.gap6501em {
		gap: 1em !important;
	}
	.sf1 > div.c p {
		padding-left: 0;
	}
	.sf1 .nav li {
		display: block;
		margin-bottom: 1em;
	}
	.sf20.wyp .i {
		margin-right: 1em;
		margin-top: 15em;
	}
	table.hed tr {
		display: flex; 
		flex-direction: column;
	}
	table.hed td.h {
		margin-top: 1em;
	}
	.goal .obg table p {
		margin-left: 10% !important;
	}
	.goal .obg table td {
		background-size: 10%;
	}
	.leg {
		width: 100%;
	}
	.sum tr {
		display: flex;
		flex-direction: column;
		gap: .2em;
		margin-bottom: 1em;
	}
	.sum td:first-child {
		width: 100%;
		font-size: 1em;
	}
	.sum td:first-child span {
		font-size: 1.5em;
	}
	.sum td:last-child div {
		min-height: 3em;
	}
}
@media (max-width: 550px) {
	.fslider li {
		background-position: center calc(right -30em);
		min-height: 25em;
	}
	.f2c {
	  grid-template-columns: 1fr;
	}
	.sf5 .btn {
		max-width: 100%;
	}
	.fslider li p {
		max-width: 70%;
	}
	.slick-initialized .slick-slide {
		background-position: center  right 20% !important;
	}
	.sf20.goal .container {
		padding-left: 1em;
		padding-right: 1em;
	}
	.np img {
		width: 5em;
	}
	.sf1 .rm img {
		width: 5em;
	}
	table.hed img {
		width: 7em;
	}
	.sf20.goal .mov .c > * {
		width: 100%;
	}
}