.primex-content {
  --primary: #37ca37;
--secondary: #188bf6;
--white: #ffffff;
--gray: #cbd5e0;
--black: #000000;
--red: #e93d3d;
--orange: #f6ad55;
--yellow: #faf089;
--green: #9ae6b4;
--teal: #81e6d9;
--malibu: #63b3ed;
--indigo: #757BBD;
--purple: #d6bcfa;
--pink: #fbb6ce;
--transparent: transparent;
--overlay: rgba(0, 0, 0, 0.5);
--cobalt: #155eef;
--smoke: #f5f5f5;
--headlinefont: "Montserrat";
--contentfont: "Lato";
--text-color: #000000;
--link-color: #188bf6;
}

.drop-zone-draggable .hl_main_popup-XbcxV9cCfE {
  box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--white);width:720px
}

#hl_main_popup-XbcxV9cCfE.popup-body {
  position:absolute!important;left:50%!important;bottom:auto!important;transform:translate(-50%,0)!important;right:auto!important;box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--white);width:720px
}

.--mobile #hl_main_popup-XbcxV9cCfE.popup-body {
  width:380px!important
}

@media screen and (min-width:0px) and (max-width:480px) {
  #hl_main_popup-XbcxV9cCfE.popup-body {
    width:380px!important
  }
}

}

}

.primex-content {
  --black:#000000;--transparent:transparent
}

.hl_page-preview--content .col-L3_555e59Z,.hl_page-preview--content .row-hJHrP9RggD,.hl_page-preview--content .section-E5IpDjST28 {
  box-shadow:none;padding:0 0 20px;margin:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid
}

.hl_page-preview--content .col-L3_555e59Z,.hl_page-preview--content .row-hJHrP9RggD {
  margin:0 auto;padding:10px 5px;backdrop-filter:none;width:100%
}

.hl_page-preview--content .col-L3_555e59Z {
  margin:0
}

.hl_page-preview--content .custom-code-yvuVBNJqSB {
  margin:0;width:auto;height:auto
}

#section-E5IpDjST28>.inner {
  max-width:100%
}

#col-L3_555e59Z>.inner {
  flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap
}

.primex-content {
  --pmx-purple: #a020f0;
      --pmx-purple-dark: #8a1acc;
      --pmx-text-main: #ffffff;
      --pmx-text-muted: #999999;
      --pmx-bg: #000000;
      --pmx-bg-elevated: #0a0a0a;
      --pmx-border: #222222;
}

.primex-content * {
  box-sizing: border-box;
      margin: 0;
      padding: 0;
}

.primex-content {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: var(--pmx-bg);
      color: var(--pmx-text-main);
      line-height: 1.8;
      -webkit-font-smoothing: antialiased;
}

.terms-container {
  max-width: 900px;
      margin: 0 auto;
      padding: 6rem 2rem 4rem;
}

.terms-header {
  text-align: center;
      margin-bottom: 3rem;
      padding-bottom: 2rem;
      border-bottom: 2px solid var(--pmx-border);
}

.terms-header h1 {
  font-size: clamp(2rem, 5vw, 3rem);
      margin-bottom: 1rem;
      background: linear-gradient(135deg, var(--pmx-purple) 0%, #d946ef 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
}

.last-updated {
  color: var(--pmx-text-muted);
      font-size: 0.9rem;
}

.terms-content {
  background: var(--pmx-bg-elevated);
      padding: 3rem;
      border-radius: 1.5rem;
      border: 1px solid var(--pmx-border);
}

.section {
  margin-bottom: 3rem;
}

.section:last-child {
  margin-bottom: 0;
}

.section h2 {
  font-size: 1.75rem;
      margin-bottom: 1rem;
      color: var(--pmx-text-main);
      display: flex;
      align-items: center;
      gap: 0.75rem;
}

.section h2::before {
  content: "";
      width: 4px;
      height: 1.75rem;
      background: var(--pmx-purple);
      border-radius: 2px;
}

.section h3 {
  font-size: 1.25rem;
      margin: 1.5rem 0 0.75rem;
      color: var(--pmx-text-main);
}

.section p {
  margin-bottom: 1rem;
      color: var(--pmx-text-muted);
      line-height: 1.8;
}

.section ul, .section ol {
  margin: 1rem 0 1rem 2rem;
      color: var(--pmx-text-muted);
}

.section li {
  margin-bottom: 0.75rem;
      line-height: 1.7;
}

.section li strong {
  color: var(--pmx-text-main);
}

.highlight-box {
  background: rgba(160, 32, 240, 0.1);
      border-left: 4px solid var(--pmx-purple);
      padding: 1.5rem;
      margin: 1.5rem 0;
      border-radius: 0.5rem;
}

.highlight-box p {
  margin: 0;
      color: var(--pmx-text-main);
}

.contact-info {
  background: var(--pmx-bg);
      padding: 2rem;
      border-radius: 1rem;
      border: 1px solid var(--pmx-border);
      margin-top: 2rem;
}

.contact-info h3 {
  color: var(--pmx-purple);
      margin-bottom: 1rem;
}

.contact-info p {
  margin-bottom: 0.5rem;
}

.contact-info a {
  color: var(--pmx-purple);
      text-decoration: none;
      transition: color 0.3s;
}

.contact-info a:hover {
  color: #d946ef;
      text-decoration: underline;
}

@media (max-width: 768px) {
  .terms-container {
    padding: 4rem 1.5rem 3rem;
  }
  .terms-content {
    padding: 2rem 1.5rem;
  }
  .section h2 {
    font-size: 1.5rem;