.bottom-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5em;
	width: 100%;
	max-width: 1600px;
	margin-bottom: 2em;
	color: var(--color-gray);
	font-size: var(--fs-xs);
	font-weight: 400;
	font-family: var(--font);
}
.footer-links a,
.footer-links a {
	margin-left: var(--fs-xs);
	color: var(--color-black-gray);
	text-decoration: none;
	font-family: var(--font);
    font-size: var(--fs-sm);
    font-weight: 400;
}
.footer-mobile-content {
	display: none;
}
.footer-desktop-content {
	display: block;
	margin-top: 15px;
}
@media (max-width: 800px) {
	.footer-links {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.bottom-footer {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 10px;
	}
	.bottom-footer span {
		text-align: center;
	}
}
@media (max-width: 400px) {
	.footer-row {
		display: flex;
		flex-wrap: wrap;
	}
	.footer {
		padding: 0 1em;
	}
	.footer-row input {
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
	}
	.newsletter-footer-wrapper, 
	.newsletter-error {
		flex-direction: column;
	}
	.footer-Subscribe-title {
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.footer1 {
		min-width: calc(40% - 16px);
	}
	.footer2 {
		min-width: calc(40% - 16px);
	}
	.footer3 {
		min-width: calc(40% - 16px);
	}
	.footer-mobile-content {
		min-width: auto;
		display: block;
	}
}
@media (min-width: 0px) and (max-width: 1023px) {
	.footer-desktop-content {
		display: none !important;
	}
}
.newsletter-footer-wrapper,
.newsletter-error {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.newsletter-footer-wrapper {
	flex-direction: row;
}
.newsletter-error,
.thank-you-for-sub {
    color: var(--color-red);
	font-size: var(--fs-base);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
#Mobile-newsletter-error-message,
#Desktop-newsletter-error-message {
    color: var(--color-red);
	font-size: var(--fs-base);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
#Mobile-newsletter-thank-you-message,
#Desktop-newsletter-thank-you-message {
    color: var(--color-primary);
	padding: 5px;
}
#MobilesubscribeButton,
#DesktopsubscribeButton {
	cursor: pointer;
}
@media (min-width: 0px) and (max-width: 1023px) {
	.subscribe {
		width: 100%;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.footer-mobile-content {
		max-width: 100%;
	}
	.footer-content {
		justify-content: center;
	}
	.newsletter-footer-wrapper {
		width: 100% !important;
	}
	#MobilesubscribeButton {
		margin-top: 5px;
	}
}
#cookies-consent-bar {
    position: fixed;
    bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / 4%);
	padding: 15px 22px;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
    color: var(--color-black);
    padding: 60px 40px;
    text-align: center;
    z-index: 9999;
	border-radius: 8px 8px 0 0;
	font-family: var(--font) !important;
	font-size: var(--fs-md) !important;
	width: 100dvw;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
#cookies-consent-bar .cookies-container {
    max-width: 1000px;
    margin: 0 auto;
	text-align: start;
}
#cookies-content {
	font-size: var(--fs-md) !important;
    line-height: var(--fs-base);
    margin-bottom: 0;
    color: var(--color-black);
	font: inherit;
	text-align: start;
	font-family: var(--font) !important;
}
.cookies-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-buttons {
    display: flex;
    gap: 10px;
}
.cookies-buttons button {
    background-color: #0073aa;
    color:  var(--color-black);;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
button:hover {
    background-color: #005177;
}
button.outlined {
	color: var(--color-black);;
    background: none;
    border-radius: 4px;
    transition-property: color, border-color, background;
    line-height: 1.4;
    font-size: var(--fs-md);
    font-weight: 500;
    border: 1px solid var(--color-black);;
	font-family: var(--font);
}
button.outlined:hover,
.cookies-buttons button.outlined:focus {
    background-color: var(--color-black-gray) !important;
	color: var(--color-white);
}
.cookies-buttons button.non-outlined,
.cookies-buttons button.non-outlined:hover,
.cookies-buttons button.non-outlined:active,
.cookies-buttons button.non-outlined:focus {
	border-radius: 0;
    color:  var(--color-black);
	border-bottom: 1px dotted  var(--color-black);
	background: none;
    padding: 0;
    text-align: initial;
    line-height: 18px;
    font-weight: normal;
	font-size: var(--fs-md);
	display: inline-block;
    outline: 0;
	margin: 0 20px 0;
	font-family: var(--font);
}
.accordion {
    margin: 20px 0;
}
.accordion-modal-item {
    margin-bottom: 10px;
}
.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	font-size: var(--fs-base);
    line-height: 18px;
    outline: 0;
    width: 100%;
    border: 0;
    background: none;
    padding: 10px 0;
    text-align: left;
    color: var(--color-black);
	font-family: var(--font);
}
.accordion-header > h3 {
	font-size: var(--fs-md);
    line-height: var(--fs-base);
    color: var(--color-black);
	font-family: var(--font);
}
.accordion .accordion-content {
    display: none;
	margin-right: 0;
	padding-right: 40px;
	padding: 0 0 10px;
	overflow: hidden;
	background: none;
}
.accordion .accordion-content p {
    margin: 0;
}
.arrow {
    font-size: var(--fs-base);
    margin-left: 10px;
	font-family: var(--font);
}
.arrow img {
    width: 14px;
    height: 14px;
}
.cookies-buttons {
	color: var(--color-white-gray);
	font-size: var(--fs-md);
    line-height: var(--fs-base);
	text-decoration: none;
	font-family: var(--font);
}
.cookies-buttons a,
.cookies-buttons a:hover,
.cookies-buttons a:focus,
.cookies-buttons a:active {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
    text-decoration: none;
    color: var(--color-gray);
}
#customization-content > .title {
	font-size: var(--fs-md);
    line-height: 21px;
    margin: 0 0 10px;
    color: var(--color-black);
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
	font-family: var(--font);
}
.accordion-modal-item {
	border-bottom: 1px solid #707070;
}
#accept-all {
	border: 1px solid #fff;
	font-size: var(--fs-sm);
    line-height: var(--fs-base);
	color: var(--color-black);
    transition-property: color, border-color, background;
    border-radius: 4px;
	font-weight: 500;
	padding: 12px 24px;
    text-align: center;display: inline-block;
    outline: 0;
	background: var(--color-white);
	font-family: var(--font);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.accordion-content p {
    font-size: var(--fs-md);
    line-height: var(--fs-md);
	overflow: hidden;
    color: var(--color-black-gray);
	font-family: var(--font);
}
.accordion-header > input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #bbb;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}
.accordion-header > input[type="checkbox"]:checked {
    background-color: var(--color-white);
    border: none;
}
.accordion-header > input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--fs-sm);
    color: var(--color-black-gray);
    line-height: 1.3;
	font-family: var(--font);
}
.accordion-header > input[type="checkbox"]:not(#necessary) {
    border: 1px solid var(-color-white-gray);
    border-radius: 2px;
}
.accordion-header > input[type="checkbox"]:not(#necessary):checked {
    background-color: var(--color-white);
    border: none;
}
.accordion-header > input[type="checkbox"]:not(#necessary):checked::after {
    width: 18px;
    height: 18px;
    font-size: var(--fs-base);
    color: var(--color-black-gray);
    line-height: 1.3;
    border: none;
    border-radius: 2px;
	top: 6px;
    left: 11px;
	font-family: var(--font);
}
#cookies-icon {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding: 0 20px;
}
#cookies-icon img {
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
	opacity: .75;
}
.cookies-buttons .details {
	color: var(--color-gray);
	font-size: var(--fs-sm);
}
.cookies-buttons .details a {
	color: var(--color-black-gray);
}
@media (max-width: 1200px) {
	#customization-content .cookies-buttons {
		flex-direction: column;
	}
	.right-buttons {
		margin: 20px 0;
	}
	#cookies-consent-bar .cookies-container,
	#cookies-consent-bar{
		overflow-y: scroll;
		width: auto;
	}
}
@media (max-width: 350px) {
	#customization-content .cookies-buttons {
		flex-direction: column;
	}
	.right-buttons {
		margin: 20px 0;
	}
	#cookies-consent-bar .cookies-container,
	#cookies-consent-bar{
		overflow-y: scroll;
		padding: 20px 10px;
	}
	.cookies-buttons button {
		font-size: var(--fs-base);
	}
}