.elementor-33 .elementor-element.elementor-element-c967198{--display:flex;}.elementor-33 .elementor-element.elementor-element-61fac0c{--display:flex;}.elementor-33 .elementor-element.elementor-element-24beff8{--display:flex;}.elementor-33 .elementor-element.elementor-element-9b83172{--display:flex;}.elementor-33 .elementor-element.elementor-element-66baac9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2019eb5 */:root{
  --c-blue:#0b5ed7;
  --c-blue-dark:#084298;
  --c-blue-light:#eef4ff;
  --c-text:#10223a;
  --c-muted:#5d6b82;
  --c-border:#dbe7fb;
  --c-shadow:0 16px 38px rgba(11,94,215,.08);
  --c-shadow-soft:0 10px 22px rgba(11,94,215,.05);
  --c-radius:24px;
}

.contact-hero{
  background:#ffffff;
  padding: 96px 20px;
}

.contact-hero__container{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}

.contact-hero__content{
  position: relative;
}

.contact-hero__eyebrow{
  display: inline-flex;
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f8fbff;
  color: var(--c-blue-dark);
  border: 1px solid var(--c-border);
  font-size: 14px;
  font-weight: 800;
  box-shadow: var(--c-shadow-soft);
}

.contact-hero__title{
  margin: 0 0 18px;
  color: var(--c-text);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  max-width: 14ch;
  font-family: Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
}

.contact-hero__text{
  margin: 0 0 26px;
  color: var(--c-muted);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 60ch;
}

.contact-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
  border: 1px solid transparent;
}

.contact-btn:hover{
  transform: translateY(-2px);
}

.contact-btn--primary{
  background: linear-gradient(135deg, var(--c-blue), var(--c-blue-dark));
  color: #fff;
  box-shadow: 0 12px 28px rgba(11,94,215,.18);
}

.contact-btn--secondary{
  background: #fff;
  color: var(--c-blue-dark);
  border-color: var(--c-border);
}

.contact-hero__highlights{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.contact-hero__highlights li{
  position: relative;
  padding-left: 28px;
  color: var(--c-text);
  line-height: 1.6;
}

.contact-hero__highlights li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-blue);
  font-weight: 900;
}

.contact-hero__panel{
  display: flex;
  justify-content: center;
}

.contact-card{
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border: 1px solid var(--c-border);
  border-radius: var(--c-radius);
  box-shadow: var(--c-shadow);
  overflow: hidden;
}

.contact-card__top{
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--c-border);
  background: #fafcff;
}

.contact-dot{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--c-blue);
  opacity: .75;
}

.contact-card__body{
  padding: 28px 24px 30px;
}

.contact-card__tag{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--c-blue-light);
  color: var(--c-blue-dark);
  border: 1px solid var(--c-border);
  font-size: 13px;
  font-weight: 800;
}

.contact-card__headline{
  margin: 0 0 12px;
  color: var(--c-text);
  font-size: 1.5rem;
  line-height: 1.2;
}

.contact-card__description{
  margin: 0 0 22px;
  color: var(--c-muted);
  line-height: 1.7;
}

