@charset "UTF-8";
:root {
  --bt-tablet: 768px;
  --bt-mobile: 576px;
  /* Raw palette */
  --bt-navy-400: #435F7F;
  --bt-navy-500: #3A526E;
  --bt-navy-600: #243F5E;
  --bt-navy-700: #152940;
  --bt-navy-800: #0D1926;
  --bt-teal-400: #31A7B2;
  --bt-teal-500: #0D98A5;
  --bt-teal-700: #00626F;
  --bt-teal-800: #004D57;
  --bt-coral-500: #EC563B;
  --bt-coral-600: #D73215;
  --bt-gold-400: #F1C85F;
  --bt-grey-050: #F4F5F6;
  --bt-grey-100: #EDF0F1;
  --bt-grey-200: #D2D7DA;
  --bt-grey-300: #C9CFD3;
  --bt-grey-400: #E3E7E8;
  --bt-grey-500: #5e6b73;
  --bt-white: #FFFFFF;
  /* Semantic */
  --color-text: var(--bt-navy-800);
  --color-text-muted: var(--bt-navy-500);
  --color-heading: var(--bt-navy-700);
  --color-bg: var(--bt-white);
  --color-bg-alt: var(--bt-grey-100);
  --color-border: var(--bt-grey-300);
  --color-primary: var(--bt-navy-600);
  --color-primary-dark: var(--bt-navy-700);
  --color-secondary: var(--bt-grey-500);
  --color-secondary-dark: var(--bt-teal-700);
  --color-accent: var(--bt-coral-500);
  --color-accent-dark: var(--bt-coral-600);
  --color-highlight: var(--bt-gold-400);
  /* Fonts */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Lato', sans-serif;
  /* Core colours */
  --color-text: #0D1926;
  --color-secondary: #5E6B73;
  --color-heading: var(--bt-navy-800);
  --color-bg: #ffffff;
  --max-width: 1280px;
  --gutter: 1rem;
  --space-000: 0;
  --space-050: 0.25rem;
  --space-100: 0.5rem;
  --space-150: 0.75rem;
  --space-200: 30px;
  --space-300: 40px;
  --space-400: 50px;
  --space-500: 70px;
  --search-filter-input-selection-color: #fff;
  --search-filter-input-selection-background-color: #243F5E !important;
}

@media (min-width: var(--bt-tablet)) {
  :root {
    --gutter: 2rem;
  }
}
.error404 .elementor-location-single {
  background-color: var(--bt-grey-100);
}
.error404 .error404-body {
  padding: 75px 0;
}
.error404 .error404-body .elementor-widget-heading .elementor-heading-title {
  color: var(--bt-coral-600) !important;
}
@media (min-width: 1200px) {
  .error404 .error404-body {
    padding: 150px 0;
  }
}

.elementor-editor-active .elementor-button {
  background-color: inherit !important;
}
.elementor-editor-active .on-dark,
.elementor-editor-active .on-dark .elementor-widget-heading .elementor-heading-title,
.elementor-editor-active .on-dark .elementor-heading-title,
.elementor-editor-active .on-dark .elementor-widget-text-editor,
.elementor-editor-active .on-dark .elementor-widget-text-editor p,
.elementor-editor-active .on-dark .elementor-widget-text-editor li,
.elementor-editor-active .on-dark .elementor-widget-icon-list-text {
  color: #fff !important;
}
.elementor-editor-active .card-link {
  pointer-events: none;
}

.e-con.e-flex > .e-con-inner {
  padding: 0;
}

