@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
@import url("/skin/static/vendor/leaflet/leaflet.css");

.about_hero {
  position: relative;
  min-height: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 150px 0 78px;
  background: linear-gradient(90deg, rgba(7, 20, 35, .82) 0%, rgba(7, 20, 35, .48) 52%, rgba(7, 20, 35, .18) 100%), url("/skin/static/picture/banner02.jpg") center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.about_hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, .32);
}
.about_hero_inner {
  position: relative;
  z-index: 1;
}
.about_crumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.5;
}
.about_crumb a {
  color: rgba(255, 255, 255, .88);
}
.about_crumb span:before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, .45);
}
.about_kicker {
  display: block;
  margin-bottom: 16px;
  color: #f2c94c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.about_hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: 'AkzidenzGrotesk-Md', Arial, sans-serif;
  font-size: 48px;
  line-height: 1.15;
}
.about_hero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.85;
}
.about_hero_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.about_hero_actions .sys_btn {
  min-width: 158px;
  text-align: center;
}
.about_minimal_page {
  background: #f6f8fb;
  color: #172232;
  padding: 0 0 86px;
}
.about_minimal_page .layout {
  position: relative;
}
.about_stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: -44px;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16, 35, 55, .12);
  overflow: hidden;
}
.about_stat {
  min-height: 128px;
  padding: 28px 26px;
  border-right: 1px solid #e5eaf0;
}
.about_stat_icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff7d6;
  color: #9a6b00;
}
.about_stat_icon .material-symbols-outlined,
.about_small_icon .material-symbols-outlined {
  display: block;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.about_stat:last-child {
  border-right: 0;
}
.about_stat strong {
  display: block;
  color: #102033;
  font-family: 'AkzidenzGrotesk-Md', Arial, sans-serif;
  font-size: 34px;
  line-height: 1.1;
}
.about_stat span {
  display: block;
  margin-top: 10px;
  color: #5d6976;
  font-size: 14px;
  line-height: 1.65;
}
.about_section {
  padding-top: 82px;
}
.about_overview {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .78fr);
  gap: 62px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about_section_kicker {
  display: block;
  margin-bottom: 12px;
  color: #a67712;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.about_title {
  margin: 0;
  color: #101d2b;
  font-family: 'AkzidenzGrotesk-Md', Arial, sans-serif;
  font-size: 36px;
  line-height: 1.25;
}
.about_text {
  margin: 20px 0 0;
  color: #44515f;
  font-size: 17px;
  line-height: 1.92;
}
.about_note {
  margin-top: 28px;
  padding: 24px 28px;
  background: #fff;
  border-left: 4px solid #f2c94c;
  color: #283543;
  font-size: 16px;
  line-height: 1.85;
  box-shadow: 0 14px 34px rgba(16, 35, 55, .08);
}
.about_overview_media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(16, 35, 55, .14);
  background: #dde4ea;
}
.about_overview_media img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.about_capability_band {
  margin-top: 86px;
  padding: 70px 0;
  background: #102033;
  color: #fff;
}
.about_capability_head {
  max-width: 760px;
}
.about_capability_band .about_section_kicker {
  color: #f2c94c;
}
.about_capability_band .about_title {
  color: #fff;
}
.about_capability_band .about_text {
  color: rgba(255, 255, 255, .76);
}
.about_capability_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}
.about_capability_item {
  min-height: 230px;
  padding: 34px;
  background: #162a40;
}
.about_capability_item h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: 'AkzidenzGrotesk-Md', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
.about_item_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about_small_icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 38px;
  height: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(242, 201, 76, .14);
  color: #f2c94c;
}
.about_capability_item p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.82;
}
.about_timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.about_timeline_item {
  padding-top: 22px;
  border-top: 3px solid #f2c94c;
}
.about_timeline_item strong {
  display: block;
  color: #101d2b;
  font-family: 'AkzidenzGrotesk-Md', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}
