:root {
  --lnc-red: #f5363f;
  --lnc-black: #111111;
  --lnc-ink: #242424;
}

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

@media (min-width: 981px) {
  body.transparent-header header.header-mm .mega-logo-white .rr-brand-logo {
    filter: none !important;
  }
}

.lnc-emergency {
  position: relative;
  z-index: 4;
  background: var(--lnc-black);
  color: #fff;
  border-top: 5px solid var(--lnc-red);
}

.lnc-emergency-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.lnc-emergency span,
.lnc-lead-copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--lnc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lnc-emergency h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(27px, 3vw, 44px);
  line-height: 1.05;
  text-transform: uppercase;
}

.lnc-emergency p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.6;
}

.lnc-emergency a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  background: var(--lnc-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.emailForm .container--sm {
  max-width: 1180px;
}

.emailForm .row:first-child {
  min-height: 330px;
}

.emailForm .row:first-child > .col:first-child {
  width: min(850px, 100%) !important;
  padding: 28px 15px;
}

.emailForm h3 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: .98;
  text-transform: uppercase;
}

.emailForm p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
}

.emailForm .btn-dark {
  background: var(--lnc-black) !important;
  border-color: var(--lnc-black) !important;
  color: #fff !important;
}

.component-builder-4.content-one-column .container {
  position: relative;
  z-index: 2;
}

.component-builder-4.content-one-column h2 {
  font-size: clamp(35px, 5vw, 68px);
  line-height: 1;
  text-transform: uppercase;
}

.component-builder-4.content-one-column p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.65;
}

.news-grid .article-card__image,
.news-grid .article-card__image img {
  height: 260px !important;
}

.news-grid .article-card__image img {
  width: 100% !important;
  object-fit: cover !important;
}

.lnc-lead-section {
  position: relative;
  padding: clamp(66px, 8vw, 110px) 0 !important;
  background-position: center !important;
  background-size: cover !important;
}

.lnc-lead-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, .96) 0%, rgba(10, 10, 10, .88) 48%, rgba(10, 10, 10, .7) 100%);
}

.lnc-lead-section .container {
  position: relative;
  z-index: 2;
}

.lnc-lead-desk {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.lnc-lead-copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(41px, 5.4vw, 76px);
  line-height: .94;
}

.lnc-lead-copy p,
.lnc-lead-copy li {
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.6;
}

.lnc-lead-copy ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lnc-lead-copy li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.lnc-lead-copy li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: var(--lnc-red);
}

.lnc-home-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  box-shadow: 0 22px 64px rgba(0, 0, 0, .3);
}

.lnc-home-form label {
  margin: 0;
  color: var(--lnc-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lnc-home-form input,
.lnc-home-form select,
.lnc-home-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 12px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  box-sizing: border-box;
}

.lnc-home-form input,
.lnc-home-form select {
  min-height: 50px;
}

.lnc-home-form .lnc-form-wide,
.lnc-home-form button,
.lnc-home-form .form-status {
  grid-column: 1 / -1;
}

.lnc-home-form button {
  min-height: 56px;
  border: 0;
  background: var(--lnc-red);
  color: #fff;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.lnc-home-form .form-status {
  min-height: 18px;
  margin: 0;
  color: #111;
}

.lnc-home-form .hp-field {
  position: absolute !important;
  left: -9999px !important;
}

footer.footer {
  overflow: hidden;
}

footer.footer .rr-footer-brand-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: min(290px, 72vw) !important;
  max-height: 76px !important;
}

footer.footer .rr-footer-map {
  margin: 42px auto 0 !important;
  border: 0 !important;
  border-top: 5px solid var(--lnc-red) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.lnc-mobile-help {
  display: none;
}

@media (max-width: 800px) {
  .lnc-emergency-inner,
  .lnc-lead-desk {
    grid-template-columns: 1fr;
  }

  .lnc-emergency-inner {
    width: min(100% - 36px, 620px);
    gap: 24px;
  }

  .lnc-emergency a {
    width: 100%;
  }

  .emailForm .row:first-child {
    min-height: 0;
  }

  .emailForm .row:first-child > .col:first-child {
    padding: 52px 20px;
  }

  .lnc-lead-desk {
    gap: 34px;
  }

  .lnc-home-form {
    grid-template-columns: 1fr;
  }

  .lnc-home-form .lnc-form-wide,
  .lnc-home-form button,
  .lnc-home-form .form-status {
    grid-column: auto;
  }

  .lnc-mobile-help {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2000;
    display: inline-flex;
    min-width: 98px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 2px solid #fff;
    background: var(--lnc-red);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 520px) {
  .hero-slider h1 {
    font-size: clamp(37px, 12vw, 56px) !important;
    line-height: .93 !important;
  }

  .hero-slider p {
    font-size: 16px !important;
  }

  .lnc-lead-section {
    padding: 58px 0 88px !important;
  }

  .lnc-lead-section .container {
    width: calc(100% - 28px) !important;
  }

  footer.footer .rr-footer-map {
    width: 100% !important;
    max-width: 100% !important;
  }
}
