.mch_wrapper * {
  box-sizing: border-box;
  font-family: foxtrot, sans-serif, serif;
  line-height: 1.5;
}

.mch_image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_desktop {
  display: block;
}

.mch_mobile {
  display: none;
}

.mch_sup {
  display: inline;
  font-size: clamp(8px, 1vw, 14px);
  vertical-align: super;
}

.mch_video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_text-bold {
  font-weight: 700;
}

.mch_title {
  font-size: clamp(18px, 2.5vw, 40px);
}

.mch_subtitle {
  font-size: clamp(16px, 2vw, 30px);
}

.mch_caption {
  font-size: clamp(14px, 1.5vw, 26px);
}

.mch_empty {
  font-size: clamp(12px, 1.2vw, 22px);
}

.mch_section {
  width: 100%;
  position: relative;
}

.mch_section-first {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 2vw;
}

.mch_section-first::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-first-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mch_section-first-vector {
  grid-column: 1 / -1;
}

.mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 3%;
}

.mch_section-first-logo {
  max-width: 30%;
}

.mch_section-second {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 2vw;
  padding: 2% 0;
}

.mch_section-second::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-second-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
  padding: 0 3%;
}

.mch_section-second .mch_title {
  grid-column: 1 / -1;
  text-align: center;
}

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  justify-content: space-between;
}

.mch_section-second-block {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mch_section-third {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 2vw;
  padding: 2% 0;
}

.mch_section-third::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-third-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1vw;
  align-items: center;
}

.mch_section-third-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

.mch_section-third-item:first-child {
  position: relative;
  padding-right: 3%;
}

.mch_section-third-item:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #494c4e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.mch_section-third-item:last-child .mch_section-third-picture {
  order: 1;
}

.mch_section-third-item .mch_caption {
  padding: 0 3%;
}

.mch_section-fourth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 2vw;
  padding: 2% 0;
}

.mch_section-fourth::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-fourth-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.mch_section-fourth-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  padding: 3%;
}

.mch_section-fifth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 2vw;
  padding: 2% 0;
}

.mch_section-fifth::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-fifth-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
  padding: 0 3%;
}

.mch_section-fifth-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

.mch_section-fifth-picture {
  max-height: 330px;
}

.mch_section-fifth-picture p {
  display: flex;
  max-height: 330px;
}

.mch_section-fifth-picture p img {
  -o-object-fit: contain;
  object-fit: contain;
}

.mch_section-sixth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 2vw;
  padding: 2% 0;
}

.mch_section-sixth::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-sixth-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 0 3%;
}

.mch_section-sixth-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

.mch_section-sixth-item:first-child {
  position: relative;
}

.mch_section-sixth-item:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #494c4e;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
}

.mch_section-seventh {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 2vw;
  padding: 2% 0;
}

.mch_section-seventh::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-seventh-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 0 3%;
}

.mch_section-seventh-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

.mch_section-seventh-item:first-child {
  position: relative;
}

.mch_section-seventh-item:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #494c4e;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
}

.mch_section-eighth-content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 3%;
}

.mch_section-eighth-item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1vw;
  align-items: center;
  text-align: center;
}

.mch_section-eighth-item:first-child {
  position: relative;
}

.mch_section-eighth-item:first-child::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #494c4e;
  left: 0;
  right: 0;
  bottom: -10px;
}

.mch_section-eighth-item:last-child {
  grid-template-columns: 1.5fr 1fr;
}

.mch_section-eighth-item:last-child .mch_section-eighth-logo {
  order: 1;
  max-width: 50%;
  margin: 0 auto;
}

.mch_section-eighth-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

@media screen and (max-width: 1440px) {
  .mch_section-fifth-picture p {
    height: 250px;
  }

  .mch_section-fifth-picture {
    height: 250px;
  }
}

@media screen and (max-width: 1240px) {
  .mch_section-fifth-picture p {
    height: 215px;
  }

  .mch_section-fifth-picture {
    height: 215px;
  }
}

@media screen and (max-width: 960px) {
  .mch_section-fifth-content {
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .mch_section-first-content {
    grid-template-columns: 1fr;
  }

  .mch_section-second-items {
    grid-template-columns: 1fr;
  }

  .mch_section-third-content {
    grid-template-columns: 1fr;
  }

  .mch_section-third-item:first-child::after {
    display: none;
  }

  .mch_section-third-item:last-child .mch_section-third-picture {
    order: 0;
  }

  .mch_section-fourth-content {
    grid-template-columns: 1fr;
  }

  .mch_section-sixth-content {
    grid-template-columns: 1fr;
  }

  .mch_section-sixth-item:first-child::after {
    display: none;
  }

  .mch_section-seventh-content {
    grid-template-columns: 1fr;
  }

  .mch_section-seventh-item:first-child::after {
    display: none;
  }

  .mch_section-eighth-item:first-child::after {
    display: none;
  }

  .mch_section-eighth-item:last-child {
    grid-template-columns: 1fr;
  }

  .mch_section-eighth-item {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .mch_desktop {
    display: none;
  }

  .mch_mobile {
    display: block;
  }

  .mch_section-fifth-content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 375px) {
  .mch_image-container-flex {
    display: flex;
  }

  .mch_image-container-flex > p {
    display: flex;
  }

  .mch_image--cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
}