.mch_wrapper {
  background: #e7e7e7;
}

.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_color {
  color: #1671c5;
}

.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_empty {
  font-size: clamp(9px, 1.2vw, 22px);
}

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

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

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

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

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

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

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

.mch_section-first-block {
  background: #00b0fc;
  padding: 3%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  justify-content: center;
}

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

.mch_section-first-block:nth-child(2),
.mch_section-first-block:nth-child(3) {
  grid-column: auto / span 2;
}

.mch_section-first-block:nth-child(4) {
  grid-column: auto / span 1;
}

.mch_section-first-block:last-child {
  grid-column: auto / span 3;
  flex-direction: row;
  align-items: center;
  padding: 0;
  background: #fff;
}

.mch_section-first-block:last-child .mch_section-first-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  padding: 3%;
}

.mch_section-first-block:last-child .mch_section-first-picture {
  max-width: 50%;
}

.mch_section-first-block:last-child .mch_section-first-picture img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.mch_section-first-contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.mch_section-first-box {
  background: #fff;
  padding: 3%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  width: calc(33.3% - 2vw);
  justify-content: center;
}

.mch_section-first-icon {
  max-width: 30%;
  margin: 0 auto;
}

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

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second-item .mch_section-second-text {
  padding: 0 3%;
  text-align: center;
}

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

.mch_section-second-caption {
  position: relative;
  padding-bottom: 2px;
}

.mch_section-second-caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1671c5;
  width: 20%;
  height: 1px;
  margin: 0 auto;
}

.mch_section-second-it {
  display: flex;
  flex-direction: column;
}

.mch_section-second-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.mch_section-second-subtitle {
  background: #fff;
  padding: 15% 5%;
  text-align: center;
}

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

.mch_section-second-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  padding: 5%;
  background: #fff;
}

.mch_section-second-cont:first-child,
.mch_section-second-cont:nth-child(2),
.mch_section-second-cont:nth-child(3) {
  grid-column: auto / span 2;
}

.mch_section-second-cont:nth-child(4),
.mch_section-second-cont:last-child {
  grid-column: auto / span 3;
}

.mch_section-second-icon {
  max-width: 15%;
  margin: 0 auto;
}

.mch_section-second-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.mch_section-second-icons .mch_section-second-icon {
  max-width: 30%;
}

.mch_section-second-tem {
  background: #fff;
  padding: 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  align-items: center;
  justify-content: center;
}

.mch_section-second-tem:last-child .mch_section-second-icon {
  max-width: 15%;
}

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

.mch_section-second-fraction {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.mch_section-second-fraction:first-child,
.mch_section-second-fraction:nth-child(2),
.mch_section-second-fraction:nth-child(3) {
  grid-column: auto / span 2;
}

.mch_section-second-fraction:nth-child(4),
.mch_section-second-fraction:last-child {
  grid-column: auto / span 3;
}

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

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

.mch_section-third-caption {
  position: relative;
  padding-bottom: 2px;
}

.mch_section-third-caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1671c5;
  width: 20%;
  height: 1px;
  margin: 0 auto;
}

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

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

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

.mch_section-third-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.mch_section-third-box {
  background: #fff;
  padding: 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  justify-content: center;
}

.mch_section-third-icon {
  max-width: 15%;
  margin: 0 auto;
}

.mch_section-third-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.mch_section-third-contain {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 2vw);
}

.mch_section-third-contain .mch_section-third-text {
  padding: 5%;
  text-align: center;
}

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

.mch_section-third-fraction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #fff;
}

.mch_section-third-fraction:nth-child(2) .mch_section-third-text {
  order: 1;
}

.mch_section-third-fraction .mch_section-third-text {
  padding: 5%;
  text-align: left;
}

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

.mch_section-fourth-caption {
  position: relative;
  padding-bottom: 2px;
}

.mch_section-fourth-caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1671c5;
  width: 20%;
  height: 1px;
  margin: 0 auto;
}

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

.mch_section-fourth-item .mch_section-fourth-text {
  padding: 0 3%;
  text-align: center;
}

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

.mch_section-fourth-items {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fourth-fraction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #d0d0d0;
}

.mch_section-fourth-fraction:last-child .mch_section-fourth-text {
  order: -1;
}

.mch_section-fourth-fraction .mch_section-fourth-text {
  padding: 5%;
  text-align: left;
}

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

.mch_section-fourth-box {
  background: #fff;
  padding: 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
}

.mch_section-fourth-box:first-child,
.mch_section-fourth-box:nth-child(2) {
  grid-column: auto / span 3;
}

