/* Outsourcea Modern Footer */
.os-modern-footer{
  --os-footer-bg:#020403;
  --os-footer-accent:#8fdc53;
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:
    radial-gradient(circle at 16% 92%, color-mix(in srgb, var(--os-footer-accent) 16%, transparent), transparent 30%),
    linear-gradient(180deg, #050706 0%, var(--os-footer-bg) 100%);
  color:#fff;
  overflow:hidden;
  font-family:inherit;
}

.os-modern-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:4px 4px;
  opacity:.32;
  pointer-events:none;
}

.os-footer-glow{
  position:absolute;
  left:-10%;
  bottom:-40%;
  width:55%;
  height:60%;
  background:radial-gradient(circle, color-mix(in srgb, var(--os-footer-accent) 20%, transparent), transparent 60%);
  filter:blur(60px);
  opacity:.35;
  pointer-events:none;
}

.os-footer-main{
  position:relative;
  z-index:1;
  max-width:1520px;
  margin:0 auto;
  padding:110px 70px 90px;
  display:grid;
  grid-template-columns:minmax(340px, 1.1fr) 1px minmax(580px, 1.25fr);
  gap:64px;
  align-items:start;
}

.os-footer-logo img{
  max-width:330px;
  width:100%;
  height:auto;
  display:block;
}

.os-footer-brand-fallback{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.os-footer-brand-name{
  font-size:42px;
  line-height:1;
  letter-spacing:4px;
  font-weight:900;
  color:#fff;
}

.os-footer-brand-tag{
  font-size:12px;
  line-height:1;
  letter-spacing:7px;
  color:rgba(255,255,255,.65);
}

.os-footer-desc{
  max-width:520px;
  margin:34px 0 44px;
  color:rgba(255,255,255,.68);
  font-size:20px;
  line-height:1.55;
  letter-spacing:.1px;
}

.os-footer-form label{
  display:block;
  margin-bottom:16px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1;
  font-weight:700;
  letter-spacing:3px;
  text-transform:uppercase;
}

.os-footer-input-wrap{
  width:min(620px, 100%);
  min-height:82px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:8px 8px 8px 26px;
  border:1px solid color-mix(in srgb, var(--os-footer-accent) 42%, rgba(255,255,255,.12));
  border-radius:999px;
  background:rgba(255,255,255,.07);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}

.os-footer-mail-icon{
  width:30px;
  height:30px;
  color:rgba(255,255,255,.45);
  display:inline-flex;
  flex:0 0 auto;
}

.os-footer-mail-icon svg,
.os-footer-social-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.os-footer-input-wrap input{
  flex:1 1 auto;
  min-width:120px;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:18px!important;
  padding:0!important;
  height:auto!important;
}

.os-footer-input-wrap input::placeholder{
  color:rgba(255,255,255,.72);
}

.os-footer-input-wrap button{
  flex:0 0 auto;
  min-width:170px;
  height:66px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg, #b9f06c 0%, var(--os-footer-accent) 100%);
  color:#071008;
  font-size:18px;
  font-weight:800;
  cursor:pointer;
  transition:transform .22s ease, filter .22s ease;
}

.os-footer-input-wrap button:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
}

.os-footer-form-message{
  margin-top:12px;
  min-height:18px;
  color:var(--os-footer-accent);
  font-size:14px;
}

.os-footer-privacy{
  max-width:620px;
  margin:22px 0 0;
  color:rgba(255,255,255,.62);
  font-size:16px;
  line-height:1.65;
}

.os-footer-privacy a{
  color:var(--os-footer-accent)!important;
  text-decoration:none!important;
}

.os-footer-check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  margin-right:12px;
  border:1px solid color-mix(in srgb, var(--os-footer-accent) 70%, transparent);
  border-radius:999px;
  color:var(--os-footer-accent);
  font-weight:700;
}

.os-footer-divider{
  width:1px;
  min-height:420px;
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.25), transparent);
}

.os-footer-columns{
  display:grid;
  grid-template-columns:1fr 1fr 1.15fr;
  gap:72px;
}

.os-footer-col h4{
  margin:0 0 36px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-size:17px;
  line-height:1;
  font-weight:900;
  letter-spacing:4px;
  text-transform:uppercase;
}

