@charset "UTF-8";
html {
  background: var(--global-palette4, #04263a);
}

.kf-footer-el a {
  text-decoration: none;
}
.kf-footer-el .kf-footer-contact .kt-svg-icon-list-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.45;
  transition: color 0.18s ease;
}
.kf-footer-el .kf-footer-contact .kt-svg-icon-link:hover .kt-svg-icon-list-text {
  color: var(--global-palette5);
}
.kf-footer-el .kf-footer-contact .kt-svg-icon-list-single {
  color: var(--global-palette5);
}
.kf-footer-el .kf-footer-contact ul.kt-svg-icon-list {
  row-gap: 14px;
}
.kf-footer-el .kf-foot-areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .kf-footer-el .kf-foot-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
  }
}
.kf-footer-el .kf-foot-areas-region {
  min-width: 0;
}
.kf-footer-el .kf-foot-areas-region__title {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.kf-footer-el .kf-foot-areas-list {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  max-height: var(--kf-foot-areas-max-height, 280px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}
.kf-footer-el .kf-foot-areas-item + .kf-foot-areas-item {
  margin-top: 9px;
}
.kf-footer-el .kf-foot-areas-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
  transition: color 0.18s ease;
}
.kf-footer-el .kf-foot-areas-link:hover {
  color: var(--global-palette5);
}
.kf-footer-el .wp-block-kadence-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.kf-footer-el .wp-block-kadence-single-icon .kt-svg-icon-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.kf-footer-el .wp-block-kadence-single-icon .kt-svg-icon-link:hover {
  background: var(--global-palette5);
  border-color: var(--global-palette5);
  color: var(--global-palette9);
}
.kf-footer-el .wp-block-kadence-single-icon .kb-svg-icon-wrap {
  display: inline-flex;
  color: var(--global-palette9);
}
.kf-footer-el .wp-block-kadence-single-icon .kb-svg-icon-wrap svg {
  width: 18px;
  height: 18px;
}
.kf-footer-el .kf-foot-nav-link {
  display: inline-block;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  margin: 0 14px;
  transition: color 0.18s ease;
}
.kf-footer-el .kf-foot-nav-link:hover {
  color: var(--global-palette5);
}
.kf-footer-el .kf-footer-legal a {
  transition: color 0.18s ease;
}
.kf-footer-el .kf-footer-legal a:hover {
  color: var(--global-palette9) !important;
}
.kf-footer-el .kf-foot-areas-acc .kt-blocks-accordion-header,
.kf-footer-el .kf-foot-areas-acc .kt-blocks-accordion-header:hover,
.kf-footer-el .kf-foot-areas-acc .kt-blocks-accordion-header:focus,
.kf-footer-el .kf-foot-areas-acc .kt-blocks-accordion-header.kt-accordion-panel-active {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--global-palette9);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 0;
}
.kf-footer-el .kf-foot-areas-acc .kt-blocks-accordion-icon-trigger {
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: transparent;
}
.kf-footer-el .kf-foot-areas-acc .kt-blocks-accordion-icon-trigger::before,
.kf-footer-el .kf-foot-areas-acc .kt-blocks-accordion-icon-trigger::after {
  width: 14px;
  height: 2px;
  left: 2px;
  top: 8px;
  background-color: currentColor;
}
.kf-footer-el .kf-foot-areas-acc .kt-accordion-panel-inner {
  padding: 0;
  border: 0;
  background: transparent;
}
@media (min-width: 768px) {
  .kf-footer-el .kf-foot-areas-acc .kt-accordion-header-wrap {
    display: none;
  }
  .kf-footer-el .kf-foot-areas-acc .kt-accordion-panel {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .kf-footer-el .kf-foot-areas-heading {
    display: none;
  }
  .kf-footer-el .kf-foot-areas-acc .kt-accordion-panel-inner {
    padding: 14px 0 0;
  }
  .kf-footer-el .kf-foot-areas-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .kf-footer-el .kf-foot-areas-list {
    max-height: 220px;
  }
  .kf-footer-el .kf-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 0;
  }
  .kf-footer-el .kf-foot-nav-link {
    margin: 0 12px;
  }
  .kf-footer-el .kf-footer-copy {
    text-align: center;
  }
  .kf-footer-el .kf-footer-legal {
    text-align: center !important;
  }
  .kf-footer-el .kf-footer-legal a {
    margin: 0 14px !important;
  }
  .kf-footer-el .kf-footer-bottom > .kt-row-column-wrap {
    row-gap: 12px;
  }
  .kf-footer-el .kf-footer-copy {
    margin-bottom: 0;
  }
  .kf-footer-el .kf-footer-legal {
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .wp-block-kadence-header .wp-block-kadence-header-desktop {
    display: none;
  }
  .wp-block-kadence-header .wp-block-kadence-header-tablet {
    display: block;
  }
  .wp-block-kadence-off-canvas ul.kb-navigation {
    flex-direction: column;
    align-items: stretch;
  }
  .wp-block-kadence-off-canvas ul.kb-navigation .kb-nav-sub-menu,
  .wp-block-kadence-off-canvas ul.kb-navigation ul.sub-menu {
    position: static;
  }
}
.wp-site-blocks > .site-header,
.wp-site-blocks > .wp-block-kadence-header,
.wp-site-blocks > main,
.wp-site-blocks > .site-footer,
.wp-site-blocks > footer {
  margin-top: 0;
}

.kf-h-phone {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.15;
  white-space: nowrap;
  color: var(--global-palette9);
  text-decoration: none !important;
}

.kf-h-phone:hover,
.kf-h-phone:focus,
.kf-h-phone:active,
.kf-h-phone__num {
  text-decoration: none !important;
}

.kf-h-phone__label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.kf-h-phone__num {
  font-weight: 700;
  font-size: 16px;
  color: var(--global-palette9);
}

.wp-block-kadence-header.kf-site-header {
  display: block;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-kadence-header.kf-site-header .kb-header-container,
.wp-block-kadence-header.kf-site-header .wp-block-kadence-header-row {
  width: 100%;
}
.wp-block-kadence-header.kf-site-header .wp-block-kadence-header-row .kadence-header-row-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.wp-block-kadence-header.kf-site-header .wp-block-site-logo img {
  height: 30px;
  width: auto;
  max-width: none;
}
.wp-block-kadence-header.kf-site-header .kf-h-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wp-block-kadence-header.kf-site-header .kf-h-actions--band {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-kadence-header.kf-site-header .kf-h-actions--band {
    display: flex;
    margin-right: 8px;
  }
}
.wp-block-kadence-header.kf-site-header .kf-h-cta.kb-button,
.wp-block-kadence-header.kf-site-header .kf-h-cta .kb-button,
.wp-block-kadence-header.kf-site-header .kb-button.kf-h-cta {
  white-space: nowrap;
  padding: 12px 18px;
  line-height: 18px;
  border: 2px solid transparent;
  background-clip: border-box;
  font-size: 14.5px;
}
.wp-block-kadence-header.kf-site-header .wp-block-kadence-header-tablet .kadence-header-row-inner {
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 16px;
  justify-content: space-between;
}

.wp-block-kadence-header.kf-site-header--default .kb-header-container {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--global-palette4);
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-header-row .kadence-header-row-inner {
  max-width: 1220px;
  margin: 0 auto;
}
.wp-block-kadence-header.kf-site-header--default .kadence-header-row-inner > .wp-block-kadence-header-section:first-child,
.wp-block-kadence-header.kf-site-header--default .kadence-header-row-inner > .wp-block-kadence-header-section:last-child {
  flex-shrink: 0;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-header-column-center {
  margin: 0 auto;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation {
  --kb-nav-column-gap: 22px;
  --kb-nav-row-gap: 0px;
  --kb-nav-top-link-color: rgba(255, 255, 255, 0.85);
  --kb-nav-top-link-color-hover: var(--global-palette5);
  --kb-nav-top-link-color-active: var(--global-palette5);
  --kb-nav-top-link-color-active-ancestor: var(--global-palette5);
  --kb-nav-top-link-padding-top: 8px;
  --kb-nav-top-link-padding-right: 0px;
  --kb-nav-top-link-padding-bottom: 8px;
  --kb-nav-top-link-padding-left: 0px;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation > .navigation > .menu-container > .kb-navigation > .menu-item > .kb-link-wrap > .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation > .navigation > .menu-container > .kb-navigation > .menu-item > .kb-link-wrap > .kb-nav-dropdown-toggle-btn {
  font-size: 14.5px;
  font-weight: 600;
}
.wp-block-kadence-header.kf-site-header--default .kb-header-container.item-is-fixed:not(.item-at-start),
.wp-block-kadence-header.kf-site-header--default .kb-header-container.item-is-stuck {
  background: rgba(4, 38, 58, 0.92);
  width: 100%;
  max-width: none;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .kb-nav-sub-menu,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .sub-menu {
  background: var(--global-palette9) !important;
  border: 1px solid rgba(6, 50, 75, 0.12);
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(6, 50, 75, 0.22) !important;
  padding: 8px !important;
  min-width: 200px;
  margin-top: 10px;
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.16s ease;
  will-change: transform, opacity;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .menu-item-has-children:hover > .kb-nav-sub-menu,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .menu-item-has-children:hover > .sub-menu,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .menu-item-has-children:focus-within > .kb-nav-sub-menu,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .menu-item-has-children:focus-within > .sub-menu {
  transform: translateY(0);
  opacity: 1;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .kb-nav-sub-menu > li,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .sub-menu > li {
  border: 0 !important;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .kb-nav-sub-menu .kb-link-wrap,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .sub-menu .kb-link-wrap {
  display: block;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .kb-nav-sub-menu .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .sub-menu .kb-nav-link-content {
  display: block;
  border-radius: 8px;
  padding: 11px 14px !important;
  color: var(--global-palette3);
  font-size: 14px;
  font-weight: 600;
  width: auto;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .kb-nav-sub-menu .kb-nav-link-content:hover,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .kb-nav-sub-menu .current-menu-item > .kb-link-wrap > .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .kb-nav-sub-menu .current-menu-item > .kb-link-wrap > .kb-nav-link-content:hover,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .sub-menu .kb-nav-link-content:hover,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .sub-menu .current-menu-item > .kb-link-wrap > .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-navigation .sub-menu .current-menu-item > .kb-link-wrap > .kb-nav-link-content:hover {
  background: var(--global-palette8);
  color: var(--global-palette5);
}
.wp-block-kadence-header.kf-site-header--default .kb-header-container.item-is-stuck {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: saturate(140%) blur(12px);
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-off-canvas-trigger {
  width: 46px;
  height: 46px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--global-palette9);
  transition: background 0.18s ease;
}
.wp-block-kadence-header.kf-site-header--default .wp-block-kadence-off-canvas-trigger:hover {
  background: rgba(255, 255, 255, 0.12);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-drawer .kb-off-canvas-inner-wrap {
  background: var(--global-palette4);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-drawer .kb-off-canvas-close {
  top: 18px;
  right: 24px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--global-palette9);
  padding: 0;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-drawer .kb-off-canvas-close:hover,
.wp-block-kadence-header.kf-site-header--default .kf-h-drawer .kb-off-canvas-close:focus-visible {
  background: transparent;
  color: var(--global-palette9);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-drawer-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-drawer-content.is-layout-constrained {
  max-width: none;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-drawer-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dlogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 18px;
  margin-bottom: 8px;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dlogo .wp-block-site-logo {
  margin: 0;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dlogo .wp-block-site-logo img {
  height: 28px;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav {
  padding: 8px 0 20px;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .wp-block-kadence-navigation {
  width: 100%;
  --kb-nav-top-link-color: var(--global-palette9);
  --kb-nav-top-link-color-hover: var(--global-palette5);
  --kb-nav-top-link-color-active: var(--global-palette5);
  --kb-nav-top-link-color-active-ancestor: var(--global-palette5);
  --kb-nav-dropdown-link-color: rgba(255, 255, 255, 0.8);
  --kb-nav-dropdown-link-color-hover: var(--global-palette5);
  --kb-nav-dropdown-link-color-active: var(--global-palette5);
  --kb-nav-top-not-last-link-border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .navigation,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .menu-container,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation {
  width: 100%;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-link-content {
  font-size: 14px;
  font-weight: 500;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation > .menu-item > .kb-link-wrap,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu > .menu-item > .kb-link-wrap,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu > .menu-item > .kb-link-wrap {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation > .menu-item > .kb-link-wrap > .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu > .menu-item > .kb-link-wrap > .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu > .menu-item > .kb-link-wrap > .kb-nav-link-content {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 14px 0 !important;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-dropdown-toggle-btn {
  position: static !important;
  inset: auto !important;
  flex: 0 0 44px;
  width: 44px;
  min-width: 44px;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-dropdown-toggle-btn:hover,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-dropdown-toggle-btn:focus-visible {
  background: transparent;
  color: var(--global-palette5);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-dropdown-toggle-btn .kb-nav-arrow-svg {
  transition: transform 0.18s ease;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-dropdown-toggle-btn[aria-expanded=true] .kb-nav-arrow-svg {
  transform: rotate(180deg);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0 14px !important;
  margin: 0 !important;
  min-width: 0;
  overflow: visible;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu > .menu-item,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu > .menu-item {
  border: 0 !important;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu .kb-link-wrap,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu .kb-link-wrap {
  display: block;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu .kb-nav-link-content {
  font-size: 14px;
  font-weight: 600;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu .kb-nav-link-content {
  display: block;
  width: auto;
  padding: 10px 14px !important;
  border-radius: 0;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu .kb-nav-link-content:hover,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu .kb-nav-link-content:hover,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .sub-menu .current-menu-item > .kb-link-wrap > .kb-nav-link-content,
.wp-block-kadence-header.kf-site-header--default .kf-h-dnav .kb-navigation .kb-nav-sub-menu .current-menu-item > .kb-link-wrap > .kb-nav-link-content {
  color: var(--global-palette5);
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dfoot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 10px;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dfoot > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-dfoot .kb-buttons-wrap,
.wp-block-kadence-header.kf-site-header--default .kf-h-dfoot .wp-block-kadence-advancedbtn {
  width: 100%;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-phone--mobile .kf-h-phone__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-steel);
  margin-bottom: 2px;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-phone--mobile .kf-h-phone__num {
  font-size: 19px;
}
.wp-block-kadence-header.kf-site-header--default .kf-h-cta--mobile.kb-button {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 14px 20px;
  font-size: 16px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .wp-block-kadence-header.kf-site-header--default .kb-navigation .menu > .menu-item > .kb-link-wrap > .kb-nav-link-content {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.transparent-header .wp-block-kadence-header.kf-site-header--default .kb-header-container,
.mobile-transparent-header .wp-block-kadence-header.kf-site-header--default .kb-header-container {
  background: transparent;
}

.transparent-header .wp-block-kadence-header.kf-site-header--default .kb-header-container.item-is-fixed:not(.item-at-start),
.transparent-header .wp-block-kadence-header.kf-site-header--default .kb-header-container.item-is-stuck,
.mobile-transparent-header .wp-block-kadence-header.kf-site-header--default .kb-header-container.item-is-fixed:not(.item-at-start),
.mobile-transparent-header .wp-block-kadence-header.kf-site-header--default .kb-header-container.item-is-stuck {
  background: rgba(4, 38, 58, 0.92);
}

.wp-block-kadence-header.kf-site-header--minimal .wp-block-kadence-header-row .kadence-header-row-inner,
.wp-block-kadence-header.kf-site-header--ad .wp-block-kadence-header-row .kadence-header-row-inner {
  justify-content: space-between;
}
.wp-block-kadence-header.kf-site-header--minimal .wp-block-kadence-header-column-center,
.wp-block-kadence-header.kf-site-header--minimal .wp-block-kadence-header-column-center.no-content,
.wp-block-kadence-header.kf-site-header--ad .wp-block-kadence-header-column-center,
.wp-block-kadence-header.kf-site-header--ad .wp-block-kadence-header-column-center.no-content {
  display: none;
}
.wp-block-kadence-header.kf-site-header--minimal .wp-block-kadence-header-tablet .wp-block-site-logo img,
.wp-block-kadence-header.kf-site-header--ad .wp-block-kadence-header-tablet .wp-block-site-logo img {
  height: 28px;
}

.wp-block-kadence-header.kf-site-header--minimal .kf-h-actions--mobile {
  gap: 12px;
}
.wp-block-kadence-header.kf-site-header--minimal .kf-h-cta--mobile-bar.kb-button {
  padding: 10px 14px;
  font-size: 12.5px;
  line-height: 1.15;
}

.wp-block-kadence-header.kf-site-header--minimal .kf-h-phone--mobile-bar,
.wp-block-kadence-header.kf-site-header--ad .kf-h-phone--mobile-bar {
  text-align: right;
  align-items: flex-end;
}
.wp-block-kadence-header.kf-site-header--minimal .kf-h-phone--mobile-bar .kf-h-phone__label,
.wp-block-kadence-header.kf-site-header--ad .kf-h-phone--mobile-bar .kf-h-phone__label {
  font-size: 9px;
  letter-spacing: 0.1em;
}
.wp-block-kadence-header.kf-site-header--minimal .kf-h-phone--mobile-bar .kf-h-phone__num,
.wp-block-kadence-header.kf-site-header--ad .kf-h-phone--mobile-bar .kf-h-phone__num {
  font-size: 14px;
}

.wp-block-kadence-header.kf-site-header--ad .kf-h-phone--desktop .kf-h-phone__num {
  font-size: 15.5px;
}
.wp-block-kadence-header.kf-site-header--ad .kb-header-container {
  max-width: 100%;
}
.wp-block-kadence-header.kf-site-header--ad .kadence-header-row-inner {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 30px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wp-block-kadence-header.kf-site-header .wp-block-kadence-header-row .kadence-header-row-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wp-block-kadence-header.kf-site-header--default .kf-h-drawer .kb-off-canvas-inner-wrap {
    width: 335px;
  }
  .wp-block-kadence-header.kf-site-header--minimal .kf-h-actions--mobile {
    gap: 10px;
  }
  .wp-block-kadence-header.kf-site-header--minimal .kf-h-cta--mobile-bar.kb-button {
    padding: 9px 12px;
    font-size: 11.5px;
  }
}
.kf-footer-el--minimal .kadence-column_kf-footer-min-top-col > .kt-inside-inner-col,
.kf-footer-el--minimal .kadence-column_kf-footer-min-legal-col > .kt-inside-inner-col {
  align-items: center;
  text-align: center;
}
.kf-footer-el--minimal .kt-svg-icon-list-items_kf-footer-min-contact .kt-svg-icon-list {
  justify-items: center;
}
.kf-footer-el--minimal .wp-block-kadence-icons {
  justify-content: center;
}
.kf-footer-el--minimal .kadence-column_kf-footer-min-legal-col .kf-footer-legal a {
  transition: color 0.18s ease;
}
.kf-footer-el--minimal .kadence-column_kf-footer-min-legal-col .kf-footer-legal a:hover {
  color: var(--global-palette9) !important;
}

.kf-footer-el--simple .kadence-column_kf-footer-simple-col > .kt-inside-inner-col {
  align-items: center;
  text-align: center;
}
.kf-footer-el--simple .kadence-column_kf-footer-simple-col .kf-footer-legal a {
  transition: color 0.18s ease;
}
.kf-footer-el--simple .kadence-column_kf-footer-simple-col .kf-footer-legal a:hover {
  color: var(--global-palette9) !important;
}

.wp-block-heading.has-text-align-center,
.wp-block-kadence-advancedheading.has-text-align-center,
p.has-text-align-center {
  text-wrap: balance;
}

.wp-block-button:not([class*=is-style-]) .wp-block-button__link,
.wp-block-button:not([class*=is-style-]) .wp-element-button,
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]),
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]) {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  border: 2px solid transparent;
  background-clip: border-box;
}

.wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-background),
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-background) {
  background-color: var(--global-palette2);
}
.wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-text-color),
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-text-color) {
  color: var(--global-palette9);
}
.wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-background):hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-background):focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-background):active,
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-background):hover,
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-background):focus,
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-background):active,
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-background):hover,
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-background):focus,
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-background):active,
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-background):hover,
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-background):focus,
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-background):active {
  background-color: var(--global-palette1);
}
.wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-text-color):hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-text-color):focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:not(.has-text-color):active,
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-text-color):hover,
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-text-color):focus,
.wp-block-button:not([class*=is-style-]) .wp-element-button:not(.has-text-color):active,
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-text-color):hover,
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-text-color):focus,
.wp-block-kadence-singlebtn.kb-button:not([class*=is-style-]):not(.has-text-color):active,
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-text-color):hover,
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-text-color):focus,
.wp-block-kadence-advancedbtn .kb-button.wp-block-kadence-singlebtn:not([class*=is-style-]):not(.has-text-color):active {
  color: var(--global-palette9);
}

.wp-block-button.is-style-kf-primary .wp-block-button__link,
.wp-block-button.is-style-kf-primary .wp-element-button,
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary,
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  border: 2px solid transparent;
  background-clip: border-box;
}
.wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-background) {
  background-color: var(--global-palette2);
}
.wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-text-color) {
  color: var(--global-palette9);
}
.wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-background):focus, .wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-background):active,
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-background):hover,
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-background):focus,
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-background):active,
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-background):hover,
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-background):focus,
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-background):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-background):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-background):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-background):active,
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-background):hover,
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-background):focus,
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-background):active {
  background-color: var(--global-palette1);
}
.wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-kf-primary .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-kf-primary .wp-element-button:not(.has-text-color):active,
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-text-color):hover,
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-text-color):focus,
.wp-block-kadence-singlebtn.is-style-kf-primary.kb-button:not(.has-text-color):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-primary:not(.has-text-color):active,
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn.is-style-kf-primary .kb-button:not(.has-text-color):active {
  color: var(--global-palette9);
}

