main {
  margin: 60px 0 0 0;
  padding: 0;
}

.home_hero_container {
  background-color: #d9d9d9;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
  aspect-ratio: 16/9;
}

#hero_svg {
  width: 100%;
  height: auto;
  position: relative;
  left: -5%;
  bottom: -5%;
  z-index: 0;
}

.home_hero_video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}

.leap_container {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, #dbc498, #fff);
}

.leap_left {
  padding: 60px 60px 60px 0;
}

.leap_left h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}

.leap_left h1 span {
  font-weight: 600;
  color: #ed1d24;
}

.leap_right {
  padding: 60px 0;
}

.leap_right > p {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.3;
}

.leap_button {
  border: 2px solid #ed1d24;
  background-color: transparent;
  display: flex;
  align-items: center;
  color: #000;
  padding: 7.5px 15px;
  border-radius: 20px;
  gap: 7.5px;
  margin-top: 45px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.leap_button:hover {
  background-color: #ed1d24;
  color: #fff;
}

.ch_main_container {
  width: 100%;
  height: auto;
  background-color: #ed1d24;
  position: relative;
  overflow: hidden;
}

.ch_main_container .ch_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  transform: translateX(-25%);
}

.ch_left {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 60px;
}

.ch_left img {
  width: 65%;
  height: auto;
}

.ch_right {
  padding: 60px 0;
}

.ch_right h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-transform: unset;
  font-weight: 500;
  margin-bottom: 15px;
}

.ch_right h1 {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  color: #fff;
  margin-bottom: 45px;
}

.ch_right .ch_message {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 30px;
}

.ch_right .ch_name {
  line-height: 1.3;
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.ch_right .ch_link {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  font-size: 1rem;
  padding: 7.5px 15px;
  border-radius: 20px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
  margin-top: 45px;
}

.ch_right .ch_link:hover {
  background-color: #fff;
  color: #ed1d24;
}

.ceo_main_container {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.ceo_main_container .ceo_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  transform: translateX(25%);
}

.ceo_right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 60px;
}

.ceo_right img {
  width: 65%;
  height: auto;
}

.ceo_left {
  padding: 60px 0;
}

.ceo_left h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  color: #ed1d24;
  text-transform: unset;
  font-weight: 500;
  margin-bottom: 15px;
}

.ceo_left h1 {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  color: #000;
  margin-bottom: 45px;
}

.ceo_left .ceo_message {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 30px;
}

.ceo_left .ceo_name {
  line-height: 1.3;
  margin: 0;
  color: #000;
  font-size: 1rem;
}

.ceo_left .ceo_link {
  display: inline-block;
  color: #000;
  border: 2px solid #ed1d24;
  font-size: 1rem;
  padding: 7.5px 15px;
  border-radius: 20px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
  margin-top: 45px;
}

.ceo_left .ceo_link:hover {
  background-color: #ed1d24;
  color: #fff;
}

.highlight_main_container {
  background-image: linear-gradient(to bottom, #ffeed4, #fff);
}

.highlight_main_container h2 {
  line-height: 1;
  margin: 0;
  text-transform: unset;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.highlight_main_container h1 {
  line-height: 1;
  margin: 0;
  font-size: 3rem;
  margin-bottom: 45px;
}

.financial_highlights {
  padding-top: 60px;
  padding-bottom: 60px;
}

.financial_highlights .fh_flex_container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fh_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 25%;
  background-color: #ed1d24;
  clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 10% 0%);
  padding: 30px 50px;
}

.fh_block p,
.fh_block h3,
.fh_block h4 {
  color: #fff;
  line-height: 1;
  margin: 0;
  text-transform: unset;
}

.fh_block p {
  font-size: 1em;
  margin-bottom: 30px;
  font-weight: 500;
}

.fh_block h3 {
  font-size: 1.75rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.fh_block h4 {
  font-size: 1rem;
}

.nfh_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 25%;
  background-color: #ffeed4;
  clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 10% 0%);
  padding: 30px 50px;
}

.nfh_block h3,
.nfh_block p {
  line-height: 1;
  margin: 0;
  text-transform: unset;
}

.nfh_block h3 {
  font-size: 1.75rem;
  margin-bottom: 15px;
  color: #ab7f19;
  font-weight: 600;
}

