@charset "UTF-8";
/* system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif; */

:root {
  font-family: Georgia, "Times New Roman", Times, "Liberation Serif", "Nimbus Roman", serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 100%;
  border-radius: 0.25rem;
  border-width: 0.0625rem;
  outline-width: 0.125rem;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
hr {
	border-top-color: #9c0f03;
}
small {
  font-size: 0.875em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 2rem;
  line-height: 1.125;
  margin-top: 3rem;
  color: #9c0f03;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.15;
  margin-top: 2.625rem;
  color: #373c44;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.175;
  margin-top: 2.25rem;
  color: #424751;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 1.874rem;
  color: #4d535e;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.225;
  margin-top: 1.6875rem;
  color: #5c6370;
}

h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 1.5rem;
  color: #646b79;
}

thead th,
thead td,
tfoot th,
tfoot td {
  font-weight: 600;
  border-width: 0.1875rem;
}

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

kbd {
  font-weight: bolder;
}

input:not([type=submit],
[type=button],
[type=reset],
[type=checkbox],
[type=radio],
[type=file]),
:where(select, textarea) {
  outline-width: 0.0625rem;
}

[type=search] {
  border-radius: 5rem;
}

[type=checkbox],
[type=radio] {
  border-width: 0.125rem;
}

[type=checkbox][role=switch] {
  border-width: 0.1875rem;
}

details.dropdown summary:not([role=button]) {
  outline-width: 0.0625rem;
}

nav details.dropdown summary:focus-visible {
  outline-width: 0.125rem;
}

[role=search] {
  border-radius: 5rem;
}

[aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
  filter: brightness(0) invert(1);
}

/**
 * Color schemes
 */
body {
  background-color: #fff9f0;
  color: #373c44;
}
a {
	color: #9c0f03;
}
a:hover {
	color: #4c0500;
}
.primary {
  color: #407490;
  background: #407490;
}
.secondary{
  color: #5d6b89;
  background: #525f7a;
}
.contrast{	
  color: #181c25;
  background: #181c25;
}
button {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  
}
button:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/**
 * Document
 * Content-box & Responsive typography
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/**
 * Landmarks
 */
body {
  width: 100%;
  margin: 0;
}

body > header,
body > main,
body > footer {
  margin: 0;
  padding: 0;
}

body > main {
  display: block;
  padding-top: 20px;
  padding-bottom: 60px;
}

body > footer {
	padding-top: 10px;
	padding-bottom: 10px;
}



/**
 * Section
 */
section {
  margin-bottom: 20px;
}

/**
 * Container
 */
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .container {
    max-width: 510px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1450px;
  }
}

/** HEADER **/
header div.container {
    display: flex;
    align-items: center;
}

/* MOBILE FIRST */
header div.container .left {
    flex: 0 0 90px;
    height: 75px;
}

header div.container .right {
	display: none;
}

header div.container .center {
    flex: 1 1 auto;
    height: 75px;
}

header div.container .center .title.top {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 4px;
}
header div.container .center .title.middle {
	border-top: 1px solid #9c0f03;
	border-bottom: 1px solid #9c0f03;
	font-weight: 600;
	font-size: 32px;
	line-height: 35px;
	color: #9c0f03;
}
header div.container .center .title.bottom {
	font-weight: 500;
	font-size: 11px;
	line-height: 20px;
}

/* TABLET / DESKTOP */
@media (min-width: 768px) {

	header div.container {
		height: 150px;
	}
    header div.container .left {
		display: block;
        flex: 0 0 180px;
        height: 150px;
    }
	header div.container .right {
		display: flex;
        flex: 0 0 180px;
        height: 150px;
		justify-content: center; /* poziomo */
		align-items: center;     /* pionowo */
	}
	header div.container .right .title {
		display: flex;
		margin: 0 auto;
		border: 1px solid #9c0f03;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
		background-color: #ffefdf;
	}
	header div.container .right .title .year {
		color: #9c0f03;
		font-weight: 600;
		font-size: 48px;
	}
	header div.container .right .title .days {
		color: #9c0f03;
		font-weight: 600;
		font-size: 16px;
	}

	
    header div.container .center {
        flex: 1 1 auto;
        height: 150px;
		text-align: center;
    }
	
	header div.container .center .title {
	}
	header div.container .center .title.top {
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 4px;
	}
	header div.container .center .title.bottom {
		font-weight: 500;
		font-size: 18px;
		line-height: 30px;
	}
	header div.container .center .title.middle {
		/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, "Liberation Serif", "Nimbus Roman", serif;*/
		border-top: 1px solid #9c0f03;
		border-bottom: 1px solid #9c0f03;
		font-weight: 600;
		font-size: 70px;
		line-height: 90px;
		color: #9c0f03;
		
	}

}

