* { border: none; margin: 0px; padding: 0px;  }

:root {
  --purpledark: #3D3F9D;
  --purplemiddle: #7E80E3;
  --purplelight: #BBBDFF;
  --purplevlight: #E6E7FF;
  --txt: #1D2939;
}

body {
	background: #fff;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--txt);
	overflow-x: hidden;
	position: relative;
}

	body.overflow {
		overflow: hidden;
	}

.contactButton {
	list-style: none;	
}

.contactButton a,
.contactButtonMail a,
.wp-block-button .wp-block-button__link {
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
    border-radius: 30px;
    padding: 11px 30px 11px 11px;
	text-align: center;
	color: var(--purpledark);
	background: #E6E7FF;
	box-shadow: 0px 1px 2px 0px #1018280D;
	transition: all 0.4s ease;
}

.contactButton a,
.contactButtonMail a {
	background: var(--purplemiddle);
	color: #fff;
}

.arrowDown .wp-block-button__link:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../graf/ico_arrowDown.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px auto;
	border-radius: 50%;
}

.contactButton a:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../graf/ico_phone.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 18px auto;
	border-radius: 50%;
}

.contactButtonMail a:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../graf/ico_mail.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px auto;
	border-radius: 50%;
}
	
	.wp-block-button .wp-block-button__link:hover {
		background: var(--purplelight);
		transition: all 0.4s ease;
	}
	
	.contactButton a:hover {
		background: var(--purpledark);
		color: #fff;
	}

.hide-on-desktop {
	display: none;
}

.hide-on-mobile {
	display: block;
}

@media (max-width: 1000px) {
	.hide-on-mobile {
		display: none;
	}
	.hide-on-desktop {
		display: block;
	}
}

*:focus {
	outline: 0;
}	

.is-style-fw-padding,
.fw-padding {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit,
.fit {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-1400,
.fit-1400 {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-1300,
.fit-1300 {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-1200,
.fit-1200 {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-1100,
.fit-1100 {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-1000,
.fit-1000 {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-800,
.fit-800 {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-600,
.fit-600 {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

a {
	color: var(--black);
	text-decoration: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	
	cursor: pointer;
}

	a:hover {
		color: var(--green2);
		text-decoration: none;
		
		transition: all .2s ease;
		-webkit-transition: all .2s ease;
		cursor: pointer;
	}


h1 {
	color: var(--purpledark);
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	font-size: clamp(50px, 8vw, 110px);
	line-height: 1.1;
}

h2 {
	color: var(--purpledark);
	font-family: "Poppins", Sans-serif;
	font-size: clamp(44px, 4vw, 58px);
	font-weight: 400;
	line-height: 1.1;
}

h3 {
	font-family: "Poppins", Sans-serif;
	font-size: clamp(24px, 4vw, 30px);
	font-weight: 400;
	line-height: 1.3;
}

h1 strong,
h2 strong,
h3 strong {
	font-weight: 600;
}

header {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	
	display: flex;
	align-items: center;
	gap: 5%;
	justify-content: space-between;
}

#content {
	overflow-x: hidden;
}

	#hero {
		
	}
	
	#hero > .wp-block-group {
		position: relative;
		z-index: 1;
		display: grid;
		grid-template-columns: 43% 57%;
		grid-template-rows: auto;
		gap: 10px 0;
		grid-auto-flow: row;
		align-items: flex-start;
		padding: 0 3% 0 0;
	}

		#hero .imgBox {
			grid-area: 1 / 1 / 5 / 2;
		
			position: absolute;
			z-index: -1;
			right: -15%;
			top: -5%;
			width: 130%;
			min-width: 650px;
			min-height: 550px;
		}
			
			#hero .imgBox figure {
				display: block;
				width: 100%;
				height: 100%;
			}
			
		#hero .slogan { 
			grid-area: 1 / 1 / 3 / 2;
			position: absolute;
			left: 57%;
			top: 29%;
			
			width: 330px;
			font-size: 14px;
			color: var(--purpledark);
			font-weight: 600;
			
			border-radius: 50px;
			background: var(--purplevlight);
			box-shadow: -7px 3px 4px 0px #2A2B665C;
			
			grid-template-columns: 100px auto !important;
		}
		
		#hero .header { 
			grid-area: 1 / 2 / 2 / 3; 
			color: var(--purpledark);
			padding-bottom: 10px;
			line-height: 1;
		}
			
			#hero .header em {
				padding-left: 12%;
				color: var(--purplemiddle);
				font-style: normal;
			}

			#hero .header strong {
				font-weight: 600;
				padding-left: 6%;
			}
				
		#hero .icons { 
			grid-area: 2 / 2 / 3 / 3; 
			gap: 25px;
			padding-top: 20px;
		}

			#hero .icons .wp-block-column {
				flex-grow: 0;
				flex-basis: auto;
			}
			
			#hero .icons .wp-block-media-text {
				grid-template-columns: 35px auto !important;
				align-items: flex-start;
			}
			
			#hero .icons .wp-block-media-text__media {
				width: 35px;
				min-width: 35px;
				height: 35px;
				align-self: flex-start;
			}
			
				#hero .icons .wp-block-media-text__media img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: 50% 50%;
				}
				
			#hero .icons .wp-block-media-text__content {
				color: var(--purplemiddle);
				font-size: 14px;
				font-weight: 600;
				margin: 0;
				padding: 0 0 0 10px;
			}
		
				#hero .icons .wp-block-media-text__content strong {
					font-weight: 600;
					color: var(--purpledark);
				}

		#hero .desc { 
			grid-area: 3 / 2 / 4 / 3; 
			
			color: var(--purpledark);
			font-weight: 600;
			font-size: 24px;
		}

			#hero .desc em {
				font-style: normal;
				color: var(--purplelight);
			}

		#hero .button {
			grid-area: 4 / 2 / 5 / 3; 
			margin-top: 20px;
		}

@media screen and (max-width: 1400px) {
	#hero .header {
		padding-left: 5vw;
	}
	
	#hero .slogan {
		left: unset;
		right: -20%;
		top: 8vw;
	}
}

