/*
Theme Name: Kadence Child
Theme URI: https://example.com
Description: Child theme for Kadence
Author: Your Name
Author URI: https://example.com
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/
h1,
h2,
h3 {
  letter-spacing: 0.01em;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.kadence-btn .wp-element-button {
  letter-spacing: 0.02em;
}
.kadence-cta .wp-block-heading {
  margin: 0 0 14px;
}
.kadence-cta .wp-block-paragraph {
  margin-bottom: 28px;
}
.eyebrow {
  margin-bottom: 20px;
}
.home .kadence-cta .wp-block-heading {
  margin: 0 0 18px;
}
.kadence-cta .wp-block-paragraph {
  margin-bottom: 36px;
}
.page-hero > .kt-row-column-wrap {
  grid-template-columns: 1.15fr 0.85fr !important;
}
.page-hero .eyebrow {
  margin-bottom: 18px;
}
.page-hero .wp-block-heading {
  max-width: 720px;
  margin-bottom: 20px;
}
.page-hero .wp-block-paragraph {
  max-width: 560px;
  font-size: 17.5px;
  margin-bottom: 32px;
}
.page-hero.service-hero .wp-block-heading {
  max-width: 460px;
}
.page-hero.service-hero .wp-block-paragraph {
  max-width: 640px;
}
.page-hero.fee-hero .wp-block-heading {
  max-width: 700px;
}
.page-hero.fee-hero .wp-block-paragraph {
  max-width: 620px;
}
.page-hero .wp-block-heading em {
  color: var(--global-palette13);
}
.page-hero .left-section .wp-block-heading {
  margin: 4px 0 26px;
}
.page-hero .left-section .wp-block-paragraph {
  max-width: 480px;
  font-size: 18px;
  margin-bottom: 38px;
}
.page-hero .right-section {
  max-width: 360px;
  margin-left: auto;
  min-width: 360px;
}
.hero-doorway {
  position: absolute;
  right: -80px;
  top: 0;
  bottom: 0;
  width: 620px;
  pointer-events: none;
  opacity: 0.55;
  z-index: 1;
}
.page-hero-wrapper {
  overflow: hidden;
}
.content-bg .kadence-breadcrumbs a,
.contact-method a {
  text-decoration: none;
}
.content-bg .kadence-breadcrumbs ol {
  padding: 0;
}
.nav-row {
  backdrop-filter: blur(8px);
}
.nav-row .kadence-header-row-inner {
  display: flex;
  padding-block: 18px;
  justify-content: space-between;
}
.nav-row .primary-menu {
  display: flex;
  gap: 30px;
  align-items: center;
  list-style: none;
  margin: 0;
}
.nav-row .primary-menu > li.menu-item > a span {
  font-size: 14.5px;
  color: var(--global-palette1);
  font-weight: 400;
  position: relative;
  padding: 4px 0;
}
.nav-row .primary-menu > li.menu-item > a span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--global-palette11);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.nav-row .primary-menu > li.menu-item > a:hover span::after {
  transform: scaleX(1);
}
.kadence-header-row-inner .wp-block-kadence-header-section:last-child {
  gap: 22px;
}
.site-footer {
  color: rgba(245, 247, 250, 0.7);
  font-size: 14px;
  color: var(--global-palette6);
}
.site-footer .site-footer-row.site-footer-row-columns-4 {
  color: rgba(245, 247, 250, 0.55);
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(245, 247, 250, 0.1);
}
.site-footer .site-footer-section .wp-block-heading {
  font-family: var(--global-body-font-family);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--global-palette13);
  margin-bottom: 18px;
  font-weight: 500;
}
.site-footer .site-bottom-footer-inner-wrap {
  gap: 12px;
  font-size: 13px;
  color: rgba(245, 247, 250, 0.45);
}
.site-footer .site-bottom-footer-inner-wrap .footer-html {
  margin: 0;
}
.site-footer .widget_text {
  max-width: 260px;
  font-size: 13.5px;
}
.site-footer .widget_nav_menu .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.site-footer .widget_nav_menu .menu a {
  padding: 0;
  line-height: 1.6;
  color: rgba(245, 247, 250, 0.68);
}
.site-footer .widget_nav_menu .menu a:hover {
  color: var(--global-palette8);
}
.site-footer .footer-social-wrap .footer-social-inner-wrap {
  gap: 2px 18px;
  justify-content: flex-end;
}
.site-footer .footer-social-wrap .social-button {
  padding: 0;
  height: auto;
  background: transparent !important;
}
.site-footer .footer-social-wrap .social-button .kadence-svg-iconset {
  display: none;
}
.site-footer .footer-social-wrap .social-button .social-label {
  padding: 0;
  color: rgba(245, 247, 250, 0.55);
}
.site-footer .footer-social-wrap .social-button:hover .social-label {
  color: var(--global-palette13);
}
.who-band .who-label {
  white-space: nowrap;
}
.who-band .who-inner {
  max-width: 760px;
}
.split-section .wp-block-paragraph {
  margin-bottom: 14px;
}
.included-list {
  list-style: none;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.included-list li {
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid rgba(34, 48, 59, 0.08);
  position: relative;
  font-size: 15px;
  color: var(--charcoal);
}
.included-list li:first-child {
  padding-top: 0;
}
.included-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 13px;
  height: 1px;
  background: var(--global-palette13);
}
.included-list li:first-child::before {
  top: 13px;
}
.stepline {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--global-palette13);
  color: var(--global-palette1);
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.stepline-separator {
  width: 100%;
  border: 1px;
  height: 1px !important;
  max-width: 100% !important;
}
.section-heading {
  max-width: 640px;
}
.section-heading .wp-block-paragraph {
  max-width: 540px;
}
.kadence-accordion {
  max-width: 760px;
}
.kadence-accordion .wp-block-accordion-item {
  border-bottom: 1px solid rgba(34, 48, 59, 0.12);
}
.kadence-accordion .wp-block-accordion-heading {
  margin: 0;
}
.kadence-accordion
  .wp-block-accordion-heading
  .wp-block-accordion-heading__toggle {
  color: var(--global-palette1) !important;
  font-family: var(--global-heading-font-family) !important;
}
.kadence-accordion
  .wp-block-accordion-heading
  .wp-block-accordion-heading__toggle:hover,
.kadence-accordion
  .wp-block-accordion-heading
  .wp-block-accordion-heading__toggle:focus {
  box-shadow: none !important;
  background: none !important;
}

.kadence-accordion
  .wp-block-accordion-heading
  .wp-block-accordion-heading__toggle:hover
  .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}
.kadence-accordion .wp-block-accordion-panel {
  padding: 0 0 24px;
  max-width: 640px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--global-palette6);
}
.kadence-accordion .wp-block-accordion-heading__toggle-icon {
  font-size: 32px;
  line-height: 32px;
}
.trust-strip ul {
  padding-left: 23px !important;
}
.trust-strip li::marker {
  color: var(--global-palette13);
}
.magnets {
  margin: auto;
  max-width: 640px;
}
.magnets .wp-block-paragraph {
  margin: auto;
  max-width: 540px;
}
.guide-grid .kt-has-2-columns {
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr !important;
}
.guide-grid .guide-photo img {
  aspect-ratio: 4 / 5;
}
.guide-link a {
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid var(--global-palette13);
}
.guide-link a:hover {
  color: var(--global-palette11);
  border-bottom: 1px solid var(--global-palette11);
}
.magnet-grid .kt-row-column-wrap {
  grid-template-columns: 1fr 1px 1fr !important;
}
.magnet-grid .magnet-divider {
  background: linear-gradient(
    to bottom,
    transparent,
    var(--global-palette14) 15%,
    var(--global-palette14) 85%,
    transparent
  );
}
.magnet-grid .theme-form .formlayer-form-fields-wrapper {
  gap: 12px;
  margin-bottom: 12px;
}
.contact-method .wp-block-kadence-advancedheading {
  min-width: 110px;
}
.theme-form .formlayer-form-fields-wrapper,
.theme-form .kt-inside-inner-col {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.theme-form .formlayer-form-fields-wrapper .formlayer-field-wrap {
  margin: 0;
}
.theme-form .formlayer-form-fields-wrapper .full-width,
.theme-form .kt-inside-inner-col .full-width {
  width: 100%;
}
.theme-form .formlayer-form-fields-wrapper .half-width,
.theme-form .kt-inside-inner-col .half-width {
  width: calc(50% - 8px);
}
.theme-form .formlayer-form-fields-wrapper .formlayer-label,
.theme-form .kt-inside-inner-col .kb-adv-form-label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--global-palette1);
}
.theme-form .formlayer-form-fields-wrapper .formlayer-input,
.theme-form .kt-inside-inner-col .kb-field,
.theme-form .kt-inside-inner-col select {
  width: 100%;
  height: auto;
  font-size: 14.5px;
  padding: 13px 16px !important;
  border: 1px solid rgba(34, 48, 59, 0.18) !important;
  background-color: #fff !important;
  border-radius: 2px;
  box-shadow: none !important;
  line-height: 1;
  color: var(--global-palette4) !important;
  transition: inherit;
  transform: inherit !important;
}
.theme-form .kt-inside-inner-col select {
  min-height: 45.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.theme-form .formlayer-form-fields-wrapper .formlayer-input:focus-visible,
.theme-form .kt-inside-inner-col .kb-field:focus-visible {
  outline: 2px solid var(--global-palette11);
  outline-offset: 3px;
}
.theme-form .formlayer-submit-wrap,
.theme-form .kt-inside-inner-col .kb-submit-field {
  margin-top: 6px !important;
  width: 100%;
}
.theme-form .formlayer-submit-wrap .formlayer-submit-btn,
.theme-form .kt-inside-inner-col .kb-submit-field .kb-button {
  width: 100% !important;
  height: inherit !important;
  justify-content: flex-start !important;
  gap: 8px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 13.5px 24px !important;
  box-shadow: none !important;
  border-radius: 2px;
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  line-height: 1;
}
.theme-form .formlayer-submit-wrap .formlayer-submit-btn:hover,
.theme-form .kt-inside-inner-col .kb-submit-field .kb-button:hover {
  background: var(--global-palette-btn-bg-hover);
  transform: inherit !important;
}
.theme-form.settlement .formlayer-submit-wrap .formlayer-submit-btn {
  background: var(--global-palette11);
}
.theme-form.settlement .formlayer-submit-wrap .formlayer-submit-btn:hover {
  background: var(--global-palette12);
}
.article-list,
.service-detail .kt-row-column-wrap {
  margin-left: 0 !important;
}
.article-list .wp-block-paragraph {
  white-space: nowrap;
}
.mark {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--global-palette13);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px !important;
}
.mark:after {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--global-palette11);
  border-bottom: 2px solid var(--global-palette11);
  transform: rotate(-45deg);
  margin-top: -3px;
}
.tagline em {
  color: var(--global-palette11);
  font-style: normal;
}
.feelink-txt {
  max-width: 520px;
}
.feelink-txt .wp-block-heading {
  margin-bottom: 6px;
}
.feelink-txt .wp-block-paragraph strong {
  color: var(--global-palette11);
}
.fee-footer .wp-block-paragraph {
  max-width: 560px;
}
.reassure-grid .wp-block-heading {
  gap: 12px;
  display: flex;
  align-items: center;
}
.reassure-grid .wp-block-heading:before {
  content: "";
  width: 22px;
  height: 1.5px;
  background: var(--global-palette11);
  flex: 0 0 auto;
}
.card:hover {
  box-shadow: 0 18px 46px -28px rgba(34, 48, 59, 0.45);
  transform: translateY(-3px);
}
.card ul {
  list-style: none;
  padding: 0 !important;
}
.card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 11px;
}
.card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 6px;
  border-left: 1.5px solid var(--global-palette13);
  border-bottom: 1.5px solid var(--global-palette13);
  transform: rotate(-45deg);
}
.contract-upload {
  border: 1.5px dashed rgba(34, 48, 59, 0.25);
  border-radius: 2px;
  padding: 28px;
  text-align: center;
  background: var(--global-palette7);
}
.contract-file input {
  background: none !important;
  border: none !important;
  font-size: 12px !important;
  box-shadow: none !important;
  margin: auto;
  width: 95px;
}
.contract-file input::file-selector-button {
  display: none;
}
.contract-file input span {
  display: flex;
  justify-content: center;
}
.contract-file .kb-adv-form-label span {
  display: none;
}
.contract-file .kb-adv-form-label {
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 2px;
  background: var(--global-palette1);
  color: var(--global-palette9);
  letter-spacing: 0.02em;
  max-width: 130px;
  margin-inline: auto;
  line-height: 1.2145;
  cursor: pointer;
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .site-footer .site-footer-row.site-footer-row-columns-4 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 1024px) {
  .magnet-grid .magnet-divider,
  .hero-doorway {
    display: none;
  }
  .page-hero > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
  .stage-line .kt-row-column-wrap {
    grid-template-columns: 1fr 1fr !important;
  }
  .page-hero .right-section {
    margin-left: 0;
    margin-right: auto;
  }
  .magnet-grid .kt-row-column-wrap {
    grid-template-columns: 2fr !important;
  }
  .content-area {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .entry-content-wrap {
    padding: 0 !important;
  }
  .content-style-boxed .content-bg:not(.loop-entry) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .site-container,
  .site-header-row-layout-contained,
  .site-footer-row-layout-contained,
  .entry-hero-layout-contained,
  .alignfull > .wp-block-cover__inner-container,
  .alignwide > .wp-block-cover__inner-container,
  header .kadence-header-row-inner {
    padding-inline: 20px !important;
  }
  .mobile-menu button:hover,
  .mobile-menu button:focus {
    color: var(--global-palette1) !important;
    background: transparent !important;
  }
  .mobile-menu .wp-block-navigation-overlay-close {
    padding-right: 20px !important;
  }
  .guide-grid .kt-has-2-columns {
    grid-template-columns: 1fr !important;
  }
  .guide-grid .guide-photo {
    max-width: 300px;
  }
}