.nfh_block > p {
  font-size: 1rem;
}

.nfh_block div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.nfh_block div p {
  font-size: 1rem;
  color: #ab7f19;
  font-weight: 500;
}

.nfh_block div img {
  width: 60px;
  height: auto;
}

.leap_fixed_container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

.leap_relative_container {
  background-color: #ed1d24;
  width: 75%;
  padding: 50px;
  position: relative;
}

.leap_relative_container .leap_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.leap_relative_container h1 {
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  font-weight: 400;
  margin-bottom: 45px;
}

.leap_relative_container h1 span {
  font-weight: 600;
}

.leap_content_container {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.leap_content_container::-webkit-scrollbar {
  display: none;
}

.leap_content_container p {
  color: #fff;
  font-size: 1rem;
}

.lf_left_block {
  padding-right: 25px;
}

.lf_right_block {
  padding-left: 25px;
}

.overview_main_container {
  padding: 60px 0 120px 0;
  position: relative;
  overflow: hidden;
}

.overview_left {
  padding-right: 60px;
  z-index: 1;
  position: relative;
}

.overview_left h1 {
  line-height: 1;
  font-size: 2.25rem;
  margin: 0;
  margin-bottom: 30px;
}

.overview_left p {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
}

.overview_link {
  display: inline-block;
  border: 2px solid #ed1d24;
  padding: 7.5px 15px;
  border-radius: 20px;
  color: #000;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
  margin: 0;
  margin-top: 30px;
  font-size: 1rem;
}

.overview_link:hover {
  background-color: #ed1d24;
  color: #fff;
}

.overview_icon_main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}

.overview_icon_main > p {
  width: 75%;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
}

