@keyframes btnFlashAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: var(--textOpacity);
  }
  100% {
    opacity: 1;
  }
}
@keyframes swipeUp {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes swipeDown {
  from {
    bottom: 0;
  }
  to {
    bottom: -100%;
  }
}
@keyframes bgFadeIn {
  from {
    background: transparent;
  }
  to {
    background: rgba(0, 0, 0, 0.6);
  }
}
@keyframes bgFadeOut {
  from {
    background: rgba(0, 0, 0, 0.6);
  }
  to {
    background: transparent;
  }
}
.page.campaign.light-header header {
  /* background-color: transparent !important;
  &.sticky {
      background-color: $white !important;
  } */
  /* .menu {
      > .menu-item {
          color: $white;
          ul {
              color: $colorFont;
          }
      }
  } */
}

.main-content {
  position: relative;
  z-index: 1;
  --gap: 20px;
  --yellow-theme-main-color: #FF9C28;
  --yellow-theme-sub-color: #212934;
  --green-theme-color-1: #0F4D0F;
  --green-theme-color-2: #255736;
  --green-theme-color-3: #008000;
  --green-theme-color-4: #DCFFDC;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.main-content figure[role=group] {
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
}
.main-content figure[role=group] figcaption {
  width: -moz-min-content;
  width: min-content;
}
.main-content figure[role=group] img[data-entity-type=file] {
  margin-left: 0;
  margin-right: 0;
}
.main-content img[data-entity-type=file] {
  margin-right: 16px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.main-content img.align-left {
  margin-right: 16px;
}
.main-content img.align-right {
  margin-left: 16px;
}
.main-content.red-style section {
  word-break: break-word;
  margin-bottom: 60px;
}
.main-content.red-style section.intro {
  color: #ffffff;
}
.main-content.red-style section.intro .background {
  background: #E5675C;
  z-index: -1;
}
@media (min-width: 992px) {
  .main-content.red-style section.intro .background {
    position: absolute;
    top: -30vh;
    height: 80vh;
    min-height: 660px;
    width: 100vw;
    left: 0;
    clip-path: polygon(100% 36%, 52.535% 36%, 52.535% 36%, 51.408% 36.201%, 50.34% 36.784%, 49.343% 37.717%, 48.433% 38.968%, 47.624% 40.506%, 46.93% 42.299%, 46.365% 44.314%, 45.944% 46.522%, 45.681% 48.889%, 45.59% 51.385%, 45.59% 84.615%, 45.59% 84.615%, 45.499% 87.111%, 45.236% 89.478%, 44.815% 91.685%, 44.25% 93.701%, 43.556% 95.494%, 42.747% 97.032%, 41.837% 98.283%, 40.841% 99.216%, 39.772% 99.799%, 38.646% 100%, 0% 100%, 0% -0.077%, 100% -0.077%, 100% 16%);
  }
}
.main-content.red-style section.intro .content-block {
  display: flex;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.intro .content-block {
    flex-wrap: wrap;
    background: linear-gradient(245.35deg, #BF382C 30.43%, #E5675C 80.24%);
  }
}
.main-content.red-style section.intro .content-block .content {
  padding: 30px 1em;
}
@media (min-width: 992px) {
  .main-content.red-style section.intro .content-block .content {
    order: 1;
    flex-basis: 46.6667%;
    padding: 30px 70px 40px 70px;
    background-color: #E5675C;
    margin-right: 1.5%;
    border-bottom-right-radius: 120px;
  }
}
@media (min-width: 1400px) {
  .main-content.red-style section.intro .content-block .content {
    padding: 90px 70px 120px 120px;
  }
}
.main-content.red-style section.intro .content-block .content .title {
  font-size: 4em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.intro .content-block .content .title {
    font-size: 2.5em;
  }
}
.main-content.red-style section.intro .content-block .image img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.intro .content-block .image img {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .main-content.red-style section.intro .content-block .image {
    order: 2;
    flex-basis: 53.3333%;
  }
  .main-content.red-style section.intro .content-block .image img {
    border-top: 12px solid;
    border-left: 12px solid;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
  }
}
.main-content.red-style section.about {
  margin-bottom: 60px;
  border-bottom-right-radius: 120px;
}
@media (min-width: 992px) {
  .main-content.red-style section.about {
    background: linear-gradient(245.35deg, #BF382C 30.43%, #E5675C 80.24%);
  }
}
.main-content.red-style section.about .content-block {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 180px;
  margin-bottom: 0;
  border-bottom-right-radius: 120px;
  box-shadow: -50vw 120px 0 0 #fff;
}
.main-content.red-style section.about .content-block .img.img-right > img {
  display: block;
  margin-left: auto;
}
.main-content.red-style section.about .content-block .img.img-center > img {
  display: block;
  margin: auto;
}
.main-content.red-style section.about .content-block .img.img-left > img {
  display: block;
  margin-right: auto;
}
.main-content.red-style section.about .content-block .title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  color: #BF382C;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.about .content-block .title {
    font-size: 2em;
  }
}
.main-content.red-style section.about .content-block img {
  max-width: 100%;
}
.main-content.red-style section.about .info-block {
  position: relative;
  background: linear-gradient(245.35deg, #BF382C 30.43%, #E5675C 80.24%);
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}
.main-content.red-style section.about .info-block::before {
  content: "";
}
.main-content.red-style section.about .info-block .info-block-wrapper {
  display: flex;
  position: relative;
  top: -80px;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.about .info-block .info-block-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .main-content.red-style section.about .info-block .info-block-wrapper {
    flex-wrap: nowrap;
  }
}
.main-content.red-style section.about .info-block .info-block-wrapper .info-item {
  flex-basis: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px 1em;
}
@media (min-width: 992px) {
  .main-content.red-style section.about .info-block .info-block-wrapper .info-item {
    width: 100%;
    padding: 30px;
  }
}
.main-content.red-style section.about .info-block .info-block-wrapper .info-item .title {
  text-align: center;
}
.main-content.red-style section.about .info-block .info-block-wrapper .info-item .desc ul li, .main-content.red-style section.about .info-block .info-block-wrapper .info-item .desc ol li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FDF4ED;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.about .info-block .info-block-wrapper .info-item .desc figure[role=group] {
    margin: 0;
    max-width: 100%;
  }
  .main-content.red-style section.about .info-block .info-block-wrapper .info-item .desc img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.main-content.red-style section.about .info-block .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  line-height: 110%;
}
.main-content.red-style section.target-applicant .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
.main-content.red-style section.person .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
.main-content.red-style section.person .desc .item {
  padding: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid #E4D9CF;
}
.main-content.red-style section.person .marquee-block .image {
  border-radius: 0.5em;
}
.main-content.red-style section.person .marquee-block .marquee__content {
  height: 300px;
}
.main-content.red-style section.person .marquee-block .marquee__content .image img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.person .marquee-block .marquee__content .image img {
    max-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-content.red-style section.career-progression .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 60px;
  line-height: 110%;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.career-progression .title {
    text-align: left;
  }
}
.main-content.red-style section.career-progression .progression-wrapper {
  position: relative;
  margin: 0 auto;
}
.main-content.red-style section.career-progression .progression-wrapper .progression {
  padding-top: 60px;
  padding-bottom: 0px;
}
.main-content.red-style section.career-progression .progression-wrapper .progression .progression-title {
  position: absolute;
  top: -25px;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #BF382C;
  transform: translateX(-50%);
}
.main-content.red-style section.career-progression .progression-wrapper .progression-item {
  display: flex;
  align-items: stretch;
  min-height: 120px;
  justify-content: center;
}
.main-content.red-style section.career-progression .progression-wrapper .progression-item:last-child .line {
  height: 0;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.career-progression .progression-wrapper .progression-item:last-child {
    margin-bottom: 50px;
  }
}
.main-content.red-style section.career-progression .progression-wrapper .progression-item .title {
  position: relative;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  margin-top: -10px;
  padding-left: 48px;
  flex-basis: 40%;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.career-progression .progression-wrapper .progression-item .title {
    flex-basis: 70%;
    margin-left: -30px;
  }
}
.main-content.red-style section.career-progression .progression-wrapper .progression-item .title::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #66605C;
}
.main-content.red-style section.career-progression .progression-wrapper .progression-item .line {
  position: relative;
  display: flex;
  margin-left: 78px;
  margin-right: 82px;
  width: 1px;
  flex-shrink: 0;
  align-items: center;
  background-color: #ccc;
}
.main-content.red-style section.career-progression .progression-wrapper .progression-item .number {
  width: 92px;
  height: 92px;
  background-color: #BF382C;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -46px;
  top: 0;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.career-progression .progression-wrapper .progression-item .number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    left: -30px;
  }
}
.main-content.red-style section.career-progression .progression-wrapper .progression-header {
  height: 100px;
}
.main-content.red-style section.application .content {
  background: linear-gradient(338.37deg, #BF382C -5.27%, #E5675C 99.27%);
  color: #ffffff;
  padding: 20px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.main-content.red-style section.application .content::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .main-content.red-style section.application .content {
    padding: 40px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
.main-content.red-style section.application .content h3 {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
.main-content.red-style section.application .content img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .main-content.red-style section.application .content figure[role=group] {
    margin: 0;
    max-width: 100%;
  }
  .main-content.red-style section.application .content img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.main-content.red-style section.partners .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 110%;
}
.main-content.red-style section.partners .marquee-block {
  margin-top: 40px;
  height: 200px;
}
.main-content.red-style section.partners .marquee-block .marquee__content .image img {
  width: 140px;
}
.main-content.red-style section.enquiry {
  background: #451914;
  margin-bottom: 0;
  color: #ffffff;
}
.main-content.red-style section.enquiry .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
.main-content.red-style section.enquiry .enquiry-block {
  text-align: center;
  padding: 30px 0;
}
.main-content.red-style section.enquiry .enquiry-block .contact-us {
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-content.red-style section .marquee-block {
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  background: #ffffff;
  overflow-x: clip;
  margin: 2em 0 0;
}
.main-content.red-style section .marquee-block:hover .marquee__content {
  animation-play-state: paused;
}
.main-content.red-style section .marquee-block .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  align-items: self-start;
  animation: marquee 60s linear infinite forwards;
}
.main-content.red-style section .marquee-block .marquee__content .image {
  position: relative;
}
.main-content.red-style section .marquee-block .marquee__content .image img {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-content.yellow-style {
  /* @media screen and (min-width: $breakpoint_md) {
      margin-top: -207px;
  } */
}
.main-content.yellow-style section {
  word-break: break-word;
}
.main-content.yellow-style section.intro .content-block {
  display: flex;
  flex-wrap: wrap;
  background: var(--yellow-theme-main-color);
  color: #ffffff;
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .main-content.yellow-style section.intro .content-block > * {
    flex-basis: 50%;
  }
}
.main-content.yellow-style section.intro .content-block .image {
  width: 100%;
}
.main-content.yellow-style section.intro .content-block .image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .main-content.yellow-style section.intro .content-block .image img img {
    width: 100vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-content.yellow-style section.intro .content-block .content {
  padding: 30px 1em;
}
.main-content.yellow-style section.intro .content-block .content::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 992px) {
  .main-content.yellow-style section.intro .content-block .content {
    border-left: 16px solid white;
    padding: 70px 50px;
    /* padding: 280px 50px 70px;
    height: 700px; */
  }
}
.main-content.yellow-style section.intro .content-block .content .title {
  font-size: 4em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 110%;
  margin-bottom: 20px;
  text-align: left;
}
.main-content.yellow-style section.intro .marquee-block {
  margin-bottom: 2em;
}
.main-content.yellow-style section.intro .marquee-block .image {
  border-radius: 0.5em;
}
.main-content.yellow-style section.intro .marquee-block .marquee__content {
  height: 300px;
}
.main-content.yellow-style section.intro .marquee-block .marquee__content .image img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.intro .marquee-block .marquee__content .image img {
    max-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-content.yellow-style section.about {
  margin-bottom: 48px;
}
.main-content.yellow-style section.about .about-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.main-content.yellow-style section.about .about-block .title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--yellow-theme-sub-color);
  margin-bottom: 40px;
  text-align: left;
}
.main-content.yellow-style section.about .about-block .img {
  display: flex;
  align-items: center;
}
.main-content.yellow-style section.about .about-block > * {
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .main-content.yellow-style section.about .about-block .content {
    flex-basis: 75%;
    width: 75%;
  }
  .main-content.yellow-style section.about .about-block .img {
    flex-basis: 25%;
    width: 25%;
  }
}
.main-content.yellow-style section.about .about-block h3 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 110%;
  text-transform: capitalize;
  color: var(--yellow-theme-main-color);
  margin-bottom: 40px;
}
.main-content.yellow-style section.about .about-block img {
  max-width: 100%;
}
.main-content.yellow-style section.about .application-block {
  display: -webkit-box;
  background: var(--yellow-theme-main-color);
  padding: 2em;
  border-radius: 20px;
  color: var(--yellow-theme-sub-color);
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.about .application-block {
    margin: 0 -1em;
  }
}
.main-content.yellow-style section.about .application-block h3 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 110%;
  text-transform: capitalize;
  color: #ffffff;
}
.main-content.yellow-style section.about .application-block img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.about .application-block figure[role=group] {
    margin: 0;
    max-width: 100%;
  }
  .main-content.yellow-style section.about .application-block img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.main-content.yellow-style section.info {
  background: var(--yellow-theme-sub-color);
  color: #ffffff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.main-content.yellow-style section.info .title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 110%;
  text-transform: capitalize;
  color: var(--yellow-theme-main-color);
  margin-bottom: 40px;
}
.main-content.yellow-style section.info .info-block-wrapper {
  display: flex;
  position: relative;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.info .info-block-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .main-content.yellow-style section.info .info-block-wrapper {
    flex-wrap: nowrap;
  }
}
.main-content.yellow-style section.info .info-block-wrapper .info-item {
  flex-basis: 100%;
  width: 100%;
  padding: 0;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .main-content.yellow-style section.info .info-block-wrapper .info-item {
    width: 100%;
  }
}
.main-content.yellow-style section.info .info-block-wrapper .info-item .title {
  text-align: center;
}
.main-content.yellow-style section.info .info-block-wrapper .info-item .desc ul li, .main-content.yellow-style section.info .info-block-wrapper .info-item .desc ol li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FDF4ED;
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.info .info-block-wrapper .info-item .desc figure[role=group] {
    margin: 0;
    max-width: 100%;
  }
  .main-content.yellow-style section.info .info-block-wrapper .info-item .desc img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.main-content.yellow-style section.info .info-block-wrapper .info-item::before {
  content: "";
  width: 48px;
  height: 48px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1em;
}
.main-content.yellow-style section.info .info-block-wrapper .info-item:first-child::before {
  background-image: url("/themes/custom/hongyip_theme/assets/img/campaign/icon/core-function.svg");
}
.main-content.yellow-style section.info .info-block-wrapper .info-item:last-child::before {
  background-image: url("/themes/custom/hongyip_theme/assets/img/campaign/icon/program-framework.svg");
}
.main-content.yellow-style section.person {
  padding-top: 48px;
  padding-bottom: 48px;
}
.main-content.yellow-style section.person .content-block::before {
  content: "";
  width: 48px;
  height: 48px;
  position: relative;
  display: block;
  background-image: url("/themes/custom/hongyip_theme/assets/img/campaign/icon/person.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1em;
}
.main-content.yellow-style section.person .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
  color: var(--yellow-theme-main-color);
}
.main-content.yellow-style section.person .desc .item {
  padding: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid #E4D9CF;
}
.main-content.yellow-style section.career-progression {
  padding-top: 48px;
  padding-bottom: 48px;
  background: var(--yellow-theme-sub-color);
  color: #ffffff;
}
.main-content.yellow-style section.career-progression .content-block::before {
  content: "";
  width: 48px;
  height: 48px;
  position: relative;
  display: block;
  background-image: url("/themes/custom/hongyip_theme/assets/img/campaign/icon/career-progression.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1em;
}
.main-content.yellow-style section.career-progression .block-title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  line-height: 110%;
  color: var(--yellow-theme-main-color);
}
.main-content.yellow-style section.career-progression .progression-wrapper {
  position: relative;
  margin: 0 auto;
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression {
  padding-top: 60px;
  padding-bottom: 0px;
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression .progression-title {
  position: absolute;
  top: -10px;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  color: var(--yellow-theme-main-color);
  transform: translateX(-50%);
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression-item {
  display: flex;
  align-items: stretch;
  min-height: 120px;
  justify-content: center;
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression-item:last-child .line {
  height: 0;
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.career-progression .progression-wrapper .progression-item:last-child {
    margin-bottom: 50px;
  }
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression-item .title {
  position: relative;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  margin-top: -10px;
  padding-left: 48px;
  flex-basis: 40%;
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.career-progression .progression-wrapper .progression-item .title {
    flex-basis: 70%;
    margin-left: -30px;
  }
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression-item .title::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #66605C;
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression-item .line {
  position: relative;
  display: flex;
  margin-left: 78px;
  margin-right: 82px;
  width: 1px;
  flex-shrink: 0;
  align-items: center;
  background-color: #ccc;
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression-item .number {
  width: 92px;
  height: 92px;
  background-color: var(--yellow-theme-main-color);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -46px;
  top: 0;
}
@media (max-width: 991.98px) {
  .main-content.yellow-style section.career-progression .progression-wrapper .progression-item .number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    left: -30px;
  }
}
.main-content.yellow-style section.career-progression .progression-wrapper .progression-header {
  height: 100px;
}
.main-content.yellow-style section.enquiry {
  background: var(--yellow-theme-main-color);
  color: #ffffff;
}
.main-content.yellow-style section.enquiry .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
.main-content.yellow-style section.enquiry .enquiry-block {
  text-align: center;
  padding: 30px 0;
}
.main-content.yellow-style section.enquiry .enquiry-block .contact-us {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}
.main-content.yellow-style section.partners {
  padding-top: 48px;
  padding-bottom: 48px;
}
.main-content.yellow-style section.partners .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 110%;
}
.main-content.yellow-style section.partners .marquee-block {
  margin-top: 40px;
  height: 140px;
}
.main-content.yellow-style section.partners .marquee-block .marquee__content .image img {
  width: 140px;
}
.main-content.yellow-style section .marquee-block {
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  background: #ffffff;
  overflow-x: clip;
  margin: 2em 0 0;
}
.main-content.yellow-style section .marquee-block:hover .marquee__content {
  animation-play-state: paused;
}
.main-content.yellow-style section .marquee-block .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  align-items: self-start;
  animation: marquee 60s linear infinite forwards;
}
.main-content.yellow-style section .marquee-block .marquee__content .image {
  position: relative;
}
.main-content.yellow-style section .marquee-block .marquee__content .image img {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-content.green-style {
  word-break: break-word;
}
.main-content.green-style .ellipseItem {
  border-radius: 50%;
  position: absolute;
}
.main-content.green-style .ellipseItem.ellipse1 {
  background: linear-gradient(52.34deg, #255736 28.34%, #91CF64 44.89%, #DCFFDC 88.43%);
  width: 581px;
  height: 581px;
  transform: rotate(87deg);
  top: -150px;
  left: -320px;
}
.main-content.green-style .ellipseItem.ellipse2 {
  background: linear-gradient(36.1deg, #255736 26.79%, #91CF64 53.38%, #DCFFDC 83.63%);
  width: 688px;
  height: 688px;
  transform: rotate(-177.95deg);
  top: -150px;
  right: -320px;
}
.main-content.green-style .ellipseItem.ellipse3 {
  background: linear-gradient(53.71deg, #06A206 -48.54%, #CCFFCC 86.76%);
  width: 218px;
  height: 218px;
  transform: rotate(-11.73deg);
  bottom: 540px;
  left: -160px;
}
.main-content.green-style .ellipseItem.ellipse4 {
  background: linear-gradient(53.71deg, #06A206 -48.54%, #CCFFCC 86.76%);
  width: 657px;
  height: 657px;
  transform: rotate(-11.73deg);
  bottom: 150px;
  right: -164px;
}
.main-content.green-style .ellipseItem.ellipse5 {
  background: linear-gradient(45deg, #06A206 20.9%, #CCFFCC 79.22%);
  width: 1018px;
  height: 1018px;
  transform: rotate(7.03deg);
  bottom: -600px;
  left: -750px;
}
.main-content.green-style .ellipseItem.ellipse6 {
  background: linear-gradient(45deg, #06A206 20.9%, #CCFFCC 79.22%);
  width: 657px;
  height: 657px;
  transform: rotate(-90deg);
  bottom: -365px;
  right: -164px;
}
.main-content.green-style section {
  margin-bottom: 60px;
}
.main-content.green-style section.intro {
  text-align: center;
}
.main-content.green-style section.intro .content-block {
  color: #483232;
}
.main-content.green-style section.intro .content-block .content {
  padding: 30px 1em;
}
.main-content.green-style section.intro .content-block .content .title {
  font-size: 4em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
}
.main-content.green-style section.intro .image-block {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .main-content.green-style section.intro .image-block .image {
    min-height: 621px;
  }
}
.main-content.green-style section.intro .image-block .image img {
  width: 100%;
  aspect-ratio: 1200/621;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.main-content.green-style section.about {
  position: relative;
  background-color: var(--green-theme-color-4);
  margin-top: -160px;
  margin-bottom: 60px;
  padding-top: 330px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-content.green-style section.about {
    margin-top: -320px;
  }
}
.main-content.green-style section.about .content-block {
  position: relative;
  margin-bottom: 0;
}
.main-content.green-style section.about .content-block .content {
  margin-bottom: 32px;
}
.main-content.green-style section.about .content-block .title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--green-theme-color-1);
  margin-bottom: 40px;
  text-align: center;
}
.main-content.green-style section.about .content-block img {
  max-width: 100%;
}
.main-content.green-style section.about .content-block .img.img-right > img {
  display: block;
  margin-left: auto;
}
.main-content.green-style section.about .content-block .img.img-center > img {
  display: block;
  margin: auto;
}
.main-content.green-style section.about .content-block .img.img-left > img {
  display: block;
  margin-right: auto;
}
.main-content.green-style section.about .applicant-block {
  position: relative;
  z-index: 1;
  margin: 40px 0;
  background-color: #ffffff;
  padding: 48px;
  border-radius: 20px;
}
.main-content.green-style section.about .applicant-block .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
  color: var(--green-theme-color-1);
  text-align: center;
}
.main-content.green-style section.about .applicant-block img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.about .applicant-block figure[role=group] {
    margin: 0;
    max-width: 100%;
  }
  .main-content.green-style section.about .applicant-block img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.main-content.green-style section.about .info-block {
  position: relative;
}
.main-content.green-style section.about .info-block::before {
  content: "";
}
.main-content.green-style section.about .info-block .info-block-wrapper {
  display: flex;
  position: relative;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.about .info-block .info-block-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .main-content.green-style section.about .info-block .info-block-wrapper {
    flex-wrap: nowrap;
  }
}
.main-content.green-style section.about .info-block .info-block-wrapper .info-item {
  flex-basis: 100%;
  width: 100%;
  border-radius: 15px;
  padding: 30px 1em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .main-content.green-style section.about .info-block .info-block-wrapper .info-item {
    flex-basis: 100%;
    width: 100%;
    padding: 48px;
  }
}
.main-content.green-style section.about .info-block .info-block-wrapper .info-item .title {
  text-align: center;
}
.main-content.green-style section.about .info-block .info-block-wrapper .info-item .desc ul li, .main-content.green-style section.about .info-block .info-block-wrapper .info-item .desc ol li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FDF4ED;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.about .info-block .info-block-wrapper .info-item .desc figure[role=group] {
    margin: 0;
    max-width: 100%;
  }
  .main-content.green-style section.about .info-block .info-block-wrapper .info-item .desc img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.main-content.green-style section.about .info-block .info-block-wrapper .info-item:first-child {
  background-color: var(--green-theme-color-2);
}
.main-content.green-style section.about .info-block .info-block-wrapper .info-item:last-child {
  background-color: var(--green-theme-color-3);
}
.main-content.green-style section.about .info-block .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  line-height: 110%;
}
.main-content.green-style section.about .marquee-block {
  background-color: transparent;
}
.main-content.green-style section.about .marquee-block .marquee__content {
  height: 300px;
}
.main-content.green-style section.about .marquee-block .marquee__content .image img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.about .marquee-block .marquee__content .image img {
    max-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-content.green-style section.person {
  text-align: center;
}
.main-content.green-style section.person .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
.main-content.green-style section.person .desc .item {
  padding: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid #E4D9CF;
}
.main-content.green-style section.career-progression {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: var(--green-theme-color-4);
  padding-top: 55px;
  padding-bottom: 60px;
}
.main-content.green-style section.career-progression .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  line-height: 110%;
  color: var(--green-theme-color-1);
}
.main-content.green-style section.career-progression .progression-wrapper {
  position: relative;
  margin: 0 auto;
}
.main-content.green-style section.career-progression .progression-wrapper .progression {
  padding-top: 80px;
  padding-bottom: 40px;
}
.main-content.green-style section.career-progression .progression-wrapper .progression .progression-title {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #66605C;
  transform: translateX(-50%);
}
.main-content.green-style section.career-progression .progression-wrapper .progression-item {
  display: flex;
  align-items: stretch;
  min-height: 120px;
  justify-content: end;
}
.main-content.green-style section.career-progression .progression-wrapper .progression-item .title {
  position: relative;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  margin-top: -10px;
  padding-left: 48px;
  flex-basis: 40%;
  flex-basis: calc(50% - 80px);
  color: #66605C;
  text-align: left;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.career-progression .progression-wrapper .progression-item .title {
    flex-basis: 70%;
    margin-left: -30px;
  }
}
.main-content.green-style section.career-progression .progression-wrapper .progression-item .title::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #66605C;
}
.main-content.green-style section.career-progression .progression-wrapper .progression-item .line {
  position: relative;
  display: flex;
  margin-left: 78px;
  margin-right: 82px;
  width: 1px;
  flex-shrink: 0;
  align-items: center;
  background-color: #ccc;
}
.main-content.green-style section.career-progression .progression-wrapper .progression-item .number {
  width: 92px;
  height: 92px;
  background-color: var(--green-theme-color-2);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -46px;
  top: 0;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.career-progression .progression-wrapper .progression-item .number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    left: -30px;
  }
}
@media (min-width: 992px) {
  .main-content.green-style section.career-progression .progression-wrapper .progression-item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: start;
  }
  .main-content.green-style section.career-progression .progression-wrapper .progression-item:nth-child(even) .title {
    text-align: right;
    padding-left: 0;
    padding-right: 48px;
  }
  .main-content.green-style section.career-progression .progression-wrapper .progression-item:nth-child(even) .title::before {
    left: auto;
    right: 0;
  }
}
.main-content.green-style section.career-progression .progression-wrapper .progression-item:last-child .line {
  height: 0;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.career-progression .progression-wrapper .progression-item:last-child {
    margin-bottom: 50px;
  }
}
.main-content.green-style section.career-progression .progression-wrapper .progression-header {
  height: 100px;
}
.main-content.green-style section.career-progression .content-block {
  margin-bottom: 80px;
}
.main-content.green-style section.career-progression .application-block {
  display: -webkit-box;
  position: relative;
  z-index: 1;
}
.main-content.green-style section.career-progression .application-block .content {
  background: var(--green-theme-color-3);
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.main-content.green-style section.career-progression .application-block .content::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .main-content.green-style section.career-progression .application-block .content {
    padding: 40px;
  }
}
.main-content.green-style section.career-progression .application-block .content h3 {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
@media (max-width: 991.98px) {
  .main-content.green-style section.career-progression .application-block .content figure[role=group] {
    margin: 0;
    max-width: 100%;
  }
  .main-content.green-style section.career-progression .application-block .content img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.main-content.green-style section.partners .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 110%;
  color: var(--green-theme-color-1);
}
.main-content.green-style section.partners .marquee-block {
  margin-top: 40px;
  height: 200px;
}
.main-content.green-style section.partners .marquee-block .marquee__content .image img {
  width: 140px;
}
.main-content.green-style section.enquiry {
  background: var(--green-theme-color-2);
  margin-bottom: 0;
  color: #ffffff;
}
.main-content.green-style section.enquiry .title {
  font-size: 2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 110%;
}
.main-content.green-style section.enquiry .enquiry-block {
  text-align: center;
  padding: 30px 0;
}
.main-content.green-style section.enquiry .enquiry-block .contact-us {
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-content.green-style section .marquee-block {
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  background: #ffffff;
  overflow-x: clip;
  margin: 40px 0 0;
}
.main-content.green-style section .marquee-block:hover .marquee__content {
  animation-play-state: paused;
}
.main-content.green-style section .marquee-block .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  align-items: self-start;
  animation: marquee 60s linear infinite forwards;
}
.main-content.green-style section .marquee-block .marquee__content .image {
  position: relative;
}
.main-content.green-style section .marquee-block .marquee__content .image img {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=campaign.css.map */