.fcwlfooter-bricks-element{
  position:relative;
  display:block;
  width:100vw!important;
  max-width:100vw!important;
  min-width:0;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}

.fcwlfooter{
  --fcwlfooter-bg:#99a98f;
  --fcwlfooter-text:#ffffff;
  --fcwlfooter-muted:rgba(255,255,255,.88);
  --fcwlfooter-line:rgba(255,255,255,.38);
  --fcwlfooter-hover:#ffffff;
  --fcwlfooter-min-height:330px;
  --fcwlfooter-logo-width:84px;
  --fcwlfooter-icon-size:18px;
  --fcwlfooter-padding-x:40px;
  --fcwlfooter-padding-y:60px;
  position:relative;
  isolation:isolate;
  display:block;
  width:100%;
  min-width:0;
  min-height:var(--fcwlfooter-min-height);
  margin:0;
  background:var(--fcwlfooter-bg);
  color:var(--fcwlfooter-text);
  font-family:Arial,Helvetica,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

.fcwlfooter,
.fcwlfooter *{
  box-sizing:border-box;
}

.fcwlfooter a{
  color:inherit;
}

.fcwlfooter-inner{
  width:100%;
  max-width:none;
  min-width:0;
  min-height:inherit;
  margin:0;
  padding:var(--fcwlfooter-padding-y) var(--fcwlfooter-padding-x) 40px;
}

.fcwlfooter-main{
  display:grid;
  grid-template-columns:minmax(300px,2fr) repeat(3,minmax(150px,1fr));
  gap:40px;
  align-items:start;
  width:100%;
  min-width:0;
}

.fcwlfooter-brand,
.fcwlfooter-group,
.fcwlfooter-panel,
.fcwlfooter-nav{
  min-width:0;
}

.fcwlfooter-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:20px;
  max-width:640px;
}

.fcwlfooter-logo-link{
  display:block;
  width:var(--fcwlfooter-logo-width);
  min-width:var(--fcwlfooter-logo-width);
  line-height:0;
  text-decoration:none;
}

.fcwlfooter-logo{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  object-fit:contain;
  object-position:left center;
}

.fcwlfooter-brand-copy{
  max-width:620px;
  margin:0;
  color:var(--fcwlfooter-muted);
  font-size:16px;
  font-weight:400;
  line-height:1.5;
}

.fcwlfooter-newsletter{
  display:block;
  width:100%;
  max-width:440px;
  margin:0;
  color:var(--fcwlfooter-muted);
}

.fcwlfooter-newsletter-title{
  margin:0 0 7px;
  color:var(--fcwlfooter-text);
  font-family:inherit;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.fcwlfooter-newsletter-row{
  display:flex;
  align-items:stretch;
  width:100%;
  min-width:0;
  min-height:42px;
  border:1px solid var(--fcwlfooter-line);
  background:rgba(255,255,255,.07);
}

.fcwlfooter-newsletter-email{
  flex:1 1 auto;
  width:auto;
  min-width:0;
  min-height:40px;
  margin:0;
  padding:9px 12px;
  border:0!important;
  border-radius:0!important;
  outline:0;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--fcwlfooter-text)!important;
  font-family:inherit;
  font-size:13px;
  font-weight:400;
  line-height:1.25;
}

.fcwlfooter-newsletter-email::placeholder{
  color:var(--fcwlfooter-muted);
  opacity:.82;
}

.fcwlfooter-newsletter-row:focus-within{
  border-color:var(--fcwlfooter-hover);
  outline:2px solid rgba(255,255,255,.34);
  outline-offset:2px;
}

.fcwlfooter-newsletter-submit{
  flex:0 0 auto;
  min-width:72px;
  min-height:40px;
  margin:0;
  padding:8px 13px;
  border:0;
  border-left:1px solid var(--fcwlfooter-line);
  border-radius:0;
  background:rgba(255,255,255,.14);
  color:var(--fcwlfooter-text);
  font-family:inherit;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}

.fcwlfooter-newsletter-submit:hover,
.fcwlfooter-newsletter-submit:focus-visible{
  background:rgba(255,255,255,.24);
  outline:0;
}