.contact-card__stats{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-card__stats div{
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 18px;
  padding: 16px 14px;
  box-shadow: 0 10px 22px rgba(11,94,215,.06);
}

.contact-card__stats strong{
  display: block;
  color: var(--c-blue-dark);
  font-size: 1rem;
  margin-bottom: 5px;
}

.contact-card__stats span{
  color: var(--c-muted);
  font-size: .92rem;
}

@media (max-width: 960px){
  .contact-hero{
    padding: 72px 18px;
  }

  .contact-hero__container{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-hero__title{
    max-width: 100%;
  }

  .contact-card{
    max-width: 100%;
  }
}

@media (max-width: 640px){
  .contact-hero__actions{
    flex-direction: column;
  }

  .contact-btn{
    width: 100%;
  }

  .contact-card__stats{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d994ab */:root{
  --qc-blue:#0b5ed7;
  --qc-blue-dark:#084298;
  --qc-blue-light:#eef4ff;
  --qc-text:#10223a;
  --qc-muted:#5d6b82;
  --qc-border:#dbe7fb;
  --qc-shadow:0 16px 38px rgba(11,94,215,.08);
  --qc-shadow-hover:0 18px 42px rgba(11,94,215,.12);
  --qc-radius:26px;
}

.quick-contact{
  background:#ffffff;
  padding: 96px 20px;
}

.quick-contact__container{
  max-width: 1200px;
  margin: 0 auto;
}

.quick-contact__header{
  text-align:center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.quick-contact__eyebrow{
  display:inline-flex;
  margin:0 0 16px;
  padding:10px 14px;
  border-radius:999px;
  background:#f8fbff;
  color:var(--qc-blue-dark);
  border:1px solid var(--qc-border);
  font-size:14px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(11,94,215,.05);
}

.quick-contact__title{
  margin:0 0 16px;
  color:var(--qc-text);
  font-size:clamp(2rem, 4vw, 3.6rem);
  line-height:1.08;
  letter-spacing:-.03em;
}

.quick-contact__subtitle{
  margin:0 auto;
  color:var(--qc-muted);
  font-size:1.05rem;
  line-height:1.8;
  max-width:72ch;
}

.quick-contact__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-box{
  position:relative;
  background:#ffffff;
  border:1px solid rgba(219,231,251,.95);
  border-radius:var(--qc-radius);
  box-shadow:var(--qc-shadow);
  padding:28px 24px;
  transition:.25s ease;
  overflow:hidden;
}

.contact-box:hover{
  transform: translateY(-4px);
  border-color: rgba(11,94,215,.22);
  box-shadow: var(--qc-shadow-hover);
}

.contact-box--featured::before{
  content:"";
  position:absolute;
  inset:auto -18% -30% auto;
  width:240px;
  height:240px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(11,94,215,.10) 0%, rgba(11,94,215,0) 70%);
  pointer-events:none;
}

.contact-box__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}

.contact-box__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:var(--qc-blue-light);
  color:var(--qc-blue-dark);
  border:1px solid var(--qc-border);
  font-size:13px;
  font-weight:800;
}

.contact-box__badge--soft{
  background:#fff;
}

.contact-box__icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--qc-blue-light);
  color:var(--qc-blue-dark);
  border:1px solid var(--qc-border);
}

.contact-box__icon--alt{
  background:#fff;
}

.contact-box__title{
  margin:0 0 12px;
  color:var(--qc-text);
  font-size:1.32rem;
  line-height:1.25;
}

.contact-box__text{
  margin:0 0 18px;
  color:var(--qc-muted);
  line-height:1.75;
}

.contact-box__list{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:grid;
  gap:10px;
}

.contact-box__list li{
  position:relative;
  padding-left:26px;
  color:var(--qc-text);
  line-height:1.5;
}

.contact-box__list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--qc-blue);
  font-weight:900;
}

.contact-box__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 22px;
  border-radius:14px;
  background: linear-gradient(135deg, var(--qc-blue), var(--qc-blue-dark));
  color:#fff;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 12px 28px rgba(11,94,215,.18);
  transition:.25s ease;
}

.contact-box__cta--secondary{
  background:#fff;
  color:var(--qc-blue-dark);
  border:1px solid var(--qc-border);
  box-shadow:none;
}

.contact-box__cta:hover,
.contact-box__cta:focus-visible{
  transform: translateY(-2px);
  outline:none;
}

.contact-box__cta:focus-visible{
  box-shadow: 0 0 0 4px rgba(11,94,215,.18), 0 12px 28px rgba(11,94,215,.18);
}