.wp-block-button.is-style-primary .wp-block-button__link,
.wp-block-button.is-style-primary .wp-element-button,
.wp-block-kadence-singlebtn.is-style-primary.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-primary,
.wp-block-kadence-advancedbtn.is-style-primary .kb-button {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  border: 2px solid transparent;
  background-clip: border-box;
}
.wp-block-button.is-style-primary .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-primary .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-background) {
  background-color: var(--global-palette2);
}
.wp-block-button.is-style-primary .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-primary .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-text-color) {
  color: var(--global-palette9);
}
.wp-block-button.is-style-primary .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-primary .wp-block-button__link:not(.has-background):focus, .wp-block-button.is-style-primary .wp-block-button__link:not(.has-background):active,
.wp-block-button.is-style-primary .wp-element-button:not(.has-background):hover,
.wp-block-button.is-style-primary .wp-element-button:not(.has-background):focus,
.wp-block-button.is-style-primary .wp-element-button:not(.has-background):active,
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-background):hover,
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-background):focus,
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-background):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-background):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-background):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-background):active,
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-background):hover,
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-background):focus,
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-background):active {
  background-color: var(--global-palette1);
}
.wp-block-button.is-style-primary .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-primary .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-primary .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-primary .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-primary .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-primary .wp-element-button:not(.has-text-color):active,
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-text-color):hover,
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-text-color):focus,
.wp-block-kadence-singlebtn.is-style-primary.kb-button:not(.has-text-color):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-primary:not(.has-text-color):active,
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn.is-style-primary .kb-button:not(.has-text-color):active {
  color: var(--global-palette9);
}

.wp-block-button.is-style-kf-outline .wp-block-button__link,
.wp-block-button.is-style-kf-outline .wp-element-button,
.wp-block-kadence-singlebtn.is-style-kf-outline.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline,
.wp-block-kadence-advancedbtn.is-style-kf-outline .kb-button {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  border: 2px solid rgba(6, 50, 75, 0.18);
}
.wp-block-button.is-style-kf-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-kf-outline .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-kf-outline.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-kf-outline .kb-button:not(.has-background) {
  background-color: var(--global-palette9);
}
.wp-block-button.is-style-kf-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-kf-outline .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-kf-outline.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-kf-outline .kb-button:not(.has-text-color) {
  color: var(--global-palette3);
  border-color: rgba(6, 50, 75, 0.18);
}
.wp-block-button.is-style-kf-outline .wp-block-button__link.has-text-color,
.wp-block-button.is-style-kf-outline .wp-element-button.has-text-color,
.wp-block-kadence-singlebtn.is-style-kf-outline.kb-button.has-text-color,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline.has-text-color,
.wp-block-kadence-advancedbtn.is-style-kf-outline .kb-button.has-text-color {
  border-color: currentColor;
}
.wp-block-button.is-style-kf-outline .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-kf-outline .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-kf-outline .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-kf-outline .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-kf-outline .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-kf-outline .wp-element-button:not(.has-text-color):active,
.wp-block-kadence-singlebtn.is-style-kf-outline.kb-button:not(.has-text-color):hover,
.wp-block-kadence-singlebtn.is-style-kf-outline.kb-button:not(.has-text-color):focus,
.wp-block-kadence-singlebtn.is-style-kf-outline.kb-button:not(.has-text-color):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline:not(.has-text-color):active,
.wp-block-kadence-advancedbtn.is-style-kf-outline .kb-button:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn.is-style-kf-outline .kb-button:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn.is-style-kf-outline .kb-button:not(.has-text-color):active {
  color: var(--global-palette2);
  border-color: var(--global-palette2);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button,
.wp-block-kadence-singlebtn.is-style-outline.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline,
.wp-block-kadence-advancedbtn.is-style-outline .kb-button {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  border: 2px solid rgba(6, 50, 75, 0.18);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-outline.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-outline:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-outline .kb-button:not(.has-background) {
  background-color: var(--global-palette9) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-outline.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-outline:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-outline .kb-button:not(.has-text-color) {
  color: var(--global-palette3) !important;
  border-color: rgba(6, 50, 75, 0.18);
}
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color,
.wp-block-button.is-style-outline .wp-element-button.has-text-color,
.wp-block-kadence-singlebtn.is-style-outline.kb-button.has-text-color,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline.has-text-color,
.wp-block-kadence-advancedbtn.is-style-outline .kb-button.has-text-color {
  border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,
.wp-block-kadence-singlebtn.is-style-outline.kb-button:not(.has-text-color):hover,
.wp-block-kadence-singlebtn.is-style-outline.kb-button:not(.has-text-color):focus,
.wp-block-kadence-singlebtn.is-style-outline.kb-button:not(.has-text-color):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline:not(.has-text-color):active,
.wp-block-kadence-advancedbtn.is-style-outline .kb-button:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn.is-style-outline .kb-button:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn.is-style-outline .kb-button:not(.has-text-color):active {
  color: var(--global-palette2) !important;
  border-color: var(--global-palette2);
}

.wp-block-button.is-style-kf-outline-white .wp-block-button__link,
.wp-block-button.is-style-kf-outline-white .wp-element-button,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-text-color) {
  color: var(--global-palette9);
  border-color: rgba(255, 255, 255, 0.35);
}
.wp-block-button.is-style-kf-outline-white .wp-block-button__link.has-text-color,
.wp-block-button.is-style-kf-outline-white .wp-element-button.has-text-color,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button.has-text-color,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white.has-text-color,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button.has-text-color {
  border-color: currentColor;
}
.wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-background):focus, .wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-background):active,
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-background):hover,
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-background):focus,
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-background):active,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-background):hover,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-background):focus,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-background):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-background):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-background):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-background):active,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-background):hover,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-background):focus,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-background):active {
  background-color: rgba(255, 255, 255, 0.08);
}
.wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-kf-outline-white .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-kf-outline-white .wp-element-button:not(.has-text-color):active,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-text-color):hover,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-text-color):focus,
.wp-block-kadence-singlebtn.is-style-kf-outline-white.kb-button:not(.has-text-color):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-outline-white:not(.has-text-color):active,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn.is-style-kf-outline-white .kb-button:not(.has-text-color):active {
  color: var(--global-palette9);
  border-color: var(--global-palette9);
}

.wp-block-button.is-style-outline-white .wp-block-button__link,
.wp-block-button.is-style-outline-white .wp-element-button,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-text-color) {
  color: var(--global-palette9);
  border-color: rgba(255, 255, 255, 0.35);
}
.wp-block-button.is-style-outline-white .wp-block-button__link.has-text-color,
.wp-block-button.is-style-outline-white .wp-element-button.has-text-color,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button.has-text-color,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white.has-text-color,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button.has-text-color {
  border-color: currentColor;
}
.wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-background):focus, .wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-background):active,
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-background):hover,
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-background):focus,
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-background):active,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-background):hover,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-background):focus,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-background):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-background):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-background):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-background):active,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-background):hover,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-background):focus,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-background):active {
  background-color: rgba(255, 255, 255, 0.08);
}
.wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-outline-white .wp-element-button:not(.has-text-color):active,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-text-color):hover,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-text-color):focus,
.wp-block-kadence-singlebtn.is-style-outline-white.kb-button:not(.has-text-color):active,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-outline-white:not(.has-text-color):active,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-text-color):hover,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-text-color):focus,
.wp-block-kadence-advancedbtn.is-style-outline-white .kb-button:not(.has-text-color):active {
  color: var(--global-palette9);
  border-color: var(--global-palette9);
}

