@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&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: 16px;
  --primary: color(display-p3 0 0.35 1);
  --secondary: color(display-p3 0 0.24 0.39);
  --danger: rgb(255, 22, 22);
  --warning: #FF8000;
  --success: #00ab2b;
  --gold: color(display-p3 0.7 0.51 0);
}

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

p {
  font-size: 1.2rem;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Nunito Sans", serif;
  color: #250017;
  width: 100vw;
  overflow: hidden;
}

.bg {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("/assets/landscape13.webp") no-repeat center center;
  background-size: cover !important;
  width: 100vw;
  height: 60vh;
  position: absolute;
  z-index: -1;
  min-height: 500px;
  bottom: 0;
}

em {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
}

.nobreak {
  text-wrap: nowrap;
}

.asset-buttons {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .asset-buttons {
    gap: 0.5rem;
  }
}

.asset-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 2rem 0.25rem;
  border: 2px solid var(--primary);
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .asset-button {
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .asset-button div {
    font-size: 1rem;
    font-weight: 500;
  }
}
.asset-button svg {
  position: relative;
  transition: all 200ms ease;
  width: 200px;
  height: 200px;
  top: 0;
}
.asset-button svg path {
  stroke: var(--primary);
}
@media (max-width: 767px) {
  .asset-button svg {
    width: 100px;
    height: 100px;
  }
  .asset-button svg path {
    stroke-width: 6px;
  }
}
.asset-button:hover {
  background: var(--primary);
}
.asset-button:hover div {
  color: #fff;
}
.asset-button:hover svg {
  top: -0.5rem;
}
.asset-button:hover svg path {
  stroke: #fff;
}

.card {
  padding: 1.8rem 2rem 2rem;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
  background-color: var(--primary);
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}
.card p, .card blockquote {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.card blockquote {
  font-weight: 500;
}
.card p {
  font-weight: 300;
}
.card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  mix-blend-mode: screen;
}
.card--benjamin::before {
  background: linear-gradient(rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0)), url("/assets/quote01.png") no-repeat center 100px;
}
.card--saylor::before {
  background: linear-gradient(rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0)), url("/assets/quote02.png") no-repeat center 100px;
}
.card--robbins::before {
  background: linear-gradient(rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0)), url("/assets/quote03.png") no-repeat center 100px;
}
.card--warren::before {
  background: linear-gradient(rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0)), url("/assets/quote04.png") no-repeat center 100px;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.2rem;
  margin-right: 0;
  padding-right: 0;
}
.navbar-brand svg {
  position: relative;
  top: -0.15rem;
  margin-right: 0.5rem;
}

.navbar-brand {
  color: #000 !important;
}
.navbar-brand path {
  fill: #000;
}

.navbar__text {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .navbar__text {
    padding-top: 2rem;
  }
}

h1 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

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

h4 {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  h4 {
    margin-bottom: 1rem;
  }
}

.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;
}

.flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
  min-height: 700px;
  gap: 3rem;
}
@media (max-width: 767px) {
  .flex-box {
    min-height: 500px;
  }
}

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

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

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

.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.content-center .btn {
  max-width: 260px;
}

.btn {
  border-radius: 0.25rem;
  border-width: 2px;
}

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

.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
  background: #fff;
}
.btn-outline-primary:hover {
  color: #fff !important;
}

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

.btn-gold {
  color: #fff;
  background-color: var(--gold);
  border-color: var(--gold);
}
.btn-gold:hover {
  background-color: var(--gold);
  border-color: var(--gold);
}

.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='%23B10748' 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;
}

.waiting-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.waiting-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 500px;
  text-align: center;
}
.waiting-list form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.waiting-list form input, .waiting-list form button {
  border-radius: 0.5rem;
}

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