.about_timeline_item h3 {
  margin: 14px 0 8px;
  color: #172232;
  font-size: 19px;
  line-height: 1.35;
}
.about_timeline_item p {
  margin: 0;
  color: #5d6976;
  font-size: 15px;
  line-height: 1.72;
}
.about_cert_section {
  padding-top: 78px;
}
.about_cert_head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 42px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  align-items: end;
  margin-bottom: 34px;
}
.about_cert_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.about_cert_card {
  margin: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 35, 55, .08);
}
.about_cert_card img {
  display: block;
  width: 100%;
  aspect-ratio: 31 / 21;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  background: #f8fafc;
}
.about_cert_card figcaption {
  padding: 16px 8px 4px;
}
.about_cert_card strong {
  display: block;
  color: #172232;
  font-size: 17px;
  line-height: 1.35;
}
.about_cert_card span {
  display: block;
  margin-top: 8px;
  color: #657282;
  font-size: 14px;
  line-height: 1.65;
}
.about_split {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 48px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: start;
}
.about_list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.about_list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  color: #44515f;
  font-size: 16px;
  line-height: 1.78;
}
.about_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f2c94c;
}
.about_badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.about_badges span {
  display: inline-block;
  padding: 11px 14px;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  color: #283543;
  font-size: 14px;
  line-height: 1.45;
}
.about_market_map {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 16px 36px rgba(16, 35, 55, .08);
}
.about_map_shell {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #eef5fb 0%, #f8fbff 100%);
}
.about_real_map {
  width: 100%;
  height: 430px;
  min-height: 430px;
  z-index: 1;
}
.about_map_shell .leaflet-container {
  font-family: Arial, sans-serif;
}
.about_map_marker {
  width: 28px !important;
  height: 28px !important;
  margin-left: -14px !important;
  margin-top: -28px !important;
  background: transparent;
  border: 0;
}
.about_map_marker_button {
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.about_map_marker_button span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 0;
  background: #f2c94c;
  border: 3px solid #102033;
  box-shadow: 0 10px 24px rgba(16, 32, 51, .22);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.about_map_marker_button span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #102033;
}
.about_map_marker_button:focus-visible span {
  outline: 3px solid rgba(242, 201, 76, .5);
  outline-offset: 4px;
}
.about_map_fallback {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  z-index: 2;
  padding: 12px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .92);
  color: #536170;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 12px 26px rgba(16, 35, 55, .1);
}
.about_map_shell.map_ready .about_map_fallback {
  display: none;
}
.about_map_country_popup {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 500;
  min-width: 190px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(16, 32, 51, .92);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  pointer-events: none;
  -webkit-transition: opacity .22s ease, transform .22s ease;
  transition: opacity .22s ease, transform .22s ease;
}
.about_map_country_popup.is_visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.about_map_country_popup strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}
.about_map_country_popup span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.45;
}
.about_cta {
  margin-top: 86px;
  padding: 46px 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
}
.about_cta .about_title {
  font-size: 30px;
}
.about_cta .about_text {
  margin-top: 12px;
}
.about_cta_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 1200px) {
  .about_hero {
    min-height: 420px;
  }
  .about_hero h1 {
    font-size: 42px;
  }
  .about_overview,
  .about_split {
    gap: 38px;
  }
}
@media only screen and (max-width: 960px) {
  .about_hero {
    min-height: 380px;
    padding: 128px 0 62px;
  }
  .about_hero h1 {
    font-size: 34px;
  }
  .about_hero p {
    font-size: 16px;
  }
  .about_stats,
  .about_capability_grid,
  .about_timeline,
  .about_cert_head,
  .about_cert_grid,
  .about_overview,
  .about_split,
  .about_cta {
    grid-template-columns: 1fr;
  }
  .about_stat {
    border-right: 0;
    border-bottom: 1px solid #e5eaf0;
  }
  .about_stat:last-child {
    border-bottom: 0;
  }
  .about_overview_media img {
    height: 360px;
  }
  .about_cta {
    padding: 36px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .about_hero {
    min-height: 360px;
    padding: 112px 0 46px;
  }
  .about_crumb {
    margin-bottom: 28px;
  }
  .about_hero h1 {
    font-size: 29px;
  }
  .about_title {
    font-size: 28px;
  }
  .about_minimal_page {
    padding-bottom: 58px;
  }
  .about_section {
    padding-top: 58px;
  }
  .about_capability_band {
    margin-top: 58px;
    padding: 54px 0;
  }
  .about_cert_section {
    padding-top: 56px;
  }
  .about_capability_item {
    min-height: 0;
    padding: 28px 24px;
  }
  .about_overview_media img {
    height: 280px;
  }
  .about_cta {
    margin-top: 58px;
    padding: 30px 22px;
  }
}
