﻿.MP_HCT_3 .MP_HC_Content_Wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.MP_HCT_3 .MP_HC_Content_Wrapper > img {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}
.MP_HCT_3 .MP_HC_Content_Wrapper > .content {
  padding: 200px 10px 150px;
  width: 100%;
  max-width: 440px;
  text-align: start;
}
.MP_HCT_3 .MP_HC_Content_Wrapper > .content > .description > span {
  display: block;
}
.MP_HCT_3 .MP_HC_Content_Wrapper > .content > .description > span:nth-child(1) {
  font-size: var(--fs-md);
  color: var(--color-secondary);
}
.MP_HCT_3 .MP_HC_Content_Wrapper > .content > .description > span:nth-child(2) {
  color: var(--color-primary);
  font-size: var(--fs-xl4);
  margin: 20px 0 30px;
  padding: 0px 20px;
  border-right: 2px solid var(--color-primary);
}
.MP_HCT_3 .MP_HC_Content_Wrapper > .content > .description > span:nth-child(2) b {
  display: block;
  font-weight: 800;
  font-size: var(--fs-xl7);
}
.MP_HCT_3 .MP_HC_Content_Wrapper > .content > .description > span:nth-child(3) {
  color: #012643;
  font-size: var(--fs-sm);
}.MP_HCT_6 .MP_HC_Content_Wrapper > .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.MP_HCT_6 .MP_HC_Content_Wrapper > .content-wrapper > label {
  font-size: var(--fs-lg);
  color: var(--color-secondary);
  font-weight: 700;
}
.MP_HCT_6 .MP_HC_Content_Wrapper > .content-wrapper > h3 {
  font-size: var(--fs-xl4);
  color: var(--color-primary);
  font-weight: 800;
}
.MP_HCT_6 .MP_HC_Content_Wrapper > .content-wrapper > p {
  font-size: var(--fs-md);
  color: #666;
  text-align: justify;
}.MP_HCT_5 {
  display: flex;
  flex-direction: column;
}.MP_HCT_8 .MP_HC_Content_Wrapper {
  display: flex;
  flex-direction: column;
}
.MP_HCT_8 .MP_HC_Content_Wrapper > .separator {
  position: relative;
  height: 3px;
}
.MP_HCT_8 .MP_HC_Content_Wrapper > .separator:before {
  content: " ";
  top: 50%;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.MP_HCT_8 .MP_HC_Content_Wrapper > .separator.ltr:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, var(--color-secondary) 100%);
}
.MP_HCT_8 .MP_HC_Content_Wrapper > .separator.rtl:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, var(--color-secondary) 100%);
}