#witamyCie {
	margin: 150px auto 70px auto;
}

	#witamyCie .wp-block-columns {
		display: grid;
		grid-template-columns: auto 750px 50%;
		gap: 0px 0px;
		grid-auto-flow: row;
	}
	
		#witamyCie .wp-block-columns:before {
			content: "";
			
		}
		
		#witamyCie .wp-block-column:first-child {
			padding: 80px 0 80px 3vw;
			align-self: center;
		}
		
			#witamyCie .wp-block-column:first-child em {
				color: var(--purplelight);
				font-style: normal;
			}
			
			#witamyCie .wp-block-column:first-child p {
				margin: 0 0 20px 0;
			}
		
			#witamyCie .wp-block-column:first-child strong {
				font-size: 28px;
				color: var(--purpledark);
				font-weight: 600;
			}
			
			#witamyCie .wp-block-column:first-child .witamyCieHeader,
			#witamyCie .wp-block-column:first-child .witamyCieHeader strong {
				font-size: 34px;
				margin-bottom: 10px;
			}
	
		#witamyCie .wp-block-column:last-child {
			padding-left: 3vw;
			position: relative;
			align-self: stretch;
		}
		
			#witamyCie .wp-block-column:last-child figure {
				position: absolute;
				top: 0;
				right: 50%;
				transform: translateX(50%);
				
				height: 100%;
				aspect-ratio: 1 / 1;
				border-radius: 50%;
				background: linear-gradient(14.02deg, #B4B5FF 9.54%, #9698F0 48.74%, #8183E9 91.07%);
				overflow: hidden;
				
				display: flex;
				align-items: flex-end;
				justify-content: center;
			}
			
				#witamyCie .wp-block-column:last-child figure img {
					position: relative;
					bottom: -1%;
					
					display: block;
					width: 95%;
					height: 95%;
					object-fit: contain;
					object-position: 50% 50%;
				}
				
@media screen and (max-width: 1650px) {
	#witamyCie .wp-block-columns {
		gap: 3%;
		grid-template-columns: 49% 48%;
		margin-bottom: 100px;
	}
	
	#witamyCie .wp-block-columns:before {
		display: none;
	}
	
	#witamyCie .wp-block-column:first-child {
		padding: 25px 0 30px 3vw;
	}
	
	#witamyCie .wp-block-column:last-child {
		overflow: hidden;
		padding: 0 0;
	}
	
	#witamyCie .wp-block-column:last-child figure {
		left: 0;
		transform: unset;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1300px) {
	#witamyCie {
		margin-top: 100px;
	}
	
	#witamyCie .wp-block-column:last-child figure img {
		object-position: 0% 50%;
	}
}
				
				
#banerKontakt {
	margin: 50px auto;
}			

	#banerKontakt .wp-block-columns {
		position: relative;
		gap: 0;
		
		background: var(--purplelight);
		padding: 35px 50px 35px 80px;
		box-sizing: border-box;
		border-radius: 100px;
	}
	
		#banerKontakt .wp-block-columns figure {
			position: absolute;
			z-index: -1;
			left: 0;
			top: 0;
			
			width: 220px;
			height: 220px;
		}
	
			#banerKontakt .wp-block-columns figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: contain;
				object-position: 50% 50%;
				
				transform: translate(-30%, -60%);
			}
		
		#banerKontakt .wp-block-column:nth-child(1) {
			flex-basis: 0;
			max-width: 0;
		}
		
		#banerKontakt .wp-block-column:nth-child(2) {
			flex-grow: 1;
			flex-basis: auto;
			
			font-size: 30px;
			font-weight: 600;
			color: var(--purpledark);
		}
		
		#banerKontakt .wp-block-column:nth-child(3) {
			flex-basis: 250px;
			min-width: 250px;
			text-align: center;
		}
		
			#banerKontakt .wp-block-column:nth-child(3) .wp-block-buttons {
				text-align: center;
			}
		
				#banerKontakt .wp-block-column:nth-child(3) .wp-block-buttons a {
					background: #fff;
				}
		
				#banerKontakt .wp-block-column:nth-child(3) .wp-block-buttons a:before {
					background-color: var(--purplemiddle);
					background-image: url(../graf/ico_phoneWhite.svg);
					transition: all 0.3s ease;
				}
				
			#banerKontakt .wp-block-column:nth-child(3) .wp-block-buttons a:hover {
				background: var(--purplemiddle);
			}
				
				#banerKontakt .wp-block-column:nth-child(3) .wp-block-buttons a:hover:before {
					background-color: var(--purplelight);
					transition: all 0.3s ease;
				}
				
					
					
#banerKontakt2 {
	margin: 150px auto 50px auto;
}

	#banerKontakt2 .wp-block-columns {
		position: relative;
		gap: 0;
		
		background: var(--purplelight);
		padding: 35px 50px 30px 80px;
		box-sizing: border-box;
		border-radius: 100px;
	}
	
		#banerKontakt2 .wp-block-columns figure {
			position: absolute;
			z-index: -1;
			right: 0;
			top: 0;
			
			width: 250px;
			height: 250px;
		}
	
			#banerKontakt2 .wp-block-columns figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: contain;
				object-position: 50% 50%;
				transform: translate(-10%, -55%);
			}
		
		#banerKontakt2 .wp-block-column:nth-child(3) {
			flex-basis: 0;
			max-width: 0;
		}
		
		#banerKontakt2 .wp-block-column:nth-child(1) {
			flex-grow: 1;
			flex-basis: auto;
			
			font-size: 30px;
			font-weight: 600;
			color: var(--purpledark);
		}
		
		#banerKontakt2 .wp-block-column:nth-child(2) {
			flex-basis: 250px;
			min-width: 250px;
			text-align: center;
		}
		
			#banerKontakt2 .wp-block-column:nth-child(2) .wp-block-buttons {
				text-align: center;
			}
		
				#banerKontakt2 .wp-block-column:nth-child(2) .wp-block-buttons a {
					background: #fff;
				}
		
				#banerKontakt2 .wp-block-column:nth-child(2) .wp-block-buttons a:before {
					background-color: var(--purplemiddle);
					background-image: url(../graf/ico_phoneWhite.svg);
					transition: all 0.3s ease;
				}
				
			#banerKontakt2 .wp-block-column:nth-child(2) .wp-block-buttons a:hover {
				background: var(--purplemiddle);
			}
				
				#banerKontakt2 .wp-block-column:nth-child(2) .wp-block-buttons a:hover:before {
					background-color: var(--purplelight);
					transition: all 0.3s ease;
				}
				
#metodaOpisowegoMowienia {
	margin: 100px auto;
	color: var(--purpledark);
}		
		
	#metodaOpisowegoMowienia h2 {
		margin-bottom: 15px;
	}
		
	#metodaOpisowegoMowienia h3 {
		margin-bottom: 30px;
	}
		
	#metodaOpisowegoMowienia sup {
		font-size: 16px;
	}
	
	#metodaOpisowegoMowienia p {
		margin: 20px 0;
	}
	
	
