/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */



.cyfra-hover .cyfra-opis p {
 position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.cyfra-hover:hover .cyfra-opis p,
.cyfra-hover.active .cyfra-opis p{
	color:#050505;
  top: -20px;
}
.cyfra-hover .cyfra-numer p {
 position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.cyfra-hover:hover .cyfra-numer p,
.cyfra-hover.active .cyfra-numer p{
			background: #000000;
background: linear-gradient(140deg, #000000 0%, #2CE1F4 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  top: -40px;
}

.cyfra-hover.no-transform:hover .cyfra-numer p,
.cyfra-hover.active.no-transform .cyfra-numer p,
.cyfra-hover.no-transform:hover .cyfra-opis p,
.cyfra-hover.active.no-transform .cyfra-opis p{
	top: 0!important;
}

.cienbox {
	box-shadow: -4px 8px 7.7px 0px #B6B6B60D;

box-shadow: 5px 4px 10px 0px #C4C4C440;

}


#content2, #content3, #content4, #content5 {
    display: none;
}




a.elementor-item.elementor-item-anchor:hover {
	text-decoration: underline !important;
}


.elementor-widget-text-editor {
font-family: Manrope;
font-size: 18px;
font-weight: 400;
line-height: 27px;
}


.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened  { 
	content: url('https://www.premiumdigital.pl/wp-content/uploads/2024/11/strzalka2.svg');
	 transform: rotate(0deg);
	
	 
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
	content: url('https://www.premiumdigital.pl/wp-content/uploads/2024/11/strzalka2.svg');
	 transform: rotate(90deg);

} 

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
	border-bottom:none !important;
	margin-bottom:0px;
}
.e-n-accordion-item-title {
	padding-bottom: 24px !important
}
.elementor-widget-n-accordion .e-n-accordion-item[open] {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #666F77;
}
.swiper-pagination-progressbar {
    position: absolute;
	top:unset !important;
    bottom: -40px !important;
    left: 120px !important;
    width: 82% !important;

}


.custom-progress-position .swiper-pagination-progressbar {
	bottom: 24px!important;
}


.elementor-button-icon svg {
	height:12px !important;
}
.swiper-pagination-progressbar, .swiper-pagination-progressbar-fill 
{
		border-radius: 30px !important;
}
.g1 h1, .g1 h2, .g1 h3  {
	background: #000000;
background: linear-gradient(230deg, #000000 65%, #2CE1F4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.g3  {
	background: #000000;
background: linear-gradient(140deg, #000000 0%, #2CE1F4 60%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.elementor-counter-number {
	background: #000000;
background: linear-gradient(185deg, #000000 65%, #2CE1F4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.g4  {
	background: #2CE1F4;
background: linear-gradient(160deg, #222222 24%, #2CE1F4 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.g5 h2{
		background: #000000;
background: linear-gradient(240.79deg, #000000 54.21%, #2CE1F4 95.31%);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.g6 .elementor-counter-number  {
	background: #000000 !important;
background: linear-gradient(230deg, #000000 30%, #2CE1F4 100%) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.g-box:hover  {
	background: linear-gradient(211.58deg, #000000 56.89%, #2CE1F4 131.26%);
}
.g-box:hover .elementor-icon-box-title, .g-box:hover .elementor-icon-box-description {
	color:#fff;
}
.g-box .elementor-icon-box-title {
	min-height:53px;
}
.g-box .elementor-icon-box-description {
		min-height:72px;
}
.sec-btn {
	background-color: #2CE1F4;
	padding: 4px 16px;
}
.sec-btn a {
		color: #000!important;
}


.verticalcolumnone > div {
    animation: looping 10s linear 0s infinite none !important;
}


.verticalcolumnone  {
    max-height: 495px;
        height: 495px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
   
}

@keyframes looping{
0% {
    transform: translateY(0px);
}
100% {
    transform: translateY(-100%);
}
}



.verticalcolumntwo > div {
    animation: looping 12s linear 0s infinite none reverse;
     animation-direction: reverse !important;
}

.verticalcolumntwo   {
    margin-top: 5rem;
    max-height: 495px;
        height: 495px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
    
}

.intro-single-post p:not(:last-child) {
	margin: 0!important;
}

.intro-single-post a {
	color: #2CE1F4;
}


.intro-single-post h2 {
	margin-bottom: 20px!important;
	font-size: 26px;
	line-height: inherit!important;
}

.intro-single-post h3 {
	margin-bottom: 20px!important;
	font-size: 22px
	line-height: inherit!important;
}


.rank-math-breadcrumb {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.breadcrumb-rank-math.pages .rank-math-breadcrumb a {
	color: #777;
}

@media (max-width: 767px) {
	.elementor-widget-table-of-contents .elementor-toc__header-title {
		font-size: 16px!important;
		margin: 0!important;
	}
	.elementor-widget-table-of-contents .elementor-toc__header {
		padding: 0;
	}
	
	.elementor-toc__list-wrapper a.elementor-toc__list-item-text {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.rank-math-breadcrumb {
		font-size: 12px;
	}
	
	.rank-math-breadcrumb a {
		font-size: inherit;
		line-height: inherit;
	}
	
	.breadcrumb-rank-math.pages .rank-math-breadcrumb {
font-size:10px;} 
}

@media(min-width: 1024px) {
.breadcrumb-rank-math.pages .rank-math-breadcrumb {
	font-size: 14px;
}
}

@media (max-width: 1024px) {
	.absolute-only-md-up {
		position: inherit!important;
	}
	
	.satisfied-customers {
		position: relative!important;
		top: -20px!important;
		left: 0!important;
	}
	
	.image-box-hidden-monbile-image .elementor-image-box-img {
	display: none!important;		
	}
	
	.mobile-static-position {
		position: inherit!important;
	}
	
	.full-width-mobile .e-n-carousel.swiper{
		width: 100%!important
	}
	
	.swiper-pagination-progressbar  {
    width: calc(100% - 150px) !important;

} 
	.premium-accordion .e-n-accordion-item[open] {
		border: none!important;
	}
	
	.premium-accordion .e-n-accordion-item-title-text {
		text-align: center
	}

		.premium-accordion .e-n-accordion-item-title-text span {
			display: block;
			line-height: 1.5;
			text-align: center;
		font-size: 90px;
			font-family: 'Sora';
			font-weight: 400;
		color: #E0E0E0;
	}
	
	.premium-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text span  ,
.gradient-number p{
					background: #000000;
    background: linear-gradient(140deg, #000000 0%, #2CE1F4 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 500;
	}
}

@media (min-width: 1024px) {
	.absolute-only-md-up {
		box-shadow: 0px 2px 8.4px 0px rgba(0, 0, 0, 0.10)!important;
	}
	
	.bg-title-cover .elementor-widget-container {
		background-color: transparent!important;
}
}

.absolute-only-md-up .elementor-widget-image a {
	display: block;
}

search.e-filter button {
	border: 1px solid #000;
}

#menubar-171 {
	padding: 20px 0;
margin-top: 20px;
	background: #fff;;
}

.remove-icon-box-title-margin .elementor-icon-box-title {
	margin: 0!Important;
}

.white-accordion-title h3 {
	color: #fff!important;
	line-height: 1.5;
}

.font-h3-20px h3 {
	font-size: 20px!important;
	line-height: 1.5!important;
	margin: 0!important;
}


.pretty-ol-list ol {
	padding-left: 60px;
	list-style: none;
	font-size: 18px;
	line-height: 1.5;
}

.pretty-ol-list ol > li {
	position: relative;
  counter-increment: pretty-ol-list;
}

.pretty-ol-list ol > li:not(:last-child) {
	margin-bottom: 42px;
}

.pretty-ol-list ol > li::before {
  content: "0" counter(pretty-ol-list);
	position: absolute;
	left: -60px;
	font-family: 'Sora';
	background: linear-gradient(140deg, #000000 0%, #2CE1F4 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: 22px;
}

@media (min-width: 768px) {
	.hide-desktop-nav .elementor-swiper-button {
		display: none!important;
	}
		
	.elementor-widget-table-of-contents .elementor-toc__header {
		display: inline-flex
	}

	.elementor-widget-table-of-contents .elementor-toc__header h4 {
			padding-right: 20px;
	}
}

@media (max-width: 1024px) {
	.pretty-ol-list ol {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.pretty-ol-list ol {
		padding-left: 50px;
	}
	
	.pretty-ol-list ol > li::before {
		font-size: 16px;
		left: -50px;
	}
	
	.pretty-ol-list ol > li:not(:last-child) {
		margin-bottom: 28px;
	}
}

.hover-gradient-bg-white-text {
  transition: .3s;
}

.hover-gradient-bg-white-text:hover {
	background: linear-gradient(212deg, var(--Colors-black, #000) 56.89%, #2CE1F4 131.26%);
}

.hover-gradient-bg-white-text:hover .elementor-widget-container p {
	color: #fff;
}

.hover-gradient-bg-white-text:hover .elementor-widget-container h3 {
	color: #fff;
}

.custom-faq-icon .e-n-accordion-item-title-header {
	display: block;
	flex-grow: 1;
	padding-right: 40px;
	position: relative;
}

.custom-faq-icon .e-n-accordion-item-title-header::after {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	background: url('https://www.premiumdigital.pl/wp-content/uploads/2024/11/strzalka2.svg');
	top: 0;
	right: 0;
	z-index: 9;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
}

.custom-faq-icon .e-n-accordion-item-title[aria-expanded="false"] .e-n-accordion-item-title-header::after {
	transform: rotate(90deg)
}

.post-info__element--gradient {
	padding: 1px;
	background: linear-gradient(25deg, rgba(44,225,244,1) 0%, rgba(0,0,0,1) 60%);
	line-height: 1;
	border-radius: 20px;
	font-weight: 400!important;;
}

.post-info__element--gradient span {
	background: #fff;
	display:block;
	border-radius: 20px;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600!important;
	font-family: "Manrope", sans-serif;
	height: auto;
}

.elementor-widget-theme-post-featured-image a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://www.premiumdigital.pl/wp-content/uploads/2025/03/Vector-2-Stroke.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 65px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.elementor-widget-theme-post-featured-image:hover a::after {
	opacity: 1;
	visibility: visible;
}

.single-post-premium h2,
.single-post-premium h3,
.single-post-premium h4,
.single-post-premium h5,
.single-post-premium h6 {
	font-weight: 500!important;
	line-height: 1.2!important;
}

.single-post-premium a {
	text-decoration: underline;
}

	.single-post-premium h2 {
		font-size: 30px!important;
	}
	
	.single-post-premium h3 {
		font-size: 26px!important;
	}

.single-post-premium ul,
.single-post-premium ol {
	margin-bottom: 25px!important;
}

@media(max-width: 1024px) {
	.single-post-premium h2 {
		font-size: 26px!important;
	}
	
	.single-post-premium h3 {
		font-size: 22px!important;
	}
}

.single-post-premium img {
	text-align: center;
	margin: 40px auto;
}

.icon-button-h-full {
	display: flex;
}

.icon-button-h-full svg {
	height: 100%!important;
}


.mobile-menu-wrapper .elementor-item,
.mobile-menu-wrapper .elementor-sub-item {
	color: #000!important;
	background: #fff!important;
	padding: 0!important;
	margin: 0!important;
	border: 0!important;
}

.mobile-menu-wrapper .elementor-nav-menu--dropdown {
	margin: 0;
}

.mobile-menu-wrapper .elementor-nav-menu--dropdown li:not(:last-child) {
	margin-bottom: 22px;
}

.mobile-menu-wrapper .menu-item-has-children .sub-menu[aria-expanded='true'] {
	display: flex!important;
	flex-wrap: wrap!important;;
}

.mobile-menu-wrapper .menu-item-has-children .sub-menu .sub-arrow {
	display: none!important;
}

.mobile-menu-wrapper .menu-item-has-children .sub-menu {
	gap: 40px 8px;
}

.mobile-menu-wrapper .menu-item-has-children .sub-menu .sub-menu {
	gap: 8px;
}

.mobile-menu-wrapper .menu-item-has-children .sub-menu li {
	flex: calc(50% - 4px);;
}

.mobile-menu-wrapper .menu-item-has-children .sub-menu[aria-expanded='true'] .sub-menu {
	display: flex!important;
	flex-direction: column;
}

.mobile-menu-wrapper .sub-menu .sub-menu li {
	margin: 0;
}

.mobile-menu-wrapper .sub-menu  {
	margin-top: 22px!important;
}

.mobile-menu-wrapper .sub-menu .sub-menu {
	margin-top: 15px!important;;
}

.mobile-menu-wrapper .mobile-menu-label > p {
	font-size: 16px!important;
	color: #848484!important;
	font-weight: 400!important;;
}

.mobile-menu-wrapper .sub-menu .sub-menu a {
	font-size: 14px!important;;
	font-weight: 400;
}

.z-index-99999 {
	z-index: 999999999;
}

@media(min-width: 1024px) {
	.stick-form-desktop {
		position: sticky !important;
		top: 100px;
	}
	
	.stick-form {
		top: 100!important;
	}
}

.stick-form .wp-image-2603 {
	width: 30px!important
}

.stick-form p {
	margin: 0!important;
}

.stick-form input {
	font-size: 12px!important;
}

.stick-form .elementor-widget-heading .elementor-widget-container {
	margin: 20px 0!important;
}

.step-line::before {
	content: '';
	width: 1px;
	background: #E4E4E4;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translatex(-50%);
}

.elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 99998;
}

.admin-bar .elementor-location-header {
	top: 32px;
}

.line-separate-steps::after {
	content: '';
	width: 1px;
	background: #ddd;
	height: 100%;
}

@media(max-width: 768px) {
	.line-separate-steps::after {
		height: 1px;
		width: 100%;
	}
}

.form-label-info {
	font-weight: 600;
	font-size: 24px;
	margin: 30px 0;
}

@media(max-width: 768px) {
	.form-label-info {
		margin: 20px 0;
		font-size: 20px;
	}
}

.letter-anhorns .elementor-widget-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	font-size: 24px;
	text-decoration: underline;
}

.letter-text a {
	text-decoration: underline;
}

.form-wywiad .elementor-field-type-acceptance {
	font-size: 12px;
	line-height: 1.2;
}

.form-wywiad .elementor-field-type-acceptance .elementor-field-option {
	margin: 0 0 30px;
	display: flex;
	align-items: start;
	gap: 20px
}

.gradient-text {
    background-color: #2CE1F4;
background: linear-gradient(0deg, #2CE1F4 -6.67%, #EBEBEB 75.15%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;    
	background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.h-100 {
	height: 100%;
}

.e-n-accordion-item-title {
	line-height: 1.2;
}

.mobile-static-position .elementor-button-text {
	text-align: left!important;
}

@media(min-width: 1024px) {
	.dot-title-content::after {
		content: '';
		width: 54px;
		height: 54px;
		background: #3DD7E7;
		position: absolute;
		right: -54px;
	}
}

.full-row-icon-btn {
	width: 100%;
}

.full-row-icon-btn .elementor-button {
	display: block;
}

.full-row-icon-btn .elementor-button-content-wrapper {
		width: 100%;
		justify-content: space-between;
	text-align: left;
}

.full-row-icon-btn .elementor-button-content-wrapper svg {
	height: 30px!important;
	width: 100%!important;
}

.full-row-icon-btn .elementor-button-icon {
	display: flex;
}

.hero-home {
	overflow: hidden;
}

.hero-home::before {
	content: '';
	width: 1200px;
	height: 1200px;
	background: radial-gradient(circle, rgba(44,225,244,0.60) 0%, rgba(0,0,0,0) 50%);
	position: absolute;
	left: -600px;
	top: -600px;
}

.white-counter .elementor-counter-number {
	margin-bottom: 5px;
		background: none;;
	-webkit-text-fill-color: #fff;
}

.hero-counter-wrapper::before {
	content: '';
	width: 1px;
	height: 90%;
	background: #fff;	
}

@media(max-width: 1024px) {
.hero-counter-wrapper::before {
	width: 100%;
	height: 1px;
}
}

.home .sticky-header:not(:hover, .scroll-down) {
	background: transparent!important;
}

.home .sticky-header {
	transition: .3s ease-in-out;
}

.home .sticky-header .elementor-element-5f29858b {
	background: transparent!important;
}

.home .sticky-header .elementor-element-4236ff9 .elementor-widget-container {
	background: transparent!important;
}

.home .sticky-header .e-n-menu-title {
		background: transparent!important;
}


.home .sticky-header:not(:hover, .scroll-down)::before {
	opacity: 0;
}

.home .sticky-header:not(:hover, .scroll-down) .e-n-menu-title:not(.e-current) .e-n-menu-title-text {
	color: #fff!important;
}

.home .sticky-header:not(:hover, .scroll-down) .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg {
	fill: #fff;
}

.home .sticky-header:not(:hover, .scroll-down) .elementor-element-e358597 .elementor-button-link{
	background: transparent!important;
}

.home .sticky-header:not(:hover, .scroll-down) .elementor-element-e358597 .elementor-button-link svg rect {
	fill: #fff;
}

.home .sticky-header:not(:hover, .scroll-down) .elementor-widget-theme-site-logo img {
	filter: grayscale(1) invert(1);
}

.home .sticky-header:not(:hover, .scroll-down) .elementor-element-12f72116 .elementor-button {
	background: #343434!important;
}

.home .sticky-header .elementor-element-12f72116 .elementor-button-wrapper {
	display: flex;
}

.img-city-container::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 24px;
	bottom: 12px;
	background: #2CE1F4;
}

.img-city-container::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	left: 54px;
	bottom: 42px;
	top: auto;
	background: #2CE1F4;
	z-index: 1;
}

@media(max-width: 1024px) {
	.img-city-container::after {
		width: 20px;
		height: 20px;
		left: 0;
		bottom: 0;
		}

	.img-city-container::before {
		left: 20px;
		bottom: 20px;
		width: 40px;
		height: 40px;
	}
}

.image-city .elementor-widget-container {
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.image-city .elementor-widget-container {
	overflow: hidden;
	border-radius: 24px;
	position: relative;
}

.image-city .elementor-widget-container::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2CE1F4;
	opacity: .2
}

.sticky-header.scroll-down {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(224, 224, 224, 1);
-moz-box-shadow: 0px 1px 1px 0px rgba(224, 224, 224, 1);
box-shadow: 0px 1px 1px 0px rgba(224, 224, 224, 1);
}
	
.elementor-widget-loop-grid .elementor-widget-image a {
	display: block;
}

.elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 12px!o,;
	line-height: 1.5;
}


.elementor-field-type-acceptance .elementor-field-option input {
	position: relative;
	top: 3px;
}

.elementor-field-type-acceptance .elementor-field-option a {
		font-size: inherit!important;
	line-height: inherit!important;
}

.hidden-acc {
	display: none;
}

.toggler-btn {
	margin-left: 10px;
	font-weight: 600!important;
	color: #2CE1F4!important;
}

.form-acc-white .elementor-field-subgroup label {
	font-size: 11px!important;
	line-height: 1.4!important;
	color: #fff!important;
}

.form-acc-white .elementor-field-subgroup label a {
	font-size: inherit!important;
	line-height: inherit!important;
	color: #fff;
}

.form-acc .elementor-field-subgroup label {
		font-size: 11px!important;
	line-height: 1.4!important;
}

.loop-case-text-image span {
	font-size: 1.5em;
	font-weight: 700;
}

.no-full-dropdown{
left: none!important;
}

.dark-images img {
	   filter: grayscale(1);
}

.equal-height {
	height: 100%!important;
}

.footer-last-menu ul {
	gap: 8px 16px;
}

@media(max-width: 1024px) {
	.footer-last-menu ul {
		gap: 8px;
	}
	
	.white-bg-md {
		background: #fff;
	}
}

.overflow-text-hidden {
	overflow: hidden;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
border-color: transparent;
border-bottom: 1px solid #2CE1F4 !important;
color: #2CE1F4 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
border: 2px solid #2CE1F4 !important;
}

button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
color: white !important;
background-color: #2CE1F4 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
background-color: #2CE1F4 !important
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
background-color: #2CE1F4 !important
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
background-color: #2CE1F4 !important;
border-color: #2CE1F4 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
border-color: black !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
color: black !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
fill: black !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
color: #2CE1F4 !important;
}

.signle-post__top picture {
display: flex;}

@media (max-width: 991px) {
	.single-job-offer__skills-overflow {
		max-width: none;
	}
}

.flex-grid-custom .elementor-grid {
	display: flex;
	flex-direction: column;
}