.bv9-welcome .box1 {
  top: -50px;
  left: 50px;
}
.bv9-welcome .box1 .texture-hero {
  width: 110%;
}

.welcome-container {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.welcome-banner {
  min-height: 100vh !important;
  display: flex;
  justify-content: center;
}
.welcome-banner h3 {
  color: #000;
  font-family: swister, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 55px;
  margin-bottom: 24px;
}
.welcome-banner h1 {
  color: #000;
  font-variant-numeric: stacked-fractions;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "MMC Display Condensed";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 103.125% */
  text-transform: uppercase;
  max-width: 80%;
  margin-top: 0;
}

.welcome-content {
  margin-bottom: 30px;
}
.welcome-content h2 {
  color: #000000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.welcome-content p {
  color: #000000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.welcome-content p a {
  color: #2C6EF2;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .general-baner-welcome {
    min-height: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .general-baner-welcome {
    min-height: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .general-baner-welcome {
    display: block;
  }
}
.h-100vh-100 {
  height: 100%;
}

@media (max-width: 1024px) {
  .h-100vh-100 {
    height: 100%;
  }
}
.p-0-20 {
  padding: 0px 20px;
}

.mt-180 {
  margin-top: 180px;
}

@media (max-width: 768px) {
  .mt-180 {
    margin-top: 100px;
  }
}
.mw-67 {
  max-width: 67%;
}

@media screen and (max-width: 1024px) {
  .mw-67 {
    max-width: 100%;
  }
}
.article-image {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 1024px) {
  .article-image {
    height: 380px;
  }
}
@media screen and (max-width: 576px) {
  .article-image {
    height: 250px;
  }
}
.container-sharing-icons-mobile {
  display: none;
}

.people {
  display: flex;
  margin-bottom: 100px;
}
.people img {
  width: 230px;
}
.people b {
  font-weight: 700;
}
.people p {
  color: #000000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.people .col2 {
  width: 50%;
}

.people .col2 .person-div {
  margin-right: 100px;
  position: relative;
}

.people .col2 .person-div .color-block.green-bg {
  background-color: #3DAD2C;
}

.people .col2 .person-div .color-block.blue-bg {
  background-color: #009de0;
}

.people .col2 .person-div .color-block {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.people .col2 .person-div img {
  margin-bottom: 20px;
  height: 230px;
  width: auto;
}

.people .col2 .person-div .person-description {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.24px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .people {
    padding-left: 20px;
  }
  .people .col2 {
    width: 100%;
  }
  .people .col2 .person-div {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .people {
    flex-wrap: wrap;
  }
  .people .col2 .person-div {
    padding-bottom: 50px;
  }
}
.container-vol8-small {
  width: 100%;
  max-width: 840px;
}
@media (max-width: 1024px) {
  .container-vol8-small {
    max-width: calc(100% - 60px);
  }
}

.mt-130-0 {
  margin-top: 130px;
}

@media (max-width: 1310px) {
  .mt-130-0 {
    margin-top: 0px;
  }
}
.mb--100 {
  margin-bottom: -100px;
}

.swister-heading-s {
  color: #000;
  font-family: swister, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}

.mmc-headings-l {
  color: #000;
  font-variant-numeric: stacked-fractions;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "MMC Display Condensed";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 103.125% */
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .welcome-banner h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    line-height: 20px;
  }
  .welcome-banner h1 {
    font-size: 36px;
    text-align: center;
    line-height: 38px; /* 105.556% */
    margin-bottom: 18px;
    max-width: unset;
  }
  .container-vol8-small {
    max-width: calc(100% - 40px);
  }
  .article-author {
    display: flex;
    justify-content: center;
  }
  .bv9-welcome .box1 {
    top: -30px;
    left: 0;
  }
  .welcome-banner {
    min-height: unset !important;
  }
  .welcome-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .welcome-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .people p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .people {
    padding-left: 0;
    gap: 20px;
  }
}/*# sourceMappingURL=welcome.css.map */