.elementor-15 .elementor-element.elementor-element-3ea001b{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--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-a183ba5 */.msp-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #0e1b25;
  color: #fff;
}

.msp-header,
.msp-header *,
.msp-hero,
.msp-hero * {
  box-sizing: border-box;
}

/* BACKGROUND */

.msp-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/05/msp-background.jpg");
  background-size: cover;
  background-position: center center;
  transform: scale(1.015);
}

.msp-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(7, 20, 30, .78) 0%,
      rgba(7, 20, 30, .56) 31%,
      rgba(7, 20, 30, .18) 62%,
      rgba(7, 20, 30, .04) 100%),
    linear-gradient(180deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,0) 38%,
      rgba(7,20,30,.30) 100%);
}

.msp-hero__bg::after {
  content: "";
  position: absolute;
  left: -18vw;
  top: -20vh;
  width: 70vw;
  height: 150vh;
  background:
    linear-gradient(115deg,
      rgba(255,255,255,.42) 0%,
      rgba(255,255,255,.20) 43%,
      rgba(255,255,255,.06) 44%,
      rgba(255,255,255,.00) 100%);
  transform: skewX(-14deg);
  pointer-events: none;
}

/* HEADER */

.msp-header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: visible;
  transition: top .25s ease;
}

.msp-header.is-scrolled {
  top: 0;
}

.msp-header__inner {
  width: min(1480px, calc(100% - 72px));
  max-width: calc(100% - 72px);
  min-height: 86px;
  margin: 0 auto;
  padding: 8px 22px 8px 26px;
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  background: rgba(13, 27, 38, .88);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
  transition: width .25s ease, min-height .25s ease, padding .25s ease, background .25s ease;
}

.msp-header.is-scrolled .msp-header__inner {
  width: 100%;
  max-width: 100%;
  min-height: 82px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 0;
  border-right: 0;
  background: rgba(13, 27, 38, .97);
}

.msp-brand,
.msp-brand:hover,
.msp-brand:focus,
.msp-brand:visited {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  color: #fff !important;
  text-decoration: none !important;
}

.msp-brand img {
  width: 112px;
  max-width: 112px;
  display: block;
  flex-shrink: 0;
}

