._box_1ddrf_1 {
  border: 1px solid #eee;
  box-shadow: var(--basic-shadow);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._box_1ddrf_1:focus-within {
  border-color: rgb(244, 63, 94);
}

._description_1ddrf_14 {
  border-top: 1px solid #eee;
  padding: 16px;
}

._label_1ddrf_19 {
  font-weight: bold;
  padding: 4px 16px;
}

._box_1ddrf_1:focus-within ._label_1ddrf_19 {
  color: white;
  background: rgb(244, 63, 94);
}

._content_1ddrf_29 {
  border-top: 1px solid #eee;
  flex-grow: 1;
}
._item_abob7_1 {
  font-weight: bold;
  background: #eee;
  padding: 2px 8px;
  border: 1px solid #ccc;
}

._item_abob7_1:focus {
  outline: none;
  color: white;
  background: rgb(244, 63, 94);
  border-color: rgb(244, 63, 94);
}
._container_bixlz_1 {
  position: relative;
  min-height: 250px;
}

@keyframes _move_bixlz_1 {
  from {
    transform: translateX(0);
  }

  50% {
    transform: translateX(700px);
  }

  to {
    transform: translateX(0);
  }
}

._item_bixlz_20 {
  position: absolute;
}

._item_bixlz_20[data-moving="true"] {
  animation: _move_bixlz_1 5s linear infinite reverse;
}
._grid_kwfr8_1 {
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
}

._grid_kwfr8_1 > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
._page_dpsep_1 {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._pageHeader_dpsep_8 {
  top: 0;
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-inline: -32px;
  padding-inline: 32px;
  background: white;
}

._pageTitle_dpsep_19 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._pageTitle_dpsep_19 strong {
  font-weight: 700;
  color: var(--primary-color);
}

._titleLinks_dpsep_30 {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}

._layout_dpsep_38 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

._infoBox_dpsep_44 {
  border: 1px solid #eee;
  box-shadow: var(--basic-shadow);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

._infoBox_dpsep_44 strong {
  color: var(--primary-color);
}

._infoBox_dpsep_44 p {
  max-width: 80ch;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
  margin: 0;
}

/*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
    5. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
    6. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  font: inherit;
}

/*
    7. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

:root {
  --primary-color: #f43f5e;
  --accent-color: #e11d48;

  --basic-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

body {
  font-family:
    "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
