@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AKTIVGROTESKSTDBD.eot");
  src:
    url("../fonts/AKTIVGROTESKSTDBD.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AKTIVGROTESKSTDBD.woff2") format("woff2"),
    url("../fonts/AKTIVGROTESKSTDBD.woff") format("woff"),
    url("../fonts/AKTIVGROTESKSTDBD.TTF") format("truetype"),
    url("../fonts/AKTIVGROTESKSTDBD.svg#Aktiv Grotesk") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AKTIVGROTESKSTDMD.eot");
  src:
    url("../fonts/AKTIVGROTESKSTDMD.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AKTIVGROTESKSTDMD.woff2") format("woff2"),
    url("../fonts/AKTIVGROTESKSTDMD.woff") format("woff"),
    url("../fonts/AKTIVGROTESKSTDMD.TTF") format("truetype"),
    url("../fonts/AKTIVGROTESKSTDMD.svg#Aktiv Grotesk") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AKTIVGROTESKSTDLT.eot");
  src:
    url("../fonts/AKTIVGROTESKSTDLT.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AKTIVGROTESKSTDLT.woff2") format("woff2"),
    url("../fonts/AKTIVGROTESKSTDLT.woff") format("woff"),
    url("../fonts/AKTIVGROTESKSTDLT.TTF") format("truetype"),
    url("../fonts/AKTIVGROTESKSTDLT.svg#Aktiv Grotesk") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src:
    url("../fonts/AktivGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src:
    url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 16px;
}

html,
body {
  font-family: "Aktiv Grotesk", sans-serif;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 50;
  overflow: hidden;
}
#preloader .main_star_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#preloader .main_star {
  width: 75px;
  height: auto;
}

.fixed_nav_top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  padding: 10px 40px;
  pointer-events: none;
}

.nav_logo_filler {
  visibility: hidden;
}

.nav_logo_filler img {
  height: 130px;
  width: auto;
}

.nav_logo_fixed {
  position: fixed;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  z-index: 5;
  transform: translate(-50%, -100%);
  scale: 1.5;
}

.nav_logo_fixed img {
  height: 130px;
  width: auto;
}

.nav_right_items {
  pointer-events: auto;
  position: relative;
}

.nav_search_container {
  background-color: #3a3a3a;
  display: flex;
  padding: 7.5px 7.5px 7.5px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 15;
  align-items: center;
  gap: 15px;
}

.nav_search_container p {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  font-weight: 100;
}

.nav_search_wrapper {
  display: none;
}

.nav_search_wrapper form {
  width: auto;
  height: auto;
  position: relative;
}

.nav_search {
  position: relative;
  width: auto;
  height: auto;
}

.nav_search img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}

.nav_search input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  outline: none;
  height: 35px;
  width: 125px;
  transition: all 0.25s ease-in-out;
  transform-origin: right;
  padding: 0 10px 0 30px;
}

.nav_search input:focus {
  width: 200px;
}