#boxes {
	margin: 50px auto;
}
	
	#boxes .wp-block-media-text {
		background: var(--purplelight);
		border-radius: 30px;
		
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 35px 25px;
		box-sizing: border-box;
		
		font-size: 16px;
		color: var(--purpledark);
	}
	
		#boxes .wp-block-media-text .wp-block-media-text__media {
			align-self: flex-start;
			width: 50px;
			height: 50px;
		}
	
			#boxes .wp-block-media-text .wp-block-media-text__media img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: contain;
			}
			
		#boxes .wp-block-media-text .wp-block-media-text__content {
			padding: 0 0;
		}
		
	#boxes .wp-block-columns {
		gap: 2%;
	}
	
		#boxes .wp-block-column:nth-child(1) {
			flex-basis: 50%;
			position: relative;
		}
		
			#boxes .wp-block-column:nth-child(1) .dymek {
				position: absolute;
				top: 120px;
				left: 20%;
				background: #fff;
				border-radius: 50px;
				padding: 20px;
				
				display: flex;
				align-items: center;
				flex-direction: row;
				gap: 10px;
				width: 300px;
				font-weight: 300;
				font-size: 14px;
				line-height: 1.4;
			}
			
			#boxes .wp-block-column:nth-child(1) .dymek:before {
				content: "";
				display: block;
				width: 28px;
				height: 20px;
				background: #fff;
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(-20px, 25px);
			}
			
			#boxes .wp-block-column:nth-child(1) .dymek:after {
				content: "";
				display: block;
				width: 15px;
				height: 12px;
				background: #fff;
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(0px, 45px);
			}
				
				
				#boxes .wp-block-column:nth-child(1) .dymek figure {
					flex-basis: 60px;
					min-width: 60px;
					height: 60px;
					align-self: center;
				}
				
					#boxes .wp-block-column:nth-child(1) .dymek figure img {
						display: block;
						width: 100%;
						height: 100%;
						object-fit: contain;
						object-position: 50% 50%;
					}
				
			#boxes .wp-block-column:nth-child(1) figure.wp-block-image {
				position: absolute;
				left: 0;
				top: 0;
				
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden;
				border-radius: 30px;
			}
			
				#boxes .wp-block-column:nth-child(1) figure.wp-block-image img {
					display: block;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					object-position: 50% 50%;
				}
		
		#boxes .wp-block-column:nth-child(2) {
			flex-basis: 50%;
			align-self: center;
			
			display: grid; 
			grid-template-columns: repeat(2, 1fr); 
			grid-template-rows: auto auto; 
			gap: 25px 25px; 
			align-items: center;
			
			padding: 150px 0 30px 0;
		}
		
			#boxes .wp-block-column:nth-child(2) .wp-block-media-text.box1 {
				grid-area: 1 / 1 / 2 / 2;
			}
			
			#boxes .wp-block-column:nth-child(2) .wp-block-media-text.box2 {
				grid-area: 1 / 2 / 3 / 3;
			}
		
			#boxes .wp-block-column:nth-child(2) .wp-block-media-text.box3 {
				grid-area: 2 / 1 / 3 / 2;
			}
			
			#boxes .wp-block-column:nth-child(2) .stworek {
				grid-area: 1 / 1 / 2 / 2;
				
				position: relative;
				width: 100%;
				height: 140px;
				z-index: -1;
				top: 0;
				
				align-self: flex-start;
			}
		
				#boxes .wp-block-column:nth-child(2) .stworek img {
					position: relative;
					z-index: -1;
					display: block;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					object-position: 50% -30px;
				}
			

@media screen and (max-width: 1650px) {
	#boxes .wp-block-columns {
		padding: 0 3% 0 0 ;
	}

	#boxes .wp-block-column:nth-child(1) figure.wp-block-image {
		border-radius: 0 30px 30px 0;
	}
}

@media screen and (max-width: 1300px) {
	#boxes .wp-block-column:nth-child(1) {
		flex-basis: 40%;
	}
	
	#boxes .wp-block-column:nth-child(2) {
		flex-basis: 60%;
	}
	
	#boxes .wp-block-column:nth-child(1) .dymek {
		transform: translateX(-45%);
	}
}

#dobreMiejsce {
	margin: 150px auto 100px auto;
	
	color: var(--purpledark);
}		

	#dobreMiejsce h2  {
		margin-bottom: 40px;
	}
	
	#dobreMiejsce h2 em {
		font-style: normal;
		color: var(--purplelight);
	}
	
	#dobreMiejsce .wp-block-columns {
		margin-top: 100px;
	}
	
		#dobreMiejsce .wp-block-column {
			border-radius: 36px;
			padding: 35px 0 0 35px;
			box-sizing: border-box;
			
			display: flex;
			flex-direction: column;
			gap: 15px;
			box-shadow: 8px 8px 10px rgba(0 0 0 / 0.025);

		}
		
		#dobreMiejsce .wp-block-column:nth-child(1) {
			background-color: var(--purplelight);
			color: var(--purpledark);
		}
		
		#dobreMiejsce .wp-block-column:nth-child(2) {
			background-color: var(--purplevlight);
			color: var(--purpledark);
		}
		
		#dobreMiejsce .wp-block-column:nth-child(3) {
			background-color: var(--purpledark);
			color: #fff;
		}
		
			#dobreMiejsce .wp-block-column h3 {
				display: block;
				font-size: 26px;
				font-weight: 600;
				padding-right: 35px;
			}
			
			#dobreMiejsce .wp-block-column figure.img {
				text-align: right;
				margin-top: auto;
				
				display: flex;
				justify-content: flex-end;
				align-items: flex-end;
			}
			
@media screen and (max-width: 1300px) {
	#dobreMiejsce {
		margin-top: 100px;
	}
}
			