.overview_icon_block {
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overview_icon_block img {
  width: 45%;
  height: auto;
}

.overview_icon_block p {
  font-size: 1.25rem;
  color: #ed1d24;
  font-weight: 500;
  margin: 0;
  margin-top: 15px;
}

.overview_icon_flex {
  width: 75%;
  display: flex;
  align-items: flex-end;
  row-gap: 15px;
  flex-wrap: wrap;
}

.oi_block {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oi_block img {
  width: 45%;
  height: auto;
}

.oi_block p {
  font-size: 1.15rem;
  margin: 0;
  margin-top: 15px;
}

.vm_pattern {
  position: absolute;
  left: -10%;
  bottom: -20%;
  width: 60%;
  height: auto;
}

.vm_gr {
  position: absolute;
  bottom: 0;
  left: 0;
}

.vm_gr {
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.sustainability_main {
  padding: 60px 0 120px 0;
  background-image: linear-gradient(to top, #ffeed4, #fff);
  position: relative;
  overflow: hidden;
}

.sus_left {
  padding-right: 60px;
}

.sus_left h3 {
  text-transform: unset;
  color: #298730;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0;
}

.sus_left > h3 {
  margin-bottom: 45px;
}

.sus_block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}

.sus_block_image {
  width: 40%;
}

.sus_block_image img {
  width: 65%;
  height: auto;
}

.sus_block_text {
  width: 60%;
}

.sus_block_text h3 {
  margin-bottom: 15px;
}

.sus_block_text p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}

.sus_right {
  position: relative;
  z-index: 1;
}

.sus_right h2 {
  line-height: 1;
  margin: 0;
  text-transform: unset;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.sus_right h1 {
  line-height: 1;
  margin: 0;
  font-size: 3rem;
  margin-bottom: 45px;
}

.sus_right p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 30px;
}

.sus_link {
  display: inline-block;
  border: 2px solid #ed1d24;
  padding: 7.5px 15px;
  border-radius: 20px;
  color: #000;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
  margin: 0;
  margin-top: 30px;
  font-size: 1rem;
}

.sus_link:hover {
  background-color: #ed1d24;
  color: #fff;
}

.sb_bg {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .ch_left img {
    width: 75%;
    height: auto;
  }

  .ceo_right img {
    width: 75%;
    height: auto;
  }

  .fh_block h3 {
    font-size: 1.5rem;
  }

  .nfh_block h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1300px) {
  .home_hero_container {
    width: 100vw;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .ch_right h2 {
    font-size: 1rem;
  }

  .ch_right h1 {
    font-size: 2rem;
  }

  .ch_right .ch_message {
    font-size: 1.25rem;
  }

  .ceo_left h2 {
    font-size: 1rem;
  }

  .ceo_left h1 {
    font-size: 2rem;
  }

  .ceo_left .ceo_message {
    font-size: 1.25rem;
  }

  .ch_left img {
    width: 80%;
    height: auto;
  }

  .ceo_right img {
    width: 80%;
    height: auto;
  }

  .ch_main_container .ch_bg {
    transform: translateX(-35%);
  }

  .ceo_main_container .ceo_bg {
    transform: translateX(35%);
  }

  .financial_highlights .fh_flex_container {
    row-gap: 20px;
  }

  .fh_block {
    width: calc(33% - 10px);
    clip-path: unset;
    padding: 30px;
  }

  .nfh_block {
    width: calc(33% - 10px);
    clip-path: unset;
    padding: 30px;
  }

  .fh_block h3 {
    font-size: 1.75rem;
  }

  .nfh_block h3 {
    font-size: 1.75rem;
  }

  .leap_left h1 {
    font-size: 2rem;
  }

  .leap_right > p {
    font-size: 1.25rem;
  }

  .leap_relative_container {
    width: 80%;
  }

  .overview_left h1 {
    font-size: 2rem;
  }

  .overview_left p {
    font-size: 1rem;
  }

  .overview_icon_main > p {
    font-size: 1rem;
  }

  .overview_icon_block p {
    font-size: 1rem;
  }

  .oi_block p {
    font-size: 1rem;
  }

  .vm_pattern {
    bottom: -12.5%;
  }

  .highlight_main_container h2 {
    font-size: 1rem;
  }

  .highlight_main_container h1 {
    font-size: 2rem;
  }

  .sus_right h2 {
    font-size: 1rem;
  }

  .sus_right h1 {
    font-size: 2rem;
  }

  .sus_right p {
    font-size: 1.25rem;
    color: #000;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .ch_main_container .ch_bg {
    display: none;
  }

  .ceo_main_container .ceo_bg {
    display: none;
  }

  .ceo_right {
    justify-content: flex-end;
    padding-left: unset;
    padding-right: 60px;
  }

  .ch_left img {
    width: 50%;
  }

  .ceo_right img {
    width: 50%;
  }

  .fh_block {
    clip-path: unset;
    width: calc(50% - 15px);
    padding: 30px;
  }

  .financial_highlights .fh_flex_container {
    row-gap: 30px;
  }

  .nfh_block {
    clip-path: unset;
    width: calc(50% - 15px);
    padding: 30px;
  }

  .leap_left {
    padding: 60px 60px 0 0;
  }

  .lf_left_block {
    padding-right: 0;
  }

  .lf_right_block {
    padding-left: 0;
  }

  .overview_left {
    padding-right: 0;
    padding-bottom: 60px;
  }

  .vm_gr {
    left: 35%;
  }

  .vm_pattern {
    left: -10%;
    bottom: -7.5%;
    width: 65%;
  }

  .sus_left {
    padding-right: 0;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .ch_left img {
    width: 70%;
  }

  .ceo_right img {
    width: 70%;
  }

  .financial_highlights .fh_flex_container {
    row-gap: 15px;
  }

  .fh_block {
    width: 100%;
    padding: 30px;
  }

  .nfh_block {
    width: 100%;
    padding: 30px;
  }

  .leap_left {
    padding: 60px 0 0 0;
  }

  .leap_content_container {
    height: 55vh;
    overflow: auto;
  }

  .leap_relative_container {
    width: 85%;
    padding: 25px;
  }

  .leap_relative_container h1 {
    font-size: 1.5rem;
    width: calc(100% - 25px);
  }

  .overview_icon_block {
    width: 30%;
  }

  .overview_icon_flex {
    width: 70%;
  }

  .oi_block {
    width: 50%;
  }

  .vm_gr {
    left: 65%;
  }

  .vm_pattern {
    left: -15%;
    bottom: -5%;
    width: 100%;
  }

  .sb_bg {
    width: 75%;
  }

  .sustainability_main {
    padding: 60px 0 180px 0;
  }
}
