.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(14px, 2.5vw, 40px);
}

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

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

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

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

.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: repeat(2, 1fr);
  padding: 3%;
  gap: 3vw;
}

.mch_section-first-content-left {
  position: relative;
}

.mch_section-first-content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
}

.mch_section-first-content-right img {
  max-width: 300px;
  align-self: flex-end;
}

.mch_section-first-content-right-text {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-content-right-subtitle {
  font-size: clamp(14px, 3vw, 40px);
}

.mch_section-first-content-right-title {
  font-size: clamp(14px, 3vw, 40px);
  font-weight: 700;
}

.mch_section-second {
  width: 100%;
  position: relative;
  padding: 2% 0;
}

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

.mch_section-second-content {
  position: relative;
}

.mch_section-second .mch_caption {
  position: absolute;
  top: 8%;
  left: 0;
  padding: 3%;
  max-width: 30%;
  text-align: center;
}

.mch_section-second .mch_caption:nth-child(3) {
  top: 6%;
  left: 27%;
}

.mch_section-second .mch_caption:nth-child(4) {
  top: initial;
  bottom: 40%;
  left: 0;
  max-width: 25%;
}

.mch_section-second .mch_caption:nth-child(5) {
  left: 20%;
  top: initial;
  bottom: 0;
}

.mch_section-second .mch_caption:nth-child(6) {
  bottom: 0;
  top: initial;
  left: initial;
  right: 0;
  padding: 1%;
}

.mch_section-third {
  width: 100%;
  position: relative;
  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: 2vw;
  align-items: center;
  padding: 0 3%;
}

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

.mch_section-third-items:last-child .mch_section-third-text {
  order: 1;
}

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

.mch_section-third-picture {
  max-width: 75%;
  margin: 0 auto;
}

.mch_section-fourth {
  width: 100%;
  position: relative;
  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 {
  position: relative;
}

.mch_section-fourth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  max-width: 45%;
  padding: 3%;
}

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

.mch_section-fifth {
  width: 100%;
  position: relative;
  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: 1fr 1.13fr 1.72fr;
  gap: 1vw;
}

.mch_section-fifth-items {
  position: relative;
}

.mch_section-fifth-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-sixth {
  width: 100%;
  position: relative;
  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;
  align-items: center;
}

.mch_section-sixth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  padding: 5%;
}

.mch_section-seventh {
  width: 100%;
  position: relative;
  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: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-seventh-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1vw;
}

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

.mch_section-seventh .mch_title {
  padding: 0 3%;
  text-align: center;
}

.mch_section-eighth {
  width: 100%;
  position: relative;
  padding: 2% 0;
}

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

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

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

.mch_section-ninth {
  width: 100%;
  position: relative;
  padding: 2% 0;
}

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

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

.mch_section-ninth-item {
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

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

.mch_section-ninth .mch_empty {
  font-size: clamp(9px, 1.2vw, 22px);
  text-align: end;
}

.mch_section-tenth-content {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  padding: 5%;
  align-items: center;
}

.mch_section-tenth-text {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

.mch_section-tenth-picture {
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mch_section-first-content-right img {
    max-width: 50%;
  }
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .mch_section-first-content-right {
    order: -1;
  }

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

  .mch_section-second .mch_caption {
    position: static;
    max-width: initial;
    padding: 0 3%;
    text-align: left;
  }

  .mch_section-second .mch_caption:nth-child(3) {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }

  .mch_section-second .mch_caption:nth-child(4) {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }

  .mch_section-second .mch_caption:nth-child(5) {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }

  .mch_section-second .mch_caption:nth-child(6) {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }
}

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

  .mch_section-third-items:last-child .mch_section-third-text {
    order: 0;
  }

  .mch_section-fourth-item {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
  }

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

  .mch_section-fifth-items {
    grid-column: 1 / -1;
  }

  .mch_section-fifth-text .mch_subtitle {
    font-size: clamp(12px, 5vw, 30px);
  }

  .mch_section-fifth-text .mch_caption {
    font-size: clamp(10px, 4vw, 26px);
  }

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

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

@media screen and (max-width: 480px) {
  .mch_section-seventh-items {
    grid-template-columns: 1fr;
  }

  .mch_section-eighth-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;
  }
}