/*


 */

.hidden {
  display: none;
}

:root {
  --color-navbar-background: #1F2532;
  --color-background: #f4f4f4;
  --color-text: #1F2532;
  --color-text-grey: #71717A;
  --color-cms-green: #4BD5B6;
  --color-cms-purple: #5C4BD5;
  --color-primary: #18181B;
  --color-grey: #898989;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-input-border: #E4E4E7;
  --color-input-base: #0374E0;
  --color-input-error: #FF3945;
  --color-warning: #FFA500;
}

html {
  -moz-osx-font-smoothing     : grayscale;
  -webkit-font-smoothing      : antialiased;
  -webkit-tap-highlight-color : transparent;
  box-sizing: border-box;
  /* This variable is setup in the /app/layout.tsx file */
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  width: 100vw;
  width: 100dvw;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100%;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
}

html, body,
nav, header, main, footer,
section, aside, article, div,
img, caption, picture, figure, figcaption, video, audio, progress,
h1, h2, h3, h4, h5, h6, hgroup
p, span, small, strong,
ol, ul, li,
dl, dt, dd,
blockquote,
form, fieldset, legend, label,
table, tbody, tfoot, thead, tr, th, td,
pre, abbr, address, cite, summary, code,
del, dfn, em, ins, kbd, q, samp, sub, sup, var, time, mark {
  background: transparent;
  border: 0;
  direction: ltr;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--color-background);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  scroll-behavior: smooth;
}

html,
body {
  font-size: 3.8461538461538463vw;
}

@media (min-width: 603px) {
  html,
  body {
    font-size: 2.487562189054726vw;
  }
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 1.25vw;
  }
}

/* @media (min-width: 1800px) {
  html,
  body {
    font-size: 18px;
  }
} */


body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}

/* body > footer {
  margin-top: auto;
} */

article,
aside,
details,
picture,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.srt-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

button {
  appearance: none;
  border: 0;
  font-family: inherit;
  padding: 0;
}