/**
 * Grid
 * Minimal grid system with auto-layout columns
 */
.grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
.grid > * {
  min-width: 0;
}

/**
 * Overflow auto
 */
.overflow-auto {
  overflow: auto;
}

/**
 * Typography
 */
b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
blockquote,
dl,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
}

hgroup > * {
  margin-top: 0;
  margin-bottom: 0;
}

ul li {
  list-style: square;
}

mark {
  padding: 0.125rem 0.25rem;
  vertical-align: baseline;
}

blockquote {
  display: block;
  border-right: none;
  border-left: 0.25rem solid #000;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: help;
}

ins {
  text-decoration: none;
}

/**
 * Link
 */
:where(a:not([role=button])),
[role=link] {
  background-color: transparent;
  outline: none;
}
:where(a:not([role=button])):is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
[role=link]:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
  text-decoration: none;
}
a[role=button] {
  display: inline-block;
}

/**
 * Button
 */
button {
  margin: 0;
  overflow: visible;
  font-family: inherit;
  text-transform: none;
}

button,
[type=submit],
[type=reset],
[type=button] {
  -webkit-appearance: button;
}

button,
[type=submit],
[type=reset],
[type=button],
[type=file]::file-selector-button,
[role=button] {
  background-color: #eee;
  color: #666;
  padding: 6px 15px;
  border: 2px solid #ccc;
  border-radius: 3px;
  outline: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
button:is([aria-current]:not([aria-current=false])), button:is(:hover, :active, :focus),
[type=submit]:is([aria-current]:not([aria-current=false])),
[type=submit]:is(:hover, :active, :focus),
[type=reset]:is([aria-current]:not([aria-current=false])),
[type=reset]:is(:hover, :active, :focus),
[type=button]:is([aria-current]:not([aria-current=false])),
[type=button]:is(:hover, :active, :focus),
[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])),
[type=file]::file-selector-button:is(:hover, :active, :focus),
[role=button]:is([aria-current]:not([aria-current=false])),
[role=button]:is(:hover, :active, :focus) {
  background-color: #ddd;
}
button:focus, button:is([aria-current]:not([aria-current=false])):focus,
[type=submit]:focus,
[type=submit]:is([aria-current]:not([aria-current=false])):focus,
[type=reset]:focus,
[type=reset]:is([aria-current]:not([aria-current=false])):focus,
[type=button]:focus,
[type=button]:is([aria-current]:not([aria-current=false])):focus,
[type=file]::file-selector-button:focus,
[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus,
[role=button]:focus,
[role=button]:is([aria-current]:not([aria-current=false])):focus {
  background-color: #ccc;
}

:is(button, [type=submit], [type=button], [role=button]).outline,
[type=reset].outline {
  background-color: transparent;
}
:is(button, [type=submit], [type=button], [role=button]).outline:is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
[type=reset].outline:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
  background-color: transparent;
}

:where(button, [type=submit], [type=reset], [type=button], [role=button])[disabled],
:where(fieldset[disabled]) :is(button, [type=submit], [type=button], [type=reset], [role=button]) {
  opacity: 0.5;
  pointer-events: none;
}

/**
 * Table
 */
:where(table) {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

th,
td {
  text-align: left;
  text-align: start;
}

tfoot th,
tfoot td {
  border-bottom: 0;
}

table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
  background-color: #ddd;
}

/**
 * Embedded content
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

:where(iframe) {
  border-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Code
 */
pre,
code,
kbd,
samp {
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  font-family: inherit;
}

pre {
  -ms-overflow-style: scrollbar;
  overflow: auto;
}

pre,
code,
kbd {
  line-height: initial;
}

code,
kbd {
  display: inline-block;
  padding: 0.375rem;
}

pre {
  display: block;
  overflow-x: auto;
}
pre > code {
  display: block;
  background: none;
}

kbd {
  vertical-align: baseline;
}

/**
 * Figure
 */
figure {
  display: block;
  margin: 0;
  padding: 0;
}

/**
 * Miscs
 */
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  color: inherit;
}

[hidden],
template {
  display: none !important;
}

canvas {
  display: inline-block;
}

/**
 * Basics form elements
 */
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 1rem;
  font-family: inherit;
  letter-spacing: inherit;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