.nav_button {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 35px;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.nav_button span {
  background-color: #000;
  height: 4px;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}

.nl_one,
.nl_two {
  width: 30px;
}

.nl_two {
  margin: 4px 0;
}

.nl_three {
  width: 20px;
}

.nav_button:hover .nl_three {
  width: 30px;
}

.nav_button.active .nl_two {
  opacity: 0;
}

.nav_button.active .nl_one {
  transform: translateY(7.5px) rotateZ(45deg);
}

.nav_button.active .nl_three {
  width: 30px;
  transform: translateY(-7.5px) rotateZ(-45deg);
}

.nav_menu {
  position: absolute;
  right: -20px;
  top: -25px;
  background-image: linear-gradient(to bottom right, #000 50%, #666 100%);
  border-radius: 10px;
  z-index: 10;
  padding: 90px 40px 60px 40px;
  width: 40vw;
  transform: scale(0);
  transform-origin: top right;
}

.nav_item_one {
  display: flex;
  justify-content: space-between;
  padding: 7.5px 10px;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.25s ease-in-out;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.nav_item_one a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 300;
  font-size: 1.5rem;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.nav_item_one i {
  color: #fff;
  font-size: 1rem;
  transform: translateX(200%);
  transition: all 0.25s ease-in-out;
}

.nav_item_one:hover i {
  transform: translateX(0);
}

.nav_item_one:hover {
  background-color: #252525;
  border: 1px solid #434343;
}

.nav_item_one.inactive a {
  opacity: 0.5;
}

.nav_item_two {
  padding: 5px 0;
}

.nav_item_two a {
  line-height: 1;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 200;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.nav_item_two.inactive a {
  opacity: 0.5;
}

.current_nav_item a {
  color: #f00;
}

.current_nav_item i {
  color: #f00;
}

.nav_start_conversation {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  margin: 40px 0 20px 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 80px;
  position: relative;
  transition: background-color 0.25s ease-in-out;
  display: none;
}

.nav_start_conversation:hover {
  background-color: rgba(0, 0, 0, 1);
}

.nav_start_conversation a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 300;
  font-size: 1.5rem;
}

.nav_start_conversation > img {
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(10px, -50%);
}

.nav_start_conversation > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav_start_conversation > div img {
  height: 1.5rem;
  width: auto;
}

.nav_part_one {
  padding-bottom: 20px;
  border-bottom: 1px solid #4d4d4d;
}

.nav_part_two {
  padding-top: 20px;
}

.lets-talk-section {
  background: #3a3a3a;
}

.lets-talk-section-container {
  padding: 50px 140px;
  display: flex;
  justify-content: space-between;
}

.lets-talk-content {
  display: flex;
  gap: 20px;
}

.lets-talk-social {
  display: flex;
  align-items: end;
  justify-content: end;
}

.lets-talk-title {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  width: 30%;
}

.lets-talk-para p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.1;
  font-style: normal;
  font-weight: 200;
}

.lets-talk-para {
  width: 50%;
}

.social-icons-row {
  display: flex;
  gap: 15px;
}

a.social-icon i {
  font-size: 1.75rem;
  color: #fff;
  transition: all 0.4s ease;
}

a.social-icon:hover i {
  color: #ed1d24;
}

a.social-icon {
  transition: all 0.4s ease;
}

a.social-icon:hover {
  transform: translateY(-3px);
  transition: all 0.4s ease;
}

.contact-button {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 200;
  border: 1px solid #fff;
  width: max-content;
  padding: 5px 10px;
  border-radius: 20px;
  transition: all 0.25s ease-in-out;
}

.contact-button i {
  margin-left: 5px;
  transform: rotateZ(-45deg);
  transition: all 0.25s ease-in-out;
}

.contact-button:hover i {
  transform: rotateZ(0);
  color: #ed1d24;
}

.contact-button:hover {
  border: 1px solid #ed1d24;
  color: #ed1d24;
}

.footer {
  background: #fafafa;
  display: flex;
  padding: 40px 140px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
}

.footer-rowsection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}

.footer-logo-box {
  width: 50%;
  display: flex;
  gap: 25px;
  padding: 10px 0 0 0;
  align-items: center;
}

.footer-logo-image {
  height: 70px;
  width: auto;
}

.footer-logo-image-one {
  height: 45px;
  width: auto;
}

@media (max-width: 1400px) {
  .footer-logo-box {
    width: 60%;
    display: flex;
    gap: 20px;
    padding: 10px 0 0 0;
    align-items: center;
  }

  .footer-logo-image {
    height: 60px;
    width: auto;
  }

  .footer-logo-image-one {
    height: 42px;
    width: auto;
  }
}

@media (max-width: 1320px) {
  .footer-logo-box {
    width: 60%;
    display: flex;
    gap: 15px;
    padding: 10px 0 0 0;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-logo-image {
    height: 60px;
    width: auto;
  }

  .footer-logo-image-one {
    height: 45px;
    width: auto;
  }
}

.footer_partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer_partner p {
  line-height: 1;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #8b8b8b;
  font-size: 11px;
}

.footer-menu-box {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.footer-menu-col {
  width: max-content;
  display: flex;
  flex-direction: column;
}

a.col1-menu-item {
  width: 100%;
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1px;
  text-decoration: none;
  margin-bottom: 6px;
}

a.col2-menu-item {
  width: 100%;
  color: #000;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: -1px;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-copyright-section {
  width: 100%;
  padding: 20px 0;
  color: #000;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}

.footer-copyright-section a {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 100;
  color: #3a3a3a;
}

.footer-menu-col a {
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}

.footer-menu-col a.dimmed {
  opacity: 0.3;
}

.footer-menu-col a:hover {
  color: #ed1d24;
}

.nav_inside_logo {
  pointer-events: auto;
}
.nav_inside_logo img {
  height: auto;
  width: 80px;
}

.arbrand {
  font-weight: 300;
}

.extlink {
  color: rgba(255, 0, 8, 1);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.extlink:hover {
  color: rgba(0, 0, 0, 1);
}

.page_main_container {
  padding: 0 140px;
}

.we_do_main_header {
  padding: 200px 0 150px 0;
  position: relative;
  background-color: #fff;
}

.wdm_text h1 {
  font-size: 8rem;
  font-weight: 200;
  margin: 0;
  line-height: 1;
  color: #000;
  letter-spacing: -5px;
}

.wdm_text {
  display: flex;
  align-items: center;
  gap: 25px;
}

.wdm_image {
  height: 12rem;
  width: 0;
  border-radius: 20px;
  overflow: hidden;
}

.wdm_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
  transform-origin: center center;
}

.wd_ot_container {
  padding-bottom: 75px;
}

.wd_ot_container h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -1px;
}

.wd_description {
  padding-bottom: 75px;
}

.wd_description p {
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.wd_description p strong {
  font-weight: 300;
}

.wwd_swiper_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 60px 140px;
}

.wwdSwiper {
  width: 125%;
  height: auto;
}

.wwdSwiper .swiper-slide {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 10px;
  transform: scale(0.85);
  transition: transform 0.5s ease-in-out;
}

.wwdSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.wwdSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwdSwiper_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #e7e7e7;
  opacity: 1;
}

.wwdSwiper_pagination .swiper-pagination-bullet-active {
  background-color: #c0c0c0;
}

.wwdSwiper_pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
  top: auto;
  left: 0;
  width: 100%;
  transform: translateY(50%);
}

.wwd_ocs_gradient {
  background-image: linear-gradient(to top, #dbdbdb, #fff);
}

.wwd_ocs_container {
  padding: 75px 0;
}

.wwd_ocs_text {
  width: 52%;
}

.wwd_ocs_text h1 {
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
  margin: 0;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.wwd_ocs_text_two {
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 200;
  margin: 0;
  letter-spacing: -1px;
  color: #000;
}

.wwd_ocs_flex_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  padding: 50px 0;
}

.wwd_ocs_blocks {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.wwd_ocs_blocks:hover {
  border: 1px solid #fff;
  transform: scale(1.025);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wwd_ocs_blocks p {
  font-size: 1.75rem;
  margin: 0;
  color: #353535;
  position: relative;
  z-index: 2;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: -1px;
}

.wwd_ocs_blocks img {
  width: 25%;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  aspect-ratio: 1/1;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  display: none;
}

.wwd_ocs_blocks:hover img {
  transform: scale(1.25);
}

.wwd_ocs_filler {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  visibility: hidden;
}

.our_dif_main_header {
  padding: 200px 0 150px 0;
  position: relative;
}

.our_dif_text h1 {
  font-size: 6rem;
  font-weight: 200;
  margin: 0;
  line-height: 1;
  color: #000;
  letter-spacing: -5px;
}

.our_dif_text {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.odmh_image {
  clip-path: polygon(
    47.169% 2.265%,
    47.169% 2.265%,
    47.52% 1.49%,
    48.015% 0.887%,
    48.617% 0.457%,
    49.29% 0.198%,
    50% 0.112%,
    50.71% 0.198%,
    51.383% 0.457%,
    51.985% 0.887%,
    52.48% 1.49%,
    52.831% 2.265%,
    62.562% 33.615%,
    62.562% 33.615%,
    62.703% 33.987%,
    62.886% 34.332%,
    63.105% 34.646%,
    63.359% 34.927%,
    63.643% 35.173%,
    63.954% 35.38%,
    64.288% 35.546%,
    64.641% 35.667%,
    65.011% 35.742%,
    65.393% 35.768%,
    96.885% 35.768%,
    96.885% 35.768%,
    97.697% 35.878%,
    98.398% 36.184%,
    98.975% 36.65%,
    99.418% 37.241%,
    99.715% 37.92%,
    99.856% 38.653%,
    99.83% 39.404%,
    99.624% 40.136%,
    99.23% 40.815%,
    98.634% 41.403%,
    73.157% 60.779%,
    73.157% 60.779%,
    72.862% 61.034%,
    72.605% 61.323%,
    72.388% 61.638%,
    72.211% 61.978%,
    72.075% 62.337%,
    71.983% 62.71%,
    71.936% 63.093%,
    71.935% 63.483%,
    71.981% 63.874%,
    72.075% 64.262%,
    81.807% 95.612%,
    81.807% 95.612%,
    81.958% 96.455%,
    81.897% 97.247%,
    81.651% 97.965%,
    81.251% 98.589%,
    80.726% 99.095%,
    80.103% 99.462%,
    79.413% 99.667%,
    78.684% 99.689%,
    77.946% 99.506%,
    77.227% 99.095%,
    51.749% 79.72%,
    51.749% 79.72%,
    51.426% 79.505%,
    51.085% 79.339%,
    50.731% 79.22%,
    50.368% 79.148%,
    50% 79.125%,
    49.632% 79.148%,
    49.269% 79.22%,
    48.915% 79.339%,
    48.574% 79.505%,
    48.251% 79.72%,
    22.773% 99.095%,
    22.773% 99.095%,
    22.054% 99.506%,
    21.316% 99.689%,
    20.587% 99.667%,
    19.897% 99.462%,
    19.274% 99.095%,
    18.749% 98.589%,
    18.349% 97.965%,
    18.103% 97.247%,
    18.042% 96.455%,
    18.193% 95.612%,
    27.925% 64.262%,
    27.925% 64.262%,
    28.019% 63.874%,
    28.065% 63.483%,
    28.064% 63.093%,
    28.017% 62.71%,
    27.925% 62.337%,
    27.79% 61.978%,
    27.612% 61.638%,
    27.395% 61.323%,
    27.138% 61.034%,
    26.844% 60.779%,
    1.366% 41.403%,
    1.366% 41.403%,
    0.77% 40.815%,
    0.375% 40.136%,
    0.17% 39.404%,
    0.144% 38.653%,
    0.285% 37.92%,
    0.582% 37.241%,
    1.025% 36.65%,
    1.602% 36.184%,
    2.303% 35.878%,
    3.115% 35.768%,
    34.607% 35.768%,
    34.607% 35.768%,
    34.989% 35.742%,
    35.359% 35.667%,
    35.712% 35.546%,
    36.046% 35.38%,
    36.357% 35.173%,
    36.641% 34.927%,
    36.895% 34.646%,
    37.114% 34.332%,
    37.297% 33.987%,
    37.438% 33.615%,
    47.169% 2.265%
  );
  width: 100%;
  height: 100%;
  transform-origin: center center;
}

.odmh_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotateZ(-90deg);
}

.odmh_filler {
  width: 0;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-30%);
}

.oudif_crt_container {
  padding-bottom: 75px;
}

.oudif_crt_container h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -1px;
}

strong {
  font-weight: 500;
}

.oudif_cr_description {
  padding-bottom: 75px;
}

.oudif_cr_description p {
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.35;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.oudif_cr_description img {
  height: 2rem;
  width: auto;
}

.oudif_cr_description p strong {
  font-weight: 300;
}

/* .oudif_cr_description span {
  display: inline-flex;
  align-items: baseline;
  margin: 0 5px;
  gap: 7.5px;
} */

.oudif_cr_description span {
  display: inline-flex;
  gap: 7.5px;
}

.oudif_cr_description span p {
  line-height: 1 !important;
  margin: 0;
}

.oudif_wc_container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 75px;
}

.ouwc_content_container {
  width: 50%;
  background-color: #fff;
  padding: 70px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.ouwc_content_container h1 {
  width: 50%;
  font-size: 4rem;
  line-height: 0.9;
  font-weight: 200;
  letter-spacing: -5px;
  margin: 0;
  margin-bottom: 35px;
}

.ouwc_block_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
}

.ouwc_blocks {
  background-color: #f4f4f4;
  border: 1px solid #d7d7d7;
  aspect-ratio: 1/1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  cursor: default;
  position: relative;
}

.ouwc_blocks:hover {
  background-color: #f00;
  border: 1px solid #f00;
}

.ouwc_blocks:hover .bg-overlay-image {
  opacity: 1;
}

.ouwc_blocks:hover p {
  color: #fff;
}

.ouwc_blocks.active {
  background-color: #f00;
  border: 1px solid #f00;
}

.ouwc_blocks.active p {
  color: #fff;
}

.ouwc_blocks p {
  color: #777777;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.2;
  transition: all 0.5s ease-in-out;
  font-weight: 200;
}

.ouwc_blocks p span {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.oudif_wc_images_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  z-index: 1;
}

.oudif_wc_images_relative {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.oudif_wd_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
}

.oudif_wd_image_default {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oudif_gr {
  background-image: linear-gradient(to top, #dbdbdb, #fff);
}

.oudif_gda_container {
  padding-bottom: 75px;
}

.oudif_gda_container p {
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.oudif_gda_container h2 {
  color: #000;
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 40px;
  width: 50%;
}

.tsar_main_header {
  padding: 200px 0 150px 0;
  position: relative;
}

.tsarm_text h1 {
  font-size: 6rem;
  font-weight: 200;
  margin: 0;
  line-height: 6.5rem;
  color: #000;
  letter-spacing: -2.5px;
}

.tsarm_text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tsarm_text h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  color: #000;
  margin-top: 40px;
}

.tsarm_image {
  clip-path: polygon(
    47.169% 2.265%,
    47.169% 2.265%,
    47.52% 1.49%,
    48.015% 0.887%,
    48.617% 0.457%,
    49.29% 0.198%,
    50% 0.112%,
    50.71% 0.198%,
    51.383% 0.457%,
    51.985% 0.887%,
    52.48% 1.49%,
    52.831% 2.265%,
    62.562% 33.615%,
    62.562% 33.615%,
    62.703% 33.987%,
    62.886% 34.332%,
    63.105% 34.646%,
    63.359% 34.927%,
    63.643% 35.173%,
    63.954% 35.38%,
    64.288% 35.546%,
    64.641% 35.667%,
    65.011% 35.742%,
    65.393% 35.768%,
    96.885% 35.768%,
    96.885% 35.768%,
    97.697% 35.878%,
    98.398% 36.184%,
    98.975% 36.65%,
    99.418% 37.241%,
    99.715% 37.92%,
    99.856% 38.653%,
    99.83% 39.404%,
    99.624% 40.136%,
    99.23% 40.815%,
    98.634% 41.403%,
    73.157% 60.779%,
    73.157% 60.779%,
    72.862% 61.034%,
    72.605% 61.323%,
    72.388% 61.638%,
    72.211% 61.978%,
    72.075% 62.337%,
    71.983% 62.71%,
    71.936% 63.093%,
    71.935% 63.483%,
    71.981% 63.874%,
    72.075% 64.262%,
    81.807% 95.612%,
    81.807% 95.612%,
    81.958% 96.455%,
    81.897% 97.247%,
    81.651% 97.965%,
    81.251% 98.589%,
    80.726% 99.095%,
    80.103% 99.462%,
    79.413% 99.667%,
    78.684% 99.689%,
    77.946% 99.506%,
    77.227% 99.095%,
    51.749% 79.72%,
    51.749% 79.72%,
    51.426% 79.505%,
    51.085% 79.339%,
    50.731% 79.22%,
    50.368% 79.148%,
    50% 79.125%,
    49.632% 79.148%,
    49.269% 79.22%,
    48.915% 79.339%,
    48.574% 79.505%,
    48.251% 79.72%,
    22.773% 99.095%,
    22.773% 99.095%,
    22.054% 99.506%,
    21.316% 99.689%,
    20.587% 99.667%,
    19.897% 99.462%,
    19.274% 99.095%,
    18.749% 98.589%,
    18.349% 97.965%,
    18.103% 97.247%,
    18.042% 96.455%,
    18.193% 95.612%,
    27.925% 64.262%,
    27.925% 64.262%,
    28.019% 63.874%,
    28.065% 63.483%,
    28.064% 63.093%,
    28.017% 62.71%,
    27.925% 62.337%,
    27.79% 61.978%,
    27.612% 61.638%,
    27.395% 61.323%,
    27.138% 61.034%,
    26.844% 60.779%,
    1.366% 41.403%,
    1.366% 41.403%,
    0.77% 40.815%,
    0.375% 40.136%,
    0.17% 39.404%,
    0.144% 38.653%,
    0.285% 37.92%,
    0.582% 37.241%,
    1.025% 36.65%,
    1.602% 36.184%,
    2.303% 35.878%,
    3.115% 35.768%,
    34.607% 35.768%,
    34.607% 35.768%,
    34.989% 35.742%,
    35.359% 35.667%,
    35.712% 35.546%,
    36.046% 35.38%,
    36.357% 35.173%,
    36.641% 34.927%,
    36.895% 34.646%,
    37.114% 34.332%,
    37.297% 33.987%,
    37.438% 33.615%,
    47.169% 2.265%
  );
  width: 100%;
  height: 100%;
  transform-origin: center center;
}

.tsarm_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotateZ(-90deg);
}

.tsarm_filler {
  width: 0;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-30%);
}

.tsar_description {
  padding-bottom: 75px;
}

.tsar_description p {
  font-weight: 200;
  font-size: 1.75rem;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.tsar_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  padding-bottom: 75px;
}

.tsar_gr {
  background-image: linear-gradient(to top, #f0f0f0 0%, #fff 100%);
}

.tasr_card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tasr_card_filler {
  width: 100%;
  height: auto;
  display: none;
}

.tasr_card h2 {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  width: calc(100% - 60px);
}

.tsarc_description {
  background-color: #f1f1f1;
  padding: 70px 30px 30px 30px;
  border-radius: 20px;
  position: relative;
  transition: all 0.25s ease-in-out;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 5/7;
  margin-top: 80px;
}

.tsarc_description p {
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 1.3;
  margin: 0;
  color: #565656;
  transition: all 0.25s ease-in-out;
}

.tsarc_description .list_disc {
  margin: 10px 0;
}

.tsarc_description li {
  color: #565656;
  font-size: 1.15rem;
}

.tsarc_icon {
  background-color: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
}

.tsarc_icon img {
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
}

.tsarc_arrow {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
}

.tsarc_arrow i {
  transform: rotateZ(-45deg);
  transition: all 0.25s ease-in-out;
  color: #000;
}

.tasr_card:hover .tsarc_arrow {
  background-color: #000;
  transform: rotate(135deg);
}

.tasr_card:hover .tsarc_arrow i {
  color: #fff;
}

.tasr_card:hover .tsarc_description {
  background-color: #000;
}

.tasr_card:hover .tsarc_description p {
  color: #fff;
}

.tasr_card:hover .tsarc_description li {
  color: #fff;
}

.cli_hi_main_header {
  padding: 200px 0 150px 0;
  position: relative;
  background-color: #fff;
}

.clihim_text h1 {
  font-size: 8rem;
  font-weight: 200;
  margin: 0;
  line-height: 1;
  color: #000;
  letter-spacing: -5px;
}

.clihim_text {
  display: flex;
  align-items: center;
  gap: 25px;
}

.clihim_image {
  height: 12rem;
  width: 0;
  border-radius: 20px;
  overflow: hidden;
}

.clihim_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
  transform-origin: center center;
}

.clihi_description {
  margin-bottom: 75px;
}

.clihi_description h2 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0;
  color: #000;
  font-weight: 300;
}

.clihi_description p {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
  margin: 0;
  color: #000;
}

.clihi_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 40px;
  margin: 100px 0;
}