.fcwlfooter-newsletter-submit:disabled{
  cursor:not-allowed;
  opacity:.48;
}

.fcwlfooter-newsletter-consent{
  display:grid;
  grid-template-rows:0fr;
  margin-top:0;
  opacity:0;
  pointer-events:none;
  transition:grid-template-rows .2s ease,opacity .16s ease,margin-top .2s ease;
}

.fcwlfooter-newsletter.is-open .fcwlfooter-newsletter-consent{
  grid-template-rows:1fr;
  margin-top:7px;
  opacity:1;
  pointer-events:auto;
}

.fcwlfooter-newsletter-consent-inner{
  min-height:0;
  overflow:hidden;
}

.fcwlfooter-newsletter-consent label{
  position:relative;
  display:grid;
  grid-template-columns:15px minmax(0,1fr);
  align-items:start;
  gap:8px;
  margin:0;
  color:var(--fcwlfooter-muted);
  font-family:inherit;
  font-size:10.5px;
  font-weight:400;
  line-height:1.4;
  cursor:pointer;
}

.fcwlfooter-newsletter-consent input{
  position:absolute;
  width:1px;
  height:1px;
  margin:0;
  opacity:0;
}

.fcwlfooter-newsletter-check{
  position:relative;
  display:block;
  width:15px;
  height:15px;
  margin-top:1px;
  border:1px solid var(--fcwlfooter-line);
  background:rgba(255,255,255,.08);
}

.fcwlfooter-newsletter-consent input:checked + .fcwlfooter-newsletter-check{
  border-color:var(--fcwlfooter-hover);
  background:var(--fcwlfooter-text);
}

.fcwlfooter-newsletter-consent input:checked + .fcwlfooter-newsletter-check::after{
  content:"";
  position:absolute;
  left:4px;
  top:1px;
  width:4px;
  height:8px;
  border:solid var(--fcwlfooter-bg);
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}

.fcwlfooter-newsletter-consent input:focus-visible + .fcwlfooter-newsletter-check{
  outline:2px solid var(--fcwlfooter-hover);
  outline-offset:2px;
}

.fcwlfooter-newsletter-trap{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.fcwlfooter-newsletter-status{
  margin:7px 0 0;
  color:var(--fcwlfooter-text);
  font-family:inherit;
  font-size:11px;
  font-weight:500;
  line-height:1.35;
}

.fcwlfooter-newsletter-status:empty{
  display:none;
}

.fcwlfooter-newsletter-status.is-error{
  color:#fff1f0;
}

.fcwlfooter-newsletter-status.is-success{
  color:var(--fcwlfooter-text);
}

.fcwlfooter-social{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  min-height:24px;
}

.fcwlfooter-social-link,
.fcwlfooter-social-link.is-unlinked{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  padding:0;
  border:0;
  color:var(--fcwlfooter-text);
  line-height:1;
  text-decoration:none;
}

.fcwlfooter-social-link.is-unlinked{
  opacity:.72;
}

.fcwlfooter-social-link[href]:hover,
.fcwlfooter-social-link[href]:focus-visible{
  color:var(--fcwlfooter-hover);
  outline:2px solid currentColor;
  outline-offset:4px;
}

.fcwlfooter-social-icon,
.fcwlfooter-social-icon svg,
.fcwlfooter-social-icon img,
.fcwlfooter-social-icon i{
  display:block;
  width:var(--fcwlfooter-icon-size);
  height:var(--fcwlfooter-icon-size);
  min-width:var(--fcwlfooter-icon-size);
  font-size:var(--fcwlfooter-icon-size);
  line-height:1;
}

.fcwlfooter-social-icon svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.fcwlfooter-social-icon svg .is-fill{
  fill:currentColor;
  stroke:none;
}

.fcwlfooter-social-icon img{
  object-fit:contain;
}

.fcwlfooter-group{
  margin:0;
  padding:0;
  border:0;
}

.fcwlfooter-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:24px;
  margin:0 0 20px;
  padding:0;
  color:var(--fcwlfooter-text);
  cursor:default;
  list-style:none;
}

