.elementor-223 .elementor-element.elementor-element-8fd457a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-50f0595 */.se-footer {
  background: #111110;
  font-family: var(--sans);
}
.se-footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 5%;
  border-bottom: 1px solid rgba(238,238,240,0.07);
  flex-wrap: wrap;
}
.se-footer-nl-left h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  color: var(--light-gray);
  margin-bottom: 8px;
}
.se-footer-nl-left p {
  font-size: 14px;
  color: rgba(238,238,240,0.5);
  line-height: 1.6;
}
.se-footer-nl-right {
  flex-shrink: 0;
}
.se-nl-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.se-nl-form input {
  background: rgba(238,238,240,0.05);
  border: 1px solid rgba(238,238,240,0.12);
  border-radius: 8px;
  padding: 13px 18px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--light-gray);
  outline: none;
  min-width: 260px;
  transition: border-color 0.3s;
}
.se-nl-form input::placeholder {
  color: rgba(238,238,240,0.25);
}
.se-nl-form input:focus {
  border-color: var(--accent);
}
.se-footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding: 60px 5%;
  border-bottom: 1px solid rgba(238,238,240,0.07);
}
.se-footer-brand img {
  height: 28px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
  display: block;
}
.se-footer-brand p {
  font-size: 14px;
  color: rgba(238,238,240,0.45);
  line-height: 1.8;
  max-width: 300px;
  margin-bottom: 20px;
}
.se-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.se-footer-contact a {
  font-size: 14px;
  color: rgba(238,238,240,0.5) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.se-footer-contact a:hover {
  color: var(--accent) !important;
}
.se-footer-social {
  display: flex;
  gap: 12px;
}
.se-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(238,238,240,0.05);
  border: 1px solid rgba(238,238,240,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(238,238,240,0.5) !important;
  transition: all 0.3s;
  text-decoration: none !important;
}
.se-footer-social a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff !important;
}
.se-footer-social svg {
  width: 18px;
  height: 18px;
}
.se-footer-links h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(238,238,240,0.4);
  margin-bottom: 20px;
}
.se-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.se-footer-links ul a {
  font-size: 14px;
  color: rgba(238,238,240,0.55) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.se-footer-links ul a:hover {
  color: var(--accent) !important;
}
.se-anpc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.se-anpc img {
  width: 192px;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s;
  display: block;
}

.se-anpc img:hover {
  opacity: 1;
}
.se-footer-bottom {
  padding: 24px 5%;
  text-align: center;
}
.se-footer-bottom p {
  font-size: 13px;
  color: rgba(238,238,240,0.25);
}
@media (max-width: 768px) {
  .se-footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
  .se-footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .se-nl-form input {
    min-width: 100%;
  }
}
html, body {
  min-height: -webkit-fill-available !important;
  min-height: 100dvh !important;
  height: auto !important;
}/* End custom CSS */