/* Matisse Insurance design system. No Mobirise or Bootstrap runtime required. */
:root {
  --site-navy: #0c2c68;
  --site-navy-dark: #071e49;
  --site-gold: #b88b2f;
  --site-ink: #172033;
  --site-muted: #526078;
  --site-line: rgb(12 44 104 / .14);
  --site-soft: #f4f7fb;
  --site-white: #ffffff;
  --site-success: #087a36;
  --site-radius: 1.5rem;
  --site-shadow: 0 18px 42px rgb(12 44 104 / .1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  color-scheme: light;
  font-family: "Inter Tight", "Noto Sans TC", Arial, sans-serif;
  line-height: 1.5;
  tab-size: 4;
}

body {
  background: var(--site-white);
  color: var(--site-ink);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
}

body.navbar-dropdown-open {
  overflow: hidden;
}

main,
section,
nav,
footer {
  display: block;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--site-navy);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

a:hover {
  color: var(--site-navy-dark);
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

.container,
.container-fluid {
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
  width: 100%;
}

.container {
  max-width: 82rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -.75rem;
}

.row > [class*="col"] {
  min-width: 0;
  padding-inline: .75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.justify-content-center {
  justify-content: center;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.mx-auto {
  margin-inline: auto;
}

.w-100 {
  width: 100%;
}

.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mbr-fonts-style,
.new-font,
.new-font-2,
.new-font-3 {
  font-family: inherit !important;
}

.display-1 { font-size: clamp(2.25rem, 5vw, 4rem); }
.display-2 { font-size: clamp(2rem, 4vw, 3rem); }
.display-4 { font-size: 1rem; }
.display-5 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
.display-7 { font-size: 1rem; }

.text-primary { color: var(--site-navy) !important; }
.text-black { color: #111827 !important; }
.text-danger { color: var(--site-white) !important; }

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  padding: .82rem 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary,
.btn-secondary {
  background: var(--site-navy);
  border-color: var(--site-navy);
  color: var(--site-white) !important;
}

.btn-primary:hover,
.btn-secondary:hover {
  background: var(--site-navy-dark);
  border-color: var(--site-navy-dark);
}

.btn-primary-outline {
  background: transparent;
  border-color: var(--site-navy);
  color: var(--site-navy) !important;
}

.btn-primary-outline:hover {
  background: var(--site-navy);
  color: var(--site-white) !important;
}

.mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.navbar {
  align-items: center;
  display: flex;
}

.navbar-brand,
.navbar-collapse,
.navbar-nav {
  align-items: center;
  display: flex;
}

.navbar-collapse {
  flex-basis: auto;
  flex-grow: 1;
}

.navbar-nav {
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-item,
.nav-link {
  display: block;
}

.nav-link {
  color: #171717 !important;
  font-size: clamp(.95rem, 1.25vw, 1.12rem);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[aria-current="page"],
.nav-link[aria-expanded="true"] {
  background: #f5f5f5;
  color: var(--site-navy) !important;
}

.navbar-toggler {
  background: transparent;
  display: none;
  padding: 0;
}

.collapse {
  display: flex;
}

.features4,
.form5,
.contacts2,
.features10,
.list06 {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.features4 .mbr-section-head,
.form5 .mbr-section-head,
.contacts2 .mbr-section-head {
  margin-inline: auto;
  max-width: 50rem;
}

.home-services .row:last-child {
  align-items: stretch;
  row-gap: 1.5rem;
}

.home-services .item {
  display: flex;
}

.home-services .item-wrapper,
.home-services .item-content {
  display: flex;
  flex-direction: column;
}

.home-services .item-content {
  flex: 1;
  padding: 1.5rem;
}

.home-services .item-title {
  color: var(--site-navy);
  margin-bottom: .85rem;
}

.home-services .item-footer {
  margin-top: auto;
  padding-top: 1rem;
}

.form5 {
  background: var(--site-soft);
}

.form5 form {
  background: var(--site-white);
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  background: var(--site-white);
  border: 1px solid #b8c2d4;
  border-radius: .8rem;
  display: block;
  min-height: 50px;
  padding: .8rem .95rem;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.form-control:focus {
  border-color: var(--site-navy);
  box-shadow: 0 0 0 4px rgb(12 44 104 / .12);
  outline: 0;
}

textarea.form-control {
  min-height: 10rem;
  resize: vertical;
}

.alert {
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: .8rem 1rem;
}

.alert-success { background: #e8f7ec; color: #155d2b; }
.alert-danger { background: #fff0f0; color: #8a1f1f; }

.contacts2 .row:last-child {
  align-items: stretch;
  row-gap: 1.5rem;
}

.contacts2 .card-wrapper,
.contacts2 .text-wrapper,
.contacts2 .google-map,
.contacts2 .map-placeholder {
  height: 100%;
}

.contacts2 .card-wrapper {
  background: var(--site-soft);
  border-radius: var(--site-radius);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.contacts2 .cardTitle {
  color: var(--site-navy);
}

.contacts2 .list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.contacts2 .item-wrap {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: .75rem;
}

.features38 {
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.features38 .row {
  align-items: center;
  min-height: 28rem;
  padding-block: clamp(2.75rem, 6vw, 5.5rem);
}

.features38 .row + .row {
  border-top: 1px solid var(--site-line);
}

.features38 .row-reverse {
  flex-direction: row-reverse;
}

.features38 .text-wrapper {
  padding: clamp(.5rem, 2vw, 2rem);
}

.features38 .mbr-section-title {
  color: #111827;
}

.features38 .mbr-text {
  color: #252b36;
  line-height: 1.75;
}

.features38 .image-wrapper img {
  aspect-ratio: 4 / 3;
  border-radius: 1.6rem;
  object-fit: cover;
}

.features10 {
  background: var(--site-soft);
  padding-top: clamp(8.5rem, 13vw, 10rem);
}

.features10 .row {
  align-items: stretch;
  row-gap: 1.5rem;
}

.features10 .item {
  display: flex;
}

.features10 .item-wrapper {
  background: var(--site-white);
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
  padding: clamp(1.5rem, 3vw, 2rem);
  width: 100%;
}

.features10 .iconfont-wrapper {
  align-items: center;
  background: #eaf0ff;
  border-radius: 50%;
  color: var(--site-navy);
  display: inline-flex;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}

.site-step-icon {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.list06 {
  background: var(--site-soft);
}

main > .list06:first-child {
  padding-top: clamp(9rem, 13vw, 11rem);
}

.list06 + .list06 {
  padding-top: 0;
}

.list06 .content-head {
  margin-inline: auto;
  max-width: 58rem;
}

.list06 .mbr-section-title {
  color: var(--site-navy);
  font-size: clamp(2rem, 4vw, 3rem);
}

.list06 .item-wrapper {
  background: var(--site-white);
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.footer1 {
  background: #1c3475;
  color: var(--site-white);
  padding: 3.5rem 0 7rem;
}

.footer1 .header-menu,
.footer1 .social-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer1 .row-links {
  width: 100%;
}

.footer1 .header-menu {
  gap: .75rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer1 .header-menu a {
  color: var(--site-white) !important;
  text-decoration: none;
}

.footer1 .header-menu a:hover {
  text-decoration: underline;
}

.footer1 .social-row {
  gap: .75rem;
}

.footer1 .soc-item a {
  align-items: center;
  background: var(--site-white);
  border-radius: 50%;
  color: var(--site-navy);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px;
}

.site-icon {
  align-items: center;
  display: inline-flex;
  height: 1.15rem;
  justify-content: center;
  line-height: 1;
  width: 1.15rem;
}

.site-icon svg {
  height: 100%;
  width: 100%;
}

.scrollToTop {
  bottom: 5.5rem;
  position: fixed;
  right: 1rem;
  z-index: 1049;
}

.scrollToTop a {
  align-items: center;
  background: rgb(73 79 91 / .72);
  border: 2px solid var(--site-white);
  border-radius: 50%;
  color: var(--site-white);
  cursor: pointer;
  display: inline-flex;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}

.site-arrow-up {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: .85rem;
  transform: translateY(.2rem) rotate(45deg);
  width: .85rem;
}

@media (min-width: 768px) {
  .col-md { flex: 1 0 0%; width: auto; }
  .col-md-5 { flex: 0 0 auto; width: 41.666667%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-7 { flex: 0 0 auto; width: 58.333333%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 992px) {
  .col-lg { flex: 1 0 0%; width: auto; }
  .col-lg-4 { flex: 0 0 auto; width: 33.333333%; }
  .col-lg-5 { flex: 0 0 auto; width: 41.666667%; }
  .col-lg-8 { flex: 0 0 auto; width: 66.666667%; }
  .col-lg-9 { flex: 0 0 auto; width: 75%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-collapse.collapse:not(.show) {
    display: none;
  }

  .navbar-collapse.collapse.show {
    display: block;
  }

  .navbar-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .features38 .row,
  .features38 .row-reverse {
    flex-direction: column;
    min-height: 0;
  }

  .features38 .image-wrapper {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .features4,
  .form5,
  .contacts2,
  .list06 {
    padding-block: 3.5rem;
  }

  .footer1 .header-menu {
    align-items: flex-start;
    flex-direction: column;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

/* Floating navigation shared by every language and page type. */
.menu .navbar.navbar-dropdown,
.menu2 .navbar.navbar-dropdown {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
}

.menu .navbar > .container,
.menu2 .navbar > .container {
  align-items: center;
  background: rgb(255 255 255 / .96) !important;
  border-radius: 100vw;
  box-shadow: 0 30px 60px rgb(27 31 10 / .08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: .5rem .6rem;
  position: relative;
}

.menu .navbar-brand,
.menu2 .navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  z-index: 1;
}

.menu .navbar-logo,
.menu2 .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}

.menu .navbar-collapse,
.menu2 .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.menu .navbar-nav,
.menu2 .navbar-nav {
  margin-left: auto;
}

.menu .navbar-nav .nav-link,
.menu2 .navbar-nav .nav-link {
  border-radius: 1rem !important;
  padding: 1rem !important;
}

.menu .icons-menu,
.menu2 .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: .3rem 1rem 0;
  text-align: center;
}

.menu .navbar-buttons,
.menu2 .navbar-buttons {
  min-width: 140px;
  text-align: center;
}

.menu button.navbar-toggler,
.menu2 button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
  outline: none;
  position: relative;
  transition: all .2s;
  width: 31px;
}

.menu button.navbar-toggler .hamburger span,
.menu2 button.navbar-toggler .hamburger span {
  background-color: #0c2c68;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}

.menu button.navbar-toggler .hamburger span:nth-child(1),
.menu2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
}

.menu button.navbar-toggler .hamburger span:nth-child(2),
.menu button.navbar-toggler .hamburger span:nth-child(3),
.menu2 button.navbar-toggler .hamburger span:nth-child(2),
.menu2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
}

.menu button.navbar-toggler .hamburger span:nth-child(4),
.menu2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
}

.menu nav.opened .hamburger span:nth-child(1),
.menu nav.opened .hamburger span:nth-child(4),
.menu2 nav.opened .hamburger span:nth-child(1),
.menu2 nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  width: 0;
}

.menu nav.opened .hamburger span:nth-child(2),
.menu2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}

.menu nav.opened .hamburger span:nth-child(3),
.menu2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}

/* Hide page controls as they pass beneath the fixed navigation, then soften
   the transition back into the page below the rounded menu. */
.menu .navbar.navbar-fixed-top.navbar-short::before,
.menu2 .navbar.navbar-fixed-top.navbar-short::before {
  background: linear-gradient(
    to bottom,
    #ffffff 0,
    #ffffff calc(100% - 1.5rem),
    rgb(255 255 255 / .9) calc(100% - .75rem),
    rgb(255 255 255 / 0) 100%
  );
  bottom: -1.5rem;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.menu .navbar.navbar-fixed-top.navbar-short > .container,
.menu2 .navbar.navbar-fixed-top.navbar-short > .container {
  background: #ffffff !important;
  position: relative;
  z-index: 1;
}

main section[id] {
  scroll-margin-top: 7rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .insurance-mega-menu {
    transition: none;
  }
}

.navbar-logo img {
  width: auto;
  max-width: min(14rem, 50vw);
  object-fit: contain;
}

.icons-menu .iconfont-wrapper {
  align-items: center;
  display: inline-flex;
  gap: .15rem;
}

.language-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(.95rem, 1.25vw, 1.12rem);
  font-weight: 500;
  line-height: 1.2;
}

.footer1 .header-menu-item,
.footer1 .header-menu-item a {
  font-size: clamp(1rem, 1.4vw, 1.125rem) !important;
  line-height: 1.5 !important;
}

.footer1 .row {
  margin-left: 0;
  margin-right: 0;
}

.footer1 .copyright {
  margin-inline: auto;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 767px) {
  .footer1 {
    padding-bottom: 7rem !important;
  }

  .footer1 .copyright {
    font-size: .75rem !important;
    line-height: 1.45;
    max-width: 18rem;
  }
}

.mbr-form .form-status {
  display: none;
  margin: 1rem 0 0;
}

.mbr-form .form-status.is-visible {
  display: block;
}

.skip-link {
  background: #0c2c68;
  border-radius: 0 0 .5rem .5rem;
  color: #fff !important;
  left: 1rem;
  padding: .7rem 1rem;
  position: fixed;
  top: -5rem;
  transition: top .2s ease;
  z-index: 2000;
}

.skip-link:focus {
  top: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #c79d42 !important;
  outline-offset: 3px;
}

.home-hero {
  padding-bottom: clamp(3rem, 6vw, 5rem) !important;
  padding-top: clamp(8rem, 11vw, 10rem) !important;
}

.home-hero .topbg {
  display: none;
}

.home-hero .home-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .9fr);
  margin: 0 auto;
  max-width: 82rem;
  text-align: left;
}

.home-hero .home-hero-copy,
.home-hero .home-hero-media {
  max-width: none;
  width: auto;
}

.home-hero h1 {
  color: #0c2c68;
  font-size: clamp(2.1rem, 4.2vw, 4rem) !important;
  font-style: normal;
  line-height: 1.12;
}

.home-hero .hero-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem) !important;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  max-width: 42rem;
}

.home-hero .hero-trust-list {
  color: #44516b;
  display: flex;
  flex-wrap: wrap;
  font-size: .95rem;
  gap: .55rem 1rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.home-hero .hero-trust-list li::before {
  color: #947023;
  content: "✓";
  font-weight: 700;
  margin-right: .4rem;
}

.home-hero .hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 0 !important;
}

.home-hero .hero-actions .btn {
  margin: 0 !important;
}

.home-hero .home-hero-media img {
  aspect-ratio: 960 / 669;
  border-radius: 2rem;
  box-shadow: 0 24px 60px rgb(12 44 104 / .16);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-services {
  background: #f4f7fb !important;
}

.home-services .mbr-section-title,
.contact-section .mbr-section-title,
.contact-details .mbr-section-title {
  color: #0c2c68;
}

.home-services .item-wrapper {
  background: #fff;
  border: 1px solid rgb(12 44 104 / .1);
  border-radius: 1.5rem;
  box-shadow: 0 12px 32px rgb(12 44 104 / .08);
  height: 100%;
  overflow: hidden;
}

.home-services .item-img img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.visible-form-label {
  color: #172033;
  display: block;
  font-size: .95rem;
  font-weight: 600;
  margin: 0 0 .45rem;
}

.form-honeypot {
  left: -10000px !important;
  position: absolute !important;
  top: auto !important;
}

.privacy-consent {
  align-items: flex-start;
  display: flex;
  font-size: .9rem;
  gap: .55rem;
  line-height: 1.5;
  margin: .15rem 0 1rem;
}

.privacy-consent input {
  flex: 0 0 auto;
  height: 1.1rem;
  margin-top: .15rem;
  width: 1.1rem;
}

.privacy-consent a {
  text-decoration: underline;
  text-decoration-thickness: .1em;
  text-underline-offset: .15em;
}

.form-status {
  border-radius: .75rem;
  padding: .8rem 1rem;
}

.form-status.is-success {
  background: #e8f7ec;
  color: #155d2b;
}

.form-status.is-error {
  background: #fff0f0;
  color: #8a1f1f;
}

.claims-sensitive-note {
  color: #5f2530;
  font-size: .9rem;
  margin: 0 0 1rem;
  text-align: center;
}

.standard-page-heading {
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  max-width: 50rem;
  padding-top: 2rem;
  text-align: center;
}

.standard-page-heading h1 {
  color: #0c2c68;
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin: 0 0 .75rem;
}

.standard-page-heading p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.legal-copy {
  color: #252b36;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.map-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #eef3fb, #e4eaf4);
  border: 1px solid rgb(12 44 104 / .12);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  justify-content: center;
  min-height: 22rem;
  padding: 2rem;
  text-align: center;
}

.map-placeholder strong {
  color: #0c2c68;
  font-size: 1.25rem;
}

.map-placeholder p {
  margin: 0;
  max-width: 30rem;
}

.map-placeholder.is-error p {
  color: #8a1f1f;
}

.google-map {
  background: #e4eaf4;
  border-radius: 1.25rem;
  min-height: 22rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.google-map .map-placeholder {
  border-radius: inherit;
}

.google-map iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 22rem;
  width: 100%;
}

.insurance-page-intro {
  background: #f5f7fb;
  padding: clamp(10rem, 14vw, 11rem) 1.25rem 2rem;
  text-align: center;
}

.insurance-page-intro h1 {
  color: #0c2c68;
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin: 0 0 .75rem;
}

.insurance-page-intro p {
  margin: 0 auto 1.5rem;
  max-width: 42rem;
}

.insurance-mega-menu {
  background: #fff;
  border: 1px solid rgb(12 44 104 / .16);
  border-radius: 1.5rem;
  box-shadow: 0 22px 55px rgb(12 44 104 / .2);
  left: 50%;
  max-height: calc(100vh - 8rem);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  top: calc(100% + .75rem);
  transform: translate(-50%, -.5rem);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  width: min(72rem, calc(100vw - 2rem));
  z-index: 1075;
}

.insurance-mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

body.insurance-menu-open main::before {
  backdrop-filter: blur(1.5px);
  background: rgb(244 247 251 / .78);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1035;
}

body.insurance-menu-open .whatsapp-float,
body.insurance-menu-open .scrollToTop {
  opacity: 0;
  pointer-events: none;
}

.insurance-mega-inner {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(14rem, .34fr) minmax(0, 1fr);
  padding: 1.5rem;
  position: relative;
}

.insurance-mega-heading-row {
  padding-right: 3.5rem;
}

.insurance-mega-intro h2 {
  font-size: 1.55rem;
  line-height: 1.25;
  margin: 0;
}

.insurance-mega-intro h2 a {
  color: #0c2c68;
  text-decoration: none;
}

.insurance-mega-close {
  align-items: center;
  background: #eef3ff;
  border: 0;
  border-radius: 50%;
  color: #0c2c68;
  display: inline-flex;
  flex: 0 0 2.75rem;
  font-size: 1.65rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  padding: 0 0 .15rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.75rem;
  z-index: 1;
}

.insurance-mega-close:hover {
  background: #dfe8fb;
}

.insurance-mega-links {
  display: grid;
  gap: .45rem .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-right: 4.75rem;
}

.insurance-mega-links a {
  align-items: center;
  border-radius: .75rem;
  color: #172033;
  display: flex;
  font-size: .95rem;
  line-height: 1.4;
  min-height: 44px;
  padding: .55rem .7rem;
  text-decoration: none;
}

.insurance-mega-links a:hover,
.insurance-mega-links a:focus-visible {
  background: #eef3ff;
  color: #0c2c68;
}

.insurance-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 72rem;
  overflow: visible;
  padding: .25rem .5rem .75rem;
  scroll-snap-type: x proximity;
}

.insurance-page-intro + .features38 {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
}

/* Product headings are generated as hash targets. Keep them clear of the fixed navigation. */
section.features38 h2.mbr-section-title {
  scroll-margin-top: 9rem;
}

.insurance-quick-nav a {
  background: #fff;
  border: 1px solid #0c2c68;
  border-radius: 999px;
  color: #0c2c68;
  flex: 0 0 auto;
  padding: .55rem .9rem;
  scroll-snap-align: start;
  text-decoration: none;
}

.insurance-quick-nav a:hover,
.insurance-quick-nav a:focus-visible {
  background: #0c2c68;
  color: #fff;
}

.insurance-quick-nav a[aria-current="true"] {
  background: #0c2c68;
  color: #fff;
}

.whatsapp-float {
  align-items: center;
  background: #087a36;
  border-radius: 999px;
  bottom: 1rem;
  box-shadow: 0 8px 24px rgb(0 0 0 / .22);
  color: #fff !important;
  display: inline-flex;
  font-weight: 600;
  gap: .45rem;
  padding: .8rem 1rem;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  z-index: 1050;
}

.whatsapp-float:hover {
  background: #05612a;
}

.whatsapp-float .site-icon {
  font-size: 1.25rem;
}

.whatsapp-float:focus-visible {
  outline: 3px solid #0c2c68;
  outline-offset: 3px;
}

.scrollToTop {
  bottom: 5.5rem !important;
  right: 1rem !important;
  z-index: 1049;
}

/* Make the collapsed navigation a clearly separate, touch-friendly surface. */
@media (max-width: 991.98px) {
  .home-hero .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero .home-hero-media {
    order: -1;
  }

  .home-hero .home-hero-media img {
    max-height: 24rem;
  }

  .menu .navbar.navbar-dropdown,
  .menu2 .navbar.navbar-dropdown {
    min-height: 72px;
  }

  .menu .navbar > .container,
  .menu2 .navbar > .container {
    height: 56px !important;
    margin-top: 0;
    padding-right: 1rem;
    width: 95%;
  }

  .menu .navbar-brand,
  .menu2 .navbar-brand {
    margin-right: auto;
  }

  .menu .navbar-logo,
  .menu2 .navbar-logo {
    padding-left: 1rem;
  }

  .menu .navbar-logo img,
  .menu2 .navbar-logo img {
    height: 2rem !important;
    max-width: min(10rem, 45vw);
  }

  .menu .navbar-collapse,
  .menu2 .navbar-collapse {
    background: #ffffff !important;
    border: 1px solid rgb(12 44 104 / .16) !important;
    border-radius: 1.5rem;
    box-shadow: 0 18px 42px rgb(12 44 104 / .18) !important;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: 1060 !important;
  }

  .menu .navbar-collapse .nav-link,
  .menu2 .navbar-collapse .nav-link {
    border-radius: .75rem;
    min-height: 44px;
    padding: .7rem 1rem !important;
  }

  .menu .navbar-collapse .nav-link:hover,
  .menu .navbar-collapse .nav-link:focus-visible,
  .menu2 .navbar-collapse .nav-link:hover,
  .menu2 .navbar-collapse .nav-link:focus-visible {
    background: #eef3ff;
  }

  .menu .navbar-collapse .icons-menu,
  .menu2 .navbar-collapse .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
    padding-left: 1rem !important;
  }

  .menu .navbar-buttons,
  .menu2 .navbar-buttons {
    text-align: left;
  }

  .insurance-mega-menu {
    border-radius: 1rem;
    box-shadow: none;
    left: auto;
    margin: .25rem 0 1rem;
    max-height: min(52dvh, 34rem);
    position: static;
    top: auto;
    transform: translateY(-.35rem);
    width: 100%;
  }

  .insurance-mega-menu.is-open {
    transform: translateY(0);
  }

  .insurance-mega-inner {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .insurance-mega-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  #header05-1 {
    padding-top: 5.5rem !important;
  }

  .menu .navbar-collapse,
  .menu2 .navbar-collapse {
    max-height: calc(100dvh - 5rem);
    overflow-y: auto;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom)) !important;
  }

  .menu .navbar-buttons,
  .menu2 .navbar-buttons {
    margin-bottom: .25rem;
  }

  .home-hero {
    padding: 6.5rem 1rem 3rem !important;
  }

  .home-hero .home-hero-grid {
    gap: 1.5rem;
  }

  .home-hero .home-hero-media {
    order: 0;
  }

  .home-hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
  }

  .home-hero .hero-lead {
    font-size: 1rem !important;
  }

  .home-hero .hero-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .home-services .item {
    margin-bottom: 1rem;
  }

  .insurance-page-intro {
    padding-top: 9.5rem;
  }

  section.features38 h2.mbr-section-title {
    scroll-margin-top: 6.5rem;
  }

  .insurance-quick-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 1rem;
    scrollbar-color: #0c2c68 #dfe6f3;
    scrollbar-width: thin;
  }

  .insurance-mega-links {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    border-radius: 50%;
    bottom: max(1rem, env(safe-area-inset-bottom));
    height: 3.25rem;
    justify-content: center;
    padding: 0;
    right: .75rem;
    width: 3.25rem;
  }

  .whatsapp-float .whatsapp-label {
    display: none;
  }

  .scrollToTop {
    bottom: calc(5.75rem + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    right: .75rem !important;
    text-align: initial !important;
  }
}