#aplikacjaMobilna {
	margin: 150px auto 50px auto;
}

	#aplikacjaMobilna > .wp-block-columns {
		position: relative;
		z-index: 5;
		
		display: grid; 
		grid-template-columns: repeat(8, 1fr); 
		grid-template-rows: auto auto; 
		gap: 30px 0px; 
			
	}
	
	#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(1) {
		grid-area: 1 / 1 / 2 / 7;
	}
		
		#aplikacjaMobilna h2 {
			display: block;
			margin-bottom: 20px;
		}
		
			#aplikacjaMobilna h2 strong {
				display: inline-block;
				position: relative;
			}
			
			#aplikacjaMobilna h2 strong:before {
				content: "";
				display: block;
				width: 130px;
				height: 55px;
				
				position: absolute;
				right: 0px;
				top: 0px;
				transform: translate(60px, -20px);
				
				background-image: url(../graf/txtUczyszZdalnie.svg);
				background-size: contain;
				background-repeat: no-repeat;
			}
			
		
		#aplikacjaMobilna .desc {
			color: var(--purpledark);
			width: 100%;
			max-width: 550px;
		}
					
	#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) {
		grid-area: 2 / 1 / 3 / 7;
		position: relative;
		z-index: 1;
		padding-bottom: 150px;
	}

			#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns {
				display: flex;
				flex-wrap: wrap !important;
				
				gap: 30px;
				margin-top: 30px;
				align-items: flex-start;
			}
		
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
					flex-basis: 45%;
					position: relative;
					display: block;
					padding: 30px;
					box-sizing: border-box;
					border-radius: 20px;
					box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
					font-size: 14px;
					margin: 10px 0 0 0;
				}
					
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1),
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(4) {
					background: var(--purplemiddle);
					color: #fff;
				}
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) {
					top: 20px;
					position: relative;
				}
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(2) {
					top: -20px;
					position: relative;
				}
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(2),
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(3) {
					background: var(--purplevlight);
					color: var(--purpledark);
				}
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(3) {
					position: relative;
					left: -20px;
					top: 20px;
				}
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(4) {
					position: relative;
					left: -20px;
					top: -20px;
				}
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column strong {
					font-size: 28px;
					line-height: 1.2;
					margin-bottom: 20px;
					display: block;
					font-weight: 600;
				}
		
	#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) {
		grid-area: 1 / 4 / 3 / 9; 
		position: relative;
		z-index: -1;
	}

	
		#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) figure.img {
			position: absolute;
			right: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		
			#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) figure.img img {
				display: block;
				width: 100% !important;
				height: 100% !important;
				object-fit: contain;
				object-position: 100% 50%;
			}
			
			#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) .dymek {
				position: absolute;
				top: 50px;
				right: 0;
				background: var(--purplelight);
				border-radius: 50px;
				padding: 20px;
				
				display: flex;
				align-items: center;
				flex-direction: row;
				gap: 10px;
				width: 270px;
				font-weight: 300;
				font-size: 14px;
				line-height: 1.4;
			}
			
			#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) .dymek:before {
				content: "";
				display: block;
				width: 28px;
				height: 20px;
				background: var(--purplelight);
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(-20px, 25px);
			}
			
			#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) .dymek:after {
				content: "";
				display: block;
				width: 15px;
				height: 12px;
				background: var(--purplelight);
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(0px, 45px);
			}
				
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) .dymek .wp-block-media-text__content {
					padding: 0;
				}
				
				#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) .dymek figure {
					flex-basis: 55px;
					min-width: 55px;
					height: 55px;
					align-self: center;
				}
					
					#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) .dymek figure img {
						display: block;
						width: 100%;
						height: 100%;
						object-fit: contain;
						object-position: 50% 50%;
					}

@media screen and (max-width: 1350px) {
	#aplikacjaMobilna > .wp-block-columns {
		padding: 0 0 0 3%;
	}
	
	#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(2) {
		grid-area: 2 / 1 / 3 / 6;
		padding-bottom: 50px;
	}
	
	#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) .dymek {
		right: 3%;
		top: 5vw;
	}
	
	#aplikacjaMobilna > .wp-block-columns > .wp-block-column:nth-child(3) figure.img img {
		object-position: 100% 20%;
	}
}





#graKarciana {
	margin: 50px auto 120px auto;
}

	#graKarciana > .wp-block-columns {
		position: relative;
		z-index: 5;
		
		display: grid; 
		grid-template-columns: repeat(8, 1fr); 
		grid-template-rows: auto auto; 
		gap: 30px 0px; 
		padding: 0 3% 0 0;
			
	}
	
	#graKarciana > .wp-block-columns > .wp-block-column:nth-child(1) {
		grid-area: 1 / 6 / 2 / 9; 
	}
		
		#graKarciana > .wp-block-columns > .wp-block-column:nth-child(1) h2 {
			display: block;
			margin-bottom: 20px;
		}
		
			#graKarciana > .wp-block-columns > .wp-block-column:nth-child(1) h2 strong {
				display: inline-block;
				position: relative;
			}
			
			#graKarciana > .wp-block-columns > .wp-block-column:nth-child(1) h2 strong:before {
				content: "";
				display: block;
				width: 130px;
				height: 55px;
				
				position: absolute;
				right: 0px;
				top: 0px;
				transform: translate(45px, 40px);
				
				background-image: url(../graf/txtUczyszBawiac.svg);
				background-size: contain;
				background-repeat: no-repeat;
			}
					
	#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) {
		grid-area: 2 / 5 / 3 / 9; 
		position: relative;
		z-index: 1;
	}

			#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns {
				display: grid; 
				grid-template-columns: 40% 60%; 
				grid-template-rows: auto auto; 
				grid-template-areas: 
					"c1 c2"
					"c1 c3"; 
				gap: 30px;
				align-items: center !important;
			}
		
				#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
					flex-basis: 45%;
					position: relative;
					display: block;
					padding: 30px;
					box-sizing: border-box;
					border-radius: 20px;
					box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
					font-size: 14px;
					margin: 10px 0 0 0;
				}
					
				#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) {
					grid-area: c1;
					background: var(--purplemiddle);
					color: #fff;
					
					position: relative;
					left: -25px;
				}
				
				#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(2) {
					grid-area: c2;
					position: relative;
					
					background: var(--purplevlight);
					color: var(--purpledark);
					left: -20px;
				}
				
				#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(3) {
					grid-area: c3; 
					background: #fff;
					color: var(--purpledark);
					
					position: relative;
					left: -35px;
				}
				
				#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column strong {
					font-size: 28px;
					line-height: 1.2;
					margin-bottom: 20px;
					display: block;
					font-weight: 600;
				}
		
	#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) {
		grid-area: 1 / 1 / 3 / 6;
		position: relative;
		z-index: -1;
	}

	
		#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) figure.img {
			position: absolute;
			left: -15%;
			top: -10%;
			width: 120%;
			height: 120%;
		}
		
			#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) figure.img img {
				display: block;
				width: 100% !important;
				height: 100% !important;
				object-fit: contain;
				object-position: 100% 50%;
			}
			
			#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) .dymek {
				position: absolute;
				top: 50px;
				right: 0;
				background: var(--purplelight);
				border-radius: 50px;
				padding: 20px;
				
				display: flex;
				align-items: center;
				flex-direction: row;
				gap: 10px;
				width: 270px;
				font-weight: 300;
				font-size: 14px;
				line-height: 1.4;
			}
			
			#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) .dymek:before {
				content: "";
				display: block;
				width: 28px;
				height: 20px;
				background: var(--purplelight);
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(-20px, 25px);
			}
			
			#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) .dymek:after {
				content: "";
				display: block;
				width: 15px;
				height: 12px;
				background: var(--purplelight);
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(0px, 45px);
			}
				
				
				#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) .dymek .wp-block-media-text__content {
					padding: 0;
				}
				
				#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) .dymek figure {
					flex-basis: 55px;
					min-width: 55px;
					height: 55px;
					align-self: center;
				}
					
					#graKarciana > .wp-block-columns > .wp-block-column:nth-child(3) .dymek figure img {
						display: block;
						width: 100%;
						height: 100%;
						object-fit: contain;
						object-position: 50% 50%;
					}