.wp-block-button.is-style-kf-call-link .wp-block-button__link,
.wp-block-button.is-style-kf-call-link .wp-element-button,
.wp-block-kadence-singlebtn.is-style-kf-call-link.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-call-link,
.wp-block-kadence-advancedbtn.is-style-kf-call-link .kb-button {
  border: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 6px;
  text-decoration: none;
}
.wp-block-button.is-style-kf-call-link .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-kf-call-link .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-kf-call-link.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-call-link:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-kf-call-link .kb-button:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-kf-call-link .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-kf-call-link .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-kf-call-link.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-call-link:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-kf-call-link .kb-button:not(.has-text-color) {
  color: var(--global-palette9);
}
.wp-block-button.is-style-kf-call-link .wp-block-button__link:hover, .wp-block-button.is-style-kf-call-link .wp-block-button__link:focus, .wp-block-button.is-style-kf-call-link .wp-block-button__link:active,
.wp-block-button.is-style-kf-call-link .wp-element-button:hover,
.wp-block-button.is-style-kf-call-link .wp-element-button:focus,
.wp-block-button.is-style-kf-call-link .wp-element-button:active,
.wp-block-kadence-singlebtn.is-style-kf-call-link.kb-button:hover,
.wp-block-kadence-singlebtn.is-style-kf-call-link.kb-button:focus,
.wp-block-kadence-singlebtn.is-style-kf-call-link.kb-button:active,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-call-link:hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-call-link:focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-kf-call-link:active,
.wp-block-kadence-advancedbtn.is-style-kf-call-link .kb-button:hover,
.wp-block-kadence-advancedbtn.is-style-kf-call-link .kb-button:focus,
.wp-block-kadence-advancedbtn.is-style-kf-call-link .kb-button:active {
  background-color: transparent;
}

.wp-block-button.is-style-call-link .wp-block-button__link,
.wp-block-button.is-style-call-link .wp-element-button,
.wp-block-kadence-singlebtn.is-style-call-link.kb-button,
.wp-block-kadence-advancedbtn .kb-button.is-style-call-link,
.wp-block-kadence-advancedbtn.is-style-call-link .kb-button {
  border: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 6px;
  text-decoration: none;
}
.wp-block-button.is-style-call-link .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-call-link .wp-element-button:not(.has-background),
.wp-block-kadence-singlebtn.is-style-call-link.kb-button:not(.has-background),
.wp-block-kadence-advancedbtn .kb-button.is-style-call-link:not(.has-background),
.wp-block-kadence-advancedbtn.is-style-call-link .kb-button:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-call-link .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-call-link .wp-element-button:not(.has-text-color),
.wp-block-kadence-singlebtn.is-style-call-link.kb-button:not(.has-text-color),
.wp-block-kadence-advancedbtn .kb-button.is-style-call-link:not(.has-text-color),
.wp-block-kadence-advancedbtn.is-style-call-link .kb-button:not(.has-text-color) {
  color: var(--global-palette9);
}
.wp-block-button.is-style-call-link .wp-block-button__link:hover, .wp-block-button.is-style-call-link .wp-block-button__link:focus, .wp-block-button.is-style-call-link .wp-block-button__link:active,
.wp-block-button.is-style-call-link .wp-element-button:hover,
.wp-block-button.is-style-call-link .wp-element-button:focus,
.wp-block-button.is-style-call-link .wp-element-button:active,
.wp-block-kadence-singlebtn.is-style-call-link.kb-button:hover,
.wp-block-kadence-singlebtn.is-style-call-link.kb-button:focus,
.wp-block-kadence-singlebtn.is-style-call-link.kb-button:active,
.wp-block-kadence-advancedbtn .kb-button.is-style-call-link:hover,
.wp-block-kadence-advancedbtn .kb-button.is-style-call-link:focus,
.wp-block-kadence-advancedbtn .kb-button.is-style-call-link:active,
.wp-block-kadence-advancedbtn.is-style-call-link .kb-button:hover,
.wp-block-kadence-advancedbtn.is-style-call-link .kb-button:focus,
.wp-block-kadence-advancedbtn.is-style-call-link .kb-button:active {
  background-color: transparent;
}

.entry-content .is-style-call-link .kf-call-num,
.entry-content .is-style-kf-call-link .kf-call-num,
.editor-styles-wrapper .is-style-call-link .kf-call-num,
.editor-styles-wrapper .is-style-kf-call-link .kf-call-num {
  text-decoration: underline;
}

.kb-modal-contentkf-offer-modal .kt-modal-overlay {
  padding: 48px 20px;
  background: color-mix(in srgb, var(--global-palette4) 62%, transparent) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.kb-modal-contentkf-offer-modal .kt-modal-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.kb-modal-contentkf-offer-modal .kf-popup-head,
.kb-modal-contentkf-offer-modal .kf-popup-body {
  margin-top: 0;
  margin-bottom: 0;
}
.kb-modal-contentkf-offer-modal .kt-modal-close {
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}
.kb-modal-contentkf-offer-modal .kt-modal-close:hover, .kb-modal-contentkf-offer-modal .kt-modal-close:focus {
  background: rgba(255, 255, 255, 0.3);
  color: var(--global-palette9);
}
.kb-modal-contentkf-offer-modal .kf-popup-head {
  background: linear-gradient(155deg, var(--global-palette4), var(--global-palette3) 70%);
}
.kb-modal-contentkf-offer-modal .kf-popup-sub {
  opacity: 0.84;
}

.kf-why .kf-why-stars::before, .kf-form-hero-rating::before, .kf-page-hero-rating::before, .kf-hero-rating::before, .kf-trust-strip .kf-trust-num--rating::after {
  content: "";
  display: inline-block;
  flex: none;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 116 20"><path d="M10.00 0.00L12.82 6.12L19.51 6.91L14.57 11.48L15.88 18.09L10.00 14.80L4.12 18.09L5.43 11.48L0.49 6.91L7.18 6.12ZM34.00 0.00L36.82 6.12L43.51 6.91L38.57 11.48L39.88 18.09L34.00 14.80L28.12 18.09L29.43 11.48L24.49 6.91L31.18 6.12ZM58.00 0.00L60.82 6.12L67.51 6.91L62.57 11.48L63.88 18.09L58.00 14.80L52.12 18.09L53.43 11.48L48.49 6.91L55.18 6.12ZM82.00 0.00L84.82 6.12L91.51 6.91L86.57 11.48L87.88 18.09L82.00 14.80L76.12 18.09L77.43 11.48L72.49 6.91L79.18 6.12ZM106.00 0.00L108.82 6.12L115.51 6.91L110.57 11.48L111.88 18.09L106.00 14.80L100.12 18.09L101.43 11.48L96.49 6.91L103.18 6.12Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 116 20"><path d="M10.00 0.00L12.82 6.12L19.51 6.91L14.57 11.48L15.88 18.09L10.00 14.80L4.12 18.09L5.43 11.48L0.49 6.91L7.18 6.12ZM34.00 0.00L36.82 6.12L43.51 6.91L38.57 11.48L39.88 18.09L34.00 14.80L28.12 18.09L29.43 11.48L24.49 6.91L31.18 6.12ZM58.00 0.00L60.82 6.12L67.51 6.91L62.57 11.48L63.88 18.09L58.00 14.80L52.12 18.09L53.43 11.48L48.49 6.91L55.18 6.12ZM82.00 0.00L84.82 6.12L91.51 6.91L86.57 11.48L87.88 18.09L82.00 14.80L76.12 18.09L77.43 11.48L72.49 6.91L79.18 6.12ZM106.00 0.00L108.82 6.12L115.51 6.91L110.57 11.48L111.88 18.09L106.00 14.80L100.12 18.09L101.43 11.48L96.49 6.91L103.18 6.12Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.kf-trust-strip .kf-trust-num--rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.kf-trust-strip .kf-trust-num--rating::after {
  width: 104px;
  height: 18px;
  background-color: var(--global-palette15);
}

@media (max-width: 1024px) {
  .kf-trust-strip .kf-trust-num--rating {
    white-space: nowrap;
  }
  .kf-trust-strip .kf-trust-num--rating::after {
    flex-shrink: 1;
    min-width: 0;
  }
}
.kf-hero-rating::before {
  width: 93px;
  height: 16px;
  background-color: var(--global-palette5);
}

.kf-page-hero-rating::before {
  width: 93px;
  height: 16px;
  background-color: var(--global-palette5);
}

.kf-form-hero-rating::before {
  width: 93px;
  height: 16px;
  background-color: var(--global-palette15);
}

.kf-why .kf-why-stars {
  display: flex;
}
.kf-why .kf-why-stars::before {
  width: 87px;
  height: 15px;
  background-color: var(--global-palette15);
}

.is-style-kf-swoosh {
  position: relative;
  overflow: hidden;
}
.is-style-kf-swoosh::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(820px 360px at 86% -10%, rgba(0, 140, 207, 0.4), transparent 60%);
}
.is-style-kf-swoosh::after {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 560px;
  height: 187px;
  z-index: 2;
  pointer-events: none;
  opacity: 0.16;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 200" preserveAspectRatio="none"><path d="M0 160 Q 300 40 600 70" stroke="%23EC7A08" stroke-width="6" fill="none" stroke-linecap="round"/><path d="M0 185 Q 320 80 600 110" stroke="%23ffffff" stroke-width="3" fill="none" stroke-linecap="round"/><path d="M40 130 Q 320 10 600 30" stroke="%23008CCF" stroke-width="4" fill="none" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.is-style-kf-swoosh > .kt-row-column-wrap {
  position: relative;
  z-index: 3;
}

.is-style-kf-swoosh-wide {
  position: relative;
  overflow: hidden;
}
.is-style-kf-swoosh-wide::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600" preserveAspectRatio="xMidYMid slice"><path d="M-60 480 Q 600 110 1280 210" stroke="%23008CCF" stroke-width="4" fill="none" stroke-linecap="round"/><path d="M-60 522 Q 620 175 1280 265" stroke="%23EC7A08" stroke-width="3.5" fill="none" stroke-linecap="round"/><path d="M-60 438 Q 560 60 1280 162" stroke="%237FD0F5" stroke-width="2" fill="none" stroke-linecap="round" opacity=".6"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}
.is-style-kf-swoosh-wide > .kt-row-column-wrap,
.is-style-kf-swoosh-wide .kt-inside-inner-col {
  position: relative;
  z-index: 1;
}

.gform_wrapper {
  --_check-line: rgba(16, 36, 48, 0.18);
}

.gform_wrapper.gform-theme {
  --gf-ctrl-bg-color: var(--global-palette8);
  --gf-ctrl-border-color: var(--color-line);
  --gf-ctrl-border-color-hover: var(--color-line);
  --gf-ctrl-border-color-focus: var(--global-palette2);
  --gf-ctrl-border-width: 2px;
  --gf-ctrl-color: var(--global-palette7);
  --gf-ctrl-radius: 8px;
  --gf-ctrl-padding-y: 12px;
  --gf-ctrl-padding-x: 14px;
  --gf-ctrl-btn-bg-color-primary: var(--global-palette2);
  --gf-ctrl-btn-bg-color-hover-primary: var(--global-palette1);
  --gf-ctrl-btn-color-primary: var(--global-palette9);
  --gf-ctrl-btn-color-hover-primary: var(--global-palette9);
  --gf-ctrl-btn-border-color-primary: var(--global-palette2);
  --gf-ctrl-btn-border-color-hover-primary: var(--global-palette1);
  --gf-ctrl-btn-radius: 8px;
}
.gform_wrapper.gform-theme .gform_required_legend,
.gform_wrapper.gform-theme .gform_heading {
  display: none;
}
.gform_wrapper.gform-theme .gfield {
  margin-top: 0;
}
.gform_wrapper.gform-theme .gfield .ginput_container {
  margin-top: 0;
  margin-block-start: 0;
}
.gform_wrapper.gform-theme .gform_fields {
  grid-row-gap: 14px;
  grid-column-gap: 12px;
}
.gform_wrapper.gform-theme input[type=text],
.gform_wrapper.gform-theme input[type=email],
.gform_wrapper.gform-theme input[type=tel],
.gform_wrapper.gform-theme input[type=number],
.gform_wrapper.gform-theme textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  font-size: 15px;
  padding: 12px 14px;
  background: var(--global-palette8);
  border: 2px solid var(--color-line);
  border-radius: 8px;
  color: var(--global-palette7);
}
@media (max-width: 767px) {
  .gform_wrapper.gform-theme input[type=text],
  .gform_wrapper.gform-theme input[type=email],
  .gform_wrapper.gform-theme input[type=tel],
  .gform_wrapper.gform-theme input[type=number],
  .gform_wrapper.gform-theme textarea {
    font-size: 16px;
  }
}
.gform_wrapper.gform-theme input[type=text]:hover,
.gform_wrapper.gform-theme input[type=email]:hover,
.gform_wrapper.gform-theme input[type=tel]:hover,
.gform_wrapper.gform-theme input[type=number]:hover,
.gform_wrapper.gform-theme textarea:hover {
  border-color: var(--color-line);
}
.gform_wrapper.gform-theme input[type=text]:focus,
.gform_wrapper.gform-theme input[type=email]:focus,
.gform_wrapper.gform-theme input[type=tel]:focus,
.gform_wrapper.gform-theme input[type=number]:focus,
.gform_wrapper.gform-theme textarea:focus {
  background: var(--global-palette9);
  border-color: var(--global-palette2);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--global-palette2) 13%, transparent);
}
.gform_wrapper.gform-theme .gfield textarea {
  min-block-size: 96px;
  min-height: 96px;
  height: 96px;
  line-height: 1.5;
}
.gform_wrapper.gform-theme .gfield_label, .gform_wrapper.gform-theme.gform-theme--framework .gfield_label {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--global-palette7);
  margin-bottom: 6px;
}
.gform_wrapper.gform-theme {
  margin: 0;
}
.gform_wrapper.gform-theme .gfield_checkbox .gchoice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
}
.gform_wrapper.gform-theme .gfield_checkbox .gchoice label {
  padding: 0;
  margin: 0;
}
.gform_wrapper.gform-theme .gfield_checkbox input[type=checkbox] {
  flex: none;
  width: 24px;
  height: 24px;
  min-height: 0;
  margin: 1px 0 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--_check-line);
  border-radius: 7px;
  background: var(--global-palette8);
  display: grid;
  place-items: center;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.gform_wrapper.gform-theme .gfield_checkbox input[type=checkbox]::before {
  content: none !important;
  display: none !important;
}
.gform_wrapper.gform-theme .gfield_checkbox input[type=checkbox]::after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid var(--global-palette9);
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0;
  transition: opacity 0.12s;
}
.gform_wrapper.gform-theme .gfield_checkbox input[type=checkbox]:hover {
  border-color: var(--global-palette2);
}
.gform_wrapper.gform-theme .gfield_checkbox input[type=checkbox]:checked {
  background: var(--global-palette2);
  border-color: var(--global-palette2);
}
.gform_wrapper.gform-theme .gfield_checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.gform_wrapper.gform-theme .gfield_checkbox input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--global-palette2) 13%, transparent);
}
.gform_wrapper.gform-theme .gfield_checkbox label {
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-slate);
}
.gform_wrapper.gform-theme .gfield_checkbox label a {
  color: var(--global-palette5);
  text-decoration: underline;
}
.gform_wrapper.gform-theme .gfield_required {
  display: none;
}
.gform_wrapper.gform-theme .gform_footer {
  margin-top: 16px;
  padding-top: 0;
}