.clihi_card_wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  perspective: 1500px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.clihi_card_filler {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.clihi_card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.75s ease-in-out;
  transform-style: preserve-3d;
  border-radius: 20px;
}

.clihi_card_wrapper:hover .clihi_card {
  transform: rotateY(180deg);
}

.clihi_card_face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  transform-style: preserve-3d;
}

.clihi_card_relative {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  transform-style: preserve-3d;
}

.clihi_card_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
}

.clihi_card_arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10%;
  height: auto;
  z-index: 3;
  transform: translateZ(50px);
}

.clihi_card_front {
  z-index: 2;
  background-color: #fff;
}

.clihi_card_back {
  transform: rotateY(180deg) translateZ(1px);
}

.clihi_card_back > div {
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transform-style: preserve-3d;
}

.clihi_card_back > div p {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
  transform: translateZ(50px);
  margin: 0;
  line-height: 1.15;
}

.clihi_card_logo_container {
  position: absolute;
  right: 20px;
  bottom: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  width: 60%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
  transform: translateZ(50px);
}

.clihi_card_logo_container p {
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 300;
  margin: 15px 20px;
}

.clihi_card_logo_container div {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}

.clihi_card_logo_container div img {
  height: 65%;
  width: auto;
}

.alrahji_card_bg {
  background-color: #231bfc;
}

.alrahji_card_logo_bg {
  background-color: rgba(35, 27, 252, 0.75);
}

.sabic_card_bg {
  background-color: #ff9700;
}

.sabic_card_logo_bg {
  background-color: rgba(255, 151, 0, 0.75);
}

.saudire_card_bg {
  background-color: #b1b594;
}

.saudire_card_logo_bg {
  background-color: rgba(177, 181, 148, 0.75);
}

.arcelor_card_bg {
  background-color: #ff3701;
}

.arcelor_card_logo_bg {
  background-color: rgba(255, 55, 1, 0.75);
}

.omantel_card_bg {
  background-color: #ff7800;
}

.omantel_card_logo_bg {
  background-color: rgba(255, 120, 0, 0.75);
}

.omantel_card_logo_bg img {
  height: 30% !important;
  width: auto;
}

.iirc_card_bg {
  background-color: #b31e3b;
}

.iirc_card_logo_bg {
  background-color: rgba(179, 30, 59, 0.75);
}

.iirc_card_logo_bg img {
  height: 50% !important;
  width: auto;
}

.combank_card_bg {
  background-color: #006fba;
}

.combank_card_logo_bg {
  background-color: rgba(0, 111, 186, 0.75);
}

.combank_card_logo_bg img {
  height: 40% !important;
  width: auto;
}

.tadawul_card_bg {
  background-color: #0032a3;
}

.tadawul_card_logo_bg {
  background-color: rgba(0, 50, 163, 0.75);
}

.bupa_card_bg {
  background-color: #0079c8;
}

.bupa_card_logo_bg {
  background-color: rgba(0, 121, 200, 0.75);
}

.clihi_cs_topic {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  font-weight: 200;
  color: #37373a;
  margin-bottom: 50px;
}

.clihi_drr_topic {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 75px;
}

.clihi_drr_topic h1 {
  font-size: 3rem;
  width: 35%;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}

.clihi_drr_topic p {
  font-size: 1.5rem;
  font-weight: 200;
  width: 50%;
  margin: 0;
  margin-top: 6rem;
}

#clihi_horizontal_wrapper {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  width: fit-content;
}

.clihi_horizontal_section {
  width: 100vw;
  height: 100%;
  position: relative;
}

#clihi_horizontal_sections {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.clihi_horizontal_section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clihi_hc_topic {
  background-color: #eff1f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 25px;
}

.clihi_hc_topic h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  font-weight: 300;
  color: #000;
}

.clihi_hc_topic h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  font-weight: 200;
  color: #000;
}

.clihi_hc_topic span {
  width: auto;
  height: 3rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 1.5rem;
}

.clihi_hc_gr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(255, 255, 255, 0)
  );
  z-index: 1;
}

.clihi_hc_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
}

.clihi_hc_logo img {
  width: auto;
  height: 75px;
}

.clihi_hc_info a {
  text-decoration: none;
}

.clihi_hc_logo p {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 200;
  margin-top: 10px;
}

.csi_main_header {
  padding: 200px 0 150px 0;
  position: relative;
  background-color: #fff;
}

.csi_text h1 {
  font-size: 8rem;
  font-weight: 200;
  margin: 0;
  line-height: 1;
  color: #000;
  letter-spacing: -5px;
}

.csi_text {
  display: flex;
  align-items: center;
  gap: 25px;
}

.csi_image {
  height: 12rem;
  width: 0;
  border-radius: 20px;
  overflow: hidden;
}

.csi_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
  transform-origin: center center;
}

.csi_topic_one h1 {
  color: #ed1d24;
  line-height: 1;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.csi_topic_one h2 {
  color: #000;
  line-height: 1;
  margin: 0;
  font-size: 4rem;
  font-weight: 200;
}

@media (max-width: 1399px) {
  .csi_topic_one h2 {
    font-size: 3rem;
  }
}

.csi_ov_container {
  padding: 75px 0;
}

.csi_ov_container h1 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  color: #000;
}

.csi_ov_container p {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2;
  margin: 0;
  color: #000;
  margin-bottom: 15px;
}

.csi_ov_container img {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}

.csi_swiper_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 60px 140px;
}