@media screen and (max-width: 1250px) {
	#graKarciana > .wp-block-columns > .wp-block-column:nth-child(2) {
		grid-area: 2 / 4 / 3 / 9; 		
	}
	
	#graKarciana > .wp-block-columns > .wp-block-column:nth-child(1) h2 strong:before {
		transform: translate(50px, 30px);
	}
	
}



#panelNauczyciela {
	margin: 100px auto 50px auto;
	padding: 0 0 0 3%;
}

	#panelNauczyciela > .wp-block-columns {
		position: relative;
		z-index: 5;
		
		display: grid; 
		grid-template-columns: repeat(3, 1fr); 
		grid-template-rows: auto clamp(300px, 25vw, 500px) clamp(300px, 25vw, 500px); 
		gap: 30px 0px; 
		padding: 0 0;
			
	}
	
	#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;  
		position: relative;
		z-index: 5;
	}
		
		#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(1) h2 {
			display: block;
			margin-bottom: 20px;
		}
		
			#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(1) h2 strong {
				display: inline-block;
				position: relative;
			}
			
			#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(1) h2 strong:before {
				content: "";
				display: block;
				width: 130px;
				height: 55px;
				
				position: absolute;
				right: 0px;
				top: 0px;
				transform: translate(45px, 40px);
				
				background-image: url(../graf/txtSledziszPostepy.svg);
				background-size: contain;
				background-repeat: no-repeat;
			}
					
	#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) {
		grid-area: 1 / 1 / 4 / 4; 
		position: relative;
		z-index: 1;
	}

			#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns {
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
		
				#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
					flex-basis: 450px;
					max-width: 450px;
					position: relative;
					display: block;
					padding: 30px;
					box-sizing: border-box;
					border-radius: 20px;
					box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
					font-size: 14px;
					margin: 10px 0 0 0;
				}
					
				#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) {
					background: var(--purplemiddle);
					color: #fff;
					
					position: absolute;
					right: 3%;
					top: 15%;
				}
				
				#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(2) {
					background: var(--purplevlight);
					color: var(--purpledark);
					
					position: absolute;
					left: 5%;
					top: 40%;
				}
				
				#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(3) {
					background: #fff;
					color: var(--purpledark);
					
					position: absolute;
					right: 10%;
					bottom: 20%;
				}
				
				#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column strong {
					font-size: 28px;
					line-height: 1.2;
					margin-bottom: 20px;
					display: block;
					font-weight: 600;
				}
		
	#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(3) {
		grid-area: 1 / 1 / 4 / 4; 
		position: relative;
		z-index: -1;
	}

	
		#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(3) figure {
			position: absolute;
			left: 0%;
			top: 0%;
			width: 100%;
			height: 100%;
			padding-top: 2%;
		}
			
			#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(3) figure:after {
				content: "";
				display: block;
				width: 5%;
				height: 50%;
				
				z-index: 1;
				position: absolute;
				right: 0;
				bottom: 0;
				background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
			}
		
			#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(3) figure img {
				display: block;
				width: 100% !important;
				height: 100% !important;
				object-fit: contain;
				object-position: 100% 50%;
			}
			
@media screen and (max-width: 1200px) {
	#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) {
		right: 3%;
		top: 12%;
	}
	
	#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(2) {
		left: 1%;
		top: 40%;
	}
	
	#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(3) {
		right: 8%;
		bottom: 10%;
	}
	
	#panelNauczyciela > .wp-block-columns > .wp-block-column:nth-child(1) h2 strong:before {
		transform: translate(45px, 25px)
	}
}

			
#komponentyEdukacyjne {
	margin: 150px auto 50px auto;
}

	#komponentyEdukacyjne > .wp-block-columns {
		position: relative;
		z-index: 5;
		
		display: grid; 
		grid-template-columns: repeat(8, 1fr); 
		grid-template-rows: auto auto; 
		gap: 30px 0px; 
			
	}
	
	#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(1) {
		grid-area: 1 / 1 / 2 / 7;
	}
		
		#komponentyEdukacyjne h2 {
			display: block;
			margin-bottom: 20px;
		}
		
			#komponentyEdukacyjne h2 strong {
				display: inline-block;
				position: relative;
			}
			
			#komponentyEdukacyjne h2 strong:before {
				content: "";
				display: block;
				width: 150px;
				height: 606x;
				
				position: absolute;
				right: 0px;
				top: 0px;
				transform: translate(-75px, -15px);
				
				background-image: url(../graf/txtUczyszEfektywnie.svg);
				background-size: contain;
				background-repeat: no-repeat;
			}
			
			@media screen and (max-width: 1300px) {
				#komponentyEdukacyjne h2 strong:before {
					transform: translate(-55px, -15px);
				}
			}
			
		
		#komponentyEdukacyjne .desc {
			color: var(--purpledark);
			width: 100%;
			max-width: 550px;
		}
					
	#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) {
		grid-area: 2 / 1 / 3 / 5;
		position: relative;
		z-index: 1;
		padding-bottom: 50px;
	}

			#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns {
				display: grid;
				grid-template-columns: 30% 17% 3% 10% 5% 35%;
				grid-template-rows: auto auto;
				grid-template-areas:
				"c1 c1 c1 c1 . ."
				"c2 c2 . c3 c3 c3";
				gap: 30px;
				align-items: center !important;
			}
		
				#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
					flex-basis: 45%;
					position: relative;
					display: block;
					padding: 30px;
					box-sizing: border-box;
					border-radius: 20px;
					box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
					font-size: 14px;
					margin: 10px 0 0 0;
				}
					
				#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) {
					grid-area: c1;
					background: var(--purplemiddle);
					color: #fff;
					top: 0px;
					left: 35px;
					position: relative;
				}
				
				#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(2) {
					grid-area: c2;
					top: 0px;
					position: relative;
					background: #fff;
					color: var(--purpledark);
				}
				
				#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(3) {
					grid-area: c3;
					position: relative;
					left: -20px;
					top: 20px;
					background: var(--purplevlight);
					color: var(--purpledark);
				}
				
				#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column strong {
					font-size: 28px;
					line-height: 1.2;
					margin-bottom: 20px;
					display: block;
					font-weight: 600;
				}
		
	#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) {
		grid-area: 1 / 4 / 3 / 9; 
		position: relative;
		z-index: -1;
	}

	
		#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) figure.img {
			position: absolute;
			right: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		
			#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) figure.img img {
				display: block;
				width: 100% !important;
				height: 100% !important;
				object-fit: contain;
				object-position: 100% 50%;
			}
			
			#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) .dymek {
				position: absolute;
				top: 50px;
				right: 0;
				background: var(--purplelight);
				border-radius: 50px;
				padding: 20px;
				
				display: flex;
				align-items: center;
				flex-direction: row;
				gap: 10px;
				width: 270px;
				font-weight: 300;
				font-size: 14px;
				line-height: 1.4;
			}
			
			#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) .dymek:before {
				content: "";
				display: block;
				width: 28px;
				height: 20px;
				background: var(--purplelight);
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(-20px, 25px);
			}
			
			#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) .dymek:after {
				content: "";
				display: block;
				width: 15px;
				height: 12px;
				background: var(--purplelight);
				border-radius: 50%;
				
				position: absolute;
				left: 0;
				bottom: 0;
				transform: rotate(10deg) translate(0px, 45px);
			}
				
				
				#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) .dymek .wp-block-media-text__content {
					padding: 0;
				}
				
				#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) .dymek figure {
					flex-basis: 55px;
					min-width: 55px;
					height: 55px;
					align-self: center;
				}
					
					#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) .dymek figure img {
						display: block;
						width: 100%;
						height: 100%;
						object-fit: contain;
						object-position: 50% 50%;
					}

