.cookiesjsr-banner {
	background: #D5D1E0;
  color: #2A204E;
  font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	justify-content: center;
}

.cookiesjsr-banner a {
	color: #3D6EED;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.cookiesjsr-links.links--row li:before {
	content: none;
}

.cookiesjsr-banner--info {
	margin-bottom: 0;
}

.cookiesjsr-layer--actions .cookiesjsr-btn.allowAll,
.cookiesjsr-banner--action .cookiesjsr-btn.allowAll{
	color: #FFF;
	text-align: center;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 0.3125rem;
	border-color: #3D6EED;
	background: #3D6EED;
	padding: 0.875rem 1.25rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
  text-transform: inherit;
  width: inherit;
  border: none;
}


.cookiesjsr-banner--action .cookiesjsr-btn.denyAll,
.cookiesjsr-layer--actions .cookiesjsr-btn.denyAll,
.cookiesjsr-layer--actions .cookiesjsr-btn.save{ 
	border-radius: 0.3125rem;
	border: 1px solid #CECCD4;
	background: #F3F1F7;
	color: #2A204E;
	text-align: center;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
  text-transform: inherit;
  padding: 0.875rem 1.25rem;
  width: inherit;
}

.cookiesjsr-layer--actions .cookiesjsr-btn.allowAll,
.cookiesjsr-layer--actions .cookiesjsr-btn.denyAll,
.cookiesjsr-layer--actions .cookiesjsr-btn.save {
	width: auto;
}


.cookiesjsr-layer--actions .cookiesjsr-btn.allowAll {
	order: 1;
}

.cookiesjsr-layer--actions .cookiesjsr-btn.denyAll {
	order: 2;
}

.cookiesjsr-layer--actions .cookiesjsr-btn.save {
	order: 3;
}

.cookiesjsr-layer--actions {
	width: 100%;
}

.cookiesjsr-service-group .cookiesjsr-service-group--tab { 
	color: #4E4376;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
  padding-right: 1rem;
}


.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
	background: #D5D1E0;
	color: #4E4376;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
  outline: none;
  padding-right: 1rem;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
	background: #D5D1E0;
}

.cookiesjsr-layer {
	border-radius: 0.25rem;
  background: #F3F1F7;
  box-shadow: 0px 0px 32px 0px rgba(17, 62, 130, 0.10);
}

.cookiesjsr-layer--title {
	color:  #2A204E;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: none;
}

.cookiesjsr-service-group--intro {
	color:  #706D79;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}

.cookiesjsr-service--always-on span {
	color: #4E4376;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  background: transparent;
}

.cookiesjsr-service--description h3 {
	color: #4E4376;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}

.cookiesjsr-service--description .cookiesjsr-links.links--row li a {
	color: #3D6EED;
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cookiesjsr-layer--footer .cookiesjsr-layer--label-all {
	display: none;
}


@media (min-width: 768px) {
	.cookiesjsr-banner--inside {
    display: flex;
    flex-direction: row;
    max-width: 1380px;
	}

	
	.cookiesjsr-service-group--content {
	    width: 67%;
	}
	
	.cookiesjsr-banner--info {
		margin-left: 0;
		padding-left: 0;
    width: 59%;
	}
	.cookiesjsr-banner--action {
		width: 41%;
		align-items: center;
	}
}