/* Start custom CSS for html, class: .elementor-element-7744d32 */.xgb-legal,
.xgb-legal *{box-sizing:border-box}

.xgb-legal{
  --xgb-orange:#ff6500;
  --xgb-orange-dark:#c94f00;
  --xgb-ink:#0d0f12;
  --xgb-text:#4b525a;
  --xgb-muted:#747b83;
  --xgb-line:#e8e4df;
  --xgb-orange-line:#f3c7a7;
  --xgb-shadow-sm:0 10px 26px rgba(15,17,20,.055);
  --xgb-shadow:0 24px 64px rgba(15,17,20,.085);
  max-width:1500px;
  margin:auto;
  padding:26px 18px 80px;
  color:var(--xgb-text);
  font-family:inherit;
  line-height:1.85;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}

.xgb-legal a{text-decoration:none}

.xgb-legal__breadcrumb ol{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 20px;
  padding:0;
  list-style:none;
  color:var(--xgb-muted);
  font-size:13px
}
.xgb-legal__breadcrumb li:not(:last-child)::after{
  content:"›";
  margin-left:8px;
  color:var(--xgb-orange);
  font-weight:800
}
.xgb-legal__breadcrumb a{
  color:var(--xgb-ink);
  font-weight:750
}

/* HERO */
.xgb-legal__hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:48px;
  border:1px solid #2b2f34;
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 14%,rgba(255,101,0,.20),transparent 31%),
    linear-gradient(145deg,#0e1013 0%,#171b20 58%,#0b0d10 100%);
  box-shadow:
    0 28px 70px rgba(12,14,17,.16),
    inset 0 1px 0 rgba(255,255,255,.05)
}
.xgb-legal__hero::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:170px;
  height:3px;
  background:linear-gradient(90deg,var(--xgb-orange),#ffb273)
}
.xgb-legal__kicker{
  margin:0;
  color:#ff9b58;
  font-size:10px;
  font-weight:850;
  letter-spacing:.14em
}
.xgb-legal h1{
  max-width:1080px;
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.1;
  letter-spacing:-.036em;
  font-weight:850
}
.xgb-legal__lead{
  max-width:960px;
  margin:18px 0 0;
  color:#c9cdd2;
  font-size:17px;
  line-height:1.85
}
.xgb-legal__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px
}
.xgb-legal__meta span{
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#d4d7db;
  font-size:11px;
  font-weight:700
}

/* LAYOUT */
.xgb-legal__layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:30px;
  margin-top:30px;
  align-items:start
}
.xgb-legal__main{min-width:0}

.xgb-legal__main section{
  margin:0 0 18px;
  padding:30px;
  border:1px solid var(--xgb-line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--xgb-shadow-sm)
}
.xgb-legal__main section:last-child{margin-bottom:0}

.xgb-legal h2{
  margin:0 0 14px;
  color:var(--xgb-ink);
  font-size:clamp(23px,2.4vw,30px);
  line-height:1.35;
  letter-spacing:-.015em
}
.xgb-legal p,
.xgb-legal li{
  color:#565d64;
  font-size:15px;
  line-height:1.92
}
.xgb-legal p{margin:0 0 14px}
.xgb-legal p:last-child{margin-bottom:0}
.xgb-legal ul{padding-left:22px}
.xgb-legal li+li{margin-top:7px}

