@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.d-desktop-block {
  display: block;
}
@media (max-width: 992px) {
  .d-desktop-block {
    display: none;
  }
}

.d-desktop-block-imp {
  display: block !important;
}
@media (max-width: 992px) {
  .d-desktop-block-imp {
    display: none !important;
  }
}

.d-mobile-block {
  display: none;
}
@media (max-width: 992px) {
  .d-mobile-block {
    display: block;
  }
}

.d-mobile-block-imp {
  display: none !important;
}
@media (max-width: 992px) {
  .d-mobile-block-imp {
    display: block !important;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus-visible {
  outline: none;
  border: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

@media (max-width: 992px) {
  .overflow-x-hidden-mob {
    overflow-x: hidden;
  }
}

.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.hover_block {
  overflow: hidden;
}
.hover_block:hover img {
  transform: scale(1.05);
}
.hover_block > img {
  transition: 1s linear;
}

.dotted_list li {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .dotted_list li {
    font-size: 1.6rem;
  }
}
.dotted_list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #5C5C5C;
}

.text-primary {
  color: #005039;
}

.text-secondary {
  color: #B29142;
}

.text-white {
  color: #fff;
}

.text-primary-light {
  color: #10864F;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #5C5C5C;
}

.text-gray-light {
  color: #DEDEDE;
}

.bg-primary {
  background-color: #005039;
}

.bg-secondary {
  background-color: #B29142;
}

.bg-white {
  background-color: #fff;
}

.bg-primary-light {
  background-color: #10864F;
}

.bg-black {
  background-color: #000;
}

.bg-section-primary {
  background-color: #FDFAF1;
}

.bg-primary-gradient {
  background: linear-gradient(180deg, #005039 0%, #002017 100%);
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

a.link {
  text-decoration: none;
  font-size: 1.8rem;
  color: #10864F;
  font-weight: 600;
}
@media (max-width: 992px) {
  a.link {
    font-size: 1.6rem;
  }
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.35;
}

p {
  font-size: 1.8rem;
}
@media (max-width: 1536px) {
  p {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 1.6rem;
  }
}

.h2 {
  font-size: 4.4rem;
}
@media (max-width: 1536px) {
  .h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 992px) {
  .h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .h2 {
    font-size: 2.4rem;
  }
}

.h3 {
  font-size: 3.2rem;
}
@media (max-width: 1536px) {
  .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .h3 {
    font-size: 2rem;
  }
}

.h4 {
  font-size: 2.2rem;
}
@media (max-width: 1536px) {
  .h4 {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .h4 {
    font-size: 1.8rem;
  }
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-sticky {
  position: sticky;
}

.pos-static {
  position: static;
}

.pos-inherit {
  position: inherit;
}

.container {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .container {
    max-width: 1524px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 992px) {
  .container.container_mob_slider {
    max-width: 95%;
    position: relative;
    left: 5%;
    margin-left: 0;
  }
}

.container-w90 {
  max-width: 90%;
  margin: 0 auto;
}

.section_padding {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 1536px) {
  .section_padding {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 1281px) {
  .section_padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 992px) {
  .section_padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 480px) {
  .section_padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section_title {
  margin-bottom: 6rem;
}
@media (max-width: 1536px) {
  .section_title {
    margin-bottom: 5rem;
  }
}
@media (max-width: 992px) {
  .section_title {
    margin-bottom: 4rem;
  }
}
.section_title.w-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .section_title.w-btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section_title.w-btn > .h2 {
  width: 75%;
}
@media (max-width: 992px) {
  .section_title.w-btn > .h2 {
    width: 100%;
  }
}
.section_title.w-btn .btn-block {
  width: 25%;
}
@media (max-width: 992px) {
  .section_title.w-btn .btn-block {
    width: 100%;
  }
}

.btn {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  user-select: none;
  color: #fff;
  background-color: #B29142;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  border-radius: 25px;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #352E1E;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.btn:hover::before {
  transform: scaleX(1);
}
.btn:hover .arrow {
  transform: rotate(360deg);
}
.btn > * {
  position: relative;
  z-index: 1;
}
.btn .btn_text {
  margin-right: 2rem;
}
.btn .arrow_parent {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.btn .arrow {
  height: 2px;
  width: 15px;
  position: relative;
  background: #B29142;
  transform: rotate(315deg);
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s ease;
}
.btn .arrow::before, .btn .arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #B29142;
  height: 1.5px;
  width: 10px;
  border-radius: 10px;
}
.btn .arrow::before {
  transform: rotate(45deg);
  transform-origin: right bottom;
  border-radius: 65px;
  border-top-right-radius: 50px;
}
.btn .arrow::after {
  transform: rotate(-45deg);
  transform-origin: right top;
  border-radius: 65px;
  border-bottom-right-radius: 50px;
}
.btn.green-empty {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  user-select: none;
  color: #005039;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  border-radius: 25px;
  padding: 0.8rem 0.8rem 0.8rem 0rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.green-empty::before {
  display: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.btn.green-empty:hover::before {
  transform: scaleX(1);
}
.btn.green-empty:hover .arrow {
  transform: rotate(360deg);
}
.btn.green-empty > * {
  position: relative;
  z-index: 1;
}
.btn.green-empty .btn_text {
  margin-right: 2rem;
}
.btn.green-empty .arrow_parent {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #005039;
}
.btn.green-empty .arrow {
  height: 2px;
  width: 15px;
  position: relative;
  background: #005039;
  transform: rotate(315deg);
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s ease;
}
.btn.green-empty .arrow::before, .btn.green-empty .arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #005039;
  height: 1.5px;
  width: 10px;
  border-radius: 10px;
}
.btn.green-empty .arrow::before {
  transform: rotate(45deg);
  transform-origin: right bottom;
  border-radius: 65px;
  border-top-right-radius: 50px;
}
.btn.green-empty .arrow::after {
  transform: rotate(-45deg);
  transform-origin: right top;
  border-radius: 65px;
  border-bottom-right-radius: 50px;
}
.btn.arrow_btn {
  padding: 0;
  cursor: pointer;
  border: none;
}
.btn.arrow_btn .arrow_parent {
  background: #B29142;
}
.btn.arrow_btn .arrow_parent .arrow {
  color: #fff;
  background: #fff;
}
.btn.arrow_btn .arrow_parent .arrow::before, .btn.arrow_btn .arrow_parent .arrow::after {
  background: #fff;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.f {
  display: flex;
}

.g {
  display: grid;
}
.g.gap80 {
  gap: 8rem;
}
@media (max-width: 992px) {
  .g.gap80 {
    gap: 4rem;
  }
}
.g.gap {
  gap: 6rem;
}
.g.gap30 {
  gap: 3rem;
}
.g.gap40 {
  gap: 4rem;
}
@media (max-width: 992px) {
  .g.gap40 {
    gap: 2rem;
  }
}
.g.g2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .g.g2 {
    grid-template-columns: 1fr;
  }
}
.g.g3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .g.g3 {
    grid-template-columns: 1fr;
  }
}

.jc-c {
  justify-content: center;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-sb {
  justify-content: space-between;
}

.ai-c {
  align-items: center;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

@media (max-width: 992px) {
  .mob-jc-fs {
    justify-content: flex-start;
  }
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.progress-track {
  height: 2px;
  background: #bbbbbb;
  position: relative;
}

.progress-indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #005039;
  width: 0;
  transition: width 0.4s ease;
}
.progress-indicator.golden {
  background: #B29142;
}

.bottom-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  width: fit-content;
  width: 100%;
}
@media (max-width: 992px) {
  .bottom-bar {
    grid-template-columns: 1fr auto;
  }
}
.bottom-bar .actions {
  flex-basis: fit-content;
  display: flex;
  gap: 20px;
  flex-grow: 1;
  justify-content: flex-end;
}

button.prev {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #10864F;
  border-radius: 50%;
  border: 1px solid #10864F;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
button.prev > svg > path {
  stroke: #fff;
}
button.prev.swiper-button-disabled {
  border-color: #10864F;
  background: transparent;
  opacity: 1;
}
button.prev.swiper-button-disabled > svg > path {
  stroke: #10864F;
}

button.next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #10864F;
  border-radius: 50%;
  border: 1px solid #10864F;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(180deg);
}
button.next > svg > path {
  stroke: #fff;
}
button.next.swiper-button-disabled {
  border-color: #10864F;
  background: transparent;
  opacity: 1;
}
button.next.swiper-button-disabled > svg > path {
  stroke: #10864F;
}

.utils {
  display: flex;
}
.utils .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.utils .buttons .swiper-button-prev {
  height: 48px;
  width: 48px;
  border: 1px solid #10864F;
  color: #fff;
  border-radius: 50%;
  background: #10864F;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.utils .buttons .swiper-button-prev.swiper-button-disabled {
  border-color: #fff;
  background: transparent;
  opacity: 1;
}
.utils .buttons .swiper-button-prev::after {
  font-size: 18px;
}
.utils .buttons .swiper-button-next {
  height: 48px;
  width: 48px;
  border: 1px solid #10864F;
  color: #fff;
  border-radius: 50%;
  background: #10864F;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.utils .buttons .swiper-button-next.swiper-button-disabled {
  border-color: #fff;
  background: transparent;
  opacity: 1;
}
.utils .buttons .swiper-button-next::after {
  font-size: 18px;
}
.utils .swiper-pagination {
  width: fit-content;
  bottom: auto;
  right: 0;
  position: relative;
}
.utils .swiper-pagination .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background-color: #B7B7B7;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  margin-left: 5px;
  transition: 0.3s ease;
}
.utils .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 4rem;
  border-radius: 10px;
}

header {
  background-color: #005039;
  border-bottom: 2px solid #B29142;
  position: relative;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
header.header-hidden {
  transform: translateY(-100%);
}
@media (max-width: 992px) {
  header {
    padding: 2rem 0;
  }
}
header .container_header {
  display: flex;
  gap: 6rem;
  align-items: center;
  position: relative;
}
@media (max-width: 1536px) {
  header .container_header {
    gap: 4rem;
    max-width: 90%;
  }
}
@media (max-width: 1281px) {
  header .container_header {
    gap: 2rem;
  }
}
header .container_header .block_center {
  flex-grow: 1;
}
@media (max-width: 992px) {
  header .container_header .block_center .navigation {
    display: none;
  }
}
header .container_header .block_center .navigation ul {
  display: flex;
  gap: 1rem;
}
header .container_header .block_center .navigation ul li {
  position: relative;
}
header .container_header .block_center .navigation ul li a {
  color: #fff;
  font-size: 1.6rem;
  padding: 3.6rem 0rem 3.6rem 1rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 1536px) {
  header .container_header .block_center .navigation ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1281px) {
  header .container_header .block_center .navigation ul li a {
    padding-right: 0rem;
  }
}
header .container_header .block_center .navigation ul li a.has-child {
  position: relative;
  padding-right: 1.5rem;
}
@media (max-width: 1536px) {
  header .container_header .block_center .navigation ul li a.has-child {
    padding-right: 1.5rem;
  }
}
header .container_header .block_center .navigation ul li a.has-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #B29142;
  border-left: 2px solid #B29142;
  transform: translateY(-50%) rotate(-135deg);
  transition: transform 0.3s ease;
}
header .container_header .block_center .navigation ul li .dropdown-menu {
  top: 89px;
  height: 0;
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.8784313725);
  min-width: 100%;
  z-index: 3;
  overflow: hidden;
  transition: all 0.3s linear;
}
header .container_header .block_center .navigation ul li .dropdown-menu > ul {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  padding-left: 30px;
  gap: 30px;
  position: relative;
  left: 17%;
}
@media (max-width: 1536px) {
  header .container_header .block_center .navigation ul li .dropdown-menu > ul {
    left: 13%;
  }
}
header .container_header .block_center .navigation ul li .dropdown-menu > ul > li.first-child > .overview {
  font-size: 2.2rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 75%;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
header .container_header .block_center .navigation ul li .dropdown-menu > ul > li.first-child > .overview > span {
  margin-left: 1rem;
}
header .container_header .block_center .navigation ul li .dropdown-menu > ul > li > a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
}
header .container_header .block_center .navigation ul li:hover > a.has-child::after {
  transform: translateY(-50%) rotate(45deg);
}
header .container_header .block_center .navigation ul li:hover .dropdown-menu {
  height: auto;
  padding: 45px 0;
}
header .container_header .block_right {
  display: flex;
  gap: 2rem;
  align-items: center;
}
header .container_header .block_right .search_icon {
  position: relative;
}
header .container_header .block_right .search_icon .search_menu {
  top: 89px;
  padding-top: 0rem;
  height: 0px;
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.8784313725);
  min-width: 100%;
  z-index: 3;
  overflow: hidden;
  transition: all 0.3s linear;
}
@media (max-width: 992px) {
  header .container_header .block_right .search_icon .search_menu {
    top: 83px;
  }
}
header .container_header .block_right .search_icon .search_menu.is_open {
  height: 420px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 480px) {
  header .container_header .block_right .search_icon .search_menu.is_open {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 330px;
  }
}
header .container_header .block_right .search_icon .search_menu .search_container {
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  header .container_header .block_right .search_icon .search_menu .search_container {
    max-width: 90%;
  }
}
header .container_header .block_right .search_icon .search_menu .search_container .popular_search .listings {
  margin-top: 0;
}
header .container_header .block_right .search_icon .search_menu .search_container .search_box {
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  header .container_header .block_right .search_icon .search_menu .search_container .search_box {
    margin-bottom: 2rem;
  }
}
header .container_header .block_right .search_icon .search_menu .search_container .search_box::after {
  content: url("../assets/icons/Search-black.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .container_header .block_right .search_icon .search_menu .search_container .search_box input {
  width: 100%;
  padding: 2rem 4rem 2rem 2rem;
  border-radius: 1rem;
  padding-right: 4rem;
  max-width: 920px;
  font-size: 1.6rem;
  color: #000000;
}
header .container_header .block_right .search_icon .search_menu .search_container .search_box input::placeholder {
  font-size: 1.6rem;
  color: #9c9c9c;
}
header .container_header .block_right .search_icon .search_menu .search_container .search_box input:focus {
  outline: none;
}
@media (max-width: 480px) {
  header .container_header .block_right .search_icon .search_menu .search_container .search_box input {
    padding: 1.6rem 3rem 1.6rem 1.6rem;
  }
}
header .container_header .block_right .search_icon .search_menu .search_container .popular_search .title {
  font-size: 2.2rem;
  color: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}
@media (max-width: 992px) {
  header .container_header .block_right .search_icon .search_menu .search_container .popular_search .title {
    font-size: 1.8rem;
  }
}
header .container_header .block_right .search_icon .search_menu .search_container .popular_search .listings li {
  position: relative;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 300;
  padding: 2rem 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}
@media (max-width: 992px) {
  header .container_header .block_right .search_icon .search_menu .search_container .popular_search .listings li {
    font-size: 1.6rem;
  }
}
header .container_header .block_right .search_icon .search_menu .search_container .popular_search .listings li:last-child {
  border-bottom: 0;
}
header .container_header .block_right .search_icon .search_menu .search_container .popular_search .listings li > span {
  right: 0;
  position: absolute;
}
header .container_header .block_right .search_icon .search_menu .search_container .popular_search .listings li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  padding: 2rem 0px;
}
header .container_header .block_right .search_icon .search_menu .search_container .popular_search .listings a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  padding: 2rem 0px;
}
header .container_header .hamburger_icon {
  display: none;
  width: 3rem;
  height: 2.2rem;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  header .container_header .hamburger_icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
header .container_header .hamburger_icon span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
header .container_header .hamburger_icon.is_open span:nth-child(1) {
  transform: translateY(0.95rem) rotate(45deg);
}
header .container_header .hamburger_icon.is_open span:nth-child(2) {
  opacity: 0;
}
header .container_header .hamburger_icon.is_open span:nth-child(3) {
  transform: translateY(-0.95rem) rotate(-45deg);
}
header .mobile_menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.8784313725);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  top: 81px;
  z-index: 2;
  height: auto;
}
@media (max-width: 992px) {
  header .mobile_menu {
    padding: 3rem 2rem;
    height: calc(100dvh - 81px);
  }
}
header .mobile_menu nav {
  height: 100%;
  overflow-y: scroll;
}
header .mobile_menu ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
header .mobile_menu ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2rem;
}
header .mobile_menu ul li a {
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
header .mobile_menu ul li.has-child .mobile_dropdown_toggle {
  padding-bottom: 0rem;
}
header .mobile_menu ul li.has-child > a {
  position: relative;
  padding-right: 1.6rem;
  width: 100%;
  display: inline-block;
}
header .mobile_menu ul li.has-child > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #B29142;
  border-left: 2px solid #B29142;
  transform: translateY(-70%) rotate(-135deg);
  transition: transform 0.25s ease;
}
header .mobile_menu ul li.has-child.is_open > a::after {
  transform: translateY(-30%) rotate(45deg);
}
header .mobile_menu ul .mobile_dropdown_menu {
  display: none;
  padding-top: 2rem;
  padding-left: 1.6rem;
  gap: 1.2rem;
}
header .mobile_menu ul .mobile_dropdown_menu li {
  padding-bottom: 0rem;
  border-bottom: none;
}
header .mobile_menu ul .mobile_dropdown_menu li a {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 1.6rem 1rem;
  display: inline-block;
}
header .mobile_menu.is_open {
  display: block;
}
@media (max-width: 992px) {
  header .container_header {
    gap: 2rem;
  }
  header .block_right {
    margin-left: auto;
  }
}

.accessiblity_popup {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  width: 300px;
  height: 300px;
  background-color: #FDFAF1;
  z-index: 2;
  border-radius: 10px;
  padding: 2rem;
}
.accessiblity_popup.is_open {
  display: block;
}
.accessiblity_popup > h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.accessiblity_popup .fonts_params {
  display: flex;
  gap: 1rem;
}
.accessiblity_popup .fonts_params .font_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #10864F;
  color: #fff;
  border: none;
  cursor: pointer;
}
.accessiblity_popup .fonts_params .font_btn:first-child {
  font-size: 1.2rem;
  font-weight: 600;
}
.accessiblity_popup .fonts_params .font_btn:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 600;
}
.accessiblity_popup .fonts_params .font_btn:nth-child(3) {
  font-size: 1.6rem;
  font-weight: 600;
}
.accessiblity_popup .fonts_params .font_btn.is_active {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(16, 134, 79, 0.5);
}

