
@import url("https://cdn-ilbhhjp.nitrocdn.com/QZqqfbIaERNHjCOuogtSQBQgINeMLiBy/assets/static/source/rev-ca31f32/fonts.googleapis.com/d4870bb400f46edbbc08ded004e41cce.css2");

.cookie-card {
	display: none;
	z-index: 1100;
	z-index: 1000000000000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	right: 20px;
	max-width: 480px;
	width: 100%;
	bottom: 20px;
	text-align: left;
	max-height: 500px;
	overflow-y: auto;
}

@media (max-width: 600px) {
	.cookie-card {
		right: 0;
		left: 0;
		margin: auto;
		width: 95%;
		bottom: 10px;
	}
}

.cookie-card fieldset legend {
	padding: 0;
}

.cookie-card .cookie-body-outer {
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0px 4px 24px, rgba(0, 0, 0, .15) 0px 2px 6px;
	box-shadow: rgba(0, 0, 0, .05) 0px 4px 24px, rgba(0, 0, 0, .05) 0px 2px 6px;
	border: 1px solid #ededed;
	border-radius: 8px;
	background: white;
	padding: 24px;
}

.cookie-card .cookie-body-outer .cookie-card-inner {
	display: none;
}

.cookie-card .cookie-body-outer .cookie-card-inner.active {
	display: block;
}

.cookie-card .cookie-body-outer .top-group .logo {
	width: 80px;
	height: auto;
	display: inline-block;
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

.cookie-card .cookie-body-outer .top-group h2 {
	font-size: 22px;
	font-family: inherit;
	margin-top: 0;
	display: block;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #171717;
}

.cookie-card .cookie-body-outer p {
	font-size: 16px;
	margin: 0;
	color: #626161;
	font-weight: 400;
	display: block;
	line-height: 1.4;
}

.cookie-card .cookie-body-outer p ~ p {
	margin-top: 10px;
}

.cookie-card .cookie-body-outer .privacy-link {
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	color: #626161;
	font-weight: 400;
	text-decoration: underline;
	line-height: 1.4;
}

.cookie-card .cookie-body-outer .button-group {
	-webkit-appearance: none;
	margin: 32px 0 0 0;
	width: 100%;
	display: block;
	border: none;
	padding: 0;
}

.cookie-card .cookie-body-outer .button-group legend {
	color: #171717;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 16px;
}

.cookie-card .cookie-body-outer .button-group .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
}

.cookie-card .cookie-body-outer .button-group button, .cookie-card .cookie-body-outer .button-group .button {
	display: -webkit-inline-box;
	background: transparent;
	cursor: pointer;
	font-size: 15px;
	border-radius: 6px;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #626161;
	padding: 8px 12px;
	font-weight: bold;
}

.cookie-card .cookie-body-outer .button-group button:hover, .cookie-card .cookie-body-outer .button-group .button:hover {
	background: #f2f2f2;
}

.cookie-card .cookie-body-outer .button-group button:first-child, .cookie-card .cookie-body-outer .button-group .button:first-child {
	background: #da0062;
	color: #fff;
	font-size: 17px;
}

.cookie-card .cookie-body-outer .button-group button:first-child:hover, .cookie-card .cookie-body-outer .button-group .button:first-child:hover {
	background: #8e0040;
}

.cookie-card .cookie-body-outer .more-options .checkbox-group {
	border: none;
	padding: 0;
}

.cookie-card .cookie-body-outer .more-options .top-group h2 {
	margin: 0;
}

.cookie-card .cookie-body-outer .more-options .chd-cookie-accordion-trigger {
	background: none;
	width: 100%;
	padding: 10px 0;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 16px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 6px;
}

.cookie-card .cookie-body-outer .more-options .chd-cookie-accordion-trigger .chevron::before {
	border-style: solid;
	border-width: 4px 4px 0 0;
	content: "";
	display: inline-block;
	height: 12px;
	left: .15em;
	position: relative;
	top: .15em;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	vertical-align: top;
	width: 12px;
	border-color: #626161;
}

.cookie-card .cookie-body-outer .more-options .chd-cookie-accordion-trigger .visible-text {
	font-size: 18px;
	font-family: inherit;
	margin-top: 0;
	display: block;
	font-weight: bold;
	line-height: 1.3;
	color: #626161;
	border-radius: 0;
}

.cookie-card .cookie-body-outer .more-options .chd-cookie-accordion-trigger.active .chevron::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cookie-card .cookie-body-outer .more-options .chd-cookie-accordion-content {
	display: none;
}

.cookie-card .cookie-body-outer .more-options h3 {
	margin: 0;
}

.cookie-card .cookie-body-outer .more-options .category {
	margin-top: 20px;
}

.cookie-card .cookie-body-outer .more-options .row {
	position: relative;
	margin-top: 20px;
}

.cookie-card .cookie-body-outer .more-options .row input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.cookie-card .cookie-body-outer .more-options .row input:focus+label {
	outline-width: 3px;
	outline-color: #78aeda;
	outline-style: solid;
}

.using-mouse .cookie-card .cookie-body-outer .more-options .row input:focus+label {
	outline: none;
}

.cookie-card .cookie-body-outer .more-options .row input:checked+label::before {
	background-color: var(--color);
	border-color: var(--color);
}

.cookie-card .cookie-body-outer .more-options .row input:checked+label::after {
	content: "";
	display: inline-block;
	background: var(--text-color);
	-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	padding: 0 6px 0 0;
	position: absolute;
	top: 6px;
	width: 11px;
	height: 11px;
	left: 3px;
	font-size: 13px;
	z-index: 1;
}

.cookie-card .cookie-body-outer .more-options .row label {
	position: relative;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.cookie-card .cookie-body-outer .more-options .row label .group {
	display: inline-block;
	width: calc(100% - 48px - 20px);
	vertical-align: top;
}

.cookie-card .cookie-body-outer .more-options .row label::before {
	content: "";
	aspect-ratio: 1/1;
	min-height: 18px;
	min-width: 18px;
	border: 2.5px solid #da0062;
	border-color: var(--color);
	border-radius: 4px;
	background-color: white;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
	vertical-align: top;
}

.cookie-card .cookie-body-outer .more-options .row label .inside {
	padding-left: 30px;
	display: block;
}

.cookie-card .cookie-body-outer .more-options .row label .inside .title {
	font-weight: bold;
}

#trigger-chd-cookie-settings {
	margin-top: 20px;
	display: block;
	background-color: white;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, .1);
	font-size: 1.4rem;
	background-image: url("https://cdn-ilbhhjp.nitrocdn.com/QZqqfbIaERNHjCOuogtSQBQgINeMLiBy/assets/images/source/rev-495ff70/actionforstammeringchildren.org/wp-content/plugins/cookies-by-chd/cookie.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 6px 9px 6px 30px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#trigger-chd-cookie-settings.nitro-lazy {
	background-image: none !important;
}

#trigger-chd-cookie-settings:hover {
	background-color: #f2f2f2;
}