@media screen and (max-width: 1350px) {
	#komponentyEdukacyjne > .wp-block-columns {
		padding: 0 0 0 3%;
	}
	
	#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(2) {
		grid-area: 2 / 1 / 3 / 6;
		padding-bottom: 50px;
	}
	
	#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) .dymek {
		right: 3%;
		top: 5vw;
	}
	
	#komponentyEdukacyjne > .wp-block-columns > .wp-block-column:nth-child(3) figure.img img {
		object-position: 100% 50%;
	}
}


			
#appBg {
	position: relative;
	margin: 50px auto;
}

	#appBg .wp-block-cover {
		height: 50vw;
		min-height: 500px;
		position: relative;
		overflow: hidden;
		border-radius: 40px;
	}
	
		#appBg .wp-block-cover .wp-block-cover__inner-container  {
			width: 100%;
			max-width: 800px;
			margin: 0 auto;
			background: var(--purplelight);
			padding: 5px 40px 5px 5px;
			border-radius: 150px;
		}
	
			#appBg .wp-block-cover .wp-block-cover__inner-container .wp-block-media-text {
				grid-template-columns: 280px auto !important;
			}
	
			#appBg .wp-block-cover .wp-block-cover__inner-container .wp-block-media-text__content {
				font-size: 36px;
				font-weight: 600;
				color: var(--purpledark);
			}
			
#problemy {
	margin: 100px auto 0 auto;
}

	#problemy .problemyInner {
		padding: 60px 50px;
		box-sizing: border-box;
		border-radius: 40px;
		background: linear-gradient(14.15deg, #B4B5FF 9.62%, #9698F0 49.13%, #8183E9 91.8%);
	}
	
		#problemy .problemyInner h2 {
			color: #fff;
			font-weight: 500;
		}
		
		#problemy .problemyInner .wp-block-columns {
			justify-content: center;
			width: 100%;
			margin: 0 auto;
		}
		
		#problemy .problemyInner .wp-block-column {
			
		}
		
		#problemy .problemyInner .wp-block-columns:nth-child(1) {
			margin-bottom: 50px;
			max-width: 1300px;
		}
		
		#problemy .problemyInner .wp-block-columns:nth-child(1) .wp-block-column:first-child {
			margin-top: 50px;
		}		
		
		#problemy .problemyInner .wp-block-columns:nth-child(3) {
			margin-top: 50px;
			max-width: 1600px;
		}
		
		#problemy .problemyInner .wp-block-columns:nth-child(3) .wp-block-column:first-child {
			margin-top: 50px;
		}
		
		#problemy .problemyInner .wp-block-columns:nth-child(3) .wp-block-column:last-child {
			margin-left: 150px;
		}
		
		#problemy .problemyInner .wp-block-columns:nth-child(4) {
			margin-top: 50px;
		}
		
		#problemy .problemyInner .wp-block-columns:nth-child(4) .wp-block-column:first-child {
			margin-left: 250px;
		}
			
			#problemy .problemyInner .wp-block-media-text {
				width: 470px;
				grid-template-columns: 50px auto !important;
				gap: 20px;
				background: #fff;
				padding: 25px;
				box-sizing: border-box;
				border-radius: 100px;
				margin: 0 auto;
			}
			
				#problemy .problemyInner .wp-block-media-text figure {
					background: var(--purplemiddle);
					border-radius: 50%;
					display: block;
					width: 45px;
					height: 45px;
					aspect-ratio: 1 / 1;
					padding: 10px;
					box-sizing: border-box;
					
					display: flex;
					align-items: center;
					justify-content: center;
				}
			
				#problemy .problemyInner .wp-block-media-text .wp-block-media-text__content {
					padding: 0 0;
					color: var(--purpledark);
					font-size: 14px;
				}
				
@media screen and (max-width: 1600px) {
	#problemy .problemyInner .wp-block-columns:nth-child(3) {
		max-width: 100%;
	}
	
	#problemy .problemyInner .wp-block-columns:nth-child(3) .wp-block-column:last-child {
		margin-left: 50px;
	}
	
	#problemy .problemyInner .wp-block-media-text {
		width: 400px;
	}
}
				
#wyobrazSobie {
	margin: -100px auto 100px auto;
}

	#wyobrazSobie .wyobrazSobieInner {
		padding: 60px 50px;
		box-sizing: border-box;
		border-radius: 40px;
	}
	
		#wyobrazSobie .wyobrazSobieInner h2 {
			color: #fff;
			font-weight: 500;
			text-shadow: 0px 0px 11px #050505;
		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns {
			justify-content: center;
			width: 100%;
			margin: 0 auto;
		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-column {
			
		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(1) {
			margin-bottom: 50px;
			max-width: 1300px;
		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(1) .wp-block-column:last-child {
			margin-top: 50px;
		}		
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(3) {
			margin-top: 50px;
			max-width: 1600px;
		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(3) .wp-block-column:last-child {

		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(3) .wp-block-column:last-child {
			margin-left: 150px;
		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(4) {
			margin-top: 50px;
		}
		
		#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(4) .wp-block-column:first-child {
			margin-left: 50px;
		}
			
			#wyobrazSobie .wyobrazSobieInner .wp-block-media-text {
				width: 470px;
				grid-template-columns: 50px auto !important;
				gap: 20px;
				background: #fff;
				padding: 25px;
				box-sizing: border-box;
				border-radius: 100px;
				margin: 0 auto;
			}
			
				#wyobrazSobie .wyobrazSobieInner .wp-block-media-text figure {
					background: var(--purplelight);
					border-radius: 50%;
					display: block;
					width: 45px;
					height: 45px;
					aspect-ratio: 1 / 1;
					padding: 10px;
					box-sizing: border-box;
					
					display: flex;
					align-items: center;
					justify-content: center;
				}
			
				#wyobrazSobie .wyobrazSobieInner .wp-block-media-text .wp-block-media-text__content {
					padding: 0 0;
					color: #344054;
					font-size: 14px;
				}
				
				
@media screen and (max-width: 1600px) {
	#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(3) {
		max-width: 100%;
	}
	
	#wyobrazSobie .wyobrazSobieInner .wp-block-columns:nth-child(3) .wp-block-column:last-child {
		margin-left: 50px;
	}
	
	#wyobrazSobie .wyobrazSobieInner .wp-block-media-text {
		width: 400px;
	}
}
				