@media (max-width: 960px){
  .quick-contact{
    padding:72px 18px;
  }

  .quick-contact__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .contact-box{
    padding:24px 18px;
  }

  .contact-box__top{
    flex-direction:column;
    align-items:flex-start;
  }

  .contact-box__cta{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5333949 */:root{
  --cf-blue:#0b5ed7;
  --cf-blue-dark:#084298;
  --cf-blue-light:#eef4ff;
  --cf-text:#10223a;
  --cf-muted:#5d6b82;
  --cf-border:#dbe7fb;
  --cf-shadow:0 16px 38px rgba(11,94,215,.08);
  --cf-shadow-hover:0 18px 42px rgba(11,94,215,.12);
  --cf-radius:26px;
}

.contact-form-section{
  background:#ffffff;
  padding: 96px 20px;
}

.contact-form-section__container{
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form-section__header{
  text-align:center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.contact-form-section__eyebrow{
  display:inline-flex;
  margin:0 0 16px;
  padding:10px 14px;
  border-radius:999px;
  background:#f8fbff;
  color:var(--cf-blue-dark);
  border:1px solid var(--cf-border);
  font-size:14px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(11,94,215,.05);
}

.contact-form-section__title{
  margin:0 0 16px;
  color:var(--cf-text);
  font-size:clamp(2rem, 4vw, 3.6rem);
  line-height:1.08;
  letter-spacing:-.03em;
}

.contact-form-section__subtitle{
  margin:0 auto;
  color:var(--cf-muted);
  font-size:1.05rem;
  line-height:1.8;
  max-width:72ch;
}

.contact-form-section__grid{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items:start;
}

.contact-info-card{
  background:#ffffff;
  border:1px solid rgba(219,231,251,.95);
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow);
  padding:28px 24px;
  transition:.25s ease;
}

.contact-info-card:hover{
  transform: translateY(-3px);
  border-color: rgba(11,94,215,.22);
  box-shadow: var(--cf-shadow-hover);
}

.contact-info-card__badge{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--cf-blue-light);
  color:var(--cf-blue-dark);
  border:1px solid var(--cf-border);
  font-size:13px;
  font-weight:800;
}

.contact-info-card__title{
  margin:0 0 12px;
  color:var(--cf-text);
  font-size:1.38rem;
  line-height:1.25;
}

.contact-info-card__text{
  margin:0 0 18px;
  color:var(--cf-muted);
  line-height:1.75;
}

.contact-info-card__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.contact-info-card__list li{
  position:relative;
  padding-left:26px;
  color:var(--cf-text);
  line-height:1.5;
}

.contact-info-card__list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--cf-blue);
  font-weight:900;
}

.contact-form{
  background:#ffffff;
  border:1px solid rgba(219,231,251,.95);
  border-radius:var(--cf-radius);
  box-shadow:var(--cf-shadow);
  padding:28px 24px;
}

.contact-form__help{
  margin:0 0 18px;
  color:var(--cf-muted);
  font-size:.95rem;
}

.contact-form__field{
  display:grid;
  gap:8px;
  margin-bottom:16px;
}

.contact-form__field label{
  color:var(--cf-text);
  font-weight:700;
  font-size:.98rem;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea{
  width:100%;
  border:1px solid var(--cf-border);
  border-radius:16px;
  padding:14px 16px;
  background:#fff;
  color:var(--cf-text);
  font:inherit;
  outline:none;
  transition:.2s ease;
  box-shadow:0 8px 18px rgba(11,94,215,.04);
}

.contact-form__field textarea{
  resize:vertical;
  min-height: 160px;
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus{
  border-color: rgba(11,94,215,.45);
  box-shadow: 0 0 0 4px rgba(11,94,215,.12);
}

.contact-form__submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px;
  padding:0 22px;
  border:0;
  border-radius:14px;
  background: linear-gradient(135deg, var(--cf-blue), var(--cf-blue-dark));
  color:#fff;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(11,94,215,.18);
  transition:.25s ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible{
  transform: translateY(-2px);
  outline:none;
}

.contact-form__submit:focus-visible{
  box-shadow: 0 0 0 4px rgba(11,94,215,.18), 0 12px 28px rgba(11,94,215,.18);
}

@media (max-width: 960px){
  .contact-form-section{
    padding:72px 18px;
  }

  .contact-form-section__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c80f48d */:root{
  --sh-blue:#0b5ed7;
  --sh-blue-dark:#084298;
  --sh-blue-light:#eef4ff;
  --sh-text:#10223a;
  --sh-muted:#5d6b82;
  --sh-border:#dbe7fb;
  --sh-shadow:0 16px 38px rgba(11,94,215,.08);
  --sh-shadow-hover:0 18px 42px rgba(11,94,215,.12);
  --sh-radius:26px;
}

.support-hours{
  background:#ffffff;
  padding: 96px 20px;
}

.support-hours__container{
  max-width: 1200px;
  margin: 0 auto;
}

.support-hours__header{
  text-align:center;
  max-width: 920px;
  margin: 0 auto 34px;
}

.support-hours__eyebrow{
  display:inline-flex;
  margin:0 0 16px;
  padding:10px 14px;
  border-radius:999px;
  background:#f8fbff;
  color:var(--sh-blue-dark);
  border:1px solid var(--sh-border);
  font-size:14px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(11,94,215,.05);
}

.support-hours__title{
  margin:0 0 16px;
  color:var(--sh-text);
  font-size:clamp(2rem, 4vw, 3.6rem);
  line-height:1.08;
  letter-spacing:-.03em;
}

.support-hours__subtitle{
  margin:0 auto;
  color:var(--sh-muted);
  font-size:1.05rem;
  line-height:1.8;
  max-width:78ch;
}

.support-hours__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.support-hours-card{
  position:relative;
  background:#ffffff;
  border:1px solid rgba(219,231,251,.95);
  border-radius:var(--sh-radius);
  box-shadow:var(--sh-shadow);
  padding:28px 24px;
  transition:.25s ease;
  overflow:hidden;
}

.support-hours-card:hover{
  transform: translateY(-4px);
  border-color: rgba(11,94,215,.22);
  box-shadow: var(--sh-shadow-hover);
}

.support-hours-card--featured::before{
  content:"";
  position:absolute;
  inset:auto -18% -30% auto;
  width:240px;
  height:240px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(11,94,215,.10) 0%, rgba(11,94,215,0) 70%);
  pointer-events:none;
}

.support-hours-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.support-hours-card__icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--sh-blue-light);
  color:var(--sh-blue-dark);
  border:1px solid var(--sh-border);
}