.os-footer-col h4 span{
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--os-footer-accent);
  box-shadow:0 0 18px color-mix(in srgb, var(--os-footer-accent) 80%, transparent);
}

.os-footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.os-footer-col li{
  margin:0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.os-footer-col a{
  display:flex;
  align-items:center;
  min-height:58px;
  color:rgba(255,255,255,.84)!important;
  text-decoration:none!important;
  font-size:20px;
  line-height:1.2;
  transition:color .2s ease, transform .2s ease;
}

.os-footer-col a:hover{
  color:#fff!important;
  transform:translateX(4px);
}

.os-footer-social-col li{
  border-bottom:0;
  margin-bottom:18px;
}

.os-footer-social-col a{
  min-height:auto;
  gap:20px;
}

.os-footer-social-icon{
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.035);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px;
  flex:0 0 auto;
}

.os-footer-bottom{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(255,255,255,.1);
  max-width:1520px;
  margin:0 auto;
  padding:36px 70px 52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.os-footer-copyright{
  display:flex;
  align-items:center;
  gap:16px;
  color:rgba(255,255,255,.56);
  font-size:16px;
}

.os-footer-shield{
  color:var(--os-footer-accent);
  font-size:24px;
  line-height:1;
}

.os-footer-tagline{
  color:rgba(255,255,255,.42);
  font-size:15px;
  line-height:1;
  letter-spacing:8px;
  text-transform:uppercase;
  text-align:right;
}

.os-footer-tagline strong{
  color:var(--os-footer-accent);
  font-weight:900;
}

@media (max-width: 1180px){
  .os-footer-main{
    grid-template-columns:1fr;
    gap:48px;
    padding:84px 42px 70px;
  }

  .os-footer-divider{
    display:none;
  }

  .os-footer-columns{
    grid-template-columns:repeat(3,1fr);
    gap:38px;
  }

  .os-footer-bottom{
    padding:32px 42px 44px;
  }
}

@media (max-width: 820px){
  .os-footer-main{
    padding:72px 26px 58px;
  }

  .os-footer-columns{
    grid-template-columns:1fr;
    gap:42px;
  }

  .os-footer-col h4{
    margin-bottom:20px;
  }

  .os-footer-col a{
    min-height:48px;
    font-size:18px;
  }

  .os-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:30px 26px 42px;
  }

  .os-footer-tagline{
    text-align:left;
    letter-spacing:5px;
    line-height:1.5;
  }
}

@media (max-width: 560px){
  .os-footer-logo img{
    max-width:260px;
  }

  .os-footer-brand-name{
    font-size:34px;
  }

  .os-footer-desc{
    font-size:17px;
    margin:28px 0 34px;
  }

  .os-footer-input-wrap{
    min-height:auto;
    border-radius:28px;
    padding:18px;
    flex-direction:column;
    align-items:stretch;
  }

  .os-footer-mail-icon{
    display:none;
  }

  .os-footer-input-wrap input{
    width:100%;
    min-height:46px;
    text-align:center;
  }

  .os-footer-input-wrap button{
    width:100%;
    min-width:0;
    height:58px;
  }
}


/* v1.0.1: remove unwanted bottom white space in Avada/WordPress layouts */
.os-modern-footer{
  display:block !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.os-modern-footer,
.os-modern-footer *{
  box-sizing:border-box;
}

.os-modern-footer + p,
.os-modern-footer + br,
.os-modern-footer + .fusion-clearfix{
  display:none !important;
  margin:0 !important;
  padding:0 !important;
}

.fusion-text .os-modern-footer,
.fusion-code .os-modern-footer,
.fusion-builder-code .os-modern-footer{
  margin-bottom:0 !important;
}

.fusion-text:has(.os-modern-footer),
.fusion-code:has(.os-modern-footer),
.fusion-builder-code:has(.os-modern-footer){
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.fusion-fullwidth:has(.os-modern-footer),
.fusion-builder-row:has(.os-modern-footer),
.fusion-layout-column:has(.os-modern-footer),
.fusion-column-wrapper:has(.os-modern-footer){
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

body:has(.os-modern-footer) #main,
body:has(.os-modern-footer) .post-content{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

body:has(.os-modern-footer) #wrapper{
  padding-bottom:0 !important;
}

