.resource-library {
	container-type: inline-size;
	container-name: resourcelibrary;
}

.resource-library > * {
	opacity: 1;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

@container resourcelibrary (max-width: 768px) {
	.resource-library > * {
		margin-bottom: 30px
	}
}

.resource-library.loading {
	min-height: 320px;
	position: relative
}

.resource-library.loading > * {
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease
}

.resource-library.loading:before {
	border: 16px solid var(--gray-lighter);
	border-top: 16px solid var(--brand-info);
	border-radius: 50%;
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 160px;
	left: 50%;
	opacity: 1
}

.resource-library.loading:after {
	content: "Loading, please wait";
	display: inline-block;
	font-size: 18px;
	left: 50%;
	margin-top: 90px;
	position: absolute;
	text-align: center;
	top: 160px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.resource-library-module .page-header {
	padding: 40px;
	margin-top: 0;
}

.resource-library-module .page-header .row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	text-align: center;
}

.page-header .row::before, .page-header .row::after {
	display: none;
}

.page-header .row > div {
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

@container resourcelibrary (min-width: 768px) {
	.resource-library-module .page-header .row {
		flex-flow: row nowrap;
		text-align: unset;
	}

	.page-header .row > div {
		width: calc(50% - 30px);
		justify-content: flex-start;
	}

	.page-header .row > div + div {
		justify-content: flex-end;
	}
}

.resource-library-module .resource-library-module__title {
	margin-top: 0;
	margin-bottom: 0;
}

.resource-library-module .category-title {
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 2px dashed var(--gray-lighter);
	padding-bottom: 15px;
	margin-bottom: 26px;
	padding-top: 30px;
}

.resource-library-module .subcat-title {
	font-size: 16px;
	font-weight: 700
}

.resource-library-module .subcat-title:empty {
	display: none
}

.resource-library-module .resource-library__item {
	position: relative;
	padding-left: 25px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 30px;
	margin-bottom: 15px;
	align-self: flex-start;
}

.resource-library-module a.resource-library__item-link {
    flex: 1 1 100%;
}

.resource-library__item .flexi-item-edit {
	padding: 6px 8px 3px;
	vertical-align: 1px;
	display: inline-block;
	margin-left: 5px;
	justify-self: flex-end;
}

.resource-library-module .resource-library__item-icon {
	position: absolute;
	left: 0;
	top: 4px
}

.resource-library-module .resource-library__item-icon.fa-file-pdf-o {
	color: #C71D22
}

.resource-library-module .resource-library__item-icon.fa-file-excel-o {
	color: #008f4c
}

.resource-library-module .resource-library__item-icon.fa-file-powerpoint-o {
	color: #ff9b00
}

.resource-library-module .resource-library__item-icon.fa-file-zip-o {
	color: #ffe200
}

.resource-library__items .sorted-items {
	column-gap: 50px;
	column-width: max(300px, 30cqw);
}

.resource-library__items.no-columns .sorted-items {
	column-gap: 50px;
	column-width: auto;
}

.resource-library__items .category-box {
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.resource-library__items .category-box .category-title {
	margin-top: 00px
}

.resource-library__items .category-box[style="display: flex;"] {
	display: block !important
}

.resource-library__items.columns-disabled .sorted-items {
	-webkit-column-width: initial;
	column-width: initial;
	-webkit-column-gap: initial;
	column-gap: initial;
	margin-left: -15px;
	margin-right: -15px
}

.resource-library__items.columns-disabled .category-box {
	page-break-inside: initial;
	-webkit-column-break-inside: initial;
	break-inside: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-left: 15px;
	padding-right: 15px;
}

.resource-library__items.columns-disabled .category-box .category-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.resource-library__items.columns-disabled .category-box .nosubcat, .resource-library__items.columns-disabled .category-box .subcat-group {
	width: 100%
}

@container resourcelibrary (min-width: 992px) {
	.resource-library__items.columns-disabled .category-box .nosubcat, .resource-library__items.columns-disabled .category-box .subcat-group {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		gap: 0 15px;
	}
}

@container resourcelibrary (min-width: 992px) {
	.resource-library__items.columns-disabled .category-box .nosubcat .subcat-title, .resource-library__items.columns-disabled .category-box .subcat-group .subcat-title {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
}

@container resourcelibrary (min-width: 992px) {
	.resource-library__items.columns-disabled .category-box .nosubcat > .resource-library__item, .resource-library__items.columns-disabled .category-box .subcat-group > .resource-library__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(33% - 15px);
		flex: 0 1 calc(33% - 15px)
	}
}

.resource-library__items.columns-disabled .category-box[style="display: flex;"] {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.resource-library__items.single-cat .sorted-items {
	margin-left: 0;
	margin-right: 0
}

.library__search {
	text-align: right;
    display: grid;
    grid-template-areas: "search";
    grid-template-columns: 1fr;
    justify-content: flex-end;
}

.library__search .search-clear,
.library__search .search-icon,
.library__search .search-box {
	grid-area: search;
	justify-self: flex-end;
}

.library__search .search-clear,
.library__search .search-icon {
	width: 45px;
	margin: 0;
}

.library__search .search-box#libsearch {
	padding-right: 40px;
}

.cats-wrap {
	margin-top: 20px
}

.cats-wrap .addcontent > strong, .cats-wrap .operationheading, .cats-wrap .settinglabel, .cats-wrap label {
	margin-top: 0;
	z-index: 1;
	position: relative
}

.cats-wrap .addcontent > strong+div, .cats-wrap .operationheading+div, .cats-wrap .settinglabel+div, .cats-wrap label+div {
	display: inline-block;
	max-width: 100%;
	margin-left: -18em;
	padding-left: 18em
}

.cats-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 100%
}

.cats-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%
}

.cats-list li .addcontent > strong, .cats-list li .operationheading, .cats-list li .settinglabel, .cats-list li label {
	white-space: nowrap
}

.category-list {
	vertical-align: middle;
	margin: 10px -10px 0px
}

.category-list button {
	background: transparent;
	border-radius: 0;
	border: 0 none;
	border-bottom: 2px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #52525f;
	font-size: 15px;
	font-weight: 600;
	margin: 0 10px 0;
	padding: 4px 0 !important;
}

.category-list button:active, .category-list button:focus, .category-list button:hover {
	background: transparent;
	border-radius: 0;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid var(--brand-info);
	outline: 0 none
}

.category-list button:active:active, .category-list button:active:focus, .category-list button:active:hover, .category-list button:focus:active, .category-list button:focus:focus, .category-list button:focus:hover, .category-list button:hover:active, .category-list button:hover:focus, .category-list button:hover:hover {
	background: transparent;
	border-radius: 0;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid var(--brand-info);
	outline: 0 none
}

.category-list button.btn-primary, .category-list button.btn-primary:hover {
	background: transparent;
	color: #52525f;
	border-bottom: 2px solid var(--brand-info)
}

.category-list button[data-cat=all] {
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #337ab7;
	color: #52525f;
	padding: 4px 12px 2px !important;
	text-shadow: none
}

.category-list button[data-cat=all].btn-primary {
	background-color: var(--brand-info);
	border: 1px solid var(--brand-info);
	color: #fff
}

.category-list button[data-cat=all]:active, .category-list button[data-cat=all]:focus, .category-list button[data-cat=all]:hover {
	background-color: var(--brand-info);
	border: 1px solid var(--brand-info);
	border-radius: 4px;
	padding: 4px 12px 2px;
	color: #fff;
	outline: 0 none
}

.category-list button .badge {
	font-size: 11px;
	padding: 4px 5px;
	vertical-align: middle;
	display: none
}

.category-list .cat-sep {
	display: inline-block;
	width: 2px;
	height: 40px;
	background: var(--gray-lighter);
	margin: 10px;
	vertical-align: middle
}

input.list-inline, input.member-list > ul, inputul.simplehorizontalmenu {
	margin-left: 0
}

.search-box, input[type=search].forminput.search-box, input[type=text].forminput.search-box {
	padding-right: 25px;
	display: inline-block
}

.search-box+.search-clear, input[type=search].forminput.search-box+.search-clear, input[type=text].forminput.search-box+.search-clear {
	background: transparent;
	border: 0 none;
	color: #d9534f;
	display: none;
	height: 43px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 32px;
}

.search-box+.search-clear+.search-icon, input[type=search].forminput.search-box+.search-clear+.search-icon, input[type=text].forminput.search-box+.search-clear+.search-icon {
	background: transparent;
	border: 0 none;
	display: inline-block;
	font-size: 14px;
	height: 43px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 32px;
}

.search-box::-ms-clear, input[type=search].forminput.search-box::-ms-clear, input[type=text].forminput.search-box::-ms-clear {
	display: none
}

.search-box+.search-clear:active, .search-box+.search-clear:focus, .search-box:active+.search-clear, .search-box:focus+.search-clear, input[type=search].forminput.search-box+.search-clear:active, input[type=search].forminput.search-box+.search-clear:focus, input[type=search].forminput.search-box:active+.search-clear, input[type=search].forminput.search-box:focus+.search-clear, input[type=text].forminput.search-box+.search-clear:active, input[type=text].forminput.search-box+.search-clear:focus, input[type=text].forminput.search-box:active+.search-clear, input[type=text].forminput.search-box:focus+.search-clear {
	display: inline-block;
	outline: 0 none;
	border: 0 none
}

.search-box+.search-clear:active+.search-icon, .search-box+.search-clear:focus+.search-icon, .search-box:active+.search-clear+.search-icon, .search-box:focus+.search-clear+.search-icon, input[type=search].forminput.search-box+.search-clear:active+.search-icon, input[type=search].forminput.search-box+.search-clear:focus+.search-icon, input[type=search].forminput.search-box:active+.search-clear+.search-icon, input[type=search].forminput.search-box:focus+.search-clear+.search-icon, input[type=text].forminput.search-box+.search-clear:active+.search-icon, input[type=text].forminput.search-box+.search-clear:focus+.search-icon, input[type=text].forminput.search-box:active+.search-clear+.search-icon, input[type=text].forminput.search-box:focus+.search-clear+.search-icon {
	display: none;
	outline: 0 none;
	border: 0 none
}

.resource-library .category-list button[type="button"]::after {
	display: none !important;
}

.nav-tools {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

:root {
	--select-icon-size: 16px;
	--select-icon-margin: 1rem;
	/* icon right/left position */
	--select-text-icon-gap: 0.5rem;
	/* gap between text and icon */
}

.translations {
	position: relative;
	height: 40px;
	width: 100%;
}

@container resourcelibrary (min-width: 992px) {
	.nav-tools {
		flex-flow: row wrap;
	}

	.translations {
		width: fit-content;
		max-width: 300px;
	}

	#libsearch {
		max-width: 300px;
	}
}

.translations__input {
	appearance: none;
	border: 0;
	margin: 0;
	font-size: 1rem;
	width: 100%;
	height: 100%;
	padding: 0.5rem calc(var(--select-icon-size) + var(--select-icon-margin) + var(--select-text-icon-gap));
	-webkit-user-select: none;
	user-select: none;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.02), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.025), 0 1px 3px -1px hsla(230, 13%, 9%, 0.2), 0 3.5px 6px hsla(230, 13%, 9%, 0.12);
	border-radius: 6px;
	transition: box-shadow 0.2s;
}

