.mch_wrapper {
  color: #fff;
}

.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_video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_sup {
  display: inline;
  font-size: clamp(8px, 1vw, 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_empty {
  font-size: clamp(9px, 1.3vw, 22px);
}

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

.mch_section-first-content {
  background: #A28BBA;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

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

.mch_section-first-items .mch_section-first-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%;
  padding: 3%;
}

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

.mch_section-first-subtitle {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 35%;
  padding: 5% 3%;
  text-align: end;
}

.mch_section-first-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3%;
  max-width: 13%;
}

.mch_section-first-box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

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

.mch_section-first-item .mch_subtitle {
  text-align: center;
}

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-block .mch_section-first-text {
  text-align: center;
  padding: 0 3%;
}

.mch_section-first-block .mch_empty {
  padding: 0 3%;
}

.mch_section-first-pictures {
  position: relative;
}

.mch_section-first-pictures .mch_section-first-video {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 3%;
  max-width: 45%;
}

.mch_section-first-pictures .mch_section-first-video video {
  border-radius: 50%;
}

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

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

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-contain .mch_section-first-video video {
  border-radius: 15px;
}

.mch_section-first-cont {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}

.mch_section-second-content {
  background: #A28BBA;
  display: flex;
  flex-direction: column;
}

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

.mch_section-second-items .mch_section-second-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  max-width: 37%;
  padding: 3%;
}

.mch_section-second-logo {
  max-width: 20%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 3%;
}

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

.mch_section-second-item {
  position: relative;
  margin-top: -14%;
}

.mch_section-second-item .mch_section-second-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-32%);
  transform: translateY(-32%);
  right: 0;
  max-width: 43%;
  padding: 3%;
  color: #000;
  text-align: end;
}

.mch_section-second-item .mch_section-second-video {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10% 3%;
  max-width: 35%;
}

.mch_section-second-item .mch_section-second-video video {
  border-radius: 50%;
}

.mch_section-second-container {
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  color: #55317B;
}

.mch_section-second-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}

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

.mch_section-second-box:first-child .mch_section-second-picture img {
  border-radius: 40px;
}

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

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

.mch_section-third-items .mch_section-third-text {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3%;
  max-width: 50%;
  color: #fff;
  text-align: end;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.mch_section-third-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: #DEC4D5;
}

.mch_section-third-item .mch_section-third-text {
  padding: 3% 3% 0;
  text-align: center;
  color: #55317B;
}

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

.mch_section-third-container {
  position: relative;
}

.mch_section-third-contain {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7% 3%;
  max-width: 50%;
}

.mch_section-third-contain .mch_section-third-video {
  max-width: 50%;
}

.mch_section-third-contain .mch_section-third-video video {
  border-radius: 50%;
}

.mch_section-third-contain .mch_section-third-picture {
  max-width: 20%;
}

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

.mch_section-third-box:last-child .mch_section-third-cont {
  flex-direction: column;
}

.mch_section-third-box:last-child .mch_section-third-picture {
  max-width: 15%;
}

.mch_section-third-cont {
  display: flex;
  gap: 1vw;
  align-items: center;
  margin-top: -15%;
}

.mch_section-third-subtitle {
  position: absolute;
  top: 20%;
  right: 0;
  padding: 3%;
  max-width: 35%;
  text-align: end;
}

.mch_section-third-caption {
  position: absolute;
  bottom: 20%;
  right: 0;
  padding: 3%;
  max-width: 30%;
  text-align: end;
  color: #55317B;
}

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

.mch_section-fourth-items {
  position: relative;
  margin-top: -8%;
}

.mch_section-fourth-items .mch_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 8% 3%;
  text-align: center;
}

.mch_section-fourth-item {
  background: #9F6C64;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fourth-logo {
  max-width: 30%;
  margin: 0 auto;
  padding: 3%;
}

@media screen and (max-width: 1024px) {
  .mch_section-second-box:first-child .mch_section-second-picture img {
    border-radius: 27px;
  }
}

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

  .mch_section-first-container .mch_section-first-text {
    width: 100%;
  }

  .mch_section-first-contain {
    width: calc(50% - 2vw);
  }

  .mch_section-second-item .mch_section-second-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    text-align: center;
  }

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

  .mch_section-second-box:first-child .mch_section-second-picture img {
    border-radius: 35px;
  }

  .mch_section-third-items {
    background: #a28bbadb;
  }

  .mch_section-third-items .mch_section-third-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    text-align: center;
  }

  .mch_section-third-container {
    background: #ddc3d4;
  }

  .mch_section-third-contain {
    position: static;
    max-width: initial;
    padding: 3%;
  }

  .mch_section-third-subtitle {
    top: 65%;
    right: initial;
    left: 0;
    text-align: start;
  }

  .mch_section-third-caption {
    bottom: 5%;
    right: initial;
    left: 0;
  }
}

@media screen and (max-width: 540px) {
  .mch_section-second-items .mch_section-second-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-items .mch_section-first-text {
    position: static;
    max-width: initial;
  }

  .mch_section-first-subtitle {
    position: static;
    max-width: initial;
    text-align: center;
    padding: 3% 3% 0;
  }

  .mch_section-first-icon {
    max-width: 16%;
    bottom: 20%;
  }

  .mch_section-first-box {
    position: static;
    max-width: initial;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }

  .mch_section-first-contain {
    width: 100%;
  }

  .mch_section-second-box:first-child .mch_section-second-picture img {
    border-radius: 27px;
  }

  .mch_section-fourth-items .mch_title {
    font-size: 12px;
    padding: 6% 3%;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-second-block {
    grid-template-columns: 1fr;
  }

  .mch_section-second-box:first-child .mch_section-second-picture img {
    border-radius: 40px;
  }

  .mch_section-fourth-items .mch_title {
    font-size: 10px;
    padding: 3% 3%;
  }
}

@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: 320px) {
  .mch_section-second-box:first-child .mch_section-second-picture img {
    border-radius: 30px;
  }
}