legend {
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-ms-expand {
  display: none;
}

[type=file],
[type=range] {
  padding: 0;
  border-width: 0;
}

fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

label,
fieldset legend {
  display: block;
}

input:not([type=checkbox], [type=radio]),
button[type=submit],
select,
textarea {
  width: 100%;
}

input:not([type=checkbox], [type=radio], [type=range], [type=file]),
select,
textarea {
  appearance: none;
}

input,
select,
textarea {
  box-shadow: none;
  outline: none;
}

input:not([type=submit], [type=button], [type=reset])[disabled],
select[disabled],
textarea[disabled],
label[aria-disabled=true],
:where(fieldset[disabled]) :is(input:not([type=submit], [type=button], [type=reset]), select, textarea) {
  pointer-events: none;
}

label[aria-disabled=true] input[disabled] {
  opacity: 1;
}

:where(input, select, textarea):not([type=checkbox],
[type=radio],
[type=date],
[type=datetime-local],
[type=month],
[type=time],
[type=week],
[type=range])[aria-invalid] {
  background-position: center right 0.75rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}

[dir=rtl] :where(input, select, textarea):not([type=checkbox], [type=radio]):is([aria-invalid], [aria-invalid=true], [aria-invalid=false]) {
  background-position: center left 0.75rem;
}

input::placeholder,
input::-webkit-input-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
select:invalid {
  opacity: 1;
}


select::-ms-expand {
  border: 0;
  background-color: transparent;
}
select:not([multiple], [size]) {
  background-position: center right 0.75rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
[dir=rtl] select:not([multiple], [size]) {
  background-position: center left 0.75rem;
}

textarea {
  display: block;
  resize: vertical;
}
textarea[aria-invalid] {
  background-position: top right 0.75rem !important;
}

:where(input, select, textarea, fieldset, .grid) + small {
  display: block;
  width: 100%;
}

/**
 * Checkboxes, Radios and Switches
 */
label:has([type=checkbox], [type=radio]) {
  width: fit-content;
  cursor: pointer;
}

[type=checkbox],
[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.125em;
  vertical-align: middle;
  cursor: pointer;
}
[type=checkbox]::-ms-check,
[type=radio]::-ms-check {
  display: none;
}
[type=checkbox]:checked, [type=checkbox]:checked:active, [type=checkbox]:checked:focus,
[type=radio]:checked,
[type=radio]:checked:active,
[type=radio]:checked:focus {
  background-position: center;
  background-size: 0.75em auto;
  background-repeat: no-repeat;
}
[type=checkbox] ~ label,
[type=radio] ~ label {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}

[type=checkbox]:indeterminate {
  background-position: center;
  background-size: 0.75em auto;
  background-repeat: no-repeat;
}

[type=radio] {
  border-radius: 50%;
}
[type=radio]:checked, [type=radio]:checked:active, [type=radio]:checked:focus {
  border-width: 0.35em;
  background-image: none;
}

[type=checkbox][role=switch] {
  width: 2.25em;
  height: 1.25em;
  border-radius: 1.25em;
  line-height: 1.25em;
}
[type=checkbox][role=switch]:before {
  display: block;
  height: 100%;
  border-radius: 50%;
  content: "";
  transition: margin 0.1s ease-in-out;
}
[type=checkbox][role=switch]:checked {
  background-image: none;
}

/**
 * Input type color
 */
[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
[type=color]::-moz-focus-inner {
  padding: 0;
}
[type=color]::-webkit-color-swatch {
  border: 0;
}
[type=color]::-moz-color-swatch {
  border: 0;
}

/**
 * Input type datetime
 */
input:not([type=checkbox], [type=radio], [type=range], [type=file]):is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
  background-repeat: no-repeat;
}

[type=date]::-webkit-calendar-picker-indicator,
[type=datetime-local]::-webkit-calendar-picker-indicator,
[type=month]::-webkit-calendar-picker-indicator,
[type=time]::-webkit-calendar-picker-indicator,
[type=week]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

@-moz-document url-prefix() {
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=time],
  [type=week] {
    background-image: none !important;
  }
}
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
  text-align: right;
}

/**
 * Input type file
 */
[type=file] {
  border: 0;
  border-radius: 0;
  background: none;
}

/**
 * Input type range
 */
[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1.25rem;
  background: none;
}
[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375rem;
}
[type=range]::-moz-range-track {
  width: 100%;
  height: 0.375rem;
}
[type=range]::-ms-track {
  width: 100%;
  height: 0.375rem;
}
[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.4375rem;
  border-radius: 50%;
  cursor: pointer;
}
[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.4375rem;
  border-radius: 50%;
  cursor: pointer;
}
[type=range]::-ms-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.4375rem;
  border-radius: 50%;
  cursor: pointer;
}
[type=range]:active::-webkit-slider-thumb {
  transform: scale(1.25);
}
[type=range]:active::-moz-range-thumb {
  transform: scale(1.25);
}
[type=range]:active::-ms-thumb {
  transform: scale(1.25);
}

/**
 * Input type search
 */
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search][aria-invalid] {
  background-position: center left 1.125rem, center right 0.75rem;
}

[dir=rtl] :where(input):not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
  background-position: center right 1.125rem;
}
[dir=rtl] :where(input):not([type=checkbox], [type=radio], [type=range], [type=file])[type=search][aria-invalid] {
  background-position: center right 1.125rem, center left 0.75rem;
}