.mySwiper_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 60px 0px;
}

.mySwiper_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 1;
}

.mySwiper_pagination .swiper-pagination-bullet-active {
  background-color: #c0c0c0;
}

.csiSwiper {
  width: 125%;
  height: auto;
}

.csiSwiper .swiper-slide {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 10px;
  transform: scale(0.85);
  transition: transform 0.5s ease-in-out;
}

.csiSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.csiSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csiSwiper_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #e7e7e7;
  opacity: 1;
}

.csiSwiper_pagination .swiper-pagination-bullet-active {
  background-color: #c0c0c0;
}

.csiSwiper_pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
  top: auto;
  left: 0;
  width: 100%;
  transform: translateY(50%);
}

/* Play Button Overlay */
.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

.play-button-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.play_button_container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.play_button_container p {
  line-height: 1;
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
}

@media (max-width: 991px) {
  .play_button_container p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.08rem;
  }
}

@media (max-width: 480px) {
  .play_button_container p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.08rem;
  }
}

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.play-button-overlay:hover .play-button {
  transform: scale(1.1);
  background: #fff;
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 25px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-modal.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-container {
  position: relative;
  width: 60%;
  height: auto;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: fadeUp 0.4s ease forwards;
}

.video_container_two {
  position: relative;
  width: auto;
  height: 80%;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: fadeUp 0.4s ease forwards;
}

.video_container_two iframe,
.video_container_two video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 16px;
}

.video-container iframe,
.video-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 16px;
}

.close-button {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.2s ease;
  z-index: 10;
}

