.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_sup {
  display: inline;
  font-size: clamp(8px, 0.8vw, 14px);
  vertical-align: super;
}

.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-content {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.mch_section-first-items {
  background: #000;
  color: #fff;
  position: relative;
}

.mch_section-first-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 0;
  padding: 3% 5%;
  display: flex;
  flex-direction: column;
  max-width: 30%;
  z-index: 11;
}

.mch_section-first-item:last-child {
  left: initial;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mch_section-first-subtitle {
  background: radial-gradient(circle, #c87d55 0%, #dba27b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mch_section-second-content {
  display: flex;
  flex-direction: column;
  padding: 3% 0;
}

.mch_section-second-heading {
  grid-column: 1 / -1;
  background: radial-gradient(circle, #c87d55 0%, #dba27b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.mch_section-second-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 3%;
}

.mch_section-second-item {
  background: #000;
  color: #fff;
  padding: 3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.mch_section-second-block {
  display: flex;
  align-items: center;
  gap: 1vw;
  justify-content: center;
}

.mch_section-second-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mch_section-second-icon {
  max-width: 30%;
  flex-shrink: 0;
}

.mch_section-second-caption {
  grid-column: 1 / -1;
  font-size: clamp(10px, 1.2vw, 22px);
  color: #ffffffc9;
  text-align: center;
}

.mch_section-third-content {
  background: #000;
  color: #fff;
  padding: 3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-third .mch_caption {
  font-size: clamp(10px, 1.2vw, 22px);
  color: #ffffffc9;
}

.mch_section-fourth {
  padding-bottom: 3%;
}

.mch_section-fourth-content {
  background: #000;
  color: #fff;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.mch_section-fourth-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3%;
  align-items: center;
  gap: 2vw;
}

.mch_section-fourth-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mch_section-fourth-caption {
  grid-column: 1 / -1;
  font-size: clamp(10px, 1.2vw, 22px);
  color: #ffffffc9;
}

.mch_section-fourth-title {
  grid-column: 1 / -1;
  background: radial-gradient(circle, #c87d55 0%, #dba27b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mch_section-fourth-image {
  align-self: end;
  padding: 3% 3% 0;
}

.mch_section-fifth {
  padding-top: 3%;
}

.mch_section-fifth-content {
  display: flex;
  flex-direction: column;
}

.mch_section-fifth-text {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3%;
}

.mch_section-fifth-title {
  background: radial-gradient(circle, #c87d55 0%, #dba27b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .mch_section-second-icon {
    max-width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .mch_section-second-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mch_section-second-block {
    width: calc(50% - 2vw);
  }

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

  .mch_section-fourth-image {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .mch_section-first-item {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  .mch_section-first-item:last-child {
    padding: 3%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

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

  .mch_section-fifth-text {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .mch_section-first-item:last-child {
    max-width: initial;
  }

  .mch_section-second-block {
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 400px) {
  .mch_section-first-item:last-child {
    max-width: 35%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@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;
  }
}

@media screen and (max-width: 365px) {
  .mch_section-first-item {
    max-width: 40%;
  }

  .mch_section-first-subtitle {
    font-size: 10px;
  }
}

@media screen and (max-width: 360px) {
  .mch_section-second-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 300px) {
  .mch_section-first-item:last-child {
    padding: 3% 1% 3% 3%;
  }

  .mch_section-second-title {
    font-size: 10px;
  }
}