body.lmb-hide-theme-chrome header.site-header,
body.lmb-hide-theme-chrome #masthead,
body.lmb-hide-theme-chrome #header,
body.lmb-hide-theme-chrome .site-header,
body.lmb-hide-theme-chrome .header-wrapper,
body.lmb-hide-theme-chrome .main-header,
body.lmb-hide-theme-chrome .elementor-location-header,
body.lmb-hide-theme-chrome footer.site-footer,
body.lmb-hide-theme-chrome #colophon,
body.lmb-hide-theme-chrome #footer,
body.lmb-hide-theme-chrome .site-footer,
body.lmb-hide-theme-chrome .footer-wrapper,
body.lmb-hide-theme-chrome .main-footer,
body.lmb-hide-theme-chrome .elementor-location-footer,
body.lmb-hide-theme-chrome .entry-header,
body.lmb-hide-theme-chrome .page-header,
body.lmb-hide-theme-chrome .breadcrumb,
body.lmb-hide-theme-chrome .breadcrumbs,
body.lmb-hide-theme-chrome aside.widget-area,
body.lmb-hide-theme-chrome #secondary {
  display: none !important;
}

body.lmb-force-full-width,
body.lmb-force-full-width #page,
body.lmb-force-full-width .site,
body.lmb-force-full-width .site-content,
body.lmb-force-full-width #content,
body.lmb-force-full-width .content-area,
body.lmb-force-full-width #primary,
body.lmb-force-full-width .site-main,
body.lmb-force-full-width main,
body.lmb-force-full-width .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.lmb-force-full-width #page,
body.lmb-force-full-width .site,
body.lmb-force-full-width .site-content,
body.lmb-force-full-width #content,
body.lmb-force-full-width .content-area,
body.lmb-force-full-width #primary,
body.lmb-force-full-width .site-main,
body.lmb-force-full-width main,
body.lmb-force-full-width .entry-content {
  overflow: visible !important;
}

.lmb-wrap {
  --lmb-orange: #f7a11a;
  --lmb-blue: #005288;
  --lmb-navy: #132f4c;
  --lmb-cream: #fff4dd;
  --lmb-max: 1240px;
  --lmb-space: 104px;
  --lmb-mobile-space: 64px;
  color: var(--lmb-navy);
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--lmb-orange);
  font-family: "PT Sans", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

.lmb-wrap,
.lmb-wrap * {
  box-sizing: border-box;
}

.lmb-wrap .lmb-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: var(--lmb-space) 28px;
}

.lmb-wrap .lmb-inner {
  width: min(100%, var(--lmb-max));
  margin: 0 auto;
}

.lmb-wrap .lmb-eyebrow {
  margin: 0 0 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lmb-wrap .lmb-section-title,
.lmb-wrap .lmb-hero-title,
.lmb-wrap .lmb-card-title,
.lmb-wrap .lmb-guide-title,
.lmb-wrap .lmb-resource-title,
.lmb-wrap .lmb-closing-title {
  margin: 0;
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.lmb-wrap .lmb-section-title {
  max-width: 880px;
}

.lmb-wrap .lmb-section-intro,
.lmb-wrap .lmb-large-body,
.lmb-wrap .lmb-hero-body,
.lmb-wrap .lmb-card-body,
.lmb-wrap .lmb-guide-body,
.lmb-wrap .lmb-resource-body,
.lmb-wrap .lmb-closing-body,
.lmb-wrap .lmb-faq-answer-text {
  line-height: 1.62;
}

.lmb-wrap .lmb-section-intro {
  max-width: 720px;
  margin: 26px 0 0;
}

.lmb-wrap .lmb-on-dark {
  color: #fff;
}

.lmb-wrap .lmb-button {
  --lmb-hover-bg: #0b385e;
  --lmb-hover-text: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin-top: 30px;
  border: 2px solid;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.lmb-wrap .lmb-button:hover,
.lmb-wrap .lmb-button:focus-visible {
  color: var(--lmb-hover-text) !important;
  background: var(--lmb-hover-bg) !important;
  border-color: var(--lmb-hover-bg) !important;
  text-decoration: none;
  transform: translateY(-2px);
}

.lmb-wrap .lmb-button:focus-visible,
.lmb-wrap .lmb-text-link:focus-visible,
.lmb-wrap .lmb-faq-question:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px var(--lmb-navy);
}

.lmb-wrap .lmb-button-arrow {
  display: grid;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 18px;
  line-height: 1;
}

.lmb-wrap .lmb-hero {
  min-height: clamp(620px, 82vh, 860px);
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  background: linear-gradient(135deg, var(--lmb-hero-start), var(--lmb-hero-end));
}

.lmb-wrap .lmb-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 760px);
  margin-left: max(28px, calc((100vw - var(--lmb-max)) / 2));
  padding: 92px 70px 92px 0;
}