.close-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .video_container_two {
    width: 80%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .video_container_two {
    width: 95%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .video-modal {
    padding: 10px;
  }

  .video-container {
    width: 95%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  }

  .video-container iframe,
  .video-container video {
    border-radius: 12px;
  }

  .video_container_two iframe,
  .video_container_two video {
    border-radius: 12px;
  }

  .close-button {
    top: -40px;
    right: 0;
    font-size: 28px;
    padding: 4px 12px;
    border-radius: 6px;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .video-modal {
    padding: 8px;
  }

  .video-container {
    border-radius: 10px;
  }

  .video_container_two {
    border-radius: 10px;
  }

  .video-container iframe,
  .video-container video {
    border-radius: 10px;
  }

  .video_container_two iframe,
  .video_container_two video {
    border-radius: 10px;
  }

  .close-button {
    top: -38px;
    font-size: 24px;
    padding: 3px 10px;
  }
}

/* Landscape mode on mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .video-modal {
    padding: 5px;
  }

  .video-container {
    max-height: 95vh;
    width: auto;
  }

  .close-button {
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
  }
}

.csi_info_container {
  padding: 75px 0;
}

.csi_dr_button {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  cursor: pointer;
}

.csi_dr_button img {
  height: 3rem;
  width: auto;
  aspect-ratio: 1/1;
}

.csi_dr_button > div {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 3rem);
  justify-content: space-between;
  padding: 0.5rem 20px;
  border-bottom: 1px solid #000;
  gap: 25px;
}

.csi_dr_button > div h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  transition: all 0.25s ease-in-out;
}

.csi_dr_button:hover > div h1 {
  color: #ed1d24;
}

.csi_dr_button.active > div h1 {
  color: #ed1d24;
}

.csi_dr_button > div h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  transition: all 0.25s ease-in-out;
}

.csi_dr_button:hover > div h2 {
  color: #ed1d24;
}

.csi_dr_button.active > div h2 {
  color: #ed1d24;
}

.csi_dr_button > div i {
  font-size: 1.5rem;
  transform: rotateZ(45deg);
  transition: all 0.25s ease-in-out;
}

.csi_dr_button:hover > div i {
  transform: rotateZ(0deg);
  color: #ed1d24;
}

.csi_dr_button.active > div i {
  transform: rotateZ(0deg);
  color: #ed1d24;
}

.csi_dr_button > div > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transform: translateY(1px);
  background-color: #ed1d24;
  transition: all 0.25s ease-in-out;
}

.csi_dr_button:hover > div > div {
  width: 100%;
}

.csi_dr_button.active > div > div {
  width: 100%;
}

.csi_dr_content {
  padding: 20px 20px 20px calc(3rem + 35px);
}

.csi_dr_content.cus {
  padding: 20px 20px 20px 20px;
}



.csi_dr_content p {
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 200;
  margin: 0;
  margin-bottom: 20px;
}







.csi_dr_content.cus .list_disc > li::before {

  padding-right: 10px;
  margin-left: -25px;

}










.csi_dr_content h6 {
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 20px;
}

.csi_dr_content ul {
  list-style-type: disc;
}

.list {
  list-style: none;
  padding: 0px;
  margin: 0 0 15px 0;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 200;
}

.list_disc > li:before {
  font-family: Arial, Helvetica;
  font-size: 1.75rem;
  position: relative;
  content: "\2022";
  padding-right: 10px;
  margin-left: -20px;
  color: #f00;
  line-height: 1;
  top: 3px;
}

.list_disc > li {
  list-style: outside none none;
  margin: 0px 0px 5px 0px;
  margin-left: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.list_disc > li a {
  text-decoration: none;
  color: #000;
  transition: all 0.25s ease-in-out;
}

.list_disc > li a:hover {
  color: #f00;
}

.csi_dr_container {
  display: none;
}

.csid_main_container {
  margin: 15px 0;
}

.csi_conclusion {
  font-size: 1.75rem;
  margin: 50px 0;
  line-height: 1.2;
  font-weight: 200;
}

.cli_con_container {
  padding-top: 100px !important;
  position: relative;
  z-index: 7;
}

.cli_con_container h2 {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.2;
  color: #000;
  margin-bottom: 40px;
}

.cli_con_container h2 > span {
  font-size: 3rem;
}

.cli_con_container h2 > span > span {
  display: inline-flex;
  position: relative;
}

.cli_con_container h2 > span > span img {
  position: absolute;
  right: 0;
  top: 0;
  height: 2.5rem;
  transform: translate(50%, 0%);
}

.cli_content_container {
  position: relative;
  z-index: 6;
  padding-bottom: 100px;
}

.cli_content_container p {
  font-size: 1.9rem;
  font-weight: 200;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: -0.01rem;
  line-height: 1.2;
}

.cli_earth_bg {
  width: 100%;
  height: auto;
  transform: translate(5%, -25%);
}

.cli_earth_bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.sm_ac_main_container {
  padding-top: 75px !important;
  position: relative;
  z-index: 6;
}

.sm_ac_main_container_two {
  padding-top: 0;
  padding-bottom: 75px !important;
  position: relative;
  z-index: 6;
}

.sm_ac_content_container > h1 {
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
  font-weight: 300;
  color: #000;
}

.sm_ac_content_container > p {
  font-size: 1.9rem;
  margin: 0;
  font-weight: 100;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: -0.01rem;
  line-height: 1.2;
}

.sm_ac_content_container > div > div > h1 {
  font-size: 2.8rem;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.02rem;
}

.sm_ac_content_container > div > div > p {
  font-size: 1.9rem;
  margin: 0;
  font-weight: 100;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.01rem;
}

.sm_ac_content_container > h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  font-weight: 300;
  color: #000;
  margin-top: 40px;
  margin-bottom: 9px;
}

.sm_ac_main_container_sml {
  padding: 20px 0px 50px 0px !important;
  position: relative;
  z-index: 6;
}

.sm_ac_main_container_sml > div > div > p {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 100;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: -0.01rem;
}

.sm_ac_main_container_sml h1 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  color: #000;
  padding: 5px 0 6px;
}

.sm_ac_main_container_sml .list {
  list-style: none;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.01rem;
  font-weight: 100;
}

@media (max-width: 991px) {
  .sm_ac_main_container_sml > div > div > p {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .sm_ac_main_container_sml h1 {
    font-size: 1.65rem;
    line-height: 1;
    padding: 5px 0 6px;
  }

  .sm_ac_main_container_sml .list {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.sm_ac_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  padding: 25px 140px 35px 0;
  gap: 20px;
  position: relative;
  z-index: 6;
}

.sm_ac_image {
  grid-area: 2 / 1 / 4 / 3;
  width: 100%;
  height: auto;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

.sm_ac_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sm_ac_grid_content {
  grid-area: 3 / 3 / 4 / 5;
  padding: 40px;
}

.sm_ac_grid_content h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  font-weight: 300;
  color: #000;
  margin-bottom: 15px;
}

.sm_ac_grid_content p {
  font-size: 1.9rem;
  margin: 0;
  font-weight: 100;
  color: #000;

  line-height: 1.2;
  letter-spacing: -0.01rem;
}

.sm_ac_block {
  background-color: #656565;
  border-radius: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-end;
  position: relative;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}

.sm_ac_block:hover {
  background-color: #f00;
}

.sm_ac_block > div {
  background-color: #f5f5f5;
  border-radius: 15px;
  width: 100%;
  height: 85%;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.sm_ac_block > div p {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.02rem;
}

.sm_ac_sg_one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: translate(-50%, -40%);
}

.sm_ac_sg_two {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: translate(50%, -55%);
}

.sm_ac_sg_three {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: translate(0%, -35%);
}

.sm_ac_sg_four {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: translate(0%, -55%);
}

.careers_main_container {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  position: relative;
  z-index: 6;
}

.careers_invite {
  position: relative;
}

.career_gif_one {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  height: auto;
  width: 25%;
  transform: translate(0%, -25%);
}

.career_gif_two {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  height: auto;
  width: 25%;
  transform: translate(-50%, 75%);
}

.careers_invite h1 {
  font-size: 3.75rem;
  font-weight: 200;
  color: #000;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.careers_invite p {
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 200;
  color: #434343;
  text-wrap-style: balance;
  position: relative;
  z-index: 2;
}

.career_image_one {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-40%, 50%);
}

.career_image_one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_image_two {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(40%, 25%);
}

.career_image_two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_fh_container {
  padding: 75px 0;
  margin-top: 75px;
}

.career_fh_container > h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  font-weight: 300;
  margin-bottom: 30px;
}

.careers_fh_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
}

.careers_fh_grid > div {
  background-color: #f6f6f6;
  border: 1px solid #cfcfcf;
  padding: 40px;
  border-radius: 15px;
}

.careers_fh_grid > div > p {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.1;
}

.career_vacancy {
  padding-bottom: 75px;
}

.career_vacancy > div h1 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.1rem;
}

.career_vacancy_block {
  background-color: #f00;
  border-radius: 15px;
  transition: all 0.25s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  gap: 80px;
}

.career_vacancy_block:hover {
  background-color: #474747;
}

.career_vacancy_block img {
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  align-self: flex-end;
  transition: all 0.25s ease-in-out;
}

.career_vacancy_block:hover img {
  transform: scale(1.25);
}

.career_vacancy_block p {
  color: #fff;
  font-weight: 300;
  font-size: 2.05rem;
  line-height: 1;
  letter-spacing: -0.03rem;
}

.career_contact p {
  font-size: 1.5rem;
  font-weight: 200;
  color: #000;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
}

.career_contact a {
  color: #000;
  text-decoration: none;
}

.back_to_top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  border: none;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.25s;
  overflow: hidden;
  position: fixed;
  left: 60px;
  bottom: 40px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: translateY(25px);
}

.back_to_top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.back_to_top .svgIcon {
  width: 12px;
  transition-duration: 0.25s;
}

.back_to_top .svgIcon path {
  fill: white;
}

.back_to_top:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.25s;
  background-color: rgb(255, 0, 0);
  align-items: center;
  left: 20px;
}

.back_to_top:hover .svgIcon {
  transition-duration: 0.25s;
  transform: translateY(-200%);
}

.back_to_top::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  font-size: 0px;
}

.back_to_top:hover::before {
  font-size: 14px;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.25s;
}

.rm_white {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  width: 150px;
  height: auto;
  border-radius: 26px;
  border: 2px solid #fff;
  padding: 2px;
}

.rm_white .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 26px;
}

.rm_white .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.rm_white .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 5px;
  width: 18px;
  height: 2px;
  background: none;
}

.rm_white .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -4px;
  right: 1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.rm_white .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 0;
  margin: 0 0 0 29.6px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: auto;
  text-align: center;
}

.rm_white:hover .circle {
  width: 100%;
}

.rm_white:hover .circle .icon.arrow {
  background: #000;
  transform: translate(16px, 0);
}

.rm_white:hover .button-text {
  color: #000;
}

.rm_black {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  width: 150px;
  height: auto;
  border-radius: 26px;
  border: 2px solid #000;
  padding: 2px;
}

.rm_black .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 26px;
}

.rm_black .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.rm_black .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 5px;
  width: 18px;
  height: 2px;
  background: none;
}

.rm_black .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -4px;
  right: 1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.rm_black .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 0;
  margin: 0 0 0 29.6px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: auto;
  text-align: center;
}

.rm_black:hover .circle {
  width: 100%;
}

.rm_black:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(16px, 0);
}

.rm_black:hover .button-text {
  color: #fff;
}

.rew_awr_container {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
  position: relative;
  z-index: 6;
}

.awr_awards > div p {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.rew_awr_content {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.3;
  margin: 50px 0;
}

.rew_awr_image_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-bottom: 25px;
}

.rew_awr_image_container > img {
  width: 100%;
  height: auto;
  transition: all 0.65s ease-in-out;
}

.rew_awr_image_container:hover > img {
  transform: scale(1.15);
}

.awr_logo {
  border-radius: 10px;
  width: 95%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #fff;
}

.awr_logo img {
  height: 60%;
  width: auto;
}

.page_header2 .bg_gradient_two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(235, 235, 235, 1) 70%
  );
}

.fea_vid_container {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  position: relative;
  z-index: 6;
}

.video_inside_container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16/9;
}

.video_inside_container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.inside_play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7.5%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.ifea_vid {
  margin: 100px 0 40px 0;
}

.ifea_vid_content {
  display: flex;
  align-items: flex-start;
  padding: 20px 40px;
}

.ifea_vid_content > div {
  width: 50%;
  height: auto;
}

.ifea_vid_content > div h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.ifea_vid_content > div h2 {
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
  color: #000;
  font-weight: 200;
}

.ifea_vid_content > div p {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  color: #000;
  font-weight: 200;
}

.fea_vid_conclusion {
  font-size: 1.75rem;
  margin: 50px 0;
  line-height: 1.2;
  font-weight: 200;
}

.next_case_study {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
}

.next_case_study h1 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
  color: #f00;
}

.next_case_study h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}

.contact_socials {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}

.contact_socials a {
  display: block;
}

.contact_socials i {
  font-size: 2rem;
  transition: all 0.25s ease-in-out;
  color: #000;
}

.contact_socials a:hover i {
  color: #f00;
}

img.bg-overlay-image {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  transition: all 0.4s ease;
}

.box.active img.bg-overlay-image {
  opacity: 1;
}

.smart_brand_main {
  display: flex;
  padding: 80px 0;
  gap: 50px;
}

.smart_brand_main > div {
  width: 50%;
}

.sb_right_main {
  padding-top: 25px;
}

.sb_right_main h1 {
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}

.sb_right_main .insbook {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}

.sb_right_main p {
  font-size: 1.15rem;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.sb_left_main_inside {
  background-color: #eaeaea;
  padding: 10px 10px 20px 10px;
  border-radius: 5px;
}

.sb_left_main_inside img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.sb_download_container {
  display: flex;
  align-items: flex-start;
  padding: 25px 25px 5px 25px;
  gap: 15px;
}

.sb_download_container > p {
  width: 50%;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.download_form button {
  background-color: black;
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  font-size: 0.9rem;
  margin-top: 15px;
  transition: 300ms ease-out;
}
.download_form button:hover {
  opacity: 0.9;
}

.sb_download_button {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #000;
  width: 45%;
  padding: 5px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s ease-in-out;
  margin-bottom: 30px;
}

.sb_download_button:hover,
.sb_download_button.active_sb_button {
  color: #f00;
}

.sb_download_button span {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: rotateZ(-45deg);
  transition: all 0.25s ease-in-out;
}

.sb_download_button:hover span,
.sb_download_button.active_sb_button span {
  transform: rotateZ(0deg);
}

.sb_download_button span img {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
}

.sb_download_button p {
  width: calc(100% - 50px);
  line-height: 1;
  margin: 0;
  font-size: 1.1rem;
}

.sb_play_container {
  display: flex;
  align-items: flex-start;
  padding: 25px 25px 5px 25px;
  gap: 15px;
}

.sb_play_container > p {
  width: 45%;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.sb_play_button {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #000;
  /*  width: 100%;*/
  padding: 5px;
  border-radius: 50px;
  padding-right: 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s ease-in-out;
  margin-bottom: 30px;
  font-weight: 100;
  cursor: pointer;
}

.sb_play_button:hover,
.sb_play_button.active_sb_button {
  color: #f00;
}

.sb_play_button span {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: rotateZ(0deg);
  transition: all 0.25s ease-in-out;
}

.sb_play_button:hover span,
.sb_play_button.active_sb_button span {
  transform: rotateZ(0deg);
}

.sb_play_button span img {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
}

.sb_play_button p {
  width: calc(100% - 50px);
  line-height: 1;
  margin: 0;
  font-size: 1.1rem;
}

@media (min-width: 1750px) {
  .page_main_container {
    padding: 0 15%;
  }

  .sm_ac_grid {
    padding: 35px 15% 35px 0;
  }
}

@media (min-width: 1500px) {
  .tsarc_description {
    aspect-ratio: 5/7.7 !important;
  }
}

@media (max-width: 1500px) {
  .tasr_card h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .nav_menu {
    width: 35vw;
  }

  .careers_invite h1 {
    font-size: 4rem;
    letter-spacing: -0.1rem;
  }

  .careers_invite p {
    font-size: 2.3rem;
  }

  .tasr_card h2 {
    width: calc(100% - 50px);
  }

  .tsarc_description {
    aspect-ratio: 5/10.2;
  }

  .tsar_grid {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media (max-width: 1399px) {
  .rew_awr_container {
    padding-top: 50px !important;
  }

  .sm_ac_block > div p {
    font-size: 1.25rem;
  }

  .lets-talk-title {
    width: 35%;
  }

  .ouwc_content_container {
    width: 55%;
  }

  .tsarm_text h1 {
    font-size: 5rem;
    line-height: 4rem;
  }

  .tsarm_filler {
    height: 7.5rem;
  }

  .tasr_card {
    padding: 30px;
  }

  .clihim_image {
    height: 9rem;
  }

  .clihim_text h1 {
    font-size: 6rem;
  }

  .clihi_drr_topic h1 {
    width: 37.5%;
  }

  .clihi_grid {
    gap: 20px;
  }

  .clihi_card_wrapper {
    aspect-ratio: 4/3.5;
  }

  .clihi_card_filler {
    aspect-ratio: 4 / 3.5;
  }

  .clihi_card_logo_container p {
    font-size: 12.5px;
    line-height: 1.1;
    margin: 15px 20px;
  }

  .tasr_card h2 {
    font-size: 1.5rem;
  }

  .tasr_card_filler {
    display: none;
  }

  .tsar_grid {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 40px;
    padding-right: 40px;
  }

  .tsarc_description {
    aspect-ratio: 5/7.5;
  }

  .our_dif_text h1 {
    font-size: 5.15rem;
  }

  .sb_download_container {
    flex-direction: column;
  }

  .sb_download_container > p {
    width: 100%;
  }

  .sb_download_button {
    width: 55%;
  }

  .sb_play_button {
    width: 55%;
  }
}

@media (max-width: 1300px) {
  .lets-talk-title {
    width: 40%;
  }

  .oudif_gda_container h2 {
    width: 60%;
  }

  .ouwc_content_container {
    width: 60%;
  }

  .tasr_card {
    padding: 25px;
  }

  .tsarc_description {
    padding: 25px;
  }

  .clihi_drr_topic h1 {
    width: 40%;
  }

  #clihi_horizontal_wrapper {
    height: auto;
    width: 100%;
    padding: 0 140px 75px 140px;
  }

  #clihi_horizontal_sections {
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 20px;
  }

  .clihi_horizontal_section {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
  }

  .clihi_hc_logo img {
    height: 60px;
  }

  .clihi_hc_info {
    padding: 40px;
  }

  .csi_text h1 {
    font-size: 7.5rem;
  }

  .sm_ac_block > div p {
    font-size: 1.25rem;
  }

  .tsarc_description p {
    font-size: 1.15rem;
  }

  .career_vacancy_block {
    padding: 30px;
    gap: 60px;
  }

  .career_vacancy_block p {
    font-size: 1.75rem;
  }

  .our_dif_text h1 {
    font-size: 4.5rem;
    letter-spacing: -3px;
  }

  .odmh_filler {
    height: 6.75rem;
  }

  .tsarc_description {
    justify-content: flex-end;
  }
}

@media (max-width: 1199px) {
  .nav_menu {
    width: 55vw;
  }

  .lets-talk-section-container {
    flex-direction: column;
    gap: 20px;
    padding: 40px 80px;
  }

  .footer-logo-image-one {
    height: 35px;
  }

  .footer {
    padding: 40px 80px;
  }

  .page_main_container {
    padding: 0 80px;
  }

  .wwd_swiper_container {
    padding: 0 0 60px 80px;
  }

  .wwd_ocs_text {
    width: 65%;
  }

  .wwd_ocs_blocks {
    aspect-ratio: 1/1;
    gap: 10px;
  }

  .wdm_text h1 {
    font-size: 6rem;
    letter-spacing: -3px;
  }

  .wdm_text {
    gap: 20px;
  }

  .wdm_image {
    height: 9rem;
  }

  .our_dif_text h1 {
    font-size: 4rem;
    letter-spacing: -3px;
  }

  .odmh_filler {
    height: 6rem;
  }

  .oudif_gda_container h2 {
    width: 75%;
  }

  .ouwc_content_container {
    width: 70%;
    padding: 40px;
    margin-top: 40px;
  }

  .tsarm_filler {
    height: 6rem;
  }

  .tsarm_text h1 {
    font-size: 4rem;
    line-height: 3rem;
  }

  .tasr_card {
    padding: 20px;
  }

  .tasr_card h2 {
    font-size: 1.25rem;
  }

  .tsarc_description {
    padding: 20px;
    aspect-ratio: 5/6.5;
  }

  .clihim_text h1 {
    font-size: 5rem;
  }

  .clihim_image {
    height: 7.5rem;
  }

  .clihi_description h2 {
    font-size: 2.5rem;
  }

  .clihi_drr_topic h1 {
    width: 47.5%;
  }

  .clihi_card_filler {
    display: none;
  }

  .clihi_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px;
  }

  .clihi_card_logo_container p {
    font-size: 15px;
    line-height: 1.2;
    margin: 10px 20px;
  }

  .clihi_card_wrapper {
    aspect-ratio: 4/3;
  }

  .clihi_card_filler {
    aspect-ratio: 4 / 3;
  }

  #clihi_horizontal_wrapper {
    padding: 0 80px 75px 80px;
  }

  .clihi_horizontal_section {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: auto;
  }

  .clihi_hc_topic h1 {
    font-size: 2rem;
  }

  .clihi_hc_topic h2 {
    font-size: 1.25rem;
  }

  .clihi_hc_info {
    padding: 40px;
  }

  .clihi_hc_logo img {
    height: 60px;
  }

  .csi_text h1 {
    font-size: 6rem;
    letter-spacing: -3px;
  }

  .csi_image {
    height: 9rem;
  }

  .csi_swiper_container {
    padding: 0 0 60px 80px;
  }

  .mySwiper_container {
    padding: 0 0 60px 0px;
  }

  .careers_fh_grid > div > p {
    font-size: 1.25rem;
  }

  .careers_fh_grid > div {
    padding: 30px;
  }

  .career_vacancy > div h1 {
    font-size: 2rem;
  }

  .ifea_vid_content > div h1 {
    font-size: 2.25rem;
  }

  .ifea_vid_content > div h2 {
    font-size: 2rem;
  }

  .ifea_vid_content > div p {
    font-size: 1.25rem;
  }

  .sm_ac_block > div p {
    font-size: 1rem;
  }

  .sm_ac_grid_content h2 {
    font-size: 1.75rem;
  }

  .sm_ac_grid_content p {
    font-size: 1.25rem;
  }

  .careers_invite p {
    font-size: 2rem;
  }

  .careers_invite h1 {
    font-size: 3rem;
  }

  .sm_ac_block > div {
    padding: 20px;
  }

  .career_vacancy_block {
    padding: 20px;
    gap: 40px;
  }

  .career_vacancy_block p {
    font-size: 1.5rem;
  }

  .wwd_ocs_blocks p {
    font-size: 1.5rem;
  }

  .tasr_card_filler {
    display: none;
  }

  .tsar_grid {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 80px;
    padding-right: 80px;
  }

  .sb_play_container {
    gap: 0px;
    flex-direction: column;
  }

  .sb_play_container > p {
    width: 100%;
  }

  .sb_play_button {
    /*  width: 100%;*/
  }
}

