html {
  box-sizing: border-box; }

body {
  font: 16px/1.2 "Red Hat Text", sans-serif; }

* {
  margin: 0;
  padding: 0; }

a,
a:visited,
a:hover {
  text-decoration: none; }

ul {
  list-style: none; }

img {
  width: auto;
  display: inline-block; }

.mec-button, .mec-hero__button, .mec-hero__button-outline {
  font: 14px/1.2 "Red Hat Text", sans-serif;
  padding: 12px 24px;
  background-color: #001C7F;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #001C7F; }
  .mec-button, .mec-hero__button, .mec-hero__button-outline, .mec-button:hover {
    color: white; }
  .mec-button--outline {
    background-color: white; }
    .mec-button--outline, .mec-button--outline:hover {
      color: #001C7F; }
  .mec-button--white {
    background-color: white;
    color: #001C7F; }
  @media screen and (min-width: 768px) {
    .mec-button, .mec-hero__button, .mec-hero__button-outline {
      font-size: 16px; } }
.mec-container, .mec-product__container, .mec-excellence__container {
  width: 100%;
  max-width: 1280px;
  padding: 24px;
  margin: auto; }

.mec-section {
  padding-top: 60px;
  padding-bottom: 60px; }

.mec-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px; }
  .mec-hero__header {
    max-width: 440px;
    margin: auto;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center; }
  .mec-hero__title {
    font: 24px/1.2 "TrajanPro-Bold";
    color: #001C7F; }
  .mec-hero__actions {
    width: 100%;
    max-width: 420px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
  .mec-hero__img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .mec-hero__button, .mec-hero__button-outline {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .mec-hero__button-outline {
    background-color: white; }
    .mec-hero__button-outline, .mec-hero__button-outline:hover {
      color: #001C7F; }
  .mec-hero__video {
    display: none; }
  @media screen and (min-width: 768px) {
    .mec-hero {
      gap: 40px; }
      .mec-hero__video {
        display: block; }
      .mec-hero__mobile-video {
        display: none; }
      .mec-hero__title {
        font-size: 48px; }
      .mec-hero__header {
        font-size: 16px;
        gap: 12px; }
      .mec-hero__actions {
        gap: 24px; }
      .mec-hero__img {
        height: 600px; }
      .mec-hero__button, .mec-hero__button-outline {
        height: 48px; } }
.mec-feature {
  display: flex;
  flex-direction: column;
  gap: 80px;
  text-align: center; }
  .mec-feature__content {
    display: grid;
    row-gap: 40px;
    grid-template-areas: 'header' 'img' 'desc'; }
    .mec-feature__content-header {
      grid-area: header;
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%; }
    .mec-feature__content-img-wrapper {
      grid-area: img;
      margin: auto;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mec-feature__content-img-wrapper > img {
        width: 100%; }
    .mec-feature__content-desc {
      align-self: flex-start;
      grid-area: desc;
      font: 14px/1.2 "Red Hat Text", sans-serif;
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: center; }
  .mec-feature__title {
    font: 24px/1.2 "TrajanPro-Bold";
    color: #001C7F;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .mec-feature__subtitle {
    font: 14px/1.2 "TrajanPro-Bold";
    color: #979BAA;
    text-transform: uppercase; }
  .mec-feature__title, .mec-feature__subtitle, .mec-feature__content-desc {
    max-width: 400px;
    margin: auto; }
  @media screen and (min-width: 768px) {
    .mec-feature {
      gap: 120px; }
      .mec-feature__header {
        gap: 10px; }
      .mec-feature__content {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 0 20px;
        grid-template-areas: 'header img' 'desc img'; }
        .mec-feature__content--reverse {
          grid-template-areas: 'img header' 'img desc'; }
        .mec-feature__content-desc {
          font-size: 16px; }
        .mec-feature__content-img-wrapper {
          max-height: 290px; }
      .mec-feature__title {
        font-size: 32px; }
      .mec-feature__subtitle {
        font-size: 16px; } }
.cert {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center; }
  .cert__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    max-width: 800px; }
    .cert__header-title {
      font: 24px/1.2 "TrajanPro-Bold";
      color: #001C7F;
      text-transform: uppercase; }
    .cert__header-subtitle {
      font: 14px/1.2 "TrajanPro-Bold";
      color: #979BAA;
      text-transform: uppercase; }
  .cert__content {
    display: flex;
    justify-items: center;
    flex-direction: column;
    row-gap: 40px; }
    .cert__content-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 12px;
      max-width: 336px;
      text-align: center; }
  .cert__img {
    height: 48px; }
  @media screen and (min-width: 768px) {
    .cert {
      gap: 80px; }
      .cert__header-title {
        font-size: 32px; }
      .cert__header-subtitle {
        font-size: 16px; }
      .cert__content {
        column-gap: 40px;
        flex-direction: row; } }
.mec-excellence {
  padding: 80px 0;
  background-color: #001C7F;
  color: white; }
  .mec-excellence__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
  .mec-excellence__header {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px; }
    .mec-excellence__header-title {
      font: 24px/1.2 "TrajanPro-Bold"; }
      .mec-excellence__header-title span {
        font-size: 1.2em; }
  .mec-excellence__content {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%; }
  .mec-excellence__item-img {
    max-width: 120px;
    display: block;
    aspect-ratio: 1;
    object-fit: cover; }
  .mec-excellence__item-desc {
    font: 14px/1.4 "Red Hat Text", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 12px; }
  @media screen and (min-width: 768px) {
    .mec-excellence {
      padding: 120px 0; }
      .mec-excellence__header-title {
        font-size: 32px; }
      .mec-excellence__header-subtitle {
        font-size: 16px; }
      .mec-excellence__content {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 42px;
        grid-template-rows: auto 1fr;
        grid-auto-flow: column;
        text-align: center;
        justify-items: center;
        max-width: 1000px;
        align-items: flex-start; }
      .mec-excellence__item {
        display: flex;
        flex-direction: column;
        gap: 24px;
        font-size: 16px;
        text-align: center;
        margin: unset;
        min-width: unset; } }
  @media screen and (min-width: 980px) {
    .mec-excellence {
      margin-bottom: -90px; } }
.mec-product__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0; }

.mec-product__title {
  font: 24px/1.2 "TrajanPro-Bold";
  color: #001C7F;
  text-align: center; }

.mec-product__content {
  width: 100%;
  margin: auto;
  max-width: 990px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  background-image: url("/static/website/img/mec-bg.webp?6b8eab9e0389");
  min-height: 250px;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px; }

.mec-product__desc {
  font: 14px/1.2 "Red Hat Text", sans-serif;
  color: #001C7F; }

.mec-product__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: scroll;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  overflow: scroll;
  padding: 0 10px;
  justify-items: center;
  transform: translateY(-88px);
  margin-bottom: -88px;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  max-width: 1300px; }
  .mec-product__list::-webkit-scrollbar {
    display: none; }

.mec-product__card {
  min-width: 190px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 14px;
  border: 0.75px solid #979BAA;
  background-color: white;
  text-align: center;
  text-decoration: none; }
  .mec-product__card-img {
    width: 100%;
    aspect-ratio: 1;
    display: inline-block; }
  .mec-product__card-content {
    display: flex;
    gap: 8px;
    text-align: center;
    align-items: center; }
  .mec-product__card-title {
    font: 12px/1.2 "TrajanPro-Bold";
    color: #1D1E21; }
  .mec-product__card-desc {
    font: 13px/1.2 "Red Hat Text", sans-serif;
    color: #CBA64D; }

.mec-product__actions {
  max-width: 384px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px; }
  .mec-product__actions > * {
    width: 100%;
    text-align: center; }

@media screen and (min-width: 768px) {
  .mec-product__title {
    font-size: 32px; }
  .mec-product__content {
    min-height: 320px;
    padding-top: 60px; }
  .mec-product__desc {
    font-size: 16px; }
  .mec-product__list {
    gap: 32px; }
  .mec-product__card {
    gap: 27px;
    padding: 32px 24px; }
    .mec-product__card-title {
      font-size: 14px; }
    .mec-product__card-desc {
      font-size: 15px; }
  .mec-product__actions {
    gap: 24px; } }