@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}
footer {
  background-image: url("../assets/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1536px) {
  footer > .container {
    max-width: 90%;
  }
}
footer .block_top {
  padding-top: 12rem;
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #616161;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  footer .block_top {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
footer .block_top .block_left {
  width: 25%;
}
@media (max-width: 992px) {
  footer .block_top .block_left {
    width: 100%;
  }
}
footer .block_top .block_left .logo img {
  width: 135px;
  height: auto;
}
footer .block_top .block_left .social-icons {
  display: flex;
  gap: 1.6rem;
}
footer .block_top .block_right {
  width: 50%;
}
@media (max-width: 992px) {
  footer .block_top .block_right {
    width: 100%;
  }
}
footer .block_top .block_right .ft_links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  footer .block_top .block_right .ft_links {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
@media (max-width: 480px) {
  footer .block_top .block_right .ft_links {
    gap: 3rem;
  }
}
footer .block_top .block_right .ft_links ul li.title a {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  footer .block_top .block_right .ft_links ul li.title a {
    font-size: 1.6rem;
  }
}
footer .block_top .block_right .ft_links ul li a {
  margin-bottom: 3rem;
  color: #DEDEDE;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
}
@media (max-width: 992px) {
  footer .block_top .block_right .ft_links ul li a {
    font-size: 1.4rem;
  }
}
footer .block_top .block_right .ft_links .right_ft_links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .block_top .block_right .ft_links .right_ft_links .follow_text {
  font-weight: 300;
  font-size: 1.6rem;
  color: #DEDEDE;
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
@media (max-width: 992px) {
  footer .block_top .block_right .ft_links .right_ft_links .follow_text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
footer .block_bottom {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .block_bottom {
    flex-direction: column;
    gap: 2rem;
  }
}
footer .block_bottom .block_left ul {
  display: flex;
  gap: 2rem;
}
footer .block_bottom .block_left ul li a {
  font-weight: 300;
  font-size: 1.6rem;
  color: #DEDEDE;
  line-height: 2;
}
@media (max-width: 992px) {
  footer .block_bottom .block_left ul li a {
    font-size: 1.4rem;
  }
}
footer .block_bottom .block_right p {
  font-weight: 300;
  font-size: 1.6rem;
  color: #DEDEDE;
  line-height: 2;
}
@media (max-width: 992px) {
  footer .block_bottom .block_right p {
    font-size: 1.4rem;
  }
}

.banner {
  height: calc(100dvh - 83px);
}
@media (max-width: 992px) {
  .banner {
    height: auto;
  }
}
.banner .banner_container {
  height: 100%;
}
@media (max-width: 992px) {
  .banner .banner_container .video_slide video {
    aspect-ratio: 9/16;
    object-fit: cover;
  }
}
.banner .banner_container .button_utils {
  bottom: 10%;
  width: 90%;
  left: 10%;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
}
@media (min-width: 1921px) {
  .banner .banner_container .button_utils {
    left: auto;
    right: 10%;
  }
}
@media (max-width: 992px) {
  .banner .banner_container .button_utils {
    left: 5%;
    justify-content: space-between;
  }
}

.brand_card {
  background-color: #fff;
  border-radius: 2rem;
}
.brand_card img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.brand_card .brand_details {
  padding: 2rem;
}
.brand_card .brand_details .logo_img {
  border-radius: 0rem;
}
.brand_card .brand_details > h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 1536px) {
  .brand_card .brand_details > h3 {
    font-size: 2rem;
  }
}

.other_brands {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .other_brands {
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .other_brands > a:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.other_brands > a > img {
  max-width: 300px;
}
@media (max-width: 992px) {
  .other_brands > a > img {
    max-width: 150px;
    width: 100%;
  }
}

.social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 980px;
}
.social_links .social_links_block {
  width: 100%;
  padding: 4rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 992px) {
  .social_links .social_links_block {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.social_links .social_links_block > p {
  font-size: 2.2rem;
}
@media (max-width: 992px) {
  .social_links .social_links_block > p {
    font-size: 1.8rem;
  }
}
.social_links .social_links_block .socials {
  display: flex;
  gap: 2rem;
}

.brand_card:hover .logo_img {
  transform: translateX(5px);
}

.brand_card .logo_img {
  transition: 1s linear;
}

.container_linkedin_posts {
  display: flex;
  gap: 8rem;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .container_linkedin_posts {
    overflow-x: visible;
    gap: 4rem;
    flex-wrap: wrap;
  }
}
.container_linkedin_posts .block_left {
  width: 30%;
}
@media (max-width: 992px) {
  .container_linkedin_posts .block_left {
    width: 100%;
    padding-right: 5%;
  }
}
.container_linkedin_posts .block_right {
  width: 70%;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .container_linkedin_posts .block_right {
    width: 100%;
    overflow-x: visible;
  }
}
@media (max-width: 992px) {
  .container_linkedin_posts .block_right .linkedin_posts {
    box-sizing: content-box;
  }
}

@media (max-width: 992px) {
  .container_innovation {
    grid-template-columns: 1fr !important;
    gap: 4rem !important;
  }
}
.container_innovation .video_block {
  aspect-ratio: 189/226;
}
@media (max-width: 992px) {
  .container_innovation .video_block {
    aspect-ratio: 340/220;
  }
}
.container_innovation .video_block > video {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container_innovation .block_right {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .container_innovation .block_right {
    padding-top: 0;
  }
}
.container_innovation .block_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our_team_container {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 992px) {
  .our_team_container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.our_team_container .right_block {
  padding-left: 8rem;
}
@media (max-width: 992px) {
  .our_team_container .right_block {
    padding-left: 0;
  }
}
.our_team_container .right_block .team-rows {
  display: flex;
  align-items: center;
  gap: 20px;
}
.our_team_container .right_block .team-rows .team-col-parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our_team_container .right_block .team-rows .team-col-parent .team-card-1 {
  position: relative;
}
.our_team_container .right_block .team-rows .team-col-parent .team-card-1::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #B29142;
  border-radius: 6px;
  position: absolute;
  left: -52px;
  top: auto;
  bottom: 0;
  animation: pulse 3s infinite;
}
@media (max-width: 992px) {
  .our_team_container .right_block .team-rows .team-col-parent .team-card-1::before {
    display: none;
  }
}
.our_team_container .right_block .team-rows .team-col-parent .team-card-3 {
  position: relative;
}
.our_team_container .right_block .team-rows .team-col-parent .team-card-3::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #B29142;
  border-radius: 3px;
  position: absolute;
  top: -36px;
  left: 0px;
  animation: pulse 4s infinite;
}
@media (max-width: 992px) {
  .our_team_container .right_block .team-rows .team-col-parent .team-card-3::before {
    display: none;
  }
}
.our_team_container .right_block .team-rows .team-col-parent .team-card-3::after {
  content: "";
  width: 47px;
  height: 47px;
  background: #B29142;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: -67px;
  left: 0px;
  animation: pulse 3.4s infinite;
}
@media (max-width: 992px) {
  .our_team_container .right_block .team-rows .team-col-parent .team-card-3::after {
    display: none;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.stakeholder_section .stakeholder_block {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1.1fr 1.2fr;
}
@media (max-width: 1281px) {
  .stakeholder_section .stakeholder_block {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .stakeholder_section .stakeholder_block {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .stakeholder_section .stakeholder_block {
    grid-template-columns: 1fr;
  }
}
.stakeholder_section .stakeholder_block .left {
  background-color: #ffffff;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.stakeholder_section .stakeholder_block .left .tag {
  background-color: #f6f0e7;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  color: #000000;
  border-radius: 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .stakeholder_section .stakeholder_block .left .tag {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.stakeholder_section .stakeholder_block .center > ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.stakeholder_section .stakeholder_block .center > ul > li {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .stakeholder_section .stakeholder_block .center > ul > li {
    margin-bottom: 1.6rem;
  }
}
.stakeholder_section .stakeholder_block .center > ul > li:last-child {
  margin-bottom: 0rem;
}
.stakeholder_section .stakeholder_block .center > ul > li .descp {
  font-size: 2.2rem;
  color: #4c4c4c;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 1536px) {
  .stakeholder_section .stakeholder_block .center > ul > li .descp {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .stakeholder_section .stakeholder_block .center > ul > li .descp {
    font-size: 1.8rem;
  }
}
.stakeholder_section .stakeholder_block .center > ul > li .value {
  font-size: 4rem;
  color: #005039;
  line-height: 1;
}
@media (max-width: 1536px) {
  .stakeholder_section .stakeholder_block .center > ul > li .value {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .stakeholder_section .stakeholder_block .center > ul > li .value {
    font-size: 2.4rem;
  }
}
.stakeholder_section .stakeholder_block .right {
  padding: 4rem;
  background-color: #005039;
  border-radius: 2rem;
  text-align: center;
}
@media (max-width: 1536px) {
  .stakeholder_section .stakeholder_block .right {
    padding: 2rem;
  }
}
@media (max-width: 1281px) {
  .stakeholder_section .stakeholder_block .right .block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
  }
}
.stakeholder_section .stakeholder_block .right .block .testimonial {
  font-size: 3rem;
  color: #fff;
  line-height: 44px;
  font-style: italic;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1536px) {
  .stakeholder_section .stakeholder_block .right .block .testimonial {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 1281px) {
  .stakeholder_section .stakeholder_block .right .block .testimonial {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.stakeholder_section .stakeholder_block .right .block .name {
  color: #f6f0e7;
  font-size: 1.8rem;
}

.awards_container {
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .awards_container {
    overflow-x: visible;
  }
}
@media (max-width: 992px) {
  .awards_container .awards_slider {
    box-sizing: content-box;
  }
}

.video_slider .swiper-slide {
  position: relative;
}
.video_slider .swiper-slide .video_block {
  position: relative;
}
.video_slider .swiper-slide .video_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video_slider .swiper-slide .video_block .play_button {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  background: transparent;
  height: auto;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .video_slider .swiper-slide .video_block .play_button {
    top: 30%;
  }
}
@media (max-width: 480px) {
  .video_slider .swiper-slide .video_block .play_button {
    top: 20%;
  }
}
.video_slider .swiper-slide .video_block .play_button img {
  width: 100%;
  height: auto;
}
.video_slider .swiper-slide .video_block video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.video_slider .swiper-slide .video_slider_container {
  position: absolute;
  bottom: 8rem;
  left: 10%;
  background-color: rgba(0, 0, 0, 0.4588235294);
}
@media (min-width: 1921px) {
  .video_slider .swiper-slide .video_slider_container {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .video_slider .swiper-slide .video_slider_container {
    left: 0%;
    bottom: 0;
    padding: 3rem 2rem 10rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    max-width: 100%;
  }
}
.video_slider .swiper-slide .video_slider_container .video_slider_content {
  max-width: 75%;
  padding: 3rem;
}
@media (max-width: 992px) {
  .video_slider .swiper-slide .video_slider_container .video_slider_content {
    max-width: 100%;
  }
}

.video_slider_utils {
  position: absolute;
  bottom: 110px;
  right: 12%;
}
@media (max-width: 992px) {
  .video_slider_utils {
    bottom: 2rem;
    right: 5%;
    width: 100%;
  }
}
.video_slider_utils .utils {
  align-items: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  .video_slider_utils .utils {
    justify-content: space-between;
  }
}

.video_popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.video_popup.is_open {
  display: block;
}

.video_popup_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.video_popup_modal {
  position: relative;
  width: min(960px, 92vw);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #0b0b0f;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  /* allow close button to sit above video content */
  padding-top: 0;
}

.video_popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(10, 10, 14, 0.65);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
}

.video_popup_media_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.video_popup_media {
  width: 100%;
  height: 100%;
}
.video_popup_media iframe,
.video_popup_media video {
  width: 100%;
  height: 100%;
}
.video_popup_media iframe {
  border: 0;
  display: block;
}
.video_popup_media video {
  object-fit: cover;
  display: block;
}

@media (max-width: 480px) {
  .video_popup_modal {
    width: 96vw;
    border-radius: 12px;
  }
  .video_popup_close {
    top: 8px;
    right: 8px;
  }
}
.video_hover_container {
  display: flex;
  gap: 4rem;
}
@media (max-width: 992px) {
  .video_hover_container {
    flex-direction: column;
  }
}
.video_hover_container .block_left {
  width: calc(35% - 2rem);
}
@media (max-width: 992px) {
  .video_hover_container .block_left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.video_hover_container .block_right {
  width: calc(65% - 2rem);
}
.video_hover_container .card_items .top_row {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
  justify-content: flex-end;
}
.video_hover_container .card_items .bottom_row {
  display: flex;
  gap: 4rem;
}

.card_item {
  border-radius: 2rem;
  width: 340px;
  height: 340px;
  position: relative;
  border: 1px solid #D3D3D3;
  overflow: hidden;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 1281px) {
  .card_item {
    width: 185px;
    height: 185px;
  }
}
@media (max-width: 992px) {
  .card_item {
    width: 100%;
    height: 280px;
  }
}
.card_item .icon {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 1281px) {
  .card_item .icon {
    width: 100px;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .card_item .icon {
    width: 50%;
  }
}
.card_item .card_content {
  padding: 3rem;
  height: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 1281px) {
  .card_item .card_content {
    padding: 2rem;
  }
}
@media (max-width: 992px) {
  .card_item .card_content {
    padding: 2.4rem;
  }
}
.card_item .card_content > h2 {
  font-size: 10rem;
  color: #005039;
  line-height: 0.8;
  transition: color 220ms ease;
}
@media (max-width: 1281px) {
  .card_item .card_content > h2 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .card_item .card_content > h2 {
    font-size: 6rem;
  }
}
.card_item .card_content > p {
  font-size: 2rem;
  color: #4C4C4C;
  font-weight: 600;
  transition: color 220ms ease;
}
@media (max-width: 1281px) {
  .card_item .card_content > p {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .card_item .card_content > p {
    font-size: 1.8rem;
  }
}
.card_item > video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 320ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.card_item.active .icon {
  opacity: 0;
  transform: translate3d(6px, -6px, 0) scale(0.96);
}
.card_item.active > video {
  opacity: 1;
  transform: scale(1);
}
.card_item.active .card_content {
  transform: translate3d(0, -2px, 0);
}
.card_item.active .card_content > h2 {
  color: #fff;
}
.card_item.active .card_content > p {
  color: #fff;
}
.card_item.active {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
@media (max-width: 992px) {
  .card_item.active {
    border: none;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card_item,
  .card_item .icon,
  .card_item .card_content,
  .card_item > video {
    transition: none !important;
  }
}
.inner_spotlight {
  min-height: 480px;
  position: relative;
}
.inner_spotlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.34%, rgba(0, 0, 0, 0.5) 104.58%), linear-gradient(0deg, rgba(0, 0, 0, 0) 75.05%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 992px) {
  .inner_spotlight {
    min-height: 660px;
  }
}
.inner_spotlight .spotlight {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_spotlight .spotlight > img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .inner_spotlight .spotlight > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.inner_spotlight .breadcrumb_container {
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
.inner_spotlight .breadcrumb_container .breadcrumb_list {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.inner_spotlight .breadcrumb_container .breadcrumb_list li span {
  font-size: 1.4rem;
  color: #fff;
}
.inner_spotlight .breadcrumb_container .breadcrumb_list li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.inner_spotlight .breadcrumb_container .breadcrumb_list li:last-child a {
  border-bottom: none;
}
.inner_spotlight .spotlight_content_container {
  position: absolute;
  bottom: 12rem;
  left: 10%;
  max-width: 50%;
}
@media (min-width: 1921px) {
  .inner_spotlight .spotlight_content_container {
    left: calc((100vw - 1524px) / 2);
  }
}
@media (max-width: 992px) {
  .inner_spotlight .spotlight_content_container {
    left: 5%;
    bottom: 6rem;
  }
}

.features_section {
  background-image: url("../assets/Hair_cut_bg.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 1281px) {
  .features_section {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .features_section {
    background-position: right bottom;
    padding-bottom: 200px;
    background-size: contain;
  }
}
.features_section .block_left {
  width: 60%;
}
@media (max-width: 992px) {
  .features_section .block_left {
    width: 100%;
  }
}

.features_block {
  display: flex;
  gap: 8rem;
  margin-top: 8rem;
}
@media (max-width: 1536px) {
  .features_block {
    gap: 4rem;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .features_block {
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
}
.features_block .feature_item {
  display: flex;
  flex-direction: column;
}
.features_block .feature_item > p {
  font-size: 2.2rem;
}
@media (max-width: 992px) {
  .features_block .feature_item > p {
    font-size: 1.8rem;
  }
}
.features_block .feature_item > h4 {
  font-size: 6rem;
}
@media (max-width: 1536px) {
  .features_block .feature_item > h4 {
    font-size: 4.6rem;
  }
}
@media (max-width: 992px) {
  .features_block .feature_item > h4 {
    font-size: 4rem;
  }
}

.legacy_grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1281px) {
  .legacy_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .legacy_grid {
    grid-template-columns: 1fr;
  }
}
.legacy_grid .single_block .img_block {
  margin-bottom: 2rem;
}
.legacy_grid .single_block .heading_block {
  display: grid;
  grid-template-columns: 1fr 40px;
  margin-bottom: 1rem;
}
.legacy_grid .single_block .heading_block h4 {
  color: #005039;
  font-size: 2.6rem;
  font-weight: 700;
}
.legacy_grid .single_block .legacy_profile_open {
  border: none;
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.legacy_profile_modal_wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.legacy_profile_modal_wrap.is_open {
  display: block;
}

.legacy_profile_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.legacy_profile_modal {
  position: relative;
  max-width: 90%;
  max-height: min(90vh, 900px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  overflow-y: auto;
}

.legacy_profile_close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #5C5C5C;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background 0.2s ease;
}
.legacy_profile_close:hover {
  color: #005039;
  background: rgba(0, 80, 57, 0.06);
}

.legacy_profile_inner {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 8rem;
  padding: 10rem;
  align-items: start;
}
@media (max-width: 992px) {
  .legacy_profile_inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 3rem 2.4rem 3rem 2.4rem;
    padding-top: 5rem;
  }
}

.legacy_profile_photo .legacy_profile_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.legacy_profile_name {
  color: #005039;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.8rem;
}
@media (max-width: 1536px) {
  .legacy_profile_name {
    font-size: 3.6rem;
  }
}
@media (max-width: 992px) {
  .legacy_profile_name {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .legacy_profile_name {
    font-size: 2.4rem;
  }
}

.legacy_profile_role {
  margin: 0 0 2rem;
}

.legacy_profile_bio p {
  margin-bottom: 4rem;
}
.legacy_profile_bio p:last-child {
  margin-bottom: 0;
}

.visions_grid .block:nth-child(2) {
  position: relative;
}
.visions_grid .block:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media (max-width: 992px) {
  .visions_grid .block:nth-child(2)::before {
    display: none;
  }
}
.visions_grid .block:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media (max-width: 992px) {
  .visions_grid .block:nth-child(2)::after {
    display: none;
  }
}

.job_blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 1281px) {
  .job_blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .job_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job_blocks .block {
  border-radius: 2rem;
  background-color: #F6F6F6;
  border: 1px solid #D3D3D3;
  padding: 3rem;
}
.job_blocks .block .role {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .job_blocks .block .role {
    font-size: 1.8rem;
  }
}
.job_blocks .block .exp {
  margin-bottom: 1rem;
  color: #5c5c5c;
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  .job_blocks .block .exp {
    font-size: 1.4rem;
  }
}
.job_blocks .block .dotted_list li {
  font-size: 1.8rem;
  color: #005039;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .job_blocks .block .dotted_list li {
    font-size: 1.4rem;
  }
}
.job_blocks .block .btn {
  margin-top: 10rem;
}
@media (max-width: 992px) {
  .job_blocks .block .btn {
    margin-top: 2rem;
  }
}

.awardsHome_profile_modal_wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.awardsHome_profile_modal_wrap.is_open {
  display: block;
}

.awardsHome_profile_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.awardsHome_profile_modal {
  position: relative;
  max-width: 90%;
  max-height: min(90vh, 900px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  overflow-y: auto;
}

.awardsHome_profile_close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #5C5C5C;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background 0.2s ease;
}
.awardsHome_profile_close:hover {
  color: #005039;
  background: rgba(0, 80, 57, 0.06);
}
.awardsHome_profile_close:focus {
  outline: none;
}

.awardsHome_profile_inner {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 8rem;
  padding: 10rem;
  align-items: start;
}
@media (max-width: 992px) {
  .awardsHome_profile_inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 3rem 2.4rem 3rem 2.4rem;
    padding-top: 5rem;
  }
}

.awardsHome_profile_photo .awardsHome_profile_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.awardsHome_profile_name {
  color: #005039;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.8rem;
}
@media (max-width: 1536px) {
  .awardsHome_profile_name {
    font-size: 3.6rem;
  }
}
@media (max-width: 992px) {
  .awardsHome_profile_name {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .awardsHome_profile_name {
    font-size: 2.4rem;
  }
}

.awardsHome_profile_role {
  margin: 0 0 2rem;
}

.awardsHome_profile_bio p {
  margin-bottom: 4rem;
}
.awardsHome_profile_bio p:last-child {
  margin-bottom: 0;
}

.awards_container .tab-nav-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  align-items: center;
}
@media (max-width: 767px) {
  .awards_container .tab-nav-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .awards_container .tab-nav-wrap .filter-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .awards_container .tab-nav-wrap .filter-wrap > .custom-select {
    width: fit-content;
  }
}
.awards_container .tab-nav {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1536px) {
  .awards_container .tab-nav {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .awards_container .tab-nav {
    overflow-x: scroll;
  }
}
.awards_container .tab-nav .tab-btn {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 600;
  color: #c9c9c9;
  position: relative;
  padding: 0;
  font-family: "Open Sans";
}
.awards_container .tab-nav .tab-btn.active, .awards_container .tab-nav .tab-btn[aria-selected=true] {
  color: #005039;
}
.awards_container .tab-panel {
  display: none;
}
.awards_container .tab-panel.active {
  display: block;
}
.awards_container .award-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 992px) {
  .awards_container .award-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .awards_container .award-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.awards_container .award-grid .award-card {
  cursor: pointer;
}
.awards_container .award-card img {
  width: 100%;
  display: block;
  border-radius: 16px;
  margin-bottom: 2rem;
}
.awards_container .award-card p {
  font-weight: 600;
  font-size: 2.2rem;
}

.awards_profile_modal_wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.awards_profile_modal_wrap.is_open {
  display: block;
}

.awards_profile_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.awards_profile_modal {
  position: relative;
  max-width: 90%;
  max-height: min(90vh, 900px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  overflow-y: auto;
}

.awards_profile_close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #5C5C5C;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background 0.2s ease;
}
.awards_profile_close:focus-visible {
  outline: none;
}
.awards_profile_close:hover {
  color: #005039;
  background: rgba(0, 80, 57, 0.06);
}

.awards_profile_inner {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 8rem;
  padding: 10rem;
  align-items: start;
}
@media (max-width: 992px) {
  .awards_profile_inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 3rem 2.4rem 3rem 2.4rem;
    padding-top: 5rem;
  }
}

.awards_profile_photo .awards_profile_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.awards_profile_name {
  color: #005039;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 3rem 0;
}
@media (max-width: 1536px) {
  .awards_profile_name {
    font-size: 3.6rem;
  }
}
@media (max-width: 992px) {
  .awards_profile_name {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .awards_profile_name {
    font-size: 2.4rem;
  }
}

.awards_profile_role {
  margin: 0 0 2rem;
}

.awards_profile_bio p {
  margin-bottom: 4rem;
}
.awards_profile_bio p:last-child {
  margin-bottom: 0;
}

.news_and_articles .articles_container .search_items {
  margin-bottom: 4rem;
}
.news_and_articles .articles_container .search_items .search_block {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .news_and_articles .articles_container .search_items .search_block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .news_and_articles .articles_container .search_items .search_block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .news_and_articles .articles_container .search_items .search_block .block:first-child {
    grid-column: 1/-1; /* span all columns */
  }
}
.news_and_articles .articles_container .search_items .search_block .block .search_element {
  position: relative;
}
.news_and_articles .articles_container .search_items .search_block .block .search_element::after {
  content: url("../assets/icons/Search-black.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_and_articles .articles_container .search_items .search_block .block .search_element input {
  width: 100%;
  padding: 2rem 3rem;
  border-radius: 100px;
  border: 1px solid #c4c4c4;
  color: #000;
  font-size: 1.8rem;
}
@media (max-width: 1536px) {
  .news_and_articles .articles_container .search_items .search_block .block .search_element input {
    font-size: 1.6rem;
  }
}
.news_and_articles .articles_container .search_items .search_block .block .search_element input::placeholder {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1536px) {
  .news_and_articles .articles_container .search_items .search_block .block .search_element input::placeholder {
    font-size: 1.6rem;
  }
}
.news_and_articles .articles_container .list_items {
  margin-bottom: 4rem;
}
.news_and_articles .articles_container .list_items .item {
  background-color: #f6f6f6;
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 1536px) {
  .news_and_articles .articles_container .list_items .item {
    padding: 2rem;
  }
}
.news_and_articles .articles_container .list_items .item .year {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 1536px) {
  .news_and_articles .articles_container .list_items .item .year {
    font-size: 1.6rem;
  }
}
.news_and_articles .articles_container .list_items .item .item_descp {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1536px) {
  .news_and_articles .articles_container .list_items .item .item_descp {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .news_and_articles .articles_container .list_items .item .item_descp {
    font-size: 1.8rem;
  }
}
.news_and_articles .articles_container .list_items .item .last_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .news_and_articles .articles_container .list_items .item .last_block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news_and_articles .articles_container .list_items .item .last_block .headings .sub_heading {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 1536px) {
  .news_and_articles .articles_container .list_items .item .last_block .headings .sub_heading {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .news_and_articles .articles_container .list_items .item .last_block .headings .sub_heading {
    font-size: 1.8rem;
  }
}
.news_and_articles .articles_container .list_items .item .last_block .headings .heading {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0rem;
}
@media (max-width: 1536px) {
  .news_and_articles .articles_container .list_items .item .last_block .headings .heading {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .news_and_articles .articles_container .list_items .item .last_block .headings .heading {
    font-size: 1.8rem;
  }
}
.news_and_articles .articles_container .load_more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select__trigger {
  width: 100%;
  padding: 2rem;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1536px) {
  .custom-select__trigger {
    font-size: 1.6rem;
  }
}
.custom-select__trigger > .arrow {
  color: #005039;
}
.custom-select__options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: none;
  z-index: 10;
}
@media (max-width: 1536px) {
  .custom-select__options {
    font-size: 1.6rem;
  }
}
.custom-select__options li {
  padding: 10px 16px;
  cursor: pointer;
}
.custom-select__options li:hover {
  background: #f5f5f5;
}
.custom-select.open .custom-select__options {
  display: block;
}
.custom-select.open .arrow {
  transform: rotate(180deg);
}

.our_brands_section {
  padding: 10rem 0;
}
@media (max-width: 1024px) {
  .our_brands_section {
    padding: 5rem 0;
  }
}
.our_brands_section .brand_card {
  display: grid;
  border-radius: 2rem;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  margin-bottom: 10rem;
  background-color: #f9f9f9;
}
@media (max-width: 1281px) {
  .our_brands_section .brand_card {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 1024px) {
  .our_brands_section .brand_card {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }
}
.our_brands_section .brand_card .img_block {
  height: 100%;
}
.our_brands_section .brand_card .img_block > img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.our_brands_section .brand_card .text_block {
  padding: 4rem;
}
@media (max-width: 1024px) {
  .our_brands_section .brand_card .text_block {
    padding: 2rem;
  }
}
.our_brands_section .brand_card .text_block .logo_block img {
  border-radius: 0;
}
.our_brands_section .brand_card:last-child {
  margin-bottom: 0;
}
.our_brands_section .brand_card.reverse {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 1281px) {
  .our_brands_section .brand_card.reverse {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1024px) {
  .our_brands_section .brand_card.reverse {
    grid-template-columns: 1fr;
  }
}
.our_brands_section .brand_card.reverse .img_block {
  order: 1;
}
.our_brands_section .brand_card.reverse .text_block {
  padding: 4rem;
}
@media (max-width: 1024px) {
  .our_brands_section .brand_card.reverse .text_block {
    order: 2;
    padding: 2rem;
  }
}
@media (max-width: 1536px) {
  .our_brands_section .brand_card .text_block .logo_block {
    margin-bottom: 2rem;
  }
}
.our_brands_section .brand_card .text_block .title {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 1536px) {
  .our_brands_section .brand_card .text_block .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.our_brands_section .brand_card .text_block .descp {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 1536px) {
  .our_brands_section .brand_card .text_block .descp {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .our_brands_section .brand_card .text_block .descp {
    font-size: 1.4rem;
  }
}

.products_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 1281px) {
  .products_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .products_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.products_grid .single_item .img_block {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.products_grid .single_item .img_block > img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.products_grid .single_item p {
  padding: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media (max-width: 1536px) {
  .products_grid .single_item p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .products_grid .single_item p {
    font-size: 1.6rem;
  }
}

.visions_grid--no-after .block:nth-child(2)::after {
  display: none;
  content: none;
}

.value_card {
  background: #F6F0E7;
  border: 1px solid #EEE2C8;
  border-radius: 14px;
  padding: 45px 30px 35px 30px;
  min-height: 160px;
}
.value_card .number_text {
  display: block;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #e6dbc4;
  margin-bottom: 18px;
}
.value_card h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.science_care .section_title {
  width: 60%;
}
@media (max-width: 480px) {
  .science_care .section_title {
    width: 100%;
  }
}
.science_care .science-care-certifications {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
.science_care .science-care-certifications .certification-item {
  padding: 14px 16px;
  background: #F6F0E7;
  border-left: 3px solid #B29142;
}
.science_care .right {
  height: 100%;
}
.science_care .right .science-care-gallery {
  display: flex;
  gap: 1.2rem;
  height: 100%;
}
.science_care .right .science-care-gallery .gallery-main {
  flex: 1;
}
.science_care .right .science-care-gallery .gallery-main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.science_care .right .science-care-gallery .gallery-side {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  gap: 1.2px;
}
.science_care .right .science-care-gallery .gallery-side .gallery-side-item {
  flex: 1;
}
.science_care .right .science-care-gallery .gallery-side .gallery-side-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.growth_story .left .section_title {
  width: 60%;
}
.growth_story .left p {
  margin-bottom: 3rem;
}
.growth_story .right .growth-story-timeline {
  flex: 0 0 48%;
  position: relative;
  padding-left: 40px;
}
.growth_story .right .growth-story-timeline::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #B29142;
}
.growth_story .right .timeline-item {
  position: relative;
  display: flex;
  gap: 24px;
}
.growth_story .right .timeline-item:not(:last-child) {
  margin-bottom: 40px;
}
.growth_story .right .timeline-item .timeline-item-dot {
  position: absolute;
  left: -35px;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #B29142;
  z-index: 2;
}
.growth_story .right .timeline-item .timeline-item-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #B29142;
}
.growth_story .right .timeline-item .timeline-item-content h3 {
  margin-bottom: 1rem;
  color: #005039;
  font-size: 1.8rem;
  font-weight: 700;
}

.author_quote_section .quote-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.author_quote_section .quote-inner-wrapper blockquote {
  margin: 0 auto 1.5rem;
  max-width: 820px;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  color: #000;
}
@media (max-width: 480px) {
  .author_quote_section .quote-inner-wrapper blockquote {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.author_quote_section .quote-inner-wrapper .author {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.timeline {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .timeline {
    max-width: 90%;
  }
}

.timeline-progress {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0%;
  width: 3px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .timeline-progress {
    top: 5%;
    bottom: 5%;
  }
}
.timeline-progress__track {
  position: absolute;
  inset: 0;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: repeating-linear-gradient(to bottom, rgba(0, 80, 57, 0.2) 0, rgba(0, 80, 57, 0.2) 6px, transparent 6px, transparent 14px);
}
.timeline-progress__fill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 0;
  border-radius: 3px;
  background: linear-gradient(180deg, #10864F 0%, #005039 45%, #B29142 100%);
  box-shadow: 0 0 10px rgba(0, 80, 57, 0.35);
  will-change: height;
}

.timelineBlock {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 0;
  margin-bottom: 15rem;
  align-items: center;
}
@media (max-width: 992px) {
  .timelineBlock {
    margin-bottom: 8rem;
  }
}

.timelineBlock.is-active .node-dot {
  transform: scale(1.25);
  background: #005039;
  box-shadow: 0 0 0 4px #fff, 0 0 0 7px #B29142, 0 0 14px rgba(178, 145, 66, 0.45);
  transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.timelineBlock.right .content {
  grid-column: 3;
  grid-row: 1;
}

.timelineBlock.right .node {
  grid-column: 2;
  grid-row: 1;
}

.timelineBlock.right .visual {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.timelineBlock.left .visual {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .timelineBlock.left .visual {
    justify-content: flex-start;
  }
}

.timelineBlock.left .node {
  grid-column: 2;
  grid-row: 1;
}

.timelineBlock.left .content {
  grid-column: 1;
  grid-row: 1;
}

.node {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.node-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #005039;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px rgba(178, 145, 66, 0.35);
  flex-shrink: 0;
  transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.node::before,
.node::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 135px;
  height: 0;
  border-top: 1px dashed #005039;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1536px) {
  .node::before,
  .node::after {
    width: 75px;
  }
}

.node::before {
  right: 50%;
}

.node::after {
  left: 50%;
}

.timelineBlock.left .node::after {
  display: none;
}

.timelineBlock.right .node::before {
  display: none;
}

.content {
  max-width: 75%;
}
@media (max-width: 992px) {
  .content {
    max-width: 100%;
  }
}

.timelineBlock.right .content {
  padding: 0 0 0 32px;
  position: relative;
  left: 15%;
  height: 100%;
  top: 45%;
}
@media (max-width: 992px) {
  .timelineBlock.right .content {
    left: 0%;
    top: auto;
  }
}

.timelineBlock.left .content {
  padding: 0 32px 0 0;
  height: 100%;
  top: 45%;
  position: relative;
}
@media (max-width: 992px) {
  .timelineBlock.left .content {
    top: auto;
  }
}

.timelineBlock-title {
  color: #005039;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 1536px) {
  .timelineBlock-title {
    font-size: 2.4rem;
  }
}

.timelineBlock-body {
  list-style: none;
}

.timelineBlock-body li {
  font-size: 1.6rem;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 1.4;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1536px) {
  .timelineBlock-body li {
    font-size: 1.4rem;
  }
}

.timelineBlock-body li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000000;
  font-size: 13px;
  top: 0px;
}

.visual {
  border-radius: 2rem;
}
.visual > img {
  border-radius: 2rem;
  border: 2px solid #005039;
}

/* ─── Responsive ────────────────────────────────────── */
@media (max-width: 992px) {
  .timeline-progress {
    left: 10px;
    transform: none;
  }
  .timelineBlock {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
  }
  .timelineBlock.right .content,
  .timelineBlock.left .content {
    grid-column: 2;
    grid-row: 2;
    padding: 4rem 0 0 0;
  }
  .timelineBlock.right .node,
  .timelineBlock.left .node {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    padding-left: 3px;
  }
  .timelineBlock.right .visual,
  .timelineBlock.left .visual {
    grid-column: 2;
    grid-row: 1;
  }
  .node::before {
    display: none;
  }
  .timelineBlock.left .node::after {
    display: block;
    width: 20px;
    left: 20px;
  }
  .timelineBlock.right .node::after {
    display: block;
    width: 20px;
    left: 20px;
  }
}
.factories {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1536px) {
  .factories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .factories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.factories .block {
  border-radius: 2rem;
  border: 2px solid #eee2c8;
  background-color: #f6f0e7;
  padding: 4rem;
}
@media (max-width: 1536px) {
  .factories .block {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .factories .block {
    padding: 2rem;
  }
}
.factories .block .icon {
  margin-bottom: 6rem;
}
@media (max-width: 1536px) {
  .factories .block .icon {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .factories .block .icon {
    margin-bottom: 2rem;
  }
}
.factories .block .flag_block {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 6rem;
}
@media (max-width: 1536px) {
  .factories .block .flag_block {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .factories .block .flag_block {
    margin-bottom: 2rem;
  }
}
.factories .block .flag_block > p {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 600;
}
.factories .block .region_block {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3137254902);
}
.factories .block .region_block > p {
  font-size: 1.6rem;
}
.factories .block .trend_block {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.factories .block .trend_block > p {
  font-size: 1.6rem;
  color: #005039;
}

.map-bg {
  background: linear-gradient(180deg, #005039 0%, #002017 100%);
}

.map-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1536px) {
  .map-row {
    gap: 20px;
  }
}
@media (max-width: 1281px) {
  .map-row {
    flex-direction: column;
  }
}
.map-row .map-col {
  flex: 65;
}
@media (max-width: 1281px) {
  .map-row .map-col {
    width: 100%;
  }
}
.map-row .map-list {
  flex: 35;
}
@media (max-width: 1536px) {
  .map-row .map-list {
    gap: 10px;
  }
}
@media (max-width: 1281px) {
  .map-row .map-list {
    width: 100%;
  }
}
.map-row .map-list .map-item .country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 10px;
}
@media (max-width: 1536px) {
  .map-row .map-list .map-item .country-list {
    gap: 20px;
  }
}
.map-row .map-list .map-item .country-list li {
  width: calc(50% - 20px);
  list-style: none;
  cursor: pointer;
  list-style: none;
  color: #fff;
  display: inline-flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  transition: all 0.3s ease;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.68rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px; /* 150% */
  letter-spacing: -0.407px;
}
@media (max-width: 1536px) {
  .map-row .map-list .map-item .country-list li {
    padding: 12px;
    font-size: 1.48rem;
    width: calc(50% - 10px);
  }
}
@media (max-width: 1281px) {
  .map-row .map-list .map-item .country-list li {
    width: calc(25% - 15px);
  }
}
@media (max-width: 767px) {
  .map-row .map-list .map-item .country-list li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .map-row .map-list .map-item .country-list li {
    gap: 10px;
  }
}
.map-row .map-list .map-item .country-list li.active {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.05);
}
.map-row .map-list .map-item .country-list li .country-icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 16777200px;
  background: rgba(201, 162, 90, 0.2);
}

.map-container {
  width: 100%;
  position: relative;
  overflow: visible;
}

.map-svg {
  width: 100%;
  height: auto;
}

.country-label {
  fill: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  dominant-baseline: middle;
  visibility: hidden;
}
.country-label.active {
  visibility: visible;
}

.country-pin {
  fill: #b29142;
  cursor: pointer;
  transition: fill 0.3s ease;
}
.country-pin.active {
  fill: #ffd700;
}

.impactSection {
  margin-top: 8rem;
}
.impactSection .impactContainer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 1536px) {
  .impactSection .impactContainer {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1024px) {
  .impactSection .impactContainer {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.impactSection .impactContainer .impactSidebar {
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactSidebar {
    position: relative;
    top: auto;
  }
}
.impactSection .impactContainer .impactSidebar .toc {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 3rem;
  border-bottom: 1px solid #898989;
  margin-bottom: 3rem;
}
.impactSection .impactContainer .impactSidebar .timelineNav {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactSidebar .timelineNav {
    gap: 0rem;
  }
}
.impactSection .impactContainer .impactSidebar .timelineNav .navItem {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactSidebar .timelineNav .navItem {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(137, 137, 137, 0.3137254902);
    margin-bottom: 1.6rem;
  }
}
.impactSection .impactContainer .impactSidebar .timelineNav .navItem.active .number {
  background: #006341;
  color: #fff;
}
.impactSection .impactContainer .impactSidebar .timelineNav .navItem.active .text {
  color: #006341;
  font-weight: 600;
}
.impactSection .impactContainer .impactSidebar .timelineNav .navItem .number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #898989;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  flex: 0 0 24px;
}
.impactSection .impactContainer .impactSidebar .timelineNav .navItem .text {
  font-size: 2.2rem;
  color: #898989;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactSidebar .timelineNav .navItem .text {
    font-size: 1.6rem;
  }
}
.impactSection .impactContainer .impactContent {
  flex: 1;
}
.impactSection .impactContainer .impactContent .contentBlock {
  padding-bottom: 12rem;
  display: grid;
  grid-template-columns: 80px auto;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactContent .contentBlock {
    padding-bottom: 6rem;
    grid-template-columns: 55px auto;
  }
}
.impactSection .impactContainer .impactContent .contentBlock .numeral span {
  border-radius: 10px;
  background-color: #005039;
  font-size: 2.2rem;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactContent .contentBlock .numeral span {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
  }
}
.impactSection .impactContainer .impactContent .contentBlock .content {
  max-width: 100%;
}
.impactSection .impactContainer .impactContent .contentBlock .content .heading {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 3rem;
}
.impactSection .impactContainer .impactContent .contentBlock .content .descp {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #000;
}
@media (max-width: 767px) {
  .impactSection .impactContainer .impactContent .contentBlock .content .descp {
    font-size: 1.6rem;
  }
}
.impactSection .impactContainer .impactContent .contentBlock .content .innerGreenList {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 30px 1fr;
}
.impactSection .impactContainer .impactContent .contentBlock .content .innerGreenList > span {
  margin-top: 4px;
  background: #006341;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactContent .contentBlock .content .innerGreenList > span {
    margin-top: 0px;
  }
}
.impactSection .impactContainer .impactContent .contentBlock .content .innerGreenList {
  font-size: 2.2rem;
  color: #005039;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactContent .contentBlock .content .innerGreenList {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.impactSection .impactContainer .impactContent .contentBlock .content > ul {
  list-style-type: disc;
  margin-left: 3rem;
}
.impactSection .impactContainer .impactContent .contentBlock .content > ul > li {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 1024px) {
  .impactSection .impactContainer .impactContent .contentBlock .content > ul > li {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.form_wrapper {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 8rem;
}
@media (max-width: 1536px) {
  .form_wrapper {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .form_wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .form_wrapper {
    gap: 4rem;
  }
}
.form_wrapper .form_block .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .form_wrapper .form_block .form {
    grid-template-columns: 1fr;
  }
}
.form_wrapper .form_block .form .form_group {
  display: flex;
  flex-direction: column;
}
.form_wrapper .form_block .form .form_group.grid_max {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .form_wrapper .form_block .form .form_group.grid_max {
    grid-column: span 1;
  }
}
.form_wrapper .form_block .form .form_group label {
  font-size: 1.8rem;
  font-weight: 400;
  color: #5C5C5C;
  margin-bottom: 1.2rem;
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group label {
    font-size: 1.6rem;
  }
}
.form_wrapper .form_block .form .form_group input {
  padding: 2rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group input {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
}
@media (max-width: 767px) {
  .form_wrapper .form_block .form .form_group input {
    padding: 1.6rem;
  }
}
.form_wrapper .form_block .form .form_group input::placeholder {
  color: #BCBCBC;
  font-size: 1.8rem;
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group input::placeholder {
    font-size: 1.6rem;
  }
}
.form_wrapper .form_block .form .form_group select {
  padding: 2rem;
  padding-right: 4.5rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23BCBCBC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.2rem;
  cursor: pointer;
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group select {
    font-size: 1.6rem;
    padding: 1.8rem;
    padding-right: 4rem;
    background-position: right 1.8rem center;
  }
}
@media (max-width: 767px) {
  .form_wrapper .form_block .form .form_group select {
    padding: 1.6rem;
    padding-right: 3.8rem;
    background-position: right 1.6rem center;
  }
}
.form_wrapper .form_block .form .form_group select:invalid {
  color: #BCBCBC;
}
.form_wrapper .form_block .form .form_group select option {
  color: #000;
}
.form_wrapper .form_block .form .form_group select option[disabled] {
  display: none;
}
.form_wrapper .form_block .form .form_group textarea {
  padding: 2rem;
  font-size: 1.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group textarea {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
}
@media (max-width: 767px) {
  .form_wrapper .form_block .form .form_group textarea {
    padding: 1.6rem;
  }
}
.form_wrapper .form_block .form .form_group textarea::placeholder {
  color: #BCBCBC;
  font-size: 1.8rem;
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group textarea::placeholder {
    font-size: 1.6rem;
  }
}
.form_wrapper .form_block .form .form_group .error_message {
  font-size: 1.4rem;
  color: #FF0000;
  margin-top: 0.5rem;
  display: none;
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group .error_message {
    font-size: 1.2rem;
  }
}
.form_wrapper .form_block .form .form_group .privacy_policy {
  font-family: 1.8rem;
}
@media (max-width: 1536px) {
  .form_wrapper .form_block .form .form_group .privacy_policy {
    font-size: 1.6rem;
  }
}
.form_wrapper .form_block .form .form_group .privacy_policy > a {
  color: #B29142;
}
.form_wrapper .detail_block {
  border-radius: 1rem;
  padding: 4rem;
  background: linear-gradient(90deg, #082C1A 0%, #25573B 100%);
}
@media (max-width: 767px) {
  .form_wrapper .detail_block {
    padding: 2.4rem;
  }
}
.form_wrapper .detail_block .heading {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  color: #fff;
  margin-bottom: 4rem;
}
@media (max-width: 1536px) {
  .form_wrapper .detail_block .heading {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .form_wrapper .detail_block .heading {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.form_wrapper .detail_block .detail {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .form_wrapper .detail_block .detail {
    margin-bottom: 2.4rem;
  }
}
.form_wrapper .detail_block .detail:last-child {
  margin-bottom: 0;
}
.form_wrapper .detail_block .detail .heading_detail {
  font-size: 1.8rem;
  color: #B29142;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
@media (max-width: 1536px) {
  .form_wrapper .detail_block .detail .heading_detail {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.form_wrapper .detail_block .detail .descp_detail p {
  font-size: 1.8;
  color: #fff;
}
@media (max-width: 1536px) {
  .form_wrapper .detail_block .detail .descp_detail p {
    font-size: 1.6rem;
  }
}

.customTableWrapper {
  overflow-x: auto;
}

.customTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
}
.customTable thead th {
  background: #005c42;
  color: #fff;
  text-align: left;
  padding: 2rem;
  font-weight: 600;
  border: 1px solid #d9d3ca;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .customTable thead th {
    font-size: 1.6rem;
  }
}
.customTable thead th:first-child {
  border-top-left-radius: 12px;
  border-top: 0px;
  border-left: 0px;
}
.customTable thead th:nth-child(2) {
  border-top: 0px;
  border-bottom: 0px;
}
.customTable thead th:last-child {
  border-top-right-radius: 12px;
  border-top: 0px;
  border-right: 0px;
}
.customTable tbody tr {
  background: #F6F0E7;
}
.customTable tbody tr:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.customTable tbody td {
  padding: 2rem;
  border: 1px solid #ffffff;
  vertical-align: top;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #000000;
}
@media (max-width: 767px) {
  .customTable tbody td {
    font-size: 1.4rem;
    padding: 1.4rem;
  }
}
.customTable tbody td .downloads {
  display: flex;
  gap: 2rem;
}
.customTable tbody td .downloads a {
  color: #10864F;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.customTable tbody td .lists ul li {
  font-size: 1.6rem;
  color: #000000;
  list-style: disc;
}
@media (max-width: 767px) {
  .customTable tbody td .lists ul li {
    font-size: 1.4rem;
  }
}
.customTable tbody td .lists ul li::marker {
  color: #c98c2a;
}
.customTable tbody td .lists ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.customTable .srCol {
  width: 50px;
  text-align: center;
}
.customTable tbody td:first-child {
  text-align: center;
  width: 50px;
}
.customTable a {
  color: #333;
  text-decoration: underline;
}
.customTable a:hover {
  color: #005c42;
}
.customTable ul {
  margin: 0;
  padding-left: 16px;
}
.customTable ul li::marker {
  color: #c98c2a;
}

.green_bk_quote .quote-inner-wrapper {
  background-color: #005039;
  border-radius: 2rem;
  padding: 7rem;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 992px) {
  .green_bk_quote .quote-inner-wrapper {
    padding: 2rem;
  }
}
.green_bk_quote .quote-inner-wrapper blockquote {
  color: #fff;
}
.green_bk_quote .quote-inner-wrapper .author {
  color: #fff;
}

.core_beliefs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 1536px) {
  .core_beliefs {
    margin-top: 1.5rem;
  }
}
.core_beliefs .child-core-beliefs {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #F6F0E7;
  border: 2px solid #EEE2C8;
}
@media (max-width: 1536px) {
  .core_beliefs .child-core-beliefs {
    padding: 1rem;
  }
}

.impact_initiatives .tab-nav {
  padding: 1rem 0rem;
}
@media (max-width: 992px) {
  .impact_initiatives .tab-nav {
    width: 100%;
    padding: 1.2rem 0rem;
  }
}
.impact_initiatives .tab-nav .tab-btn {
  min-width: fit-content;
}
.impact_initiatives .impact-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .impact_initiatives .impact-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
    column-gap: 0rem;
  }
}
.impact_initiatives .impact-grid .impact-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  grid-column: span 2;
}
@media (max-width: 1281px) {
  .impact_initiatives .impact-grid .impact-card {
    grid-column: span 3;
  }
}
.impact_initiatives .impact-grid .impact-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}
.impact_initiatives .impact-grid .impact-card:hover img {
  transform: scale(1.08);
}
.impact_initiatives .impact-grid .impact-card:hover .description {
  max-height: 120px;
  opacity: 0.85;
  transform: translateY(0);
  margin-top: 2rem;
}
.impact_initiatives .impact-grid .impact-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0) 100%);
}
.impact_initiatives .impact-grid .impact-card .content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 100%;
}
.impact_initiatives .impact-grid .impact-card .category {
  display: inline-block;
  font-size: 1.8rem;
  color: #B29142;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media (max-width: 1536px) {
  .impact_initiatives .impact-grid .impact-card .category {
    font-size: 1.6rem;
  }
}
.impact_initiatives .impact-grid .impact-card .category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #B29142;
  transform: translateY(-50%);
}
@media (max-width: 1536px) {
  .impact_initiatives .impact-grid .impact-card .category::before {
    top: 8px;
  }
}
.impact_initiatives .impact-grid .impact-card h3 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1536px) {
  .impact_initiatives .impact-grid .impact-card h3 {
    font-size: 2rem;
  }
}
.impact_initiatives .impact-grid .impact-card .location {
  color: #fff;
  opacity: 0.85;
  align-items: center;
  gap: 6px;
  display: flex;
}
.impact_initiatives .impact-grid .impact-card .location > img {
  width: auto;
  height: auto;
}
.impact_initiatives .impact-grid .impact-card .description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(15px);
  transition: all 0.4s ease;
  margin-top: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 767px) {
  .impact_initiatives .impact-grid .impact-card .description {
    font-size: 1.4rem;
  }
}
.impact_initiatives .impact-grid .impact-card.large {
  grid-column: span 3;
}
@media (max-width: 767px) {
  .impact_initiatives .impact-grid .impact-card.large {
    aspect-ratio: 6/9;
  }
}

.min_height_page {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.min_height_page .container > .h2 {
  font-size: 6.2rem !important;
}
@media (max-width: 992px) {
  .min_height_page .container > .h2 {
    font-size: 3.2rem !important;
  }
}
.min_height_page .container > p {
  font-size: 2.4rem;
}
@media (max-width: 992px) {
  .min_height_page .container > p {
    font-size: 1.8rem;
  }
}
.min_height_page .container > .btn_block {
  display: flex;
  justify-content: center;
}

.care_and_growth_block .block {
  position: relative;
}
.care_and_growth_block .block .overlay_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .care_and_growth_block .block .overlay_block {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.care_and_growth_block .block .overlay_block .text_block {
  position: absolute;
  bottom: 8rem;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media (max-width: 1536px) {
  .care_and_growth_block .block .overlay_block .text_block {
    padding-right: 3rem;
    padding-left: 3rem;
    bottom: 3rem;
  }
}
.care_and_growth_block .block .overlay_block .text_block > h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 1536px) {
  .care_and_growth_block .block .overlay_block .text_block > h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .care_and_growth_block .block .overlay_block .text_block > h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.care_and_growth_block .block .overlay_block .text_block > p {
  font-size: 2.2rem;
}
@media (max-width: 1536px) {
  .care_and_growth_block .block .overlay_block .text_block > p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .care_and_growth_block .block .overlay_block .text_block > p {
    font-size: 1.6rem;
  }
}

.testimonial_section .testimonial_slider {
  overflow: hidden;
}
.testimonial_section .testimonial_slider .card {
  padding: 6rem;
  border-radius: 2rem;
}
@media (max-width: 1536px) {
  .testimonial_section .testimonial_slider .card {
    padding: 2.4rem;
  }
}
.testimonial_section .testimonial_slider .card .img_block {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media (max-width: 1536px) {
  .testimonial_section .testimonial_slider .card .img_block {
    margin-bottom: 2rem;
  }
}
.testimonial_section .testimonial_slider .card .text {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 4rem;
}
@media (max-width: 1536px) {
  .testimonial_section .testimonial_slider .card .text {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.testimonial_section .testimonial_slider .card .testimonial_by .name {
  font-size: 2.2rem;
  color: #005039;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 1536px) {
  .testimonial_section .testimonial_slider .card .testimonial_by .name {
    font-size: 1.8rem;
  }
}
.testimonial_section .testimonial_slider .card .testimonial_by .position {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 1536px) {
  .testimonial_section .testimonial_slider .card .testimonial_by .position {
    font-size: 1.6rem;
  }
}
.testimonial_section .testimonial_slider .card .testimonial_by .duration {
  font-size: 1.8rem;
}
@media (max-width: 1536px) {
  .testimonial_section .testimonial_slider .card .testimonial_by .duration {
    font-size: 1.6rem;
  }
}
.testimonial_section .testimonial_slider_utils {
  gap: 3rem;
}
@media (max-width: 992px) {
  .testimonial_section .testimonial_slider_utils {
    justify-content: space-between;
  }
}
.testimonial_section .swiper_pagination_testimonial_2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B29142;
}
.testimonial_section .buttons_2 .swiper-button-prev.swiper-button-disabled {
  color: #B29142;
  border-color: #B29142;
  background: transparent;
  opacity: 1;
}
.testimonial_section .buttons_2 .swiper-button-next.swiper-button-disabled {
  color: #B29142;
  border-color: #B29142;
  background: transparent;
  opacity: 1;
}

.masonry_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .masonry_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.masonry_grid .left > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.masonry_grid .right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.masonry_grid .right > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.masonry_grid .right .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .masonry_grid .right .top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.masonry_grid .right .top > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.masonry_grid .right .bottom > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.hri_advantage_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 1281px) {
  .hri_advantage_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .hri_advantage_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.hri_advantage_grid .block {
  padding: 2rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  align-items: center;
  border-radius: 2rem;
  background-color: #fff;
}
@media (max-width: 1536px) {
  .hri_advantage_grid .block {
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 767px) {
  .hri_advantage_grid .block {
    grid-template-columns: 80px 1fr;
  }
}
@media (max-width: 1536px) {
  .hri_advantage_grid .block .img_block img {
    width: 80px;
    height: 80px;
  }
}
.hri_advantage_grid .block .text_block p {
  font-size: 2rem;
}
@media (max-width: 1536px) {
  .hri_advantage_grid .block .text_block p {
    font-size: 1.6rem;
  }
}

.leadership_testimonials_section .leadership_testimonial_slider {
  overflow: hidden;
}
.leadership_testimonials_section .leadership_testimonial_slider .swiper-wrapper .swiper-slide .leadership_card_img {
  display: none;
}
@media (max-width: 767px) {
  .leadership_testimonials_section .leadership_testimonial_slider .swiper-wrapper .swiper-slide .leadership_card_img {
    display: block;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 0rem;
  }
  .leadership_testimonials_section .leadership_testimonial_slider .swiper-wrapper .swiper-slide .leadership_card_img > img {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 0rem;
  }
}
.leadership_testimonials_section .leadership_testimonial_slider .swiper-wrapper .swiper-slide.swiper-slide-active .leadership_card .leadership_card_img {
  display: block;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.leadership_testimonials_section .leadership_testimonial_slider .swiper-wrapper .swiper-slide.swiper-slide-active .leadership_card .leadership_card_img > img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card {
  display: flex;
  border-radius: 2rem;
  overflow: hidden;
  min-height: 38rem;
}
@media (max-width: 1536px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card {
    min-height: 32rem;
  }
}
@media (max-width: 767px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card {
    flex-direction: column;
    min-height: auto;
  }
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_img {
  flex: 0 0 48%;
}
@media (max-width: 767px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_img {
    flex: none;
    height: 28rem;
  }
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content {
  flex: 1;
  background: linear-gradient(180deg, #005039 0%, #002017 100%);
  padding: 4rem 5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
}
@media (max-width: 1536px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content {
    padding: 4rem 2.4rem 2.4rem;
  }
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .quote_icon {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 7rem;
  height: 3rem;
}
@media (max-width: 1536px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .quote_icon {
    top: 2rem;
    right: 2rem;
    width: 5.2rem;
  }
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .quote {
  font-size: 2.2rem;
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 1536px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .quote {
    font-size: 1.8rem;
    padding-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .quote {
    font-size: 1.6rem;
    padding-top: 2rem;
  }
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .leadership_by .name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (max-width: 1536px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .leadership_by .name {
    font-size: 1.8rem;
  }
}
.leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .leadership_by .designation {
  font-size: 1.6rem;
}
@media (max-width: 1536px) {
  .leadership_testimonials_section .leadership_testimonial_slider .leadership_card .leadership_card_content .leadership_by .designation {
    font-size: 1.4rem;
  }
}
.leadership_testimonials_section .leadership_testimonial_utils {
  gap: 3rem;
}
@media (max-width: 992px) {
  .leadership_testimonials_section .leadership_testimonial_utils {
    justify-content: space-between;
  }
}
.leadership_testimonials_section .swiper_pagination_leadership .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B29142;
}
.leadership_testimonials_section .leadership_buttons .swiper-button-prev.swiper-button-disabled {
  color: #B29142;
  border-color: #B29142;
  background: transparent;
  opacity: 1;
}
.leadership_testimonials_section .leadership_buttons .swiper-button-next.swiper-button-disabled {
  color: #B29142;
  border-color: #B29142;
  background: transparent;
  opacity: 1;
}

.gptw {
  position: relative;
}
.gptw .img-block {
  position: relative;
}
.gptw .img-block .img-banner.d-mobile-block {
  aspect-ratio: 9/16;
  object-fit: cover;
}
.gptw .img-block .img-gptw {
  position: absolute;
  top: 0;
  right: 10%;
}
.gptw .text-block {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
}

.search_items {
  margin-bottom: 4rem;
}
.search_items .search_block {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .search_items .search_block {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 767px) {
  .search_items .search_block {
    grid-template-columns: 1fr;
  }
}
.search_items .search_block .block .search_element {
  position: relative;
}
.search_items .search_block .block .search_element::after {
  content: url("../assets/icons/Search-black.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(1);
}
.search_items .search_block .block .search_element input {
  width: 100%;
  padding: 2rem 3rem;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #c4c4c4;
  font-size: 1.8rem;
  background-color: transparent;
}
@media (max-width: 1536px) {
  .search_items .search_block .block .search_element input {
    font-size: 1.6rem;
  }
}
.search_items .search_block .block .search_element input::placeholder {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1536px) {
  .search_items .search_block .block .search_element input::placeholder {
    font-size: 1.6rem;
  }
}
.search_items .search_block .block .custom-select .custom-select__trigger {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.search_items .search_block .block .custom-select .custom-select__trigger .arrow {
  color: #fff;
}

.listings {
  margin-top: 6rem;
}
@media (max-width: 1536px) {
  .listings {
    margin-top: 0rem;
  }
}
.listings .item {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1536px) {
  .listings .item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.listings .item .post_date {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2rem;
}
.listings .item .job_title {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media (max-width: 1536px) {
  .listings .item .job_title {
    font-size: 2rem;
  }
}
.listings .item .long_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listings .item .long_block .left ul {
  display: flex;
  gap: 4rem;
  list-style: none;
}
@media (max-width: 767px) {
  .listings .item .long_block .left ul {
    flex-direction: column;
    gap: 1rem;
  }
}
.listings .item .long_block .left ul li {
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 1536px) {
  .listings .item .long_block .left ul li {
    font-size: 1.6rem;
  }
}
.listings .item .long_block .left ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B29142;
  border-radius: 50%;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bg-Cream-White {
  background: #fdfaf1;
}

.contentBlock.contentBlock-with-border-top {
  border-top: 4px solid #005039;
  background: #fff;
  display: flex !important;
  padding: 6rem !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  align-self: stretch;
  margin-bottom: 12rem;
  width: 100%;
}
@media (max-width: 1281px) {
  .contentBlock.contentBlock-with-border-top {
    padding: 3rem !important;
  }
}
.contentBlock.contentBlock-with-border-top p {
  color: #000;
  font-family: "Open Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.impactSection .impactContainer .impactContent .contentBlock .content .ecoomarce-list {
  display: flex;
  flex-direction: row;
  margin-left: 0px !important;
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 1281px) {
  .impactSection .impactContainer .impactContent .contentBlock .content .ecoomarce-list {
    flex-wrap: wrap;
  }
}
.impactSection .impactContainer .impactContent .contentBlock .content .ecoomarce-list li {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #f6f0e7;
  list-style-type: none;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin-bottom: 3rem;
  white-space: nowrap;
}
@media (max-width: 1281px) {
  .impactSection .impactContainer .impactContent .contentBlock .content .ecoomarce-list li {
    width: calc(33.333% - 1rem);
  }
}

.contact-wrapper-info {
  width: 100%;
  margin: 0 auto;
}
.contact-wrapper-info .info-card {
  border-radius: 10px;
  border: 2px solid #eee2c8;
  background: #f6f0e7;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.contact-wrapper-info .info-card .label {
  color: #b29142;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .contact-wrapper-info .info-card .label {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.contact-wrapper-info .info-card .value {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
@media (max-width: 1024px) {
  .contact-wrapper-info .info-card .value {
    font-size: 1.6rem;
  }
}
.contact-wrapper-info .info-card .value.phone {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-wrapper-info .info-card .value a {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-wrapper-info .info-card.full-width {
  margin-bottom: 30px;
}
.contact-wrapper-info .contact-grid {
  display: flex;
  gap: 30px;
}
@media (max-width: 1281px) {
  .contact-wrapper-info .contact-grid {
    flex-direction: column;
  }
}
.contact-wrapper-info .contact-grid .info-card {
  flex: 1;
  min-height: 130px;
}

.compliance-card {
  border-radius: 10px;
  background: linear-gradient(90deg, #082c1a 0%, #25573b 100%);
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  margin-bottom: 30px;
  margin-top: 30px;
}
.compliance-card .officer-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.compliance-card .officer-icon {
  width: 49px;
  height: 49px;
  min-width: 49px;
  border-radius: 50%;
  background: rgba(255, 196, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.compliance-card .officer-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.compliance-card .officer-details h3 {
  color: #fff;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.compliance-card .officer-details p {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.compliance-card .divider-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0px 0;
}
.compliance-card .office-section,
.compliance-card .contact-block,
.compliance-card .timing-section {
  width: 100%;
}
.compliance-card .office-section h4,
.compliance-card .contact-block h4,
.compliance-card .timing-section h4 {
  color: #b29142;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  margin-bottom: 1rem;
}
.compliance-card .office-section p,
.compliance-card .office-section a,
.compliance-card .contact-block p,
.compliance-card .contact-block a,
.compliance-card .timing-section p,
.compliance-card .timing-section a {
  margin: 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-decoration: none;
}
.compliance-card .office-section a,
.compliance-card .contact-block a,
.compliance-card .timing-section a {
  text-decoration: underline;
}
.compliance-card .contact-row {
  display: flex;
  gap: 20px;
  margin: 0px 0;
  width: 100%;
}
.compliance-card .contact-block {
  flex: 1;
}
.compliance-card .timing-section {
  margin-top: 8px;
}
@media (max-width: 1281px) {
  .compliance-card {
    padding: 20px;
  }
  .compliance-card .contact-row {
    flex-direction: column;
    gap: 16px;
  }
}

#search-form {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 4rem;
}
@media (min-width: 1921px) {
  #search-form {
    max-width: 1524px;
  }
}
@media (max-width: 1536px) {
  #search-form {
    padding-top: 10rem;
  }
}
@media (max-width: 1281px) {
  #search-form {
    padding-top: 8rem;
  }
}
@media (max-width: 992px) {
  #search-form {
    padding-top: 8rem;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  #search-form {
    padding-top: 6rem;
  }
}

#edit-basic {
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
}

#edit-basic .js-form-item {
  margin-bottom: 20px;
}

#edit-basic .js-form-item #edit-keys {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  margin-top: 2rem;
}
#edit-basic .js-form-item #edit-keys::placeholder {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

#edit-basic #edit-submit {
  background-color: #005039;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}

.search-help-link {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.results-block {
  padding-bottom: 12rem;
}
@media (min-width: 1921px) {
  .results-block {
    max-width: 1524px;
  }
}
@media (max-width: 1536px) {
  .results-block {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1281px) {
  .results-block {
    padding-bottom: 8rem;
  }
}
@media (max-width: 992px) {
  .results-block {
    padding-bottom: 8rem;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .results-block {
    padding-bottom: 6rem;
  }
}
.results-block em {
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .results-block em {
    font-size: 1.8rem;
  }
}
.results-block h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .results-block h2 {
    font-size: 1.8rem;
  }
}
.results-block ol li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3137254902);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.results-block ol li h3 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.results-block ol li h3 > a {
  color: #005039;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 992px) {
  .results-block ol li h3 {
    font-size: 1.6rem;
  }
}
.results-block ol li p {
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .results-block ol li p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=main.css.map */