@media (max-width: 991px) {
  .rew_awr_container {
    padding-top: 5px !important;
  }

  .nav_menu {
    width: 70vw;
  }

  .lets-talk-section-container {
    padding: 40px;
    flex-direction: column;
    gap: 20px;
  }

  .lets-talk-content {
    gap: 10px;
  }

  .lets-talk-title {
    width: 50%;
    padding-right: 20px;
  }

  .footer {
    padding: 40px;
  }

  .footer-container {
    flex-direction: column;
    width: 100%;
  }

  .footer-rowsection {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo-box {
    width: 100%;
    padding: 10px 0;
  }

  .footer-menu-box {
    gap: 40px;
  }

  .page_main_container {
    padding: 0 40px;
  }

  .wwd_ocs_text {
    width: 75%;
  }

  .wwd_swiper_container {
    padding: 0 0 60px 40px;
  }

  .wwd_ocs_filler {
    display: none;
  }

  .wdm_image {
    height: 7.5rem;
  }

  .wdm_text h1 {
    font-size: 5rem;
    letter-spacing: -2.5px;
  }

  .wdm_text {
    gap: 20px;
  }

  .wwd_ocs_flex_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .oudif_gda_container h2 {
    width: 100%;
  }

  .our_dif_text h1 {
    font-size: 3rem;
    letter-spacing: -2.5px;
  }

  .odmh_filler {
    height: 4.5rem;
  }

  .ouwc_content_container {
    width: 75%;
    padding: 40px;
    margin-top: 40px;
  }

  .ouwc_blocks p {
    font-size: 1rem;
  }

  .ouwc_content_container h1 {
    width: 75%;
    margin-bottom: 20px;
  }

  .tsar_grid {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 140px;
    padding-right: 140px;
  }

  .tasr_card_filler {
    display: none;
  }

  .tsarm_text h1 {
    font-size: 3rem;
    line-height: 2rem;
  }

  .tsarm_filler {
    height: 4.5rem;
  }

  .tasr_card {
    padding: 30px;
  }

  .tsarc_description {
    padding: 60px 30px 30px 30px;
    aspect-ratio: auto;
  }

  .tasr_card h2 {
    font-size: 1.5rem;
  }

  .tsarc_description p {
    font-size: 1.15rem;
  }

  .clihim_text h1 {
    font-size: 4rem;
    letter-spacing: -2.5px;
  }

  .clihim_image {
    height: 6rem;
  }

  .clihi_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .clihi_card_filler {
    display: none;
  }

  .clihi_drr_topic h1 {
    width: 40%;
  }

  .clihi_drr_topic p {
    width: 60%;
    margin-top: 9rem;
  }

  .clihi_card_logo_container p {
    font-size: 12.5px;
    line-height: 1.1;
    margin: 10px 20px;
  }

  #clihi_horizontal_wrapper {
    padding: 0 40px 75px 40px;
  }

  .clihi_horizontal_section {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: auto;
  }

  .clihi_hc_topic {
    gap: 15px;
    padding: 20px;
  }

  .clihi_hc_topic h1 {
    font-size: 1.5rem;
  }

  .clihi_hc_topic span {
    height: 2rem;
    font-size: 1rem;
  }

  .clihi_hc_topic h2 {
    font-size: 1.25rem;
  }

  .clihi_hc_info {
    padding: 40px;
  }

  .clihi_hc_logo img {
    height: 50px;
  }

  .clihi_hc_logo p {
    font-size: 1rem;
  }

  .csi_image {
    height: 7.5rem;
  }

  .csi_text h1 {
    font-size: 5rem;
    letter-spacing: -2.5px;
  }

  .csi_swiper_container {
    padding: 0 0 60px 40px;
  }

  .mySwiper_container {
    padding: 0 0 60px 0px;
  }

  .career_vacancy > div h1 {
    font-size: 2rem;
  }

  .careers_fh_grid > div > p {
    font-size: 1.25rem;
  }

  .careers_fh_grid > div {
    padding: 20px;
  }

  .ifea_vid_content > div h1 {
    font-size: 2rem;
  }

  .ifea_vid_content > div h2 {
    font-size: 1.75rem;
  }

  .ifea_vid_content > div p {
    font-size: 1.25rem;
  }

  .sm_ac_image {
    grid-area: 3 / 1 / 4 / 3;
    border-radius: 15px;
  }

  .sm_ac_grid_content {
    grid-area: 4 / 1 / 5 / 3;
  }

  .sm_ac_filler {
    display: none;
  }

  .sm_ac_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding: 40px;
  }

  .sm_ac_block > div p {
    font-size: 1.5rem;
  }

  .career_image_two {
    width: 15%;
  }

  .career_image_one {
    width: 25%;
  }

  .sm_ac_block {
    aspect-ratio: 3/2.5;
  }

  .sm_ac_block > div {
    padding: 40px;
  }

  .career_vacancy_block img {
    width: 30%;
  }

  .career_vacancy_block p {
    font-size: 1.75rem;
  }

  .career_vacancy_block img {
    width: 30%;
  }

  .career_vacancy_block {
    padding: 30px;
    gap: 60px;
  }

  .awr_awards > div p {
    font-size: 1rem;
  }

  .tsarc_icon {
    width: 20%;
  }

  .smart_brand_main {
    gap: 0;
    flex-direction: column;
    padding: 50px 50px;
  }

  .smart_brand_main > div {
    width: 100%;
  }

  .sb_download_container {
    flex-direction: row;
  }

  .sb_download_container > p {
    width: 50%;
  }

  .sb_download_button {
    width: 40%;
  }

  .sb_play_container > p {
    width: 100%;
  }

  .sb_play_button {
    /*  width: 100%;*/
  }
}

@media (max-width: 767px) {
  .nav_inside_logo img {
    height: 100px;
  }

  .fixed_nav_top {
    padding: 10px 20px;
  }

  .nav_search input:focus {
    width: 150px;
  }

  .nav_menu {
    right: -20px;
    top: -40px;
    width: 100vw;
    border-radius: 0;
  }

  .nav_item_one a {
    font-size: 1.5rem;
  }

  .nav_item_two a {
    font-size: 1.15rem;
  }

  .lets-talk-section-container {
    padding: 40px 20px;
    flex-direction: column;
    gap: 20px;
  }

  .lets-talk-title {
    width: 100%;
    font-size: 1.5rem;
    padding-right: 0;
  }

  .lets-talk-para p {
    font-size: 1.25rem;
  }

  .lets-talk-para {
    width: 100%;
  }

  .lets-talk-content {
    flex-direction: column;
    gap: 15px;
  }

  .contact-button {
    font-size: 1rem;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-rowsection {
    align-items: flex-start;
    padding-bottom: 0;
    flex-direction: column;
  }

  .footer-logo-box {
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-logo-image-one {
    height: 45px;
  }

  .footer-menu-box {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }

  .page_main_container {
    padding: 0 20px;
  }

  .wwd_ocs_text {
    width: 100%;
  }

  .wwd_ocs_flex_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .wwd_ocs_blocks {
    aspect-ratio: auto;
    gap: 20px;
  }

  .wwdSwiper {
    width: 100%;
  }

  .wwd_swiper_container {
    padding: 0 20px 60px 20px;
  }

  .wwdSwiper .swiper-slide {
    aspect-ratio: 1/1;
  }

  .wdm_image {
    display: none;
  }

  .wdm_text {
    gap: 0;
    flex-wrap: wrap;
    column-gap: 15px;
  }

  .wdm_text h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .we_do_main_header {
    padding: 175px 0 125px 0;
  }

  .odmh_filler {
    display: none;
  }

  .our_dif_text h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .our_dif_text {
    gap: 0;
    flex-wrap: wrap;
    column-gap: 25px;
  }

  .oudif_gda_container h2 {
    width: 100%;
  }

  .ouwc_content_container {
    width: 100%;
    padding: 20px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
  }

  .ouwc_content_container h1 {
    width: 100%;
  }

  .ouwc_block_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .oudif_wc_images_container {
    width: 100%;
  }

  .oudif_wd_image_default {
    width: auto;
    height: 100%;
  }

  .our_dif_main_header {
    padding: 175px 0 125px 0;
  }

  .tsar_grid {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }

  .tasr_card_filler {
    display: none;
  }

  .tsarm_filler {
    display: none;
  }

  .tsarm_text h1 {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }

  .tsarm_text {
    gap: 0;
    column-gap: 25px;
    flex-wrap: wrap;
  }

  .tsar_main_header {
    padding: 175px 0 125px 0;
  }

  .tsarc_description p {
    font-size: 1.1rem;
  }

  .tsarc_description li {
    font-size: 1.1rem;
  }

  .tsar_gr {
    background-image: linear-gradient(to top, #f0f0f0 50%, #fff 100%);
  }

  .tasr_card h2 {
    font-size: 1.5rem;
  }

  .tasr_card {
    padding: 30px;
    height: auto;
  }

  .tsarc_description {
    padding: 60px 30px 30px 30px;
    aspect-ratio: auto;
  }

  .cli_hi_main_header {
    padding: 175px 0 125px 0;
  }

  .clihim_text {
    gap: 0;
    column-gap: 25px;
    flex-wrap: wrap;
  }

  .clihim_image {
    display: none;
  }

  .clihim_text h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .clihi_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .clihi_description h2 {
    font-size: 2rem;
  }

  .clihi_card_filler {
    display: none;
  }

  .clihi_card_back > div p {
    font-size: 1rem;
  }

  .clihi_card_logo_container p {
    font-size: 12.5px;
    line-height: 1.2;
    margin: 15px 20px;
  }

  .clihi_drr_topic {
    flex-wrap: wrap;
  }

  .clihi_drr_topic h1 {
    width: 100%;
  }

  .clihi_drr_topic p {
    width: 100%;
    margin-top: 20px;
  }

  .clihi_horizontal_section {
    width: 100%;
    height: 425px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: auto;
  }

  .clihi_hc_topic {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .clihi_hc_topic h1 {
    font-size: 1.5rem;
  }

  .clihi_hc_topic span {
    height: 2rem;
    font-size: 1rem;
  }

  .clihi_hc_topic h2 {
    font-size: 1.25rem;
  }

  .clihi_hc_info {
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .clihi_hc_logo img {
    height: 50px;
  }

  .clihi_hc_logo p {
    font-size: 1rem;
  }

  #clihi_horizontal_wrapper {
    padding: 0 20px 75px 20px;
  }

  .csi_image {
    display: none;
  }

  .csi_text {
    gap: 0;
    flex-wrap: wrap;
    column-gap: 15px;
  }

  .csi_text h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .csi_main_header {
    padding: 175px 0 125px 0;
  }

  .csiSwiper {
    width: 100%;
  }

  .csi_swiper_container {
    padding: 0 20px 60px 20px;
  }

  .mySwiper_container {
    padding: 0 0px 60px 0px;
  }

  .csiSwiper .swiper-slide {
    aspect-ratio: 1/1;
  }

  .csi_dr_button > div h1 {
    font-size: 1.5rem;
  }

  .csi_dr_button > div h2 {
    font-size: 1.25rem;
  }
	
	
.csi_dr_content.cus  p {
    line-height: 1.3;
  font-size: 1.10rem;

}	
	
	
.csi_dr_content.cus .list {

  font-size: 1.10rem;   line-height: 1.2 !important;
}	
	
	

  .career_gif_one {
    width: 40%;
    transform: translate(0%, -100%);
  }

  .career_gif_two {
    width: 40%;
    transform: translate(-35%, 75%);
  }

  .careers_fh_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .nav_start_conversation > img {
    width: 40px;
    transform: translate(10px, -75%);
  }

  .nav_start_conversation {
    padding: 15px 20px 15px 20px;
  }

  .nav_start_conversation > div {
    gap: 10px;
  }

  .back_to_top {
    left: 20px;
  }

  .ifea_vid_content > div {
    width: 100%;
  }

  .ifea_vid_content {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .cli_earth_bg {
    transform: translate(0%, -25%);
    position: absolute;
    left: 0;
    top: 0;
  }

  .sm_ac_grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 20px;
  }

  .sm_ac_filler {
    display: none;
  }

  .sm_ac_image {
    grid-area: 5 / 1 / 6 / 2;
  }

  .sm_ac_grid_content {
    grid-area: 6 / 1 / 7 / 2;
    padding: 20px 0;
  }

  .sm_ac_block {
    aspect-ratio: 3/2;
  }

  .sm_ac_image {
    border-radius: 15px;
  }

  .sm_ac_grid_content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .sm_ac_grid_content p {
    font-size: 1.25rem;
  }

  .sm_ac_block > div p {
    font-size: 1.25rem;
  }

  .career_lb {
    display: none;
  }

  .career_image_one {
    width: 25%;
    transform: translate(-40%, -30%);
  }

  .career_image_two {
    width: 25%;
    transform: translate(40%, 100%);
  }

  .wwd_ocs_blocks img {
    width: 15%;
  }

  .career_vacancy_block img {
    width: 30%;
  }

  .career_vacancy_block p {
    font-size: 1.5rem;
  }

  .career_vacancy_block {
    padding: 20px;
    gap: 40px;
  }

  .oudif_crt_container h2 {
    font-size: 2rem;
  }

  .oudif_cr_description p {
    font-size: 1.5rem;
  }

  .tsarc_icon {
    width: 25%;
  }

  .sb_download_container > p {
    width: 100%;
  }

  .sb_download_button {
    width: 100%;
  }

  .sb_download_container {
    flex-direction: column;
  }

  .smart_brand_main {
    padding: 50px 0;
  }
}

@media (max-width: 400px) {
  .nav_item_one a {
    font-size: 1.25rem;
  }

  .nav_menu {
    padding: 100px 35px 35px 35px;
  }

  .ouwc_blocks {
    padding: 15px;
  }

  .ouwc_blocks p {
    font-size: 1rem;
  }

  .clihi_card_logo_container p {
    font-size: 12.5px;
    line-height: 1.2;
    margin: 10px 20px;
  }

  .clihi_card_wrapper {
    aspect-ratio: 4/3.25;
  }

  .csi_dr_button > div h1 {
    font-size: 1.25rem;
  }

  .nav_start_conversation > div img {
    height: 1.25rem;
  }

  .nav_start_conversation a {
    font-size: 1.25rem;
  }

  .sm_ac_block > div {
    padding: 20px;
  }

  .sb_right_main h1 {
    font-size: 2rem;
  }
}

/* shamith css */
.light_font {
  font-weight: 100;
}
.page_content p {
  font-weight: 100;
}
.content_area_container {
  overflow: hidden;
}
.page_header2 {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 50px;
  position: relative;
  z-index: 5;
}
.page_header2 .bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
}
.page_header2 .page_header_inner {
  height: 100%;
  border-bottom: 1px solid #bcbcbc;
  padding: 200px 50px 50px 150px;
  display: flex;
  align-items: center;
  z-index: 4;
  position: relative;
}
.page_header2 h1 {
  font-size: 5rem;
  position: relative;
  line-height: 4rem;
}

.page_header2 h2 {
  font-size: 5rem;
  position: relative;
  line-height: 1;
}

.page_header2 .left_star {
  position: absolute;
  left: -26%;
  top: -84%;
  width: 67%;
  height: auto;
  z-index: 3;
}
.page_header2 .right_star {
  position: absolute;
  right: -30%;
  top: 30%;
  width: 50%;
  height: auto;
  z-index: 3;
  transform: rotate(45deg);
}

.page_content {
  position: relative;
  z-index: 6;
  padding-bottom: 50px;
}

.event_section {
  display: flex;
}

.event_section .left_bar {
  width: 27.5%;
  display: flex;
}

.event_section .left_bar .event_selector > div {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #f4f4f4;
  flex-direction: column;
  display: none;

  /* max-height: calc(80vh - 50px);
  overflow-y: auto; */
}
.event_section .left_bar .event_selector > div.active_year_group {
  display: block;
}
.event_section .left_bar .event_selector .select_event_block {
  padding: 10px;
  border-radius: 10px;
  gap: 15px;
  display: flex;
  background-color: white;
  cursor: pointer;
  transition: 300ms ease;
  margin-bottom: 10px;
}
.event_section .left_bar .event_selector .select_event_block.active_event,
.event_section .left_bar .event_selector .select_event_block:hover {
  background-color: #dbdbdb;
}
.event_section .left_bar .event_selector .select_event_block img {
  min-width: 40%;
  width: 40%;
  height: 100%;
  border-radius: 5px;
}
.event_section .left_bar .event_selector .select_event_block h4 {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 5px;
}
.year_selector {
  overflow-x: hidden;
  margin-bottom: 30px;
  position: relative;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  cursor: grab;
}
.year_selector::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: #ffffff;
  background: linear-gradient(
    275deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 4;
  pointer-events: none;
}
.year_selector span {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #fbfbfb;
  border: 1px solid #e0e0e0;
  font-weight: 100;
  font-size: 1.1rem;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: 300ms ease;
  text-align: center;
}
.year_selector .swiper-notification {
  display: none;
}
.year_selector span.active_year,
.year_selector span:hover {
  font-weight: 500;
}

.event_section .event_container {
  width: 72.5%;
  padding-left: 30px;
  padding-top: 5px;
}

.event_section .event_container h2 {
  margin-bottom: 0.9rem;
}

.event_section .event_container p {
  font-weight: 100;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.25;
}

.event_section .event_container .event_block {
  display: none;
}
.event_section .event_container .event_block.active_event {
  display: block;
}
.event_section .event_container .event_details {
  display: flex;
  gap: 30px;
}
.event_section .event_container .images-container {
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 1fr;
  gap: 15px;
  margin-bottom: 25px;
}
.event_section .event_container .images-container > div {
  position: relative;
}
.event_section .event_container .images-container .main-images-slider {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.event_section .event_container .images-container .thumbs-slider {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
.event_section .event_container .thumbs-swiper {
  width: 100%;
  height: 100%;
}
.event_section .event_container .thumbs-swiper .swiper-slide {
  width: 100%;
  opacity: 0.4;
  border-radius: 5px;
  overflow: hidden;
}
.event_section
  .event_container
  .thumbs-swiper
  .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.event_section .event_container .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event_section .event_container .main-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event_section .event_container .main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
.down_insight_book_container {
  width: 100%;
}
.contact_container.download_form {
  display: none;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.contact_container .left_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 40px;
}
.contact_container .left_section .top_section {
  padding: 0 10px 15px 0px;
}
.contact_container .left_section .top_section h2 {
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 500;
}
.contact_container .left_section .top_section p {
  font-size: 1.5rem;
  line-height: 1.2;
}
.contact_container .left_section .bottom_section {
  padding: 30px 10px 30px 0px;
  border-top: 1px solid #b4b4b4;
}

.contact_container .left_section .bottom_section a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.contact_container .left_section .bottom_section a:hover {
  color: rgba(255, 0, 4, 1);
}

.page_content p {
  font-weight: 100;
  line-height: 1.4;
  font-size: 1.2rem;
}

.contact_container .left_section .bottom_section .small-font {
  font-size: 1.1rem;
  line-height: 1.4;
}

.contact_container .form-card {
  width: 100%;
  max-width: 64rem;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 10px;
  padding: 70px 90px 40px 90px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  overflow: hidden;
  margin-top: 50px;
}

.contact_container .form-card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_container .image-container {
  position: absolute;
  height: 30rem;
  width: 30rem;
  left: -12rem;
  bottom: -8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0.3;
  z-index: 0;
}

.contact_container .image-container img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.contact_container .form-content {
  position: relative;
  z-index: 10;
}

.contact_container .checkbox-section {
  margin-bottom: 2.5rem;
  columns: 2;
}

.contact_container .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
  line-height: 1;
  color: white;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 15px;
  break-inside: avoid;
}

.contact_container .custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.375rem;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.2);
  transition:
    background-color 0.2s,
    border-color 0.2s;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 0rem;
}

.contact_container .custom-checkbox:checked {
  background-color: #374151;
  border-color: #374151;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_container .custom-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #4f46e5;
}

.contact_container .input-fields-section {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
}

.contact_container .input-fields-section .full-width {
  grid-column: 1 / -1;
}

.contact_container .input-group {
  position: relative;
  margin-bottom: 15px;
}

.contact_container .additional_fields {
  display: none;
}

.contact_container .input-field {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  font-size: 1rem;
  color: black;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9ca3af;
  appearance: none;
  -webkit-appearance: none;
}

.contact_container .input-field:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.contact_container .input-label {
  position: absolute;
  top: 0.75rem;
  left: 0;
  font-size: 1rem;
  font-weight: 300;
  color: black;
  transition: all 0.3s ease;
  pointer-events: none;
}

.contact_container .input-group.error .input-label {
  color: #ed1d25;
}

.contact_container .input-group.error .input-field {
  border-bottom: 1px solid #ed1d25;
}

.contact_container .input-field:focus + .input-label,
.contact_container .input-field:not(:placeholder-shown) + .input-label {
  top: -0.5rem;
  left: 0;
  font-size: 0.75rem;
  color: #000;
}

.contact_container .button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}

.contact_container .submit-button {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.contact_container .submit-button:hover {
  background-color: #1f2937;
}

.contact_container .submit-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #1f2937;
}

.only-mobile-br {
  display: none;
}

.form-card .success-msg {
  background-color: white;
  padding: 15px;
  position: relative;
  z-index: 5;
  border-radius: 10px;
  margin-bottom: 30px;
}
.form-card .success-msg p {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 300;
  color: rgb(28, 28, 171);
  text-align: center;
  text-wrap: balance;
}
.form-card .error-msgs {
  background-color: white;
  padding: 15px;
  position: relative;
  z-index: 5;
  border-radius: 10px;
  margin-top: 30px;
}
.form-card .error-msgs ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.form-card .error-msgs ul li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: 300;
  color: #ed1d25;
}

@media (min-width: 1500px) {
  .page_header2 h1 {
    font-size: 7rem;
    line-height: 5.5rem;
    letter-spacing: -0.2rem;
  }

  .page_header2 h2 {
    font-size: 7rem;
    line-height: 1;
    letter-spacing: -0.2rem;
  }

  .contact_container .left_section .top_section h2 {
    font-size: 3rem;
  }
  .contact_container .left_section .top_section p {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .page_header2 .page_header_inner {
    padding: 175px 50px 50px 50px;
  }
  .event_section {
    flex-direction: column;
  }
  .event_section .left_bar {
    width: 100%;
    flex-direction: column;
  }
  .event_section .left_bar .event_selector > div {
    max-height: none;
  }
  .event_section .left_bar .event_selector {
    margin-bottom: 30px;
  }
  .event_section .left_bar .event_selector .select_event_block img {
    min-width: 20%;
    width: 20%;
  }
  .event_section .event_container {
    width: 100%;
    padding-left: 0;
  }

  .contact_container {
    display: flex;
    flex-direction: column;
  }
  .contact_container .left_section .bottom_section {
    padding: 15px 0 0 0;
    margin-top: 15px;
  }
  .contact_container .checkbox-section {
    display: flex;
    flex-direction: column;
  }
  .contact_container .form-card {
    padding: 50px;
  }
}

@media (max-width: 768px) {
  .event_section .left_bar .year_selector {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .event_section .event_container .event_details {
    flex-direction: column;
    gap: 0;
  }
  .event_section .event_container .images-container {
    gap: 10px;
  }
  .page_header2 {
    padding: 0;
    margin-bottom: 30px;
  }
  .page_header2 .page_header_inner {
    padding: 150px 30px 30px 30px;
  }

  .page_header2 h1 {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .page_header2 h2 {
    font-size: 3rem;
    line-height: 1;
  }

  .contact_container .form-card {
    padding: 30px;
  }
}

@media (max-width: 540px) {
  .only-mobile-br {
    display: block;
  }
}
/* shamith css end */