.support-hours-card__icon--alt{
  background:#fff;
}

.support-hours-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:var(--sh-blue-light);
  color:var(--sh-blue-dark);
  border:1px solid var(--sh-border);
  font-size:13px;
  font-weight:800;
}

.support-hours-card__badge--soft{
  background:#fff;
}

.support-hours-card__title{
  margin:0 0 10px;
  color:var(--sh-text);
  font-size:1.32rem;
  line-height:1.25;
}

.support-hours-card__metric{
  margin:0 0 14px;
  color:var(--sh-blue-dark);
  font-size:2.1rem;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}

.support-hours-card__text{
  margin:0;
  color:var(--sh-muted);
  line-height:1.75;
}

@media (max-width: 960px){
  .support-hours{
    padding:72px 18px;
  }

  .support-hours__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bece185 */:root{
  --qh-blue:#0b5ed7;
  --qh-blue-dark:#084298;
  --qh-blue-light:#eef4ff;
  --qh-text:#10223a;
  --qh-muted:#5d6b82;
  --qh-border:#dbe7fb;
  --qh-shadow:0 16px 38px rgba(11,94,215,.08);
  --qh-shadow-hover:0 18px 42px rgba(11,94,215,.12);
  --qh-radius:24px;
}

.quick-help{
  background:#ffffff;
  padding: 96px 20px;
}

.quick-help__container{
  max-width: 1200px;
  margin: 0 auto;
}

.quick-help__header{
  text-align:center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.quick-help__eyebrow{
  display:inline-flex;
  margin:0 0 16px;
  padding:10px 14px;
  border-radius:999px;
  background:#f8fbff;
  color:var(--qh-blue-dark);
  border:1px solid var(--qh-border);
  font-size:14px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(11,94,215,.05);
}

.quick-help__title{
  margin:0 0 16px;
  color:var(--qh-text);
  font-size:clamp(2rem, 4vw, 3.5rem);
  line-height:1.08;
  letter-spacing:-.03em;
}

.quick-help__subtitle{
  margin:0 auto;
  color:var(--qh-muted);
  font-size:1.05rem;
  line-height:1.8;
  max-width:72ch;
}

.quick-help__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.help-card{
  background:#ffffff;
  border:1px solid rgba(219,231,251,.95);
  border-radius:var(--qh-radius);
  box-shadow:var(--qh-shadow);
  padding:28px 24px;
  transition:.25s ease;
}

.help-card:hover{
  transform: translateY(-4px);
  border-color: rgba(11,94,215,.22);
  box-shadow: var(--qh-shadow-hover);
}

.help-card--featured{
  box-shadow: 0 18px 44px rgba(11,94,215,.10);
}

.help-card__icon{
  width:58px;
  height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--qh-blue-light);
  color:var(--qh-blue-dark);
  border:1px solid var(--qh-border);
  font-weight:900;
  margin-bottom:18px;
}

.help-card__title{
  margin:0 0 12px;
  color:var(--qh-text);
  font-size:1.25rem;
  line-height:1.25;
}

.help-card__text{
  margin:0 0 18px;
  color:var(--qh-muted);
  line-height:1.75;
}

.help-card__link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--qh-blue-dark);
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:800;
}

.help-card__link:hover,
.help-card__link:focus-visible{
  color:var(--qh-blue);
  outline:none;
}

@media (max-width: 960px){
  .quick-help{
    padding:72px 18px;
  }

  .quick-help__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */