.elementor-409 .elementor-element.elementor-element-fd93d46{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-aa986a6 */.wb-legal-page{
  padding:110px 0;
  background:linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);
}

.wb-legal-container{
  width:min(980px, calc(100% - 24px));
  margin:0 auto;
}

.wb-legal-head{
  margin-bottom:32px;
}

.wb-legal-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  color:#6f8fb1;
}

.wb-legal-head h1{
  font-size:clamp(34px,4vw,58px);
  margin:10px 0;
}

.wb-legal-card{
  background:#fff;
  border-radius:24px;
  padding:34px;
  box-shadow:0 18px 45px rgba(15,23,35,0.08);
}

.wb-legal-card h2{
  margin:26px 0 10px;
  font-size:22px;
  font-weight:800;
}

.wb-legal-card p{
  line-height:1.8;
  color:#516170;
}

.wb-legal-card a{
  color:#ff2b2b;
}.wb-cookie-card{
  padding: 38px 34px;
}

.wb-cookie-intro{
  margin-bottom: 26px;
}

.wb-cookie-intro h2{
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f1723;
}

.wb-cookie-intro p{
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #516170;
}

.wb-cookie-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.wb-cookie-action-box{
  background: #f8fafc;
  border: 1px solid rgba(15,23,35,0.08);
  border-radius: 20px;
  padding: 22px 22px 20px;
  transition: all .35s ease;
}

.wb-cookie-action-box:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(15,23,35,0.08);
  border-color: rgba(255,43,43,0.14);
}

.wb-cookie-action-box h3{
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f1723;
}

.wb-cookie-action-box p{
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #516170;
}

.wb-cookie-btn-wrap a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ff2b2b;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(255,43,43,0.20);
  transition: all .35s ease;
}

.wb-cookie-btn-wrap a:hover{
  background: #e32020;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(255,43,43,0.26);
}

.wb-cookie-note{
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(15,23,35,0.08);
}

.wb-cookie-note p{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7785;
}

@media (max-width: 767px){
  .wb-cookie-card{
    padding: 26px 22px;
  }

  .wb-cookie-action-box{
    padding: 18px;
  }

  .wb-cookie-btn-wrap a{
    width: 100%;
  }
}/* End custom CSS */