/**
 * Accordion (<details>)
 */
/********** LISTY **********/
/* ===== FAQ / details ===== */

details {
	display: block;
    margin: 0 0 0.9rem;
    padding: 0;
    border: 1px solid rgba(220, 120, 50, 0.25);
    border-radius: 0.6rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0.12), rgba(246,241,230,0.28));
    box-shadow: 0 2px 10px rgba(50,20,0,0.04);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease, opacity 0.2s ease;
}

details:hover {
    border-color: rgba(220, 120, 50, 0.35);
    box-shadow: 0 4px 16px rgba(50,20,0,0.07);
}

details[open] {
    border-color: rgba(180, 90, 0, 0.35);
    box-shadow: 0 6px 20px rgba(50,20,0,0.08);
	transform: translateY(2px);
	opacity 1;
}

/* ===== summary ===== */

details summary::-webkit-details-marker {
    display: none;
}
details summary::marker {
  display: none;
}
details summary::-moz-list-bullet {
  list-style-type: none;
}

details summary {
    display: flex;
    list-style: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    padding: 0.95rem 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #2f2418;
    background: linear-gradient(to right, rgba(220, 120, 50, 0.01), rgba(220, 120, 50,0.03));
    transition: color 0.2s ease, background-color 0.2s ease;
}

details summary:hover {
	background: linear-gradient(to right, rgba(220, 120, 50, 0.03), rgba(220, 120, 50,0.01));
    color: #5a3a16;
}

details summary:focus {
  outline: none;
}
details summary[role=button] {
  width: 100%;
  text-align: left;
}

[dir=rtl] details summary {
  text-align: right;
}
[dir=rtl] details summary::after {
  float: left;
  background-position: left center;
}

details summary::before {
    content: "";
    width: 0.35rem;
    height: 1.1rem;
    flex: 0 0 auto;
    border-radius: 999px;
	background-color: rgba(156, 15, 3, 0.85);
	transition: transform 0.25s ease;
    transform-origin: center;
}

details[open] summary::before {
    transform: rotate(90deg);
}

details summary::after {
    content: "▸";
  display: block;
  width: 1rem;
  height: 1rem;
  float: right;
  background-position: right center;
  background-size: 1rem auto;
  background-repeat: no-repeat;
	color: rgba(156, 15, 3, 0.85);
    margin-left: auto;
    font-size: 0.95rem;
    line-height: 1;
    transition: transform 0.25s ease;
    transform-origin: center;
}

details[open] summary::after {
    transform: rotate(90deg);
}