.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding-top: 70px !important;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.inner-container,
.text-column-narrow,
.text-column-wide {
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .inner-container,
  .text-column-narrow,
  .text-column-wide {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .inner-container,
  .text-column-narrow,
  .text-column-wide {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .inner-container,
  .text-column-narrow,
  .text-column-wide {
    padding: 0;
  }
}

.inner-container {
  max-width: var(--max-width);
  padding: 0 16px;
}

.text-column-narrow {
  max-width: 820px;
}

.text-column-wide {
  max-width: 1040px;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.bg-white {
  background-color: var(--bt-white) !important;
}

.bg-light-grey {
  background-color: var(--bt-grey-100) !important;
}

.bg-light-navy {
  background-color: var(--bt-navy-600) !important;
}

.bg-navy {
  background-color: var(--bt-navy-700) !important;
}

.panel-half,
.panel {
  padding: 50px 0;
}

.panel-top {
  padding: 50px 0 0;
}

.panel-bottom {
  padding: 0 0 50px;
}

.panel-insights {
  padding: 33px 0;
}

@media (min-width: 768px) {
  .bg-rounded {
    border-radius: 0 40px 0 40px;
  }
  .bg-rounded-reverse {
    border-radius: 40px 0 40px 0;
  }
  .bg-rounded-bottom {
    border-radius: 0 0 0 40px;
  }
  .panel {
    padding: 100px 0;
  }
  .panel-top {
    padding: 100px 0 0;
  }
  .panel-bottom {
    padding: 0 0 100px;
  }
}
@media (min-width: 1025px) {
  .bg-rounded {
    border-radius: 0 128px 0 128px;
  }
  .bg-rounded-reverse {
    border-radius: 128px 0 128px 0;
  }
  .bg-rounded-bottom {
    border-radius: 0 0 0 128px;
  }
}
@media (min-width: 1024.8px) {
  body {
    padding-top: 80px !important;
  }
  body.logged-in.admin-bar {
    padding-top: 48px;
  }
}
.w-100 {
  width: 100% !important;
}

/* Add class in Elementor: bt-soft-reveal */
.bt-soft-reveal.fadeInUp {
  -webkit-animation-name: btSoftFadeInUp !important;
          animation-name: btSoftFadeInUp !important;
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
          animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

@-webkit-keyframes btSoftFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes btSoftFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card-grid .elementor-widget.fadeInUp,
.card-grid .elementor-column.fadeInUp,
.card-grid .elementor-container.fadeInUp {
  -webkit-animation-name: btSoftFadeInUp !important;
          animation-name: btSoftFadeInUp !important;
  -webkit-animation-duration: 0.75s !important;
          animation-duration: 0.75s !important;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
          animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* =========================================
   Base
========================================= */
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-medium.woff2") format("woff2"), url("../fonts/lato-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-semibold.woff2") format("woff2"), url("../fonts/lato-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p,
ul,
ol {
  margin: 0 0 1.5rem;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

main .elementor a,
a {
  color: var(--bt-coral-600);
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  text-decoration: underline;
}
main .elementor a:hover,
a:hover {
  color: var(--bt-navy-600);
}

.header-grid.theme-bg a {
  color: #fff;
  text-decoration: none;
}
.header-grid.theme-bg a:hover {
  color: var(--bt-coral-600);
}

.secondary-font,
.secondary-font .elementor-heading-title {
  font-family: var(--font-heading) !important;
}

/* =========================================
   Display
========================================= */
.display-xl,
.display-xl .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: 76px !important;
  line-height: 88px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 0;
}

.display-lg,
.display-lg .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 0;
}

.display-md,
.display-md .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 0;
}

.display-sm,
.display-sm .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 0 0 10px;
}

/* =========================================
   Headings
========================================= */
h1 {
  font-family: var(--font-heading) !important;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 1.25rem;
}

.h1,
.h1 .elementor-heading-title {
  font-family: var(--font-body);
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 1.25rem;
}

h2,
.h2,
.h2 .elementor-heading-title {
  font-family: var(--font-body);
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 1.25rem;
  display: inline-block;
}

h3,
.h3,
.h3.elementor-heading-title {
  font-family: var(--font-body) !important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 0 0 1.25rem;
  display: inline-block;
}

h4,
.h4,
.h4 .elementor-heading-title {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 0 0 1.25rem;
  margin: 30px 0 15px;
  display: inline-block;
}

h5,
.h5,
.h5 .elementor-heading-title {
  font-family: var(--font-body) !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500 !important;
  letter-spacing: 0;
  margin: 0 0 1rem;
  display: inline-block;
}

/* =========================================
   Body text
========================================= */
.body-lg,
.body-lg .elementor-widget-container,
.body-lg .elementor-widget-container p,
.body-lg .elementor-widget-container li {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.body-md,
.body-md .elementor-widget-container,
.body-md .elementor-widget-container p,
.body-md .elementor-widget-container li,
.elementor-widget-text-editor {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.body-sm,
.body-sm .elementor-widget-container,
.body-sm .elementor-widget-container p,
.body-sm .elementor-widget-container li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.body-xs,
.body-xs .elementor-widget-container,
.body-xs .elementor-widget-container p,
.body-xs .elementor-widget-container li {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.entry-content h2 {
  font-family: var(--font-heading) !important;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 30px 0 15px;
  display: inline-block;
}
.entry-content h3,
.entry-content .h3,
.entry-content .h3.elementor-heading-title {
  margin: 30px 0 15px;
}
.entry-content h4,
.entry-content .h4,
.entry-content .h4 .elementor-heading-title {
  margin: 30px 0 15px;
}
.entry-content h5,
.entry-content .h5,
.entry-content .h5 .elementor-heading-title {
  margin: 20px 0 10px;
}
.entry-content ul {
  padding: 0 0 0 30px;
}
.entry-content li,
.entry-content p {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-text);
  margin: 0 0 20px;
}

.standard--list ul {
  padding: 0 0 0 20px;
}
.standard--list li {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.standard--list li::marker {
  color: var(--bt-coral-600);
}

/* =========================================
   Tablet
========================================= */
@media (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
  .display-lg,
  .display-lg .elementor-heading-title {
    font-size: 48px;
    line-height: 60px;
  }
  .display-md,
  .display-md .elementor-heading-title {
    font-size: 40px;
    line-height: 52px;
  }
  .display-sm,
  .display-sm .elementor-heading-title {
    font-size: 32px;
    line-height: 44px;
  }
  h1,
  .h1,
  .h1 .elementor-heading-title {
    font-size: 28px;
    line-height: 40px;
  }
  h2,
  .h2,
  .h2 .elementor-heading-title {
    font-size: 20px;
    line-height: 28px;
  }
  h3,
  .h3,
  .h3 .elementor-heading-title {
    font-size: 18px;
    line-height: 24px;
  }
  h4,
  .h4,
  .h4 .elementor-heading-title {
    font-size: 14px;
    line-height: 20px;
  }
  .body-lg,
  .body-lg .elementor-widget-container,
  .body-lg .elementor-widget-container p,
  .body-lg .elementor-widget-container li {
    font-size: 18px;
    line-height: 24px;
  }
  .body-md,
  .body-md .elementor-widget-container,
  .body-md .elementor-widget-container p,
  .body-md .elementor-widget-container li {
    font-size: 15px;
    line-height: 24px;
  }
  .body-sm,
  .body-sm .elementor-widget-container,
  .body-sm .elementor-widget-container p,
  .body-sm .elementor-widget-container li {
    font-size: 13px;
    line-height: 20px;
  }
  .body-xs,
  .body-xs .elementor-widget-container,
  .body-xs .elementor-widget-container p,
  .body-xs .elementor-widget-container li {
    font-size: 12px;
    line-height: 20px;
  }
}
/* =========================================
   Mobile
========================================= */
@media (max-width: 576px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .display-lg,
  .display-lg .elementor-heading-title {
    font-size: 32px;
    line-height: 44px;
  }
  .display-md,
  .display-md .elementor-heading-title {
    font-size: 28px;
    line-height: 40px;
  }
  .display-sm,
  .display-sm .elementor-heading-title {
    font-size: 26px;
    line-height: 28px;
  }
  h1,
  .h1,
  .h1 .elementor-heading-title {
    font-size: 22px;
    line-height: 28px;
  }
  h2,
  .h2,
  .h2 .elementor-heading-title {
    font-size: 16px;
    line-height: 24px;
  }
  h3,
  .h3,
  .h3 .elementor-heading-title {
    font-size: 16px;
    line-height: 24px;
  }
  h4,
  .h4,
  .h4 .elementor-heading-title {
    font-size: 12px;
    line-height: 16px;
  }
  .body-lg,
  .body-lg .elementor-widget-container,
  .body-lg .elementor-widget-container p,
  .body-lg .elementor-widget-container li {
    font-size: 16px;
    line-height: 20px;
  }
  .body-md,
  .body-md .elementor-widget-container,
  .body-md .elementor-widget-container p,
  .body-md .elementor-widget-container li {
    font-size: 14px;
    line-height: 20px;
  }
  .body-sm,
  .body-sm .elementor-widget-container,
  .body-sm .elementor-widget-container p,
  .body-sm .elementor-widget-container li {
    font-size: 13px;
    line-height: 20px;
  }
  .body-xs,
  .body-xs .elementor-widget-container,
  .body-xs .elementor-widget-container p,
  .body-xs .elementor-widget-container li {
    font-size: 11px;
    line-height: 16px;
  }
  .entry-content h2,
  .entry-content .h2,
  .entry-content .h2 .elementor-heading-title {
    font-size: 26px;
    line-height: 28px;
    margin: 20px 0 10px;
  }
  .entry-content h3,
  .entry-content .h3,
  .entry-content .h3 .elementor-heading-title {
    margin: 20px 0 10px;
  }
  .entry-content h4,
  .entry-content .h4,
  .entry-content .h4 .elementor-heading-title {
    margin: 20px 0 10px;
  }
}
.fw-normal,
.fw-normal .elementor-heading-title {
  font-weight: 400 !important;
}

.fw-medium,
.fw-medium .elementor-heading-title {
  font-weight: 500 !important;
}

.fw-semibold,
.fw-semibold .elementor-heading-title {
  font-weight: 600 !important;
}

.fw-bold,
.fw-bold .elementor-heading-title {
  font-weight: 700 !important;
}

.text-white {
  color: #fff;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.page-template-default:not(.section-personal) .theme-bg,
.section-serious-injury .theme-bg,
.section-business .theme-bg,
.on-dark {
  --text-color: #fff;
  --link-color: #fff;
}

.page-template-default:not(.section-personal) .theme-bg,
.section-serious-injury .theme-bg,
.section-business .theme-bg,
.on-dark {
  color: var(--text-color);
}

.page-template-default:not(.section-personal) .theme-bg,
.section-serious-injury .theme-bg a,
.section-business .theme-bg a,
.on-dark a {
  color: var(--link-color);
}

.elementor-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-default:not(.section-personal) .theme-bg .elementor-widget-heading .elementor-heading-title, .page-template-default:not(.section-personal) .theme-bg .elementor-heading-title, .page-template-default:not(.section-personal) .theme-bg .elementor-widget-text-editor, .page-template-default:not(.section-personal) .theme-bg .elementor-widget-text-editor p, .page-template-default:not(.section-personal) .theme-bg .elementor-widget-text-editor li, .page-template-default:not(.section-personal) .theme-bg .elementor-widget-icon-list-text, .section-serious-injury .theme-bg .elementor-widget-heading .elementor-heading-title, .section-serious-injury .theme-bg .elementor-heading-title, .section-serious-injury .theme-bg .elementor-widget-text-editor, .section-serious-injury .theme-bg .elementor-widget-text-editor p, .section-serious-injury .theme-bg .elementor-widget-text-editor li, .section-serious-injury .theme-bg .elementor-widget-icon-list-text, .section-business .theme-bg .elementor-widget-heading .elementor-heading-title, .section-business .theme-bg .elementor-heading-title, .section-business .theme-bg .elementor-widget-text-editor, .section-business .theme-bg .elementor-widget-text-editor p, .section-business .theme-bg .elementor-widget-text-editor li, .section-business .theme-bg .elementor-widget-icon-list-text, .on-dark .elementor-widget-heading .elementor-heading-title, .on-dark .elementor-heading-title, .on-dark .elementor-widget-text-editor, .on-dark .elementor-widget-text-editor p, .on-dark .elementor-widget-text-editor li, .on-dark .elementor-widget-icon-list-text {
  color: inherit;
}

.flow {
  --flow-space: var(--space-200);
}
.flow > * {
  margin-block: 0;
}
.flow > * + * {
  margin-top: var(--flow-space);
}
.flow > * + .flow-space-xs {
  margin-top: var(--space-050);
}
.flow > * + .flow-space-sm {
  margin-top: var(--space-100);
}
.flow > * + .flow-space-md {
  margin-top: var(--space-200);
}
.flow > * + .flow-space-lg {
  margin-top: var(--space-300);
}
.flow > * + .flow-space-xl {
  margin-top: var(--space-400);
}
.flow > * + .flow-space-xxl {
  margin-top: var(--space-500);
}
.flow {
  gap: 0;
}

.flow--0 {
  --flow-space: var(--space-000);
}

.flow--xs {
  --flow-space: var(--space-050);
}

.flow--sm {
  --flow-space: var(--space-100);
}

.flow--md {
  --flow-space: var(--space-200);
}

.flow--lg {
  --flow-space: var(--space-300);
}

.flow--xl {
  --flow-space: var(--space-400);
}

.flow--xxl {
  --flow-space: var(--space-500);
}

.m-0 {
  margin: 0 !important;
}

.mb-0,
.mb-0 .elementor-heading-title {
  margin-bottom: 0 !important;
}

/* =========================
   Navigation
========================= */
.bt-navigation {
  position: static;
}

#site-header {
  background-color: var(--bt-navy-700);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.site-header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* =========================
   Desktop nav
========================= */
#main-nav {
  margin-left: auto;
}

.site-nav--desktop {
  display: block;
  width: 100%;
}
.site-nav__level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav__item {
  position: static;
}
.site-nav__item.current-menu-item > .site-nav__link, .site-nav__item.current-menu-ancestor > .site-nav__link {
  color: #fff;
}
.site-nav__item.current-menu-item > .site-nav__link::before, .site-nav__item.current-menu-ancestor > .site-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #EC563B;
}
.site-nav__item--has-mega-menu .mega-menu__inner {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.site-nav__item--has-mega-menu .mega-menu__cards {
  display: none;
}
.site-nav__item--has-mega-menu > .site-nav__link::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 10px;
  margin: 3px 0 0 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath fill='%23ec563b' d='M1.138.195a.667.667 0 1 0-.943.943l4 4c.26.26.683.26.943 0l4-4a.667.667 0 1 0-.943-.943L4.667 3.724z'/%3E%3C/svg%3E") no-repeat center;
}
.site-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}
.site-nav__link:hover {
  color: #fff;
}
.site-nav__link:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #EC563B;
}

/* =========================
   Mega menu
========================= */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 1001;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.mega-menu__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px var(--gutter);
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.mega-menu__nav {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  min-width: 0;
}
.mega-menu__nav--1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.mega-menu__nav--2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mega-menu__nav--3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mega-menu__column {
  min-width: 0;
  padding-top: 20px;
}
.mega-menu__heading {
  margin: 0 0 1rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0.6rem;
}
.mega-menu__heading a,
.mega-menu__heading span {
  display: inline-block;
  text-decoration: none;
  color: var(--bt-navy-600);
}
.mega-menu__heading a:hover {
  color: var(--bt-coral-600);
}
.mega-menu__rule {
  width: 30px;
  border: 1px solid var(--bt-coral-600);
  border-radius: 1px 0 1px 0;
  margin-left: 0.6rem !important;
}
.mega-menu__links {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.mega-menu__link-item {
  padding: 0 10px 5px;
}
.mega-menu__link-item + .mega-menu__link-item {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
}
.mega-menu__link-item a {
  text-decoration: none;
  color: var(--bt-navy-800);
  font-size: 14px;
}
.mega-menu__link-item a:hover, .mega-menu__link-item.current-menu-item > a {
  color: var(--bt-coral-600);
}
.mega-menu__link-item.view-all-link {
  padding-top: 1.5rem;
}
.mega-menu__link-item.view-all-link a {
  color: var(--bt-navy-600);
  text-decoration: underline;
}

.site-nav__item--has-mega-menu.is-mega-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 180ms ease, visibility 0s linear 0s;
  transition: opacity 180ms ease, visibility 0s linear 0s;
}

.site-nav__item--has-mega-menu {
  z-index: 1;
}
.site-nav__item--has-mega-menu.is-mega-open {
  z-index: 100;
}

/* =========================
   Mega menu layout ratios
========================= */
.menu-layout-8-4 .mega-menu__cards,
.menu-layout-9-3 .mega-menu__cards,
.menu-layout-6-6 .mega-menu__cards,
.menu-layout-4-8 .mega-menu__cards {
  display: -ms-grid;
  display: grid;
}

.menu-layout-8-4 .mega-menu__inner {
  -ms-grid-columns: 8fr 4fr;
  grid-template-columns: 8fr 4fr;
}

.menu-layout-9-3 .mega-menu__inner {
  -ms-grid-columns: 9fr 3fr;
  grid-template-columns: 9fr 3fr;
}

.menu-layout-6-6 .mega-menu__inner {
  -ms-grid-columns: 6fr 6fr;
  grid-template-columns: 6fr 6fr;
}

.menu-layout-4-8 .mega-menu__inner {
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
}

.mega-menu__cards {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.mega-menu__cards[data-count="2"] {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.mega-menu__cards[data-count="3"] {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

/* =========================
   Debug (optional)
========================= */
/* =========================
   Mobile off-canvas
========================= */
.site-nav-mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-nav-mobile.is-open .site-nav-mobile__overlay {
  opacity: 1;
  pointer-events: auto;
}
.site-nav-mobile.is-open .site-nav-mobile__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.site-nav-mobile.is-open .site-nav-mobile__toggle-lines {
  background: transparent;
}
.site-nav-mobile.is-open .site-nav-mobile__toggle-lines::before {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.site-nav-mobile.is-open .site-nav-mobile__toggle-lines::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.site-nav-mobile__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 210;
}
.site-nav-mobile__toggle-lines, .site-nav-mobile__toggle-lines::before, .site-nav-mobile__toggle-lines::after {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: relative;
  content: "";
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.site-nav-mobile__toggle-lines::before, .site-nav-mobile__toggle-lines::after {
  position: absolute;
  left: 0;
}
.site-nav-mobile__toggle-lines::before {
  top: -7px;
}
.site-nav-mobile__toggle-lines::after {
  top: 7px;
}
.site-nav-mobile__overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 198;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease 0.05s;
  transition: opacity 0.25s ease 0.05s;
  pointer-events: none;
}
@media (min-width: 576px) {
  .site-nav-mobile__overlay {
    background: rgba(0, 0, 0, 0.35);
  }
}
.site-nav-mobile__panel {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  width: 100vw;
  background-color: var(--bt-navy-800);
  z-index: 199;
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 576px) {
  .site-nav-mobile__panel {
    width: min(420px, 92vw);
  }
}
.site-nav-mobile__panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.site-nav-mobile__panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 1rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-nav-mobile__panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-nav-mobile__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}
.site-nav-mobile__level-1, .site-nav-mobile__group-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav-mobile__level-1 {
  background-color: var(--bt-navy-600);
}
.site-nav-mobile__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-nav-mobile__item.current-menu-item > .site-nav-mobile__row .site-nav-mobile__top-link, .site-nav-mobile__item.current-menu-ancestor > .site-nav-mobile__row .site-nav-mobile__top-link {
  font-weight: 600;
}
.site-nav-mobile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1rem 25px 1rem 1rem;
  min-height: 73px;
}
.site-nav-mobile__top-link {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.site-nav-mobile__submenu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.site-nav-mobile__submenu-toggle span[aria-hidden] {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%23fff' d='M1.707.293A1 1 0 0 0 .293 1.707l5 5a1 1 0 0 0 1.414 0l5-5A1 1 0 0 0 10.293.293L6 4.586z'/%3E%3C/svg%3E") no-repeat center center;
  border: 0;
  padding: 0;
}
.site-nav-mobile__submenu-toggle[aria-expanded=true] span[aria-hidden] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-nav-mobile__inner {
  background-color: #C9CFD3;
  border-radius: 10px;
  margin: 0 1rem 1rem;
  overflow: hidden;
}
.site-nav-mobile__submenu {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.site-nav-mobile__group.current-menu-item .site-nav-mobile__group-title, .site-nav-mobile__group.current-menu-ancestor .site-nav-mobile__group-title {
  font-weight: 500;
}
.site-nav-mobile__group-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  background: #C9CFD3;
  color: #0D1926 !important;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  cursor: pointer;
  text-align: left;
}
.site-nav-mobile__group-title-wrap {
  display: block;
  min-width: 0;
  padding: 1rem 0 1rem 1rem;
}
.site-nav-mobile__group-title {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.site-nav-mobile__group-title.is-link a {
  text-decoration: none;
}
.site-nav-mobile__group-icon {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.site-nav-mobile__group-icon span {
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%23243F5E' d='M1.707.293A1 1 0 0 0 .293 1.707l5 5a1 1 0 0 0 1.414 0l5-5A1 1 0 0 0 10.293.293L6 4.586z'/%3E%3C/svg%3E") no-repeat center center;
  padding: 24px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.site-nav-mobile__group-panel {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-color: #fff;
}
.site-nav-mobile__group-links {
  padding: 0 0 0.5rem;
}
.site-nav-mobile__group-links li + li {
  margin-top: 0.5rem;
}
.site-nav-mobile__group-links a {
  text-decoration: none;
}
.site-nav-mobile__link-item {
  margin: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-nav-mobile__link-item.current-menu-item > a {
  color: var(--bt-coral-600);
}
.site-nav-mobile__link-item a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1rem;
}
.site-nav-mobile__link-item:last-child {
  border-bottom: none;
}
.site-nav-mobile__link-item:last-child a {
  margin-bottom: 0;
}

.site-nav-mobile__group-toggle[aria-expanded=true] .site-nav-mobile__group-icon span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.site-nav--mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 0 1rem;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

body.mobile-menu-open {
  overflow: hidden;
}

.search__header {
  width: 100%;
  margin: 30px 0;
}

.site-search-form {
  max-width: 500px;
}

.site-search-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0 0 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

.site-search-form svg {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
  opacity: 0.9;
}

.site-search-form input,
.site-search-form input[type=search],
.site-search-form input[type=search]:focus {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.site-search-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.site-search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.site-search-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.site-search-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.site-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

/* =========================
   Breakpoint
========================= */
@media (max-width: 1025px) {
  #site-header {
    padding: 11px 0;
  }
  .site-nav--desktop {
    display: none;
  }
  .site-nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* =========================
   Sticky nav bar
========================= */
[id] {
  scroll-margin-top: 100px;
}

.page-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #F7F7F7;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.page-anchor-nav .page-anchor-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  min-height: 75px;
}
.page-anchor-nav .page-anchor-nav__links {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-icon {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-text {
  padding: 0 !important;
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-text,
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.25rem 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 4px;
  background: var(--bt-coral-600);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-item > a:hover::after,
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-item > a:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-item > a.is-active {
  color: var(--bt-coral-600);
}
.page-anchor-nav .page-anchor-nav__links .elementor-icon-list-item > a.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page-anchor-nav .page-anchor-nav__cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  width: auto;
}
.page-anchor-nav .page-anchor-nav__cta .elementor-button {
  width: auto;
  margin: 0;
}

@media (max-width: 991.98px) {
  .page-anchor-nav .page-anchor-nav__inner {
    gap: 1.25rem;
    min-height: 68px;
  }
  .page-anchor-nav .page-anchor-nav__links {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .page-anchor-nav .page-anchor-nav__links::-webkit-scrollbar {
    display: none;
  }
  .page-anchor-nav .page-anchor-nav__links .elementor-icon-list-items {
    gap: 1.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 767.98px) {
  .page-anchor-nav .page-anchor-nav__inner {
    min-height: 64px;
  }
  .page-anchor-nav .page-anchor-nav__nav {
    display: none;
  }
  .page-anchor-nav .page-anchor-nav__cta {
    margin: 0 auto;
  }
}
.btn.elementor-widget-button.btn-search.js-search-toggle.elementor-widget-button .elementor-button,
.btn.elementor-widget-button.btn-search.mobile-search-toggle.elementor-widget-button .elementor-button {
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  padding: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1.667 7.5A5.833 5.833 0 1 1 11.7 11.547a.8.8 0 0 0-.154.154A5.833 5.833 0 0 1 1.667 7.5m10.514 5.86a7.5 7.5 0 1 1 1.178-1.179l3.063 3.063a.833.833 0 0 1-1.178 1.179z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn.elementor-widget-button.btn-search.js-search-toggle.elementor-widget-button .elementor-button-text,
.btn.elementor-widget-button.btn-search.js-search-toggle.elementor-widget-button .elementor-button-content-wrapper::after,
.btn.elementor-widget-button.btn-search.js-search-toggle.elementor-widget-button .elementor-button-content-wrapper::before,
.btn.elementor-widget-button.btn-search.mobile-search-toggle.elementor-widget-button .elementor-button-text,
.btn.elementor-widget-button.btn-search.mobile-search-toggle.elementor-widget-button .elementor-button-content-wrapper::after,
.btn.elementor-widget-button.btn-search.mobile-search-toggle.elementor-widget-button .elementor-button-content-wrapper::before {
  display: none;
}

.btn.elementor-widget-button.btn-search.mobile-search-toggle.elementor-widget-button {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.elementor-widget-button.btn-search.mobile-search-toggle.elementor-widget-button .elementor-button {
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19x;
          flex: 0 0 19x;
  background-size: 19px 19px;
}

.site-search {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.4s;
  transition: visibility 0s linear 0.4s;
  padding: 0;
}

.site-search.is-open {
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.site-search__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.site-search.is-open .site-search__backdrop {
  opacity: 1;
}

.site-search__panel {
  position: relative;
  z-index: 2;
  width: 100%;
  background: var(--bt-navy-700);
  padding: 30px 0 60px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-search__panel h2.elementor-heading-title {
  margin: 0;
}
.site-search__panel .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.8);
}

.site-search.is-open .site-search__panel {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.site-search.is-open {
  pointer-events: auto;
}

.site-search.is-open .site-search__backdrop {
  opacity: 1;
}

.site-search.is-open .site-search__panel {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.btn.elementor-widget-button.site-search__close {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
}
.btn.elementor-widget-button.site-search__close .elementor-button {
  padding: 0;
}
.btn.elementor-widget-button.site-search__close .elementor-button-content-wrapper::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M11.34 1.423A.833.833 0 1 0 10.162.244L5.793 4.613 1.424.244A.833.833 0 0 0 .246 1.423L4.614 5.79l-4.368 4.37a.833.833 0 1 0 1.178 1.178l4.369-4.37 4.369 4.37a.833.833 0 0 0 1.178-1.179L6.971 5.791z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-color: transparent !important;
  transition: --btn-transition;
}
.btn.elementor-widget-button.site-search__close .elementor-button-content-wrapper::before {
  display: none;
}

html.search-open,
body.search-open {
  overflow: hidden;
}

/* compensate layout shift */
html.search-open {
  padding-right: var(--scrollbar-width, 0px);
}

.search-box__label {
  position: relative;
  display: block;
}

input[type=search].search-box__input {
  width: 100%;
  padding: 15px 20px 15px 60px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: var(--bt-navy-800);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.search-box__input::-webkit-input-placeholder {
  color: #5d6870;
  opacity: 1;
}

.search-box__input::-moz-placeholder {
  color: #5d6870;
  opacity: 1;
}

.search-box__input:-ms-input-placeholder {
  color: #5d6870;
  opacity: 1;
}

.search-box__input::-ms-input-placeholder {
  color: #5d6870;
  opacity: 1;
}

.search-box__input::placeholder {
  color: #5d6870;
  opacity: 1;
}

.search-box__input:focus {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}

.search-box__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 34px;
  height: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background: #081522;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 3a7.5 7.5 0 0 1 5.94 12.08l4.24 4.24-1.41 1.41-4.24-4.24A7.5 7.5 0 1 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 3a7.5 7.5 0 0 1 5.94 12.08l4.24 4.24-1.41 1.41-4.24-4.24A7.5 7.5 0 1 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.mobile-search-box {
  border-radius: 8px;
  padding: 48px 24px;
  margin: 24px 0 64px;
}

.search-results .insight-single-hero__term {
  background-color: #EDF0F1;
  color: var(--bt-navy-800);
}

.bt-search-result-heading {
  margin: 0;
}

.text-column-wide .e-loop-item a.bt-search-result-title {
  text-decoration: none;
  color: var(--bt-navy-800);
}

.text-column-wide .e-loop-item a.bt-search-result-title:hover,
.text-column-wide .e-loop-item a.bt-search-result-title:focus {
  text-decoration: underline;
  color: var(--bt-coral-600);
}

.search-result-item {
  padding: 0 0 40px;
  border-bottom: 1px solid #ddd;
}

.search-term-highlight {
  background: #fff3a3;
  color: inherit;
  padding: 0 0.12em;
  border-radius: 0.15em;
}

.bt-breadcrumbs__container {
  padding: 30px 0;
}
.bt-breadcrumbs__container .bt-breadcrumbs {
  font-size: 12px;
  color: #6b7280;
}
.bt-breadcrumbs__container .bt-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bt-breadcrumbs__container .bt-breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bt-breadcrumbs__container .bt-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
  color: currentColor;
  opacity: 0.6;
}
.bt-breadcrumbs__container .bt-breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}
.bt-breadcrumbs__container .bt-breadcrumbs__link:hover {
  text-decoration: underline;
}
.bt-breadcrumbs__container .bt-breadcrumbs__current {
  opacity: 0.8;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}

/* ========================================
   Elementor button system
   ----------------------------------------
   Usage:
   - btn btn-primary
   - btn btn-secondary
   - btn btn-ghost
   - btn btn-primary is-disabled
   - btn btn-secondary btn-no-icon

   Dark mode:
   - add .on-dark to parent container/section

   Notes:
   - no Elementor icon control needed
   - icon is injected with pseudo-elements
   - disabled state uses wrapper class because
     Elementor outputs <a>, not <button>
======================================== */
/* ========================================
   Tokens
======================================== */
:root {
  /* Structure */
  --btn-radius: 1px 8px 1px 8px;
  --btn-padding-y: 14px;
  --btn-padding-x: 24px;
  --btn-font-size: 16px;
  --btn-font-weight: 600;
  --btn-gap: 12px;
  --btn-icon-size: 20px;
  --btn-icon-arrow-width: 6px;
  --btn-icon-arrow-height: 10px;
  --btn-icon-arrow-right: 6px;
  --btn-transition-duration: 0.27s;
  --btn-transition-timing: linear;
  --btn-transition:
    background-color var(--btn-transition-duration) var(--btn-transition-timing),
    border-color var(--btn-transition-duration) var(--btn-transition-timing),
    color var(--btn-transition-duration) var(--btn-transition-timing),
    opacity var(--btn-transition-duration) ease;
  /* Focus */
  --btn-focus-outline: currentColor;
  /* Primary */
  --btn-primary-bg: var(--bt-coral-600);
  --btn-primary-border: var(--bt-coral-600);
  --btn-primary-text: var(--bt-white);
  --btn-primary-hover-bg: var(--bt-coral-500);
  --btn-primary-hover-border: var(--bt-coral-500);
  --btn-primary-hover-text: var(--bt-white);
  --btn-primary-active-bg: var(--bt-coral-600);
  --btn-primary-active-border: var(--bt-coral-600);
  --btn-primary-active-text: var(--bt-white);
  /* Secondary */
  --btn-secondary-bg: rgba(215, 50, 21, 0);
  --btn-secondary-border: var(--bt-coral-600);
  --btn-secondary-text: var(--bt-navy-800);
  --btn-secondary-hover-bg: var(--bt-coral-500);
  --btn-secondary-hover-border: var(--bt-coral-500);
  --btn-secondary-hover-text: var(--bt-white);
  --btn-secondary-active-bg: var(--bt-coral-600);
  --btn-secondary-active-border: var(--bt-coral-600);
  --btn-secondary-active-text: var(--bt-white);
  /* Ghost */
  --btn-ghost-bg: transparent;
  --btn-ghost-border: transparent;
  --btn-ghost-text: var(--bt-navy-800);
  --btn-ghost-hover-bg: transparent;
  --btn-ghost-hover-border: transparent;
  --btn-ghost-hover-text: var(--bt-navy-800);
  --btn-ghost-active-bg: transparent;
  --btn-ghost-active-border: transparent;
  --btn-ghost-active-text: var(--bt-navy-800);
  /* Disabled */
  --btn-disabled-bg: #d9dde1;
  --btn-disabled-border: #d9dde1;
  --btn-disabled-text: #a8b0b8;
  --btn-disabled-icon-bg: #c7ccd1;
  --btn-disabled-icon-colour: var(--bt-white);
  /* Default icon colours */
  --btn-solid-icon-bg: var(--bt-white);
  --btn-solid-icon-colour: var(--bt-coral-600);
  --btn-ghost-icon-bg: #e03112;
  --btn-ghost-icon-colour: var(--bt-white);
  /* SVG mask. Colour inside the SVG does not matter because it is used as a mask. */
  --btn-icon-arrow-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath stroke='%23000' stroke-linejoin='round' stroke-width='2' d='m.707.707 4 4-4 4'/%3E%3C/svg%3E");
}

/* ========================================
   Dark context
======================================== */
.page-template-default:not(.section-personal) .theme-bg,
.section-serious-injury .theme-bg,
.section-business .theme-bg,
.section-personal .insight-single-newsletter,
.insight-single-newsletter-light,
.on-dark {
  --btn-focus-outline: var(--bt-white);
  /* Primary */
  --btn-primary-bg: rgba(255, 255, 255, .9);
  --btn-primary-border: transparent;
  --btn-primary-text: var(--bt-navy-800);
  --btn-primary-hover-bg: var(--bt-white);
  --btn-primary-hover-border: var(--bt-white);
  --btn-primary-hover-text: var(--bt-navy-800);
  --btn-primary-active-bg: var(--bt-white);
  --btn-primary-active-border: var(--bt-white);
  --btn-primary-active-text: var(--bt-navy-800);
  /* Secondary */
  --btn-secondary-bg: rgba(255, 255, 255, 0);
  --btn-secondary-border: var(--bt-white);
  --btn-secondary-text: var(--bt-white);
  --btn-secondary-hover-bg: var(--bt-white);
  --btn-secondary-hover-border: var(--bt-white);
  --btn-secondary-hover-text: #1d2433;
  --btn-secondary-active-bg: #f2f4f7;
  --btn-secondary-active-border: #f2f4f7;
  --btn-secondary-active-text: #1d2433;
  --btn-secondary-icon-bg: var(--bt-coral-600);
  --btn-secondary-icon-colour: var(--bt-white);
  --btn-secondary-hover-icon-bg: var(--bt-coral-600);
  --btn-secondary-hover-icon-colour: var(--bt-white);
  /* Ghost */
  --btn-ghost-bg: transparent;
  --btn-ghost-border: transparent;
  --btn-ghost-text: var(--bt-white);
  --btn-ghost-hover-bg: transparent;
  --btn-ghost-hover-border: transparent;
  --btn-ghost-hover-text: var(--bt-white);
  --btn-ghost-active-bg: transparent;
  --btn-ghost-active-border: transparent;
  --btn-ghost-active-text: var(--bt-white);
  /* Disabled */
  --btn-disabled-bg: rgba(255, 255, 255, 0.15);
  --btn-disabled-border: rgba(255, 255, 255, 0.15);
  --btn-disabled-text: rgba(255, 255, 255, 0.45);
  --btn-disabled-icon-bg: rgba(255, 255, 255, 0.22);
  --btn-disabled-icon-colour: var(--bt-white);
  /* Icon chip colours */
  --btn-solid-icon-bg: var(--bt-coral-600);
  --btn-solid-icon-colour: var(--bt-white);
  --btn-ghost-icon-bg: var(--bt-white);
  --btn-ghost-icon-colour: var(--bt-coral-600);
}

/* ========================================
   Base Elementor button
======================================== */
.elementor-widget-button .elementor-button {
  all: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0.75rem 1.5rem;
  border-radius: var(--btn-radius);
  background-color: transparent;
  color: inherit;
  font-family: "Lato";
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
@media (max-width: 575.8px) {
  .elementor-widget-button .elementor-button {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}

.btn.elementor-widget-button .elementor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  border: 2px solid transparent;
  border-radius: var(--btn-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Lato";
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.btn.elementor-widget-button .elementor-button-content-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--btn-gap);
}
.btn.elementor-widget-button .elementor-button-text {
  line-height: 1;
}
.btn.elementor-widget-button .elementor-button:hover,
.btn.elementor-widget-button .elementor-button:focus {
  text-decoration: none;
}
.btn.elementor-widget-button .elementor-button:focus-visible {
  outline: 2px solid var(--btn-focus-outline);
  outline-offset: 2px;
}

/* ========================================
   Shared CSS-driven arrow chip
======================================== */
.btn.elementor-widget-button:not(.btn-story):not(.btn-no-icon) .elementor-button-content-wrapper::after {
  content: "";
  display: inline-block;
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--btn-icon-size);
          flex: 0 0 var(--btn-icon-size);
  border-radius: 50%;
  background-color: var(--btn-icon-bg, var(--btn-solid-icon-bg));
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.btn.elementor-widget-button:not(.btn-story):not(.btn-no-icon) .elementor-button-content-wrapper::before {
  content: "";
  position: absolute;
  right: var(--btn-icon-arrow-right);
  width: var(--btn-icon-arrow-width);
  height: var(--btn-icon-arrow-height);
  background-color: var(--btn-icon-colour, var(--btn-solid-icon-colour));
  -webkit-mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  pointer-events: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.btn-no-icon.elementor-widget-button .elementor-button-content-wrapper::before,
.btn-no-icon.elementor-widget-button .elementor-button-content-wrapper::after {
  display: none;
}

/* ========================================
   Variant helper
   Keep variants mostly as token assignments.
======================================== */
.btn-primary.elementor-widget-button .elementor-button,
.btn-secondary.elementor-widget-button .elementor-button,
.btn-ghost.elementor-widget-button .elementor-button {
  background-color: var(--btn-bg);
  border-color: var(--btn-border);
  color: var(--btn-text);
}
.btn-primary.elementor-widget-button .elementor-button:hover,
.btn-primary.elementor-widget-button .elementor-button:focus,
.btn-secondary.elementor-widget-button .elementor-button:hover,
.btn-secondary.elementor-widget-button .elementor-button:focus,
.btn-ghost.elementor-widget-button .elementor-button:hover,
.btn-ghost.elementor-widget-button .elementor-button:focus {
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border);
  color: var(--btn-hover-text);
  --btn-icon-bg: var(--btn-hover-icon-bg);
  --btn-icon-colour: var(--btn-hover-icon-colour);
}
.btn-primary.elementor-widget-button .elementor-button:active,
.btn-secondary.elementor-widget-button .elementor-button:active,
.btn-ghost.elementor-widget-button .elementor-button:active {
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border);
  color: var(--btn-active-text);
}

/* ========================================
   Primary
======================================== */
.btn-primary.elementor-widget-button {
  --btn-bg: var(--btn-primary-bg);
  --btn-border: var(--btn-primary-border);
  --btn-text: var(--btn-primary-text);
  --btn-hover-bg: var(--btn-primary-hover-bg);
  --btn-hover-border: var(--btn-primary-hover-border);
  --btn-hover-text: var(--btn-primary-hover-text);
  --btn-active-bg: var(--btn-primary-active-bg);
  --btn-active-border: var(--btn-primary-active-border);
  --btn-active-text: var(--btn-primary-active-text);
  --btn-icon-bg: var(--btn-solid-icon-bg);
  --btn-icon-colour: var(--btn-solid-icon-colour);
  --btn-hover-icon-bg: var(--btn-solid-icon-bg);
  --btn-hover-icon-colour: var(--btn-primary-hover-bg);
}

.elementor-editor-active .btn-primary.elementor-widget-button .elementor-button {
  background: var(--btn-primary-bg) !important;
}

/* ========================================
   Secondary
======================================== */
.btn-secondary.elementor-widget-button {
  --btn-bg: var(--btn-secondary-bg);
  --btn-border: var(--btn-secondary-border);
  --btn-text: var(--btn-secondary-text);
  --btn-hover-bg: var(--btn-secondary-hover-bg);
  --btn-hover-border: var(--btn-secondary-hover-border);
  --btn-hover-text: var(--btn-secondary-hover-text);
  --btn-active-bg: var(--btn-secondary-active-bg);
  --btn-active-border: var(--btn-secondary-active-border);
  --btn-active-text: var(--btn-secondary-active-text);
  --btn-icon-bg: var(--btn-secondary-icon-bg, var(--bt-coral-600));
  --btn-icon-colour: var(--btn-secondary-icon-colour, var(--bt-white));
  --btn-hover-icon-bg: var(--btn-secondary-hover-icon-bg, var(--bt-white));
  --btn-hover-icon-colour: var(--btn-secondary-hover-icon-colour, var(--btn-secondary-hover-bg));
}

/* ========================================
   Ghost
======================================== */
.btn-ghost.elementor-widget-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  --btn-bg: var(--btn-ghost-bg);
  --btn-border: var(--btn-ghost-border);
  --btn-text: var(--btn-ghost-text);
  --btn-hover-bg: var(--btn-ghost-hover-bg);
  --btn-hover-border: var(--btn-ghost-hover-border);
  --btn-hover-text: var(--btn-ghost-hover-text);
  --btn-active-bg: var(--btn-ghost-active-bg);
  --btn-active-border: var(--btn-ghost-active-border);
  --btn-active-text: var(--btn-ghost-active-text);
  --btn-icon-bg: var(--btn-ghost-icon-bg);
  --btn-icon-colour: var(--btn-ghost-icon-colour);
  --btn-hover-icon-bg: var(--btn-ghost-icon-bg);
  --btn-hover-icon-colour: var(--btn-ghost-icon-colour);
}
.btn-ghost.elementor-widget-button .elementor-button-content-wrapper::after {
  content: "";
  display: inline-block;
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--btn-icon-size);
          flex: 0 0 var(--btn-icon-size);
  border-radius: 50%;
  background-color: var(--btn-icon-bg);
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.btn-ghost.elementor-widget-button .elementor-button-content-wrapper::before {
  content: "";
  position: absolute;
  width: var(--btn-icon-arrow-width);
  height: var(--btn-icon-arrow-height);
  background-color: var(--btn-icon-colour);
  -webkit-mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  pointer-events: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.btn-ghost.elementor-widget-button .elementor-button {
  min-height: 0;
  width: 100%;
  padding: 0;
  border-width: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-ghost.elementor-widget-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-ghost.elementor-widget-button .elementor-button:hover .elementor-button-text,
.btn-ghost.elementor-widget-button .elementor-button:focus .elementor-button-text {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* ========================================
   List buttons
======================================== */
.btn-list-reverse.elementor-widget-button,
.btn-list.elementor-widget-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-bottom: 1px solid var(--bt-grey-200);
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  --btn-icon-bg: var(--btn-ghost-icon-bg);
  --btn-icon-colour: var(--btn-ghost-icon-colour);
  --btn-hover-icon-bg: var(--btn-ghost-icon-bg);
  --btn-hover-icon-colour: var(--btn-ghost-icon-colour);
}
.btn-list-reverse.elementor-widget-button .elementor-button,
.btn-list.elementor-widget-button .elementor-button {
  min-height: 0;
  margin-top: 20px;
  padding: 0 0 10px;
  border-width: 0;
  background: var(--btn-ghost-bg);
  border-color: var(--btn-ghost-border);
  font-size: 14px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-list-reverse.elementor-widget-button .elementor-button-content-wrapper,
.btn-list.elementor-widget-button .elementor-button-content-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-list-reverse.elementor-widget-button:hover,
.btn-list.elementor-widget-button:hover {
  color: var(--bt-coral-600);
  cursor: pointer;
}
.btn-list-reverse.elementor-widget-button:last-of-type,
.btn-list.elementor-widget-button:last-of-type {
  border: none;
}

.btn-list-reverse.elementor-widget-button {
  border-bottom: none;
}
.btn-list-reverse.elementor-widget-button .elementor-button {
  margin-top: 0;
  padding-left: 35px;
  padding-bottom: 0;
  border: none;
  font-size: 18px;
  text-decoration: underline;
}
.btn-list-reverse.elementor-widget-button .elementor-button-content-wrapper::after {
  position: absolute;
  left: -30px;
  z-index: 1;
}
.btn-list-reverse.elementor-widget-button .elementor-button-content-wrapper::before {
  position: absolute;
  left: -23px;
  z-index: 2;
}

.section-serious-injury .btn-list-reverse.elementor-widget-button {
  --btn-icon-bg: var(--bt-teal-700);
}

.section-personal .btn-list-reverse.elementor-widget-button {
  --btn-icon-bg: var(--bt-navy-600);
}

/* ========================================
   Disabled
======================================== */
.is-disabled.elementor-widget-button {
  --btn-icon-bg: var(--btn-disabled-icon-bg);
  --btn-icon-colour: var(--btn-disabled-icon-colour);
  --btn-hover-icon-bg: var(--btn-disabled-icon-bg);
  --btn-hover-icon-colour: var(--btn-disabled-icon-colour);
}
.is-disabled.elementor-widget-button .elementor-button,
.is-disabled.elementor-widget-button .elementor-button:hover,
.is-disabled.elementor-widget-button .elementor-button:focus,
.is-disabled.elementor-widget-button .elementor-button:active {
  background: var(--btn-disabled-bg);
  border-color: var(--btn-disabled-border);
  color: var(--btn-disabled-text);
  pointer-events: none;
  cursor: default;
  outline: 0;
  text-decoration: none;
}

/* Ghost disabled stays transparent */
.is-disabled.btn-ghost.elementor-widget-button .elementor-button,
.is-disabled.btn-ghost.elementor-widget-button .elementor-button:hover,
.is-disabled.btn-ghost.elementor-widget-button .elementor-button:focus,
.is-disabled.btn-ghost.elementor-widget-button .elementor-button:active {
  background: transparent;
  border-color: transparent;
  color: var(--btn-disabled-text);
}

/* ========================================
   Optional size modifiers for later
======================================== */
/*
.btn-sm.elementor-widget-button {
  --btn-padding-y: 12px;
  --btn-padding-x: 18px;
  --btn-font-size: 0.9375rem;
  --btn-icon-size: 20px;
}

.btn-lg.elementor-widget-button {
  --btn-padding-y: 18px;
  --btn-padding-x: 32px;
  --btn-font-size: 1.125rem;
  --btn-icon-size: 28px;
}
*/
/* ========================================
   Video button
======================================== */
.bt-video-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bt-video-button__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.bt-video-button__icon-play {
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--bt-coral-600);
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}
.bt-video-button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.bt-video-button__text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: inherit;
}
.bt-video-button__meta {
  font-size: 12px;
  line-height: 12px;
  color: inherit;
}
.bt-video-button--empty {
  padding: 1rem;
  border: 1px dashed #ccc;
  background: #fafafa;
  color: #333;
}

.elementor-widget-bt_video_overlay {
  position: absolute !important;
  inset: 0;
  z-index: 10;
  margin: 0 !important;
}
.elementor-widget-bt_video_overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

.video-card:hover .bt-video-button__icon,
.video-card-large:hover .bt-video-button__icon {
  background: var(--bt-coral-600);
}
.video-card:hover .bt-video-button__icon-play,
.video-card-large:hover .bt-video-button__icon-play {
  border-left-color: #fff;
}

/* ========================================
   Icon button component
======================================== */
.bt-icon-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bt-icon-button__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.bt-icon-button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.bt-icon-button__text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: inherit;
}

/* ========================================
   Story button
   Uses its own icon, so it is excluded from the shared arrow chip above.
======================================== */
.btn-story {
  -ms-flex-item-align: start;
      align-self: flex-start;
  --btn-story-icon-bg: var(--bt-white);
  --btn-story-icon-colour: var(--bt-coral-600);
}
.btn-story .elementor-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent !important;
}
.btn-story .elementor-button-content-wrapper {
  display: contents;
}
.btn-story .elementor-button-text {
  font-size: 18px;
  line-height: 1.2;
}
.btn-story .elementor-button-content-wrapper::before {
  content: "";
  width: 48px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  border-radius: 50%;
  background-color: var(--btn-story-icon-bg);
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.btn-story .elementor-button-content-wrapper::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 18px;
  height: 22px;
  background-color: var(--btn-story-icon-colour);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M18 1a1 1 0 0 0-1-1H3.5A3.5 3.5 0 0 0 0 3.5v15A3.5 3.5 0 0 0 3.5 22H17a1 1 0 0 0 1-1zM2.44 2.44A1.5 1.5 0 0 1 3.5 2H16v13H3.5a3.5 3.5 0 0 0-1.5.338V3.5c0-.398.158-.78.44-1.06M2 18.5A1.5 1.5 0 0 0 3.5 20H16v-3H3.5A1.5 1.5 0 0 0 2 18.5' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M18 1a1 1 0 0 0-1-1H3.5A3.5 3.5 0 0 0 0 3.5v15A3.5 3.5 0 0 0 3.5 22H17a1 1 0 0 0 1-1zM2.44 2.44A1.5 1.5 0 0 1 3.5 2H16v13H3.5a3.5 3.5 0 0 0-1.5.338V3.5c0-.398.158-.78.44-1.06M2 18.5A1.5 1.5 0 0 0 3.5 20H16v-3H3.5A1.5 1.5 0 0 0 2 18.5' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.btn-story:hover {
  --btn-story-icon-bg: var(--bt-coral-600);
  --btn-story-icon-colour: var(--bt-white);
}

.video-card-large:hover .btn-story {
  --btn-story-icon-bg: var(--bt-coral-600);
  --btn-story-icon-colour: var(--bt-white);
}

/* ========================================
   Icon-only Elementor button
======================================== */
.btn-icon.elementor-widget-button .elementor-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  border-radius: 50%;
  background-color: var(--btn-ghost-icon-bg);
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.btn-icon.elementor-widget-button .elementor-button::before {
  content: "";
  width: var(--btn-icon-arrow-width);
  height: var(--btn-icon-arrow-height);
  background-color: var(--btn-ghost-icon-colour);
  -webkit-mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  pointer-events: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.btn-icon.elementor-widget-button .elementor-button-text {
  display: none;
}

.home-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 400px;
  max-height: 580px;
  overflow: visible;
  padding: 0;
  margin-bottom: 130px;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 0 0 128px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.home-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(175.2deg, #152940 16.22%, rgba(21, 41, 64, 0) 118.8%);
}

.home-hero__inner,
.home-hero__search {
  position: relative;
  z-index: 2;
}

.home-hero__inner.e-con.e-flex {
  position: relative;
  z-index: 2;
  width: min(1280px, 100% - 40px);
  height: 100%;
  margin-inline: auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-hero__slides {
  width: 100%;
  height: 80vh;
  min-height: 400px;
  max-height: 580px;
  inset: 0;
  z-index: 0;
  background-color: var(--bt-navy-700);
  padding: 0;
}
@media (min-width: 767.9px) {
  .home-hero__slides {
    border-radius: 0 0 0 128px;
  }
}

.home-hero__slide {
  width: 100%;
  height: 80vh;
  min-height: 400px;
  max-height: 580px;
  overflow: visible;
  padding: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (min-width: 1200px) {
  .home-hero__slide {
    height: 100%;
  }
}

.home-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.home-hero__slide .home-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-hero__content {
  max-width: 720px;
  padding: 0 0 150px;
}

.home-hero__search {
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  z-index: 5;
  width: min(1030px, 100% - 40px);
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  padding: 0;
}

.home-hero__search-inner {
  background: var(--bt-navy-700, #152940);
  color: #fff;
  border-radius: 40px 0 40px 0;
  padding: 44px 64px 56px;
  gap: 0;
}

.home-hero__search-inner h2.elementor-heading-title {
  margin: 0 0 6px;
  color: inherit;
}

.home-hero__search-inner p {
  margin: 0 0 30px;
  color: inherit;
}

.home-hero__search-form {
  position: relative;
}

.home-hero__search-form .e-search-input-wrapper {
  position: relative;
  border: none;
  background: transparent;
}

.elementor-widget-search.home-hero__search-form .e-search-input {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 6px;
  padding: 0 24px 0 60px;
  font-size: 18px;
  background: #fff;
  color: var(--bt-navy-700);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elementor-widget-search.home-hero__search-form .e-search-input::-webkit-input-placeholder {
  color: rgba(21, 41, 64, 0.65);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.elementor-widget-search.home-hero__search-form .e-search-input::-moz-placeholder {
  color: rgba(21, 41, 64, 0.65);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.elementor-widget-search.home-hero__search-form .e-search-input:-ms-input-placeholder {
  color: rgba(21, 41, 64, 0.65);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.elementor-widget-search.home-hero__search-form .e-search-input::-ms-input-placeholder {
  color: rgba(21, 41, 64, 0.65);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.elementor-widget-search.home-hero__search-form .e-search-input::placeholder {
  color: rgba(21, 41, 64, 0.65);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home-hero__nav.e-con-boxed.e-flex {
  position: absolute;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-hero__nav.e-con-boxed.e-flex .e-con-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-hero__dot {
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 0;
}

.home-hero__dot:hover {
  background-color: #fff;
}

.home-hero__dot.is-active {
  background: #fff;
}

@media (max-width: 767.9px) {
  .home-hero {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    max-height: 680px;
    overflow: visible;
    padding: 0;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-hero__inner.e-con.e-flex {
    width: 100%;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    padding: 40px 16px;
  }
  .home-hero__media {
    border-radius: 0;
  }
  .home-hero__content {
    padding: 0;
  }
  .home-hero__search {
    width: calc(100% + 1px);
    bottom: -20px;
  }
  .home-hero__search-inner {
    border-radius: 0 0 24px 0;
    padding: 40px 16px 48px;
  }
  .home-hero__search-input {
    height: 48px;
    padding-left: 52px;
    font-size: 16px;
  }
  .home-hero__nav.e-con-boxed.e-flex {
    bottom: 130px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__media,
  .home-hero__content > * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}
.elementor-editor-active .home-hero__slides {
  position: relative;
  opacity: 1;
  max-height: none;
  aspect-ratio: revert;
}
.elementor-editor-active .home-hero__slide {
  position: relative;
  opacity: 1;
}
.elementor-editor-active .home-hero .home-hero__slides,
.elementor-editor-active .home-hero .home-hero__slide {
  position: absolute;
  visibility: hidden;
}
.elementor-editor-active .home-hero .home-hero__slide.is-active {
  visibility: visible;
}
.elementor-editor-active .home-hero__nav {
  display: none;
}

.header-grid {
  --header-bg: var(--bt-navy-600);
  --header-text: #fff;
  --header-gap: 20px;
  --header-radius-lg: 128px;
  --header-radius-md: 56px;
  --header-image-min-height: 32rem;
  --header-image-min-height-mobile: 20rem;
  --header-inner-pad-y: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(var(--gutter), 1fr) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(var(--gutter), 1fr);
  grid-template-columns: minmax(var(--gutter), 1fr) repeat(12, minmax(0, 86.66666px)) minmax(var(--gutter), 1fr);
  gap: 0 var(--header-gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  border-bottom-left-radius: var(--header-radius-lg);
  overflow: hidden;
}
.header-grid .elementor-divider {
  padding: 0 !important;
}
.header-grid .elementor-divider-separator {
  max-width: 100px;
  height: 10px;
  background-color: var(--bt-coral-600);
  border: 0 !important;
  border-radius: 0 6px 0 0;
}
.header-grid .header__text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-column: 2/span 6;
  z-index: 2;
  padding: var(--header-inner-pad-y) 0;
  -ms-grid-row-align: center;
      align-self: center;
  min-width: 0;
}
.header-grid .header__text__content {
  gap: 0;
  padding: 0;
}
.header-grid .header__image {
  grid-column: 8/-1;
  position: relative;
  min-height: var(--header-image-min-height);
  padding: 0 0 100px;
  overflow: hidden;
  min-width: 0;
}
.header-grid .header__image .elementor-widget-image,
.header-grid .header__image .elementor-widget-container {
  height: 100%;
  min-height: 100%;
  aspect-ratio: 72/54;
  border-radius: 0 0 0 var(--header-radius-md);
  overflow: hidden;
}
.header-grid .header__image .elementor-widget-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/topbanner-squares--overlay.svg) no-repeat bottom right;
  background-size: cover;
}
.header-grid .header__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header-grid .header__text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
  }
  .header-grid .header__image {
    padding-bottom: 110px;
  }
}
@media (max-width: 767.98px) {
  .header-grid {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-bottom-left-radius: var(--header-radius-md);
  }
  .header-grid .header__text,
  .header-grid .header__image {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .header-grid .header__text {
    padding: 50px 16px 35px;
  }
  .header-grid .header__image {
    min-height: var(--header-image-min-height-mobile);
    padding: 0;
  }
}

.section-serious-injury .header-grid .elementor-divider-separator {
  background-color: var(--bt-grey-100);
}

.section-personal .header-grid .elementor-divider-separator {
  background-color: var(--bt-navy-600);
}

.simple-header {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px;
}
@media (min-height: 768px) {
  .simple-header {
    padding: 100px 0;
  }
}

.section-personal .theme-bg {
  background-color: var(--bt-grey-100);
  color: var(--color-heading);
}

.section-serious-injury .theme-bg {
  background-color: var(--bt-teal-700);
}

.section-about .theme-bg,
.section-business .theme-bg,
.page-template-default:not(.section-personal, .section-serious-injury) .theme-bg {
  background-color: var(--bt-navy-600);
}

.bullet-banner {
  background-color: var(--bt-grey-100);
  border-radius: 24px 4px 24px 4px;
  padding: 0;
}
.bullet-banner .bullet-banner--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
}
.bullet-banner .bullet-banner--meta {
  padding: 0;
  gap: 0;
}
.bullet-banner .bullet-banner--list {
  padding: 40px;
  background-color: var(--bt-grey-050);
}
@media (min-width: 768px) {
  .bullet-banner {
    border-radius: 88px 4px 88px 4px;
  }
  .bullet-banner .bullet-banner--text {
    padding: 50px;
  }
}

.link-group {
  background-color: var(--bt-grey-100);
  border-radius: 4px 24px 4px 24px;
  padding: 50px 30px 50px 20px;
  border-left: 3px solid var(--bt-navy-600);
}
@media (min-width: 768px) {
  .link-group {
    padding: 80px;
    border-radius: 4px 88px 4px 88px;
  }
}

.hero-video {
  display: none;
  gap: 0;
}
.hero-video .insight-single-hero__text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.hero-default {
  gap: 0;
  padding: 0;
}

body.insight-type-video .hero-default {
  display: none;
}

body.insight-type-video .hero-video {
  display: block;
}

.insight-single-hero {
  background: var(--bt-grey-100);
  padding: 24px 0;
  gap: 0;
}
.insight-single-hero .insight-single-hero__text {
  margin-bottom: 30px;
}
.insight-single-hero .insight-single-hero__date .elementor-icon-list-item {
  margin: 0;
  margin-inline: 0 !important;
}
.insight-single-hero .insight-single-hero__date time {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.insight-single-hero .insight-single-hero__img {
  display: block;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
  padding: 0;
  gap: 0;
}
.insight-single-hero .insight-single-hero__img .elementor-widget-image,
.insight-single-hero .insight-single-hero__img .elementor-widget-container {
  overflow: hidden;
  aspect-ratio: 610/462;
}
.insight-single-hero .insight-single-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.insight-single-hero .insight-single-hero__meta {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.insight-single-hero .insight-single-hero__format {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0;
}
.insight-single-hero .insight-single-hero__format p {
  margin: 0;
  font-size: 12px;
}
.insight-single-hero .insight-single-hero__format .elementor-icon {
  width: 24px;
  margin-left: 5px;
}
.insight-single-hero .insight-single-hero__format .elementor-icon svg {
  width: 100%;
  height: auto;
}
.event_type-webinar > .insight-single-hero .insight-single-hero__format, .insight_type-video > .insight-single-hero .insight-single-hero__format, .insight_type-podcast > .insight-single-hero .insight-single-hero__format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .insight-single-hero {
    border-bottom-left-radius: 128px;
    padding: 55px 0;
    min-height: 400px;
  }
  .insight-single-hero .insight-single-hero__text {
    padding-right: 40px;
    margin-bottom: 0;
  }
  .insight-single-hero .insight-single-hero__img {
    border-radius: 0 40px 0 40px;
  }
}

.single-case_study .insight-single-hero__date {
  display: none;
}

.insight-single-hero__term {
  margin-bottom: 0;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 8px 10px;
  background-color: var(--bt-coral-500);
  border-radius: 1px 8px 1px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.insight-single-hero__term p {
  margin: 0;
}

.text-column-wide a:not(.elementor-button),
.text-column-narrow a:not(.elementor-button),
.entry-content a:not(.elementor-button) {
  text-decoration: underline;
  color: var(--bt-coral-600);
}
.text-column-wide a:not(.elementor-button):hover,
.text-column-narrow a:not(.elementor-button):hover,
.entry-content a:not(.elementor-button):hover {
  text-decoration: none;
  color: var(--bt-navy-600);
}

.insight-single-contact a:not(.elementor-button),
.on-dark .text-column-wide a:not(.elementor-button),
.on-dark .text-column-narrow a:not(.elementor-button),
.on-dark .entry-content a:not(.elementor-button) {
  text-decoration: none;
  color: var(--white);
}
.insight-single-contact a:not(.elementor-button):hover,
.on-dark .text-column-wide a:not(.elementor-button):hover,
.on-dark .text-column-narrow a:not(.elementor-button):hover,
.on-dark .entry-content a:not(.elementor-button):hover {
  text-decoration: none;
  color: var(--bt-coral-600);
}

.insight-single-related {
  padding: 100px 0;
  margin-bottom: 100px;
}

.insight-single-contact {
  padding: 50px 0;
  background-color: var(--bt-navy-600);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 50px;
}
.insight-single-contact .card-contact__text,
.insight-single-contact .card-contact {
  padding: 0;
}
@media (min-width: 768px) {
  .insight-single-contact {
    border-radius: 0 40px;
    padding: 100px 0;
    margin-bottom: 100px;
  }
  .insight-single-contact .card-contact__text {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1025px) {
  .insight-single-contact {
    border-radius: 0 128px;
  }
}

.insight-single-accreditations .insight-single-accreditations--title {
  padding: 0;
}
.insight-single-accreditations .elementor-widget-image-carousel {
  margin-top: 40px;
}
.insight-single-accreditations .elementor-widget-image-carousel .swiper-slide {
  padding: 10px;
}
.insight-single-accreditations .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner {
  padding: 30px;
  border-radius: 4px 24px 4px 24px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.0901960784), 0 1px 3px 0 rgba(0, 0, 0, 0.0705882353), -1px 4px 5px 0 rgba(0, 0, 0, 0.0509803922), -1px 14px 6px 0 rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.0901960784), 0 1px 3px 0 rgba(0, 0, 0, 0.0705882353), -1px 4px 5px 0 rgba(0, 0, 0, 0.0509803922), -1px 14px 6px 0 rgba(0, 0, 0, 0.0196078431);
}
.insight-single-accreditations .elementor-element .swiper .elementor-swiper-button {
  font-size: 40px;
  background-color: var(--bt-coral-600);
  border-radius: 50%;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.insight-single-accreditations .elementor-element .swiper .elementor-swiper-button-next {
  right: 10px;
  top: calc(50% - 12px);
}
.insight-single-accreditations .elementor-element .swiper .elementor-swiper-button-prev {
  left: 10px;
  top: calc(50% - 12px);
}
.insight-single-accreditations .elementor-element .swiper .elementor-swiper-button:hover {
  background-color: var(--bt-coral-500);
}
@media (min-width: 1025px) and (max-width: 1359.8px) {
  .insight-single-accreditations .elementor-widget-image-carousel {
    padding: 0 50px;
  }
}
@media (min-width: 1360px) {
  .insight-single-accreditations .elementor-element .swiper .elementor-swiper-button-next {
    right: -50px;
  }
  .insight-single-accreditations .elementor-element .swiper .elementor-swiper-button-prev {
    left: -50px;
  }
}

.elementor-widget-loop-carousel {
  padding-bottom: 30px;
}
.elementor-widget-loop-carousel.elementor-pagination-type-bullets {
  padding-bottom: 30px;
}
.elementor-widget-loop-carousel .swiper .elementor-swiper-button,
.elementor-widget-loop-carousel .swiper ~ .elementor-swiper-button {
  font-size: 40px;
  background-color: var(--bt-coral-600);
  border-radius: 50%;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.elementor-widget-loop-carousel .swiper ~ .elementor-swiper-button.elementor-swiper-button-next {
  right: 10px;
  top: calc(50% - 46px);
}
.elementor-widget-loop-carousel .swiper ~ .elementor-swiper-button.elementor-swiper-button-prev {
  left: 10px;
  top: calc(50% - 46px);
}
.elementor-widget-loop-carousel .swiper .elementor-swiper-button:hover,
.elementor-widget-loop-carousel .swiper ~ .elementor-swiper-button:hover {
  background-color: var(--bt-coral-500);
}
.elementor-widget-loop-carousel .swiper-slide {
  padding: 10px;
}
.elementor-widget-loop-carousel .swiper-slide .card {
  .box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
}
.elementor-widget-loop-carousel .swiper-pagination-bullet {
  background: var(--bt-grey-300);
  height: 12px;
  width: 12px;
  opacity: 1;
}
.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-widget-loop-carousel .swiper-pagination-bullet:hover {
  background: var(--bt-coral-600);
}
@media (max-width: 1024.8px) {
  .elementor-widget-loop-carousel .swiper-wrapper {
    padding-left: 6px;
  }
}
@media (max-width: 1379.8px) and (min-width: 1025px) {
  .elementor-widget-loop-carousel {
    padding: 0 50px;
  }
}
@media (min-width: 1380px) {
  .elementor-widget-loop-carousel {
    padding: 0 5px;
  }
  .elementor-widget-loop-carousel .swiper ~ .elementor-swiper-button.elementor-swiper-button-next {
    right: -50px;
  }
  .elementor-widget-loop-carousel .swiper ~ .elementor-swiper-button.elementor-swiper-button-prev {
    left: -50px;
  }
}

.review-loop.elementor-widget-loop-carousel .swiper-wrapper {
  padding-left: 0;
}

.review-loop.elementor-widget-loop-carousel .swiper-slide {
  padding: 0;
}

.section-personal .elementor-widget-loop-carousel .swiper-pagination-bullet:hover,
.section-personal .elementor-widget-loop-carousel .swiper-pagination-bullet {
  background: var(--bt-grey-500);
}

.section-personal .elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bt-coral-600);
}

.theme-bg .elementor-widget-loop-carousel .swiper-pagination-bullet,
.bg-light-navy .elementor-widget-loop-carousel .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.theme-bg .elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-bg .elementor-widget-loop-carousel .swiper-pagination-bullet:hover,
.bg-light-navy .elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bg-light-navy .elementor-widget-loop-carousel .swiper-pagination-bullet:hover {
  background: #fff;
}

@media (max-width: 1025px) {
  .elementor-element .swiper .elementor-swiper-button,
  .elementor-element .swiper ~ .elementor-swiper-button,
  .elementor-lightbox .swiper .elementor-swiper-button,
  .elementor-lightbox .swiper ~ .elementor-swiper-button {
    display: none;
  }
}
.insight-single-newsletter-light,
.insight-single-newsletter {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--bt-navy-700);
}
@media (min-width: 768px) {
  .insight-single-newsletter-light,
  .insight-single-newsletter {
    padding: 100px 0;
    border-radius: 40px 0 0 0;
  }
}
@media (min-width: 1025px) {
  .insight-single-newsletter-light,
  .insight-single-newsletter {
    border-radius: 128px 0 0 0;
  }
}

.section-business .insight-single-newsletter {
  background-color: var(--bt-navy-700);
}

.insight-single-newsletter-light,
.section-personal .insight-single-newsletter {
  background-color: var(--bt-grey-200);
}

.section-serious-injury .insight-single-newsletter {
  background-color: var(--bt-teal-800);
}

.section-search .insight-single-newsletter-light {
  background-color: #fff;
}

.author-panel {
  padding: 0;
}

.content-people__list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.content-people__item {
  min-width: 0;
}
.content-people__media {
  display: block;
}
.content-people__media img {
  display: block;
  width: 100%;
  height: auto;
}

.content-people--cards {
  margin: 40px 0;
  padding-top: 40px;
  border-top: 1px solid #E3E7E8;
}
.content-people--cards .content-people__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 50px;
}
.content-people--cards {
  /* Single item = full width */
}
.content-people--cards .content-people__list > *:only-child {
  grid-column: 1/-1;
}
.content-people--cards .content-people__title {
  font-family: var(--font-heading) !important;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700 !important;
  letter-spacing: 0;
  margin: 0 0 1.25rem;
}
.content-people--cards .content-people__media {
  width: 98px;
  margin-bottom: 20px;
}
.content-people--cards .content-people__media img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 0 20px;
}
.content-people--cards .content-people__name,
.content-people--cards .content-people__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: var(--bt-navy-800);
  text-decoration: none;
}
.content-people--cards .content-people__role {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-secondary);
  margin-bottom: 15px;
}
.content-people--cards .content-people__bio {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.content-people--compact {
  margin: 40px 0;
  padding: 25px 0;
  border-top: 1px solid #D2D7DA;
  border-bottom: 1px solid #D2D7DA;
}
.content-people--compact .content-people__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}
@media (max-width: 640px) {
  .content-people--compact .content-people__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.content-people--compact .content-people__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-people--compact .content-people__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51px 16px minmax(0, 1fr);
  grid-template-columns: 51px minmax(0, 1fr);
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-people--compact .content-people__item .content-people__name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: var(--bt-navy-800);
  text-decoration: none;
}
.content-people--compact .content-people__media {
  width: 51px;
}
.content-people--compact .content-people__media img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 12px 0 12px;
}
.content-people--compact .content-people__body {
  min-width: 0;
}
.content-people--compact .content-people__name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.content-people--compact .content-people__role {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-secondary);
  margin-bottom: 0;
}
.content-people--compact .content-people__bio {
  display: none;
}
.content-people--compact .btn.btn-ghost.elementor-widget-button {
  display: none;
}

.single-event .insight-single-hero__text {
  gap: 0;
  margin-bottom: 45px !important;
}
.single-event .insight-single-hero__details .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item,
.single-event .insight-single-hero__dates .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin: 0;
}
.single-event .insight-single-hero__dates {
  padding: 0;
  font-size: 14px;
}
.single-event .insight-single-hero__details {
  padding: 0;
  margin: 0 0 25px 0 !important;
}
.single-event .insight-single-hero__details .elementor-icon-list-item {
  font-weight: 700 !important;
  font-size: 14px;
}
.single-event .insight-single-hero__title .elementor-heading-title {
  margin: 0;
}
.person-expertise {
  background-color: var(--bt-grey-100);
  border-radius: 24px 4px 24px 4px;
  padding: 40px 20px;
}
.person-expertise ul {
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .person-expertise {
    border-radius: 40px 4px 40px 4px;
    padding: 60px 40px;
  }
}

.careers-panel {
  padding-bottom: 60px;
}

.careers-panel-last {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .careers-panel-last {
    padding-bottom: 150px;
  }
}

.single-career .careers__badge {
  display: inline-block;
  padding: 8px 10px;
  background-color: var(--bt-coral-500);
  border-radius: 1px 8px 1px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  white-space: nowrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.single-career .careers__badge p {
  margin: 0;
}

.people-header {
  --header-bg: var(--bt-navy-700);
  --header-text: #fff;
  --header-gap: 20px;
  --header-radius-lg: 128px;
  --header-radius-md: 56px;
  --header-image-min-height: 32rem;
  --header-image-min-height-mobile: 20rem;
  --header-inner-pad-y: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(var(--gutter), 1fr) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(0, 86.66666px) var(--header-gap) minmax(var(--gutter), 1fr);
  grid-template-columns: minmax(var(--gutter), 1fr) repeat(12, minmax(0, 86.66666px)) minmax(var(--gutter), 1fr);
  gap: 0 var(--header-gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  background: var(--header-bg);
  border-bottom-left-radius: var(--header-radius-lg);
  overflow: hidden;
}
.people-header .elementor-divider {
  padding: 0 !important;
}
.people-header .elementor-divider-separator {
  max-width: 100px;
  height: 10px;
  background-color: var(--bt-coral-600);
  border: 0 !important;
  border-radius: 0 6px 0 0;
}
.people-header .header__text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-column: 2/span 6;
  z-index: 2;
  padding: var(--header-inner-pad-y) 0;
  -ms-grid-row-align: center;
      align-self: center;
  min-width: 0;
}
.people-header .header__text__content {
  gap: 0;
}
.people-header .header__image {
  -ms-grid-column: 8;
  -ms-grid-column-span: 6;
  grid-column: 8/14;
  position: relative;
  min-height: var(--header-image-min-height);
  margin: 50px 0 100px;
  overflow: hidden;
  min-width: 0;
  max-height: 650px;
  padding: 0;
}
.people-header .header__image .elementor-widget-image,
.people-header .header__image .elementor-widget-container {
  height: 100%;
  min-height: 100%;
  aspect-ratio: 2/1;
  border-radius: 0 var(--header-radius-md) 0 var(--header-radius-md);
  overflow: hidden;
}
.people-header .header__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 1200px) {
  .people-header .header__text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
  }
  .people-header .header__image {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8/14;
  }
}
@media (max-width: 767.98px) {
  .people-header {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-bottom-left-radius: 0;
  }
  .people-header .header__text,
  .people-header .header__image {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .people-header .header__text {
    padding: 3rem 1rem 2rem;
  }
  .people-header .header__image {
    min-height: var(--header-image-min-height-mobile);
    padding: 0 16px;
    margin: 0 0 50px;
  }
  .people-header .header__image .elementor-widget-image,
  .people-header .header__image .elementor-widget-container {
    border-radius: 0 20px 0 20px;
  }
}
.people-header .header__text--role {
  color: rgba(255, 255, 255, 0.6);
}
.people-header .header__text--email {
  margin: 10px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.people-header .header__text--email a {
  text-decoration: none;
}

.bt-person-insights {
  padding: 100px 0;
  border-radius: 0 128px 0 0;
}

.btn-vcard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent;
  font-size: 0;
}

.btn-vcard svg {
  width: 50px;
  height: 50px;
}

.bt-person-reviews-wrap {
  position: relative;
}

.bt-person-reviews {
  overflow: hidden;
}

.bt-person-reviews__track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.bt-person-review-card {
  height: auto;
  background-color: var(--bt-grey-100);
  border-radius: 88px 4px 88px 4px;
  border-left: 3px solid var(--bt-navy-600);
  padding: 64px;
  text-align: center;
}

.bt-person-reviews__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
}

.bt-person-reviews__arrow--prev {
  left: -50px;
}

.bt-person-reviews__arrow--next {
  right: -50px;
}

.bt-person-reviews--single .bt-person-reviews__arrow {
  display: none;
}

.insights-menu-bar,
.search-menu-bar {
  background-color: var(--bt-navy-600);
  padding: 24px 0;
}
.insights-menu-bar .inner,
.search-menu-bar .inner {
  padding: 0 5px 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 2fr;
  grid-template-rows: 2fr;
  gap: 20px 0;
}
.insights-menu-bar .inner > *:nth-child(1), .search-menu-bar .inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .insights-menu-bar .inner,
  .search-menu-bar .inner {
    padding: 0 20px;
    -ms-grid-columns: 1fr 10px minmax(20px, 350px);
    grid-template-columns: 1fr minmax(20px, 350px);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
  }
  .insights-menu-bar .inner > *:nth-child(1), .search-menu-bar .inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .insights-menu-bar .inner > *:nth-child(2), .search-menu-bar .inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .insights-menu-bar .insights-menu-wrapper,
  .search-menu-bar .insights-menu-wrapper {
    min-width: 550px;
  }
}
.insights-menu-bar .elementor-widget-n-menu .e-n-menu-heading,
.search-menu-bar .elementor-widget-n-menu .e-n-menu-heading {
  gap: 0;
}
.insights-menu-bar .elementor-widget-n-menu .e-n-menu-title-container.e-link,
.search-menu-bar .elementor-widget-n-menu .e-n-menu-title-container.e-link {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background-color: var(--bt-navy-500);
  padding: 10px 10px 8px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  border-bottom: 5px solid var(--bt-navy-500);
  text-decoration: none;
}
@media (min-width: 768px) {
  .insights-menu-bar .elementor-widget-n-menu .e-n-menu-title-container.e-link,
  .search-menu-bar .elementor-widget-n-menu .e-n-menu-title-container.e-link {
    padding: 10px 13px 8px;
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
}
.insights-menu-bar .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-title-container.e-link,
.insights-menu-bar .elementor-widget-n-menu .e-n-menu-title-container.e-link:hover,
.search-menu-bar .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-title-container.e-link,
.search-menu-bar .elementor-widget-n-menu .e-n-menu-title-container.e-link:hover {
  background-color: var(--bt-navy-400);
  border-color: var(--bt-coral-600);
}
.insights-menu-bar .elementor-widget-n-menu .e-n-menu-title,
.search-menu-bar .elementor-widget-n-menu .e-n-menu-title {
  padding: 0;
}
.insights-menu-bar .elementor-widget-n-menu .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text,
.insights-menu-bar .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
.search-menu-bar .elementor-widget-n-menu .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text,
.search-menu-bar .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
  color: var(--bt-white);
  font-weight: 600px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .insights-menu-bar .elementor-widget-n-menu .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text,
  .insights-menu-bar .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
  .search-menu-bar .elementor-widget-n-menu .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text,
  .search-menu-bar .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
    font-size: 14px;
  }
}

.section-previous-events #e-n-menu-title-3124 .e-n-menu-title-container.e-link {
  background-color: var(--bt-navy-400);
  border-color: var(--bt-coral-600);
}

@media screen and (max-width: 767.8px) {
  .insights-menu-bar .search-filter-input-group,
  .insights-menu-bar .elementor-widget-n-menu .e-n-menu-heading {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    max-width: 402px;
  }
  .insights-menu-bar .elementor-widget-n-menu .e-n-menu-title {
    width: 100%;
  }
  .insights-menu-bar .elementor-widget-n-menu .e-n-menu-title-container.e-link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.events-menu.elementor-widget-n-menu .e-n-menu-heading {
  gap: 0;
}
.events-menu.elementor-widget-n-menu .e-n-menu-item:first-child .e-n-menu-title-container.e-link {
  border-radius: 6px 0 0 6px;
}
.events-menu.elementor-widget-n-menu .e-n-menu-item:last-child .e-n-menu-title-container.e-link {
  border-radius: 0 6px 6px 0;
}
.events-menu.elementor-widget-n-menu .e-n-menu-title-container.e-link {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  background-color: #F7F7F7;
  padding: 10px 13px 8px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid var(--bt-grey-200);
  color: var(--bt-navy-800);
  text-decoration: none;
}
.events-menu.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-title-container.e-link {
  background-color: var(--bt-navy-600);
  border-color: var(--bt-navy-600);
  color: var(--bt-white);
}
.events-menu.elementor-widget-n-menu .e-n-menu-title-container.e-link:hover {
  background-color: var(--bt-navy-600);
  border-color: var(--bt-navy-600);
}
.events-menu.elementor-widget-n-menu .e-n-menu-title {
  padding: 0;
}
.events-menu.elementor-widget-n-menu .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text,
.events-menu.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
  color: var(--bt-navy-800);
  font-weight: 600px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .events-menu.elementor-widget-n-menu .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text,
  .events-menu.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
    font-size: 14px;
  }
}
.events-menu.elementor-widget-n-menu .e-n-menu-title-container.e-link:hover .e-n-menu-title-text,
.events-menu.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-title-text {
  color: var(--bt-white);
}

.careers-filter-bar {
  padding: 26px 0;
}
.careers-filter-bar .elementor-widget-taxonomy-filter .e-filter {
  gap: 0;
}
.careers-filter-bar .elementor-widget-taxonomy-filter .e-filter-item {
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  background-color: var(--bt-navy-500);
  padding: 11px 20px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  border-bottom: 5px solid var(--bt-navy-500);
  color: var(--bt-white);
  font-weight: 600px;
  font-size: 14px;
}
.careers-filter-bar .elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true],
.careers-filter-bar .elementor-widget-taxonomy-filter .e-filter-item:hover {
  background-color: var(--bt-navy-400);
  border-color: var(--bt-coral-600);
  color: var(--bt-white);
}

.insights-loop-title {
  padding: 60px 0 40px;
}

.insights-title-bar {
  background-color: var(--bt-grey-100);
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .insights-title-bar {
    border-radius: 0 128px 0 0;
    padding: 56px 0;
  }
}

.insights-loop-container {
  width: 100%;
  padding: 0;
  background-color: var(--bt-grey-100);
  margin-bottom: 200px;
}
.insights-loop-container .insights-loop .elementor-loop-container {
  width: 100%;
  max-width: var(--max-width) !important;
  padding: 0 var(--gutter);
  margin: 0 auto;
}
.insights-loop-container .elementor-pagination {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 1280px) {
  .insights-loop-container {
    border-radius: 0 0 0 128px;
  }
}

.elementor-pagination {
  background-color: var(--bt-white);
  padding: 50px 0;
}
.elementor-pagination .page-numbers {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: var(--bt-navy-700);
  width: 40px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none !important;
}
.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  width: auto;
}
.elementor-pagination .page-numbers.current {
  background-color: var(--bt-coral-600);
  color: var(--bt-white);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.elementor-pagination .page-numbers:hover:not(.current) {
  color: var(--bt-coral-600);
}
@media (min-width: 768px) {
  .elementor-pagination .page-numbers {
    width: 64px;
    font-size: 20px;
  }
  .elementor-pagination .page-numbers.current {
    width: 64px;
  }
}

/* =========================
   Cards
   ========================= */
/* -------------------------
   Shared card layout
------------------------- */
.card,
.card-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: var(--bt-white);
  border-radius: 0 24px 4px 24px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.card .e-con,
.card .e-con-inner,
.card-reverse .e-con,
.card-reverse .e-con-inner {
  padding: 0;
  margin: 0;
  gap: 0;
}
.card .e-flex,
.card-reverse .e-flex {
  display: block;
}
.card.is-natural-height,
.card-reverse.is-natural-height {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 768px) {
  .card,
  .card-reverse {
    border-radius: 0 40px 4px 40px;
  }
}

.card-reverse {
  border-radius: 40px 4px 40px 0;
}

.card__img {
  display: block;
  overflow: hidden;
  padding: 0;
  gap: 0;
  border-radius: 0 24px 0 24px;
}
.card__img .elementor-widget-image,
.card__img .elementor-widget-container {
  overflow: hidden;
}
.card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .card__img {
    border-radius: 0 40px 4px 40px;
  }
}

.card-link-list {
  margin-top: auto !important;
}

.card-link {
  position: absolute !important;
  inset: 0;
  z-index: 10;
  margin: 0 !important;
}

.card-link .elementor-widget-container,
.card-link .elementor-button-wrapper,
.card-link .elementor-button {
  height: 100%;
  width: 100%;
}

.card-link .elementor-button {
  display: block;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 0;
}

.card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}
.card-grid:has(> :nth-child(3):last-child) {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card-grid:has(> :nth-child(2):last-child) {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card-grid:has(> :only-child) {
  -ms-grid-columns: minmax(0, 640px);
  grid-template-columns: minmax(0, 640px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1025px) {
  .card-grid,
  .card-grid:has(> :nth-child(3):last-child),
  .card-grid:has(> :nth-child(4):last-child) {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card-grid:has(> :nth-child(3):last-child) > :last-child {
    grid-column: 1/-1;
    justify-self: flex-start;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .card-grid,
  .card-grid:has(> :nth-child(2):last-child),
  .card-grid:has(> :nth-child(3):last-child),
  .card-grid:has(> :nth-child(4):last-child) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card-grid:has(> :nth-child(3):last-child) > :last-child {
    grid-column: auto;
    width: 100%;
  }
}
.mega-menu__cards .elementor-widget-icon {
  margin-left: 5px;
}
.mega-menu__cards .insight-card__format-podcast,
.mega-menu__cards .insight-card__format-video,
.mega-menu__cards .elementor-heading-title {
  color: var(--bt-navy-600);
}

.mega-card a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.mega-card .insight-card {
  height: 100%;
}

.mega-menu__card {
  padding: 30px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.mega-menu__card:nth-child(odd) {
  border-radius: 20px 4px 20px 4px;
}
.mega-menu__card:nth-child(even) {
  border-radius: 4px 20px 4px 20px;
}

.mega-menu__card.bg-white:hover {
  background-color: var(--bt-grey-100) !important;
}

.mega-menu__card.bg-light-navy:hover {
  background-color: var(--bt-navy-500) !important;
}

.mega-menu__card-img {
  padding: 0;
  margin: 10px 0;
}
.mega-menu__card-img .elementor-widget-image {
  text-align: left;
}

.card.insight-card {
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  gap: 0;
  max-width: 430px;
}
.card.insight-card > *:not(.insight-card__link) {
  position: relative;
  z-index: 1;
}
.card.insight-card .card__img {
  aspect-ratio: 3/2;
  position: relative;
  margin: 0;
  -webkit-transition: border-radius 0.45s ease;
  transition: border-radius 0.45s ease;
}
.card.insight-card .card__img img {
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.card.insight-card .card__img .elementor-widget-image,
.card.insight-card .card__img .elementor-widget-container {
  aspect-ratio: 3/2;
  position: relative;
}
.card.insight-card .insight-card__body {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 24px 40px;
}
.card.insight-card .insight-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.card.insight-card .insight-card__badge {
  display: inline-block;
  padding: 8px 10px;
  background-color: var(--bt-coral-500);
  border-radius: 1px 8px 1px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.card.insight-card .insight-card__badge p {
  margin: 0;
}
.card.insight-card .insight-card__format {
  display: none;
  text-align: right;
}
.card.insight-card .insight-card__format .elementor-icon {
  width: 24px;
  margin-left: 5px;
}
.card.insight-card .insight-card__format .elementor-icon svg {
  width: 100%;
  height: auto;
}
.card.insight-card .insight-card__format-webinar,
.card.insight-card .insight-card__format-podcast,
.card.insight-card .insight-card__format-video {
  display: none;
}
.card.insight-card .insight-card__format-webinar p,
.card.insight-card .insight-card__format-podcast p,
.card.insight-card .insight-card__format-video p {
  margin: 0;
  font-size: 12px;
}
.card.insight-card .insight-card__date .elementor-icon-list-items,
.card.insight-card .insight-card__date .elementor-icon-list-item,
.card.insight-card .insight-card__date .elementor-post-info {
  margin: 0 !important;
  padding: 0;
}
.card.insight-card .insight-card__date time {
  display: block;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
.card.insight-card .insight-card__title .elementor-heading-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.insight-card .insight-card__excerpt {
  display: none;
  margin-top: 10px;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.card.insight-card .insight-card__excerpt p:last-child {
  margin-bottom: 0;
}
.card.insight-card .insight-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
}
.card.insight-card .insight-card__link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  font-size: 0;
  text-indent: -9999px;
}
.card.insight-card .insight-card__link a:focus-visible {
  outline: 2px solid var(--bt-coral-500);
  outline-offset: -2px;
}
.card.insight-card:hover {
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  background-color: var(--bt-grey-050);
}
.card.insight-card:hover .card__img {
  border-radius: 0 40px 0 0;
}
.card.insight-card:hover .card__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.insight_type-podcast > .card.insight-card .card__img {
  display: none;
}
.insight_type-podcast > .card.insight-card .insight-card__format {
  display: block;
}
.insight_type-podcast > .card.insight-card .insight-card__format-podcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.insight_type-podcast > .card.insight-card .insight-card__excerpt {
  display: block;
}
.insight_type-video > .card.insight-card .insight-card__format {
  display: block;
}
.insight_type-video > .card.insight-card .insight-card__format-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.event_type-webinar > .card.insight-card .insight-card__format {
  display: block;
}
.event_type-webinar > .card.insight-card .insight-card__format-webinar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-serious-injury .card.insight-card .insight-card__badge {
  background-color: var(--bt-teal-700);
}

.section-personal .card.insight-card .insight-card__badge {
  background-color: var(--bt-navy-600);
}

.case_study .card.insight-card .insight-card__date {
  display: none;
}

.event-date-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 25px;
  background: var(--bt-navy-700);
  border-radius: 1px 8px 1px 8px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.event-date-badge__month {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: capitalize;
}

.event-date-badge__day {
  margin-top: -5px;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.event-date-badge__year {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.inline-dynamic-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-top: 20px !important;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  margin-inline: 0;
}

.simple-card {
  padding: 40px 30px;
  border-top: 2px solid var(--bt-navy-600);
  gap: 5px 0;
}
.simple-card.muted {
  border-color: var(--bt-grey-200);
}

.simple-card .simple-card-text,
.simple-link-card .simple-card-text {
  font-size: 14px;
  line-height: 20px;
  color: #5E6B73;
  padding-right: 30px;
}

.simple-link-card {
  padding: 30px 24px 50px;
  border-top: 2px solid var(--bt-navy-600);
  gap: 5px 0;
}
.simple-link-card .elementor-heading-title {
  line-height: 26px;
}
.simple-link-card .simple-link__icon {
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.simple-link-card .simple-link__icon .elementor-icon {
  margin-top: 4px;
}
.simple-link-card.muted {
  border-color: var(--bt-grey-200);
}
.simple-link-card:hover {
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  background-color: var(--bt-grey-050);
}
.simple-link-card:hover .simple-link__icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.content-card {
  padding: 25px 30px 40px;
  border-left: 2px solid var(--bt-grey-200);
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
}
.content-card .elementor-divider-separator {
  max-width: 75px;
  height: 10px;
  background-color: var(--bt-coral-600);
  border: none !important;
  border-radius: 0 6px 0 0;
}
.content-card .card__img {
  border-radius: 0 20px 0 0;
}
.content-card .card__img .elementor-widget-image,
.content-card .card__img .elementor-widget-container {
  aspect-ratio: 16/9;
}
.content-card .elementor-icon-wrapper {
  text-align: left !important;
}
.content-card a {
  text-decoration: underline;
  font-size: 14px;
}
.content-card a:hover {
  text-decoration: none;
}

.section-business .content-card .elementor-divider-separator {
  background-color: var(--bt-coral-600);
}

.section-personal .content-card .elementor-divider-separator {
  background-color: var(--bt-navy-600);
}

.section-serious-injury .content-card .elementor-divider-separator {
  background-color: var(--bt-teal-700);
}

.btn-ghost.h3.elementor-widget-button .elementor-button {
  font-size: 20px;
}

.card-person {
  padding: 0;
}
.card-person .card__img {
  -webkit-transition: border-radius 0.45s ease;
  transition: border-radius 0.45s ease;
}
.card-person .card__img .elementor-widget-image,
.card-person .card__img .elementor-widget-container {
  aspect-ratio: 295/260;
}
.card-person .card__img img {
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  -o-object-position: center top;
     object-position: center top;
}
.card-person .card-person__body {
  padding: 30px;
  gap: 0;
}
.card-person .card-person__title.elementor-widget-text-editor {
  margin-bottom: 20px;
  color: var(--color-secondary) !important;
}
.card-person .elementor-widget-heading .elementor-heading-title {
  color: var(--color-text) !important;
}
.card-person .btn-ghost.elementor-widget-button .elementor-button {
  color: var(--color-text);
}
.card-person .title-icon p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-text) !important;
  font-size: 14px;
  line-height: 24px;
}
.card-person .title-icon p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  transition: --btn-transition;
  background-color: var(--bt-coral-600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none'%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='2' d='m.707.707 4 4-4 4'/%3E%3C/svg%3E");
  margin-left: 10px;
  margin-top: -2px;
}
.card-person:hover {
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  background-color: var(--bt-grey-050);
}
.card-person:hover .card__img {
  border-radius: 0 40px 0 0;
}
.card-person:hover .card__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.bt-person-card {
  display: block;
  overflow: hidden;
  background-color: var(--bt-navy-600);
  border-radius: 40px 4px 0 0;
  color: inherit;
  text-decoration: none !important;
}
.bt-person-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #ddd;
}
.bt-person-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.bt-person-card__content {
  padding: 15px 40px;
}
.bt-person-card__content h2 {
  margin: 0;
}
.bt-person-card--empty {
  padding: 1rem;
  border: 1px dashed #ccc;
  background: #fafafa;
}
.bt-person-card:hover {
  color: var(--text-color) !important;
}
.bt-person-card:hover .bt-person-card__image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.card-quote-person {
  padding: 0;
  background-color: var(--bt-navy-600);
  border-radius: 40px 0 0 0;
}
.card-quote-person .card__img {
  border-radius: 40px 0 40px 0;
}
.card-quote-person .card__img .elementor-widget-image,
.card-quote-person .card__img .elementor-widget-container {
  aspect-ratio: 16/9;
}
.card-quote-person .card-person__body {
  padding: 0 40px;
  gap: 0;
  color: var(--bt-white);
}
.card-quote-person .card-person__title p {
  margin-bottom: 20px;
  color: var(--bt-white);
}

@media (min-width: 1025px) {
  .people-carousel .swiper-slide {
    max-width: 320px;
  }
}
.elementor-widget-loop-carousel:not(.e-widget-swiper) .elementor-swiper-button {
  display: none !important;
}

.promo-card {
  padding: 50px;
  text-align: center;
}
.promo-card .btn-ghost {
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  margin: 0 auto;
}

.promo-link-card {
  padding: 50px;
  text-align: center;
}
.promo-link-card .btn-ghost {
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  margin: 0 auto;
}
.promo-link-card:hover {
  background-color: var(--bt-grey-050);
}
.promo-link-card:hover .btn-ghost.elementor-widget-button .elementor-button {
  color: var(--bt-coral-600);
}

.card-image {
  padding: 0;
  background-color: var(--bt-navy-600);
  border-radius: 40px 0 40px 0;
}
.card-image .card__img {
  border-radius: 40px 0 40px 0;
}
.card-image .card__img .elementor-widget-image,
.card-image .card__img .elementor-widget-container {
  aspect-ratio: 4/3;
}

.video-card {
  background-color: var(--bt-navy-600);
  border-radius: 40px 0 0 0;
  -webkit-transition: background-color 0.45s linear;
  transition: background-color 0.45s linear;
}
.video-card .card__img {
  border-radius: 40px 0 40px 0;
}
.video-card .card__img .elementor-widget-image,
.video-card .card__img .elementor-widget-container {
  aspect-ratio: 16/9;
}
.video-card .card__img img {
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.video-card .card__body {
  padding: 0 40px 20px;
  gap: 0;
  color: var(--bt-white);
}
.video-card .card__body p {
  margin-bottom: 0;
  color: var(--bt-white);
}
.video-card:hover {
  background-color: var(--bt-navy-700);
}
.video-card:hover .card__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.video-card-large {
  padding: 0;
  gap: 0;
}
.video-card-large .card__img {
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 0 0 0 24px;
}
.video-card-large .card__img .elementor-widget-image,
.video-card-large .card__img .elementor-widget-container {
  aspect-ratio: 103/57;
}
.video-card-large .card__img img {
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.video-card-large .card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 40px 20px 30px;
  background-color: rgba(36, 63, 94, 0.9);
  border-radius: 0 24px 0 0;
  color: var(--bt-white);
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.video-card-large .card__body p {
  margin-bottom: 0;
}
.video-card-large .video-card__icon {
  margin-right: 10px;
}
.video-card-large .card-video-button {
  padding: 0;
}
.video-card-large:hover .card__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.video-card-large:hover .card__body {
  background-color: var(--bt-navy-700);
}
@media (min-width: 768px) {
  .video-card-large .card__img .elementor-widget-image,
  .video-card-large .card__img .elementor-widget-container {
    min-height: 450px;
  }
  .video-card-large .card__img {
    border-radius: 88px 0 0 0;
  }
  .video-card-large .card__body {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    padding: 40px 40px 60px;
    border-radius: 88px 0 88px 0;
  }
  .video-card-large .display-sm,
  .video-card-large .display-sm .elementor-heading-title {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .video-card-large .card__body {
    width: 33%;
  }
  .video-card-large .display-sm,
  .video-card-large .display-sm .elementor-heading-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.section-business .video-card-large .card__body {
  background-color: rgba(36, 63, 94, 0.9);
  color: var(--bt-white);
}
.section-business .video-card-large:hover .card__body {
  background-color: var(--bt-navy-700);
}

.section-personal .video-card-large .card__body {
  background-color: rgba(237, 240, 241, 0.9);
  color: var(--bt-navy-800);
}
.section-personal .bt-video-button__content {
  color: #0d1926;
}
.section-personal .video-card-large:hover .card__body {
  background-color: rgb(237, 240, 241);
}

.section-serious-injury .video-card-large .card__body {
  background-color: rgba(0, 98, 111, 0.9);
  color: var(--bt-white);
}
.section-serious-injury .video-card-large:hover .card__body {
  background-color: rgb(0, 98, 111);
}

.card-cta {
  padding: 40px 20px;
  margin: 50px 0;
  background-color: var(--bt-grey-100);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}
.card-cta .card-cta__meta {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .card-cta {
    padding: 50px;
  }
}

.card-newsletter-light,
.card-newsletter {
  background-color: var(--bt-navy-600);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 24px 0 24px 0;
  text-align: left;
}
.card-newsletter-light .card-newsletter__text,
.card-newsletter .card-newsletter__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
}
.card-newsletter-light .card-newsletter__text p,
.card-newsletter .card-newsletter__text p {
  margin-bottom: 30px;
}
.card-newsletter-light .card-newsletter__text ul,
.card-newsletter .card-newsletter__text ul {
  padding: 0 0 0 20px;
}
.card-newsletter-light .card-newsletter__img,
.card-newsletter .card-newsletter__img {
  display: block;
  overflow: hidden;
  padding: 0;
  gap: 0;
}
.card-newsletter-light .card-newsletter__img .elementor-widget-image,
.card-newsletter-light .card-newsletter__img .elementor-widget-container,
.card-newsletter .card-newsletter__img .elementor-widget-image,
.card-newsletter .card-newsletter__img .elementor-widget-container {
  height: 100%;
  overflow: hidden;
  aspect-ratio: 715/536;
}
.card-newsletter-light .card-newsletter__img img,
.card-newsletter .card-newsletter__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .card-newsletter-light,
  .card-newsletter {
    border-radius: 40px 0 40px 0;
  }
  .card-newsletter-light .card-newsletter__text,
  .card-newsletter .card-newsletter__text {
    padding: 50px 8.3333333333% 50px 50px;
  }
}

.section-business .card-newsletter {
  background-color: var(--bt-navy-600);
}

.card-newsletter-light,
.section-personal .card-newsletter {
  background-color: var(--bt-grey-400);
}

.section-serious-injury .card-newsletter {
  background-color: rgba(255, 255, 255, 0.2);
}

.text-column-narrow.entry-content img,
.text-column-wide.entry-content img {
  margin: 30px 0;
}

.elementor-blockquote--skin-clean.elementor-widget-blockquote,
.elementor-blockquote--skin-border.elementor-widget-blockquote,
.elementor-blockquote--skin-quotation.elementor-widget-blockquote {
  background-color: var(--bt-grey-100);
  padding: 60px 35px;
  border-radius: 40px 0 40px 0;
  margin: 0;
}
.elementor-blockquote--skin-clean.elementor-widget-blockquote .elementor-blockquote::before,
.elementor-blockquote--skin-border.elementor-widget-blockquote .elementor-blockquote::before,
.elementor-blockquote--skin-quotation.elementor-widget-blockquote .elementor-blockquote::before {
  font-family: var(--font-heading);
  font-size: 135px !important;
  color: var(--bt-coral-600);
  height: 40px;
  line-height: 85px;
}
.elementor-blockquote--skin-clean.elementor-widget-blockquote .elementor-blockquote__content,
.elementor-blockquote--skin-border.elementor-widget-blockquote .elementor-blockquote__content,
.elementor-blockquote--skin-quotation.elementor-widget-blockquote .elementor-blockquote__content {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}
.elementor-blockquote--skin-clean.elementor-widget-blockquote .elementor-blockquote__author,
.elementor-blockquote--skin-border.elementor-widget-blockquote .elementor-blockquote__author,
.elementor-blockquote--skin-quotation.elementor-widget-blockquote .elementor-blockquote__author {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: var(--bt-navy-700);
}
.elementor-blockquote--skin-clean.elementor-widget-blockquote .elementor-blockquote,
.elementor-blockquote--skin-border.elementor-widget-blockquote .elementor-blockquote,
.elementor-blockquote--skin-quotation.elementor-widget-blockquote .elementor-blockquote {
  border-color: var(--bt-coral-600);
}

.entry-content blockquote:not(.elementor-blockquote),
.text-column-narrow blockquote:not(.elementor-blockquote) {
  background-color: var(--bt-grey-100);
  padding: 60px 35px;
  border-radius: 0 40px 0 40px;
  margin: 30px 0;
}
.entry-content blockquote:not(.elementor-blockquote) p,
.text-column-narrow blockquote:not(.elementor-blockquote) p {
  font-weight: 700;
}
.entry-content blockquote:not(.elementor-blockquote)::before,
.text-column-narrow blockquote:not(.elementor-blockquote)::before {
  display: block;
  content: "“";
  font-family: var(--font-heading);
  font-size: 135px !important;
  color: var(--bt-navy-700);
  height: 40px;
  line-height: 85px;
  margin-bottom: 20px;
}

.elementor-blockquote--skin-clean.elementor-widget-blockquote {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.elementor-blockquote--skin-clean.elementor-widget-blockquote .elementor-blockquote::before {
  content: "“";
  display: block;
}

.bg-light-grey .elementor-blockquote--skin-border.elementor-widget-blockquote,
.bg-light-grey .elementor-blockquote--skin-quotation.elementor-widget-blockquote {
  background-color: var(--bt-white);
}

.list--tick ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 15px;
}
.list--tick li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 24px;
  color: #0D1926;
}
.list--tick li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--bt-coral-600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 3 2 2 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list--tick p {
  margin-bottom: 5px;
}
.list--tick p.body-sm {
  color: var(--color-secondary);
}

.section-personal .elementor-blockquote--skin-quotation.elementor-widget-blockquote .elementor-blockquote::before {
  color: var(--bt-navy-600);
}
.section-personal .elementor-blockquote--skin-border.elementor-widget-blockquote .elementor-blockquote {
  border-color: var(--bt-navy-600);
}
.section-personal .elementor-widget-text-editor li::before {
  background-color: var(--bt-navy-600);
}

.section-serious-injury .elementor-blockquote--skin-quotation.elementor-widget-blockquote .elementor-blockquote::before {
  color: var(--bt-teal-700);
}
.section-serious-injury .elementor-blockquote--skin-border.elementor-widget-blockquote .elementor-blockquote {
  border-color: var(--bt-teal-700);
}
.section-serious-injury .elementor-widget-text-editor li::before {
  background-color: var(--bt-teal-700);
}

.elementor-widget-n-accordion .e-con.e-flex {
  border: none;
  padding: 15px 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-bottom: 1px solid var(--bt-grey-200);
  padding: 15px 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--bt-coral-600);
  border-radius: 50%;
  background-size: 10px 6px;
  -webkit-transition: background-color 0.25s linear, -webkit-transform 0.25s ease;
  transition: background-color 0.25s linear, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s linear;
  transition: transform 0.25s ease, background-color 0.25s linear, -webkit-transform 0.25s ease;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: var(--bt-navy-600);
}
.elementor-widget-n-accordion .elementor-widget-text-editor {
  color: var(--color-secondary) !important;
}
.elementor-widget-n-accordion ul {
  padding: 0 0 0 15px;
}
.elementor-widget-n-accordion .e-n-accordion-item > .e-child > .e-child > .e-child {
  padding: 0 0 20px;
}

.faq-split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 420px) 40px minmax(0, 1fr);
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.faq-split__nav,
.faq-split__content {
  min-width: 0;
}
.faq-split__nav .e-n-accordion-item[open] .e-n-accordion-item-title-icon::before,
.faq-split__content .e-n-accordion-item[open] .e-n-accordion-item-title-icon::before {
  -webkit-transform: none;
          transform: none;
  background-color: var(--bt-coral-600);
}

.js-faq-content {
  max-height: 720px;
  overflow-y: auto;
  padding-right: 20px;
}

.faq-answer + .faq-answer {
  margin-top: 40px;
}

.faq-answer__title {
  margin: 0 0 20px;
}

.faq-answer__body .elementor-widget-text-editor,
.faq-answer__body .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor-widget-n-accordion .elementor-widget-text-editor a,
.faq-answer__body .elementor-widget-text-editor a {
  text-decoration: underline;
  color: var(--bt-coral-600);
}
.elementor-widget-n-accordion .elementor-widget-text-editor a:hover,
.faq-answer__body .elementor-widget-text-editor a:hover {
  text-decoration: none;
  color: var(--bt-navy-600);
}

@media (min-width: 768px) {
  .faq-split__nav {
    position: sticky;
    top: 2rem;
  }
  .js-faq-source .e-n-accordion-item {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .js-faq-source .e-n-accordion-item > [role=region] {
    display: none !important;
  }
  .js-faq-source .e-n-accordion-item .e-n-accordion-item-title-icon {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .js-faq-source .e-n-accordion-item:hover .e-n-accordion-item-title-icon,
  .js-faq-source .e-n-accordion-item.is-active .e-n-accordion-item-title-icon {
    opacity: 1;
  }
  .js-faq-source .e-n-accordion-item:not(.is-active):hover .e-n-accordion-item-title-icon::before {
    background-color: var(--bt-grey-500);
  }
  .js-faq-source .e-n-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .js-faq-source .e-n-accordion-item {
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .js-faq-source .e-n-accordion-item-title {
    padding: 20px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: var(--bt-grey-100);
  }
  .js-faq-source .e-n-accordion-item-title-text {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .js-faq-source .e-n-accordion-item:not(.is-active):hover .e-n-accordion-item-title {
    background-color: var(--bt-grey-200);
  }
  .js-faq-source .e-n-accordion-item.is-active .e-n-accordion-item-title {
    background-color: var(--bt-grey-300);
  }
}
.js-faq-content::-webkit-scrollbar-track {
  background-color: var(--bt-grey-300);
}

.js-faq-content::-webkit-scrollbar {
  width: 8px;
  background-color: var(--bt-grey-300);
}

.js-faq-content::-webkit-scrollbar-thumb {
  background-color: #5E6B73;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .faq-split {
    display: block;
  }
  .faq-split__content {
    display: none;
  }
  .js-faq-content {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
.client-quote-slide {
  background-color: var(--bt-grey-100);
  border-radius: 40px 4px 40px 4px;
  border-left: 3px solid var(--bt-navy-600);
  padding: 40px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .client-quote-slide {
    border-radius: 88px 4px 88px 4px;
    padding: 64px;
  }
}

@media (max-width: 1024px) {
  .people-carousel .elementor-loop-container {
    -webkit-padding-end: 50px;
            padding-inline-end: 50px;
  }
}
.insights-menu-bar .search-filter-input-group,
.search-menu-bar .search-filter-input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.insights-menu-bar .search-filter-input-radio__container,
.search-menu-bar .search-filter-input-radio__container {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background-color: var(--bt-navy-500);
  padding: 10px 10px 8px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  border-bottom: 5px solid var(--bt-navy-500);
}
.insights-menu-bar .search-filter-input-radio__container .search-filter-input-radio__control,
.search-menu-bar .search-filter-input-radio__container .search-filter-input-radio__control {
  display: none;
}
.insights-menu-bar .search-filter-input-radio__container .search-filter-input-radio__label,
.search-menu-bar .search-filter-input-radio__container .search-filter-input-radio__label {
  color: var(--bt-white);
  font-weight: 600;
  font-size: 12px;
  padding: 0;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .insights-menu-bar .search-filter-input-radio__container .search-filter-input-radio__label,
  .search-menu-bar .search-filter-input-radio__container .search-filter-input-radio__label {
    font-size: 14px;
  }
}
.insights-menu-bar .search-filter-input-radio--is-active .search-filter-input-radio__container,
.insights-menu-bar .search-filter-input-radio__container:hover,
.search-menu-bar .search-filter-input-radio--is-active .search-filter-input-radio__container,
.search-menu-bar .search-filter-input-radio__container:hover {
  background-color: var(--bt-navy-500);
  border-color: var(--bt-coral-600);
}

.search-filter-input-radio {
  padding-top: 0;
  padding-bottom: 0;
}

.insights-filter-bar {
  padding: 30px 0;
}
.insights-filter-bar .search-filter-label {
  color: var(--bt-navy-800);
  font-weight: 600;
  font-size: 14px;
}
.insights-filter-bar .search-filter-component-combobox {
  border: 1px solid var(--bt-grey-200);
  border-radius: 6px;
}
.insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__selection-placeholder {
  color: var(--bt-navy-800);
}
.insights-filter-bar .search-filter-component-combobox__listbox-toggle svg {
  fill: var(--bt-navy-800);
  color: var(--bt-navy-800);
}
.insights-filter-bar .search-filter-component-combobox-base__listbox-option,
.insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__selection,
.insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions input[type=text] {
  font-size: 14px !important;
}
.insights-filter-bar .search-filter-component-combobox-base__listbox-option--active.search-filter-component-combobox-base__listbox-option--selected,
.insights-filter-bar .search-filter-component-combobox-base__listbox-option--active:hover,
.insights-filter-bar .search-filter-component-combobox-base__listbox-option--active,
.insights-filter-bar .search-filter-component-combobox-base__listbox-option--selected {
  background: var(--bt-navy-600) !important;
  color: #fff !important;
  font-size: 14px !important;
}

.filters-mobile-toggle {
  display: none;
}

.filters-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #D2D7DA;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  color: var(--bt-navy-800);
  font-size: 12px;
  font-weight: 500;
}
.filters-toggle i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .search-menu-bar .search-filter-field {
    scrollbar-width: none;
    overflow-x: scroll;
  }
  .search-menu-bar .inner-container {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 767px) {
  .insights-filter-bar {
    padding: 0;
  }
  .filters-mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filters-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.35s ease, opacity 0.35s ease;
    transition: max-height 0.35s ease, opacity 0.35s ease;
  }
  .filters-panel.is-open {
    max-height: 800px;
    overflow: visible;
    opacity: 1;
  }
  .fliter-grid {
    padding-bottom: 20px;
  }
}
.insights-loop-container .elementor-widget-loop-grid.has-no-loop-pagination .elementor-loop-container {
  margin-bottom: 150px;
}

.search-filter-input-text input[type=text].search-filter-input-text__input::-webkit-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active::-webkit-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus::-webkit-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover::-webkit-input-placeholder {
  font-size: 12px;
}

.search-filter-input-text input[type=text].search-filter-input-text__input::-moz-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active::-moz-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus::-moz-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover::-moz-placeholder {
  font-size: 12px;
}

.search-filter-input-text input[type=text].search-filter-input-text__input:-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active:-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus:-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover:-ms-input-placeholder {
  font-size: 12px;
}

.search-filter-input-text input[type=text].search-filter-input-text__input::-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active::-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus::-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover::-ms-input-placeholder {
  font-size: 12px;
}

.search-filter-input-text input[type=text].search-filter-input-text__input::placeholder,
.search-filter-input-text input[type=text].search-filter-input-text__input:active::placeholder,
.search-filter-input-text input[type=text].search-filter-input-text__input:focus::placeholder,
.search-filter-input-text input[type=text].search-filter-input-text__input:hover::placeholder,
.search-filter-input-text input[type=number].search-filter-input-text__input::placeholder,
.search-filter-input-text input[type=number].search-filter-input-text__input:active::placeholder,
.search-filter-input-text input[type=number].search-filter-input-text__input:focus::placeholder,
.search-filter-input-text input[type=number].search-filter-input-text__input:hover::placeholder {
  font-size: 12px;
}
@media (min-width: 576px) {
  .search-filter-input-text input[type=text].search-filter-input-text__input::-webkit-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active::-webkit-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus::-webkit-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus::-webkit-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-filter-input-text input[type=text].search-filter-input-text__input::-moz-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active::-moz-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus::-moz-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus::-moz-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover::-moz-placeholder {
    font-size: 16px;
  }
  .search-filter-input-text input[type=text].search-filter-input-text__input:-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active:-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus:-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus:-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover:-ms-input-placeholder {
    font-size: 16px;
  }
  .search-filter-input-text input[type=text].search-filter-input-text__input::-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:active::-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:focus::-ms-input-placeholder, .search-filter-input-text input[type=text].search-filter-input-text__input:hover::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:active::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:focus::-ms-input-placeholder, .search-filter-input-text input[type=number].search-filter-input-text__input:hover::-ms-input-placeholder {
    font-size: 16px;
  }
  .search-filter-input-text input[type=text].search-filter-input-text__input::placeholder,
  .search-filter-input-text input[type=text].search-filter-input-text__input:active::placeholder,
  .search-filter-input-text input[type=text].search-filter-input-text__input:focus::placeholder,
  .search-filter-input-text input[type=text].search-filter-input-text__input:hover::placeholder,
  .search-filter-input-text input[type=number].search-filter-input-text__input::placeholder,
  .search-filter-input-text input[type=number].search-filter-input-text__input:active::placeholder,
  .search-filter-input-text input[type=number].search-filter-input-text__input:focus::placeholder,
  .search-filter-input-text input[type=number].search-filter-input-text__input:hover::placeholder {
    font-size: 16px;
  }
}

.insights-filter-bar .search-filter-component-combobox-base__listbox-option::-webkit-input-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__selection::-webkit-input-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions input[type=text]::-webkit-input-placeholder {
  font-size: 14px;
}

.insights-filter-bar .search-filter-component-combobox-base__listbox-option::-moz-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__selection::-moz-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions input[type=text]::-moz-placeholder {
  font-size: 14px;
}

.insights-filter-bar .search-filter-component-combobox-base__listbox-option:-ms-input-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__selection:-ms-input-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions input[type=text]:-ms-input-placeholder {
  font-size: 14px;
}

.insights-filter-bar .search-filter-component-combobox-base__listbox-option::-ms-input-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__selection::-ms-input-placeholder, .insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions input[type=text]::-ms-input-placeholder {
  font-size: 14px;
}

.insights-filter-bar .search-filter-component-combobox-base__listbox-option::placeholder,
.insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__selection::placeholder,
.insights-filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions input[type=text]::placeholder {
  font-size: 14px;
}

input::-webkit-input-placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

input::-ms-input-placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

input::placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card-contact__form [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  color: #fff;
  font-size: 14px;
  font-family: var(--font-body) !important;
}
.card-contact__form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
.card-contact__form [data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator {
  color: var(--bt-coral-600);
}
.card-contact__form [data-hsfc-id=Renderer] .hsfc-Button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 1px 8px 1px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  font-family: "Lato";
  background: var(--btn-primary-bg);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-text);
  padding: 0px 50px 0 20px;
}
.card-contact__form [data-hsfc-id=Renderer] .hsfc-Button::before {
  content: "";
  position: absolute;
  right: 20px;
  display: inline-block;
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--btn-icon-size);
          flex: 0 0 var(--btn-icon-size);
  border-radius: 50%;
  background-color: var(--btn-icon-bg, var(--btn-solid-icon-bg));
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.card-contact__form [data-hsfc-id=Renderer] .hsfc-Button::after {
  content: "";
  position: absolute;
  right: 26px;
  width: var(--btn-icon-arrow-width);
  height: var(--btn-icon-arrow-height);
  background-color: var(--btn-icon-colour, var(--btn-solid-icon-colour));
  -webkit-mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  mask: var(--btn-icon-arrow-mask) center/contain no-repeat;
  pointer-events: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}
.card-contact__form [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  background: var(--btn-primary-hover-bg);
  border-color: var(--btn-primary-hover-border);
  color: var(--btn-primary-hover-text);
  text-decoration: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hsfc-RichText {
  color: #fff !important;
  font-family: "Lato" !important;
}

.section-personal .hsfc-RichText,
.section-personal [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  color: var(--color-primary) !important;
}

.bt-grouped-results__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.bt-grouped-results__section {
  margin-bottom: 64px;
}

@media (max-width: 767.8px) {
  .bt-grouped-results__card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.site-footer:not(.dynamic-footer) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.site-footer {
  background: var(--bt-navy-700);
  color: #fff;
  padding: 110px 0;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--bt-coral-500);
}
.site-footer .elementor-widget-heading .elementor-heading-title,
.site-footer .elementor-widget-text-editor,
.site-footer .elementor-widget-text-editor p,
.site-footer .elementor-widget-text-editor li,
.site-footer .elementor-widget-icon-list-text,
.site-footer .elementor-widget a {
  color: inherit;
}
.site-footer .elementor-widget-heading,
.site-footer .elementor-widget-text-editor,
.site-footer .elementor-widget-image,
.site-footer .elementor-widget-divider {
  margin-bottom: 0;
}
.site-footer .elementor-widget-text-editor p:last-child,
.site-footer .elementor-widget-text-editor ul:last-child {
  margin-bottom: 0;
}
.site-footer .elementor-widget-image img {
  display: block;
  height: auto;
}
.site-footer .elementor-widget-text-editor p {
  margin-top: 0;
}

.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3rem 2fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
}

.site-footer__brand,
.site-footer__contact,
.site-footer__services,
.site-footer__links,
.site-footer__social-wrap,
.site-footer__badges,
.site-footer__logo,
.site-footer__contact-grid,
.footer__bottom {
  padding: 0;
}

.site-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}

.site-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__logo img {
  width: 8rem;
  margin-bottom: 70px;
}

.site-footer__rating {
  max-width: 370px;
}

.site-footer__strapline,
.site-footer__strapline .elementor-heading-title {
  max-width: 12rem;
}

.site-footer__strapline .elementor-heading-title,
.footer__title .elementor-heading-title {
  margin: 0;
}

.site-footer__intro p {
  max-width: 300px;
}

.footer__title .elementor-heading-title {
  position: relative;
  padding-bottom: 10px;
}

.site-footer__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.site-footer__contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  margin-top: -13px;
}

.site-footer__office {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
  padding: 20px 0 0;
}

.site-footer__office::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: #f15a3b;
}

.site-footer__office .elementor-widget-text-editor p {
  margin: 0 0 0.75rem;
}

.site-footer__contact-link,
.site-footer__office .elementor-widget-text-editor.site-footer__contact-link {
  color: var(--bt-coral-500);
  line-height: 1.8;
}

.site-footer__list ul {
  margin: 0;
  padding-left: 1.1rem;
}

.site-footer__list li {
  margin: 0 0 5px;
}

.site-footer__list li:last-child {
  margin-bottom: 0;
}

.site-footer__divider {
  margin: 3.5rem 0 2.5rem;
}

.site-footer__divider .elementor-divider {
  padding: 0;
}

.site-footer__divider .elementor-divider-separator {
  width: 100% !important;
  border-top: 3px solid #aeb7bd !important;
}

.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}

.site-footer__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
}

.site-footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 0.25rem;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
.site-footer__social-link svg {
  display: block;
  width: 48px;
  height: 48px;
  fill: #e3e6e8;
}
.site-footer__social-link:hover, .site-footer__social-link:focus-visible {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.site-footer__social-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.site-footer__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}

.site-footer__badges img {
  width: 100%;
  height: auto;
}

.footer__divider .elementor-divider {
  padding: 0;
  margin: 3.5rem 0 2.5rem;
}

.footer__divider .elementor-divider-separator {
  width: 100% !important;
  border-top: 3px solid #AEB7BD !important;
}

@media (max-width: 991.98px) {
  .site-footer__top {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
  }
  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1/-1;
  }
  .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer__social-wrap,
  .site-footer__badges {
    width: 100%;
  }
  .site-footer__badges {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.video-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.video-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 1100px);
  background: #000;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.video-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-modal__body {
  position: relative;
}

.video-modal__iframe-wrap {
  aspect-ratio: 16/9;
  background: #000;
}
.video-modal__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

body.video-modal-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 50px 0;
  }
  .video-card__footer {
    padding: 18px 20px;
    gap: 14px;
  }
  .video-card__icon {
    width: 48px;
    height: 48px;
  }
  .video-modal {
    padding: 12px;
  }
  .video-modal__close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}