.fcwlfooter-summary::-webkit-details-marker{
  display:none;
}

.fcwlfooter-summary::marker{
  content:"";
}

.fcwlfooter-title{
  display:block;
  margin:0;
  padding:0;
  color:inherit;
  font-size:24px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:0;
  text-transform:none;
}

.fcwlfooter-disclosure-icon{
  display:none;
  position:relative;
  flex:0 0 16px;
  width:16px;
  height:16px;
  color:currentColor;
}

.fcwlfooter-disclosure-icon::before,
.fcwlfooter-disclosure-icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:11px;
  height:1px;
  background:currentColor;
  transform:translate(-50%,-50%);
}

.fcwlfooter-disclosure-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.fcwlfooter-group[open] .fcwlfooter-disclosure-icon::after{
  opacity:0;
}

.fcwlfooter-panel{
  display:block!important;
}

.fcwlfooter-list{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.fcwlfooter-list li{
  margin:0;
  padding:0;
}

.fcwlfooter-link{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  color:var(--fcwlfooter-muted);
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  text-decoration:none;
  text-underline-offset:3px;
}

.fcwlfooter-link:hover{
  color:var(--fcwlfooter-hover);
  text-decoration:none;
}

.fcwlfooter-link:focus-visible{
  color:var(--fcwlfooter-hover);
  text-decoration:none;
  outline:2px solid currentColor;
  outline-offset:3px;
}

.fcwlfooter-contact{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin:0;
  color:var(--fcwlfooter-muted);
  font-size:16px;
  font-style:normal;
  font-weight:400;
  line-height:1.5;
}

.fcwlfooter-contact-row{
  display:block;
  margin:0;
}

.fcwlfooter-contact a{
  color:inherit;
  text-decoration:none;
  text-underline-offset:3px;
}

.fcwlfooter-contact a:hover{
  color:var(--fcwlfooter-hover);
  text-decoration:none;
}

.fcwlfooter-contact a:focus-visible{
  color:var(--fcwlfooter-hover);
  text-decoration:none;
  outline:2px solid currentColor;
  outline-offset:3px;
}

.fcwlfooter-screen-reader{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media(max-width:900px){
  .fcwlfooter{
    min-height:0;
  }

  .fcwlfooter-inner{
    min-height:0;
    padding:32px 34px 22px;
  }

  .fcwlfooter-main{
    display:block;
  }

  .fcwlfooter-brand{
    gap:16px;
    max-width:none;
    padding-bottom:28px;
  }

  .fcwlfooter-group{
    border-top:1px solid var(--fcwlfooter-line);
  }

  .fcwlfooter-group:last-child{
    border-bottom:1px solid var(--fcwlfooter-line);
  }

  .fcwlfooter-summary{
    min-height:52px;
    margin:0;
    cursor:pointer;
  }

  .fcwlfooter-summary:focus-visible{
    outline:2px solid currentColor;
    outline-offset:-2px;
  }

  .fcwlfooter-title{
    font-size:12px;
    font-weight:600;
    line-height:1.2;
    letter-spacing:.1em;
    text-transform:uppercase;
  }

  .fcwlfooter-disclosure-icon{
    display:block;
  }

  .fcwlfooter-panel{
    display:none!important;
    padding:0 0 18px;
  }

  .fcwlfooter-group[open] > .fcwlfooter-panel{
    display:block!important;
  }

  .fcwlfooter-list{
    gap:10px;
  }

  .fcwlfooter-link,
  .fcwlfooter-contact{
    font-size:13px;
  }

}

@media(max-width:520px){
  .fcwlfooter-inner{
    padding:26px 20px 18px;
  }

  .fcwlfooter-brand-copy{
    font-size:13px;
  }

  .fcwlfooter-social{
    gap:16px;
  }

  .fcwlfooter-newsletter{
    width:100%;
    max-width:420px;
  }

  .fcwlfooter-newsletter-title{
    font-size:11px;
  }

}

@media(prefers-reduced-motion:reduce){
  .fcwlfooter *,
  .fcwlfooter *::before,
  .fcwlfooter *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}
