/* Lukas Teissl CRM 2.1.3 — premium contact journey and scroll-to-top */

.landing-body .anchor-alias{
  position:absolute;
  top:-80px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.landing-body .contact-section{
  isolation:isolate;
  overflow:hidden;
  padding-top:78px;
  padding-bottom:82px;
  background:
    radial-gradient(circle at 9% 18%,rgba(65,166,145,.24),transparent 27%),
    radial-gradient(circle at 91% 78%,rgba(210,171,97,.15),transparent 24%),
    linear-gradient(145deg,#071c2a 0%,#0b2b3e 46%,#123c47 100%);
}
.landing-body .contact-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.24;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);
  mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);
}
.landing-body .contact-orb{
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
  filter:blur(4px);
}
.landing-body .contact-orb-one{
  top:-150px;
  right:-130px;
  width:410px;
  height:410px;
  background:radial-gradient(circle at 38% 38%,rgba(83,196,171,.23),rgba(31,118,104,.03) 66%,transparent 70%);
}
.landing-body .contact-orb-two{
  bottom:-180px;
  left:-130px;
  width:420px;
  height:420px;
  background:radial-gradient(circle,rgba(210,171,97,.14),transparent 68%);
}
.landing-body .contact-heading{
  max-width:730px;
  margin-bottom:2.1rem;
}
.landing-body .contact-heading h2{
  color:#fff;
  font-size:clamp(1.7rem,3.2vw,2.35rem)!important;
}
.landing-body .contact-heading p{
  color:#bed0d7;
  font-size:.88rem;
  line-height:1.68;
}

