.elementor-12208 .elementor-element.elementor-element-e1158a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1ce5da8 */:root {
  --xcan-ink: #151922;
  --xcan-muted: #5e6573;
  --xcan-line: #dde2e8;
  --xcan-surface: #ffffff;
  --xcan-soft: #f5f7f9;
  --xcan-accent: #ef4136;
  --xcan-accent-dark: #cf2f25;
  --xcan-focus: #1d65d8;
  --xcan-shadow: 0 22px 55px rgba(18, 25, 36, 0.14);
  --xcan-radius: 16px;
  --xcan-width: 1380px;
}

.xcan-header,
.xcan-header * {
  box-sizing: border-box;
}

.xcan-header {
  position: relative;
  z-index: 999;
  width: 100%;
  background: var(--xcan-surface);
  border-bottom: 1px solid var(--xcan-line);
  color: var(--xcan-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.xcan-header a {
  color: inherit;
  text-decoration: none;
}

.xcan-header button {
  font: inherit;
}

.xcan-header__inner {
  width: min(100% - 40px, var(--xcan-width));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.xcan-header__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.xcan-header__logo-image {
  display: block;
  width: auto;
  height: 34px;
  max-width: 145px;
  object-fit: contain;
}

.xcan-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex: 1 1 auto;
}

.xcan-nav__list,
.xcan-mega__grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xcan-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 2px;
}

.xcan-nav__item {
  position: static;
  display: flex;
  align-items: stretch;
}

.xcan-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 82px;
  padding: 0 13px;
  border: 0;
  background: transparent;
  color: var(--xcan-ink);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.xcan-nav__trigger:hover,
.xcan-nav__trigger[aria-expanded="true"] {
  color: var(--xcan-accent);
}

.xcan-nav__chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.xcan-nav__trigger[aria-expanded="true"] .xcan-nav__chevron {
  transform: translateY(2px) rotate(225deg);
}

.xcan-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--xcan-accent);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 160ms ease, transform 160ms ease;
}

.xcan-header__cta:hover {
  background: var(--xcan-accent-dark);
  transform: translateY(-1px);
}

.xcan-header__mobile-toggle {
  display: none;
}

.xcan-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--xcan-surface);
  border-top: 1px solid var(--xcan-line);
  box-shadow: var(--xcan-shadow);
}

.xcan-mega__inner {
  width: min(100% - 40px, var(--xcan-width));
  margin: 0 auto;
  padding: 34px 0 38px;
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2.28fr);
  gap: 38px;
}

.xcan-mega__intro {
  padding: 5px 8px 0 0;
}

.xcan-mega__eyebrow {
  margin: 0 0 10px;
  color: var(--xcan-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xcan-mega__title {
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.xcan-mega__copy {
  margin: 0;
  color: var(--xcan-muted);
  font-size: 15px;
  line-height: 1.65;
}

.xcan-mega__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xcan-mega__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xcan-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--xcan-line);
  border-radius: var(--xcan-radius);
  background: var(--xcan-surface);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.xcan-card:hover,
.xcan-card:focus-visible {
  transform: translateY(-3px);
  border-color: #c9d0d8;
  box-shadow: 0 12px 28px rgba(18, 25, 36, 0.12);
}

.xcan-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--xcan-soft);
}

.xcan-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.xcan-card:hover .xcan-card__media img {
  transform: scale(1.035);
}

.xcan-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 15px 16px;
}

.xcan-card__title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.xcan-card__text {
  color: var(--xcan-muted);
  font-size: 13px;
  line-height: 1.45;
}

.xcan-nav__trigger:focus-visible,
.xcan-header__logo:focus-visible,
.xcan-header__cta:focus-visible,
.xcan-header__mobile-toggle:focus-visible,
.xcan-card:focus-visible {
  outline: 3px solid var(--xcan-focus);
  outline-offset: 3px;
}

@media (max-width: 1240px) and (min-width: 1101px) {
  .xcan-header__inner {
    width: min(100% - 24px, var(--xcan-width));
    gap: 16px;
  }

  .xcan-nav {
    gap: 12px;
  }

  .xcan-nav__trigger {
    padding-inline: 9px;
    font-size: 14px;
  }

  .xcan-header__cta {
    padding-inline: 16px;
  }

  .xcan-mega__inner {
    width: min(100% - 28px, var(--xcan-width));
  }
}

/* ---------------------------------------------------------
   TABLET AND MOBILE NAVIGATION
   Used at 1200px wide and below
--------------------------------------------------------- */

