/* ============================================
 * AUTO-GENERATED CSS - DO NOT EDIT CSS DIRECTLY
 * Source: /src/sass/pages/terms-v1.sass
 * Edit the .sass file, save, and CSS updates automatically
 * ============================================ */
.nav-wrapper {
  z-index: 6;
  position: fixed;
  height: 70px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.4s ease-in;
  border-bottom: 1px solid transparent;
}
@media (min-width: 2500px) {
  .nav-wrapper {
    height: 80px;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .nav-wrapper {
    display: none;
  }
}
@media (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .nav-wrapper {
    display: none;
  }
}
.nav-wrapper.scroll-nav-opacity-toggle {
  background: #ffffff;
}
.nav-wrapper a {
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.1s ease;
}
@media (min-width: 2500px) {
  .nav-wrapper a {
    font-size: 24px;
  }
}
.nav-wrapper a::before {
  display: block;
  font-weight: 900;
  content: attr(data-text);
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}
.nav-wrapper a:hover {
  font-weight: 600;
}
.nav-wrapper a:active {
  font-weight: 900;
}
.nav-wrapper .left-side {
  width: 200px;
  display: flex;
  padding-left: 80px;
  align-items: center;
}
.nav-wrapper .left-side img {
  width: 20px;
  margin-right: 1vw;
}
@media (min-width: 2500px) {
  .nav-wrapper .left-side img {
    width: 45px;
  }
}
.nav-wrapper .middle {
  display: flex;
  width: 600px;
  align-items: center;
  justify-content: space-evenly;
}
.nav-wrapper .middle a {
  text-align: center;
}
.nav-wrapper .right-side {
  display: flex;
  padding-right: 80px;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
}
.nav-wrapper .scroll-nav-link-active {
  font-weight: 600;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "montserrat", sans-serif;
  color: #3a3a3a;
  line-height: 1.7;
}

.policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 40px 80px;
  background: #ffffff;
}
@media (max-width: 1050px) and (orientation: portrait) {
  .policy {
    padding: 100px 24px 60px;
  }
}

.last-updated {
  color: #7f8c8d;
  font-size: 0.95em;
  margin-bottom: 40px;
  font-style: italic;
}

.quick-summary {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 40px;
}
.quick-summary h2 {
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 30px;
  color: #3a3a3a;
  text-align: center;
  font-family: "p22-mackinac-pro", serif;
  font-weight: 700;
}

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

.summary-item {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s ease;
}
.summary-item:nth-child(1) {
  background: #EBDBFF;
}
.summary-item:nth-child(2) {
  background: #F8C1F5;
}
.summary-item:nth-child(3) {
  background: #D7FFCD;
}
.summary-item:nth-child(4) {
  background: #FFCCCC;
}
.summary-item:nth-child(5) {
  background: #F8E2C1;
}
.summary-item:nth-child(6) {
  background: #EBDBFF;
}
.summary-item:nth-child(7) {
  background: #F8C1F5;
}
.summary-item:nth-child(8) {
  background: #D7FFCD;
}
.summary-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(58, 58, 58, 0.1);
}
.summary-item strong {
  display: block;
  margin-bottom: 8px;
  color: #3a3a3a;
  font-weight: 600;
  font-size: 15px;
}

.summary-icon {
  font-size: 1.5em;
  display: block;
  margin-bottom: 10px;
}

.section-intro {
  background: #f9f9f9;
  border-left: 3px solid #3a3a3a;
  padding: 24px 28px;
  margin: 40px 0;
  border-radius: 0 4px 4px 0;
}
.section-intro h3 {
  margin-top: 0;
  color: #2196f3;
}
.section-intro p {
  margin-bottom: 16px;
}
.section-intro p:last-child {
  margin-bottom: 0;
}

h1 {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 800;
  font-style: normal;
  font-size: 48px;
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 1050px) and (orientation: portrait) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #3a3a3a;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
}
@media (max-width: 1050px) and (orientation: portrait) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "montserrat", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  color: #3a3a3a;
  margin-top: 35px;
  margin-bottom: 16px;
}
@media (max-width: 1050px) and (orientation: portrait) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  color: #3a3a3a;
  margin-bottom: 18px;
  font-weight: 400;
}

ul, ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
ul li, ol li {
  margin-bottom: 12px;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.7;
}
ul li::marker, ol li::marker {
  color: #3a3a3a;
}
ul li strong, ol li strong {
  color: #3a3a3a;
  font-weight: 600;
}

.policy a {
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: 1px solid #3a3a3a;
  transition: all 0.2s ease;
}
.policy a:hover {
  opacity: 0.7;
}
.policy a:focus {
  outline: 2px solid #3a3a3a;
  outline-offset: 2px;
}

strong {
  font-weight: 600;
  color: #3a3a3a;
}/*# sourceMappingURL=terms.css.map */