.mch_section-fourth-box:nth-child(3),
.mch_section-fourth-box:nth-child(4),
.mch_section-fourth-box:last-child {
  grid-column: auto / span 2;
}

.mch_section-fourth-icon {
  max-width: 15%;
  margin: 0 auto;
}

.mch_section-fourth-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.mch_section-fourth-icons .mch_section-fourth-icon {
  background: #fff;
  padding: 5%;
  max-width: 50%;
  width: calc(33.3% - 2vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mch_section-fourth-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.mch_section-fourth-contain {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 2vw);
}

.mch_section-fourth-contain .mch_section-fourth-text {
  padding: 5%;
  text-align: center;
}

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

.mch_section-fifth-caption {
  position: relative;
  padding-bottom: 2px;
}

.mch_section-fifth-caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1671c5;
  width: 20%;
  height: 1px;
  margin: 0 auto;
}

.mch_section-fifth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fifth-item .mch_section-fifth-text {
  padding: 0 3%;
  text-align: center;
}

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

.mch_section-fifth-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
}

.mch_section-fifth-cont {
  background: #fff;
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  justify-content: center;
}

.mch_section-fifth-cont:first-child,
.mch_section-fifth-cont:nth-child(2),
.mch_section-fifth-cont:nth-child(3),
.mch_section-fifth-cont:nth-child(4) {
  grid-column: auto / span 3;
}

.mch_section-fifth-cont:nth-child(5),
.mch_section-fifth-cont:nth-child(6),
.mch_section-fifth-cont:last-child {
  grid-column: auto / span 4;
}

.mch_section-fifth-cont .mch_section-fifth-icon {
  max-width: 25%;
}

.mch_section-fifth-icon {
  max-width: 30%;
  margin: 0 auto;
}

.mch_section-fifth-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.mch_section-fifth-box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  background: #fff;
  padding: 3%;
  width: calc(33.3% - 2vw);
  justify-content: center;
}

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

.mch_section-fifth-contain {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  background: #fff;
  padding: 5%;
  justify-content: center;
}

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

  .mch_mobile {
    display: block;
  }

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

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

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

  .mch_section-fourth-fraction:last-child .mch_section-fourth-text {
    order: 0;
  }

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

  .mch_section-fifth-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mch_section-fifth-cont {
    width: calc(33.3% - 2vw);
  }

  .mch_section-fifth-box {
    width: calc(50% - 2vw);
  }

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

  .mch_section-fifth-contain .mch_section-fifth-icon {
    max-width: 25%;
  }
}

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

  .mch_section-second-fraction:first-child,
  .mch_section-second-fraction:nth-child(2),
  .mch_section-second-fraction:nth-child(3) {
    grid-column: auto;
  }

  .mch_section-second-fraction:nth-child(4),
  .mch_section-second-fraction:last-child {
    grid-column: auto;
  }
}

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

  .mch_section-first-block:first-child {
    grid-column: auto;
  }

  .mch_section-first-block:nth-child(2),
  .mch_section-first-block:nth-child(3) {
    grid-column: auto;
  }

  .mch_section-first-block:nth-child(4) {
    grid-column: auto;
  }

  .mch_section-first-block:last-child {
    grid-column: auto;
    flex-direction: column;
  }

  .mch_section-first-block:last-child .mch_section-first-picture {
    max-width: initial;
  }

  .mch_section-first-block:last-child .mch_section-first-picture img {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }

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

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

  .mch_section-second-cont:first-child,
  .mch_section-second-cont:nth-child(2),
  .mch_section-second-cont:nth-child(3) {
    grid-column: auto;
  }

  .mch_section-second-cont:nth-child(4),
  .mch_section-second-cont:last-child {
    grid-column: auto;
  }

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

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

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

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

  .mch_section-third-fraction:nth-child(2) .mch_section-third-text {
    order: 0;
  }

  .mch_section-fourth-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mch_section-fourth-box:first-child,
  .mch_section-fourth-box:nth-child(2) {
    grid-column: auto;
  }

  .mch_section-fourth-box:nth-child(3),
  .mch_section-fourth-box:nth-child(4),
  .mch_section-fourth-box:last-child {
    grid-column: auto;
  }

  .mch_section-fourth-box {
    width: calc(50% - 2vw);
  }

  .mch_section-fifth-cont {
    width: calc(50% - 2vw);
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-box {
    width: 100%;
  }

  .mch_section-first-icon {
    max-width: 15%;
  }

  .mch_section-fourth-box {
    width: 100%;
  }

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

  .mch_section-fifth-cont {
    width: 100%;
  }

  .mch_section-fifth-box {
    width: 100%;
  }

  .mch_section-fifth-container {
    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;
  }
}