button,
a {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  outline: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover,
a:focus,
button:active,
button:hover,
button:focus {
  outline: 0;
}

p,
span,
small,
strong {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden] {
  display: none;
}

li {
  list-style-type: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  height: auto;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

figure,
figure img {
  margin: 0;
}

input:active,
textarea:active,
input:focus,
textarea:focus,
input:hover,
textarea:hover {
  outline: 0;
}

input {
  background-color: inherit;
  border: 0;
  border-radius: 0;
  caret-color: inherit;
  cursor: pointer;
  margin-bottom: 0;
}


input::-webkit-caps-lock-indicator,
input::-webkit-credentials-auto-fill-button,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button {
  display: none;
  position: absolute;
  right: 0;
  visibility: hidden;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  content: '\feff';
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  font-weight: 400;
}

p {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

small {
  font-size: 12px;
}

ol,
ul,
dl,
dd,
address {
  margin-bottom : 0;
}

address {
  font-style: normal;
}

dl {
  outline: 0;
}

blockquote  {
  border-left: 10px solid var(--color-text);
  font-style: normal;
  margin: 0;
  padding: 0 15px;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted var(--color-text);
}

b,
strong {
  font-weight : bold;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

sup {
  right: .2em;
  top: .2em;
}

sub {
  bottom: -.25em;
}

body.slider-being-dragged .flickity-viewport a,
body.slider-being-dragged .flickity-viewport button {
  pointer-events: none !important;
}

.root {
  display: grid;
  min-height: 100vh;
  overflow-x: hidden;
}

.slider--flickify {
  outline: none;
}

.flickity-viewport {
  max-height: 100%;
  position: relative;
  touch-action: pan-y;
  width: 100%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-slider {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
}

.flickity-slider > .flickity-cell {
  display: inline-block;
  grid-row: 1 / span 1;
  position: absolute;
  width: fit-content;
}

.fade .flickity-viewport,
.fade .flickity-slider {
  transform: none !important;
}

.fade .flickity-cell {
  opacity: 0;
  transform: none !important;
  transition: 1000ms opacity ease-in-out !important;
  z-index: auto;
}

.fade .flickity-cell.is-selected {
  opacity: 1;
  transform: none !important;
  transition: 1000ms opacity ease-in-out !important;
  z-index: 2;
}


.global-err {
  align-items: center;
  background-color: var(--color-light-grey);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 70px);
  justify-content: center;
  margin: 0 auto;
  overflow: auto;
  width: 100vw;
}

@media (min-width: 768px) {
  .global-err {
    height: 100vh;
  }
}

.global-err hgroup {
  margin: 180px auto;
  max-width: 80vw;
}

.global-err h1 {
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 35px;
  line-height: 38px;
  font-weight: 600;
}

.global-err p,
.global-err button,
.global-err a {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.global-err a {
  text-decoration: underline;
}

:root {
  --breakpoint-mobile: 390px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1440px;
}

.full-width {
  transform: translateX(-2.5641vw);
  width: 100vw;
}

@media (min-width: 768px) {
  .full-width {
    transform: translateX(-2.1484vw);
  }
}

@media (min-width: 1440px) {
  .full-width {
    transform: translateX(-1.9271vw);
  }
}

.full-width-margins {
  margin-left: 0;
}

@media (min-width: 768px) {
  .full-width-margins {
    margin-left: 1.5625vw;
  }
}

@media (min-width: 1440px) {
  .full-width-margins {
    margin-left: 1.6667vw;
  }
}

.content-mobile-grid {
  display: grid;
  grid-template-columns: repeat(6, 14.1026%);
  grid-column-gap: 2.3077vw;
  grid-row-gap: 2.3077vw;
  justify-content: center;
  width: 100%;
}

.design-grid {
  display: grid;
  grid-template-columns: repeat(6, 11.5385%);
  grid-column-gap: 5.1282%;
  grid-row-gap: 0;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .design-grid {
    grid-template-columns: repeat(12, 5.8594%);
    grid-column-gap: 2.3438%;
  }
}

@media (min-width: 1440px) {
  .design-grid {
    grid-template-columns: repeat(12, 6.1111%);
    grid-column-gap: 2.0833%;
  }
}

.inner-grid {
  display: grid;
  grid-column-gap: 5.1282%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
}

@media (min-width: 768px) {
  .inner-grid {
    grid-column-gap: 2.3438%;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .inner-grid {
    grid-column-gap: 2.0833%;
  }
}
.form-errors {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid var(--color-red);
  border-radius: 0.5rem;
  color: var(--color-red);
  margin: 1rem 0;
  padding: 1rem 1.5rem;
}

.info-block {
  background-color: var(--color-white);
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 12px rgba(31, 37, 50, 0.08);
}

.info-block > strong,
.info-block > h2,
.info-block > h3 {
  color: var(--color-primary);
  display: block;
  margin-bottom: 0.75rem;
  text-align: left;
}

.markdown-content {
  color: var(--color-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.markdown-content p + p {
  margin-top: 1rem;
}

.markdown-content ul,
.markdown-content ol {
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

.markdown-content li {
  margin-bottom: 0.35rem;
}

.markdown-content code {
  background-color: rgba(31, 37, 50, 0.08);
  border-radius: 0.35rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  padding: 0.15rem 0.35rem;
}

.markdown-content pre {
  background-color: rgba(31, 37, 50, 0.08);
  border-radius: 0.5rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  overflow-x: auto;
  padding: 1rem;
}

.markdown-content h1,
.markdown-content h2,
.markdown-content h3,
.markdown-content h4,
.markdown-content h5,
.markdown-content h6 {
  color: var(--color-primary);
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  text-align: left;
}

.markdown-content a {
  color: var(--color-cms-purple);
  text-decoration: underline;
}

.markdown-content blockquote {
  border-left: 4px solid var(--color-cms-purple);
  color: var(--color-text-grey);
  font-style: italic;
  margin: 1.25rem 0;
  padding-left: 1rem;
}

.status-badge,
.storage-type-badge,
.task-type-badge,
.boolean-badge,
.frequency-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.75rem;
  text-transform: uppercase;
}

.frequency-badge {
    background: rgba(24, 24, 27, 0.1);
  color: var(--color-grey);
}

.status-draft {
  background: rgba(24, 24, 27, 0.1);
  color: var(--color-grey);
}

.status-active {
  background: rgba(75, 213, 182, 0.18);
  color: #087f5b;
}

.status-archived {
  background: rgba(24, 24, 27, 0.12);
  color: rgba(24, 24, 27, 0.65);
}

.status-pending {
  background: rgba(255, 165, 0, 0.2);
  color: #b25b00;
}

.status-in-progress {
  background: rgba(3, 116, 224, 0.18);
  color: var(--color-input-base);
}

.status-completed {
  background: rgba(75, 213, 182, 0.24);
  color: #035f4c;
}

.status-failed {
  background: rgba(255, 57, 69, 0.18);
  color: #b4232b;
}

.status-unknown {
  background: rgba(24, 24, 27, 0.1);
  color: var(--color-grey);
}

.storage-type-local {
  background: rgba(24, 24, 27, 0.08);
  color: var(--color-primary);
}

.storage-type-s3 {
  background: rgba(3, 116, 224, 0.18);
  color: var(--color-input-base);
}

.storage-type-gcs {
  background: rgba(92, 75, 213, 0.18);
  color: #4431b8;
}

.storage-type-azure {
  background: rgba(0, 120, 215, 0.18);
  color: #005a9e;
}

.storage-type-unknown {
  background: rgba(24, 24, 27, 0.1);
  color: var(--color-grey);
}

.task-type-backup {
  background: rgba(75, 213, 182, 0.18);
  color: #035f4c;
}

.task-type-rotation {
  background: rgba(255, 165, 0, 0.2);
  color: #b25b00;
}

.task-type-unknown {
  background: rgba(24, 24, 27, 0.1);
  color: var(--color-grey);
}

.boolean-true {
  background: rgba(75, 213, 182, 0.24);
  color: #02604a;
}

.boolean-false {
  background: rgba(255, 57, 69, 0.18);
  color: #b4232b;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.radio-option {
  align-items: center;
  background: rgba(24, 24, 27, 0.04);
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.radio-option input[type="radio"] {
  appearance: none;
  background-color: var(--color-white);
  border: 2px solid var(--color-input-border);
  border-radius: 50%;
  height: 1.125rem;
  margin: 0;
  position: relative;
  width: 1.125rem;
}

.radio-option input[type="radio"]:checked {
  border-color: var(--color-cms-purple);
  box-shadow: 0 0 0 3px rgba(92, 75, 213, 0.2);
}

.radio-option input[type="radio"]:checked::after {
  background: linear-gradient(135deg, var(--color-cms-purple), var(--color-cms-green));
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

.radio-option:hover,
.radio-option:focus-within {
  background: rgba(92, 75, 213, 0.1);
  border-color: rgba(92, 75, 213, 0.35);
}

.radio-option span {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.radio-group .radio-option input[type="radio"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(92, 75, 213, 0.28);
}
.breadcrumbs {
  margin: 1rem 0 2rem;
}

.breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
}

.breadcrumbs .breadcrumb-item {
  align-items: center;
  display: inline-flex;
  font-size: 0.9rem;
  gap: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.breadcrumbs .breadcrumb-item:not(.is-active)::after {
  color: var(--color-grey);
  content: "/";
  font-size: 0.8rem;
}

.breadcrumbs a {
  color: var(--color-text-grey);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: var(--color-cms-purple);
  text-decoration: underline;
}

.breadcrumbs .is-active span {
  color: var(--color-primary);
  font-weight: 700;
}



body {
  background: linear-gradient(135deg, rgba(92, 75, 213, 0.1), rgba(75, 213, 182, 0.1)) var(--color-background);
  align-items: stretch;
  font-size: 16px;
  line-height: 1.6;
}

main {
  margin: 0 auto;
  max-width: 1100px;
  padding: 2.5rem 1.75rem 4rem;
  width: min(100%, 1100px);
}

header {
  align-items: center;
  background-color: var(--color-navbar-background);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 1.75rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

header nav a {
  border-radius: 999px;
  color: var(--color-white);
  font-weight: 600;
  padding: 0.35rem 0.95rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

header nav a:hover,
header nav a:focus {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

header p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin-top: 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  header {
    padding: 1rem 3rem;
  }

  header p {
    margin-top: 0;
    text-align: right;
    width: auto;
  }
}


main p {
  margin-bottom: 1rem;
}

main a {
  color: var(--color-cms-purple);
  font-weight: 600;
}

main a:hover,
main a:focus {
  text-decoration: underline;
}


.card,
section {
  background-color: var(--color-white);
  border-radius: 0.75rem;
  box-shadow: 0 20px 45px rgba(24, 24, 27, 0.12);
  margin-bottom: 2.5rem;
  padding: 2rem;
}

section > h2,
section > h3 {
  border-bottom: 1px solid rgba(3, 116, 224, 0.12);
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  text-align: left;
}

table {
  border-collapse: collapse;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}

thead {
  background: rgba(92, 75, 213, 0.08);
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

th,
td {
  padding: 0.95rem 1.25rem;
  text-align: left;
}

th.no-padding,
td.no-padding {
  padding: 0;
  text-align: center;
}

tbody tr:nth-child(even) {
  background: rgba(24, 24, 27, 0.04);
}

tbody tr:nth-child(odd) {
  background: rgba(24, 24, 27, 0.02);
}

tbody tr:hover {
  background: rgba(92, 75, 213, 0.12);
  transition: background 0.2s ease;
}

form {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  max-width: 720px;
}

form > div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

form div br {
  display: none;
}

form label {
  color: var(--color-primary);
  font-weight: 600;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
textarea,
select {
  background-color: var(--color-white);
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  cursor: text;
  padding: 0.75rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-cms-purple);
  box-shadow: 0 0 0 4px rgba(92, 75, 213, 0.18);
  outline: none;
}

.form-actions,
form .actions {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.btn,
button,
input[type="submit"],
input[type="button"],
.button-link {
  background: linear-gradient(135deg, var(--color-cms-purple), var(--color-cms-green));
  border: none;
  border-radius: 999px;
  color: var(--color-white);
  display: inline-flex;
  font-weight: 600;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.6rem 1.4rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button-link:hover,
.button-link:focus {
  box-shadow: 0 12px 24px rgba(92, 75, 213, 0.25);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(24, 24, 27, 0.18);
  color: var(--color-primary);
}

.btn-danger {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border: none;
  color: var(--color-white);
}

.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(135deg, #b91c1c, #991b1b);
  box-shadow: 0 12px 24px rgba(220, 38, 38, 0.25);
  transform: translateY(-1px);
}

.btn-transparent {
  background: transparent;
  border: 1px solid rgba(24, 24, 27, 0.18);
  color: var(--color-primary);
}

.btn-transparent:hover,
.btn-transparent:focus {
  background: rgba(24, 24, 27, 0.05);
  border-color: rgba(24, 24, 27, 0.3);
  box-shadow: 0 4px 12px rgba(24, 24, 27, 0.1);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(24, 24, 27, 0.18);
  color: var(--color-primary);
}

.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: none;
  transform: none;
}

.flash {
  border-radius: 0.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
}

.flash.notice {
  background: rgba(75, 213, 182, 0.18);
  border: 1px solid rgba(75, 213, 182, 0.65);
  color: var(--color-primary);
}

.flash.alert,
.flash.error {
  background: rgba(255, 57, 69, 0.18);
  border: 1px solid rgba(255, 57, 69, 0.45);
  color: var(--color-primary);
}

.empty-state,
p.empty {
  color: var(--color-text-grey);
  font-style: italic;
}

.link-inline {
  color: var(--color-cms-purple);
  font-weight: 600;
  text-decoration: underline;
}

.grid-two-column {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 2rem;
}

main > h1,
main > .page-title {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: left;
}

[hidden] {
  display: none;
}

li {
  list-style-type: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  height: auto;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

figure,
figure img {
  margin: 0;
}

input:active,
textarea:active,
input:focus,
textarea:focus,
input:hover,
textarea:hover {
  outline: 0;
}

input {
  background-color: inherit;
  border: 0;
  border-radius: 0;
  caret-color: inherit;
  cursor: pointer;
  margin-bottom: 0;
}


input::-webkit-caps-lock-indicator,
input::-webkit-credentials-auto-fill-button,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button {
  display: none;
  position: absolute;
  right: 0;
  visibility: hidden;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  content: '\feff';
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  font-weight: 400;
}

p {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

small {
  font-size: 12px;
}

ol,
ul,
dl,
dd,
address {
  margin-bottom : 0;
}

address {
  font-style: normal;
}

dl {
  outline: 0;
}

blockquote  {
  border-left: 10px solid var(--color-text);
  font-style: normal;
  margin: 0;
  padding: 0 15px;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted var(--color-text);
}

b,
strong {
  font-weight : bold;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

sup {
  right: .2em;
  top: .2em;
}

sub {
  bottom: -.25em;
}

body.slider-being-dragged .flickity-viewport a,
body.slider-being-dragged .flickity-viewport button {
  pointer-events: none !important;
}

.root {
  display: grid;
  min-height: 100vh;
  overflow-x: hidden;
}

.slider--flickify {
  outline: none;
}

.flickity-viewport {
  max-height: 100%;
  position: relative;
  touch-action: pan-y;
  width: 100%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-slider {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
}

.flickity-slider > .flickity-cell {
  display: inline-block;
  grid-row: 1 / span 1;
  position: absolute;
  width: fit-content;
}

.fade .flickity-viewport,
.fade .flickity-slider {
  transform: none !important;
}

.fade .flickity-cell {
  opacity: 0;
  transform: none !important;
  transition: 1000ms opacity ease-in-out !important;
  z-index: auto;
}

.fade .flickity-cell.is-selected {
  opacity: 1;
  transform: none !important;
  transition: 1000ms opacity ease-in-out !important;
  z-index: 2;
}


.global-err {
  align-items: center;
  background-color: var(--color-light-grey);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 70px);
  justify-content: center;
  margin: 0 auto;
  overflow: auto;
  width: 100vw;
}

@media (min-width: 768px) {
  .global-err {
    height: 100vh;
  }
}

.actions {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.global-err hgroup {
  margin: 180px auto;
  max-width: 80vw;
}

.global-err h1 {
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 35px;
  line-height: 38px;
  font-weight: 600;
}

.global-err p,
.global-err button,
.global-err a {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.global-err a {
  text-decoration: underline;
}