.gform_wrapper.gform-theme.gform-theme--framework input[type=submit].gform_button.button.button,
.gform_wrapper.gform-theme.gform-theme--framework button[type=submit].gform_button.button.button {
  display: block;
  width: 100%;
  padding: 16px;
  border: 2px solid transparent;
  background-clip: border-box;
  font-family: inherit;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.2;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--global-palette2) 30%, transparent);
  transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
}
.gform_wrapper.gform-theme.gform-theme--framework input[type=submit].gform_button.button.button:hover, .gform_wrapper.gform-theme.gform-theme--framework input[type=submit].gform_button.button.button:focus,
.gform_wrapper.gform-theme.gform-theme--framework button[type=submit].gform_button.button.button:hover,
.gform_wrapper.gform-theme.gform-theme--framework button[type=submit].gform_button.button.button:focus {
  background: var(--global-palette1);
  transform: translateY(-2px);
}

.gform_wrapper .gform_button svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: -0.125em;
}

.wp-block-group.kf-form-trust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.wp-block-group.kf-form-trust.kf-form-trust--center {
  justify-content: center;
  gap: 18px;
}

.wp-block-group.kf-form-trust > p {
  margin: 0;
}

.kf-form-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: var(--global-palette7);
  white-space: nowrap;
}
.kf-form-trust-item::before {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  background-color: var(--global-palette5);
  -webkit-mask: var(--_trust-ico) no-repeat center/contain;
  mask: var(--_trust-ico) no-repeat center/contain;
}

.kf-form-trust--check {
  --_trust-ico: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M9 12l2 2 4-4"/></svg>');
}

.kf-form-trust--lock {
  --_trust-ico: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="11" width="16" height="10" rx="2"/><path d="M8 11V7a4 4 0 0 1 8 0v4"/></svg>');
}

.kf-form-trust--clock {
  --_trust-ico: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 7v5l3 2"/></svg>');
}

.kf-form-trust--phone {
  --_trust-ico: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.81.36 1.6.7 2.34a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.74-1.27a2 2 0 0 1 2.11-.45c.74.34 1.53.57 2.34.7A2 2 0 0 1 22 16.92z"/></svg>');
}

.gform_wrapper.gform-theme .gform_validation_errors > h2,
.gform_wrapper.gform-theme--framework .gform_validation_errors > h2,
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  text-align: left;
}
.gform_wrapper.gform-theme .gform_validation_errors > h2 .gform-icon,
.gform_wrapper.gform-theme--framework .gform_validation_errors > h2 .gform-icon,
.gform_wrapper .gform_validation_errors > h2.gform_submission_error .gform-icon {
  flex: none;
  margin: 0;
  position: static;
}

.gform_wrapper .gfield.gmaps-error-fallback {
  display: block !important;
  position: relative !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
}
.gform_wrapper .gfield.gmaps-error-fallback .gfield_label {
  display: block;
}

.gform_wrapper .gfield.gmaps-autocomplete-field-hidden {
  display: none !important;
}

.kadence-block-pro-modal .kt-modal-container,
.kadence-block-pro-modal .kt-modal-overlay {
  will-change: auto;
}

.pac-container {
  z-index: 1000000 !important;
}

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  margin: -0.75em 0 0 -0.75em;
  z-index: 20;
  filter: brightness(0) invert(1);
}

.gform_wrapper .gform-loader {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 20;
  font-size: 1rem !important;
  inline-size: 1.75rem !important;
  block-size: 1.75rem !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  margin: -0.875rem 0 0 -0.875rem !important;
  border: 3px solid rgba(255, 255, 255, 0.4) !important;
  border-top-color: var(--global-palette9) !important;
  border-radius: 50% !important;
  align-self: auto !important;
  animation: kf-gform-spin 0.7s linear infinite !important;
}
.gform_wrapper .gform-loader::before, .gform_wrapper .gform-loader::after {
  content: none !important;
}

@keyframes kf-gform-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gform_wrapper:has(.gform_ajax_spinner) .gform_footer,
.gform_wrapper:has(.gform_ajax_spinner) .gform_page_footer,
.gform_wrapper:has(.gform-loader) .gform_footer,
.gform_wrapper:has(.gform-loader) .gform_page_footer {
  position: relative;
}
.gform_wrapper:has(.gform_ajax_spinner) .gform_button,
.gform_wrapper:has(.gform-loader) .gform_button {
  color: transparent !important;
  pointer-events: none;
  cursor: default;
}
.gform_wrapper:has(.gform_ajax_spinner) .gform_body,
.gform_wrapper:has(.gform-loader) .gform_body {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.kb-row-layout-idkfmobilecta {
  display: none;
  position: fixed;
  inset: auto 0 0 0;
  z-index: 85;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -16px 34px -20px rgba(0, 0, 0, 0.6);
  transition: opacity 0.15s, transform 0.25s ease;
}
.kb-row-layout-idkfmobilecta.kf-scroll-aware:not(.kf-mobile-cta-shown) {
  transform: translateY(110%);
  pointer-events: none;
}
.kb-row-layout-idkfmobilecta .kb-btnskfmobilectabtns.kb-buttons-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: stretch;
}
.kb-row-layout-idkfmobilecta .kb-btnkfmobilectacall.kb-button {
  justify-content: center;
  padding: 0 14px;
  font-size: 14px;
  white-space: nowrap;
}
.kb-row-layout-idkfmobilecta .kb-btnkfmobilectaoffer.kb-button {
  width: 100%;
  justify-content: center;
  padding: 13px 12px;
  font-size: 14.5px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  body:has(.kb-row-layout-idkfmobilecta) {
    padding-bottom: 76px;
  }
  .kb-row-layout-idkfmobilecta {
    display: block;
  }
  body.kb-modal-open .kb-row-layout-idkfmobilecta,
  body.kt-modal-open .kb-row-layout-idkfmobilecta {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 400px) {
  .kb-row-layout-idkfmobilecta .kb-btnkfmobilectacall.kb-button {
    min-width: 44px;
    padding: 0;
    font-size: 0;
  }
  .kb-row-layout-idkfmobilecta .kb-btnkfmobilectacall.kb-button .kb-svg-icon-wrap {
    font-size: 16px;
    margin: 0;
  }
}
.kf-trust-strip .kf-trust-stat--divider {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.kf-trust-strip .kf-trust-label {
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .kf-trust-strip .kf-trust-stat--divider {
    border-right: 0;
  }
}

.kf-process-steps .kf-step-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: var(--global-palette2);
  border: 5px solid var(--global-palette9);
  box-shadow: 0 8px 22px rgba(0, 140, 207, 0.3);
  position: relative;
  z-index: 1;
}
.kf-process-steps .kf-steps-row .kt-row-column-wrap {
  position: relative;
}
.kf-process-steps .kf-steps-row .kt-row-column-wrap::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 16.6%;
  right: 16.6%;
  height: 2px;
  background: var(--color-cloud);
  z-index: 0;
}
.kf-process-steps .kf-steps-cta {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .kf-process-steps .kf-steps-row .kt-row-column-wrap::before {
    display: none;
  }
}

.kf-final-cta {
  border-top: 3px solid var(--global-palette5);
}
.kf-final-cta .kf-cta-sub {
  opacity: 0.82;
}
.kf-final-cta :is(.is-style-kf-primary, .is-style-primary).kb-button {
  font-size: 17px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.kf-how-it-works .kf-steps-grid {
  counter-reset: kf-step;
}
.kf-how-it-works .kf-step {
  counter-increment: kf-step;
  position: relative;
  overflow: hidden;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
}
.kf-how-it-works .kf-step::before {
  content: counter(kf-step, decimal-leading-zero);
  position: absolute;
  top: 6px;
  right: 18px;
  font-size: 84px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-cloud);
  z-index: 0;
}
.kf-how-it-works .kf-step .wp-block-kadence-icon {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.kf-how-it-works .kf-step h3,
.kf-how-it-works .kf-step .kf-step-text {
  position: relative;
  z-index: 1;
}
.kf-how-it-works .kf-how-cta {
  margin-top: 40px;
}

.kf-values {
  border-top: 1px solid var(--color-line);
}
.kf-values .kf-value-card {
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
}
.kf-values .kf-value-card .wp-block-kadence-icon {
  margin-bottom: 18px;
}

.kf-who-we-help {
  border-top: 1px solid var(--color-line);
}
.kf-who-we-help .sit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.kf-who-we-help .sit-grid > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column {
  position: relative;
  overflow: hidden;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 14px;
  padding: 15px 18px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column > .kt-inside-inner-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 0 34px 0 0;
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column .wp-block-kadence-icon {
  flex: none;
  line-height: 0;
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column .wp-block-kadence-icon svg {
  width: 30px;
  height: 30px;
  color: var(--global-palette2);
  fill: currentColor;
  transition: color 0.16s ease;
}
.kf-who-we-help .sit-label {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  font-weight: 600;
  font-size: 15.5px;
  line-height: normal;
  color: var(--global-palette3);
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column > .kt-inside-inner-col::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 20px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: var(--global-palette2);
  opacity: 0;
  transform: translateY(-50%) translateX(-6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:hover {
  border-color: var(--global-palette2);
  box-shadow: 0 10px 26px rgba(0, 140, 207, 0.14);
  transform: translateY(-2px);
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:hover .wp-block-kadence-icon svg {
  color: var(--global-palette5);
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:hover .sit-label {
  color: var(--global-palette2);
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:hover > .kt-inside-inner-col::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:not(:has(a)) {
  cursor: default;
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:not(:has(a)):hover {
  border-color: var(--color-line);
  box-shadow: none;
  transform: none;
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:not(:has(a)):hover .wp-block-kadence-icon svg {
  color: var(--global-palette2);
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:not(:has(a)):hover .sit-label {
  color: var(--global-palette3);
}
.kf-who-we-help .sit-grid > .wp-block-kadence-column:not(:has(a)) > .kt-inside-inner-col::after {
  content: none;
}
.kf-who-we-help .kf-who-cta {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .kf-who-we-help .sit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kf-who-we-help .sit-grid {
    grid-template-columns: 1fr;
  }
}

.kf-why {
  border-top: 1px solid var(--color-line);
}
@media (max-width: 1024px) {
  .kf-why .kf-why-grid > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
    row-gap: 56px !important;
  }
}
.kf-why .kf-why-media {
  position: relative;
}
.kf-why .kf-why-img {
  position: absolute;
  inset: 0;
  margin: 0 !important;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(6, 50, 75, 0.2);
}
.kf-why .kf-why-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-why .kf-why-quote {
  position: absolute;
  right: -12px;
  bottom: -22px;
  max-width: 300px;
  background: var(--global-palette9);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(6, 50, 75, 0.22);
  padding: 20px 22px;
  z-index: 2;
}
.kf-why .kf-why-stars {
  margin: 0 0 9px;
}
.kf-why .kf-why-quote-text {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--global-palette7);
}
.kf-why .kf-why-quote-name {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  color: var(--global-palette2);
}
.kf-why .kf-why-quote-loc {
  font-weight: 400;
  color: var(--color-slate);
}
.kf-why .wp-block-kadence-iconlist {
  margin-bottom: 0 !important;
}
.kf-why .kf-why-cta {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .kf-why .kf-why-cta {
    justify-content: flex-start;
  }
}

.kf-hero {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--global-palette5);
}
.kf-hero > .kt-row-column-wrap {
  align-items: center;
}
@media (max-width: 1024px) {
  .kf-hero > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}
.kf-hero .kf-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
  opacity: 0.82;
}
.kf-hero .kf-hero-rating-text strong {
  font-weight: 700;
}
.kf-hero .kf-hero-sub {
  opacity: 0.7;
}
.kf-hero .kf-hero-accent {
  color: var(--global-palette5);
}
.kf-hero .kf-hero-stats {
  flex-wrap: nowrap !important;
  gap: 24px;
  margin: 0 0 32px;
}
.kf-hero .kf-hero-stats > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-hero .kf-hero-stat {
  gap: 2px;
  position: relative;
}
.kf-hero .kf-hero-stat + .kf-hero-stat {
  padding-left: 24px;
}
.kf-hero .kf-hero-stat + .kf-hero-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.22);
}
.kf-hero .kf-hero-stat-num {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: var(--global-palette9);
}
.kf-hero .kf-hero-stat-label {
  margin: 0;
  font-size: 13px;
  line-height: normal;
  color: var(--global-palette9);
  opacity: 0.72;
}
.kf-hero .kf-hero-cta :is(.is-style-kf-call-link, .is-style-call-link).kb-button {
  color: var(--color-blue-300);
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.kf-hero .kf-hero-cta :is(.is-style-kf-call-link, .is-style-call-link).kb-button::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 72px;
  height: 40px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="72" height="40" viewBox="0 0 72 40" fill="none"><path d="M3 16 C 20 34, 46 36, 62 18" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M50 20 L 64 16 L 60 30" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="72" height="40" viewBox="0 0 72 40" fill="none"><path d="M3 16 C 20 34, 46 36, 62 18" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M50 20 L 64 16 L 60 30" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.kf-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button {
  padding: 14px 26px;
  gap: 10px;
}
.kf-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button .kb-svg-icon-fe_phone svg {
  stroke-width: 2.4;
}
@media (max-width: 1024px) {
  .kf-hero .kf-hero-stats {
    display: none;
  }
  .kf-hero .kf-hero-cta :is(.is-style-kf-call-link, .is-style-call-link).kb-button::after {
    transform: scaleY(-1);
  }
}

.kf-hero-form-placeholder {
  background: var(--global-palette9);
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.kf-hero-form-placeholder > .wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}

.kf-hero-form-head {
  background: var(--global-palette2);
  padding: 22px 26px;
}
.kf-hero-form-head h2,
.kf-hero-form-head .kf-hero-form-headsub {
  line-height: normal;
}

.kf-hero-form-headsub {
  opacity: 0.88;
}

.kf-hero-form-body {
  padding: 24px 26px;
}

.kf-hero-form-note {
  margin: 0;
}

.kf-page-hero .kf-page-hero-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: normal;
  opacity: 0.82;
}
.kf-page-hero .kf-page-hero-rating-text strong {
  font-weight: 700;
}
.kf-page-hero .kf-page-hero-accent {
  color: var(--global-palette5);
}
.kf-page-hero .kf-page-hero-sub {
  opacity: 0.72;
}
.kf-page-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button {
  padding: 14px 26px;
  gap: 10px;
}
.kf-page-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button .kb-svg-icon-fe_phone svg {
  stroke-width: 2.4;
}
.kf-page-hero .kf-page-hero-stats {
  gap: 26px;
  margin-top: 40px;
  margin-bottom: 0;
}
.kf-page-hero .kf-page-hero-stats > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-page-hero .kf-page-hero-stat {
  gap: 2px;
  position: relative;
}
.kf-page-hero .kf-page-hero-stat + .kf-page-hero-stat {
  padding-left: 26px;
}
.kf-page-hero .kf-page-hero-stat + .kf-page-hero-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.22);
}
.kf-page-hero .kf-page-hero-stat-num {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: var(--global-palette9);
}
.kf-page-hero .kf-page-hero-stat-label {
  margin: 0;
  font-size: 13px;
  line-height: normal;
  color: var(--global-palette9);
  opacity: 0.66;
}

.kf-legal-hero .kf-legal-hero-updated {
  opacity: 0.58;
}
.kf-legal-hero .kf-legal-hero-lead {
  opacity: 0.78;
}

.kf-legal__body a {
  color: var(--global-palette2);
  text-decoration: underline;
}

.kf-confirm-hero .kf-confirm-lead {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.82;
}

.kf-confirm-meantime .kt-inside-inner-col {
  text-align: center;
  padding: 40px 34px;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: var(--global-palette9);
}

.kf-review-card .kt-inside-inner-col {
  padding: 48px 44px;
  border: 1px solid var(--color-line);
  border-radius: 20px;
  background: var(--global-palette9);
  box-shadow: 0 14px 44px rgba(6, 50, 75, 0.06);
}

.kf-review-or {
  text-transform: uppercase;
  border-top: 1px solid var(--color-line);
  padding-top: 26px;
}

.kf-review-socials .kb-button {
  font-size: 14.5px;
}

@media (max-width: 767px) {
  .kf-review-card .kt-inside-inner-col {
    padding: 34px 22px;
  }
  .kf-confirm-meantime .kt-inside-inner-col {
    padding: 32px 22px;
  }
}
.kf-404 .kf-404-num {
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.kf-404 .kf-404-links {
  gap: 14px;
  margin-top: 34px;
}
.kf-404 .kf-404-links > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-404 .kf-404-links-label {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--global-palette9);
  opacity: 0.62;
}
.kf-404 .kf-404-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kf-404 .kf-404-links-list li {
  margin: 0;
  position: relative;
  padding: 0 16px;
}
.kf-404 .kf-404-links-list li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.22);
}
.kf-404 .kf-404-links-list a {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: 15px;
  color: var(--global-palette9);
  text-decoration: none;
  transition: color 0.15s ease;
}
.kf-404 .kf-404-links-list a:hover {
  color: var(--global-palette5);
}
@media (max-width: 767px) {
  .kf-404 .kf-404-links {
    flex-direction: column;
    gap: 12px;
  }
}

.kf-form-hero > .kt-row-column-wrap {
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .kf-form-hero > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}
.kf-form-hero::before {
  opacity: 0.55;
  background: radial-gradient(760px 320px at 88% -8%, rgba(0, 140, 207, 0.38), transparent 62%);
}
.kf-form-hero::after {
  width: 520px;
  height: 173px;
  opacity: 0.13;
}
.kf-form-hero .kf-form-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
  opacity: 0.82;
}
.kf-form-hero .kf-form-hero-rating-text strong {
  font-weight: 700;
}
.kf-form-hero .kf-form-hero-accent {
  color: var(--global-palette5);
}
.kf-form-hero .kf-form-hero-sub {
  opacity: 0.75;
}
.kf-form-hero .kf-form-hero-sub2 {
  opacity: 0.65;
}
.kf-form-hero .kf-form-hero-note {
  opacity: 0.6;
}
.kf-form-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button {
  font-size: 16px;
  padding: 14px 26px;
  gap: 10px;
}
.kf-form-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button .kb-svg-icon-fe_phone svg {
  stroke-width: 2.4;
}
.kf-form-hero .kf-form-hero-cta :is(.is-style-kf-call-link, .is-style-call-link).kb-button {
  display: none;
  color: var(--color-blue-300);
  padding: 0;
  align-items: center;
  gap: 10px;
}
.kf-form-hero .kf-form-hero-cta :is(.is-style-kf-call-link, .is-style-call-link).kb-button::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 72px;
  height: 40px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="72" height="40" viewBox="0 0 72 40" fill="none"><path d="M3 16 C 20 34, 46 36, 62 18" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M50 20 L 64 16 L 60 30" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="72" height="40" viewBox="0 0 72 40" fill="none"><path d="M3 16 C 20 34, 46 36, 62 18" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M50 20 L 64 16 L 60 30" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (max-width: 1024px) {
  .kf-form-hero .kf-form-hero-cta :is(.is-style-kf-call-link, .is-style-call-link).kb-button::after {
    transform: scaleY(-1);
  }
}

