#fcb-root {
	--fcb-bg: #f5f1e9;
	--fcb-text: #20201e;
	--fcb-accent: #20201e;
	--fcb-border: #d6d0c5;
	--fcb-overlay: rgba(28, 27, 24, 0.52);
	font-family: "Instrument Sans", Arial, sans-serif;
	color: var(--fcb-text);
}
#fcb-root * {
	box-sizing: border-box;
}
#fcb-root [hidden] {
	display: none !important;
}
.fcb-banner {
	position: fixed;
	inset: 0;
	z-index: 999990;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: var(--fcb-overlay);
	animation: fcbFade 0.3s ease;
}
.fcb-banner__inner {
	width: 100%;
    max-width: 560px;
    background: var(--fcb-bg);
    border: 1px solid #dad8d2;
    padding: 34px 40px;
    display: flex;
    gap: 32px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
    animation: fcbUp .38s cubic-bezier(.22, 1, .36, 1);
    padding-inline: clamp(1.5rem, 4vw, 3rem);
    padding-block: clamp(1.75rem, 4vw, 3rem);
    background-color: #f5f3ed;
    flex-direction: column;
}
.fcb-eyebrow {
	font: 400 11px / 1.2 "Instrument Sans", Arial, sans-serif;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    /*opacity: .65;*/
    color: #686263;
    flex-direction: column-reverse;
}
.fcb-eyebrow span {
	display: block;
    width: 40px;
    height: 1px;
    background: #642d78;
}
.fcb-copy h2,
.fcb-modal__panel h2 {
    font-family: "Instrument Serif", Georgia, serif;
    font-weight: 400;
    margin: 0;
    color: #181614;
    line-height: 1.02 !important;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem) !important;
    max-width: 317.952px;
    letter-spacing: -0.384px;
}
.fcb-copy p {
	margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.65;
    /* opacity: 0.72; */
    color: #67635f;
    line-height: 1.75;
    max-width: 447.552px;
}
.fcb-copy a,
.fcb-policy-links a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.fcb-actions {
	display: flex;
    white-space: nowrap;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 36px;
}
.fcb-btn {
	border: 0 !important;
    background: transparent !important;
    color: var(--fcb-text) !important;
    font: 400 12px / 1 "Instrument Sans", Arial, sans-serif !important;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    padding: 0 !important;
    position: relative;
    line-height: normal !important;
}
a.fcb-btn{
	color:#686263 !important;
}
.fcb-btn:after{
	content: "";
    background: #642d78;
    transform-origin: 100%;
    width: 100%;
    height: 1px;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
}
.fcb-btn:hover:after,
.fcb-btn--primary:after {
	transform-origin: 0;
    transform: scaleX(1);
}
.fcb-btn--primary{
	padding-bottom: 4px !important;
	color:#642d78 !important;
	margin-bottom:3px;
}
.fcb-btn:focus-visible,
.fcb-close:focus-visible,
.fcb-reopen:focus-visible,
.fcb-switch input:focus-visible + .fcb-switch__track {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}
.fcb-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
}
.fcb-modal__backdrop {
	position: absolute;
	inset: 0;
	background: var(--fcb-overlay);
}
.fcb-modal__panel {
	position: relative;
    max-height: calc(100vh - 48px);
    overflow: auto;
    animation: fcbScale 0.28s ease;
    width: 100%;
    max-width: 560px;
    background: var(--fcb-bg);
    border: 1px solid #dad8d2;
    padding: 34px 40px;
    display: flex;
    gap: 0;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
    padding-inline: clamp(1.5rem, 4vw, 3rem);
    padding-block: clamp(1.75rem, 4vw, 3rem);
    background-color: #f5f3ed;
    flex-direction: column;
}
.fcb-close {
	position: absolute;
	right: 17px;
	top: 13px;
	border: 0;
	background: none;
	font: 300 28px/1 Arial;
	color: var(--fcb-text);
	cursor: pointer;
}
.fcb-modal__panel h2 {
	font-size: 44px;
}
.fcb-modal__intro {
	font-size: 13px;
	line-height: 1.65;
	opacity: 0.7;
	margin: 14px 0 24px;
}
.fcb-pref {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 20px;
	border-top: 1px solid var(--fcb-border);
	padding: 19px 0;
}
.fcb-pref h3 {
	font: 400 14px / 1.2 "Instrument Sans", Arial, sans-serif;
    margin: 0;
    color: #181614;
}
.fcb-pref p {
	font: 400 13px / 1.5 "Instrument Sans", Arial, sans-serif;
    margin: 4px 0 0 0;
    line-height: 1.6;
    color: #67635f;
    max-width: 329.004px;
}
.fcb-always {
	font: 400 11px / 1 "Instrument Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #67635f;
    margin-bottom: auto;
    line-height: 1.2;
}
.fcb-switch {
	display: inline-flex;
}
.fcb-switch input {
	position: absolute;
	opacity: 0;
}
.fcb-switch__track {
	border: 1px solid #dad8d2;
    display: block;
    position: relative;
    font-size: 11px;
    padding: 5px 12px;
    line-height: 1.5;
    cursor: pointer;
}
.fcb-switch__track span {
	display: none;
}
.fcb-switch input:checked + .fcb-switch__track .fcb-switch__track_on {
	display: block;
}
.fcb-switch input:not(:checked) + .fcb-switch__track .fcb-switch__track_off {
	display: block;
}
.fcb-modal__footer {
	display: flex;
	justify-content: flex-end;
	gap: 24px;
	padding-top: 20px;
}
.fcb-policy-links {
	display: flex;
	gap: 18px;
	font-size: 10px;
	margin-top: 20px;
	opacity: 0.6;
}
.fcb-reopen {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 999988;
	background: var(--fcb-bg);
	border: 1px solid var(--fcb-border);
	color: var(--fcb-text);
	padding: 11px 14px;
	font: 500 10px/1 "Instrument Sans", Arial, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.fcb-reopen span {
	font-size: 13px;
	margin-right: 6px;
}
@keyframes fcbFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fcbUp {
	from {
		transform: translateY(35px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fcbScale {
	from {
		transform: scale(0.97);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
@media (max-width: 760px) {
	.fcb-banner {
		padding: 12px;
		align-items: flex-end;
	}
	.fcb-banner__inner {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 25px 21px 21px;
	}
	.fcb-copy h2 {
		font-size: 38px;
	}
	.fcb-actions {
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		gap: 18px;
	}
	.fcb-modal {
		padding: 0;
		align-items: end;
	}
	.fcb-modal__panel {
		max-height: 90vh;
		border-bottom: 0;
		padding: 30px 22px 24px;
	}
	.fcb-modal__panel h2 {
		font-size: 38px;
	}
	.fcb-modal__footer {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.fcb-reopen {
		left: 10px;
		bottom: 10px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.fcb-banner,
	.fcb-banner__inner,
	.fcb-modal__panel {
		animation: none;
	}
	.fcb-switch__track:after {
		transition: none;
	}
}