@media (max-width: 1200px) {

  /*
   * Main blue navigation row
   */

  .xcan-header__inner {
    width: min(100% - 40px, var(--xcan-width));
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  /*
   * Logo
   */

  .xcan-header__logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .xcan-header__logo-image {
    display: block !important;
    width: 145px !important;
    height: auto !important;
    max-width: 145px !important;
  }

  /*
   * Menu button
   */

  .xcan-header__mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #17233a;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .xcan-header__mobile-toggle-icon {
    display: grid;
    gap: 4px;
  }

  .xcan-header__mobile-toggle-icon span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      transform 160ms ease,
      opacity 160ms ease;
  }

  .xcan-header__mobile-toggle[aria-expanded="true"]
  .xcan-header__mobile-toggle-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .xcan-header__mobile-toggle[aria-expanded="true"]
  .xcan-header__mobile-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .xcan-header__mobile-toggle[aria-expanded="true"]
  .xcan-header__mobile-toggle-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  /*
   * Closed mobile navigation
   */

  .xcan-nav {
    display: none;
    width: 100%;
    padding: 20px 0 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  /*
   * Open mobile navigation
   */

  .xcan-nav.xcan-nav--open {
    display: flex;
  }

  /*
   * Main accordion section list
   */

  .xcan-nav__list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    list-style: none;
  }

  .xcan-nav__item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  /*
   * Accordion headings
   */

  .xcan-nav__trigger,
  .xcan-nav__trigger:hover,
  .xcan-nav__trigger:focus-visible,
  .xcan-nav__trigger[aria-expanded="true"] {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border: 0;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
  }

  .xcan-nav__chevron {
    flex: 0 0 auto;
    border-color: #ffffff !important;
  }

  /*
   * Remove the desktop mega-menu presentation
   */

  .xcan-mega {
    position: static;
    width: 100%;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.11);
    box-shadow: none;
  }

  .xcan-mega__inner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px 0;
  }

  /*
   * Hide desktop introductory copy
   */

  .xcan-mega__intro {
    display: none;
  }

  /*
   * Turn the card grid into a simple link list
   */

  .xcan-mega__grid,
  .xcan-mega__grid--two {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .xcan-mega__grid > li,
  .xcan-mega__grid--two > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /*
   * Plain mobile links rather than image cards
   */

  .xcan-card,
  .xcan-card:hover,
  .xcan-card:focus-visible {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    text-decoration: none;
  }

  /*
   * Hide card images on tablet and mobile
   */

  .xcan-card__media {
    display: none;
  }

  /*
   * Simplify card body
   */

  .xcan-card__body {
    display: block;
    width: 100%;
    padding: 0;
  }

  .xcan-card__title {
    display: block;
    width: 100%;
    padding: 12px 28px;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
  }

  .xcan-card:hover .xcan-card__title,
  .xcan-card:focus-visible .xcan-card__title {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  /*
   * Hide desktop card descriptions
   */

  .xcan-card__text {
    display: none;
  }

  /*
   * Free account button
   */

  .xcan-header__cta {
    display: inline-flex !important;
    width: 100%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    margin: 0;
    padding: 11px 20px;
    border-radius: 6px;
  }

  .xcan-header__cta-main {
    display: block;
    font-size: 17px;
  }

  .xcan-header__cta-sub {
    display: block;
    margin-top: 3px;
    font-size: 11px;
  }
}


/* ---------------------------------------------------------
   SMALL MOBILE PHONES
--------------------------------------------------------- */

@media (max-width: 620px) {

  .xcan-header__utility {
    padding: 10px 14px;
  }

  .xcan-header__utility a {
    padding: 8px 17px;
    font-size: 13px;
  }

  .xcan-header__inner {
    width: calc(100% - 32px);
    min-height: 82px;
  }

  .xcan-header__logo-image {
    width: 130px !important;
    max-width: 130px !important;
  }

  /*
   * Hide the word "Menu" on narrow phones.
   * The hamburger icon remains visible.
   */

  .xcan-header__mobile-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .xcan-header__mobile-toggle {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .xcan-nav {
    padding-top: 14px;
  }

  .xcan-nav__trigger,
  .xcan-nav__trigger:hover,
  .xcan-nav__trigger:focus-visible,
  .xcan-nav__trigger[aria-expanded="true"] {
    min-height: 54px;
    padding-inline: 10px;
    font-size: 17px;
  }

  .xcan-card__title {
    padding: 11px 22px;
    font-size: 15px;
  }

  .xcan-header__cta-main {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xcan-header *,
  .xcan-header *::before,
  .xcan-header *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.xcan-header__logo-image {
  display: block !important;
  width: 145px !important;
  height: auto !important;
  max-width: 145px !important;
}
.xcan-header__utility {
  display: flex;
  justify-content: center;
  padding: 12px 20px;
  background: #ffffff;
}

.xcan-header__utility a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 5px;
  background: #2A3B5A;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.xcan-header__utility a:hover,
.xcan-header__utility a:focus-visible {
  background: #1f2e48;
}
/* Final header layout corrections */

.xcan-header {
  width: 100%;
  background: #ffffff;
  font-family: "Raleway", sans-serif;
}

.xcan-header__nav-bar {
  width: 100%;
  background: #2A3B5A !important;
}

.xcan-header__inner {
  display: flex;
  align-items: center;
  width: min(100% - 40px, 1500px);
  min-height: 86px;
  margin: 0 auto;
  gap: 30px;
  background: transparent !important;
}

.xcan-header__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.xcan-header__logo-image {
  display: block !important;
  width: 145px !important;
  height: auto !important;
  max-width: 145px !important;
}

.xcan-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 1 1 auto;
}

.xcan-nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xcan-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  border: 0;
  background: transparent;
  color: #ffffff !important;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.xcan-nav__trigger:hover,
.xcan-nav__trigger:focus-visible,
.xcan-nav__trigger[aria-expanded="true"] {
  color: #ffffff !important;
}

.xcan-nav__chevron {
  border-color: #ffffff !important;
}

.xcan-header__cta {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 280px;
  padding: 12px 20px;
  border-radius: 6px;
  background: #0B9FF2 !important;
  color: #ffffff !important;
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.xcan-header__cta-main {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.xcan-header__cta-sub {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
}

.xcan-header__cta:hover,
.xcan-header__cta:focus-visible {
  background: #078DD9 !important;
}
/* Keep top navigation transparent on hover and when open */

.xcan-nav__trigger,
.xcan-nav__trigger:hover,
.xcan-nav__trigger:focus-visible,
.xcan-nav__trigger[aria-expanded="true"] {
  background: transparent !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
/* Force the opened mobile/tablet menu into a vertical stack */

@media (max-width: 1200px) {

  .xcan-nav.xcan-nav--open {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .xcan-nav.xcan-nav--open .xcan-nav__list {
    display: block !important;
    width: 100% !important;
  }

  .xcan-nav.xcan-nav--open .xcan-nav__item {
    display: block !important;
    width: 100% !important;
  }

  .xcan-nav.xcan-nav--open .xcan-nav__trigger {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  .xcan-nav.xcan-nav--open .xcan-header__cta {
    width: 100% !important;
    margin-top: 18px !important;
  }
}
/* Final mobile closed-state fix */

@media (max-width: 1200px) {

  .xcan-nav:not(.xcan-nav--open) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .xcan-nav:not(.xcan-nav--open) .xcan-nav__list,
  .xcan-nav:not(.xcan-nav--open) .xcan-header__cta {
    display: none !important;
  }

  .xcan-nav.xcan-nav--open {
    display: flex !important;
    height: auto !important;
    overflow: visible !important;
  }
}
/* Keep the mobile logo and menu button centred when the menu opens */

@media (max-width: 1200px) {

  .xcan-header__inner {
    align-content: flex-start;
  }

  .xcan-header__logo,
  .xcan-header__mobile-toggle {
    align-self: center;
  }

  .xcan-nav {
    flex-basis: 100%;
  }

  .xcan-nav.xcan-nav--open {
    margin-top: 12px;
  }
}
/* Keep the mobile logo and menu button centred when the menu opens */

@media (max-width: 1200px) {

  .xcan-header__inner {
    align-content: flex-start;
  }

  .xcan-header__logo,
  .xcan-header__mobile-toggle {
    align-self: center;
  }

  .xcan-nav {
    flex-basis: 100%;
  }

  .xcan-nav.xcan-nav--open {
    margin-top: 12px;
  }
}

/* Fine-tune mobile logo row vertical position */

@media (max-width: 1200px) {

  .xcan-header__inner {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xcan-header__logo,
  .xcan-header__mobile-toggle {
    transform: translateY(2px);
  }
}/* End custom CSS */