body.single-location .kf-form-hero .kf-form-hero-cta :is(.is-style-kf-call-link, .is-style-call-link).kb-button {
  display: inline-flex;
}

.kf-guide-form {
  max-width: 482px;
  margin-left: auto;
  margin-right: auto;
  background: var(--global-palette9);
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
@media (max-width: 767px) {
  .kf-guide-form {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.kf-guide-form > .wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}

.kf-guide-form-head {
  background: var(--global-palette2);
}

.kf-guide-form-headsub {
  color: rgba(255, 255, 255, 0.88);
}

.kf-guide-form-body {
  padding: 24px 26px;
}

.kf-guide-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.kf-guide-form-note::before {
  content: "";
  flex: none;
  width: 14px;
  height: 14px;
  background-color: var(--global-palette5);
  -webkit-mask: var(--_lock-ico) no-repeat center/contain;
  mask: var(--_lock-ico) no-repeat center/contain;
}
.kf-guide-form-note {
  --_lock-ico: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="11" width="16" height="10" rx="2"/><path d="M8 11V7a4 4 0 0 1 8 0v4"/></svg>');
}

.kf-mission {
  position: relative;
  overflow: hidden;
}
.kf-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 90% at 50% 0%, rgba(0, 140, 207, 0.22), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.kf-mission .kf-mission-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--color-blue-300);
  letter-spacing: 0.01em;
}
.kf-mission .kf-mission-tagline::before, .kf-mission .kf-mission-tagline::after {
  content: "";
  flex: none;
  width: 34px;
  height: 2px;
  background: var(--global-palette5);
}

.kf-guide-cta .kf-guide-banner {
  display: flex;
  align-items: center;
  gap: 22px;
  background: var(--global-palette8);
  border: 1px solid var(--color-line);
  border-left: 4px solid var(--global-palette5);
  border-radius: 18px;
  padding: 26px 30px;
}
.kf-guide-cta .kf-guide-banner > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-guide-cta .kf-guide-banner__ico {
  flex: none;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  color: var(--global-palette2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-guide-cta .kf-guide-banner__text {
  flex: 1;
}
.kf-guide-cta .kf-guide-banner__cta {
  flex: none;
}
.kf-guide-cta .kf-guide-banner__cta .kb-button {
  white-space: nowrap;
}
.kf-guide-cta :is(.is-style-kf-outline, .is-style-outline).kb-button {
  font-size: 15.5px;
  padding: 13px 24px;
}
@media (max-width: 1024px) {
  .kf-guide-cta .kf-guide-banner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.kf-guide-band {
  position: relative;
  overflow: hidden;
}
.kf-guide-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 90% at 50% 0%, rgba(0, 140, 207, 0.22), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.kf-guide-band .kf-guide-band-body {
  opacity: 0.78;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}
.kf-guide-band .kf-guide-band-cta {
  margin-top: -15px;
  margin-bottom: -15px !important;
}
.kf-guide-band :is(.is-style-kf-primary, .is-style-primary).kb-button {
  padding-left: 32px;
  padding-right: 32px;
}

.lp-hero::after {
  width: 480px;
  height: 160px;
  opacity: 0.14;
}

.kf-gstp-hero::after {
  opacity: 0.14;
}

.kadence-column_lpheroform .kf-guide-form,
.kf-gstp-hero-right .kf-guide-form {
  max-width: none;
  margin-inline: 0;
}

.kf-guide-chip {
  display: inline-flex;
}

.kf-guide-chip-cover {
  flex: none;
}
.kf-guide-chip-cover img {
  border-radius: 6px;
}

.kf-contact-info .kf-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  justify-items: stretch;
}
.kf-contact-info .kf-info-grid > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-contact-info .kf-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  width: 100%;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: 26px 18px;
}
.kf-contact-info .kf-info-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-contact-info .kf-info-ico {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--global-palette2) 10%, transparent);
  color: var(--global-palette2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.kf-contact-info .kf-info-ico .wp-block-kadence-icon {
  line-height: 0;
}
.kf-contact-info .kf-info-value {
  text-decoration: none;
}
.kf-contact-info .kf-info-value a {
  color: inherit;
  text-decoration: none;
}
.kf-contact-info .kf-info-formlink {
  margin: 12px 0 0;
}
.kf-contact-info .kf-info-formlink a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--global-palette2);
  border: 1px solid color-mix(in srgb, var(--global-palette2) 35%, transparent);
  border-radius: 8px;
  padding: 7px 13px;
  text-decoration: none;
}
.kf-contact-info .kf-info-online {
  margin-top: 30px;
  gap: 12px;
}
.kf-contact-info .kf-info-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--global-palette8);
  border: 1px solid var(--color-line);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.kf-contact-info .kf-info-social:hover {
  background: var(--global-palette2);
  border-color: var(--global-palette2);
}
@media (max-width: 1024px) {
  .kf-contact-info .kf-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kf-contact-info .kf-info-grid {
    grid-template-columns: 1fr;
  }
}

.kf-contact-map {
  border-top: 1px solid var(--color-line);
}
.kf-contact-map__head {
  max-width: 60ch;
  margin: 0 auto 28px;
  text-align: center;
}
.kf-contact-map__lead {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--color-slate);
  margin: 0;
}
.kf-contact-map__frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  box-shadow: 0 10px 28px rgba(6, 50, 75, 0.08);
  line-height: 0;
}
.kf-contact-map__frame iframe {
  display: block;
  border: 0;
}

.kf-local > .kt-row-column-wrap {
  align-items: center !important;
}
@media (max-width: 1024px) {
  .kf-local > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}
.kf-local .wp-block-kadence-iconlist {
  margin-bottom: 0 !important;
}
.kf-local :is(.is-style-kf-outline, .is-style-outline).kb-button {
  font-size: 17px;
  padding: 14px 28px;
}
.kf-local .kf-local-media {
  position: relative;
}
.kf-local .kf-local-img {
  margin: 0 !important;
}
.kf-local .kf-local-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--color-line);
}
.kf-local .kf-local-badge {
  position: absolute;
  right: -12px;
  bottom: -22px;
  background: var(--global-palette2);
  border: 1px solid var(--global-palette2);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 14px 30px rgba(0, 140, 207, 0.28);
}
.kf-local .kf-local-badge > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-local .kf-local-badge-sub {
  opacity: 0.82;
}

.kf-team .kf-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
  padding: 0;
}
.kf-team .kf-team-grid > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .kf-team .kf-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kf-team .kf-team-grid {
    grid-template-columns: 1fr;
  }
}
.kf-team .kf-team-card {
  position: relative;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 18px;
  padding: 30px 26px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
}
.kf-team .kf-team-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-team .kf-team-name {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: var(--global-palette3);
}
.kf-team .kf-team-name a {
  color: inherit;
  text-decoration: none;
}
.kf-team .kf-team-role {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--global-palette5);
  margin: 5px 0 14px;
}
.kf-team .kf-team-teaser {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--global-palette7);
  margin: 0 0 16px;
}
.kf-team .kf-team-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--global-palette2);
  text-decoration: none;
}
.kf-team .kf-team-link:hover {
  color: var(--global-palette5);
}
.kf-team .kf-team-link::after {
  content: "";
  position: absolute;
  inset: 0;
}
.kf-team .kf-team-link::before {
  content: "";
  display: inline-block;
  flex: none;
  order: 1;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none"><path d="M5 12h14" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M13 6l6 6-6 6" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none"><path d="M5 12h14" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M13 6l6 6-6 6" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.kf-team .kf-team-photo {
  width: 104px;
  height: 104px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--global-palette9);
  box-shadow: 0 6px 16px rgba(6, 50, 75, 0.16);
}
.kf-team figure.kf-team-photo {
  display: block;
  margin: 0 auto 16px;
  padding: 0;
}
.kf-team figure.kf-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
.kf-team .kf-team-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, var(--global-palette2), var(--global-palette3));
  color: var(--global-palette9);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.02em;
}

.kf-team-member-photo-img img {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 44px rgba(4, 38, 58, 0.4);
  display: block;
  margin: 0 auto;
}

.kf-team-member-photo-img.kf-team-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--global-palette2), var(--global-palette3));
  color: var(--global-palette9);
  font-weight: 700;
  font-size: 72px;
  letter-spacing: 0.02em;
  border: 4px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 44px rgba(4, 38, 58, 0.4);
}

.kf-team-member-role {
  margin: 0 0 22px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-blue-300);
}

.kf-team-member-bio {
  max-width: 60ch;
  margin: 0 0 26px !important;
  font-size: 18px;
  line-height: 1.65;
}