#wszystkoMozliwe {
	overflow: hidden;
}

	#wszystkoMozliwe h3 {
		font-size: clamp(40px, 4vw, 55px);
		font-weight: 600;
		color: var(--purpledark);
		line-height: 1.2;
	}

	#wszystkoMozliwe > .wp-block-columns {
		gap: 0;
		position: relative;
	}
	
		#wszystkoMozliwe > .wp-block-columns .wp-block-column:first-child {
			flex-basis: 58%;
			padding: 120px 0 150px 0;
		}
	
		#wszystkoMozliwe > .wp-block-columns .wp-block-column:last-child {
			flex-basis: 42%;
			align-self: flex-end;
		}
		
			#wszystkoMozliwe > .wp-block-columns .wp-block-column:last-child figure {
				position: absolute;
				right: 0;
				bottom: -5%;
				width: 60%;
				height: 100%;
			}
			
				#wszystkoMozliwe > .wp-block-columns .wp-block-column:last-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: 100% 100%;
				}
				
	#wszystkoMozliwe #banerKontakt {
		margin: 0 auto;
	}
	
	
@media screen and (max-width: 1400px) {

		#wszystkoMozliwe > .wp-block-columns .wp-block-column:last-child figure {
			width: 100%;
			height: 120%;
			bottom: unset;
			top: 0;
			right: -8%;
		}
		
		#wszystkoMozliwe > .wp-block-columns .wp-block-column:last-child figure img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: contain;
			object-position: 100% 100%;
		}
}
			
			
#plany {
	margin: 100px auto 50px auto;
}			

	#plany .planyInner {
		background: var(--purplelight);
		padding: 80px 50px;
		box-sizing: border-box;
		border-radius: 40px;
		overflow: hidden;
	}
	
	#plany .planyInner .talkee-background-paw {
		filter: brightness(0) invert(1);
		z-index: 1 !important;
		opacity: 0.25;
	}
		
		#plany .planyInner .wp-block-columns {
			z-index: 5;
			position: relative;
			padding: 0 0;
		}
		
		#plany .planyInner .wp-block-column:nth-child(1) {
			flex-basis: 55%;
		}
	
			#plany .planyInner .wp-block-column:nth-child(1) h2 {
				font-size: clamp(60px, 7vw, 110px);
				font-weight: 600;
			}
			
		#plany .planyInner .wp-block-column:nth-child(2) {
			flex-basis:40%;
		}
				
			#plany .planyInner .wp-block-column:nth-child(2) .whiteBox {
				background: #fff;
				border-radius: 30px;
				padding: 35px 35px 60px 35px;
				box-sizing: border-box;
				
				transform: rotate(6.35deg);
				
				font-size: 24px;
				color: var(--purpledark);
				font-weight: 600;
			}
	
				#plany .planyInner .wp-block-column:nth-child(2) .whiteBox figure {
					margin-bottom: 20px;
				}
				
		#plany .planyInner .wp-block-column:nth-child(3) {
			flex-basis: 5%;
			
		}
	
			#plany .planyInner .wp-block-column:nth-child(3) figure {
				position: absolute;
				z-index: -1;
				right: -40px;
				bottom: 0%;
				
				width: 300px;
				height: 300px;
			}
	
				#plany .planyInner .wp-block-column:nth-child(3) figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: 50% 50%;
				}

@media screen and (max-width: 1300px) {
	#plany .planyInner .wp-block-columns {
		flex-direction: column;
		gap: 0;
	}
	
	#plany .planyInner .wp-block-column:nth-child(2) .whiteBox {
		transform: rotate(3deg);
		width: 88%;
		margin-top: 6vw;
	}
}
		
#wideo {
	background: linear-gradient(14.15deg, #B4B5FF 9.62%, #9698F0 49.13%, #8183E9 91.8%);
	margin: 50px auto;
	padding: 70px 0 20px 0;
	overflow: hidden;
}
	
	#wideo h2 {
		color: #fff;
		font-weight: 600;
	}
	
	#wideo h2 em {
		color: var(--purplelight);
		font-style: normal;
	}


#anikaSlezak {
	margin: 50px auto 0 auto;
	position: relative;
	z-index: 1;
}
	

	#anikaSlezak .wp-block-columns {
		display: grid;
		grid-template-columns: 50% 750px auto;
		gap: 0px 0px;
		grid-auto-flow: row;
	}

		#anikaSlezak .wp-block-column:first-child {
			padding-right: 3vw;
			position: relative;
			align-self: stretch;
		}
		
			#anikaSlezak .wp-block-column:first-child figure {
				position: absolute;
				top: 0;
				right: 0%;
				
				height: 100%;
				aspect-ratio: 1 / 1;
				border-radius: 50%;
				background: linear-gradient(14.02deg, #B4B5FF 9.54%, #9698F0 48.74%, #8183E9 91.07%);
				overflow: hidden;
				
				display: flex;
				align-items: flex-end;
				justify-content: center;
			}
			
				#anikaSlezak .wp-block-column:first-child figure img {
					display: block;
					width: 90%;
					height: 90%;
					object-fit: contain;
					object-position: 70% 50%;
					position: relative;
					bottom: -1%;
				}

		#anikaSlezak .wp-block-column:last-child {
			padding: 80px 0 200px 3vw;
			align-self: center;
			color: var(--purpledark);
			font-size: 24px;
			
		}
		
			#anikaSlezak .wp-block-column:last-child em {
				color: var(--purplelight);
				font-style: normal;
			}
			
			#anikaSlezak .wp-block-column:last-child p {
				margin: 0 0 20px 0;
			}
		
			#anikaSlezak .wp-block-column:last-child strong {
				font-size: clamp(40px, 3vw, 55px);
				color: var(--purpledark);
				font-weight: 600;
				line-height: 1.2;
			}
			
			#anikaSlezak .wp-block-column:last-child figure.podpis {
				margin-top: 40px;
			}
				
		#anikaSlezak .wp-block-columns:after {
			content: "";
			
		}
		
