:where(.dsdc) .newsletter-submit-footer svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  pointer-events: none;
  z-index: 9;
}:where(.dsdc) .newsletter-submit-footer i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  pointer-events: none;
  z-index: 9;
}:where(.dsdc) .wpcf7-list-item{
  display: flex;
  margin: 0 0 10px;
}:where(.dsdc) .wpcf7 .wpcf7-form-control-wrap{
  display: block;
}:where(.dsdc) input.wpcf7-form-control:not(.wpcf7-submit){
  border-color: var(--borderColor);
  color: var(--bodyColor);
}:where(.dsdc) input.wpcf7-form-control:not(.wpcf7-submit)::placeholder{
  color: var(--titleColor);
  opacity: 1;
}:where(.dsdc) .wpcf7-form-control-wrap textarea{
  border-color: var(--borderColor);
  color: var(--bodyColor);
}:where(.dsdc) .wpcf7-form-control-wrap textarea::placeholder{
  color: var(--titleColor);
  opacity: 1;
}:where(.dsdc) input[type=radio]{
  margin-right: 8px;
  vertical-align: middle !important;
}:where(.dsdc) input[type=radio]{
  border: 1px solid var(--borderColor);
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: initial;
  transition: all ease-in 0.2s;
}:where(.dsdc) input[type=radio]:checked{
  background-color: var(--primaryColor);
  border: 2px solid var(--titleColor);
  box-shadow: 0 0 0 1px var(--primaryColor);
}:where(.dsdc) .radio-title{
  font-size: 18px;
  color: var(--titleColor);
  opacity: 0.4;
}:where(.dsdc) .wpcf7 input[type=file]{
  cursor: pointer;
  margin-bottom: 30px;
}:where(.dsdc) .wpcf7 label{
  display: block;
}:where(.dsdc) .wpcf7 label span{
  color: var(--bodyColor);
}:where(.dsdc) .wpcf7 textarea{
  outline: none;
}:where(.dsdc) .wpcf7 input,:where(.dsdc) .wpcf7 textarea{
  text-align: inherit !important;
}:where(.dsdc) .wpcf7 .rs__range_wrap{
  position: relative;
}:where(.dsdc) .wpcf7 .rs__range_wrap .range_slider{
  overflow: hidden;
  line-height: 0 !important;
}:where(.dsdc) .wpcf7 .rs__range_wrap .contactform7-output{
  position: absolute;
  right: 0;
  top: 0;
}:where(.dsdc) .wpcf7 input.wpcf7-range{
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  border-radius: 5px;
  background: #ffd601;
  border: none;
  outline: none;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1;
}:where(.dsdc) .wpcf7 input.wpcf7-range:hover{
  opacity: 1;
}:where(.dsdc) .wpcf7 input.wpcf7-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #ffd601;
  cursor: pointer;
  border-radius: 0;
  border: 3px solid transparent;
  box-shadow: 0px 0px 10px 0px rgba(var(--primaryColorRGB), 0.1);
}:where(.dsdc) .wpcf7 input.wpcf7-range::-moz-range-thumb{
  width: 16px;
  height: 16px;
  background: #ffd601;
  border-radius: 0;
  border: 3px solid transparent;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(var(--primaryColorRGB), 0.1);
}:where(.dsdc) .wpcf7 .wpcf7-form-control-wrap{
  display: block;
}:where(.dsdc) .wpcf7 input[type=date]::-webkit-calendar-picker-indicator{
  color-scheme: light;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance{
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance span{
  display: inline-block;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance .wpcf7-list-item{
  margin: 0;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance label{
  display: flex;
  align-items: center;
  gap: 3px;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance input[type=checkbox]{
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ffd601;
  border-radius: 3px;
  background: transparent;
  overflow: hidden;
  outline: none;
  position: relative;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance input[type=checkbox]:after{
  position: absolute;
  content: "\eb7b";
  font-family: remixicon;
  left: 0;
  top: 0;
  right: 0;
  color: #ffd601;
  bottom: 0;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked:after{
  opacity: 1;
  visibility: visible;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance a{
  color: #fff;
}:where(.dsdc) .wpcf7 .wpcf7-acceptance a:hover{
  color: #f55b1f;
}:where(.dsdc) .wpcf7 .ui-widget-content{
  border: 1px solid #4DC19E;
  background: #4DC19E;
  margin-top: 40px;
}:where(.dsdc) .wpcf7 .ui-widget-content .esrscf7top::after{
  border-color: #00a775 transparent transparent transparent;
}:where(.dsdc) .wpcf7 .ui-widget-content:focus-visible{
  outline: none;
}:where(.dsdc) .wpcf7 .ui-widget-content .ui-slider-handle.ui-corner-all.ui-state-default:focus-visible{
  outline: none;
  border: 1px solid #00a775;
}:where(.dsdc) .wpcf7 .ui-widget-content .ui-slider-handle.ui-corner-all.ui-state-default:hover{
  border: 1px solid #00a775;
}:where(.dsdc) .wpcf7 div{
  position: relative;
}:where(.dsdc) .wpcf7 div i{
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 18px;
  z-index: 9;
  color: rgba(69, 69, 69, 0.7411764706);
  line-height: 0;
  height: 0;
  pointer-events: none;
}:where(.dsdc) .wpcf7 .free_consultation_form{
  display: flex;
  justify-content: space-around;
}:where(.dsdc) .contact-page-custom .wpcf7-not-valid-tip,:where(.dsdc) .home-contact-page .wpcf7-not-valid-tip{
  color: #ffd601;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}:where(.dsdc) .contact-page-custom input.wpcf7-form-control.has-spinner.wpcf7-submit{
  width: 100%;
}:where(.dsdc) .contact-us-page .wpcf7-form .col-sm-12,:where(.dsdc) .contact-us-page .wpcf7-form .col-sm-6{
  position: relative !important;
}:where(.dsdc) .contact-us-page .wpcf7-form .col-sm-12 i,:where(.dsdc) .contact-us-page .wpcf7-form .col-sm-6 i{
  position: absolute;
  top: 24px;
  left: 35px;
  font-size: 20px;
  z-index: 9;
  color: rgba(69, 69, 69, 0.7411764706);
}:where(.dsdc) .contact-us-page .wpcf7 i.ri-mail-line,:where(.dsdc) .contact-us-page .wpcf7 i.ri-phone-fill{
  top: 24px !important;
}:where(.dsdc) .contact-us-page .wpcf7 i.ri-edit-line{
  top: 25px !important;
}:where(.dsdc) .wpcf7 form .wpcf7-response-output{
  margin: 10px 0 0 6px;
  border: 0;
}:where(.dsdc) .support-contact-icon .ri-mail-line{
  top: 28px !important;
}:where(.dsdc) .support-contact-icon .wpcf7 .col-sm-12 i.ri-edit-line{
  top: 32px !important;
}:where(.dsdc) .form-btn-area{
  z-index: 1;
}:where(.dsdc) .form-btn-area em{
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 32px;
  width: 18px;
  height: 18px;
  line-height: 20px;
  flex-shrink: 0;
  pointer-events: none;
}:where(.dsdc) .form-btn-area em > *{
  height: inherit;
  width: inherit;
  line-height: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transition);
}:where(.dsdc) .form-btn-area em > *:last-child{
  transform: translateX(-150%);
}:where(.dsdc) .form-btn-area em svg path{
  fill: var(--titleColor);
  transition: var(--transition);
}:where(.dsdc) .form-btn-area em i{
  color: var(--titleColor);
}:where(.dsdc) .form-btn-area:hover em > *{
  transform: translateX(150%);
}:where(.dsdc) .form-btn-area:hover em > *:last-child{
  transform: translateX(0) !important;
}:where(.dsdc) .form-btn-area:hover em svg path{
  fill: var(--primaryColor);
}:where(.dsdc) .form-btn-area:hover em i{
  color: var(--primaryColor);
}:where(.dsdc) .form-btn-area.anim-dir-bottom em > *:last-child{
  transform: translateY(-150%);
}:where(.dsdc) .form-btn-area.anim-dir-bottom:hover em > *{
  transform: translateY(150%);
}:where(.dsdc) .form-btn-area.anim-dir-top em > *:last-child{
  transform: translateY(150%);
}:where(.dsdc) .form-btn-area.anim-dir-top:hover em > *{
  transform: translateY(-150%);
}:where(.dsdc) .form-btn-area.anim-dir-left em > *:last-child{
  transform: translateX(150%);
}:where(.dsdc) .form-btn-area.anim-dir-left:hover em > *{
  transform: translateX(-150%);
}:where(.dsdc) .form-btn-area.anim-dir-angle em > *:last-child{
  transform: translate(-150%, 150%);
}:where(.dsdc) .form-btn-area.anim-dir-angle:hover em > *{
  transform: translate(150%, -150%);
}