.kf-team-member-bio p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.8);
}
.kf-team-member-bio p:last-child {
  margin-bottom: 0;
}

.kf-team-member-hero-cta .kb-button.kt-button.wp-block-kadence-singlebtn {
  line-height: 1.5;
}

.kf-team-member-others [data-kb-block=kb-adv-heading_ktmotherseye],
.kf-team-member-others .kf-team-member-others-head {
  text-align: center;
}

.kf-team-member-others ul.kb-query-grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .kf-team-member-others ul.kb-query-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kf-team-member-others ul.kb-query-grid-wrap {
    grid-template-columns: 1fr;
  }
}

.kf-team-member-others .kb-query-item {
  margin: 0;
}

.kf-team-member-other-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kf-team-member-other-photo {
  margin: 0 0 14px !important;
}
.kf-team-member-other-photo img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 18%;
  box-shadow: 0 6px 16px rgba(6, 50, 75, 0.14);
}

.kf-team-member-other-photo.kf-team-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--global-palette2), var(--global-palette3));
  color: var(--global-palette9);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(6, 50, 75, 0.14);
}

.kf-team-member-other-name {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--global-palette3);
}
.kf-team-member-other-name a {
  color: inherit;
  text-decoration: none;
}

.kf-team-member-other-role {
  margin: 4px 0 0 !important;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-blue-300);
}

.kf-team-member-about-fact-num {
  margin: 0;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: var(--global-palette2);
}

.kf-team-member-about-fact-desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--global-palette7);
}

.kf-resources {
  border-top: 1px solid var(--color-line);
}
.kf-resources .kf-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.kf-resources .kf-resources-grid > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .kf-resources .kf-resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kf-resources .kf-resources-grid {
    grid-template-columns: 1fr;
  }
}
.kf-resources .kf-resource-card {
  display: flex;
  flex-direction: column;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
}
.kf-resources .kf-resource-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-resources .kf-resource-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--global-palette2) 10%, transparent);
  color: var(--global-palette2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.kf-resources .kf-resource-ico .wp-block-kadence-icon {
  line-height: 0;
}
.kf-resources .kf-resource-link {
  margin-top: auto;
  line-height: 0;
}
.kf-resources .kf-resource-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
  color: var(--global-palette2);
  text-decoration: none;
}
.kf-resources .kf-resource-link a:hover {
  color: var(--global-palette5);
}
.kf-resources .kf-resource-link a::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none"><path d="M12 3v12" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/><path d="m7 10 5 5 5-5" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 21h14" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none"><path d="M12 3v12" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/><path d="m7 10 5 5 5-5" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 21h14" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.kf-resources .kf-resource-link--ext a::after {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"><path d="M7 17 17 7" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7h10v10" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"><path d="M7 17 17 7" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7h10v10" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.kf-compare .kf-compare-heading {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .kf-compare .kf-compare-grid > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}
.kf-compare .kf-compare-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  padding: 30px;
}
.kf-compare .kf-compare-card > .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.kf-compare .kf-compare-card--agent {
  background: var(--global-palette8);
  border: 1px solid var(--color-line);
}
.kf-compare .kf-compare-card--kf {
  background: var(--global-palette9);
  border: 2px solid var(--global-palette2);
  box-shadow: 0 18px 40px rgba(0, 140, 207, 0.15);
}
.kf-compare .kf-compare-card--kf > .kt-inside-inner-col {
  position: static;
}
.kf-compare .kf-compare-badge {
  position: absolute;
  top: -12px;
  left: 30px;
  display: inline-block;
  width: auto;
  background: var(--global-palette5);
  padding: 5px 12px;
  border-radius: 999px;
}
.kf-compare .wp-block-kadence-iconlist {
  margin-bottom: 0 !important;
}
.kf-compare .wp-block-kadence-iconlist .kt-svg-icon-list-single {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.kf-compare .kf-compare-card--agent .kb-svg-icon-wrap {
  color: var(--color-danger);
}
.kf-compare .kf-compare-card--kf .kb-svg-icon-wrap {
  color: var(--color-success);
}
.kf-compare .kf-compare-agent-cta {
  margin-top: auto !important;
  padding-top: 28px;
  justify-content: space-between;
}
.kf-compare .kf-compare-arrow-link.kb-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-family: var(--global-heading-font-family);
  font-weight: 700;
  font-size: clamp(20px, 2.3vw, 26px);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.kf-compare .kf-compare-arrow-link.kb-button:not(.has-text-color) {
  color: var(--global-palette2);
}
.kf-compare .kf-compare-arrow-link.kb-button:not(.has-text-color):hover, .kf-compare .kf-compare-arrow-link.kb-button:not(.has-text-color):focus, .kf-compare .kf-compare-arrow-link.kb-button:not(.has-text-color):active {
  color: var(--global-palette1);
}
.kf-compare .kf-compare-arrow-link.kb-button::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 74px;
  height: 32px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="74" height="32" viewBox="0 0 74 32" fill="none"><path d="M2 13c14 14 36 16 54 5" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M52 13.5L65 14.5L57 25.5" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="74" height="32" viewBox="0 0 74 32" fill="none"><path d="M2 13c14 14 36 16 54 5" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M52 13.5L65 14.5L57 25.5" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.kf-compare .kf-compare-kf-cta {
  justify-content: center;
  margin-top: 22px !important;
  width: 100%;
}
.kf-compare .kf-compare-kf-cta .kb-button {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 14px;
}

.kf-situations {
  border-top: 1px solid var(--color-line);
}
.kf-situations .kf-sit2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
}
.kf-situations .kf-sit2-grid > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .kf-situations .kf-sit2-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .kf-situations .kf-sit2-grid {
    grid-template-columns: 1fr;
  }
}
.kf-situations .kf-sit2-card {
  display: block;
  height: 100%;
}
.kf-situations .kf-sit2-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-situations .kf-sit2-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 4px 14px rgba(6, 50, 75, 0.05);
  text-decoration: none;
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.kf-situations .kf-sit2-link > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-situations .kf-sit2-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--global-palette2) 10%, transparent);
  color: var(--global-palette2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.kf-situations .kf-sit2-ico .wp-block-kadence-icon {
  line-height: 0;
}
.kf-situations .kf-sit2-title {
  transition: color 0.18s ease;
}
.kf-situations .kf-sit2-link[href]:not([href="#"]):hover {
  border-color: var(--global-palette2);
  box-shadow: 0 12px 28px rgba(0, 140, 207, 0.12);
  transform: translateY(-2px);
}
.kf-situations .kf-sit2-link[href]:not([href="#"]):hover .kf-sit2-title {
  color: var(--global-palette2);
}
.kf-situations .kf-sit2-link[href]:not([href="#"]):hover .kf-sit2-title::after {
  content: " →";
  color: var(--global-palette2);
}
.kf-situations .kf-situations-cta {
  margin-top: 34px;
}

.kf-recent-posts {
  border-top: 1px solid var(--color-line);
}
.kf-recent-posts .kf-posts-head {
  gap: 20px;
  margin: 0 0 40px;
}
.kf-recent-posts .kf-posts-head > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-recent-posts .kf-posts-head__text {
  max-width: 60ch;
}
.kf-recent-posts .kf-posts-head__text h2 {
  text-wrap: balance;
}
.kf-recent-posts .kf-posts-head__cta {
  flex: none;
}
.kf-recent-posts .kf-posts-head__cta .kb-button {
  font-size: 15.5px;
  padding: 13px 24px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.kf-recent-posts .kf-posts-head__cta .kb-button::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 15px;
  height: 15px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M13 6l6 6-6 6"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M13 6l6 6-6 6"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.kf-recent-posts .kf-posts-grid .kb-query-grid-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kf-recent-posts .kf-posts-grid .kb-query-item {
  margin: 0;
}
.kf-recent-posts .kf-posts-grid .kb-query-item > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-recent-posts .kf-post-card {
  display: block;
  height: 100%;
}
.kf-recent-posts .kf-post-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-recent-posts .kf-post-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.kf-recent-posts .kf-post-card__link > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-recent-posts .kf-post-card__link:hover {
  border-color: var(--global-palette2);
  box-shadow: 0 14px 30px rgba(0, 140, 207, 0.12);
  transform: translateY(-2px);
}
.kf-recent-posts .kf-post-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0 !important;
}
.kf-recent-posts .kf-post-thumb img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-recent-posts .kf-post-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(6, 50, 75, 0.18), rgba(0, 140, 207, 0.28));
}
.kf-recent-posts .kf-post-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 26px 26px;
}
.kf-recent-posts .kf-post-body > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-recent-posts .kf-post-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--global-palette2);
  background: color-mix(in srgb, var(--global-palette2) 10%, transparent);
  border-radius: 4px;
  padding: 3px 9px;
  margin-bottom: 14px !important;
}
.kf-recent-posts .kf-post-title {
  font-weight: 700;
  font-size: 18.5px;
  color: var(--global-palette3);
  margin-bottom: 10px !important;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.56em;
}
.kf-recent-posts .kf-post-desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--global-palette7);
  margin-bottom: 20px !important;
}
.kf-recent-posts .kf-post-desc p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 4.65em;
}
@media (max-width: 767px) {
  .kf-recent-posts .kf-post-desc p {
    -webkit-line-clamp: 4;
    min-height: 6.2em;
  }
}
.kf-recent-posts .kf-post-link {
  margin-top: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.267;
  color: var(--global-palette2);
  transition: color 0.18s ease;
}
.kf-recent-posts .kf-post-link::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 15px;
  height: 15px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M13 6l6 6-6 6"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M13 6l6 6-6 6"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.kf-recent-posts .kf-post-card__link:hover .kf-post-link {
  color: var(--global-palette5);
}

.kf-blog-hero {
  position: relative;
  overflow: hidden;
  color: var(--global-palette9);
}
.kf-blog-hero::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(820px 360px at 86% -10%, color-mix(in srgb, var(--global-palette2) 40%, transparent), transparent 60%);
}
.kf-blog-hero > .kt-row-column-wrap {
  position: relative;
  z-index: 3;
}
.kf-blog-hero .kf-blog-hero__accent {
  color: var(--global-palette5);
}
.kf-blog-hero .kf-blog-hero__sub {
  opacity: 0.82;
}

.kf-archive-hero {
  position: relative;
  overflow: hidden;
  background: var(--global-palette4);
  padding: 104px 24px 48px;
  text-align: center;
  color: var(--global-palette9);
}
.kf-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/wp-content/uploads/2026/06/hero.png") center/cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}
.kf-archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.45;
  background: radial-gradient(720px 300px at 84% -20%, color-mix(in srgb, var(--global-palette2) 38%, transparent), transparent 60%);
}
.kf-archive-hero > * {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.kf-archive-hero h1 {
  font-size: clamp(28px, 3.4vw, 42px);
  max-width: 22ch;
}
.kf-archive-hero .kf-archive-hero__desc {
  color: color-mix(in srgb, var(--global-palette9) 80%, transparent);
  max-width: 56ch;
}
.kf-archive-hero .kf-archive-hero__desc:empty {
  display: none;
}
@media (max-width: 767px) {
  .kf-archive-hero {
    padding: 88px 22px 38px;
  }
}

.kf-blog-archive .kf-blog-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 0 36px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.kf-blog-archive .kf-blog-filters::-webkit-scrollbar {
  display: none;
}
.kf-blog-archive .kf-blog-filters .kf-chip {
  flex: 0 0 auto;
}
.kf-blog-archive .kf-chip {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--global-palette7);
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 999px;
  padding: 9px 18px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.kf-blog-archive .kf-chip:hover {
  border-color: var(--global-palette2);
  color: var(--global-palette2);
}
.kf-blog-archive .kf-chip--active {
  background: var(--global-palette9);
  border-color: color-mix(in srgb, var(--global-palette7) 55%, var(--global-palette9));
  color: var(--global-palette5);
}
.kf-blog-archive .kf-chip--active:hover {
  background: var(--global-palette9);
  border-color: color-mix(in srgb, var(--global-palette7) 55%, var(--global-palette9));
  color: var(--global-palette5);
}
.kf-blog-archive .kf-feature-query {
  margin: 0 0 40px;
}
.kf-blog-archive .kf-feature-query > * {
  margin: 0;
}
.kf-blog-archive .kf-feature-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(6, 50, 75, 0.07);
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.kf-blog-archive .kf-feature-card > * {
  margin: 0;
}
.kf-blog-archive .kf-feature-card:hover {
  border-color: var(--global-palette2);
  box-shadow: 0 18px 40px rgba(0, 140, 207, 0.14);
  transform: translateY(-2px);
}
.kf-blog-archive .kf-feature-thumb {
  position: relative;
  min-height: 340px;
  margin: 0 !important;
}
.kf-blog-archive .kf-feature-thumb a,
.kf-blog-archive .kf-feature-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.kf-blog-archive .kf-feature-thumb img {
  object-fit: cover;
}
.kf-blog-archive .kf-feature-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(150deg, rgba(6, 50, 75, 0.2), rgba(0, 140, 207, 0.3));
}
.kf-blog-archive .kf-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 48px;
}
.kf-blog-archive .kf-feature-body > * {
  margin: 0;
}
.kf-blog-archive .kf-feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
}
.kf-blog-archive .kf-feature-eyebrow .kb-svg-icon-wrap svg {
  stroke-width: 2.6;
}
.kf-blog-archive .kf-feature-title {
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--global-palette3);
  margin-bottom: 14px;
  text-wrap: balance;
}
.kf-blog-archive .kf-feature-title a {
  color: inherit;
  text-decoration: none;
}
.kf-blog-archive .kf-feature-desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--global-palette7);
  margin-bottom: 20px;
}
.kf-blog-archive .kf-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
.kf-blog-archive .kf-posts-grid > * {
  margin: 0;
  display: flex;
}
.kf-blog-archive .kf-post-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.kf-blog-archive .kf-post-card > * {
  margin: 0;
}
.kf-blog-archive .kf-post-card:hover {
  border-color: var(--global-palette2);
  box-shadow: 0 14px 30px rgba(0, 140, 207, 0.12);
  transform: translateY(-2px);
}
.kf-blog-archive .kf-post-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0 !important;
}
.kf-blog-archive .kf-post-thumb a,
.kf-blog-archive .kf-post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.kf-blog-archive .kf-post-thumb img {
  object-fit: cover;
}
.kf-blog-archive .kf-post-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(6, 50, 75, 0.18), rgba(0, 140, 207, 0.28));
}
.kf-blog-archive .kf-post-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 26px 26px;
}
.kf-blog-archive .kf-post-body > * {
  margin: 0;
}
.kf-blog-archive .kf-post-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--global-palette2);
  background: color-mix(in srgb, var(--global-palette2) 10%, transparent);
  border-radius: 4px;
  padding: 3px 9px;
  margin-bottom: 14px;
}
.kf-blog-archive .kf-post-tag a {
  color: inherit;
  text-decoration: none;
}
.kf-blog-archive .kf-post-title {
  font-weight: 700;
  font-size: 18.5px;
  line-height: 1.28;
  color: var(--global-palette3);
  margin-bottom: 10px;
}
.kf-blog-archive .kf-post-title a {
  color: inherit;
  text-decoration: none;
}
.kf-blog-archive .kf-post-desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--global-palette7);
  margin-bottom: 20px;
}
.kf-blog-archive .kf-post-desc .wp-block-post-excerpt__more-link {
  display: none;
}
.kf-blog-archive .kf-post-meta {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--global-palette7);
  opacity: 0.7;
  margin-bottom: 14px;
}
.kf-blog-archive .kf-post-link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 15px;
  color: var(--global-palette2);
  text-decoration: none;
  transition: color 0.18s ease;
}
.kf-blog-archive .kf-post-link::after {
  content: "";
  display: inline-block;
  flex: none;
  width: 15px;
  height: 15px;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M13 6l6 6-6 6"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M13 6l6 6-6 6"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.kf-blog-archive .kf-post-card:hover .kf-post-link,
.kf-blog-archive .kf-feature-card:hover .kf-post-link {
  color: var(--global-palette5);
}
.kf-blog-archive .kf-post-card,
.kf-blog-archive .kf-feature-card {
  position: relative;
}
.kf-blog-archive .kf-post-title a::after,
.kf-blog-archive .kf-feature-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.kf-blog-archive .kf-post-tag {
  position: relative;
  z-index: 2;
}
.kf-blog-archive .kf-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 52px 0 0;
}
.kf-blog-archive .kf-pagination .wp-block-query-pagination-previous,
.kf-blog-archive .kf-pagination .wp-block-query-pagination-next,
.kf-blog-archive .kf-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 15px;
  color: var(--global-palette3);
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 10px;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.kf-blog-archive .kf-pagination .wp-block-query-pagination-numbers {
  display: inline-flex;
  gap: 8px;
}
.kf-blog-archive .kf-pagination a.wp-block-query-pagination-previous:hover,
.kf-blog-archive .kf-pagination a.wp-block-query-pagination-next:hover,
.kf-blog-archive .kf-pagination .wp-block-query-pagination-numbers a.page-numbers:hover {
  border-color: var(--global-palette2);
  color: var(--global-palette2);
}
.kf-blog-archive .kf-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--global-palette2);
  border-color: var(--global-palette2);
  color: var(--global-palette9);
}
@media (max-width: 767px) {
  .kf-blog-archive .kf-posts-grid {
    grid-template-columns: 1fr;
  }
  .kf-blog-archive .kf-feature-card {
    grid-template-columns: 1fr;
  }
  .kf-blog-archive .kf-feature-thumb {
    min-height: 220px;
  }
  .kf-blog-archive .kf-feature-body {
    padding: 34px 30px;
  }
}