@media screen and (max-width: 1650px) {
	#anikaSlezak .wp-block-columns {
		gap: 3%;
		grid-template-columns: 48% 49%;
	}
	
	#anikaSlezak .wp-block-columns:after {
		display: none;
	}
	
	#anikaSlezak .wp-block-column:first-child {
		overflow: hidden;
		padding: 0 0;
	}
	
	#anikaSlezak .wp-block-column:first-child figure {
		right: 0;
	}
	
	#anikaSlezak .wp-block-column:last-child figure.podpis {
		width: 20vw;
		height: auto;
	}

	#anikaSlezak .wp-block-column:last-child {
		padding: 80px 3vw 200px 0;
	}
}

#kontakt {
	position: relative;
	margin-top: -80px;
	background: var(--purplelight);
	padding: 200px 0;
}

			
	#kontakt figure.stworek {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
	}
				
		#kontakt figure.stworek img {
			transform: translateY(-55%);
		}
				
	#kontakt h2 {
		font-size: 110px;
		font-weight: 600;
	}
	
	#kontakt .footerBox {
		width: 100%;
		max-width: 400px;
		
		background: #fff;
		padding: 30px;
		border-radius: 30px;
		margin: 35px auto;
		color: var(--purpledark);
	}
	
		#kontakt .footerBox p {
			margin: 10px 0;
		}
			
		
		#kontakt .footerBox .contactButton,
		#kontakt .footerBox .contactButtonMail {
			margin: 0 0;
		}
		
		#kontakt .footerBox .contactButton a {
			background: #fff;
			box-shadow: unset;
			color: var(--purpledark);
		}
			
			#kontakt .footerBox .contactButton a:before {
				background-color: var(--purplemiddle);
				background-image: url(../graf/ico_phoneWhite.svg);
				transition: all 0.3s ease;
			}

		#kontakt .footerBox .contactButton a:hover {
			color: #fff;
			background: var(--purplemiddle);
		}
			
			#kontakt .footerBox .contactButton a:hover:before {
				background-color: var(--purplelight);
				transition: all 0.3s ease;
			}
		
		#kontakt .footerBox .contactButtonMail a {
			background: #fff;
			box-shadow: unset;
			color: var(--purpledark);
		}
			
			#kontakt .footerBox .contactButtonMail a:before {
				background-color: var(--purplemiddle);
				transition: all 0.3s ease;
			}

		#kontakt .footerBox .contactButtonMail a:hover {
			color: #fff;
			background: var(--purplemiddle);
		}
			
			#kontakt .footerBox .contactButtonMail a:hover:before {
				background-color: var(--purplelight);
				transition: all 0.3s ease;
			}
		
		
		
	#kontakt .wp-block-buttons {
		margin-top: 30px;
		gap: 25px;
	}

	#kontakt .wp-block-buttons .instagram a {
		background: linear-gradient(135deg, #FFE185 14.65%, #FFBB36 29.49%, #FF5176 41.51%, #F63395 51.41%, #A436D2 66.97%, #5F4EED 85.35%);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		
		aspect-ratio: 1 / 1;
		height: 62px;
		border-radius: 50%;
	}
	
		#kontakt .wp-block-buttons .instagram a img {
			width: 28px !important;
			height: auto;
		}
		
		#kontakt .wp-block-buttons .instagram a:hover {
			background: var(--purplemiddle);
		}

	#kontakt .wp-block-buttons .facebook a {
		background: linear-gradient(135deg, #1677F1 14.65%, #176EE9 27.37%, #1D55D3 47.17%, #252EB0 72.63%, #2B189C 85.35%);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		
		aspect-ratio: 1 / 1;
		height: 62px;
		border-radius: 50%;
	}
	
		#kontakt .wp-block-buttons .facebook a img {
			width: 18px !important;
			height: auto;
		}
		
		#kontakt .wp-block-buttons .facebook a:hover {
			background: var(--purplemiddle);
		}

	#kontakt .wp-block-buttons .tiktok a {
		background: linear-gradient(135deg, #23004A 14.65%, #010003 82.53%, #000000 85.35%);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		
		aspect-ratio: 1 / 1;
		height: 62px;
		border-radius: 50%;
	}
	
		#footer .wp-block-buttons .tiktok a img {
			width: 28px !important;
			height: auto;
		}
		
		#kontakt .wp-block-buttons .tiktok a:hover {
			background: var(--purplemiddle);
		}
		
@media screen and (max-width: 1500px) {
	#kontakt figure.stworek {
		width: 35vw;
	}
}
		
		
		
footer {
	position: relative;
	background: var(--purplelight);
	text-align: center;
	color: var(--purpledark);
	padding-bottom: 50px !important;
}




.talkee-video-slider-container {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.talkee-video-slider {
    width: 100%;
}

.talkee-slide {
    padding: 0 10px;
    box-sizing: border-box;
	opacity: 0.8;
    transition: all 0.3s ease;
}

.talkee-slide.slick-center {
    opacity: 1;
    z-index: 2;
}

.talkee-video-link {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 30px;
    overflow: hidden;
}

.talkee-video-link img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop to fill */
    display: block;
}

.talkee-video-footer {
	display: flex;
	gap: 15px;
	align-items: center;

    position: absolute;
    bottom: 30px;
    left: 0;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
    z-index: 10;
}

	.talkee-video-play-icon {
		flex-basis: 80px;
		width: 80px;
		height: 80px;
		transition: transform 0.3s ease;
	}

	.talkee-video-link:hover .talkee-video-play-icon {
		transform: scale(1.1);
	}
	
	.talkee-video-footer .talkee-video-title {
		flex-grow: 1;
		color: #fff;
		text-align: right;
		font-size: 22px;
	}
		
		.talkee-video-footer .talkee-video-title strong {
			font-size: 26px;
		}
		
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
}

.slick-arrow:hover {
    background-color: var(--purpledark);
}

.slick-prev {
    left: 1%;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%233D3F9D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.slick-next {
    right: 1%;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%233D3F9D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.slick-arrow:hover.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.slick-arrow:hover.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.glightbox-container .plyr__controls__item {
    transform: none !important;
    font-size: 14px !important;
    padding: 0 6px !important;
}

.glightbox-container .plyr__controls button svg,
.glightbox-container .plyr__controls__item svg {
    width: 20px !important;
    height: 20px !important;
}

.glightbox-container .plyr__volume {
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.glightbox-container .plyr__menu {
    flex-shrink: 0 !important;
}

.glightbox-container .gclose,
.glightbox-container .gnext,
.glightbox-container .gprev {
    width: 26px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.glightbox-container .gclose svg,
.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
    width: 100% !important;
    height: 100% !important;
}

.glightbox-container .gnext {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

.glightbox-container .gprev {
    position: absolute !important;
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.glightbox-container .gclose {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
}

.glightbox-container .gslide-video {
    height: 90vh !important;
    width: calc(90vh * 9 / 16) !important;
    max-height: 90vh !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.glightbox-container .gslide-video .gvideo-wrapper,
.glightbox-container .gslide-video iframe,
.glightbox-container .gslide-video video {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
}