.lmb-wrap .lmb-hero-copy::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 38px;
  width: 124px;
  height: 10px;
  background: var(--lmb-blue);
  transform: rotate(-7deg);
}

.lmb-wrap .lmb-hero-title {
  max-width: 720px;
}

.lmb-wrap .lmb-hero-body {
  max-width: 620px;
  margin: 26px 0 0;
}

.lmb-wrap .lmb-hero-media,
.lmb-wrap .lmb-cta-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.lmb-wrap .lmb-hero-image,
.lmb-wrap .lmb-hero-video,
.lmb-wrap .lmb-cta-image,
.lmb-wrap .lmb-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.lmb-wrap .lmb-hero-image,
.lmb-wrap .lmb-hero-video,
.lmb-wrap .lmb-cta-image {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.lmb-wrap .lmb-hero-video {
  z-index: 1;
}

.lmb-wrap .lmb-media-overlay,
.lmb-wrap .lmb-panel-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.lmb-wrap .lmb-hero-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -1px;
  bottom: 0;
  width: 86px;
  height: 42%;
  background: var(--lmb-blue);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.lmb-wrap .lmb-vision {
  padding-top: calc(var(--lmb-space) + 20px);
  padding-bottom: calc(var(--lmb-space) + 20px);
}

.lmb-wrap .lmb-vision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.lmb-wrap .lmb-vision-title {
  max-width: 760px;
}

.lmb-wrap .lmb-large-body {
  margin: 0;
}

.lmb-wrap .lmb-rights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 58px;
  border: 2px solid var(--lmb-navy);
}

.lmb-wrap .lmb-right-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 38px;
  border-right: 2px solid var(--lmb-navy);
}

.lmb-wrap .lmb-right-card:last-child {
  border-right: 0;
}

.lmb-wrap .lmb-right-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: var(--lmb-card-accent);
}

.lmb-wrap .lmb-card-number {
  display: block;
  margin-bottom: auto;
  padding-bottom: 46px;
  font-weight: 800;
  letter-spacing: .08em;
}

.lmb-wrap .lmb-card-title,
.lmb-wrap .lmb-resource-title {
  line-height: 1.08;
}

.lmb-wrap .lmb-card-body {
  margin: 20px 0 24px;
}

.lmb-wrap .lmb-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .055em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.lmb-wrap .lmb-text-link:hover {
  text-decoration-thickness: 2px;
}

.lmb-wrap .lmb-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
}

.lmb-wrap .lmb-guide-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  isolation: isolate;
}

.lmb-wrap .lmb-guide-card:nth-child(2),
.lmb-wrap .lmb-guide-card:nth-child(3) {
  min-height: 410px;
}

.lmb-wrap .lmb-guide-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  transition: transform .55s ease;
}

.lmb-wrap .lmb-guide-card:hover .lmb-guide-image,
.lmb-wrap .lmb-guide-card:focus-within .lmb-guide-image {
  transform: scale(1.035);
}

.lmb-wrap .lmb-guide-card .lmb-panel-overlay {
  z-index: -1;
}

.lmb-wrap .lmb-guide-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(34px, 5vw, 62px);
}

.lmb-wrap .lmb-guide-step {
  margin: 0 auto auto 0;
  font-weight: 800;
  letter-spacing: .12em;
}

.lmb-wrap .lmb-guide-title {
  max-width: 510px;
}

.lmb-wrap .lmb-guide-body {
  max-width: 510px;
  margin: 18px 0 26px;
}

.lmb-wrap .lmb-guide-card .lmb-text-link,
.lmb-wrap .lmb-resource-card .lmb-text-link {
  color: #fff;
}

.lmb-wrap .lmb-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
}

.lmb-wrap .lmb-faq-heading {
  position: sticky;
  top: 32px;
}

.lmb-wrap .lmb-faq-list {
  border-top: 2px solid;
}

.lmb-wrap .lmb-faq-item {
  border-bottom: 2px solid;
}

.lmb-wrap .lmb-faq-question-wrap {
  margin: 0;
}

.lmb-wrap .lmb-faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 0;
  border: 0;
  background: transparent;
  font-weight: 800;
  line-height: 1.18;
  text-align: left;
  cursor: pointer;
}

.lmb-wrap .lmb-faq-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font: 400 28px/1 Arial, sans-serif;
  transition: transform .2s ease;
}

.lmb-wrap .lmb-faq-question[aria-expanded="true"] .lmb-faq-icon {
  transform: rotate(45deg);
}

.lmb-wrap .lmb-faq-answer {
  padding: 0 70px 30px 0;
}

.lmb-wrap .lmb-faq-answer-text {
  margin: 0;
}