.xgb-legal__note{
  margin:18px 0 0;
  padding:18px 20px;
  border:1px solid #f0d8c6;
  border-left:4px solid var(--xgb-orange);
  border-radius:0 15px 15px 0;
  background:linear-gradient(135deg,#fffaf6,#fff4eb)
}
.xgb-legal__note strong{
  display:block;
  color:var(--xgb-ink)
}
.xgb-legal__note p{
  margin:5px 0 0;
  font-size:13.5px
}

/* BUTTONS */
.xgb-legal__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px
}
.xgb-legal__button{
  position:relative;
  isolation:isolate;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 22px;
  overflow:hidden;
  border:1px solid #e3b48f;
  border-radius:999px;
  background:#fff;
  color:var(--xgb-ink);
  font-size:14px;
  font-weight:820;
  line-height:1;
  transition:
    transform .22s cubic-bezier(.2,.7,.2,1),
    box-shadow .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    color .22s ease
}
.xgb-legal__button::after{
  content:"";
  position:absolute;
  top:-55%;
  left:-48%;
  width:34%;
  height:210%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.54),transparent);
  transform:skewX(-24deg);
  transition:left .58s cubic-bezier(.2,.7,.2,1);
  pointer-events:none
}
.xgb-legal__button:hover::after{left:118%}
.xgb-legal__button:hover{transform:translateY(-2px)}
.xgb-legal__button:active{transform:translateY(0) scale(.985)}
.xgb-legal__button:focus-visible{
  outline:3px solid rgba(255,101,0,.24);
  outline-offset:3px
}
.xgb-legal__button--primary{
  border-color:#f28a44;
  background:linear-gradient(180deg,#ff963f 0%,#ff6908 48%,#d84d00 100%);
  color:#fff;
  box-shadow:
    0 11px 28px rgba(255,101,0,.25),
    0 2px 8px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.42)
}
.xgb-legal__button--primary:hover{
  border-color:#ff7a27;
  background:#fff;
  color:var(--xgb-orange-dark);
  box-shadow:
    0 14px 32px rgba(255,101,0,.18),
    0 4px 12px rgba(0,0,0,.10)
}
.xgb-legal__button--primary:hover::after{
  background:linear-gradient(90deg,transparent,rgba(255,101,0,.18),transparent)
}
.xgb-legal__button:not(.xgb-legal__button--primary):hover{
  border-color:#d8905a;
  background:#fff3e9;
  color:var(--xgb-orange-dark)
}

/* SIDEBAR */
.xgb-legal__side{
  margin-bottom:16px;
  padding:20px;
  border:1px solid var(--xgb-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,17,20,.045)
}
.xgb-legal__side--toc{position:static}
.xgb-legal__side span{
  display:block;
  color:var(--xgb-orange);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em
}
.xgb-legal__side strong{
  display:block;
  margin:7px 0 12px;
  color:var(--xgb-ink)
}
.xgb-legal__side nav{display:grid}
.xgb-legal__side a{
  padding:8px 0;
  border-bottom:1px solid #eff0f1;
  color:#5c636a;
  font-size:13px;
  font-weight:700
}
.xgb-legal__side nav a:last-child{border-bottom:0}

.xgb-legal__side--dark{
  border-color:#292d31;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,101,0,.22),transparent 32%),
    linear-gradient(145deg,#111316,#202429);
  color:#cbd0d4
}
.xgb-legal__side--dark strong{color:#fff}
.xgb-legal__side--dark p{
  margin:0 0 10px;
  color:#c4c9cd;
  font-size:13px
}
.xgb-legal__side--dark a{
  border-bottom:0;
  color:#ff9b58
}
.xgb-legal__side--soft{
  border-color:#edc9ac;
  background:linear-gradient(145deg,#fff,#fff5ed)
}
.xgb-legal__side--soft a{
  border-bottom:0;
  color:var(--xgb-orange-dark)
}

/* RESPONSIVE */
@media(max-width:1100px){
  .xgb-legal__layout{grid-template-columns:1fr}
  .xgb-legal__sidebar{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px
  }
  .xgb-legal__side{margin:0}
}

@media(max-width:680px){
  .xgb-legal{
    padding:18px 16px 56px
  }
  .xgb-legal__hero{
    padding:30px 22px 28px;
    border-radius:22px
  }
  .xgb-legal h1{
    font-size:29px;
    line-height:1.16
  }
  .xgb-legal__lead{font-size:16px}
  .xgb-legal__main section{
    padding:24px 20px;
    border-radius:20px
  }
  .xgb-legal__actions{flex-direction:column}
  .xgb-legal__button{width:100%}
  .xgb-legal__sidebar{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  .xgb-legal__button,
  .xgb-legal__button::after{
    transition:none!important
  }
  .xgb-legal__button:hover,
  .xgb-legal__button:active{
    transform:none!important
  }
}/* End custom CSS */