.kf-article-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 4px solid var(--global-palette5);
}
.kf-article-hero .kt-row-layout-inner,
.kf-article-hero .kt-row-column-wrap,
.kf-article-hero .wp-block-kadence-column,
.kf-article-hero .kt-inside-inner-col {
  position: static;
}
.kf-article-hero .kf-article-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0 !important;
  border-radius: 0;
}
.kf-article-hero .kf-article-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-article-hero .kf-article-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, color-mix(in srgb, var(--global-palette3) 93%, transparent) 0%, color-mix(in srgb, var(--global-palette4) 82%, transparent) 58%, color-mix(in srgb, var(--global-palette4) 93%, transparent) 100%);
}
.kf-article-hero::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(820px 320px at 86% -10%, rgba(0, 140, 207, 0.4), transparent 60%);
}
.kf-article-hero .kf-article-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: 138px 30px 52px;
}
.kf-article-hero .kf-article-hero__inner > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-article-hero .kf-article-hero__chip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  padding: 0;
  background: none;
}
.kf-article-hero .kf-article-hero__chip .wp-block-post-terms__separator {
  display: none;
}
.kf-article-hero .kf-article-hero__chip a {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--global-palette9);
  background: transparent;
  border: 1.5px solid color-mix(in srgb, var(--global-palette9) 55%, transparent);
  border-radius: 5px;
  padding: 5px 12px;
  text-decoration: none;
  line-height: 1.5;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.kf-article-hero .kf-article-hero__chip a:hover, .kf-article-hero .kf-article-hero__chip a:focus-visible {
  border-color: var(--global-palette9);
  background: color-mix(in srgb, var(--global-palette9) 12%, transparent);
}
.kf-article-hero .kf-article-hero__title {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: clamp(30px, 4.4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--global-palette9);
  margin: 0 0 24px;
  max-width: 22ch;
}
.kf-article-hero .kf-article-hero__meta {
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--global-palette9) 72%, transparent);
}
.kf-article-hero .kf-article-hero__meta > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-article-hero .kf-article-hero__avatar {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 50%;
  background: var(--global-palette5);
  color: var(--global-palette9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 13px;
}
.kf-article-hero .kf-article-hero__author {
  font-weight: 600;
  color: var(--global-palette9);
}
.kf-article-hero .kf-article-hero__author a {
  color: inherit;
  text-decoration: none;
}
.kf-article-hero .kf-article-hero__date,
.kf-article-hero .kf-article-hero__read {
  position: relative;
  padding-left: 17px;
}
.kf-article-hero .kf-article-hero__date::before,
.kf-article-hero .kf-article-hero__read::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--global-palette9) 50%, transparent);
}
@media (max-width: 767px) {
  .kf-article-hero .kf-article-hero__inner {
    padding-top: 108px;
  }
}

.kf-breadcrumb {
  align-items: center;
  gap: 8px;
  margin-bottom: 20px !important;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: color-mix(in srgb, var(--global-palette9) 70%, transparent);
}
.kf-breadcrumb a {
  color: color-mix(in srgb, var(--global-palette9) 70%, transparent);
  text-decoration: none;
}
.kf-breadcrumb a:hover {
  color: var(--global-palette9);
}
.kf-breadcrumb .kf-breadcrumb__sep {
  opacity: 0.5;
  margin: 0 2px;
}

.kf-article {
  font-size: 17.5px;
  line-height: 1.74;
  color: var(--color-slate);
}
.kf-article > p {
  margin: 0 0 22px;
}
.kf-article > p:first-child {
  font-size: 19.5px;
  line-height: 1.66;
}
.kf-article h2 {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: clamp(23px, 2.6vw, 29px);
  letter-spacing: -0.018em;
  color: var(--global-palette3);
  line-height: 1.2;
  margin: 42px 0 14px;
  scroll-margin-top: 104px;
}
.kf-article > h2:first-child {
  margin-top: 0;
}
.kf-article h3 {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--global-palette3);
  line-height: 1.28;
  margin: 30px 0 10px;
  scroll-margin-top: 104px;
}
.kf-article ul {
  margin: 0 0 22px;
  padding-left: 0;
  list-style: none;
}
.kf-article ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 12px;
  font-size: inherit;
}
.kf-article ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--global-palette2);
}
.kf-article ol {
  margin: 0 0 22px;
  padding-left: 22px;
}
.kf-article ol li {
  margin: 0 0 12px;
  padding-left: 6px;
  font-size: inherit;
}
.kf-article strong {
  color: var(--color-slate);
  font-weight: 700;
}
.kf-article a {
  color: var(--global-palette2);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.kf-article a:hover {
  color: var(--global-palette5);
}
.kf-article a.kb-button,
.kf-article .wp-block-kadence-advancedbtn a {
  text-decoration: none;
}
.kf-article blockquote {
  margin: 30px 0;
  padding: 6px 0 6px 26px;
  border-left: 4px solid var(--global-palette5);
}
.kf-article blockquote p {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.45;
  color: var(--global-palette3);
  margin: 0;
}
.kf-article figure {
  margin: 34px 0;
}
.kf-article figure img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--color-line);
  display: block;
  box-shadow: 0 14px 32px rgba(6, 50, 75, 0.1);
}
.kf-article figcaption {
  font-size: 13.5px;
  color: var(--color-slate);
  opacity: 0.85;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .kf-article {
    font-size: 16.5px;
  }
}

.kf-takeaway {
  background: var(--global-palette8);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: 24px 26px;
  margin: 32px 0;
}
.kf-takeaway .kf-takeaway__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--global-palette5);
  margin-bottom: 10px;
}
.kf-takeaway p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-slate);
  margin: 0;
}

.kf-article-cta {
  position: relative;
  overflow: hidden;
  margin: 38px 0;
  background: linear-gradient(155deg, var(--global-palette3) 0%, var(--global-palette4) 70%, var(--global-palette3) 100%);
  border-radius: 20px;
  padding: 34px 32px;
  text-align: center;
  color: var(--global-palette9);
}
.kf-article-cta h3 {
  position: relative;
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--global-palette9);
}
.kf-article-cta p {
  position: relative;
  font-size: 15.5px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--global-palette9) 78%, transparent);
  margin: 0 auto 22px;
  max-width: 46ch;
}
.kf-article-cta .kf-article-cta__btn {
  position: relative;
  display: inline-block;
  background: var(--global-palette2);
  color: var(--global-palette9);
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 140, 207, 0.34);
  transition: background 0.15s ease;
}
.kf-article-cta .kf-article-cta__btn:hover {
  background: var(--global-palette1);
  color: var(--global-palette9);
}

.kf-post-faq {
  margin: 24px 0 32px;
}

@media (min-width: 1025px) {
  .kf-article-grid .kt-row-column-wrap {
    grid-template-columns: minmax(0, 1fr) 320px !important;
  }
}
@media (max-width: 1024px) {
  .kf-article-grid .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}

.kf-article-main {
  min-width: 0;
}
.kf-article-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

.kf-article-side > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-article-side > .kt-inside-inner-col {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.kf-post-side {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 14px;
}
.kf-post-side > * {
  margin-top: 0;
  margin-bottom: 0;
}

.kf-post-toc {
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
  margin: 0;
}
.kf-post-toc .kb-table-of-content-wrap {
  padding: 0;
}
.kf-post-toc .kb-table-of-contents-title-wrap {
  margin: 0 0 14px;
  padding: 0;
}
.kf-post-toc .kb-table-of-contents-title {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-slate);
}
.kf-post-toc .kb-table-of-content-list {
  counter-reset: kf-toc;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.kf-post-toc .kb-table-of-content-list > li {
  counter-increment: kf-toc;
  margin: 0;
  padding: 0;
}
.kf-post-toc .kb-table-of-contents__entry {
  display: flex;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.4;
  color: var(--global-palette3);
  font-weight: 600;
  text-decoration: none;
}
.kf-post-toc .kb-table-of-contents__entry::before {
  content: counter(kf-toc, decimal-leading-zero);
  flex: none;
  color: var(--global-palette2);
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 13px;
}
.kf-post-toc .kb-table-of-contents__entry:hover {
  color: var(--global-palette2);
}
.kf-post-toc .kb-table-of-contents-list-sub {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 26px !important;
  display: grid;
  gap: 8px;
}
.kf-post-toc .kb-table-of-contents-list-sub .kb-table-of-contents__entry {
  font-size: 13.5px;
  color: var(--color-slate);
}
.kf-post-toc .kb-table-of-contents-list-sub .kb-table-of-contents__entry::before {
  content: none;
}
@media (min-width: 1025px) {
  .kf-post-toc .kb-table-of-content-list {
    max-height: max(200px, 100vh - 540px);
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-line) transparent;
  }
  .kf-post-toc .kb-table-of-content-list::-webkit-scrollbar {
    width: 6px;
  }
  .kf-post-toc .kb-table-of-content-list::-webkit-scrollbar-thumb {
    background: var(--color-line);
    border-radius: 3px;
  }
}

.kf-post-side-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, var(--global-palette3), var(--global-palette4));
  border-radius: 16px;
  padding: 28px 26px;
  text-align: center;
  color: var(--global-palette9);
}
.kf-post-side-cta > * {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.kf-post-side-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: radial-gradient(420px 180px at 80% -20%, rgba(0, 140, 207, 0.4), transparent 60%);
  pointer-events: none;
}
.kf-post-side-cta .kf-post-side-cta__title {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  color: var(--global-palette9);
  margin: 0 0 8px;
}
.kf-post-side-cta .kf-post-side-cta__text {
  font-size: 14.5px;
  line-height: 1.55;
  color: color-mix(in srgb, var(--global-palette9) 78%, transparent);
  margin: 0 0 26px;
}
.kf-post-side-cta .kf-post-side-cta__btn {
  justify-content: center;
  margin-bottom: 0 !important;
}
.kf-post-side-cta .kf-post-side-cta__btn .kb-button {
  width: 100%;
  font-size: 15.5px;
  padding: 14px 20px;
}
.kf-post-side-cta .kf-post-side-cta__call {
  display: block;
  margin-top: 24px;
  text-align: center;
}
.kf-post-side-cta .kf-post-side-cta__call span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--global-palette9) 55%, transparent);
  margin-bottom: 3px;
}
.kf-post-side-cta .kf-post-side-cta__call a {
  display: block;
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: var(--global-palette9);
  text-decoration: none;
}

.kf-author-share {
  align-items: center;
  gap: 20px;
  margin-top: 20px !important;
  padding: 26px 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.kf-author-share > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.kf-author-share .kf-author-share__who {
  align-items: center;
  gap: 14px;
}
.kf-author-share .kf-author-share__avatar {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--global-palette2), var(--global-palette3));
  color: var(--global-palette9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 17px;
}
.kf-author-share .kf-author-share__id > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-author-share .kf-author-share__name {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--global-palette3);
  line-height: 1.2;
}
.kf-author-share .kf-author-share__role {
  font-size: 13px;
  color: var(--color-slate);
  margin-top: 2px;
}
.kf-author-share .kf-author-share__links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kf-author-share .kf-author-share__label {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-slate);
  margin-right: 2px;
}
.kf-author-share .kf-author-share__btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--global-palette8);
  border: 1px solid var(--color-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--global-palette3);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.kf-author-share .kf-author-share__btn:hover {
  background: var(--global-palette2);
  border-color: var(--global-palette2);
  color: var(--global-palette9);
}

