.elementor-535 .elementor-element.elementor-element-972f1f8{--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-f969237 *//* ===== MSP ABOUT PAGE: FINAL CSS ===== */

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

.msp-header {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: top .25s ease;
  font-family: Inter;
}

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

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

.msp-header.is-scrolled .msp-header__inner {
  width: 100%;
  min-height: 74px;
  border-left: 0;
  border-right: 0;
  background: rgba(18,24,32,.97);
}

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

.msp-brand img {
  width: 106px !important;
  max-width: 106px !important;
  height: auto !important;
  display: block;
}

.msp-brand span {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.msp-brand b {
  color: #fff !important;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.02em;
}

.msp-brand small {
  color: rgba(255,255,255,.7) !important;
  font-size: 13px;
  line-height: 1.15;
}

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

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

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

.msp-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.msp-phone {
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

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

.msp-header-btn {
  min-height: 46px;
  padding: 0 26px;
  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;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 16px 36px rgba(8,117,169,.3);
  transition: transform .2s ease, background .2s ease;
}

.msp-header-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #096d9c 0%, #087fb2 100%);
}

.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;
  flex-shrink: 0;
}

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

/* HERO */

.msp-about-hero {
  position: relative;
  padding: 142px 0 58px;
  overflow: hidden;
  color: #fff;
  background: #0d141b;
}

.msp-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,18,27,.9) 0%, rgba(7,18,27,.7) 44%, rgba(7,18,27,.36) 100%),
    url("/wp-content/uploads/2026/05/msp-background.jpg") center center / cover no-repeat;
  transform: scale(1.015);
}

.msp-about-hero::after {
  content: "";
  position: absolute;
  left: -18vw;
  top: -30vh;
  width: 70vw;
  height: 150vh;
  background: linear-gradient(115deg, rgba(255,255,255,.2), rgba(255,255,255,.06) 44%, transparent 45%);
  transform: skewX(-14deg);
  pointer-events: none;
}

.msp-about-hero__inner {
  position: relative;
  z-index: 5;
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.msp-breadcrumbs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.54);
  font-size: 14px;
  font-weight: 700;
}

.msp-breadcrumbs a {
  color: rgba(255,255,255,.7) !important;
  text-decoration: none !important;
}

.msp-breadcrumbs span:last-child,
.msp-breadcrumbs a:hover {
  color: #8fd7f4 !important;
}

.msp-about-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
}

.msp-about-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.6;
}

/* ABOUT TEXT */

.msp-about-text {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(255,255,255,.9), rgba(255,255,255,0) 32%),
    linear-gradient(135deg, #f4f3ef 0%, #eef1f2 52%, #f8f8f6 100%);
}

.msp-about-text::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 13%;
  width: 260px;
  height: 140%;
  background: rgba(255,255,255,.55);
  transform: skewX(-14deg);
  pointer-events: none;
}

.msp-about-text__inner {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.msp-about-text__head {
  position: relative;
  padding-left: 26px;
}

.msp-about-text__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: calc(100% - 8px);
  background: #0b86bd;
}

.msp-about-text__kicker,
.msp-section-kicker {
  margin-bottom: 16px;
  color: rgba(17,24,32,.42);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.msp-about-text h2 {
  max-width: 500px;
  margin: 0;
  color: #111820;
  font-size: clamp(38px, 3.7vw, 54px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.045em;
}

.msp-about-text__content {
  max-width: 760px;
  padding-top: 4px;
}

.msp-about-text__content p {
  margin: 0 0 24px;
  color: rgba(17,24,32,.68);
  font-size: 18px;
  line-height: 1.75;
}

.msp-about-text__content p:last-child {
  margin-bottom: 0;
}

/* TEAM */

.msp-team {
  position: relative;
  padding: 0 0 100px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.86), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, #f4f3ef 0%, #eef1f2 52%, #f8f8f6 100%);
}

.msp-team__inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.msp-section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.msp-section-head h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.05em;
}

.msp-section-head p {
  margin: 18px 0 0;
  color: rgba(17,24,32,.64);
  font-size: 18px;
  line-height: 1.65;
}

.msp-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}

.msp-team-card {
  overflow: hidden;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(17,24,32,.08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(17,24,32,.09);
  transition: transform .22s ease, box-shadow .22s ease;
}

.msp-team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(17,24,32,.14);
}

.msp-team-card__photo {
  height: 340px;
  overflow: hidden;
  background: #111820;
}

.msp-team-card__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.msp-team-card:hover .msp-team-card__photo img {
  transform: scale(1.04);
}

.msp-team-card__body {
  padding: 28px 28px 30px;
}

.msp-team-card__body h3 {
  margin: 0;
  color: #111820;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -.03em;
}

.msp-team-card__body p {
  margin: 12px 0 22px;
  color: rgba(17,24,32,.58);
  font-size: 15px;
  line-height: 1.45;
}

.msp-team-card__body a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: #111820 !important;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
}

.msp-team-card__body a:hover {
  color: #0a93c9 !important;
}

/* RESPONSIVE */

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

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

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

@media (max-width: 1100px) {
  .msp-team__grid {
    grid-template-columns: 1fr;
  }

  .msp-team-card__photo {
    height: 420px;
  }
}

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

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

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

  .msp-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    background: rgba(18,24,32,.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;
  }

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

  .msp-about-text__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 767px) {
  .msp-header__inner,
  .msp-about-hero__inner,
  .msp-about-text__inner,
  .msp-team__inner {
    width: calc(100% - 28px);
  }

  .msp-brand {
    gap: 12px;
    min-width: 0;
  }

  .msp-brand img {
    width: 78px !important;
    max-width: 78px !important;
  }

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

  .msp-header__actions {
    gap: 10px;
  }

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

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

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

  .msp-about-hero {
    padding: 112px 0 38px;
  }

  .msp-about-hero h1 {
    font-size: 42px;
  }

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

  .msp-breadcrumbs {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .msp-about-text {
    padding: 64px 0;
  }

  .msp-about-text h2,
  .msp-section-head h2 {
    font-size: 28px;
  }

  .msp-about-text__content p,
  .msp-section-head p {
    font-size: 15px;
    line-height: 1.65;
  }

  .msp-team {
    padding-bottom: 80px;
  }

  .msp-section-head {
    margin-bottom: 30px;
  }

  .msp-team-card__photo {
    height: 300px;
  }

  .msp-team-card__body {
    padding: 22px;
  }

  .msp-team-card__body h3 {
    font-size: 22px;
  }
}/* End custom CSS */