.elementor-8483 .elementor-element.elementor-element-7b64ecf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f2da57a */.sb-article-card {
  max-width: 1100px;
  margin: 40px auto;
  padding: 42px 40px 28px;
  background: #071b4d;
  border-radius: 28px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
  box-sizing: border-box;
}

.sb-article-card * {
  box-sizing: border-box;
}

.sb-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(78, 255, 196, 0.25);
  background: rgba(35, 193, 138, 0.12);
  color: #7fffd4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sb-title {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffd21f;
}

.sb-intro {
  max-width: 900px;
  margin: 0 0 28px;
  font-size: 19px;
  color: #f3f6ff;
}

.sb-image-wrap {
  margin: 0 0 30px;
}

.sb-image {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 18px;
}

.sb-section h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.sb-section p {
  margin: 0 0 18px;
  font-size: 17px;
  color: #e8ecff;
}

.sb-section strong {
  color: #ffd21f;
  font-weight: 700;
}

.sb-section a {
  color: #ffd21f;
  text-decoration: none;
  font-weight: 600;
}

.sb-section a:hover {
  text-decoration: underline;
}

.sb-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 30px 0;
}

.sb-footer {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 14px;
  color: #b9c3e6;
}

/* Responsive */
@media (max-width: 767px) {
  .sb-article-card {
    padding: 28px 20px 22px;
    border-radius: 20px;
  }

  .sb-title {
    font-size: 30px;
  }

  .sb-intro {
    font-size: 17px;
  }

  .sb-section h2 {
    font-size: 24px;
  }

  .sb-section p {
    font-size: 16px;
  }
}/* End custom CSS */