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

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

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

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

.mch_section-first-item .mch_title {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 3%;
  max-width: 45%;
  text-shadow: 1px 1px 2px #000;
}

.mch_section-first-item .mch_caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3%;
  max-width: 40%;
  text-shadow: 1px 1px 2px #000;
}

.mch_section-first-video {
  padding: 3%;
}

.mch_section-first-items {
  background: #004EAA;
  padding: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  color: #fff;
  align-items: center;
}

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

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

.mch_section-first-box {
  display: flex;
  gap: 1vw;
  align-items: center;
}

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

.mch_section-first-icon {
  max-width: 20%;
  flex-shrink: 0;
}

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding-top: 3%;
  text-align: center;
}

.mch_section-first-contain .mch_section-first-text {
  padding: 0 3%;
}

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

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

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

.mch_section-second-items .mch_title {
  text-align: center;
}

.mch_section-second-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
}

.mch_section-second-item:nth-child(3) .mch_section-second-text {
  order: -1;
}

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

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

.mch_section-second-box .mch_section-second-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 65%;
  padding: 3%;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

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

.mch_section-second-contain .mch_section-second-text {
  padding: 0 3%;
}

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

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

.mch_section-second-pictures:hover .mch_section-second-img {
  opacity: 1;
  transition: opacity 0.3s linear;
  cursor: pointer;
}

.mch_section-second-it {
  display: none;
}

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

.mch_section-second-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

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

.mch_section-second-link {
  list-style-type: disc;
}

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

.mch_section-third-fraction {
  overflow: auto;
}

.mch_section-third-content {
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  min-width: 640px;
}

.mch_section-third-content .mch_caption {
  color: #fff;
  padding: 3%;
}

.mch_section-third-content .mch_section-third-picture {
  height: 100%;
}

.mch_section-third-content .mch_section-third-picture p {
  height: 100%;
  display: flex;
}

.mch_section-third-content .mch_section-third-picture p img {
  -o-object-fit: cover;
  object-fit: cover;
}

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

.mch_section-third-item {
  background: #002C77;
  align-content: center;
}

.mch_section-third-item:first-child {
  background: #fff;
}

.mch_section-third-block {
  background: #004EAA;
  grid-column: auto / span 2;
  align-content: center;
}

.mch_section-third-box {
  background: #004EAA;
  align-content: center;
}

.mch_section-third-boxing {
  background: #0072DA;
  align-content: center;
}

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

.mch_section-third-li {
  list-style-type: disc;
}

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

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

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

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

  .mch_mobile {
    display: block;
  }

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

  .mch_section-second-pictures:hover .mch_section-second-img {
    display: none;
  }

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

  .mch_section-second-img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-item .mch_title {
    text-shadow: none;
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    text-align: center;
    color: #000;
    padding: 0 3%;
  }

  .mch_section-first-item .mch_caption {
    text-shadow: none;
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    text-align: center;
    color: #000;
    padding: 0 3%;
  }

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

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

  .mch_section-second-item:nth-child(3) .mch_section-second-text {
    order: 0;
  }

  .mch_section-second-box .mch_section-second-text {
    position: static;
    max-width: initial;
    text-align: center;
    text-shadow: none;
    color: #000;
  }

  .mch_section-second-it {
    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;
  }
}