section.top-banner {
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1030px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner {
    height: auto;
  }
}
section.top-banner .c-container {
  height: 100%;
  align-items: stretch;
  padding-top: min(max(4px, 0.3125vw), 6px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container {
    padding-top: min(max(10px, 2.6041666667vw), 20px);
  }
}
section.top-banner .c-container .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: min(max(35px, 2.734375vw), 50px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-bottom: min(max(min(max(25px, 6.5104166667vw), 50px), 5.078125vw), 100px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-top-right-radius: 0;
    padding-inline: min(max(26px, 7.1614583333vw), 55px);
    padding-top: calc(var(--hh) + 20px);
    align-items: flex-start;
    row-gap: min(max(30px, 7.421875vw), 57px);
  }
}
section.top-banner .c-container .wrap:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
section.top-banner .c-container .wrap h3 {
  color: #FFFFFF;
}
section.top-banner .c-container .wrap .h11 {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h11 {
    margin-left: 0;
    text-align: left;
    font-size: min(max(30px, 7.1614583333vw), 55px);
  }
}
section.top-banner .c-container .wrap .h11 span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .h11 + h4 {
  margin-top: calc(0px - min(max(35px, 2.734375vw), 50px) + 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h11 + h4 {
    margin-top: calc(0px - min(max(30px, 7.421875vw), 57px) + 10px);
  }
}
section.top-banner .c-container .wrap h4 {
  color: #FFFFFF;
  font-weight: 500;
}
section.top-banner .c-container .wrap p {
  margin-top: -10px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: min(max(18px, 1.40625vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap p {
    margin-top: -25px;
    text-align: left;
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
section.top-banner .c-container .wrap p span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .highlighted-links {
  padding-top: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links {
    display: none;
  }
}
section.top-banner .c-container .wrap .highlighted-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: min(max(12px, 2.0833333333vw), 40px);
  padding: min(max(13px, 1.0416666667vw), 20px) min(max(25px, 1.953125vw), 40px);
  border: 2px solid #FFFFFF;
  border-radius: min(max(40px, 3.125vw), 50px);
}
section.top-banner .c-container .wrap .highlighted-links ul li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    gap: min(max(20px, 1.5625vw), 40px);
    padding: min(max(11px, 0.859375vw), 20px) min(max(25px, 1.953125vw), 40px);
  }
}
section.top-banner .c-container .wrap .highlighted-links ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 5px;
  margin-bottom: -8px;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0px;
  left: -100%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:hover:before {
  left: 0;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a {
  pointer-events: none;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a:before {
  left: 0;
}
section.top-banner .c-container .wrap .btn-arrow {
  margin-top: min(max(15px, 1.171875vw), 30px);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .btn-arrow {
    display: none;
  }
}
section.top-banner .c-container .wrap .btn-arrow:hover {
  transform: translateY(20%);
}
section.top-banner .c-container .wrap .btn-arrow:after {
  transform: rotate(0deg);
}

.whoweare .top-banner .c-container .wrap video {
  width: calc(100% + 1px);
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.whoweare .intro {
  margin-top: min(max(13px, 1.015625vw), 20px);
  position: relative;
  margin-bottom: calc(0px - min(max(40px, 3.125vw), 60px));
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-inline: min(max(10px, 1.953125vw), 15px);
  }
}
.whoweare .intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: -38%;
  width: 60%;
  height: 75%;
  background-image: var(--data-image);
  background-size: cover;
  background-position: top;
  z-index: -1;
  filter: grayscale(1) contrast(0.5);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro:before {
    display: none;
  }
}
.whoweare .intro .c-container {
  padding-inline: 0;
  margin-right: 0;
  max-width: min(max(1056px, 82.5vw), 1560px);
  background-color: #FFFFFF;
  padding-top: min(max(57px, 4.453125vw), 85px);
  padding-left: min(max(90px, 7.03125vw), 135px);
  transform: translateY(calc(0px - min(max(40px, 3.125vw), 60px)));
  border-top-left-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
    transform: unset;
    padding-top: min(max(24px, 6.25vw), 48px);
    padding-left: 0;
    padding-right: 0;
  }
}
.whoweare .intro .c-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(100% - min(max(90px, 7.03125vw), 135px));
  width: 100%;
  height: 22%;
  background-color: #D4D8D2;
  z-index: -2;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container:after {
    display: none;
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(1) {
  flex-wrap: nowrap;
  column-gap: min(max(40px, 3.125vw), 60px);
  padding-right: min(max(130px, 10.15625vw), 180px);
  padding-bottom: min(max(60px, 4.6875vw), 70px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(1) {
    flex-direction: column;
    row-gap: min(max(20px, 5.2083333333vw), 40px);
    padding-bottom: min(max(35px, 9.1145833333vw), 70px);
    padding-left: min(max(27px, 7.03125vw), 54px);
    padding-right: min(max(7.5px, 1.953125vw), 15px);
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(1) h2 {
  font-weight: 500;
  color: #e20074;
  margin-bottom: 0;
  flex: 0 0 min(max(100px, 7.8125vw), 120px);
  max-width: min(max(100px, 7.8125vw), 120px);
  font-size: min(max(24px, 1.875vw), 35px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(1) h2 {
    font-size: min(max(25px, 6.5104166667vw), 50px);
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(1) p {
  font-size: min(max(10px, 0.78125vw), 16px);
  color: #000000;
  column-count: 2;
  margin-bottom: 0;
  column-gap: min(max(70px, 5.46875vw), 140px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(1) p {
    column-count: 1;
    font-size: min(max(13px, 3.3854166667vw), 26px);
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(2) {
  padding-top: min(max(70px, 5.46875vw), 130px);
  padding-left: min(max(120px, 9.375vw), 160px);
  padding-bottom: min(max(120px, 9.375vw), 180px);
  background-color: #F4F4F4;
  border-top-left-radius: min(max(40px, 3.125vw), 50px);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(2) {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
    padding-top: min(max(30px, 6.5104166667vw), 50px);
    padding-inline: min(max(27px, 7.03125vw), 54px) 0;
    padding-bottom: 0;
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(2) .company-info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  row-gap: min(max(53px, 4.140625vw), 80px);
  column-gap: min(max(87px, 6.796875vw), 130px);
  padding-right: min(max(90px, 7.03125vw), 135px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(2) .company-info {
    padding-right: 0;
    display: block;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div {
    display: flex;
    flex-direction: column;
    padding-right: min(max(7.5px, 1.953125vw), 15px);
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div .h4 {
  color: #e20074;
  font-weight: 500;
  max-width: 70%;
  margin-bottom: min(max(12px, 0.9375vw), 20px);
  font-size: min(max(16px, 1.25vw), 25px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div .h4 {
    font-size: min(max(21px, 5.46875vw), 42px);
    margin-bottom: min(max(25px, 6.5104166667vw), 50px);
    max-width: 100%;
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div p {
  color: #000000;
  font-size: min(max(10px, 0.78125vw), 16px);
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(2) .company-info div p {
    font-size: min(max(13px, 3.3854166667vw), 26px);
    margin-bottom: min(max(17px, 4.5572916667vw), 35px);
  }
}
.whoweare .intro .c-container .c-row:nth-of-type(2) .company-info img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  clip-path: inset(calc(50% - min(max(80px, 6.25vw), 130px)) 0% 0% calc(50% + 80px) round 50px 0 0 0);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .intro .c-container .c-row:nth-of-type(2) .company-info img {
    position: relative;
    clip-path: unset;
    transform: unset;
    height: min(max(235px, 67.7083333333vw), 520px);
    border-bottom-right-radius: min(max(40px, 10.4166666667vw), 80px);
    border-bottom-left-radius: min(max(20px, 5.2083333333vw), 40px);
    display: block;
    width: calc(100% + 2 * min(max(27px, 7.03125vw), 54px));
    left: calc(0px - min(max(27px, 7.03125vw), 54px));
    max-width: unset;
  }
}
.whoweare .glance {
  padding-top: min(max(60px, 4.6875vw), 80px);
  padding-bottom: min(max(50px, 3.90625vw), 80px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance {
    padding-top: min(max(15px, 3.2552083333vw), 25px);
    padding-bottom: min(max(15px, 3.90625vw), 30px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container {
    padding-inline: min(max(15px, 3.90625vw), 30px);
  }
}
.whoweare .glance .c-container > .c-row {
  column-gap: 0;
  height: min(max(530px, 41.40625vw), 788px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row {
    height: auto;
    row-gap: min(max(17px, 4.5572916667vw), 35px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) {
  flex: 0 0 42%;
  max-width: 42%;
  height: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
    height: min(max(215px, 55.9895833333vw), 430px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap {
  height: 100%;
  padding: min(max(25px, 1.953125vw), 35px);
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap {
    height: 100%;
    padding: min(max(21px, 6.9010416667vw), 53px) min(max(20px, 5.2083333333vw), 40px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap .box {
  height: 80%;
  width: 64%;
  margin: auto;
  border: min(max(min(max(2px, 0.6510416667vw), 5px), 0.390625vw), 9px) solid #FFFFFF;
  border-radius: inherit;
  z-index: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap .box {
    max-width: 100%;
    height: 100%;
    width: 100%;
    border: none;
    height: auto;
    margin: 0;
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap .box h3 {
  color: #FFFFFF;
  font-size: min(max(20px, 1.5625vw), 30px);
  padding: min(max(15px, 1.171875vw), 25px) min(max(25px, 1.953125vw), 35px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap .box h3 {
    font-size: min(max(25px, 6.5104166667vw), 50px);
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(1) .wrap .box h3 {
    margin-bottom: 10px;
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) {
  padding-left: min(max(45px, 3.515625vw), 70px);
  flex: 0 0 58%;
  max-width: 58%;
  height: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    height: min(max(307px, 82.03125vw), 630px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: min(max(6px, 0.46875vw), 10px);
  height: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid {
    gap: 8px;
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block {
  border-radius: 20px;
  padding: min(max(10px, 0.78125vw), 15px) min(max(13px, 1.015625vw), 20px);
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block {
    padding: min(max(8px, 1.3020833333vw), 10px) min(max(13px, 1.953125vw), 15px) min(max(8px, 1.953125vw), 15px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block .bg {
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top center;
  width: 100%;
  height: 100%;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block .bg-helper {
  position: absolute;
  border-radius: inherit;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8px);
  height: 0;
  background-color: #FFFFFF;
  z-index: 1;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block .h3 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 0.9;
  z-index: 0;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block p {
  margin-bottom: 0;
  font-size: min(max(16px, 1.25vw), 25px);
  font-weight: 500;
  z-index: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block p {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(1) {
  grid-column: 1/6;
  grid-row: 1/8;
  justify-content: space-between;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(1) .bg {
  background-color: #e20074;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(1) * {
  color: #FFFFFF;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(1) .h3 {
  order: 2;
  text-align: right;
  color: #fff;
  font-size: min(max(140px, 10.9375vw), 210px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(1) .h3 {
    font-size: min(max(82px, 21.875vw), 168px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(2) {
  grid-column: 6/-1;
  grid-row: 1/4;
  transform-origin: top;
  flex-direction: row;
  justify-content: space-between;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(2) .bg {
  background-color: #000;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(2) * {
  color: #000000;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(2) .h3 {
  font-size: min(max(73px, 5.703125vw), 110px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(2) .h3 {
    font-size: min(max(42px, 11.328125vw), 87px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(2) p {
  margin-top: auto;
  text-align: right;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(3) {
  grid-column: 1/6;
  grid-row: 8/11;
  flex-direction: row;
  justify-content: space-between;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(3) .bg {
  background-color: #000;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(3) * {
  color: #FFFFFF;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(3) .h3 {
  margin-block: auto;
  font-size: min(max(78px, 6.09375vw), 117px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(3) .h3 {
    font-size: min(max(45px, 12.109375vw), 93px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(3) p {
  margin-top: auto;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(4) {
  grid-column: 6/-1;
  grid-row: 4/-1;
  justify-content: space-between;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(4) .bg {
  background-color: #e20074;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(4) * {
  color: #FFFFFF;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(4) .h3 {
  font-size: min(max(81px, 6.328125vw), 122px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(4) .h3 {
    font-size: min(max(47px, 12.6302083333vw), 97px);
  }
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(4) p {
  text-align: right;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(5) {
  grid-column: 1/6;
  grid-row: 11/-1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(5) .bg {
  background-color: #e20074;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(5) * {
  color: #FFFFFF;
}
.whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(5) .h3 {
  color: #fff;
  font-size: min(max(66px, 5.15625vw), 100px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .glance .c-container > .c-row .c-col:nth-of-type(2) .glance-grid .block:nth-of-type(5) .h3 {
    font-size: min(max(38px, 10.2864583333vw), 79px);
  }
}
.whoweare .bepart {
  padding-top: min(max(50px, 3.90625vw), 80px);
  padding-bottom: min(max(min(max(32px, 8.4635416667vw), 90px), 7.03125vw), 140px);
  background-color: #FFFFFF;
  border-bottom-left-radius: min(max(40px, 3.125vw), 50px);
  border-bottom-right-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart {
    padding-top: min(max(15px, 3.90625vw), 30px);
    border-bottom-left-radius: min(max(40px, 10.4166666667vw), 80px);
    border-bottom-right-radius: min(max(40px, 10.4166666667vw), 80px);
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container {
    padding-inline: min(max(15px, 3.90625vw), 30px);
  }
}
.whoweare .bepart .c-container .c-row {
  height: min(max(420px, 32.8125vw), 630px);
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.3fr 0.5fr 0.8fr;
  grid-template-rows: 0.2fr 0.15fr 0.2fr 1fr 0.14fr 0.16fr;
  gap: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row {
    display: flex;
    flex-direction: column;
    height: auto;
    row-gap: min(max(15px, 3.90625vw), 30px);
  }
}
.whoweare .bepart .c-container .c-row .bg-grey {
  background-color: #e20074;
  grid-column: 1/3;
  grid-row: 1/4;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .bg-grey {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .bg-grey {
    order: 1;
    height: min(max(52px, 13.671875vw), 105px);
    width: min(max(85px, 22.1354166667vw), 170px);
    border-radius: 20px;
    margin-left: min(max(20px, 5.2083333333vw), 40px);
    margin-top: calc(0px - min(max(32px, 8.4635416667vw), 65px));
    margin-bottom: calc(0px - min(max(35px, 9.1145833333vw), 70px));
    z-index: 1;
    margin-left: calc(0px - min(max(45px, 11.71875vw), 90px));
    transform: translateY(min(max(110px, 28.6458333333vw), 220px));
    position: relative;
  }
  .whoweare .bepart .c-container .c-row .bg-grey:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 39%;
    border-radius: 17px;
    background: #FFFFFF;
  }
}
.whoweare .bepart .c-container .c-row .text {
  grid-column: 1;
  grid-row: 4/6;
  align-self: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .text {
    order: 0;
    align-self: flex-start;
    width: 100%;
    margin-bottom: min(max(10px, 2.6041666667vw), 20px);
  }
}
.whoweare .bepart .c-container .c-row .text h2 {
  margin-bottom: 0.65em;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .text h2 {
    margin-bottom: min(max(15px, 3.90625vw), 30px);
    font-size: min(max(35px, 9.1145833333vw), 70px);
  }
}
.whoweare .bepart .c-container .c-row .text h2 span {
  display: block;
  color: #000000;
  line-height: 1;
}
.whoweare .bepart .c-container .c-row .text h2 span:not(:first-child) {
  color: #e20074;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .text h2 span:not(:first-child) {
    display: inline;
  }
}
.whoweare .bepart .c-container .c-row .text p {
  margin-bottom: 0;
  color: #000000;
  font-size: min(max(10px, 0.78125vw), 16px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .text p {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
  .whoweare .bepart .c-container .c-row .text p br {
    display: none;
  }
}
.whoweare .bepart .c-container .c-row .linkmore {
  grid-column: 1;
  grid-row: 6;
  width: fit-content;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .linkmore {
    order: 3;
    width: 100%;
    padding-block: min(max(21px, 5.46875vw), 42px);
    border-radius: min(max(40px, 10.4166666667vw), 80px);
    background-color: #e20074;
    color: #FFFFFF;
    font-size: min(max(17px, 4.5572916667vw), 35px);
  }
}
.whoweare .bepart .c-container .c-row img {
  grid-column: 2/5;
  grid-row: 2/-1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
  border-radius: min(max(40px, 3.125vw), 50px);
  margin-left: 30px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row img {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row img {
    order: 1;
    height: min(max(203px, 52.8645833333vw), 406px);
    margin-bottom: 10px;
  }
}
.whoweare .bepart .c-container .c-row .box {
  grid-column: 4/-1;
  grid-row: 3/5;
  background-color: #000000;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .box {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    order: 2;
    height: min(max(145px, 37.7604166667vw), 290px);
    margin-top: calc(0px - min(max(60px, 15.625vw), 120px));
    margin-right: calc(0px - 2 * min(max(10px, 1.953125vw), 15px));
    width: 85%;
    margin-left: auto;
  }
}
.whoweare .bepart .c-container .c-row .box h2 {
  margin-bottom: 0;
  font-size: min(max(26px, 2.03125vw), 40px);
  text-align: right;
  padding: min(max(20px, 1.5625vw), 30px) 20px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .box h2 {
    text-align: left;
    font-size: min(max(21px, 5.46875vw), 42px);
    max-width: 70%;
    line-height: 1;
    padding: min(max(25px, 6.5104166667vw), 50px) min(max(25px, 6.5104166667vw), 50px);
  }
}
.whoweare .bepart .c-container .c-row .box h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
.whoweare .bepart .c-container .c-row .box h2 span:nth-child(3), .whoweare .bepart .c-container .c-row .box h2 span:nth-child(4) {
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .whoweare .bepart .c-container .c-row .box h2 span {
    color: #FFFFFF;
    display: inline;
  }
}


.bepart .box {
	display: none;
}