.landing-body .contact-experience{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:1rem;
  max-width:1120px;
  margin:0 auto;
  padding:1rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  background:rgba(255,255,255,.055);
  box-shadow:0 38px 110px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

/* Left-side expert and appointment panel */
.landing-body .contact-profile-panel{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  padding:clamp(1.35rem,2.6vw,2.05rem);
  border:1px solid rgba(255,255,255,.12);
  border-radius:23px;
  background:
    linear-gradient(160deg,rgba(35,115,101,.38),rgba(7,29,43,.2) 44%),
    rgba(4,24,35,.62);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.landing-body .contact-profile-shine{
  position:absolute;
  top:-90px;
  right:-105px;
  width:250px;
  height:250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(120,215,195,.19),transparent 68%);
  pointer-events:none;
}
.landing-body .contact-profile-top{
  position:relative;
  z-index:1;
}
.landing-body .contact-profile-top .landing-eyebrow{
  margin-bottom:.65rem;
  font-size:.58rem;
}
.landing-body .contact-profile-top h3{
  max-width:430px;
  margin:0 0 .72rem;
  color:#fff;
  font-size:clamp(1.28rem,2.25vw,1.75rem)!important;
  line-height:1.12;
}
.landing-body .contact-profile-top>p{
  margin:0;
  color:#b9cbd2;
  font-size:.78rem;
  line-height:1.66;
}
.landing-body .contact-person{
  display:flex;
  align-items:center;
  gap:.85rem;
  margin-top:1.35rem;
  padding-top:1.15rem;
  border-top:1px solid rgba(255,255,255,.11);
}
.landing-body .contact-avatar-premium{
  position:relative;
  display:grid;
  width:56px;
  height:56px;
  flex:0 0 56px;
  place-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:17px;
  background:linear-gradient(145deg,#2c8b79,#ba9553);
  color:#fff;
  box-shadow:0 14px 30px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.25);
}
.landing-body .contact-avatar-premium span{
  font-size:.92rem;
  font-weight:950;
  letter-spacing:-.02em;
}
.landing-body .contact-avatar-premium i{
  position:absolute;
  right:-3px;
  bottom:-3px;
  width:14px;
  height:14px;
  border:3px solid #0c2c3a;
  border-radius:50%;
  background:#4bc29f;
  box-shadow:0 0 0 3px rgba(75,194,159,.12);
}
.landing-body .contact-person>div:last-child{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.landing-body .contact-person small{
  margin-bottom:.12rem;
  color:#83cdbf;
  font-size:.56rem;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.landing-body .contact-person strong{
  color:#fff;
  font-size:.9rem;
  line-height:1.2;
}
.landing-body .contact-person>div:last-child>span{
  margin-top:.2rem;
  color:#aabfc7;
  font-size:.61rem;
  font-weight:690;
}
.landing-body .contact-person-text{
  margin:.9rem 0 0;
  color:#b8c9d0;
  font-size:.72rem;
  line-height:1.62;
}
.landing-body .contact-trust-list{
  display:grid;
  gap:.52rem;
  margin:1rem 0 0;
  padding:0;
  list-style:none;
}
.landing-body .contact-trust-list li{
  display:flex;
  align-items:center;
  gap:.55rem;
  color:#e5eef1;
  font-size:.67rem;
  font-weight:740;
}
.landing-body .contact-trust-list li span{
  display:grid;
  width:20px;
  height:20px;
  flex:0 0 20px;
  place-items:center;
  border-radius:7px;
  background:rgba(89,190,168,.14);
  color:#7fd4c2;
  font-size:.55rem;
}
.landing-body .contact-demo-note{
  display:flex;
  align-items:flex-start;
  gap:.55rem;
  margin:1rem 0 0;
  padding:.7rem .76rem;
  border:1px solid rgba(137,207,193,.13);
  border-radius:12px;
  background:rgba(101,189,170,.07);
  color:#9fb8c1;
  font-size:.61rem;
  line-height:1.5;
}
.landing-body .contact-demo-note span{
  color:#78cabb;
}
.landing-body .appointment-card{
  position:relative;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:.65rem .75rem;
  margin-top:1.2rem;
  padding:1rem;
  border:1px solid rgba(255,255,255,.15);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.065));
  box-shadow:0 16px 35px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.08);
}
.landing-body .appointment-icon{
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border-radius:12px;
  background:rgba(210,171,97,.18);
  color:#efca86;
  font-size:.84rem;
}
.landing-body .appointment-copy small{
  display:block;
  margin-bottom:.1rem;
  color:#82cbbd;
  font-size:.55rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.landing-body .appointment-copy h4{
  margin:0 0 .24rem;
  color:#fff;
  font-size:.81rem;
  line-height:1.24;
}
.landing-body .appointment-copy p{
  margin:0;
  color:#b1c3ca;
  font-size:.63rem;
  line-height:1.5;
}
.landing-body .appointment-button{
  grid-column:1/-1;
  min-height:43px;
  margin-top:.15rem;
  padding:.65rem .85rem;
  border-radius:11px;
  font-size:.69rem;
}
.landing-body .appointment-note{
  grid-column:1/-1;
  color:#91a8b1;
  font-size:.55rem;
  line-height:1.4;
  text-align:center;
}
.landing-body .contact-profile-link{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  align-self:flex-start;
  margin-top:.85rem;
  color:#b9cbd2;
  font-size:.62rem;
  font-weight:770;
}
.landing-body .contact-profile-link:hover{
  color:#fff;
}

/* Form card */
.landing-body .contact-form-card{
  min-width:0;
  padding:clamp(1.35rem,3vw,2.15rem);
  border:1px solid rgba(255,255,255,.82);
  border-radius:23px;
  background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%);
  box-shadow:0 22px 62px rgba(0,0,0,.19),inset 0 1px 0 #fff;
}
.landing-body .contact-form-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.25rem;
  margin-bottom:1rem;
  padding-bottom:1rem;
  border-bottom:1px solid #e4ecee;
}
.landing-body .contact-form-head .landing-eyebrow{
  margin-bottom:.45rem;
  font-size:.56rem;
}
.landing-body .contact-form-head h3{
  margin:0 0 .35rem;
  color:var(--landing-navy);
  font-size:clamp(1.23rem,2.4vw,1.65rem)!important;
  line-height:1.14;
}
.landing-body .contact-form-head p{
  max-width:560px;
  margin:0;
  color:#687b86;
  font-size:.7rem;
  line-height:1.58;
}
.landing-body .contact-form-mark{
  display:grid;
  width:38px;
  height:38px;
  flex:0 0 38px;
  place-items:center;
  border:1px solid #cfe1dd;
  border-radius:12px;
  background:linear-gradient(145deg,#eff8f5,#e2f1ed);
  color:var(--landing-green);
  box-shadow:0 8px 20px rgba(31,118,104,.1);
  font-size:.8rem;
}
.landing-body .contact-feedback{
  display:grid;
  grid-template-columns:29px minmax(0,1fr);
  align-items:start;
  gap:.65rem;
  margin:0 0 .9rem;
  padding:.78rem .85rem;
  border:1px solid #c4ded7;
  border-radius:12px;
  background:#eff9f6;
  color:#176953;
  font-size:.7rem;
  font-weight:720;
  line-height:1.5;
}
.landing-body .contact-feedback[hidden]{display:none}
.landing-body .contact-feedback>span{
  display:grid;
  width:26px;
  height:26px;
  place-items:center;
  border-radius:8px;
  background:#d7efe8;
  font-weight:900;
}
.landing-body .contact-feedback.is-error{
  border-color:#ecc7ca;
  background:#fff3f4;
  color:#9d3441;
}
.landing-body .contact-feedback.is-error>span{
  background:#f8dfe2;
}
.landing-body .contact-required-note{
  margin:0 0 .65rem;
  color:#8a98a1;
  font-size:.56rem;
  text-align:right;
}
.landing-body .contact-form,
.landing-body .contact-form input,
.landing-body .contact-form select,
.landing-body .contact-form textarea,
.landing-body .contact-form button{
  font-family:inherit;
}
.landing-body .contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.72rem .78rem;
}
.landing-body .contact-field{
  min-width:0;
}
.landing-body .contact-field-wide{
  grid-column:1/-1;
}
.landing-body .contact-field>label{
  display:flex;
  align-items:baseline;
  gap:.25rem;
  margin-bottom:.32rem;
  color:#213c4d;
  font-size:.62rem;
  font-weight:830;
}
.landing-body .contact-field>label b{
  color:#af3f49;
  font-size:.66rem;
}
.landing-body .contact-field>label small{
  color:#90a0a8;
  font-size:.52rem;
  font-weight:650;
}
.landing-body .contact-control{
  position:relative;
}
.landing-body .contact-control>span{
  position:absolute;
  top:50%;
  left:.75rem;
  z-index:2;
  display:grid;
  width:19px;
  height:19px;
  place-items:center;
  border-radius:6px;
  background:#edf5f3;
  color:#397a6d;
  font-size:.56rem;
  font-weight:900;
  transform:translateY(-50%);
  pointer-events:none;
}
.landing-body .contact-control input,
.landing-body .contact-control select,
.landing-body .contact-control textarea{
  width:100%;
  border:1px solid #d2dfe1;
  border-radius:11px;
  background:#f8fbfb;
  color:#173548;
  outline:none;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
.landing-body .contact-control input,
.landing-body .contact-control select{
  height:44px;
  padding:0 .75rem 0 2.45rem;
  font-size:.7rem;
}
.landing-body .contact-control select{
  padding-right:2rem;
  cursor:pointer;
}
.landing-body .contact-control input::placeholder,
.landing-body .contact-control textarea::placeholder{
  color:#9aa8af;
  opacity:1;
}
.landing-body .contact-control input:hover,
.landing-body .contact-control select:hover,
.landing-body .contact-control textarea:hover{
  border-color:#b9cccf;
  background:#fff;
}
.landing-body .contact-control input:focus,
.landing-body .contact-control select:focus,
.landing-body .contact-control textarea:focus{
  border-color:#2b8878;
  background:#fff;
  box-shadow:0 0 0 4px rgba(31,118,104,.105),0 8px 20px rgba(16,64,62,.06);
}
.landing-body .contact-textarea textarea{
  min-height:120px;
  resize:vertical;
  padding:.72rem .78rem;
  font-size:.7rem;
  line-height:1.55;
}
.landing-body .contact-field.has-error .contact-control input,
.landing-body .contact-field.has-error .contact-control select,
.landing-body .contact-field.has-error .contact-control textarea{
  border-color:#d7888e;
  background:#fffafa;
  box-shadow:0 0 0 3px rgba(179,61,72,.07);
}
.landing-body .contact-field-error{
  min-height:.8rem;
  margin:.2rem 0 0;
  color:#ae3c48;
  font-size:.54rem;
  font-weight:690;
  line-height:1.35;
}
.landing-body .contact-field-meta{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:.75rem;
}
.landing-body .contact-field-meta>span{
  flex:0 0 auto;
  margin-top:.2rem;
  color:#97a5ac;
  font-size:.52rem;
}
.landing-body .contact-field-meta>span b{
  color:#667983;
}
.landing-body .contact-consent{
  margin-top:.55rem;
  padding:.72rem .78rem;
  border:1px solid #e0e9ea;
  border-radius:12px;
  background:#f7faf9;
}
.landing-body .contact-consent.has-error{
  border-color:#e3aeb3;
  background:#fff7f7;
}
.landing-body .contact-checkbox{
  display:grid;
  grid-template-columns:19px minmax(0,1fr);
  align-items:start;
  gap:.58rem;
  cursor:pointer;
}
.landing-body .contact-checkbox input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
}
.landing-body .contact-checkbox>span{
  position:relative;
  display:grid;
  width:19px;
  height:19px;
  margin-top:1px;
  place-items:center;
  border:1px solid #b7c9cb;
  border-radius:6px;
  background:#fff;
  transition:.18s ease;
}
.landing-body .contact-checkbox>span::after{
  content:"✓";
  color:#fff;
  font-size:.58rem;
  font-weight:950;
  opacity:0;
  transform:scale(.65);
  transition:.18s ease;
}
.landing-body .contact-checkbox input:checked+span{
  border-color:#1f7668;
  background:#1f7668;
  box-shadow:0 5px 12px rgba(31,118,104,.18);
}
.landing-body .contact-checkbox input:checked+span::after{
  opacity:1;
  transform:scale(1);
}
.landing-body .contact-checkbox input:focus-visible+span{
  outline:3px solid rgba(31,118,104,.22);
  outline-offset:2px;
}
.landing-body .contact-checkbox b{
  color:#506671;
  font-size:.59rem;
  font-weight:680;
  line-height:1.48;
}
.landing-body .contact-consent>.contact-field-error{
  padding-left:1.7rem;
}
.landing-body .contact-privacy-details{
  margin:.18rem 0 0 1.7rem;
}
.landing-body .contact-privacy-details summary{
  width:max-content;
  max-width:100%;
  color:#34796c;
  font-size:.54rem;
  font-weight:760;
  cursor:pointer;
}
.landing-body .contact-privacy-details p{
  margin:.45rem 0 0;
  padding:.55rem .62rem;
  border-left:2px solid #b8d9d1;
  color:#71828b;
  font-size:.54rem;
  line-height:1.55;
}
.landing-body .contact-submit{
  position:relative;
  width:100%;
  min-height:47px;
  margin-top:.78rem;
  overflow:hidden;
  border-radius:12px;
  font-size:.72rem;
}
.landing-body .contact-submit::before{
  content:"";
  position:absolute;
  top:-160%;
  left:-30%;
  width:28%;
  height:420%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  transform:rotate(18deg);
  transition:left .65s ease;
}
.landing-body .contact-submit:hover::before{
  left:115%;
}
.landing-body .contact-submit i{
  display:none;
  width:15px;
  height:15px;
  border:2px solid rgba(255,255,255,.38);
  border-top-color:#fff;
  border-radius:50%;
  animation:contact-spin .75s linear infinite;
}
.landing-body .contact-submit.is-loading{
  pointer-events:none;
  opacity:.88;
}
.landing-body .contact-submit.is-loading .contact-submit-arrow{
  display:none;
}
.landing-body .contact-submit.is-loading i{
  display:block;
}
@keyframes contact-spin{to{transform:rotate(360deg)}}
.landing-body .contact-form-assurance{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.7rem;
  margin-top:.55rem;
  color:#84939b;
  font-size:.51rem;
  line-height:1.35;
}
.landing-body .contact-form-assurance span:first-child{
  color:#4e7b70;
  font-weight:720;
}
.landing-body .contact-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.landing-body .login-security small a{
  color:var(--landing-green-dark);
  font-weight:800;
}
.landing-body .login-security small a:hover{
  text-decoration:underline;
}