.lmb-wrap .lmb-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin-top: 58px;
  background: rgba(255,255,255,.32);
}

.lmb-wrap .lmb-resource-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(34px, 5vw, 54px);
}

.lmb-wrap .lmb-resource-label {
  margin: 0 auto auto 0;
  padding-bottom: 50px;
  font-weight: 800;
  letter-spacing: .12em;
}

.lmb-wrap .lmb-resource-body {
  margin: 18px 0 28px;
}

.lmb-wrap .lmb-cta {
  padding-top: 0;
  padding-bottom: 0;
}

.lmb-wrap .lmb-cta-grid {
  display: grid;
  width: min(100%, calc(var(--lmb-max) + 100px));
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: stretch;
}

.lmb-wrap .lmb-cta-copy {
  padding: var(--lmb-space) clamp(40px, 8vw, 110px) var(--lmb-space) 0;
}

.lmb-wrap .lmb-cta-media {
  min-height: 620px;
}

.lmb-wrap .lmb-cta-note {
  max-width: 620px;
  margin: 22px 0 0;
  line-height: 1.5;
}

.lmb-wrap .lmb-closing {
  padding-top: 66px;
  padding-bottom: 66px;
}

.lmb-wrap .lmb-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.lmb-wrap .lmb-closing-title {
  max-width: 660px;
}

.lmb-wrap .lmb-closing-body {
  max-width: 760px;
  margin: 18px 0 0;
}

.lmb-wrap .lmb-closing-legal {
  max-width: 760px;
  margin: 18px 0 0;
  line-height: 1.5;
}

.lmb-wrap .lmb-closing-action .lmb-button {
  margin-top: 0;
}

@media (max-width: 980px) {
  .lmb-wrap .lmb-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .lmb-wrap .lmb-hero-copy {
    width: auto;
    margin: 0;
    padding: 82px 38px 76px;
  }

  .lmb-wrap .lmb-hero-copy::after {
    right: 38px;
  }

  .lmb-wrap .lmb-hero-media {
    min-height: 520px;
  }

  .lmb-wrap .lmb-vision-grid,
  .lmb-wrap .lmb-faq-layout {
    grid-template-columns: 1fr;
  }

  .lmb-wrap .lmb-faq-heading {
    position: static;
  }

  .lmb-wrap .lmb-rights-grid {
    grid-template-columns: 1fr;
  }

  .lmb-wrap .lmb-right-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 2px solid var(--lmb-navy);
  }

  .lmb-wrap .lmb-right-card:last-child {
    border-bottom: 0;
  }

  .lmb-wrap .lmb-card-number {
    padding-bottom: 42px;
  }

  .lmb-wrap .lmb-cta-grid {
    grid-template-columns: 1fr;
  }

  .lmb-wrap .lmb-cta-copy {
    padding-right: 0;
  }

  .lmb-wrap .lmb-cta-media {
    min-height: 520px;
  }
}

@media (max-width: 700px) {
  .lmb-wrap .lmb-section {
    padding: var(--lmb-mobile-space) 20px;
  }

  .lmb-wrap .lmb-hero {
    padding: 0;
  }

  .lmb-wrap .lmb-hero-copy {
    padding: var(--lmb-mobile-space) 20px;
  }

  .lmb-wrap .lmb-hero-copy::after {
    right: 20px;
    bottom: 28px;
    width: 72px;
    height: 7px;
  }

  .lmb-wrap .lmb-hero-media,
  .lmb-wrap .lmb-cta-media {
    min-height: 390px;
  }

  .lmb-wrap .lmb-guide-grid,
  .lmb-wrap .lmb-resource-grid {
    grid-template-columns: 1fr;
  }

  .lmb-wrap .lmb-guide-card,
  .lmb-wrap .lmb-guide-card:nth-child(2),
  .lmb-wrap .lmb-guide-card:nth-child(3) {
    min-height: 430px;
  }

  .lmb-wrap .lmb-guide-content,
  .lmb-wrap .lmb-resource-card,
  .lmb-wrap .lmb-right-card {
    padding: 30px;
  }

  .lmb-wrap .lmb-faq-answer {
    padding-right: 0;
  }

  .lmb-wrap .lmb-faq-question {
    padding: 24px 0;
  }

  .lmb-wrap .lmb-faq-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .lmb-wrap .lmb-cta {
    padding: 0 20px;
  }

  .lmb-wrap .lmb-closing-grid {
    grid-template-columns: 1fr;
  }

  .lmb-wrap .lmb-closing-action .lmb-button {
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmb-wrap .lmb-button,
  .lmb-wrap .lmb-faq-icon,
  .lmb-wrap .lmb-guide-image {
    transition: none;
  }

  .lmb-wrap .lmb-hero-video {
    display: none;
  }
}