.kf-location-intro {
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.kf-location-intro > .kt-row-column-wrap {
  align-items: center !important;
}
@media (max-width: 1024px) {
  .kf-location-intro > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}
.kf-location-intro .wp-block-kadence-iconlist {
  margin-bottom: 0 !important;
}
.kf-location-intro .wp-block-kadence-iconlist .kt-svg-icon-list-item-wrap {
  align-items: flex-start !important;
}
.kf-location-intro .wp-block-kadence-iconlist .kt-svg-icon-list-single {
  margin-top: 1px;
}
.kf-location-intro .kf-locintro-near {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
.kf-location-intro .kf-locintro-near > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-location-intro .kf-locintro-near-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--global-palette7);
  align-self: center;
  margin-right: 4px;
}
.kf-location-intro .kf-locintro-chip {
  font-size: 13px;
  font-weight: 600;
  color: var(--global-palette3);
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 999px;
  padding: 7px 15px;
}
.kf-location-intro .kf-locintro-img {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  box-shadow: 0 24px 56px rgba(6, 50, 75, 0.18);
}
.kf-location-intro .kf-locintro-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .kf-location-intro .kf-locintro-img img {
    min-height: 300px;
  }
}

.single-location .kf-form-hero-rating {
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 1;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 7px 15px;
  margin-bottom: 20px !important;
}
.single-location .kf-form-hero-rating::before {
  width: 15px;
  height: 15px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z"/><circle cx="12" cy="10" r="3"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z"/><circle cx="12" cy="10" r="3"/></svg>');
  background-color: var(--global-palette5);
}
.single-location .kf-form-hero-note {
  display: none;
}
.single-location .kf-form-hero-sub2 {
  margin-bottom: 30px !important;
}
.single-location .kf-form-hero-title {
  max-width: 20ch;
}
@media (max-width: 767px) {
  .single-location .kf-form-hero-title {
    font-size: 33px !important;
  }
  .single-location .kf-form-hero-rating {
    display: none;
  }
}

.kf-situation-intro .kf-sint-head {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.kf-situation-intro .kf-sint-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.kf-situation-intro .kf-sint-points > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .kf-situation-intro .kf-sint-points {
    grid-template-columns: 1fr;
  }
}
.kf-situation-intro .kf-sint-point {
  background: var(--global-palette9);
  border: 1px solid var(--color-line);
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 6px 18px rgba(6, 50, 75, 0.05);
}
.kf-situation-intro .kf-sint-point > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-situation-intro .kf-sint-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--global-palette2) 10%, transparent);
  color: var(--global-palette2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.kf-situation-intro .kf-sint-ico .wp-block-kadence-icon {
  line-height: 0;
}
.kf-situation-intro .kf-sint-ptitle {
  margin-bottom: 6px;
}

.kf-situation-hero .kf-situation-hero-title {
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}
.kf-situation-hero .kf-situation-hero-accent {
  color: var(--global-palette5);
}
.kf-situation-hero .kf-situation-hero-sub {
  opacity: 0.78;
}
.kf-situation-hero .kf-situation-hero-cta .kb-button {
  font-size: 16.5px;
}
.kf-situation-hero .kf-situation-hero-cta :is(.is-style-kf-primary, .is-style-primary).kb-button {
  box-shadow: 0 8px 20px rgba(0, 140, 207, 0.34);
}
.kf-situation-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button {
  padding: 14px 26px;
  gap: 10px;
}
.kf-situation-hero :is(.is-style-kf-outline-white, .is-style-outline-white).kb-button .kb-svg-icon-fe_phone svg {
  stroke-width: 2.4;
}

.kf-situation-content .kf-situation-content-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.kf-situation-content .kf-situation-content-head h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--global-palette3);
  margin: 0;
}
.kf-situation-content .kf-article {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.kf-situation-content .kf-takeaway p.kf-takeaway__label {
  font-size: 12px;
  line-height: 1;
  color: var(--global-palette5);
  margin: 0 0 10px;
}

.kf-faq > .kt-row-column-wrap {
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) !important;
  align-items: start !important;
}
@media (max-width: 1024px) {
  .kf-faq > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }
}
.kf-faq .kf-faq-cta-col {
  position: sticky;
  top: 98px;
  align-self: start;
}
@media (max-width: 1024px) {
  .kf-faq .kf-faq-cta-col {
    position: static;
  }
}
.kf-faq .kf-faq-card {
  background: var(--global-palette3);
  color: var(--global-palette9);
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 24px 56px rgba(6, 50, 75, 0.18);
}
.kf-faq .kf-faq-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-faq .kf-faq-cta-heading {
  letter-spacing: -0.02em;
}
.kf-faq .kf-faq-cta-body {
  color: rgba(255, 255, 255, 0.75);
}
.kf-faq .kf-faq-cta-label {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.kf-faq a.kf-faq-cta-phone {
  display: block;
  color: inherit;
  text-decoration: none;
}
.kf-faq .kf-faq-cta-btn {
  display: block;
}
.kf-faq .kf-faq-cta-btn .kb-button {
  width: 100%;
  justify-content: center;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0, 140, 207, 0.34);
}
.kf-faq .kf-faq-accordion-col h2 {
  text-wrap: balance;
}
.kf-faq .wp-block-kadence-accordion {
  margin: 0;
}
.kf-faq .kt-accordion-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kf-faq .kt-accordion-pane {
  background: var(--global-palette9) !important;
  border: 1px solid var(--color-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 14px rgba(6, 50, 75, 0.05);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.kf-faq .kt-accordion-pane:has(.kt-blocks-accordion-header.kt-accordion-panel-active) {
  border-color: var(--global-palette5) !important;
  box-shadow: 0 0 0 1px var(--global-palette5);
}
.kf-faq .kt-blocks-accordion-header,
.kf-faq .kt-blocks-accordion-header:hover,
.kf-faq .kt-blocks-accordion-header:focus,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active:hover {
  background-color: transparent;
  color: var(--global-palette3);
  box-shadow: none;
}
.kf-faq .kt-blocks-accordion-header {
  padding: 0 24px;
}
.kf-faq .kt-accordion-header-wrap {
  padding-top: 18px;
  padding-bottom: 18px;
}
.kf-faq .kt-accordion-pane:has(.kt-blocks-accordion-header.kt-accordion-panel-active) .kt-accordion-header-wrap {
  padding-bottom: 0;
}
.kf-faq .kt-blocks-accordion-title {
  font-family: var(--global-heading-font-family);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.18;
  color: var(--global-palette3);
}
.kf-faq .kt-accordion-panel-inner {
  border: 0 !important;
  padding: 0 24px 18px;
}
.kf-faq .kt-accordion-panel-inner p {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--color-slate);
}
.kf-faq .kt-blocks-accordion-icon-trigger {
  box-sizing: border-box;
  width: 30px !important;
  height: 30px !important;
  background: var(--global-palette9);
  border: 1px solid var(--color-mist);
  color: var(--global-palette6);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.kf-faq .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.kf-faq .kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger {
  background: var(--global-palette9);
  border-color: var(--color-mist);
  color: var(--global-palette6);
}
.kf-faq .kt-blocks-accordion-icon-trigger::before,
.kf-faq .kt-blocks-accordion-icon-trigger::after,
.kf-faq .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger::before,
.kf-faq .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger::after,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::before,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::after,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active:hover .kt-blocks-accordion-icon-trigger::before,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active:hover .kt-blocks-accordion-icon-trigger::after {
  width: 14px;
  height: 2px;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
  background-color: currentColor;
}
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active:hover .kt-blocks-accordion-icon-trigger,
.kf-faq .kt-blocks-accordion-header.kt-accordion-panel-active:focus .kt-blocks-accordion-icon-trigger {
  background: var(--global-palette5);
  border-color: var(--global-palette5);
  color: var(--global-palette9);
}

.kf-reviews .kf-reviews-heading {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}
.kf-reviews .bd-testimonials-slider .splide__track {
  padding: 4px 2px;
  order: 0;
}
.kf-reviews .bd-testimonials-slider .splide__list {
  align-items: stretch;
}
.kf-reviews .bd-testimonials-slider .splide {
  display: flex;
  flex-direction: column;
}
.kf-reviews .bd-testimonials-slider .splide__arrows {
  order: 1;
}
.kf-reviews .bd-testimonial-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}
.kf-reviews .bd-testimonial-rating {
  color: var(--global-palette15);
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.kf-reviews .bd-testimonial-rating-empty {
  color: rgba(255, 255, 255, 0.25);
}
.kf-reviews .bd-testimonial-quote {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  flex: 1;
}
.kf-reviews .bd-testimonial-quote p:last-child {
  margin-bottom: 0;
}
.kf-reviews .bd-testimonial-quote p:first-child::before {
  content: '"';
}
.kf-reviews .bd-testimonial-quote p:last-child::after {
  content: '"';
}
.kf-reviews .bd-testimonial-attribution {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kf-reviews .bd-testimonial-attribution-text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 5px;
}
.kf-reviews .bd-testimonial-role::before {
  content: "· ";
}
.kf-reviews .bd-testimonial-name {
  font-family: var(--global-heading-font-family, "Montserrat", sans-serif);
  font-weight: 700;
  color: var(--global-palette9);
}
.kf-reviews .bd-testimonial-role {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.kf-reviews .splide__arrows {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.kf-reviews .splide__arrow {
  position: static;
  transform: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}
.kf-reviews .splide__arrow:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.5);
}
.kf-reviews .splide__arrow svg {
  width: 20px;
  height: 20px;
  fill: var(--global-palette9);
}
.kf-reviews .splide__arrow.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.kf-reviews .splide__pagination {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.kf-reviews .splide__pagination li {
  margin: 0 4px;
}
.kf-reviews .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 0;
  opacity: 1;
}
.kf-reviews .splide__pagination__page.is-active {
  background: var(--global-palette5);
  transform: none;
}

.kf-reviews-wall .kf-reviews-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
@media (max-width: 1024px) {
  .kf-reviews-wall .kf-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .kf-reviews-wall .kf-reviews-grid {
    grid-template-columns: 1fr;
  }
}
.kf-reviews-wall .kf-reviews-grid > li {
  margin: 0;
  display: flex;
}
.kf-reviews-wall .bd-review-card {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: var(--global-palette9);
  color: var(--global-palette7);
  border-radius: 18px;
  padding: 26px;
}
.kf-reviews-wall .bd-review-card.is-agent {
  border-top: 2px solid var(--global-palette2);
}
.kf-reviews-wall .bd-review-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--global-palette2);
  background: rgba(0, 140, 207, 0.1);
  border-radius: 4px;
}
.kf-reviews-wall .bd-review-stars {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--global-palette15);
}
.kf-reviews-wall .bd-review-toggle {
  display: none;
}
.kf-reviews-wall .bd-review-text {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--global-palette7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.kf-reviews-wall .bd-review-more {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--global-palette2);
  cursor: pointer;
  user-select: none;
}
.kf-reviews-wall .bd-review-more:hover {
  text-decoration: underline;
}
.kf-reviews-wall .bd-review-more::after {
  content: "Read full review";
}
.kf-reviews-wall .bd-review-name {
  margin-top: auto;
  font-weight: 700;
  line-height: 1.5;
  color: var(--global-palette2);
}
.kf-reviews-wall .bd-review-name span {
  color: var(--global-palette7);
  font-weight: 400;
}
.kf-reviews-wall .bd-review-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.kf-reviews-wall .bd-review-toggle:checked ~ .bd-review-modal {
  display: flex;
}
.kf-reviews-wall .bd-review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 50, 75, 0.55);
  cursor: pointer;
}
.kf-reviews-wall .bd-review-modal-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 82vh;
  overflow: auto;
  padding: 38px 34px 30px;
  background: var(--global-palette9);
  border-radius: 18px;
  border-top: 3px solid var(--global-palette2);
  box-shadow: 0 30px 80px rgba(6, 50, 75, 0.42);
}
.kf-reviews-wall .bd-review-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  color: var(--global-palette7);
  cursor: pointer;
  border-radius: 8px;
}
.kf-reviews-wall .bd-review-modal-close:hover {
  background: var(--global-palette8);
  color: var(--global-palette3);
}
.kf-reviews-wall .bd-review-modal-text {
  margin: 8px 0 18px;
  font-size: 15.5px;
  line-height: 1.66;
  color: var(--global-palette7);
}

.kb-row-layout-wrap:has(.bd-review-toggle:checked) {
  position: relative;
  z-index: 100000;
}

html:has(.bd-review-toggle:checked),
html:has(.bd-review-toggle:checked) body {
  overflow: hidden;
}

.kf-areas-directory {
  border-top: 1px solid var(--color-line);
}
.kf-areas-directory .kf-areas-head {
  max-width: 64ch;
  margin: 0 auto 44px;
  text-align: center;
}
.kf-areas-directory .kf-areas-head > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-areas-directory .kf-areas-head h2 {
  margin-bottom: 16px !important;
}
.kf-areas-directory .kf-areas-groups {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.kf-areas-directory .kf-areas-region__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: var(--global-palette3);
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-line);
}
.kf-areas-directory .kf-areas-list {
  column-count: 3;
  column-gap: 34px;
}
.kf-areas-directory .kf-areas-link {
  display: block;
  break-inside: avoid;
  font-size: 15px;
  line-height: 1.5;
  color: var(--global-palette7);
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.15s ease;
}
.kf-areas-directory .kf-areas-link:hover {
  color: var(--global-palette2);
}
@media (max-width: 1024px) {
  .kf-areas-directory .kf-areas-list {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .kf-areas-directory .kf-areas-list {
    column-count: 1;
  }
}
.kf-areas-directory .kf-areas-fallback {
  gap: 18px;
  margin-top: 46px;
  padding: 22px 26px;
  background: var(--global-palette8);
  border: 1px solid var(--color-line);
  border-radius: 16px;
}
.kf-areas-directory .kf-areas-fallback > * {
  margin-top: 0;
  margin-bottom: 0;
}
.kf-areas-directory .kf-areas-fallback__text {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--global-palette7);
  max-width: 62ch;
}
.kf-areas-directory .kf-areas-fallback__cta {
  flex: none;
}

:root {
  --color-slate: #58696f;
  --color-cloud: #e4ebf0;
  --color-line: rgba(16, 36, 48, 0.12);
  --color-blue-300: #4fb4e9;
  --color-success: #1d9e6e;
  --color-danger: #b4404a;
  --color-mist: #d5dde3;
  --color-steel: #9fb0cc;
}