.msp-brand span {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.msp-brand b {
  font-size: 18px;
  line-height: 1.15;
}

.msp-brand small {
  font-size: 13px;
  line-height: 1.25;
}

.msp-menu {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.msp-menu a {
  position: relative;
  padding: 13px 17px;
  color: rgba(255,255,255,.74) !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}

.msp-menu a::after {
  display: none !important;
}

.msp-menu a:hover,
.msp-menu a.is-active {
  color: #fff !important;
  background: rgba(255,255,255,.13);
}

.msp-header__actions {
  min-width: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.msp-phone,
.msp-phone:visited,
.msp-phone:focus {
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease;
}

.msp-phone:hover {
  color: #8fd7f4 !important;
  text-decoration: none !important;
}

.msp-header-btn,
.msp-header-btn:visited,
.msp-header-btn:focus,
.msp-main-btn,
.msp-main-btn:visited,
.msp-main-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.msp-header-btn,
.msp-main-btn {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0875a9 0%, #0a93c9 100%);
  color: #fff !important;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow:
    0 16px 36px rgba(8,117,169,.30),
    inset 0 1px 0 rgba(255,255,255,.22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.msp-header-btn {
  min-height: 48px;
  padding: 0 28px;
  line-height: 1.15;
}

.msp-header-btn:hover,
.msp-main-btn:hover {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  background: linear-gradient(135deg, #096d9c 0%, #087fb2 100%);
  box-shadow:
    0 22px 44px rgba(8,117,169,.38),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.msp-burger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08) !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.msp-burger:hover,
.msp-burger:focus,
.msp-burger:active {
  background: rgba(143,215,244,.16) !important;
  border-color: rgba(143,215,244,.55) !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.msp-burger span {
  width: 19px;
  height: 2px;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 2px;
}

.msp-burger:hover span {
  background: #8fd7f4 !important;
}

/* HERO LAYOUT */

.msp-hero__inner {
  position: relative;
  z-index: 5;
  width: min(1480px, calc(100% - 72px));
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 148px;
  display: grid;
  grid-template-columns: minmax(660px, 780px) 1fr 400px;
  gap: 36px;
  align-items: center;
}

.msp-hero__content {
  position: relative;
  padding: 46px 56px 48px;
  background: rgba(10, 24, 34, .64);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.msp-hero__content::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -22%;
  width: 55%;
  height: 145%;
  background: rgba(255,255,255,.10);
  transform: skewX(-17deg);
}

.msp-hero__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  width: 5px;
  height: calc(100% - 68px);
  background: #0b86bd;
}

.msp-label,
.msp-hero__content h1,
.msp-hero__content p,
.msp-hero__actions {
  position: relative;
  z-index: 2;
}

.msp-label {
  margin-bottom: 17px;
  color: #8fd7f4;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.msp-hero__content h1 {
  margin: 0;
  max-width: 690px;
  color: #fff;
  font-size: clamp(48px, 4vw, 70px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.05em;
}

.msp-hero__content p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.5;
}

.msp-hero__actions {
  margin-top: 32px;
}

.msp-main-btn {
  min-height: 58px;
  padding: 0 34px;
}

/* DIRECTIONS */

.msp-directions {
  grid-column: 3 / 4;
  padding: 28px 30px;
  background: rgba(10, 24, 34, .84);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
}

.msp-directions__title {
  margin-bottom: 14px;
  color: rgba(255,255,255,.50);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.msp-directions a {
  display: block;
  padding: 12px 0;
  color: rgba(255,255,255,.92) !important;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 750;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.msp-directions a:hover {
  color: #8fd7f4 !important;
}

.msp-directions a:last-child {
  border-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 1500px) {
  .msp-header__inner {
    grid-template-columns: 360px minmax(0, 1fr) auto;
    gap: 22px;
  }

  .msp-menu a {
    padding: 13px 12px;
    font-size: 14px;
  }

  .msp-header-btn {
    padding: 0 24px;
  }
}

@media (max-width: 1360px) {
  .msp-header__inner {
    grid-template-columns: 320px minmax(0, 1fr) auto;
    gap: 16px;
  }

  .msp-brand img {
    width: 96px;
    max-width: 96px;
  }

  .msp-menu a {
    padding: 12px 9px;
    font-size: 13px;
  }

  .msp-phone {
    font-size: 17px;
  }

  .msp-header-btn {
    min-height: 46px;
    padding: 0 20px;
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .msp-header__inner {
    grid-template-columns: 300px minmax(0, 1fr) auto;
  }

  .msp-brand img {
    width: 90px;
    max-width: 90px;
  }

  .msp-brand b {
    font-size: 17px;
  }

  .msp-brand small {
    font-size: 13px;
  }

  .msp-menu a {
    padding: 12px 8px;
    font-size: 13px;
  }

  .msp-phone {
    font-size: 17px;
  }

  .msp-hero__inner {
    grid-template-columns: 1fr 370px;
  }

  .msp-directions {
    grid-column: 2 / 3;
  }
}

@media (max-width: 1120px) {
  .msp-header__inner {
    grid-template-columns: 280px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .msp-brand {
    gap: 14px;
  }

  .msp-brand img {
    width: 82px;
    max-width: 82px;
  }

  .msp-menu a {
    padding: 11px 7px;
    font-size: 12px;
  }

  .msp-header__actions {
    gap: 12px;
  }

  .msp-phone {
    font-size: 16px;
  }

  .msp-header-btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .msp-header {
    top: 12px;
  }

  .msp-header__inner {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    grid-template-columns: 1fr auto;
    min-height: 78px;
    padding: 8px 14px;
  }

  .msp-header.is-scrolled .msp-header__inner {
    min-height: 72px;
  }

  .msp-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    background: rgba(13,27,38,.98);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
  }

  .msp-header.is-menu-open .msp-menu {
    display: flex;
  }

  .msp-menu a {
    padding: 15px 14px;
    border-radius: 10px;
    font-size: 14px;
  }

  .msp-burger {
    display: inline-flex;
  }

  .msp-hero__inner {
    grid-template-columns: 1fr;
    min-height: 100vh;
    padding-top: 128px;
    padding-bottom: 36px;
    align-items: end;
  }

  .msp-directions {
    grid-column: 1 / 2;
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .msp-hero__bg {
    background-position: 63% center;
  }

  .msp-header__inner,
  .msp-hero__inner {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .msp-header__inner {
    grid-template-columns: auto auto;
    min-height: 78px;
    padding: 8px 12px;
  }

  .msp-header.is-scrolled .msp-header__inner {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    border-left: 1px solid rgba(255,255,255,.14);
    border-right: 1px solid rgba(255,255,255,.14);
  }

  .msp-brand {
    gap: 0;
  }

  .msp-brand img {
    width: 82px;
    max-width: 82px;
  }

  .msp-brand span {
    display: none !important;
  }

  .msp-header__actions {
    justify-self: end;
    gap: 12px;
  }

  .msp-phone {
    font-size: 15px !important;
  }

  .msp-phone::before {
    content: none !important;
    display: none !important;
  }

  .msp-header-btn {
    display: none;
  }

  .msp-burger {
    width: 42px;
    height: 42px;
  }

  .msp-menu {
    left: 14px;
    right: 14px;
  }

  .msp-hero__inner {
    padding-top: 118px;
    padding-bottom: 24px;
  }

  .msp-hero__content {
    padding: 30px 24px 30px;
  }

  .msp-hero__content::after {
    top: 24px;
    height: calc(100% - 48px);
  }

  .msp-label {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .msp-hero__content h1 {
    font-size: 36px;
    line-height: 1;
  }

  .msp-hero__content p {
    margin-top: 18px;
    font-size: 15px;
  }

  .msp-main-btn {
    width: 100%;
    min-height: 54px;
  }

  .msp-directions {
    display: block !important;
    max-width: none;
    padding: 22px;
  }

  .msp-directions__title {
    font-size: 11px;
  }

  .msp-directions a {
    padding: 11px 0;
    font-size: 14px;
  }
}/* End custom CSS */