@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;700&family=Nunito:wght@400;700&display=swap");
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
}

.btn-xl, .form-control-xl {
  padding: 0.75rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

:root {
  font-size: 18px;
  --primary: color(display-p3 0.81 0 0.24);
  --danger: #FF0000;
  --warning: #FF8000;
  --success: #00ab2b;
}

a {
  color: var(--primary) !important;
}

body {
  font-family: "Nunito", serif;
  color: #250017;
  background: #ffedd4;
}

.card {
  padding: 1.8rem 2rem 2rem;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
}

.infobox {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.3333333333);
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
  font-family: "Domine", serif;
  font-weight: normal;
}

.navbar-brand {
  font-weight: 600;
  color: var(--primary) !important;
  font-size: 1.2rem;
}
.navbar-brand svg {
  position: relative;
  top: -0.15rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 2rem;
  }
}

h1, h2 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

.ceo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
}
.ceo img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.ceo .btn-lg, .ceo .form-control-lg {
  border-radius: 0.25rem;
}

.click-agree {
  font-size: 0.8rem;
  margin-top: 1rem;
}

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

.sections {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .sections {
    gap: 2.5rem;
  }
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.logo-emoji-1 {
  font-size: 3rem;
  position: relative;
  display: inline-block;
  top: 0.3rem;
  margin-right: 0.5rem;
}

.one-work-day {
  font-weight: 600;
  white-space: nowrap;
}

.progress {
  background-color: rgba(0, 0, 0, 0.08);
}

.txt--danger {
  color: var(--danger);
}
.txt--danger .progress-bar {
  background-color: var(--danger);
}

.txt--warning {
  color: var(--warning);
}
.txt--warning .progress-bar {
  background-color: var(--warning);
}

.txt--success {
  color: var(--success);
}
.txt--success .progress-bar {
  background-color: var(--success);
}

.sec-icon {
  width: 2rem;
  position: relative;
  top: -0.2rem;
  margin-right: -0.5rem;
  left: -0.2rem;
}
.sec-icon--a {
  fill: var(--success);
}
.sec-icon--b {
  fill: var(--warning);
}
.sec-icon--c {
  fill: var(--danger);
}

ul {
  padding-left: 0;
}
ul li {
  margin-bottom: 24px;
  margin-left: 24px;
}
ul.checks {
  list-style-type: none;
}
ul.checks--timeline li:not(:last-child)::before {
  position: absolute;
  display: block;
  background: #ccc;
  content: "";
  width: 2px;
  height: 100%;
  left: 11px;
  top: 27px;
  border-radius: 1px;
}
ul.checks li {
  position: relative;
  margin-left: 0;
  padding-left: 32px;
}
ul.checks li::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='color(display-p3 0.81 0 0.24)' fill-rule='evenodd' d='M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M9.9 16.6 6 13A1.3 1.3 0 0 1 8 11l2.8 2.9 5.4-5.4a1.3 1.3 0 0 1 1.8 1.8l-6.3 6.2c-.5.5-1.2.5-1.7 0Z'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
ul.checks li.check--yes::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300ab2b' fill-rule='evenodd' d='M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M9.9 16.6 6 13A1.3 1.3 0 0 1 8 11l2.8 2.9 5.4-5.4a1.3 1.3 0 0 1 1.8 1.8l-6.3 6.2c-.5.5-1.2.5-1.7 0Z'/%3E%3C/svg%3E");
}
ul.checks li.check--almost::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2022a10%2010%200%201%200%200-20%2010%2010%200%200%200%200%2020Z%22%20fill%3D%22%23FF8000%22%2F%3E%3Cpath%20d%3D%22m8.5%208.5%207%207m-7%200%207-7%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
ul.checks li.check--unknown::after {
  mix-blend-mode: multiply;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2022a10%2010%200%201%200%200-20%2010%2010%200%200%200%200%2020Z%22%20fill%3D%22%23AAA%22%2F%3E%3Cpath%20d%3D%22M9.8%207.8s.7-1.3%202.2-1.3c1.5%200%203%20.9%202.7%202.7-.4%201.9-2.7%201.6-2.7%204.3%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2217.5%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
ul.checks li.check--no {
  color: var(--danger);
}
ul.checks li.check--no a {
  color: var(--danger) !important;
  font-weight: bold;
}
ul.checks li.check--no::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202%202%206.477%202%2012s4.477%2010%2010%2010Z%22%20fill%3D%22red%22%2F%3E%3Cpath%20d%3D%22m8.5%208.5%207%207m-7%200%207-7%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
ul.checks li.check--todo::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21%2012a9%209%200%201%201-18%200%209%209%200%200%201%2018%200Z%22%20stroke%3D%22%23AAA%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.footer {
  padding-bottom: 5rem;
}
.footer a {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.footer small {
  opacity: 0.6;
  font-size: 0.75rem;
}

/*# sourceMappingURL=main.css.map */