details > *:not(summary) {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

details[open] > *:not(summary) {
    max-height: 40rem;
    opacity: 1;
}

details p {
    margin: 0;
    padding: 0.25rem 1.1rem 1rem 1.1rem;
    line-height: 1.65;
    color: #3b3025;
}

@media (max-width: 767px) {
    details summary {
        padding: 0.85rem 0.9rem;
        font-size: 0.98rem;
    }

    details p {
        padding: 0.15rem 0.9rem 0.9rem 0.9rem;
        font-size: 0.96rem;
    }
}
/********** LISTY KONIEC **********/

/**
 * Dropdown (details.dropdown)
 */
details.dropdown {
  position: relative;
  border-bottom: none;
}
details.dropdown summary::after,
details.dropdown > button::after,
details.dropdown > a::after {
  display: block;
  width: 1rem;
  float: right;
  transform: rotate(0deg) translateX(0.2rem);
  background-position: right center;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  content: "";
}

nav details.dropdown {
  margin-bottom: 0;
}

details.dropdown summary:not([role]) {
  line-height: inherit;
  cursor: pointer;
  user-select: none;
}
details.dropdown summary:not([role]):focus-visible {
  outline: none;
}

nav details.dropdown {
  display: inline;
}
nav details.dropdown summary::after {
  transform: rotate(0deg) translateX(0rem);
}

details.dropdown summary + ul {
  display: flex;
  z-index: 99;
  position: absolute;
  left: 0;
  flex-direction: column;
  width: 100%;
  min-width: fit-content;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  opacity: 0;
}
details.dropdown summary + ul[dir=rtl] {
  right: 0;
  left: auto;
}
details.dropdown summary + ul li {
  width: 100%;
  margin-bottom: 0;
  list-style: none;
}
details.dropdown summary + ul li a {
  display: block;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  text-overflow: ellipsis;
}
details.dropdown summary + ul li label {
  width: 100%;
}

details.dropdown[open] summary {
  margin-bottom: 0;
}

details.dropdown[open] summary + ul {
  transform: scaleY(1);
  opacity: 1;
}

details.dropdown[open] summary::before {
  display: block;
  z-index: 1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background: none;
  content: "";
  cursor: default;
}

/**
 * Group ([role="group"], [role="search"])
 */
[role=search],
[role=group] {
  display: inline-flex;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
[role=search] > *,
[role=search] input:not([type=checkbox], [type=radio]),
[role=search] select,
[role=group] > *,
[role=group] input:not([type=checkbox], [type=radio]),
[role=group] select {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 0;
}
[role=search] > *:not(:first-child),
[role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
[role=search] select:not(:first-child),
[role=group] > *:not(:first-child),
[role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
[role=group] select:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[role=search] > *:not(:last-child),
[role=search] input:not([type=checkbox], [type=radio]):not(:last-child),
[role=search] select:not(:last-child),
[role=group] > *:not(:last-child),
[role=group] input:not([type=checkbox], [type=radio]):not(:last-child),
[role=group] select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[role=search] > *:focus,
[role=search] input:not([type=checkbox], [type=radio]):focus,
[role=search] select:focus,
[role=group] > *:focus,
[role=group] input:not([type=checkbox], [type=radio]):focus,
[role=group] select:focus {
  z-index: 2;
}
[role=search] button,
[role=search] [type=submit],
[role=search] [type=reset],
[role=search] [type=button],
[role=search] [role=button],
[role=group] button,
[role=group] [type=submit],
[role=group] [type=reset],
[role=group] [type=button],
[role=group] [role=button] {
  width: auto;
}

[role=search] > *:first-child {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
[role=search] > *:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

/**
 * Loading ([aria-busy=true])
 */
[aria-busy=true]:not(input, select, textarea, html) {
  white-space: nowrap;
}
[aria-busy=true]:not(input, select, textarea, html)::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: -0.125em;
}
[aria-busy=true]:not(input, select, textarea, html):empty {
  text-align: center;
}

button[aria-busy=true],
[type=submit][aria-busy=true],
[type=button][aria-busy=true],
[type=reset][aria-busy=true],
[role=button][aria-busy=true],
a[aria-busy=true] {
  pointer-events: none;
}

/**
 * Modal (<dialog>)
 */

dialog {
  display: flex;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: inherit;
  min-width: 100%;
  height: inherit;
  min-height: 100%;
  padding: 0;
  border: 0;
}
dialog article {
  width: 100%;
  overflow: auto;
}
@media (min-width: 576px) {
  dialog article {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  dialog article {
    max-width: 700px;
  }
}
dialog article > header > * {
  margin-bottom: 0;
}
dialog article > header .close, dialog article > header :is(a, button)[rel=prev] {
  margin: 0;
  padding: 0;
  float: right;
}
dialog article > footer {
  text-align: right;
}
dialog article > footer button,
dialog article > footer [role=button] {
  margin-bottom: 0;
}
dialog article .close, dialog article :is(a, button)[rel=prev] {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  border: none;
  background-position: center;
  background-size: auto 1rem;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.5;
}
dialog article .close:is([aria-current]:not([aria-current=false]), :hover, :active, :focus), dialog article :is(a, button)[rel=prev]:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
  opacity: 1;
}
dialog:not([open]), dialog[open=false] {
  display: none;
}

.modal-is-open {
  overflow: hidden;
  pointer-events: none;
}
.modal-is-open dialog {
  pointer-events: auto;
}

:where(.modal-is-opening, .modal-is-closing) dialog,
:where(.modal-is-opening, .modal-is-closing) dialog > article {
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
:where(.modal-is-opening, .modal-is-closing) dialog {
  animation-duration: 0.8s;
  animation-name: modal-overlay;
}
:where(.modal-is-opening, .modal-is-closing) dialog > article {
  animation-delay: 0.2s;
  animation-name: modal;
}

.modal-is-closing dialog,
.modal-is-closing dialog > article {
  animation-delay: 0s;
}

@keyframes modal-overlay {
  from {
    background-color: transparent;
  }
}
@keyframes modal {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/**
 * Nav
 */
:where(nav li)::before {
  float: left;
  content: "​";
}

nav,
nav ul {
  display: flex;
}

nav {
  justify-content: space-between;
  overflow: visible;
}
nav ol,
nav ul {
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
nav li {
  display: inline-block;
  margin: 0;
}
nav li :where(a, [role=link]) {
  display: inline-block;
}
nav li :where(a, [role=link]):not(:hover) {
  text-decoration: none;
}
nav li button,
nav li [role=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select {
  height: auto;
  margin-right: inherit;
  margin-bottom: 0;
  margin-left: inherit;
}
nav[aria-label=breadcrumb] {
  align-items: center;
  justify-content: start;
}
nav[aria-label=breadcrumb] ul li:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
nav[aria-label=breadcrumb] a[aria-current]:not([aria-current=false]) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

aside nav,
aside ol,
aside ul,
aside li {
  display: block;
}
aside li a {
  display: block;
}
aside li [role=button] {
  margin: inherit;
}

[dir=rtl] nav[aria-label=breadcrumb] ul li:not(:last-child) ::after {
  content: "\\";
}

/**
 * Progress
 */
progress {
  display: inline-block;
  vertical-align: baseline;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  appearance: none;
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  border: 0;
}
progress::-webkit-progress-bar {
  background: none;
}
@media (prefers-reduced-motion: no-preference) {
  progress:indeterminate {
    animation: progress-indeterminate 1s linear infinite;
  }
  progress:indeterminate[value]::-webkit-progress-value {
    background-color: transparent;
  }
  progress:indeterminate::-moz-progress-bar {
    background-color: transparent;
  }
}

@keyframes progress-indeterminate {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/**
 * Tooltip ([data-tooltip])
 */
[data-tooltip] {
  position: relative;
}
[data-tooltip]:not(a, button, input) {
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: help;
}
[data-tooltip][data-placement=top]::before, [data-tooltip][data-placement=top]::after, [data-tooltip]::before, [data-tooltip]::after {
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 0.25rem 0.5rem;
  overflow: hidden;
  transform: translate(-50%, -0.25rem);
  font-style: normal;
  font-size: 0.875rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
[data-tooltip][data-placement=top]::after, [data-tooltip]::after {
  padding: 0;
  transform: translate(-50%, 0rem);
  border-top: 0.3rem solid;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-radius: 0;
  background-color: transparent;
  content: "";
}
[data-tooltip][data-placement=bottom]::before, [data-tooltip][data-placement=bottom]::after {
  top: 100%;
  bottom: auto;
  transform: translate(-50%, 0.25rem);
}
[data-tooltip][data-placement=bottom]:after {
  transform: translate(-50%, -0.3rem);
  border: 0.3rem solid transparent;
  border-bottom: 0.3rem solid;
}
[data-tooltip][data-placement=left]::before, [data-tooltip][data-placement=left]::after {
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translate(-0.25rem, -50%);
}
[data-tooltip][data-placement=left]:after {
  transform: translate(0.3rem, -50%);
  border: 0.3rem solid transparent;
  border-left: 0.3rem solid;
}
[data-tooltip][data-placement=right]::before, [data-tooltip][data-placement=right]::after {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  transform: translate(0.25rem, -50%);
}
[data-tooltip][data-placement=right]:after {
  transform: translate(-0.3rem, -50%);
  border: 0.3rem solid transparent;
  border-right: 0.3rem solid;
}
[data-tooltip]:focus::before, [data-tooltip]:focus::after, [data-tooltip]:hover::before, [data-tooltip]:hover::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  [data-tooltip]:focus::before, [data-tooltip]:focus::after, [data-tooltip]:hover::before, [data-tooltip]:hover::after {
    transform: translate(-50%, 0.75rem);
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-name: tooltip-slide;
    opacity: 0;
  }
  [data-tooltip]:focus::after, [data-tooltip]:hover::after {
    transform: translate(-50%, -0.25rem);
    animation-name: tooltip-caret-slide;
  }
  [data-tooltip][data-placement=bottom]:focus::before, [data-tooltip][data-placement=bottom]:focus::after, [data-tooltip][data-placement=bottom]:hover::before, [data-tooltip][data-placement=bottom]:hover::after {
    transform: translate(-50%, -0.75rem);
    animation-name: tooltip-slide;
  }
  [data-tooltip][data-placement=bottom]:focus::after, [data-tooltip][data-placement=bottom]:hover::after {
    transform: translate(-50%, -0.5rem);
    animation-name: tooltip-caret-slide;
  }
  [data-tooltip][data-placement=left]:focus::before, [data-tooltip][data-placement=left]:focus::after, [data-tooltip][data-placement=left]:hover::before, [data-tooltip][data-placement=left]:hover::after {
    transform: translate(0.75rem, -50%);
    animation-name: tooltip-slide;
  }
  [data-tooltip][data-placement=left]:focus::after, [data-tooltip][data-placement=left]:hover::after {
    transform: translate(0.05rem, -50%);
    animation-name: tooltip-caret-slide;
  }
  [data-tooltip][data-placement=right]:focus::before, [data-tooltip][data-placement=right]:focus::after, [data-tooltip][data-placement=right]:hover::before, [data-tooltip][data-placement=right]:hover::after {
    transform: translate(-0.75rem, -50%);
    animation-name: tooltip-slide;
  }
  [data-tooltip][data-placement=right]:focus::after, [data-tooltip][data-placement=right]:hover::after {
    transform: translate(-0.05rem, -50%);
    animation-name: tooltip-caret-slide;
  }
}
@keyframes tooltip-slide {
  to {
    opacity: 1;
  }
}
@keyframes tooltip-caret-slide {
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**
 * Accessibility & User interaction
 */
[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

[dir=rtl] {
  direction: rtl;
}

/**
 * Reduce Motion Features
 */
@media (prefers-reduced-motion: reduce) {
  *:not([aria-busy=true]),
  :not([aria-busy=true])::before,
  :not([aria-busy=true])::after {
    background-attachment: initial !important;
    animation-duration: 1ms !important;
    animation-delay: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  padding: 0;
}
body > header {
  padding: 0;
}
body > header nav > ul:first-of-type > li > a:hover {
  text-decoration: none;
}
body > header nav > ul:last-of-type > li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  line-height: 24px;
  width: auto !important;
}
body > header nav > ul:last-of-type > li > .dropdown {
  padding: 0;
}
body > header nav > ul:last-of-type > li > .dropdown > summary.secondary {
  background-color: transparent;
  border-color: transparent;
  color: #cccccc;
  font-size: 14px;
  padding: 4px 6px;
}
body > header nav > ul:last-of-type > li > .dropdown > summary.secondary::after {
  filter: none;
}
body > header nav > ul:last-of-type > li > .dropdown > ul {
  left: auto;
  right: 4px;
  width: auto;
}
body > header nav > ul:last-of-type > li > .dropdown > ul > li {
  width: 100%;
  padding: 0;
}
body > header nav > ul:last-of-type > li > .dropdown > ul > li > a {
  margin: 0;
  width: 100%;
  white-space: nowrap;
  font-size: 14px;
}
body > header nav > ul:last-of-type > li > .dropdown > ul#localeSwitcherList {
  width: 150px;
}
body > header nav > ul:last-of-type > li > .dropdown > ul#themeSwitcherList {
  width: 170px;
}
body > footer {
  height: auto;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
body > footer li {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}
body > footer li:first-of-type {
  border-left: 0;
}
body > footer li > a {
  white-space: nowrap;
}
body > footer li > a:hover {
  text-decoration: none;
}
body > main {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
body.home > header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body.home > header > nav ul:first-of-type li a {
  color: rgb(220, 220, 220);
}
body.home > header > nav ul:first-of-type li a:hover {
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1150px) {
  body.home > header > nav ul:first-of-type li a:hover {
    color: rgb(0, 0, 0);
  }
}
@media screen and (min-width: 1150px) {
  body.home > footer {
    background-color: transparent;
  }
  body.home > footer li {
    color: white; /*70,90,100*/
    border-color: white;
  }
  body.home > footer li > a {
    color: white; /*70,90,100*/
  }
  body.home > footer li > a:hover {
    text-decoration: none;
  }
}
body.home > main {
  height: 100%;
  padding: 0;
  margin: 0;
}
body.home > main #vid-xl {
  display: none;
  height: 100vh;
  width: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1150px) {
  body.home > main #vid-xl {
    display: block;
  }
}
body.home > main > .grid {
  height: 100vh;
}
body.home > main > .grid > .left nav.only-small {
  margin: 10vh auto -10vh auto;
}
body.home > main > .grid > .left nav.only-small > ul {
  margin: 0 auto;
}
body.home > main > .grid > .left nav.only-small > ul > li a {
  font-size: 20px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1150px) {
  body.home > main > .grid > .left {
    background-color: transparent;
  }
}
body.home > main > .grid > .right {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5vh;
}
body.home > main > .grid > .right .google-button {
  margin-top: 0;
}
body.home > main > .grid > .right .google-button a[type=submit] {
  display: inline-block;
  width: 100%;
  background-color: #ff3558;
  border-color: #ff3558;
}
body.home > main > .grid > .right .google-button a[type=submit] > .glogo {
  margin-right: 10px;
  padding: 5px;
  border-radius: 50%;
  background-color: white;
  line-height: 24px;
  width: 34px;
  height: 34px;
}
body.home > main > .grid > .right .google-button a[type=submit] > .glogo img {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}
body.home > main > .grid > .right .content-grid {
  display: none;
  font-size: 0.7em;
}
body.home > main > .grid > .right .content-grid h3 {
  margin-bottom: 3px;
  font-size: 1.1rem;
}
body.home > main > .grid > .right .content-grid p {
  margin-bottom: 0;
}
body.home > main > .grid > .right .content-footer {
  display: none;
  text-align: center;
  font-size: 0.7em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 50px;
}
body.home > main > .grid > .right .content-footer a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body.home > main > .grid > .left {
    width: 90%;
  }
  body.home > main > .grid > .right {
    width: 110%;
    margin-left: -10%;
    padding-left: 10%;
    padding-right: 30px;
    padding-top: 30vh;
  }
  body.home > main > .grid > .right .google-button {
    margin-top: 0;
  }
  body.home > main > .grid > .right .google-button a[type=submit] {
    width: 50%;
    line-height: 34px;
  }
  
  body.home > main > .grid > .right .google-button a[type=submit] > .glogo {
    margin-right: 10px;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
    line-height: 24px;
    width: 34px;
    height: 34px;
  }
  body.home > main > .grid > .right .google-button a[type=submit] > .glogo img {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1150px) {
  body.home > main > .grid > .right .google-button {
    margin-top: 10px;
  }
  body.home > main > .grid > .right .google-button a[type=submit] {
    width: 50%;
    line-height: 34px;
  }
  body.home > main > .grid > .right .google-button a[type=submit] > .glogo {
    display: flex;
    float: left;
    margin-right: -29px;
    margin-left: -5px;
  }
  body.home > main > .grid > .right .content-grid {
    display: grid;
  }
  body.home > main > .grid > .right .content-footer {
    display: block;
    font-size: 0.55em;
    margin-top: 80px;
    padding-bottom: 50px;
  }
}
body.connect-accounts fieldset, body.connect-test fieldset {
  text-align: left;
}
body.connect-accounts fieldset small, body.connect-test fieldset small {
  font-size: 0.7em;
}
body.connect-accounts fieldset small#email-helper, body.connect-test fieldset small#email-helper {
  background-color: #FF3558;
  color: white;
  border-radius: 4px;
  padding: 15px;
  margin-top: -12px;
}
body.connect-accounts fieldset small#email-helper img, body.connect-test fieldset small#email-helper img {
  display: block;
  float: left;
  margin: 0 10px 0 -10px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .no-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only-big {
    display: none;
  }
  body.home .grid-only-big,
  body.login .grid-only-big {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-small {
    display: none;
  }
  .w-600 {
    width: 600px;
    max-width: 100%;
  }
}
.text-center {
  text-align: center;
}

.self-center {
  margin-left: auto;
  margin-right: auto;
}

.text-red {
  color: #ff3558;
}

.box-success {
  border-radius: 30px;
  padding: 30px;
}
.box-success .success-logo {
  display: block;
  margin: 30px auto;
  padding: 0;
}

.error-img {
  display: block;
  margin: 30px auto;
  padding: 0;
}

body > footer {
	background-color: rgba(255,249,240,0.7);
}

body > footer nav ul {
	display: flex;
	width: 100%;
    align-items: center;

}
body > footer nav ul li.autor {
    margin-left: auto;
	border-left: none;
}

body > footer li {
	padding: 0 5px;
	border-left: 1px solid silver;
}
body > footer li:first-of-type {
	border-left: none;
}
body > footer li:last-of-type {
	
}
body > footer li {
	color: #2f2418;
	font-weight: 600;
}
body > footer li a {
	color: #2f2418;
}
@media (min-width: 768px) {
	body > footer li {
		padding: 0 10px;
	}	
}

a:where(:not([class*="btn"]):not([role="button"]):not(:has(img, svg, picture, button, .button))) {
    text-decoration: none;
}
a:where(:not([class*="btn"]):not([role="button"]):not(:has(img, svg, picture, button, .button))):hover {
    opacity: 0.8;
}

a:where(:not([class*="btn"]):not([role="button"]):not(:has(img, svg, picture, button, .button)))::after {
    content: "➤";
    margin-left: 0.25em;
    transform: translateX(0.1em) translateY(-0.35em) rotate(-40deg);
    display: inline-block;
    color: currentColor;
    font-size: 0.8em;
	opacity: 0.5;
	line-height: 1;
	vertical-align: middle;
}

a:where(:not([class*="btn"]):not([role="button"]):not(:has(img, svg, picture, button, .button))):hover::after {
    transform: translateX(0.35em) translateY(-0.35em) rotate(-40deg);
    opacity: 1;
    transition: all 0.2s ease;
}

a:where(:not([class*="btn"]):not([role="button"]):not(:has(img, svg, picture, button, .button)))::after {
    transition: all 0.2s ease;
}

footer nav ul li:first-of-type {
	padding-left: 0;
}

footer nav ul li:last-of-type {
	padding-right: 0;
}

.copy-to-clipboard {
    cursor: pointer;
	color: #9c0f03;
}
.copy-to-clipboard:hover {
	opacity: 0.8;
}
.copy-to-clipboard:after {
	content: '📋';
	margin-left: 0.15em;
    transform: translateX(0.1em) translateY(-0.35em) rotate(-40deg);
    display: inline-block;
    color: currentColor;
    font-size: 0.8em;
	opacity: 0.7;
	line-height: 1;
	vertical-align: middle;
}
.copy-to-clipboard:hover:after {
	transform: translateX(0.05em) translateY(-0.35em) rotate(-10deg);
    opacity: 1;
    transition: all 0.2s ease;
}

.copy-tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: pre-line;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    z-index: 9999;
}

.copy-tooltip.show {
    opacity: 1;
}