.mch_wrapper {
  color: #535861;
}

.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;
  aspect-ratio: 560 / 315;
}

.mch_text-bold {
  font-weight: 700;
}

.mch_heading {
  font-size: clamp(20px, 3.5vw, 54px);
}

.mch_title {
  font-size: clamp(18px, 2.5vw, 40px);
}

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

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

.mch_empty {
  font-size: clamp(12px, 1.2vw, 22px);
}

.mch_color {
  color: #081C81;
}

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

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

.mch_section-first-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-content .mch_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 2%;
  max-width: 50%;
  color: #fff;
}

.mch_section-first-content .mch_section-first-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 2%;
  max-width: 25%;
}

.mch_section-first-content .mch_empty {
  position: absolute;
  bottom: 10%;
  left: 0;
  max-width: 50%;
  padding: 2%;
  color: #fff;
}

.mch_section-first-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
  max-width: 30%;
}

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

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

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

.mch_section-first-item:last-child {
  background: #081C81;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: start;
}

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

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

.mch_section-first-box .mch_section-first-picture {
  max-width: 30%;
  flex-shrink: 0;
}

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

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

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

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

.mch_section-first-container .mch_heading {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2%;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.mch_section-first-contain {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2%;
  max-width: 40%;
}

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

.mch_section-first-cont .mch_section-first-text {
  position: absolute;
  top: 27%;
  left: 0;
  text-align: center;
  padding: 3%;
  color: #fff;
  gap: 3px;
}

.mch_section-first-fraction {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 35%;
  padding: 2%;
}

.mch_section-first-boxing {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 45%;
  padding: 2%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 3%;
}

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

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

.mch_section-second-content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 2px #000;
}

.mch_section-second-content .mch_section-second-text {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 45%;
  padding: 2%;
}

.mch_section-second-content .mch_heading {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 45%;
  padding: 2%;
}

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

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

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

.mch_section-second-box {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 45%;
  padding: 2%;
}

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 2px #000;
}

.mch_section-second-item .mch_heading {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 45%;
  padding: 2%;
}

.mch_section-second-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  position: relative;
}

.mch_section-second-block .mch_section-second-text {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40%;
  padding: 2%;
}

.mch_section-second-block .mch_heading {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2%;
  color: #fff;
}

.mch_section-second-container {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  position: relative;
}

.mch_section-second-container .mch_section-second-text {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40%;
  padding: 2%;
  color: #fff;
}

.mch_section-second-container .mch_heading {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2%;
  color: #fff;
}

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

.mch_section-second-contain .mch_section-second-text {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40%;
  padding: 2%;
  color: #fff;
}

.mch_section-second-contain .mch_heading {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2%;
  color: #fff;
}

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

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

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

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

.mch_section-third-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-width: 960px;
}

.mch_section-third-item {
  position: relative;
  padding: 2%;
}

.mch_section-third-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #535861;
  height: 2px;
}

.mch_section-third-caption {
  position: relative;
  padding: 2%;
  text-align: center;
}

.mch_section-third-caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #535861;
  height: 2px;
}

.mch_section-third-icon {
  display: flex;
  justify-content: center;
  position: relative;
}

.mch_section-third-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #535861;
  height: 2px;
}

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

.mch_section-third-block {
  padding: 10% 5%;
  background: #081C81;
}

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

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

  .mch_section-first-content .mch_empty {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    padding: 0 3%;
    color: #535861;
    text-align: center;
  }

  .mch_section-first-logo {
    top: 25%;
  }

  .mch_section-first-items {
    grid-template-columns: 1fr;
  }

  .mch_section-first-contain .mch_section-first-picture {
    display: none;
  }

  .mch_section-first-contain {
    position: static;
    padding: 0;
    max-width: initial;
  }

  .mch_section-first-cont .mch_section-first-text {
    position: static;
    color: #535861;
    padding: 0 3%;
  }

  .mch_section-first-boxing {
    position: static;
    color: #535861;
    padding: 3% 3% 0;
    max-width: initial;
  }

  .mch_section-second-content .mch_section-second-text {
    position: static;
    padding: 0 3%;
    max-width: initial;
    color: #535861;
  }

  .mch_section-second-content {
    padding: 3% 0 0;
    text-align: center;
    text-shadow: none;
  }

  .mch_section-second-box {
    position: static;
    padding: 0 3%;
    max-width: initial;
    color: #535861;
  }

  .mch_section-second-item {
    text-align: center;
    text-shadow: none;
  }

  .mch_section-second-block .mch_section-second-text {
    position: static;
    padding: 0 3%;
    max-width: initial;
    color: #535861;
    text-align: center;
  }

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

  .mch_section-second-container .mch_section-second-text {
    position: static;
    padding: 0 3%;
    max-width: initial;
    color: #535861;
    text-align: center;
  }

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

  .mch_section-second-contain .mch_section-second-text {
    position: static;
    padding: 0 3%;
    max-width: initial;
    color: #535861;
    text-align: center;
  }

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

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-content .mch_section-first-title {
    -webkit-transform: none;
    transform: none;
    top: 30%;
  }

  .mch_section-first-logo {
    top: 35%;
  }
}

@media screen and (max-width: 540px) {
  .mch_section-first-content .mch_section-first-title {
    top: 45%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-logo {
    top: 45%;
  }

  .mch_section-first-item:last-child {
    grid-template-columns: 1fr;
  }

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

  .mch_section-first-block {
    order: -1;
  }

  .mch_section-first-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-content .mch_section-first-title {
    top: 50%;
  }

  .mch_section-first-logo {
    top: 50%;
  }
}

@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-first-content .mch_section-first-title {
    top: 60%;
  }
}