.translations__input:focus {
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(110, 187, 254, 0.6);
}

.translations__arrow,
.translations__flag {
	display: inline-block;
	width: var(--select-icon-size);
	height: var(--select-icon-size);
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.translations__arrow {
	color: inherit;
	right: var(--select-icon-margin);
}

.translations__flag {
	left: var(--select-icon-margin);
	background-position: center;
	background-repeat: no-repeat;
	background-size: var(--select-icon-size);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16z m11.8 14h-3.8c-0.2-3-0.8-5.8-1.6-8.2 2.8 1.8 4.8 4.8 5.4 8.2z m-11.8 14c-1.2 0-3.6-3.8-4-10h8c-0.4 6.2-2.8 10-4 10z m-4-14c0.4-6.2 2.6-10 4-10s3.6 3.8 4 10h-8z m-2.2-8.2c-1 2.4-1.6 5.2-1.8 8.2h-3.8c0.6-3.4 2.6-6.4 5.6-8.2z m-5.6 12.2h3.8c0.2 3 0.8 5.8 1.6 8.2-2.8-1.8-4.8-4.8-5.4-8.2z m18 8.2c1-2.4 1.4-5.2 1.6-8.2h3.8c-0.4 3.4-2.4 6.4-5.4 8.2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.translations:has(option[value="English"]:checked) .translations__flag {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2230%22%20height%3D%2224%22%20rx%3D%224%22%20ry%3D%224%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M1.638%2C5.846H30.362c-.711-1.108-1.947-1.846-3.362-1.846H5c-1.414%2C0-2.65%2C.738-3.362%2C1.846Z%22%20fill%3D%22%23a62842%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M2.03%2C7.692c-.008%2C.103-.03%2C.202-.03%2C.308v1.539H31v-1.539c0-.105-.022-.204-.03-.308H2.03Z%22%20fill%3D%22%23a62842%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23a62842%22%20d%3D%22M2%2011.385H31V13.231H2z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23a62842%22%20d%3D%22M2%2015.077H31V16.923000000000002H2z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23a62842%22%20d%3D%22M1%2018.769H31V20.615H1z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1%2C24c0%2C.105%2C.023%2C.204%2C.031%2C.308H30.969c.008-.103%2C.031-.202%2C.031-.308v-1.539H1v1.539Z%22%20fill%3D%22%23a62842%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M30.362%2C26.154H1.638c.711%2C1.108%2C1.947%2C1.846%2C3.362%2C1.846H27c1.414%2C0%2C2.65-.738%2C3.362-1.846Z%22%20fill%3D%22%23a62842%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M5%2C4h11v12.923H1V8c0-2.208%2C1.792-4%2C4-4Z%22%20fill%3D%22%23102d5e%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M27%2C4H5c-2.209%2C0-4%2C1.791-4%2C4V24c0%2C2.209%2C1.791%2C4%2C4%2C4H27c2.209%2C0%2C4-1.791%2C4-4V8c0-2.209-1.791-4-4-4Zm3%2C20c0%2C1.654-1.346%2C3-3%2C3H5c-1.654%2C0-3-1.346-3-3V8c0-1.654%2C1.346-3%2C3-3H27c1.654%2C0%2C3%2C1.346%2C3%2C3V24Z%22%20opacity%3D%22.15%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M27%2C5H5c-1.657%2C0-3%2C1.343-3%2C3v1c0-1.657%2C1.343-3%2C3-3H27c1.657%2C0%2C3%2C1.343%2C3%2C3v-1c0-1.657-1.343-3-3-3Z%22%20fill%3D%22%23fff%22%20opacity%3D%22.2%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.601%207.463L5.193%207.033%204.462%207.033%204.236%206.338%204.01%207.033%203.279%207.033%203.87%207.463%203.644%208.158%204.236%207.729%204.827%208.158%204.601%207.463z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.58%207.463L8.172%207.033%207.441%207.033%207.215%206.338%206.989%207.033%206.258%207.033%206.849%207.463%206.623%208.158%207.215%207.729%207.806%208.158%207.58%207.463z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.56%207.463L11.151%207.033%2010.42%207.033%2010.194%206.338%209.968%207.033%209.237%207.033%209.828%207.463%209.603%208.158%2010.194%207.729%2010.785%208.158%2010.56%207.463z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.066%209.283L6.658%208.854%205.927%208.854%205.701%208.158%205.475%208.854%204.744%208.854%205.335%209.283%205.109%209.979%205.701%209.549%206.292%209.979%206.066%209.283z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.046%209.283L9.637%208.854%208.906%208.854%208.68%208.158%208.454%208.854%207.723%208.854%208.314%209.283%208.089%209.979%208.68%209.549%209.271%209.979%209.046%209.283z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.025%209.283L12.616%208.854%2011.885%208.854%2011.659%208.158%2011.433%208.854%2010.702%208.854%2011.294%209.283%2011.068%209.979%2011.659%209.549%2012.251%209.979%2012.025%209.283z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.066%2012.924L6.658%2012.494%205.927%2012.494%205.701%2011.799%205.475%2012.494%204.744%2012.494%205.335%2012.924%205.109%2013.619%205.701%2013.19%206.292%2013.619%206.066%2012.924z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.046%2012.924L9.637%2012.494%208.906%2012.494%208.68%2011.799%208.454%2012.494%207.723%2012.494%208.314%2012.924%208.089%2013.619%208.68%2013.19%209.271%2013.619%209.046%2012.924z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.025%2012.924L12.616%2012.494%2011.885%2012.494%2011.659%2011.799%2011.433%2012.494%2010.702%2012.494%2011.294%2012.924%2011.068%2013.619%2011.659%2013.19%2012.251%2013.619%2012.025%2012.924z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.539%207.463L14.13%207.033%2013.399%207.033%2013.173%206.338%2012.947%207.033%2012.216%207.033%2012.808%207.463%2012.582%208.158%2013.173%207.729%2013.765%208.158%2013.539%207.463z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.601%2011.104L5.193%2010.674%204.462%2010.674%204.236%209.979%204.01%2010.674%203.279%2010.674%203.87%2011.104%203.644%2011.799%204.236%2011.369%204.827%2011.799%204.601%2011.104z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.58%2011.104L8.172%2010.674%207.441%2010.674%207.215%209.979%206.989%2010.674%206.258%2010.674%206.849%2011.104%206.623%2011.799%207.215%2011.369%207.806%2011.799%207.58%2011.104z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.56%2011.104L11.151%2010.674%2010.42%2010.674%2010.194%209.979%209.968%2010.674%209.237%2010.674%209.828%2011.104%209.603%2011.799%2010.194%2011.369%2010.785%2011.799%2010.56%2011.104z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.539%2011.104L14.13%2010.674%2013.399%2010.674%2013.173%209.979%2012.947%2010.674%2012.216%2010.674%2012.808%2011.104%2012.582%2011.799%2013.173%2011.369%2013.765%2011.799%2013.539%2011.104z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.601%2014.744L5.193%2014.315%204.462%2014.315%204.236%2013.619%204.01%2014.315%203.279%2014.315%203.87%2014.744%203.644%2015.44%204.236%2015.01%204.827%2015.44%204.601%2014.744z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.58%2014.744L8.172%2014.315%207.441%2014.315%207.215%2013.619%206.989%2014.315%206.258%2014.315%206.849%2014.744%206.623%2015.44%207.215%2015.01%207.806%2015.44%207.58%2014.744z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.56%2014.744L11.151%2014.315%2010.42%2014.315%2010.194%2013.619%209.968%2014.315%209.237%2014.315%209.828%2014.744%209.603%2015.44%2010.194%2015.01%2010.785%2015.44%2010.56%2014.744z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.539%2014.744L14.13%2014.315%2013.399%2014.315%2013.173%2013.619%2012.947%2014.315%2012.216%2014.315%2012.808%2014.744%2012.582%2015.44%2013.173%2015.01%2013.765%2015.44%2013.539%2014.744z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.translations:has(option[value="Italian"]:checked) .translations__flag {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath fill='%23fff' d='M10 4H22V28H10z'%3E%3C/path%3E%3Cpath d='M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' fill='%2341914d'%3E%3C/path%3E%3Cpath d='M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' transform='rotate(180 26 16)' fill='%23bf393b'%3E%3C/path%3E%3Cpath d='M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z' opacity='.15'%3E%3C/path%3E%3Cpath d='M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z' fill='%23fff' opacity='.2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.translations:has(option[value="Spanish"]:checked) .translations__flag {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath fill='%23f1c142' d='M1 10H31V22H1z'%3E%3C/path%3E%3Cpath d='M5,4H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z' fill='%23a0251e'%3E%3C/path%3E%3Cpath d='M5,21H27c2.208,0,4,1.792,4,4v3H1v-3c0-2.208,1.792-4,4-4Z' transform='rotate(180 16 24.5)' fill='%23a0251e'%3E%3C/path%3E%3Cpath d='M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z' opacity='.15'%3E%3C/path%3E%3Cpath d='M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z' fill='%23fff' opacity='.2'%3E%3C/path%3E%3Cpath d='M12.614,13.091c.066-.031,.055-.14-.016-.157,.057-.047,.02-.15-.055-.148,.04-.057-.012-.144-.082-.13,.021-.062-.042-.127-.104-.105,.01-.068-.071-.119-.127-.081,.004-.068-.081-.112-.134-.069-.01-.071-.11-.095-.15-.035-.014-.068-.111-.087-.149-.028-.027-.055-.114-.057-.144-.004-.03-.047-.107-.045-.136,.002-.018-.028-.057-.044-.09-.034,.009-.065-.066-.115-.122-.082,.002-.07-.087-.111-.138-.064-.013-.064-.103-.087-.144-.036-.02-.063-.114-.075-.148-.017-.036-.056-.129-.042-.147,.022-.041-.055-.135-.031-.146,.036-.011-.008-.023-.014-.037-.016,.006-.008,.01-.016,.015-.025h.002c.058-.107,.004-.256-.106-.298v-.098h.099v-.154h-.099v-.101h-.151v.101h-.099v.154h.099v.096c-.113,.04-.169,.191-.11,.299h.002c.004,.008,.009,.017,.014,.024-.015,.002-.029,.008-.04,.017-.011-.067-.106-.091-.146-.036-.018-.064-.111-.078-.147-.022-.034-.057-.128-.046-.148,.017-.041-.052-.131-.028-.144,.036-.051-.047-.139-.006-.138,.064-.056-.033-.131,.017-.122,.082-.034-.01-.072,.006-.091,.034-.029-.047-.106-.049-.136-.002-.03-.054-.117-.051-.143,.004-.037-.059-.135-.04-.149,.028-.039-.06-.14-.037-.15,.035-.053-.043-.138,0-.134,.069-.056-.038-.137,.013-.127,.081-.062-.021-.125,.044-.104,.105-.05-.009-.096,.033-.096,.084h0c0,.017,.005,.033,.014,.047-.075-.002-.111,.101-.055,.148-.071,.017-.082,.125-.016,.157-.061,.035-.047,.138,.022,.154-.013,.015-.021,.034-.021,.055h0c0,.042,.03,.077,.069,.084-.023,.048,.009,.11,.06,.118-.013,.03-.012,.073-.012,.106,.09-.019,.2,.006,.239,.11-.015,.068,.065,.156,.138,.146,.06,.085,.133,.165,.251,.197-.021,.093,.064,.093,.123,.118-.013,.016-.043,.063-.055,.081,.024,.013,.087,.041,.113,.051,.005,.019,.004,.028,.004,.031,.091,.501,2.534,.502,2.616-.001v-.002s.004,.003,.004,.004c0-.003-.001-.011,.004-.031l.118-.042-.062-.09c.056-.028,.145-.025,.123-.119,.119-.032,.193-.112,.253-.198,.073,.01,.153-.078,.138-.146,.039-.104,.15-.129,.239-.11,0-.035,.002-.078-.013-.109,.044-.014,.07-.071,.049-.115,.062-.009,.091-.093,.048-.139,.069-.016,.083-.12,.022-.154Zm-.296-.114c0,.049-.012,.098-.034,.141-.198-.137-.477-.238-.694-.214-.002-.009-.006-.017-.011-.024,0,0,0-.001,0-.002,.064-.021,.074-.12,.015-.153,0,0,0,0,0,0,.048-.032,.045-.113-.005-.141,.328-.039,.728,.09,.728,.393Zm-.956-.275c0,.063-.02,.124-.054,.175-.274-.059-.412-.169-.717-.185-.007-.082-.005-.171-.011-.254,.246-.19,.81-.062,.783,.264Zm-1.191-.164c-.002,.05-.003,.102-.007,.151-.302,.013-.449,.122-.719,.185-.26-.406,.415-.676,.73-.436-.002,.033-.005,.067-.004,.101Zm-1.046,.117c0,.028,.014,.053,.034,.069,0,0,0,0,0,0-.058,.033-.049,.132,.015,.152,0,0,0,.001,0,.002-.005,.007-.008,.015-.011,.024-.219-.024-.495,.067-.698,.206-.155-.377,.323-.576,.698-.525-.023,.015-.039,.041-.039,.072Zm3.065-.115s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0Zm-3.113,1.798v.002s-.002,0-.003,.002c0-.001,.002-.003,.003-.003Z' fill='%239b8028'%3E%3C/path%3E%3Cpath d='M14.133,16.856c.275-.65,.201-.508-.319-.787v-.873c.149-.099-.094-.121,.05-.235h.072v-.339h-.99v.339h.075c.136,.102-.091,.146,.05,.235v.76c-.524-.007-.771,.066-.679,.576h.039s0,0,0,0l.016,.036c.14-.063,.372-.107,.624-.119v.224c-.384,.029-.42,.608,0,.8v1.291c-.053,.017-.069,.089-.024,.123,.007,.065-.058,.092-.113,.083,0,.026,0,.237,0,.269-.044,.024-.113,.03-.17,.028v.108s0,0,0,0v.107s0,0,0,0v.107s0,0,0,0v.108s0,0,0,0v.186c.459-.068,.895-.068,1.353,0v-.616c-.057,.002-.124-.004-.17-.028,0-.033,0-.241,0-.268-.054,.008-.118-.017-.113-.081,.048-.033,.034-.108-.021-.126v-.932c.038,.017,.073,.035,.105,.053-.105,.119-.092,.326,.031,.429l.057-.053c.222-.329,.396-.743-.193-.896v-.35c.177-.019,.289-.074,.319-.158Z' fill='%239b8028'%3E%3C/path%3E%3Cpath d='M8.36,16.058c-.153-.062-.39-.098-.653-.102v-.76c.094-.041,.034-.115-.013-.159,.02-.038,.092-.057,.056-.115h.043v-.261h-.912v.261h.039c-.037,.059,.039,.078,.057,.115-.047,.042-.108,.118-.014,.159v.873c-.644,.133-.611,.748,0,.945v.35c-.59,.154-.415,.567-.193,.896l.057,.053c.123-.103,.136-.31,.031-.429,.032-.018,.067-.036,.105-.053v.932c-.055,.018-.069,.093-.021,.126,.005,.064-.059,.089-.113,.081,0,.026,0,.236,0,.268-.045,.024-.113,.031-.17,.028v.401h0v.215c.459-.068,.895-.068,1.352,0v-.186s0,0,0,0v-.108s0,0,0,0v-.107s0,0,0,0v-.107s0,0,0,0v-.108c-.056,.002-.124-.004-.169-.028,0-.033,0-.241,0-.269-.055,.008-.119-.018-.113-.083,.045-.034,.03-.107-.024-.124v-1.29c.421-.192,.383-.772,0-.8v-.224c.575,.035,.796,.314,.653-.392Z' fill='%239b8028'%3E%3C/path%3E%3Cpath d='M12.531,14.533h-4.28l.003,2.572v1.485c0,.432,.226,.822,.591,1.019,.473,.252,1.024,.391,1.552,.391s1.064-.135,1.544-.391c.364-.197,.591-.587,.591-1.019v-4.057Z' fill='%23a0251e'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.translations:has(option[value="Portugal"]:checked) .translations__flag {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M5,4H13V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' fill='%232b6519'%3E%3C/path%3E%3Cpath d='M16,4h15V28h-15c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z' transform='rotate(180 21.5 16)' fill='%23ea3323'%3E%3C/path%3E%3Cpath d='M27,4H5c-2.209,0-4,1.791-4,4V24c0,2.209,1.791,4,4,4H27c2.209,0,4-1.791,4-4V8c0-2.209-1.791-4-4-4Zm3,20c0,1.654-1.346,3-3,3H5c-1.654,0-3-1.346-3-3V8c0-1.654,1.346-3,3-3H27c1.654,0,3,1.346,3,3V24Z' opacity='.15'%3E%3C/path%3E%3Cpath d='M27,5H5c-1.657,0-3,1.343-3,3v1c0-1.657,1.343-3,3-3H27c1.657,0,3,1.343,3,3v-1c0-1.657-1.343-3-3-3Z' fill='%23fff' opacity='.2'%3E%3C/path%3E%3Ccircle cx='12' cy='16' r='5' fill='%23ff5'%3E%3C/circle%3E%3Cpath d='M14.562,13.529l-5.125-.006v3.431h0c.004,.672,.271,1.307,.753,1.787,.491,.489,1.132,.759,1.805,.759,.684,0,1.328-.267,1.813-.75,.485-.484,.753-1.126,.753-1.808v-3.413Z' fill='%23ea3323'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