/* Fixed scroll-to-top control with reading progress */
.landing-body .landing-scroll-top{
  --scroll-progress:0deg;
  position:fixed;
  left:max(18px,env(safe-area-inset-left));
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:130;
  display:flex;
  align-items:center;
  gap:.62rem;
  min-height:48px;
  padding:.38rem .78rem .38rem .38rem;
  border:1px solid rgba(255,255,255,.19);
  border-radius:16px;
  background:rgba(7,29,43,.92);
  color:#fff;
  box-shadow:0 17px 42px rgba(4,25,37,.27),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px) scale(.96);
  pointer-events:none;
}
.landing-body .landing-scroll-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:none;
  pointer-events:auto;
}
.landing-body .landing-scroll-top:hover{
  border-color:rgba(123,210,191,.42);
  background:rgba(9,42,57,.97);
  box-shadow:0 21px 50px rgba(3,24,36,.34),0 0 0 4px rgba(77,171,151,.08);
  transform:translateY(-2px);
}
.landing-body .scroll-top-progress{
  display:grid;
  width:38px;
  height:38px;
  flex:0 0 38px;
  place-items:center;
  padding:2px;
  border-radius:12px;
  background:conic-gradient(#66c6b1 var(--scroll-progress),rgba(255,255,255,.14) 0);
}
.landing-body .scroll-top-progress i{
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  border-radius:10px;
  background:linear-gradient(145deg,#123b4a,#0a2838);
  color:#fff;
  font-size:.88rem;
  font-style:normal;
  font-weight:900;
}
.landing-body .scroll-top-label{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.05;
}
.landing-body .scroll-top-label small{
  margin-bottom:.2rem;
  color:#75cbbb;
  font-size:.48rem;
  font-weight:900;
  letter-spacing:.14em;
}
.landing-body .scroll-top-label strong{
  font-size:.62rem;
  font-weight:820;
  white-space:nowrap;
}

@media(max-width:980px){
  .landing-body .contact-experience{
    grid-template-columns:1fr;
    max-width:760px;
  }
  .landing-body .contact-profile-panel{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);
    gap:0 1.2rem;
  }
  .landing-body .contact-profile-top,
  .landing-body .contact-person,
  .landing-body .contact-person-text,
  .landing-body .contact-trust-list,
  .landing-body .contact-demo-note{
    grid-column:1;
  }
  .landing-body .appointment-card{
    grid-column:2;
    grid-row:1/6;
    align-self:start;
    margin-top:0;
  }
  .landing-body .contact-profile-link{
    grid-column:2;
    align-self:start;
  }
}

@media(max-width:700px){
  .landing-body .contact-section{
    padding-top:55px;
    padding-bottom:60px;
  }
  .landing-body .contact-heading{
    margin-bottom:1.35rem;
    text-align:left;
  }
  .landing-body .contact-heading .landing-eyebrow{
    justify-content:flex-start;
  }
  .landing-body .contact-heading h2{
    font-size:clamp(1.32rem,6.5vw,1.62rem)!important;
  }
  .landing-body .contact-heading p{
    font-size:.8rem;
  }
  .landing-body .contact-experience{
    gap:.72rem;
    padding:.68rem;
    border-radius:22px;
  }
  .landing-body .contact-profile-panel{
    display:flex;
    padding:1.1rem;
    border-radius:17px;
  }
  .landing-body .contact-profile-top h3{
    font-size:1.2rem!important;
  }
  .landing-body .contact-profile-top>p,
  .landing-body .contact-person-text{
    font-size:.7rem;
  }
  .landing-body .appointment-card{
    margin-top:1rem;
  }
  .landing-body .contact-profile-link{
    margin-top:.75rem;
  }
  .landing-body .contact-form-card{
    padding:1.05rem;
    border-radius:17px;
  }
  .landing-body .contact-form-head{
    margin-bottom:.78rem;
    padding-bottom:.78rem;
  }
  .landing-body .contact-form-head h3{
    font-size:1.18rem!important;
  }
  .landing-body .contact-form-head p{
    font-size:.66rem;
  }
  .landing-body .contact-form-mark{
    width:34px;
    height:34px;
    flex-basis:34px;
  }
  .landing-body .contact-form-grid{
    grid-template-columns:1fr;
    gap:.48rem;
  }
  .landing-body .contact-field-wide{
    grid-column:auto;
  }
  .landing-body .contact-control input,
  .landing-body .contact-control select{
    height:43px;
  }
  .landing-body .contact-form-assurance{
    align-items:flex-start;
    flex-direction:column;
    gap:.25rem;
  }
  .landing-body .footer-links{
    flex-wrap:wrap;
  }
}

@media(max-width:520px){
  .landing-body .landing-scroll-top{
    left:max(12px,env(safe-area-inset-left));
    bottom:max(12px,env(safe-area-inset-bottom));
    width:46px;
    min-height:46px;
    padding:4px;
    border-radius:15px;
  }
  .landing-body .scroll-top-progress{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
  .landing-body .scroll-top-label{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
  }
  .landing-body .contact-required-note{
    text-align:left;
  }
  .landing-body .contact-checkbox b{
    font-size:.56rem;
  }
}

@media(prefers-reduced-motion:reduce){
  .landing-body .contact-submit::before{display:none}
  .landing-body .contact-submit i{animation-duration:1.2s!important}
}
