@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3afxxg");
  src: url("../fonts/icomoon.eot?3afxxg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3afxxg") format("truetype"), url("../fonts/icomoon.woff?3afxxg") format("woff"), url("../fonts/icomoon.svg?3afxxg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Instagram:before {
  content: "\e900";
}

.icon-YouTube:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\ea90";
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "REM", sans-serif;
  font-weight: 500;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-x: clip;
}
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  font-size: 16px;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1060px) {
  .container {
    padding: 0 4%;
  }
}

.trans,
.button,
a,
.buttion {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.main,
#newsletter-email {
  font-family: "REM", sans-serif;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  max-width: calc(1400px + 6%);
}
.wrap.max_1400 {
  max-width: 1400px;
}
.wrap.max_1200 {
  max-width: 1200px;
}
@media (max-width: 1500px) {
  .wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.buttion {
  outline: none;
  border: 0;
  background: #67aec3;
  padding: 15px 22px 15px 22px;
  border-radius: 28px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
}
.buttion:hover {
  background: #559bb1;
}
.buttion.but_line {
  background: transparent;
  border: solid 1px #fff;
}
.buttion.but_line:hover {
  background: #559bb1;
}
.buttion.but_line.black {
  border-color: #0f2238;
  color: #0f2238;
}
.buttion.but_line.black:hover {
  border-color: #559bb1;
  color: #fff;
}
.buttion.white {
  background: white;
  color: #0d2338;
  font-weight: 600;
  text-transform: uppercase;
}
.buttion.white:hover {
  background: #dcedf2;
}
.buttion.black_bg {
  background: #0e223a;
  color: #ffffff;
  font-weight: 600;
}
.buttion.black_bg:hover {
  background: #000000;
}
@media (max-width: 820px) {
  .buttion {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .buttion {
    padding: 11px 15px 11px 15px;
  }
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_end {
  align-items: flex-end;
}

.flex_start {
  align-items: flex-start;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

.justify_space_bet {
  justify-content: space-between;
}

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.w_90 {
  width: 90% !important;
}
@media only screen and (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media only screen and (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media only screen and (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media only screen and (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.pl_0 {
  padding-left: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_5 {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .pt_5 {
    padding-top: 0px;
  }
}

.pb_5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .pb_5 {
    padding-bottom: 0px;
  }
}

.pt_10 {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .pt_10 {
    padding-top: 5px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pb_10 {
    padding-bottom: 5px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .pt_15 {
    padding-top: 10px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .pb_15 {
    padding-bottom: 10px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .pt_25 {
    padding-top: 15px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .pb_25 {
    padding-bottom: 15px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .pt_30 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_30 {
    padding-top: 10px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pb_30 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_30 {
    padding-bottom: 10px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_35 {
    padding-top: 17px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_35 {
    padding-bottom: 17px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pt_40 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_40 {
    padding-top: 10px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pb_40 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_40 {
    padding-bottom: 10px;
  }
}

.pt_45 {
  padding-top: 45px;
}
@media only screen and (max-width: 600px) {
  .pt_45 {
    padding-top: 22px;
  }
}

.pb_45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .pb_45 {
    padding-bottom: 22px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_50 {
    padding-top: 25px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_50 {
    padding-bottom: 25px;
  }
}

.pt_55 {
  padding-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .pt_55 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_55 {
    padding-top: 27px;
  }
}

.pb_55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .pb_55 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_55 {
    padding-bottom: 27px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_60 {
    padding-bottom: 30px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pt_60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_60 {
    padding-top: 30px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .pb_65 {
    padding-bottom: 32px;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media only screen and (max-width: 600px) {
  .pt_65 {
    padding-top: 32px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .pb_70 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_70 {
    padding-bottom: 25px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .pt_70 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_70 {
    padding-top: 25px;
  }
}

.pb_75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .pb_75 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_75 {
    padding-bottom: 25px;
  }
}

.pt_75 {
  padding-top: 75px;
}
@media only screen and (max-width: 600px) {
  .pt_75 {
    padding-top: 36px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_80 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_80 {
    padding-top: 30px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_80 {
    padding-bottom: 30px;
  }
}

.pt_85 {
  padding-top: 85px;
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .pb_85 {
    padding-bottom: 42px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .pt_90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_90 {
    padding-top: 46px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .pb_90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_90 {
    padding-bottom: 46px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_100 {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_100 {
    padding-bottom: 40px;
  }
}

.pt_110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .pt_110 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_110 {
    padding-top: 30px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_110 {
    padding-bottom: 30px;
  }
}

.pt_115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_115 {
    padding-top: 57px;
  }
}

.pb_115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_115 {
    padding-bottom: 57px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1395px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_120 {
    padding-bottom: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1395px) {
  .pt_120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_125 {
  padding-top: 125px;
}
@media only screen and (max-width: 600px) {
  .pt_125 {
    padding-top: 62px;
  }
}

.pb_125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .pb_125 {
    padding-bottom: 62px;
  }
}

.pt_130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .pt_130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_130 {
    padding-top: 65px;
  }
}

.pb_130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .pb_130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_130 {
    padding-bottom: 65px;
  }
}

.pt_135 {
  padding-top: 135px;
}
@media only screen and (max-width: 1024px) {
  .pt_135 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_135 {
    padding-top: 67px;
  }
}

.pb_135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1024px) {
  .pb_135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_135 {
    padding-bottom: 67px;
  }
}

.pb_140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .pb_140 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_140 {
    padding-bottom: 50px;
  }
}

.pt_140 {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .pt_140 {
    padding-top: 70px;
  }
}

.pt_145 {
  padding-top: 145px;
}
@media only screen and (max-width: 1024px) {
  .pt_145 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_145 {
    padding-top: 72px;
  }
}

.pb_145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  .pb_145 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_145 {
    padding-bottom: 25px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .pt_150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_150 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_150 {
    padding-top: 45px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .pb_150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_150 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_150 {
    padding-bottom: 45px;
  }
}

.pt_155 {
  padding-top: 155px;
}
@media only screen and (max-width: 600px) {
  .pt_155 {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .pb_155 {
    padding-bottom: 77px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .pt_160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 820px) {
  .pb_160 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.pt_165 {
  padding-top: 165px;
}
@media only screen and (max-width: 600px) {
  .pt_165 {
    padding-top: 82px;
  }
}

.pb_165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .pb_165 {
    padding-bottom: 82px;
  }
}

.pt_170 {
  padding-top: 170px;
}
@media only screen and (max-width: 600px) {
  .pt_170 {
    padding-top: 85px;
  }
}

.pb_170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .pb_170 {
    padding-bottom: 85px;
  }
}

.pb_175 {
  padding-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .pb_175 {
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_175 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_175 {
    padding-bottom: 40px;
  }
}

.pt_175 {
  padding-top: 175px;
}
@media only screen and (max-width: 600px) {
  .pt_175 {
    padding-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_175 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_175 {
    padding-top: 40px;
  }
}

.pb_180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .pb_180 {
    padding-bottom: 90px;
  }
}

.pt_180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1024px) {
  .pt_180 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_180 {
    padding-top: 51px;
  }
}

.pb_185 {
  padding-bottom: 185px;
}
@media only screen and (max-width: 1024px) {
  .pb_185 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_185 {
    padding-bottom: 51px;
  }
}

.pt_185 {
  padding-top: 185px;
}
@media only screen and (max-width: 1024px) {
  .pt_185 {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_185 {
    padding-top: 92px;
  }
}

.pb_190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_190 {
    padding-bottom: 95px;
  }
}

.pt_190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_190 {
    padding-top: 95px;
  }
}

.pb_195 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 1024px) {
  .pb_195 {
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_195 {
    padding-bottom: 97px;
  }
}

.pt_195 {
  padding-top: 195px;
}
@media only screen and (max-width: 1024px) {
  .pt_195 {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_195 {
    padding-top: 97px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pb_200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_200 {
    padding-bottom: 100px;
  }
}

.pt_200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .pt_200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_200 {
    padding-top: 100px;
  }
}

.pt_240 {
  padding-top: 240px;
}
@media only screen and (max-width: 1024px) {
  .pt_240 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_240 {
    padding-top: 110px;
  }
}

.pb_240 {
  padding-bottom: 240px;
}
@media only screen and (max-width: 1024px) {
  .pb_240 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_240 {
    padding-bottom: 110px;
  }
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mb_auto {
  margin-bottom: auto;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .mt_10 {
    margin-top: 5px;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .mb_10 {
    margin-bottom: 5px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .mt_15 {
    margin-top: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .mb_15 {
    margin-bottom: 10px;
  }
}

.mt_20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 600px) {
  .mt_20 {
    margin-top: 10px !important;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .mb_20 {
    margin-bottom: 8px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .mb_30 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .mt_35 {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_35 {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_35 {
    margin-top: 17px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .mb_35 {
    margin-bottom: 17px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .mt_40 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mt_45 {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .mt_45 {
    margin-top: 22px;
  }
}

.mb_45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .mb_45 {
    margin-bottom: 22px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .mt_50 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_50 {
    margin-top: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .mb_50 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_50 {
    margin-bottom: 15px;
  }
}

.mt_55 {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .mt_55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_55 {
    margin-top: 27px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .mb_55 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_55 {
    margin-bottom: 40px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mb_65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .mb_65 {
    margin-bottom: 32px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media only screen and (max-width: 600px) {
  .mt_65 {
    margin-top: 32px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mt_70 {
    margin-top: 35px;
  }
}

.mb_75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 600px) {
  .mb_75 {
    margin-bottom: 36px;
  }
}

.mt_75 {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .mt_75 {
    margin-top: 36px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mt_85 {
  margin-top: 85px;
}
@media only screen and (max-width: 600px) {
  .mt_85 {
    margin-top: 42px;
  }
}

.mb_85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .mb_85 {
    margin-bottom: 42px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 600px) {
  .mb_90 {
    margin-bottom: 35px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .mt_100 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_100 {
    margin-top: 20px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb_100 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_100 {
    margin-bottom: 20px;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media only screen and (max-width: 600px) {
  .mt_115 {
    margin-top: 57px;
  }
}

.mb_115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 600px) {
  .mb_115 {
    margin-bottom: 57px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .mb_120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .mt_120 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_120 {
    margin-top: 60px;
  }
}

.mt_125 {
  margin-top: 125px;
}
@media only screen and (max-width: 600px) {
  .mt_125 {
    margin-top: 62px;
  }
}

.mb_125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .mb_125 {
    margin-bottom: 62px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .mt_130 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_130 {
    margin-top: 65px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .mb_130 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_130 {
    margin-bottom: 65px;
  }
}

.mt_135 {
  margin-top: 135px;
}
@media only screen and (max-width: 600px) {
  .mt_135 {
    margin-top: 67px;
  }
}

.mb_135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 600px) {
  .mb_135 {
    margin-bottom: 67px;
  }
}

.mt_140 {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .mt_140 {
    margin-top: 70px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 600px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.mt_145 {
  margin-top: 145px;
}
@media only screen and (max-width: 600px) {
  .mt_145 {
    margin-top: 72px;
  }
}

.mb_145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  .mb_145 {
    margin-bottom: 72px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media only screen and (max-width: 600px) {
  .mt_150 {
    margin-top: 75px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .mb_150 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_150 {
    margin-bottom: 45px;
  }
}

.mt_155 {
  margin-top: 155px;
}
@media only screen and (max-width: 600px) {
  .mt_155 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .mb_155 {
    margin-bottom: 77px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width: 600px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.mt_165 {
  margin-top: 165px;
}
@media only screen and (max-width: 600px) {
  .mt_165 {
    margin-top: 82px;
  }
}

.mb_165 {
  margin-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .mb_165 {
    margin-bottom: 82px;
  }
}

.mt_170 {
  margin-top: 170px;
}
@media only screen and (max-width: 600px) {
  .mt_170 {
    margin-top: 85px;
  }
}

.mb_170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .mb_170 {
    margin-bottom: 85px;
  }
}

.mb_175 {
  margin-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .mb_175 {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_175 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_175 {
    margin-bottom: 40px;
  }
}

.mt_175 {
  margin-top: 175px;
}
@media only screen and (max-width: 600px) {
  .mt_175 {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_175 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_175 {
    margin-top: 40px;
  }
}

.mb_180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .mb_180 {
    margin-bottom: 90px;
  }
}

.mt_180 {
  margin-top: 180px;
}
@media only screen and (max-width: 600px) {
  .mt_180 {
    margin-top: 90px;
  }
}

.mb_185 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_185 {
    margin-bottom: 92px;
  }
}

.mt_185 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_185 {
    margin-top: 92px;
  }
}

.mb_190 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_190 {
    margin-bottom: 95px;
  }
}

.mt_190 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_190 {
    margin-top: 95px;
  }
}

.mb_195 {
  margin-bottom: 195px;
}
@media only screen and (max-width: 600px) {
  .mb_195 {
    margin-bottom: 97px;
  }
}

.mt_195 {
  margin-top: 195px;
}
@media only screen and (max-width: 600px) {
  .mt_195 {
    margin-top: 97px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}

.mt_200 {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  .mt_200 {
    margin-top: 80px;
  }
}

.rtl .search_icn {
  left: unset;
  right: 0;
}

.flex_wrap {
  flex-wrap: wrap;
}

.rtl .close_btn {
  right: unset;
  left: 0;
}
.rtl .sub_menu_right_block_top_row {
  padding-left: 3%;
  padding-right: unset;
}

.rtl .sub_menu_right_block_top_row {
  padding-left: unset;
  padding-right: 7%;
}

.primary-button {
  background-color: #c5b17f;
  border-radius: 112px;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  border: none;
  padding-inline: 45px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}
.primary-button .su_button_circle {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #b64910;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: width 0.6s ease, height 0.6s ease;
}
.primary-button .su_button_circle.explode-circle {
  width: 300px;
  height: 300px;
}
.primary-button .su_button_circle.desplode-circle {
  width: 0;
  height: 0;
  transition: width 0.4s ease, height 0.4s ease;
}
.primary-button:hover {
  color: #ffffff;
}
.primary-button.contact-section-button {
  background-color: #b64910 !important;
}
.primary-button.contact-section-button .su_button_circle {
  background-color: #000000;
}
.primary-button.contact-section-button:hover, .primary-button.contact-section-button.hovered {
  background-color: #000000 !important;
}
@media screen and (max-width: 768px) {
  .primary-button {
    height: 42px;
  }
}

.contact-us-button {
  background-color: #b64910;
  border-radius: 112px;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  border: none;
  padding-inline: 45px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  line-height: 48px;
}
.contact-us-button .su_button_circle {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: width 0.6s ease, height 0.6s ease;
}
.contact-us-button .su_button_circle.explode-circle {
  width: 300px;
  height: 300px;
}
.contact-us-button .su_button_circle.desplode-circle {
  width: 0;
  height: 0;
  transition: width 0.4s ease, height 0.4s ease;
}
.contact-us-button:hover {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact-us-button {
    height: 42px;
    line-height: 42px;
  }
}

.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: #15868A;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 13px 14px;
  mask-image: url("../images/button_mask.svg");
  -webkit-mask-image: url("../images/button_mask.svg");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-primary.white_btn {
  background-color: #fff;
  color: #15868A;
}
.btn-primary.white_btn .button-icon img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(62%) saturate(570%) hue-rotate(133deg) brightness(88%) contrast(90%);
  transition: filter 0.3s ease;
}
.btn-primary.white_btn:hover {
  background-color: #F47B47;
  color: #fff;
}
.btn-primary.white_btn:hover .button-icon img {
  filter: brightness(0) invert(1);
}
.btn-primary:hover {
  background-color: #F47B47;
}
.btn-primary:hover .button-icon {
  transform: translateX(4px);
}
.btn-primary:active {
  transform: translateY(0);
}
.btn-primary .button-icon {
  transition: transform 0.3s ease-in-out;
  width: 10px;
}
.btn-primary .button-text {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    padding: 10px 20px;
  }
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  border: 2px solid #fff;
  border-radius: 0 0 0 15px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .btn-secondary {
    padding: 12px 26px;
    font-size: 15px;
    border-radius: 0 0 0 12px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
  }
}
@media only screen and (max-width: 600px) {
  .btn-secondary {
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 0 0 0 10px;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 100%, 0 100%);
  }
}
.btn-secondary:hover {
  background-color: #fff;
  color: #2d2d2d;
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
  color: #20b2aa;
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  border: 2px solid #20b2aa;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .btn-outline {
    padding: 12px 26px;
    font-size: 15px;
    border-radius: 0 0 0 12px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .btn-outline {
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 0 0 0 10px;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 100%, 0 100%);
  }
}
.btn-outline:hover {
  background-color: #20b2aa;
  color: #fff;
}

.main-title {
  font-family: "REM", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1060px) {
  .main-title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .main-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .main-title {
    font-size: 32px;
  }
}

.section-title {
  font-family: "REM", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1060px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 28px;
  }
}

.subsection-title {
  font-family: "REM", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 1060px) {
  .subsection-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .subsection-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .subsection-title {
    font-size: 20px;
  }
}

.text-large {
  font-family: "REM", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .text-large {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text-large {
    font-size: 16px;
  }
}

.text-regular {
  font-family: "REM", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .text-regular {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .text-regular {
    font-size: 14px;
  }
}

.text-small {
  font-family: "REM", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 600px) {
  .text-small {
    font-size: 13px;
  }
}

.section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media only screen and (max-width: 1024px) {
  .section-container {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-container {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .section-container {
    padding: 40px 15px;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-large {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .mt-large {
    margin-top: 40px;
  }
}

.mb-large {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .mb-large {
    margin-bottom: 40px;
  }
}

.mt-medium {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .mt-medium {
    margin-top: 30px;
  }
}

.mb-medium {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mb-medium {
    margin-bottom: 30px;
  }
}

.second_title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .second_title {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .second_title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media screen and (max-width: 992px) {
  .second_title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .second_title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 330px) {
  .second_title {
    font-size: 1.5625rem;
    line-height: 1.75rem;
  }
}

p {
  margin-top: 0;
}

.main_content {
  position: relative;
  z-index: 1;
  top: -150px;
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .main_content {
    top: -80px;
  }
}

.title_main {
  width: 100%;
}
.title_main h2 {
  margin-bottom: 6px;
}
.title_main p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
}
.title_main h5 {
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.nice-select:after {
  border: none !important;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 10px !important;
  height: 10px !important;
  top: 50%;
  right: 10px;
  margin-top: 0 !important;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.nice-select.open:after {
  background-image: url(../images/select-open.svg);
}

.detail-page .site-header .header-content {
  background-image: url(../images/header-blue.svg);
}

.detail-page .main_content {
  top: 0;
}

.breadcrumb {
  width: 100%;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .breadcrumb ul::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
.breadcrumb ul li a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #3C3C3C;
  position: relative;
}
.breadcrumb ul li a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -15px;
  width: 6px;
  height: 10px;
  background-image: url(../images/bread-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li a::after {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li a {
    display: block;
    line-height: 20px;
  }
}
.breadcrumb ul li span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #15868A;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li span {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li:first-child a {
    width: 20px;
  }
}
.breadcrumb.breadcrumb-white ul li a {
  color: #fff;
}
.breadcrumb.breadcrumb-white ul li a::after {
  filter: brightness(0) invert(1);
}
.breadcrumb.breadcrumb-white ul li img {
  filter: brightness(0) invert(1);
}

.curve_top_bottom {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  padding: 100px 0;
  border-radius: 20px;
  border-top-right-radius: 0;
  background-color: #35435a;
  margin-top: -20px;
  z-index: 2;
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  -webkit-mask-size: 100% 100%, 130px 109px;
  mask-size: 100% 100%, 130px 109px;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}
@media screen and (max-width: 1440px) {
  .curve_top_bottom {
    padding: 100px 0;
  }
}
@media screen and (max-width: 992px) {
  .curve_top_bottom {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .curve_top_bottom {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .curve_top_bottom {
    padding: 50px 0;
    -webkit-mask-size: 100% 100%, 60px 50px;
            mask-size: 100% 100%, 60px 50px;
  }
}
.curve_top_bottom::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .curve_top_bottom::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .curve_top_bottom::after {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .curve_top_bottom::after {
    width: 55px;
    height: 45px;
  }
}
.curve_top_bottom .curve_top_bottom_inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.light_blue_section {
  width: 100%;
  background-color: #96B7E3;
  padding: 100px 0 180px;
  margin-bottom: -130px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .light_blue_section {
    padding: 50px 0 120px;
  }
}
.light_blue_section .bg_img {
  width: 720px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.light_blue_section .bg_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1060px) {
  .light_blue_section .bg_img {
    width: 25%;
  }
}

@media screen and (max-width: 992px) {
  .sustainability_page .light_blue_section {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .sustainability_page .light_blue_section {
    padding: 50px 0 70px;
  }
}

.dark_blue_section_without_curve {
  width: 100%;
  background-color: #1B273D;
  padding: 120px 0;
  margin: 0;
  margin-top: -20px;
}
@media screen and (max-width: 1440px) {
  .dark_blue_section_without_curve {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .dark_blue_section_without_curve {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .dark_blue_section_without_curve {
    padding: 60px 0;
  }
}

.sector_detail_page {
  background: #1b273d;
}
.sector_detail_page .container {
  position: relative;
  z-index: 1;
}
.sector_detail_page .breadcrumb {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100%;
  z-index: 1;
}

.sector_detail_overview {
  background: #96B7E3;
  position: relative;
  padding: 100px 0;
  border-radius: 20px;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.sector_detail_overview::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1060px) {
  .sector_detail_overview::before {
    width: 91px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sector_detail_overview::before {
    width: 56px;
    height: 50px;
    right: 0px;
  }
}
.sector_detail_overview::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1060px) {
  .sector_detail_overview::after {
    width: 81px;
    height: 76px;
    left: -1px;
  }
}
@media screen and (max-width: 767px) {
  .sector_detail_overview::after {
    width: 49px;
    height: 48px;
    left: -1px;
  }
}
.sector_detail_overview .right_text_image .right_text_main {
  padding-right: 11%;
}
@media screen and (max-width: 1060px) {
  .sector_detail_overview .right_text_image .right_text_main {
    padding-right: 5%;
  }
}
@media screen and (max-width: 800px) {
  .sector_detail_overview .right_text_image .right_text_main {
    padding-right: 0;
  }
}
.sector_detail_overview .bg_img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1060px) {
  .sector_detail_overview .bg_img {
    width: 50%;
  }
}

.impact_value_section {
  padding: 100px 0;
}

.why_chosse_section {
  background: #96B7E3;
  padding: 130px 0 215px;
  margin-top: -175px;
}
.why_chosse_section [data-aos] {
  opacity: 1;
}
@media screen and (max-width: 1060px) {
  .why_chosse_section {
    margin-top: -177px;
  }
}
@media screen and (max-width: 992px) {
  .why_chosse_section {
    margin-top: -100px;
    padding: 110px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .why_chosse_section {
    padding: 80px 0 50px;
  }
}

.project_detail_top_sec {
  background: #1B273D;
  width: 100%;
  padding: 0px 0 0px;
  position: relative;
  top: -25px;
  z-index: 9;
  margin-bottom: -25px;
}
.project_detail_top_sec::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #1B273D;
  webkit-mask-image: url("../images/sec_1_mask_top.svg");
  -webkit-mask-image: url(../images/sec_1_mask_top.svg);
  mask-image: url(../images/sec_1_mask_top.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
}
@media screen and (max-width: 1060px) {
  .project_detail_top_sec::before {
    top: -70px;
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .project_detail_top_sec::before {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .project_detail_top_sec::before {
    top: -30px;
  }
}

.project_breadcrumb_sec {
  position: relative;
}
.project_breadcrumb_sec .breadcrumb {
  position: absolute;
  top: -90px;
  left: 25px;
  z-index: 10;
}
@media screen and (max-width: 1060px) {
  .project_breadcrumb_sec .breadcrumb {
    top: -55px;
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .project_breadcrumb_sec .breadcrumb {
    top: -35px;
  }
}

.project_scope_section {
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  .project_scope_section {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .project_scope_section {
    padding: 10px 0;
  }
}

.project_scope_list {
  padding: 50px 0;
}

.project_detail_page .light-blue-list-section {
  margin-top: 0;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.project_detail_page .featured-projects-section::before {
  display: none;
}
.project_detail_page .featured-projects-section:after {
  display: none;
}
.project_detail_page .featured-projects-section {
  padding: 80px 0 225px;
}
@media screen and (max-width: 1060px) {
  .project_detail_page .featured-projects-section {
    padding: 80px 0 180px;
  }
}
@media screen and (max-width: 992px) {
  .project_detail_page .featured-projects-section {
    padding: 60px 0 140px;
  }
}
.project_detail_page .photo-gallery-section {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .project_detail_page .photo-gallery-section {
    margin-top: 0px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 140px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.whatsapp-float img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 1060px) {
  .whatsapp-float {
    bottom: 26%;
    right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .whatsapp-float {
    bottom: 45%;
  }
}
@media screen and (max-width: 767px) {
  .whatsapp-float {
    bottom: 30%;
    width: 40px;
    height: 40px;
  }
}

.position_relative {
  position: relative;
}

.right_frame_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .right_frame_img {
    width: 50%;
  }
}

.impact_value_section__bg {
  position: relative;
}
.impact_value_section__bg .impact_value_section__bg_img {
  position: absolute;
  bottom: -345px;
  left: -33px;
  z-index: 0;
}
.impact_value_section__bg .bg-layer {
  background: url(../images/hrad.svg) center/217% no-repeat;
  animation: drift2 22s ease-in-out infinite alternate;
  right: 25%;
}

.project_detail_page {
  background: #35435a;
  position: relative;
}

.contact_page .commitment-section__image-wrap::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 120px;
  height: 105px;
  background-color: #202031;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 3;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .contact_page .commitment-section__image-wrap::after {
    right: 0px;
    width: 80px;
    height: 72px;
  }
}

.sustainability_page .dark_blue_section_without_curve .title_main h2 {
  margin-bottom: 15px;
}

.bg-layer {
  position: absolute;
  inset: -10%;
  background: url("../images/hrad.svg") center/140% no-repeat;
  filter: blur(60px) saturate(120%);
  opacity: 0.9;
  animation: drift 22s ease-in-out infinite alternate;
  z-index: 0;
}

.bg-layer-two {
  position: absolute;
  inset: -10%;
  background: url("../images/bg_layer.svg") center/140% no-repeat;
  filter: blur(60px) saturate(120%);
  opacity: 0.9;
  height: 100%;
  animation: drift 15s ease-in-out infinite alternate;
  z-index: 0;
}

/* Smooth cinematic drift */
@keyframes drift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 40%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@keyframes drift2 {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 0% 30%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Slow luxury zoom */
@keyframes visionBgMove {
  0% {
    left: -490px;
  }
  100% {
    left: 50%;
  }
}
@keyframes visionBgMoveRight {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 50%;
    opacity: 0;
  }
}
.intro_vision_wraper {
  background-color: #030100;
}

.home_page_content {
  background: #1b273d;
}

.services_page .overview-section {
  padding: 100px 0 220px;
}
@media screen and (max-width: 992px) {
  .services_page .overview-section {
    padding: 60px 0 160px;
  }
}
.services_page .light-blue-list-section {
  margin-top: -108px;
}
@media screen and (max-width: 992px) {
  .services_page .light-blue-list-section {
    margin-top: -106px;
  }
}

.master-planning-section-wrapper .bg-layer-two {
  z-index: 1;
}
.master-planning-section-wrapper .container {
  position: relative;
  z-index: 2;
}

.sustainability_page {
  background: linear-gradient(to bottom, rgba(150, 183, 227, 0) 8%, rgb(150, 183, 227) 83%, rgb(150, 183, 227) 100%);
}
.sustainability_page .overview-section {
  padding: 100px 0 220px;
}
.sustainability_page .curve_top_bottom {
  margin-top: -108px;
}
.sustainability_page .dark_blue_section_without_curve {
  padding: 120px 0 210px 0;
}
@media screen and (max-width: 1060px) {
  .sustainability_page .dark_blue_section_without_curve {
    padding: 120px 0 170px 0;
  }
}
@media screen and (max-width: 992px) {
  .sustainability_page .dark_blue_section_without_curve {
    padding: 80px 0 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .sustainability_page .dark_blue_section_without_curve {
    padding: 75px 0 130px 0;
  }
}
@media screen and (max-width: 767px) {
  .sustainability_page .ecnomic-section {
    margin-top: -60px;
  }
}

.explore-our-world-wrapper .bg-layer {
  bottom: 50px;
}

.contact_map_section_wrapper {
  background: #202031;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 50px 0 0 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 25px 0 0 0;
  }
}
.site-header .header-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .site-header .header-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .header-container {
    padding: 0 20px;
  }
}
.site-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 45px 20px 55px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background-color: rgba(122, 119, 119, 0.2);
  mask-image: linear-gradient(white, white), url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2247%22%20viewBox%3D%220%200%2050%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M50%200H0C4%200%206.1667%202.1667%207%203C7%203%2033.5%2029.5%2048%2044C50%2046%2050%2047%2050%2047V0Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2247%22%20viewBox%3D%220%200%2050%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2047H50C46%2047%2043.8333%2044.3333%2043%2044C16.5%2017.5%202%203%202%203C0%201%200%200%200%200V47Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: linear-gradient(white, white), url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2247%22%20viewBox%3D%220%200%2050%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M50%200H0C4%200%206.1667%202.1667%207%203C7%203%2033.5%2029.5%2048%2044C50%2046%2050%2047%2050%2047V0Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2247%22%20viewBox%3D%220%200%2050%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2047H50C46%2047%2043.8333%2044.3333%2043%2044C16.5%2017.5%202%203%202%203C0%201%200%200%200%200V47Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  mask-size: 100% 100%, 50px 47px, 50px 47px;
  -webkit-mask-size: 100% 100%, 50px 47px, 50px 47px;
  mask-position: 0 0, 100% 0, 0 100%;
  -webkit-mask-position: 0 0, 100% 0, 0 100%;
  mask-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
  mask-composite: subtract, add;
  -webkit-mask-composite: source-out, source-over;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .site-header .header-content {
    padding: 15px 20px;
    -webkit-mask-size: 100% 100%, 20px 19px, 20px 19px;
    mask-size: 100% 100%, 20px 19px, 20px 19px;
  }
}
.site-header .header-shape_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 47px;
  pointer-events: none;
}
.site-header .header-shape_right svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header .header-shape_right path {
  fill: transparent;
}
.site-header .header-shape_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 47px;
  pointer-events: none;
}
.site-header .header-shape_left svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header .header-shape_left path {
  fill: transparent;
}
.site-header .site-logo {
  flex-shrink: 0;
  max-width: 141px;
}
.site-header .site-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-header .site-logo .logo-image {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .site-header .site-logo .logo-image {
    height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .site-header .site-logo .logo-image {
    height: 30px;
  }
}
.site-header .hamburger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10002;
  position: fixed;
  right: 25%;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1060px) {
  .site-header .hamburger-btn {
    display: flex;
  }
}
.site-header .hamburger-btn:hover {
  opacity: 0.85;
}
.site-header .hamburger-btn .hamburger-btn__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header .hamburger-btn.is-active .hamburger-btn__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header .hamburger-btn.is-active .hamburger-btn__line:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger-btn.is-active .hamburger-btn__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .site-header .hamburger-btn {
    top: 10px;
    right: 15px;
  }
}
.site-header .main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1060px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .site-header .main-navigation .nav-menu {
    gap: 30px;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .site-header .main-navigation .nav-menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-header .main-navigation .nav-menu {
    gap: 25px;
  }
}
.site-header .main-navigation .nav-menu li {
  margin: 0;
}
.site-header .main-navigation .nav-menu li.current_page_item a {
  color: #F47B47;
}
.site-header .main-navigation .nav-menu a {
  color: #fff;
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.site-header .main-navigation .nav-menu a:hover {
  color: #F47B47;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .site-header .main-navigation .nav-menu a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .site-header .main-navigation .nav-menu a {
    font-size: 0.9375rem;
  }
}
.site-header .language-selector {
  flex-shrink: 0;
}
@media only screen and (max-width: 1060px) {
  .site-header .language-selector {
    display: none;
  }
}
.site-header .language-selector .lang-link {
  color: #fff;
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.site-header .language-selector .lang-link:hover {
  color: #F47B47;
}
.site-header .header-contact {
  flex-shrink: 0;
}
.site-header .header-contact .contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  background-color: #15868A;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-decoration: none;
  -webkit-mask-image: url("../images/button_mask.svg");
  mask-image: url("../images/button_mask.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
}
.site-header .header-contact .contact-button .button-icon {
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .site-header .header-contact .contact-button {
    padding: 10px 22px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .site-header .header-contact .contact-button {
    padding: 8px 18px;
    font-size: 13px;
    gap: 6px;
  }
}
.site-header .header-contact .contact-button:hover {
  background-color: #F47B47;
}
.site-header .header-contact .contact-button:hover .button-icon {
  transform: translateX(4px);
}
.site-header .header-contact .contact-button .button-text {
  display: inline-block;
}
.site-header .header-contact .contact-button .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.site-header .header-contact .contact-button .button-icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .site-header .header-contact {
    display: none;
  }
}
.site-header.is-sticky .header-content {
  background-color: rgba(143, 139, 139, 0.2);
}

.site-header.is-visible {
  transform: translateY(0);
  z-index: 10001;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 1060px) {
  .mobile-menu-overlay {
    display: block;
  }
}

.mobile-menu-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 460px;
  background: rgba(21, 134, 138, 0.98);
  backdrop-filter: blur(12px);
  z-index: 10001;
  padding: 80px 24px 24px;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}
@media only screen and (max-width: 1060px) {
  .mobile-menu-drawer {
    display: block;
  }
}

.mobile-menu-drawer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.mobile-menu-drawer__close:hover {
  opacity: 0.85;
}
.mobile-menu-drawer__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.mobile-menu-drawer__close svg {
  display: block;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1060px) {
  body.menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1060px) {
  body.menu-open .mobile-menu-drawer {
    transform: translateX(0);
    visibility: visible;
  }
}

.mobile-menu-drawer .mobile-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  width: 100%;
}
.mobile-menu-drawer .mobile-nav-menu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu-drawer .mobile-nav-menu li.current_page_item a {
  color: #fff;
  font-weight: 500;
}
.mobile-menu-drawer .mobile-nav-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 14px 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.mobile-menu-drawer .mobile-nav-menu a:hover {
  color: #fff;
  opacity: 0.9;
}

body.menu-open {
  overflow: hidden;
}

.header-shape_right {
  position: absolute;
  right: 0;
  top: 0;
}

.main-banner {
  position: relative;
  width: 100%;
  height: 105vh;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .main-banner {
    height: 75vh;
  }
}
@media only screen and (max-width: 768px) {
  .main-banner {
    height: 80vh;
    min-height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .main-banner {
    height: 70vh;
    min-height: 400px;
  }
}
.main-banner .main-banner-swiper {
  width: 100%;
  height: 100%;
}
.main-banner .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-banner .banner-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-banner .banner-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-banner .banner-media .banner-image,
.main-banner .banner-media .banner-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-banner .banner-media .banner-video {
  position: absolute;
  top: 0;
  left: 0;
}
.main-banner .banner-media .video-overlay,
.main-banner .banner-media .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}
.main-banner .banner-slide .container {
  width: 100%;
}
.main-banner .banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 730px;
  padding-top: 2%;
}
@media screen and (max-width: 767px) {
  .main-banner .banner-content {
    padding-top: 30%;
  }
}
.main-banner .banner-content .banner-title {
  font-family: "REM", sans-serif;
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 3.8125rem;
  color: #fff;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1060px) {
  .main-banner .banner-content .banner-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  .main-banner .banner-content .banner-title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-banner .banner-content .banner-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}
.main-banner .banner-content p {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625rem;
  color: #fff;
  margin: 0 0 25px 0;
  max-width: 500px;
}
@media only screen and (max-width: 1060px) {
  .main-banner .banner-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main-banner .banner-content p {
    font-size: 16px;
    margin-bottom: 28px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-banner .banner-content p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
.main-banner .banner-content .banner-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #20b2aa;
  color: #fff;
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 36px;
  border-radius: 0 0 0 15px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(32, 178, 170, 0.3);
}
@media only screen and (max-width: 768px) {
  .main-banner .banner-content .banner-button {
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 0 0 0 12px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
  }
}
@media only screen and (max-width: 600px) {
  .main-banner .banner-content .banner-button {
    padding: 12px 26px;
    font-size: 15px;
    border-radius: 0 0 0 10px;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 100%, 0 100%);
  }
}
.main-banner .banner-content .banner-button:hover {
  background-color: #1a9b94;
  box-shadow: 0 6px 20px rgba(32, 178, 170, 0.4);
}
.main-banner .banner-content .banner-button .button-text {
  display: inline-block;
}
.main-banner .banner-content .banner-button .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.main-banner .banner-content .banner-button .button-icon svg {
  width: 100%;
  height: 100%;
}
.main-banner .banner-content .banner-button:hover .button-icon {
  transform: translateX(4px);
}

.explore-our-world {
  background: radial-gradient(600px 500px at 12% 50%, rgba(70, 105, 160, 0.45) 0%, rgba(70, 105, 160, 0.25) 30%, rgba(27, 39, 61, 0) 65%), radial-gradient(500px 600px at 88% 50%, rgba(180, 80, 60, 0.45) 0%, rgba(180, 80, 60, 0.25) 35%, rgba(27, 39, 61, 0) 70%), linear-gradient(180deg, #1B273D 0%, #1B273D 100%);
  position: relative;
  padding: 100px 0;
  z-index: 9;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .explore-our-world {
    padding: 50px 0;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .explore-our-world {
    padding: 50px 0;
  }
}
.explore-our-world::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #1B273D;
  webkit-mask-image: url("../images/sec_1_mask_top.svg");
  -webkit-mask-image: url("../images/sec_1_mask_top.svg");
          mask-image: url("../images/sec_1_mask_top.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .explore-our-world::before {
    height: 80px;
    top: -80px;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .explore-our-world::before {
    height: 80px;
    top: -80px;
  }
}
@media screen and (max-width: 1060px) {
  .explore-our-world::before {
    top: -70px;
  }
}
@media screen and (max-width: 992px) {
  .explore-our-world::before {
    top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world::before {
    top: -28px;
  }
}
@media screen and (max-width: 480px) {
  .explore-our-world::before {
    top: -24px;
  }
}
.explore-our-world .frame {
  position: absolute;
  top: -96px;
  left: 0;
  z-index: 9;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .explore-our-world .frame {
    top: -81px;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .explore-our-world .frame {
    top: -81px;
  }
}
@media screen and (max-width: 1060px) {
  .explore-our-world .frame {
    top: -70px;
  }
}
@media screen and (max-width: 992px) {
  .explore-our-world .frame {
    top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .frame {
    width: 40%;
    top: -27px;
  }
}
@media screen and (max-width: 480px) {
  .explore-our-world .frame {
    top: -23px;
  }
}
.explore-our-world .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1060px) {
  .explore-our-world {
    padding: 50px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world {
    padding: 20px 0 50px 0;
  }
}
.explore-our-world .explore-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .explore-our-world .explore-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .explore-our-world .explore-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .explore-our-world .explore-container {
    padding: 0 15px;
  }
}
.explore-our-world .explore-header {
  margin-bottom: 60px;
  max-width: 1190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .explore-our-world .explore-header {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-header {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.explore-our-world .explore-header h2 {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .explore-our-world .explore-header h2 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-header h2 {
    width: 100%;
  }
}
.explore-our-world .explore-header p {
  font-family: "REM", sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  max-width: 500px;
}
@media only screen and (max-width: 1060px) {
  .explore-our-world .explore-header p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .explore-our-world .explore-header p {
    font-size: 17px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-header p {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .explore-our-world .explore-header p {
    font-size: 14px;
  }
}
.explore-our-world .explore-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 600px;
  overflow: visible;
}
@media screen and (max-width: 1060px) {
  .explore-our-world .explore-cards-grid {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-cards-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .explore-our-world .explore-cards-grid {
    gap: 20px;
  }
}
.explore-our-world .explore-cards-grid .explore-card:nth-child(1),
.explore-our-world .explore-cards-grid .explore-card:nth-child(3) {
  align-self: flex-start;
}
.explore-our-world .explore-cards-grid .explore-card:nth-child(2),
.explore-our-world .explore-cards-grid .explore-card:nth-child(4) {
  align-self: flex-end;
}
.explore-our-world .explore-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  position: relative;
}
.explore-our-world .explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.explore-our-world .explore-card:hover .card-cta-button {
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-card {
    border-radius: 10px;
  }
}
.explore-our-world .explore-card .card-title {
  font-family: "REM", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.0625rem;
  color: #333;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1060px) {
  .explore-our-world .explore-card .card-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .explore-our-world .explore-card .card-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-card .card-title {
    margin-bottom: 5px;
  }
}
.explore-our-world .explore-card p {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.125rem;
  color: rgba(26, 39, 61, 0.5);
  margin: 0 0 10px 0;
}
@media screen and (max-width: 992px) {
  .explore-our-world .explore-card p {
    font-size: 15px;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 600px) {
  .explore-our-world .explore-card p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.explore-our-world .explore-card .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 283px;
  overflow: hidden;
  margin-top: auto;
  webkit-mask-image: url("../images/card_mask.svg");
  -webkit-mask-image: url("../images/card_mask.svg");
          mask-image: url("../images/card_mask.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
  position: relative;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 243px;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 243px;
  }
}
@media screen and (max-width: 1060px) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 325px;
  }
}
@media screen and (max-width: 992px) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 355px;
    mask-image: url(../images/abt_mob_mask.svg);
    -webkit-mask-image: url(../images/abt_mob_mask.svg);
  }
}
@media screen and (max-width: 420px) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 338px;
  }
}
@media screen and (max-width: 380px) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 303px;
  }
}
@media screen and (max-width: 330px) {
  .explore-our-world .explore-card .card-image-wrapper {
    height: 260px;
  }
}
.explore-our-world .explore-card .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.explore-our-world .explore-card .card-cta-button {
  position: absolute;
  bottom: 27px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #1A273D;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.6rem), calc(100% - 0.6rem) 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .explore-our-world .explore-card .card-cta-button {
    bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .explore-our-world .explore-card .card-cta-button {
    width: 30px;
    height: 30px;
    bottom: 30px;
    right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .explore-our-world .explore-card .card-cta-button {
    bottom: 48px;
  }
}
@media screen and (max-width: 380px) {
  .explore-our-world .explore-card .card-cta-button {
    bottom: 32px;
  }
}
.explore-our-world .explore-card .card-cta-button svg {
  width: 20px;
  height: 20px;
}
.explore-our-world .explore-card .card-cta-button:hover {
  background-color: #F47B47;
}

@keyframes bg-animation {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.projects-slider-section {
  position: relative;
  width: 100%;
  height: calc(100vh + (var(--projects-slides, 4) + 2) * var(--projects-slide-vh, 38) * 1vh);
  background: #0a0a0a;
}
@media screen and (max-width: 1060px) {
  .projects-slider-section {
    height: auto;
  }
}

.projects-slider-section__filler {
  height: calc((var(--projects-slides, 4) + 2) * var(--projects-slide-vh, 38) * 1vh);
  background: #0a0a0a;
  pointer-events: none;
}
@media screen and (max-width: 1060px) {
  .projects-slider-section__filler {
    display: none;
  }
}

@media screen and (max-width: 1060px) {
  .projects-slider-section__sticky--desktop {
    display: none !important;
  }
}
.projects-slider-section__stack {
  display: none;
}
@media screen and (max-width: 1060px) {
  .projects-slider-section__stack {
    display: block;
    width: 100%;
  }
}

.projects-slider-section__stack-item {
  position: relative;
  width: 100%;
  min-height: 70vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .projects-slider-section__stack-item {
    min-height: 60vh;
  }
}
@media screen and (max-width: 1060px) {
  .projects-slider-section__stack-item:last-child .projects-slider-section__stack-content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .projects-slider-section__stack-item:last-child .projects-slider-section__stack-content {
    padding-bottom: 60px;
  }
}

.projects-slider-section__stack-media {
  position: absolute;
  inset: 0;
}

.projects-slider-section__stack-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.projects-slider-section__stack-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  pointer-events: none;
}

.projects-slider-section__stack-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 5% 32px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .projects-slider-section__stack-content {
    padding: 20px 5% 24px;
  }
}

.projects-slider-section__stack-title {
  font-family: inherit;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .projects-slider-section__stack-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

.projects-slider-section__stack-desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 16px 0;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .projects-slider-section__stack-desc {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}

.projects-slider-section__stack-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
}
.projects-slider-section__stack-cta:hover {
  color: rgba(255, 255, 255, 0.9);
}

.projects-slider-section__sticky {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0a0a0a;
}
.projects-slider-section__sticky.is-pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: 10;
  pointer-events: auto;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .projects-slider-section__sticky {
    height: 130vh;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .projects-slider-section__sticky {
    height: 130vh;
  }
}
@media screen and (max-width: 1060px) {
  .projects-slider-section__sticky.is-pinned {
    position: relative;
  }
}

.projects-slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.projects-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.projects-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .projects-slider__slide {
    justify-content: center;
  }
}

.projects-slider__content-column {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 980px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: calc((100% - (1400px - 1.5rem)) / 2);
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .projects-slider__content-column {
    padding-right: calc((100% - (1240px - 1.5rem)) / 2);
    max-width: 700px;
  }
}
@media screen and (max-width: 1060px) {
  .projects-slider__content-column {
    padding-right: 4%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .projects-slider__content-column {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
  }
}

.projects-slider__content-strip {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* No transition: position follows scroll 1:1 for smooth feel */
  pointer-events: auto;
}

.projects-slider__content-block {
  min-height: 33vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0 24px 20px;
  opacity: 0.1;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0.8, 0.8);
  transform-origin: 0;
  color: #fff;
  text-align: left;
}
.projects-slider__content-block.is-near {
  opacity: 0.1;
}
.projects-slider__content-block.is-active {
  opacity: 1;
  transform: scale(1, 1);
}
@media screen and (max-width: 1060px) {
  .projects-slider__content-block {
    transform-origin: left center;
  }
}
@media screen and (max-width: 992px) {
  .projects-slider__content-block {
    min-height: 28vh;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .projects-slider__content-block {
    padding: 0;
    transform-origin: center center;
  }
}
.projects-slider__content-block p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin: 0 0 20px 0;
  color: #fff;
  max-width: 500px;
}
@media screen and (max-width: 992px) {
  .projects-slider__content-block p {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .projects-slider__content-block p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.projects-slider__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.projects-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.projects-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}

.projects-slider__content-block .projects-slider__number {
  margin-bottom: 8px;
}

.projects-slider__content-block .projects-slider__title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .projects-slider__content-block .projects-slider__title {
    margin-bottom: 10px;
  }
}

.projects-slider__content-block .projects-slider__desc {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .projects-slider__content-block .projects-slider__desc {
    margin-bottom: 12px;
  }
}

.projects-slider__number {
  display: block;
  font-family: "REM", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.projects-slider__title {
  font-family: "REM", sans-serif;
  font-size: 4.0625rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 18px 0;
  color: #fff;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .projects-slider__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .projects-slider__title {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 1500px) {
  .projects-slider__title {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .projects-slider__title {
    font-size: 2.625rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 992px) {
  .projects-slider__title {
    font-size: 2.25rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .projects-slider__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

.projects-slider__desc {
  font-family: "REM", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.65;
  margin: 0 0 26px 0;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1024px) {
  .projects-slider__desc {
    font-size: 1.0625rem;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .projects-slider__desc {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .projects-slider__desc {
    font-size: 0.9375rem;
    margin-bottom: 18px;
  }
}

.projects-slider__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "REM", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity 0.25s ease, gap 0.25s ease;
}
@media screen and (max-width: 992px) {
  .projects-slider__cta {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .projects-slider__cta {
    font-size: 14px;
  }
}
.projects-slider__cta:hover {
  opacity: 0.9;
  gap: 12px;
}

.projects-slider__cta-icon {
  width: 32px;
}

.site-footer {
  background-color: #1B273D;
  color: #fff;
  position: relative;
  padding: 0px 0 30px;
  z-index: 99;
}
.site-footer .footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-container {
    padding: 0 15px;
  }
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -115px;
  left: 0;
  width: 100%;
  height: 170px;
  -webkit-mask-image: url(../images/footer_mask.svg);
          mask-image: url(../images/footer_mask.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  z-index: 1;
  background-color: #1B273D;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 1060px) {
  .site-footer::before {
    top: -80px;
    height: 95px;
  }
}
@media screen and (max-width: 992px) {
  .site-footer::before {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer::before {
    top: -28px;
    border-top-right-radius: 10px;
    left: -1px;
    width: 101%;
  }
}
@media screen and (max-width: 330px) {
  .site-footer::before {
    top: -27px;
  }
}
.site-footer .footer-top {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-top {
    margin-bottom: 30px;
  }
}
.site-footer .footer-top .footer-top-content {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 0;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-top .footer-top-content {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .footer-top-content {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.site-footer .footer-nav-column {
  flex: 0 0 auto;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-nav-column {
    margin-right: 18px;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .footer-nav-column {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-nav-column {
    width: 46%;
  }
}
.site-footer .footer-nav-column:last-of-type {
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-nav-column:last-of-type {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-nav-column:last-of-type {
    margin-right: 0;
  }
}
.site-footer .footer-nav-column .footer-navigation .footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-nav-column .footer-navigation .footer-nav-list {
    gap: 12px;
  }
}
.site-footer .footer-nav-column .footer-navigation .footer-nav-list li {
  margin: 0;
}
.site-footer .footer-nav-column .footer-navigation .footer-nav-list a {
  color: #fff;
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 16px;
  font-weight: 100;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-nav-column .footer-navigation .footer-nav-list a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-nav-column .footer-navigation .footer-nav-list a {
    font-size: 14px;
  }
}
.site-footer .footer-nav-column .footer-navigation .footer-nav-list a:hover {
  color: #15868A;
}
.site-footer .footer-social {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-social {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-social {
    gap: 10px;
  }
}
.site-footer .footer-social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #d1d4d8;
  border-radius: 6px;
  color: #1B273D;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  mask-image: url(../images/social_mask.svg);
  -webkit-mask-image: url(../images/social_mask.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: center;
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-social .social-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.site-footer .footer-social .social-icon:hover {
  background-color: #F47B47;
  transform: translateY(-2px);
  color: #fff;
}
.site-footer .footer-separator {
  height: 1px;
  background-color: #304367;
  margin: 32px 0;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-separator {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-separator {
    margin: 20px 0;
  }
}
.site-footer .footer-middle {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-middle {
    margin-bottom: 25px;
  }
}
.site-footer .footer-middle .footer-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-middle .footer-middle-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.site-footer .footer-logo {
  flex-shrink: 0;
}
.site-footer .footer-logo a {
  display: inline-block;
  text-decoration: none;
}
.site-footer .footer-logo .footer-logo-image {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-logo .footer-logo-image {
    height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-logo .footer-logo-image {
    height: 30px;
  }
}
.site-footer .footer-contact-info {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-contact-info {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact-info {
    gap: 40px;
  }
}
.site-footer .footer-contact-info .contact-item {
  align-items: center;
  gap: 8px;
  font-family: "REM", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-contact-info .contact-item {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-contact-info .contact-item {
    font-size: 14px;
  }
}
.site-footer .footer-contact-info .contact-item .contact-label {
  color: #15868A;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.site-footer .footer-contact-info .contact-item .contact-value {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}
.site-footer .footer-contact-info .contact-item .contact-value:hover {
  color: #1a9b94;
}
.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-bottom {
    padding-bottom: 0;
  }
}
.site-footer .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.site-footer .footer-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 100;
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-copyright p {
    font-size: 13px;
  }
}
.site-footer .footer-copyright p span {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
  vertical-align: text-bottom;
}
.site-footer .footer-legal {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 100;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-legal {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-legal {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
.site-footer .footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-legal a {
    font-size: 13px;
  }
}
.site-footer .footer-legal a:hover {
  color: #15868A;
}
.site-footer .footer-legal .separator {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .site-footer .footer-legal .separator {
    font-size: 13px;
  }
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .inner-banner {
    height: 50vh;
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner {
    height: 60vh;
    min-height: 300px;
  }
}
.inner-banner .inner-banner-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner-banner .inner-banner-media .inner-banner-image,
.inner-banner .inner-banner-media .inner-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.inner-banner .inner-banner-media .inner-banner-video {
  pointer-events: none;
}
.inner-banner .inner-banner-media .inner-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.inner-banner .inner-banner-media .inner-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.inner-banner .inner-banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .inner-banner .inner-banner-content {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 600px) {
  .inner-banner .inner-banner-content {
    padding: 40px 0;
  }
}
.inner-banner .inner-banner-title {
  font-family: "REM", sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1060px) {
  .inner-banner .inner-banner-title {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-banner .inner-banner-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .inner-banner .inner-banner-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.projects_page,
.about_page {
  background: #1b273d;
  min-height: 100vh;
}

.project-detail-banner {
  position: relative;
  width: 100%;
  height: 930px;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .project-detail-banner {
    height: 70vh;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .project-detail-banner {
    height: 75vh;
    min-height: 350px;
  }
}

.project-detail-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-detail-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.project-detail-banner .container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.project-detail-banner__content {
  width: 100%;
  max-width: 980px;
  padding: 50px 0 190px;
  text-align: left;
}
@media screen and (max-width: 1060px) {
  .project-detail-banner__content {
    max-width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .project-detail-banner__content {
    padding: 50px 0 110px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project-detail-banner__content {
    padding: 40px 0 70px;
  }
}
.project-detail-banner__content p {
  font-weight: 100;
  color: #fff;
  line-height: 1.5625rem;
}
@media screen and (max-width: 992px) {
  .project-detail-banner__content p {
    line-height: 1.25rem;
  }
}

.project-detail-banner__title {
  font-family: "REM", sans-serif;
  font-size: 3.4375rem;
  font-weight: bold;
  line-height: 3.6875rem;
  color: #fff;
  margin: 0 0 20px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1060px) {
  .project-detail-banner__title {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 992px) {
  .project-detail-banner__title {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .project-detail-banner__title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 14px;
  }
}

.key-details-section {
  width: 100%;
  padding: 50px 0 80px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .key-details-section {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .key-details-section {
    padding: 40px 0 50px;
  }
}
.key-details-section .container {
  position: relative;
  z-index: 5;
}

.key-details-section__header {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .key-details-section__header {
    margin-bottom: 28px;
  }
}
.key-details-section__header p {
  font-weight: 100;
  color: #fff;
  line-height: 1.5625rem;
}

.key-details-section__title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #fff;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1060px) {
  .key-details-section__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .key-details-section__title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 8px;
  }
}

.key-details-section__subtitle {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .key-details-section__subtitle {
    font-size: 0.9375rem;
  }
}

.key-details-section__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .key-details-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .key-details-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 320px) {
  .key-details-section__grid {
    grid-template-columns: 1fr;
  }
}

.key-details-card {
  position: relative;
  padding: 0px 25px;
  text-align: left;
  min-height: 185px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.key-details-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: #79B2BE;
  background: linear-gradient(142deg, rgb(121, 178, 190) 0%, rgb(176, 97, 67) 100%);
  z-index: 0;
  mask-image: url(../images/key_mask.svg);
  -webkit-mask-image: url(../images/key_mask.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.3s ease;
}
.key-details-card:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #1b273d;
  background-image: url(../images/bg-master.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 10px;
  mask-image: url(../images/key_mask.svg);
  -webkit-mask-image: url(../images/key_mask.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
@media screen and (max-width: 1060px) {
  .key-details-card {
    min-height: 220px;
  }
}
@media screen and (max-width: 992px) {
  .key-details-card {
    min-height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .key-details-card {
    min-height: 144px;
    padding: 22px 18px;
    border-radius: 10px;
  }
}
.key-details-card .key-details-card__inner {
  position: relative;
  z-index: 2;
}
.key-details-card:hover::after {
  background-image: url(../images/master-hover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.key-details-card__icon {
  margin-bottom: 25px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.key-details-card__icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(62%) sepia(48%) saturate(800%) hue-rotate(340deg) brightness(102%) contrast(95%);
}
@media screen and (max-width: 767px) {
  .key-details-card__icon {
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
  }
  .key-details-card__icon img {
    width: 25px;
    height: 25px;
  }
}

.key-details-card__label {
  font-family: "REM", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: #fff;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 992px) {
  .key-details-card__label {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .key-details-card__label {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin-bottom: 4px;
  }
}

.key-details-card__value {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3125rem;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .key-details-card__value {
    font-size: 0.8125rem;
    line-height: 0.875rem;
  }
}

.photo-gallery-section {
  width: 100%;
  padding: 60px 0 80px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.photo-gallery-section::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .photo-gallery-section::before {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery-section::before {
    width: 43px;
    height: 51px;
    top: -8px;
    right: 0px;
  }
}
.photo-gallery-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -7px;
  width: 100px;
  height: 85px;
  background-color: #35435a;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 3;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .photo-gallery-section::after {
    bottom: -1px;
    left: 0px;
    width: 50px;
    height: 43px;
  }
}
@media screen and (max-width: 992px) {
  .photo-gallery-section {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery-section {
    padding: 40px 0 50px;
  }
}

.photo-gallery-section__title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #1B273D;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1060px) {
  .photo-gallery-section__title {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .photo-gallery-section__title {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery-section__title {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
}

.photo-gallery-section__slider-wrap {
  position: relative;
  padding-left: calc((100% - (1400px - 1.5rem)) / 2);
}
@media screen and (max-width: 1060px) {
  .photo-gallery-section__slider-wrap {
    padding: 0 4%;
  }
}

.photo-gallery-swiper {
  overflow: hidden;
  width: 100%;
}

.photo-gallery-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.photo-gallery-section__slide-inner {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 510/612;
  background: #e8e8e8;
  mask-image: url(../images/gal_mask.svg);
  -webkit-mask-image: url(../images/gal_mask.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.photo-gallery-section__slide-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .photo-gallery-section__slide-inner {
    border-radius: 12px;
  }
}

.photo-gallery-section__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}
.photo-gallery-section__nav:hover:not(:disabled) {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}
.photo-gallery-section__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.photo-gallery-section__nav svg {
  width: 24px;
  height: 24px;
}
.photo-gallery-section__nav--prev {
  left: calc((100% - (1350px - 1.5rem)) / 2);
}
@media screen and (max-width: 1350px) {
  .photo-gallery-section__nav--prev {
    left: 5%;
  }
}
.photo-gallery-section__nav--next {
  right: calc((100% - (1350px - 1.5rem)) / 2);
}
@media screen and (max-width: 1350px) {
  .photo-gallery-section__nav--next {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery-section__nav {
    width: 30px;
    height: 30px;
  }
  .photo-gallery-section__nav svg {
    width: 20px;
    height: 20px;
  }
}

@keyframes overviewGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.overview-section {
  width: 100%;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  mask-image: url(../images/blue_section.svg);
  -webkit-mask-image: url(../images/blue_section.svg);
  mask-size: 100% auto;
  background-color: #1B273D;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .overview-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .overview-section {
    padding: 80px 0 70px;
  }
}
.overview-section .bg-layer-two {
  inset: 3%;
  bottom: 60px;
  height: 89%;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .overview-section .bg-layer-two {
    height: 85%;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .overview-section .bg-layer-two {
    height: 85%;
  }
}
@media screen and (max-width: 1060px) {
  .overview-section .bg-layer-two {
    display: none;
  }
}
.overview-section .overview_ghraphic {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .overview-section .overview_ghraphic {
    width: 50%;
  }
}
.overview-section .overview-content {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .overview-section .overview-content {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .overview-section .overview-content {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .overview-section .overview-content {
    gap: 25px;
  }
}
.overview-section .overview-image {
  width: 50%;
  height: 610px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  transform: translateZ(0);
  mask-image: linear-gradient(white, white), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160' fill='none'%3E%3Cpath fill='black' stroke='black' stroke-width='1.5' d='M0.00032975%20159.203C11.0709%20159.203%2021.688%20154.805%2029.5156%20146.977L146.978%2029.515C154.805%2021.6874%20159.203%2011.0699%20159.203%200L159.203%20159.203L0.00032975%20159.203Z'/%3E%3C/svg%3E");
  -webkit-mask-image: linear-gradient(white, white), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160' fill='none'%3E%3Cpath fill='black' stroke='black' stroke-width='1.5' d='M0.00032975%20159.203C11.0709%20159.203%2021.688%20154.805%2029.5156%20146.977L146.978%2029.515C154.805%2021.6874%20159.203%2011.0699%20159.203%200L159.203%20159.203L0.00032975%20159.203Z'/%3E%3C/svg%3E");
  mask-size: 100% 100%, 162px 162px;
  -webkit-mask-size: 100% 100%, 162px 162px;
  mask-position: 0 0, 100% 100%;
  -webkit-mask-position: 0 0, 100% 100%;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-origin: border-box, border-box;
  -webkit-mask-origin: border-box, border-box;
  mask-composite: subtract;
  -webkit-mask-composite: source-out;
}
@media screen and (max-width: 1060px) {
  .overview-section .overview-image {
    mask-size: 100% 100%, 102px 102px;
    -webkit-mask-size: 100% 100%, 102px 102px;
  }
}
@media screen and (max-width: 992px) {
  .overview-section .overview-image {
    mask-size: 100% 100%, 70px 70px;
    -webkit-mask-size: 100% 100%, 70px 70px;
  }
}
@media screen and (max-width: 767px) {
  .overview-section .overview-image {
    mask-size: 100% 100%, 71px 71px;
    -webkit-mask-size: 100% 100%, 71px 71px;
    mask-position: 0 0, 100% calc(100% - 4px);
    -webkit-mask-position: 0 0, 100% calc(100% - 4px);
  }
}
.overview-section .overview-image::after {
  width: 473px;
  height: 473px;
  background-image: url();
}
@media screen and (max-width: 1060px) {
  .overview-section .overview-image {
    height: 420px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 992px) {
  .overview-section .overview-image {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .overview-section .overview-image {
    height: 310px;
  }
}
.overview-section .overview-image img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
.overview-section .overview-text {
  width: 50%;
  padding-left: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .overview-section .overview-text {
    width: 45%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .overview-section .overview-text {
    width: 100%;
    padding-left: 0;
  }
}
.overview-section .overview-title {
  font-family: "proxima_novaregular", "Almarai", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 30px 0;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 1200px) {
  .overview-section .overview-title {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  .overview-section .overview-title {
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .overview-section .overview-title {
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .overview-section .overview-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.overview-section p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 200;
  font-family: "REM", sans-serif;
}
@media screen and (max-width: 992px) {
  .overview-section p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.light-blue-list-section {
  width: 100%;
  margin-top: -20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 100px 0 120px 0;
  background-color: #96B7E3;
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  -webkit-mask-size: 100% 100%, 130px 109px;
  mask-size: 100% 100%, 130px 109px;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (max-width: 1060px) {
  .light-blue-list-section {
    padding: 75px 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-mask-size: 100% 100%, 69px 58px;
    mask-size: 100% 100%, 69px 58px;
  }
}
@media screen and (max-width: 992px) {
  .light-blue-list-section {
    padding: 50px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .light-blue-list-section {
    padding: 50px 0;
    -webkit-mask-size: 100% 100%, 63px 53px;
            mask-size: 100% 100%, 63px 53px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.light-blue-list-section .light-blue-list-inner-bg {
  position: absolute;
  bottom: -135px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1060px) {
  .light-blue-list-section .light-blue-list-inner-bg {
    width: 40%;
  }
}
.light-blue-list-section.sustainability_orange_bg {
  background-color: #F47C48;
  margin-top: -106px;
  z-index: 9;
}
.light-blue-list-section.sustainability_orange_bg::after {
  background-color: #F47C48;
}
.light-blue-list-section.sustainability_orange_bg::before {
  background-color: #F47C48;
}
.light-blue-list-section.sustainability_orange_bg .light-blue-list-inner {
  background-color: #F47C48;
}
.light-blue-list-section.sustainability_orange_bg h2 {
  color: #fff !important;
}
.light-blue-list-section.sustainability_orange_bg::after {
  background-color: #96b7e3;
  -webkit-mask-image: url(../images/bottom_mask.svg);
  mask-image: url(../images/bottom_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-image: none;
  height: 138px;
}
@media screen and (max-width: 1060px) {
  .light-blue-list-section.sustainability_orange_bg::after {
    height: 102px;
  }
}
@media screen and (max-width: 992px) {
  .light-blue-list-section.sustainability_orange_bg::after {
    height: 73px;
  }
}
@media screen and (max-width: 767px) {
  .light-blue-list-section.sustainability_orange_bg::after {
    height: 60px;
  }
}
.light-blue-list-section.sustainability_orange_bg .light-blue-list-item::before {
  background-color: #F47C48 !important;
}
.light-blue-list-section::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 140px;
  height: 148px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .light-blue-list-section::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 1060px) {
  .light-blue-list-section::after {
    width: 64px;
    height: 60px;
    bottom: -1px;
  }
}
@media screen and (max-width: 992px) {
  .light-blue-list-section::after {
    width: 70px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .light-blue-list-section::after {
    width: 48px;
    height: 45px;
  }
}
@media (min-width: 1200px) and (-webkit-device-pixel-ratio: 1.5) {
  .light-blue-list-section::after {
    width: 95px;
    height: 106px;
  }
}
.light-blue-list-section .light-blue-list-inner {
  width: 100%;
  height: auto;
  min-height: 600px;
  background-color: #96B7E3;
  position: relative;
  z-index: 2;
}
.light-blue-list-section .light-blue-list-inner p {
  font-weight: 200;
  color: #1B273D;
  margin-bottom: 10px;
}
.light-blue-list-section .light-blue-list-inner p b {
  font-weight: bold;
}
.light-blue-list-section .light-blue-list-inner h2 {
  color: #1B273D;
  margin-bottom: 10px;
}
.light-blue-list-section .light-blue-list {
  width: 100%;
  margin-top: 20px;
}
.light-blue-list-section .light-blue-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 0;
}
@media screen and (max-width: 1060px) {
  .light-blue-list-section .light-blue-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .light-blue-list-section .light-blue-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .light-blue-list-section .light-blue-list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.light-blue-list-section .light-blue-list ul li {
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.light-blue-list-section .light-blue-list ul li:hover::after {
  background-color: #1B273E;
}
.light-blue-list-section .light-blue-list ul li:hover .light-blue-list-item {
  background-color: #1B273E;
}
.light-blue-list-section .light-blue-list ul li:hover .light-blue-list-item h3 {
  color: #fff;
}
.light-blue-list-section .light-blue-list ul li:hover .light-blue-list-item p {
  color: #fff;
}
.light-blue-list-section .light-blue-list ul li .light-blue-list-item {
  min-height: 235px;
  padding: 50px 70px 50px 30px;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  background-color: #fff;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) and (-webkit-device-pixel-ratio: 1.25) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item {
    padding: 50px 55px 50px 30px;
  }
}
@media (min-width: 1200px) and (-webkit-device-pixel-ratio: 1.5) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item {
    padding: 50px 55px 50px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item {
    border-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.light-blue-list-section .light-blue-list ul li .light-blue-list-item::before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -7px;
  width: 84px;
  height: 78px;
  background-color: #96B7E3;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 3;
  transform: rotate(90deg);
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item::before {
    height: 77px;
  }
}
@media only screen and (max-width: 1024px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item::before {
    width: 53px;
    height: 45px;
    bottom: 3px;
    right: -6px;
  }
}
@media only screen and (max-width: 768px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item::before {
    width: 40px;
    height: 40px;
    bottom: -1px;
    right: -4px;
  }
}
@media screen and (max-width: 1060px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item {
    padding: 30px;
    min-height: 190px;
  }
}
@media screen and (max-width: 992px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item {
    min-height: 208px;
  }
}
@media screen and (max-width: 767px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item {
    padding: 20px;
  }
}
.light-blue-list-section .light-blue-list ul li .light-blue-list-item .light-blue-list_icon {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.light-blue-list-section .light-blue-list ul li .light-blue-list-item .light-blue-list_icon img {
  max-width: 100%;
  max-height: 100%;
}
.light-blue-list-section .light-blue-list ul li .light-blue-list-item h3 {
  color: #1B273D;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .light-blue-list-section .light-blue-list ul li .light-blue-list-item h3 {
    font-size: 16px;
  }
}
.light-blue-list-section .light-blue-list ul li .light-blue-list-item p {
  color: #1B273D;
  transition: all 0.3s ease;
  min-height: 60px;
  margin-bottom: 0;
}

.services_page .light-blue-list-section::after {
  height: 187px;
}
@media screen and (max-width: 1366px) {
  .services_page .light-blue-list-section::after {
    height: 152px;
  }
}
@media screen and (max-width: 992px) {
  .services_page .light-blue-list-section::after {
    height: 106px;
  }
}
@media screen and (max-width: 767px) {
  .services_page .light-blue-list-section::after {
    height: 86px;
  }
}
@media screen and (max-width: 767px) {
  .services_page .light-blue-list-section {
    padding: 50px 0 80px 0;
  }
}

.invest-development-section {
  width: 100%;
  position: relative;
  padding: 120px 0;
  margin-top: -20px;
  background-color: #1B273D;
}
.invest-development-section .invest_graphic {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1440px) {
  .invest-development-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .invest-development-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .invest-development-section {
    padding: 55px 0;
  }
}
.invest-development-section .invest-development-section__bg {
  position: absolute;
  inset: -10%;
  top: 20px;
  background: url("../images/hrad.svg") center/140% no-repeat;
  filter: blur(60px) saturate(120%);
  opacity: 0.9;
  animation: invest 22s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes invest {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 0% 30%;
  }
  100% {
    background-position: 0% 80%;
  }
}
.invest-development_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.invest-development_left {
  width: 45%;
  padding-right: 8%;
  position: sticky;
  top: 180px;
  align-self: flex-start; /* required for sticky: column height = content, not stretched */
}
@media only screen and (max-width: 768px) {
  .invest-development_left {
    width: 100%;
    padding-right: 0;
    position: static;
  }
}
.invest-development_left p {
  color: #fff;
  font-weight: 300;
}

.invest-development_right {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .invest-development_right {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
}
.invest-development_right .invest-development_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.invest-development_right .invest-development_list .invest-development_item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 80px;
  padding: 6px 40px;
  position: relative;
  z-index: 1;
  background-image: url(../images/invest-list-bg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .invest-development_right .invest-development_list .invest-development_item {
    padding: 5px 20px;
    gap: 10px;
    min-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .invest-development_right .invest-development_list .invest-development_item {
    min-height: 77px;
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .invest-development_right .invest-development_list .invest-development_item {
    padding: 10px 10px;
    min-height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: none;
  }
  .invest-development_right .invest-development_list .invest-development_item::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #79B2BE;
    background: linear-gradient(142deg, rgb(121, 178, 190) 0%, rgb(176, 97, 67) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .invest-development_right .invest-development_list .invest-development_item::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 10px;
    background: #384C63;
    background: linear-gradient(123deg, rgb(56, 76, 99) 0%, rgb(53, 67, 90) 100%);
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}
.invest-development_right .invest-development_list .invest-development_item {
  /* Mask only the background so inner content stays full opacity */
}
.invest-development_right .invest-development_list .invest-development_item:hover {
  background-image: url(../images/invest-list-bg-hover.svg);
}
.invest-development_right .invest-development_list .invest-development_item .invest-development_item_icon {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.invest-development_right .invest-development_list .invest-development_item .invest-development_item_icon img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 1060px) {
  .invest-development_right .invest-development_list .invest-development_item .invest-development_item_icon {
    width: 22px;
    height: 22px;
  }
}
.invest-development_right .invest-development_list .invest-development_item .invest-development_item_title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .invest-development_right .invest-development_list .invest-development_item .invest-development_item_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .invest-development_right .invest-development_list .invest-development_item .invest-development_item_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .invest-development_right .invest-development_list .invest-development_item .invest-development_item_title {
    font-size: 14px;
  }
}
.invest-development_right p {
  color: #fff;
  font-weight: 200;
}
.invest-development_right .invest-development_heading {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .invest-development_right .invest-development_heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .invest-development_right .invest-development_heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.invest-development-section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .invest-development-section [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.project-management-section {
  width: 100%;
  position: relative;
  padding: 50px 0;
  min-height: 790px;
  border-top-left-radius: 20px;
  background: #1b273d;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  z-index: 4;
  border-bottom-right-radius: 25px;
  margin-top: -20px;
}
.project-management-section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(27, 39, 61, 0) 57%, rgba(27, 39, 61, 0.91) 100%);
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .project-management-section .overlay {
    background: linear-gradient(180deg, rgba(27, 39, 61, 0.33) 57%, rgba(27, 39, 61, 0.91) 100%);
  }
}
.project-management-section::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .project-management-section::before {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 992px) {
  .project-management-section::before {
    width: 70px;
    height: 60px;
    top: -1px;
  }
}
.project-management-section::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .project-management-section::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 992px) {
  .project-management-section::after {
    width: 70px;
    height: 60px;
    bottom: -1px;
    left: -3px;
  }
}
@media screen and (max-width: 767px) {
  .project-management-section::after {
    width: 55px;
    height: 52px;
    left: 0px;
  }
}
.project-management-section > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.project-management-section .project-management_inner {
  position: relative;
  z-index: 2;
}
.project-management-section .project-management_inner p {
  font-weight: 200;
  color: #fff;
  font-size: 16px;
}
.project-management-section .project-management_inner ul {
  margin-top: 20px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1060px) {
  .project-management-section .project-management_inner ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .project-management-section .project-management_inner ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .project-management-section .project-management_inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-management-section .project-management_inner ul li {
  width: 100%;
  background-image: url(../images/pm-bg-hover.svg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 208/155;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.project-management-section .project-management_inner ul li:hover {
  background-image: url(../images/pm-bg.svg);
}
@media screen and (max-width: 767px) {
  .project-management-section .project-management_inner ul li {
    padding: 15px;
  }
}
.project-management-section .project-management_inner ul li .project-management_icon {
  width: 100%;
  height: 28px;
  position: relative;
  z-index: 4;
}
.project-management-section .project-management_inner ul li .project-management_icon img {
  width: auto;
  max-height: 100%;
}
.project-management-section .project-management_inner ul li h4 {
  font-size: 18px;
  font-weight: 200;
  line-height: 21px;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 992px) {
  .project-management-section .project-management_inner ul li h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project-management-section .project-management_inner ul li h4 {
    font-size: 15px;
    line-height: 18px;
  }
}
.project-management-section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .project-management-section [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.projects_section {
  background-color: #1B273D;
  position: relative;
  z-index: 9;
}
.projects_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #1B273D;
  webkit-mask-image: url("../images/project_mask.svg");
  -webkit-mask-image: url(../images/project_mask.svg);
  mask-image: url(../images/project_mask.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  z-index: 9;
}
@media screen and (max-width: 1060px) {
  .projects_section::after {
    height: 110px;
  }
}
@media screen and (max-width: 992px) {
  .projects_section::after {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .projects_section::after {
    height: 165px;
  }
}
@media screen and (max-width: 480px) {
  .projects_section::after {
    height: 164px;
  }
}
@media screen and (max-width: 370px) {
  .projects_section::after {
    height: 155px;
  }
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.project-header .project-header-content h2 {
  margin-bottom: 5px;
}
.project-header .project-header-content p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .project-header {
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 20px;
  }
}

.intro-vision {
  width: 100%;
  background: #1B273D;
  padding: 80px 0 0 0;
  position: relative;
  min-height: 100vh;
  z-index: 999 !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;
  aspect-ratio: 86569/42876;
  -webkit-mask-image: url(../images/full_mask_shape.svg);
  mask-image: url(../images/full_mask_shape.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-origin: border-box;
  mask-origin: border-box;
  -webkit-mask-clip: border-box;
  mask-clip: border-box;
  border-radius: 25px;
  border-bottom-left-radius: 0;
}
.intro-vision .intro_vision_bg {
  position: absolute;
  top: 0;
  left: -490px;
  animation: visionBgMove 10s ease-in-out infinite;
}
.intro-vision .intro_vision_bg_right {
  position: absolute;
  bottom: 0;
  right: -200px;
  animation: visionBgMoveRight 10s ease-in-out infinite;
}
@media screen and (max-width: 1060px) {
  .intro-vision .intro_vision_bg_right {
    display: none;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .intro-vision {
    align-items: flex-start;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .intro-vision {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1060px) {
  .intro-vision {
    padding: 75px 0 85px 0;
    min-height: 45vh;
    aspect-ratio: auto;
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/bottom_mask_hole.svg), url(../images/intro_vision_top_right_hole.svg);
    mask-image: linear-gradient(#000, #000), url(../images/bottom_mask_hole.svg), url(../images/intro_vision_top_right_hole.svg);
    -webkit-mask-size: 100% 100%, 92px 85px, 104px 61px;
    mask-size: 100% 100%, 92px 85px, 104px 61px;
    -webkit-mask-position: 0 0, 0 100%, 100% 0;
    mask-position: 0 0, 0 100%, 100% 0;
    -webkit-mask-composite: source-out, source-out;
    mask-composite: subtract, subtract;
  }
}
@media screen and (max-width: 992px) {
  .intro-vision {
    padding: 55px 0 74px 0;
    -webkit-mask-size: 100% 100%, 56px 50px, 57px 65px;
    mask-size: 100% 100%, 56px 50px, 57px 65px;
  }
}
@media screen and (max-width: 767px) {
  .intro-vision {
    padding: 50px 0;
    -webkit-mask-size: 109% 100%, 55px 52px, 44px 45px;
    mask-size: 109% 100%, 55px 52px, 46px 39px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 420px) {
  .intro-vision {
    -webkit-mask-size: 109% 100%, 55px 52px, 44px 45px;
    mask-size: 109% 100%, 57px 52px, 46px 39px;
    min-height: 40vh;
  }
}
.intro-vision .intro_video_mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1060px) {
  .intro-vision .intro_video_mask {
    display: none;
  }
}
.intro-vision .intro_video_mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1060px) {
  .intro-vision .bg-layer {
    display: none;
  }
}

.intro_video_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: auto;
  border-radius: 65px;
  border-bottom-right-radius: 0;
  z-index: 1;
  isolation: isolate;
  contain: layout style paint;
  -webkit-mask-image: linear-gradient(white, white), url("../images/vision_corner_hole.svg");
  mask-image: linear-gradient(white, white), url("../images/vision_corner_hole.svg");
  -webkit-mask-size: 100% 100%, 192px 177px;
  mask-size: 100% 100%, 192px 177px;
  -webkit-mask-position: 0 0, 100% 100%;
  mask-position: 0 0, 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}
.intro_video_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.intro_video_container video {
  width: 100%;
  aspect-ratio: 1360/635;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  display: block;
}
.intro_video_container .intro_video_content {
  position: absolute;
  top: 130%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .intro_video_container .intro_video_content {
    top: 50%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .intro_video_container .intro_video_content {
    top: 20px;
    transform: initial;
  }
}
.intro_video_container .intro_video_content p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 55px 0 0 0;
  font-weight: 100;
}
@media screen and (max-width: 1500px) {
  .intro_video_container .intro_video_content p {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 1060px) {
  .intro_video_container .intro_video_content p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 25px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .intro_video_container .intro_video_content p {
    font-size: 13px;
    line-height: 1.2;
    margin: 10px 0 0 0;
  }
}
.intro_video_container .intro_pic img {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .intro_video_container .intro_pic img {
    width: 20%;
  }
}
.intro_video_container h3 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1500px) {
  .intro_video_container h3 {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 1060px) {
  .intro_video_container h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .intro_video_container h3 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 5px 0;
  }
}
.intro_video_container h2 {
  color: #fff;
  font-size: 7.5rem;
  line-height: 7.8125rem;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .intro_video_container h2 {
    font-size: 6.25rem;
    line-height: 6.5625rem;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .intro_video_container h2 {
    font-size: 6.25rem;
    line-height: 6.5625rem;
  }
}
@media screen and (max-width: 1500px) {
  .intro_video_container h2 {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1060px) {
  .intro_video_container h2 {
    font-size: 3.75rem;
    line-height: 4rem;
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 992px) {
  .intro_video_container h2 {
    font-size: 2.8125rem;
    line-height: 3rem;
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .intro_video_container h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 1060px) {
  .intro_video_container {
    height: 440px;
    border-radius: 25px;
    border-bottom-right-radius: 0 !important;
  }
  .intro_video_container video {
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .intro_video_container {
    height: 330px;
    -webkit-mask-size: 100% 100%, 117px 108px;
    mask-size: 100% 100%, 117px 108px;
  }
}
@media screen and (max-width: 767px) {
  .intro_video_container {
    height: auto;
    border-radius: 10px;
    -webkit-mask-size: 100% 100%, 62px 57px;
            mask-size: 100% 100%, 62px 57px;
  }
}

.sustainability-commitment {
  position: relative;
  overflow: hidden;
  z-index: 99;
  top: -25px;
}
@media screen and (max-width: 1060px) {
  .sustainability-commitment {
    top: -126px;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-commitment {
    top: -40px;
  }
}

.sustainability-commitment-section {
  position: relative;
  width: 100%;
  height: calc(var(--sus-slides, 3) * var(--sus-slide-vh, 50) * 1vh);
  min-height: calc(var(--sus-slides, 3) * var(--sus-slide-vh, 50) * 1vh);
  max-height: calc(var(--sus-slides, 3) * var(--sus-slide-vh, 50) * 1vh);
  overflow: hidden;
  background: #1B273D;
}

.sustainability-commitment-section__filler {
  /* Sticky is 100vh; filler = (N*50 - 100)vh so total = N*50vh — scroll ends when last slide is full */
  height: calc((var(--sus-slides, 3) - 2) * var(--sus-slide-vh, 50) * 1vh);
  background: #1B273D;
  pointer-events: none;
}

.sustainability-commitment-section__sticky {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #1B273D;
}
.sustainability-commitment-section__sticky.is-pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: 10;
  pointer-events: auto;
}

.sustainability-commitment__view {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.sustainability-commitment__bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  backface-visibility: hidden;
}

.sustainability-commitment__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}

.sustainability-commitment__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 1060px) {
  .sustainability-commitment__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-commitment__inner {
    padding-top: 70px;
  }
}

.sustainability-commitment__animate-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.sustainability-commitment__animate-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sustainability-commitment__left {
  max-width: 520px;
}
@media screen and (max-width: 1060px) {
  .sustainability-commitment__left {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability-commitment__left {
    max-width: 100%;
  }
}
.sustainability-commitment__left p {
  color: #fff;
  font-weight: 100;
  line-height: 1.6;
  margin: 0 0 20px 0;
  max-width: 300px;
}
@media screen and (max-width: 1500px) {
  .sustainability-commitment__left p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

.sustainability-commitment__title {
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 2.875rem;
}
@media screen and (max-width: 1500px) {
  .sustainability-commitment__title {
    font-size: 2.5rem;
    line-height: 2.625rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .sustainability-commitment__title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-commitment__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.sustainability-commitment__card {
  background: #F47B47;
  border-radius: 16px;
  padding: 30px;
  max-width: 420px;
  width: 100%;
  min-height: 480px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sustainability-commitment__card {
    max-width: 345px;
    border-radius: 10px;
    min-height: 395px;
  }
}
@media screen and (max-width: 1060px) {
  .sustainability-commitment__card {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-commitment__card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability-commitment__card {
    padding: 22px;
    border-radius: 12px;
  }
}

.sustainability-commitment__card-block {
  position: absolute;
  inset: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .sustainability-commitment__card-block {
    inset: 22px;
  }
}

.sustainability-commitment__card-title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 100;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 1500px) {
  .sustainability-commitment__card-title {
    font-size: 1.6875rem;
    line-height: 1.6875rem;
  }
}

.sustainability-commitment__card-desc {
  color: #fff;
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 20px 0;
  max-width: 345px;
}
@media screen and (max-width: 1500px) {
  .sustainability-commitment__card-desc {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
}

.sustainability-commitment__card-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
@media screen and (max-width: 1500px) {
  .sustainability-commitment__card-link {
    bottom: 0;
    right: 0;
    width: 25px;
  }
}
.sustainability-commitment__card-link:hover {
  transform: translateY(-10px);
}

.sustainability-commitment__card-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 363/324;
  mask-image: url("../images/sus_mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/sus_mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.sustainability-commitment__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.our-sectors {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background-color: #1B273D;
  transform: translateZ(0);
  backface-visibility: hidden;
  contain: layout style paint;
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  -webkit-mask-size: 100% 100%, 130px 109px;
  mask-size: 100% 100%, 130px 109px;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  height: 120vh;
  z-index: 100;
  margin-top: -160px;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .our-sectors {
    height: 155vh;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .our-sectors {
    height: 155vh;
  }
}
@media screen and (max-width: 1060px) {
  .our-sectors {
    height: 80vh;
    padding: 115px 0 100px;
    -webkit-mask-size: 100% 100%, 106px 89px;
    mask-size: 100% 100%, 106px 89px;
  }
}
@media screen and (max-width: 992px) {
  .our-sectors {
    padding: 100px 0 80px;
    height: 80vh;
    -webkit-mask-size: 100% 100%, 65px 55px;
    mask-size: 100% 100%, 65px 55px;
  }
}
@media screen and (max-width: 800px) {
  .our-sectors {
    height: 92vh;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors {
    padding: 50px 0 80px;
    height: auto;
    -webkit-mask-size: 100% 100%, 46px 39px;
    mask-size: 100% 100%, 46px 39px;
  }
}
.our-sectors .sectors__gradient_left {
  position: absolute;
  left: -145px;
  bottom: 80px;
  animation: visionBgMovement 12s ease-in-out infinite;
}
.our-sectors .sectors__gradient_right {
  position: absolute;
  right: -250px;
  bottom: 100px;
  animation: visionBgMoveRight 10s ease-in-out infinite;
}

@keyframes visionBgMovement {
  0% {
    left: -145px;
  }
  100% {
    left: 70%;
    opacity: 0;
  }
}
.our-sectors__bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 0;
  pointer-events: none;
  z-index: 9;
  transform: translateZ(0);
}

.our-sectors__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.our-sectors__title {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  text-align: center;
  margin-bottom: 100px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .our-sectors__title {
    margin-bottom: 40px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__title {
    margin-bottom: 10px;
  }
}

.our-sectors__hub {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .our-sectors__hub {
    margin: 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__hub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    min-height: auto;
    padding: 30px 0 10px 0;
    gap: 10px;
  }
}
@media screen and (max-width: 420px) {
  .our-sectors__hub {
    gap: 10px;
    padding: 30px 0;
  }
}

.our-sectors__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 3;
  background-image: url("../images/sec_round_main.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .our-sectors__center {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__center {
    display: none;
  }
}

@keyframes our-sectors-ring-ripple {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    transform: scale(0.85);
    opacity: 0.8;
  }
}
.our-sectors__center-ring {
  position: absolute;
  inset: -75px;
  border: 1px solid #A6D3D8;
  border-radius: 50%;
  pointer-events: none;
  transform-origin: center center;
  animation: our-sectors-ring-ripple 5s ease-out infinite;
}
@media screen and (max-width: 992px) {
  .our-sectors__center-ring {
    display: none;
  }
}

.our-sectors__center-ring-two {
  position: absolute;
  inset: -35px;
  border: 1px solid #A6D3D8;
  border-radius: 50%;
  pointer-events: none;
  transform-origin: center center;
  animation: our-sectors-ring-ripple 5s ease-out infinite 2.5s;
}
@media screen and (max-width: 992px) {
  .our-sectors__center-ring-two {
    display: none;
  }
}

.our-sectors__center-label {
  font-family: "REM", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .our-sectors__center-label {
    font-size: 1.5625rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__center-label {
    font-size: 1.375rem;
  }
}

.our-sectors__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 117px;
  z-index: 1;
  pointer-events: none;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .our-sectors__line {
    width: 97px;
  }
}
@media screen and (max-width: 992px) {
  .our-sectors__line {
    display: none;
  }
}
.our-sectors__line--top-left {
  top: 44px;
  left: 0;
  right: 20%;
}
.our-sectors__line--top-right {
  top: 45px;
  right: 30%;
}
.our-sectors__line--bottom-left {
  left: 0;
  right: 20%;
  top: auto;
  bottom: 9%;
}
.our-sectors__line--bottom-right {
  top: auto;
  bottom: 9%;
  right: 30%;
}
@media screen and (max-width: 767px) {
  .our-sectors__line {
    display: none;
  }
}

.our-sectors__card-wrap {
  position: absolute;
  width: 280px;
  z-index: 2;
  transform-origin: center center;
}
.our-sectors__card-wrap--top-left {
  left: 40%;
  top: 40%;
  transform: translate(calc(-50% - 220px), calc(-50% - 140px));
}
@media screen and (max-width: 992px) {
  .our-sectors__card-wrap--top-left {
    left: 55%;
    top: 52%;
  }
}
.our-sectors__card-wrap--top-right {
  left: 60%;
  top: 40%;
  transform: translate(calc(-50% + 220px), calc(-50% - 140px));
}
@media screen and (max-width: 992px) {
  .our-sectors__card-wrap--top-right {
    left: 50%;
    top: 50%;
  }
}
.our-sectors__card-wrap--bottom-left {
  left: 40%;
  top: 60%;
  transform: translate(calc(-50% - 220px), calc(-50% + 140px));
}
@media screen and (max-width: 992px) {
  .our-sectors__card-wrap--bottom-left {
    left: 55%;
    top: 62%;
  }
}
.our-sectors__card-wrap--bottom-right {
  left: 60%;
  top: 60%;
  transform: translate(calc(-50% + 220px), calc(-50% + 140px));
}
@media screen and (max-width: 992px) {
  .our-sectors__card-wrap--bottom-right {
    left: 50%;
    top: 62%;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__card-wrap {
    position: initial;
    left: auto;
    top: auto;
    transform: none !important;
    width: auto;
  }
}

.our-sectors__card-inner {
  display: block;
  width: 100%;
  transform-origin: center center;
}

.our-sectors__card {
  position: relative;
  width: 100%;
  padding: 30px;
  min-height: 227px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url("../images/sc_mask.svg");
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .our-sectors__card {
    min-height: 235px;
    background-size: 90%;
    width: 95%;
  }
}
@media screen and (max-width: 992px) {
  .our-sectors__card {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__card {
    min-height: auto;
    background-size: 100%;
    width: 100%;
    padding: 25px 20px;
    aspect-ratio: 255/227;
  }
}
@media screen and (max-width: 420px) {
  .our-sectors__card {
    padding: 20px 15px;
    min-height: 150px;
  }
}
.our-sectors__card p {
  color: #fff;
  line-height: 1.3;
  font-weight: 100;
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .our-sectors__card p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__card p {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }
}
@media screen and (max-width: 420px) {
  .our-sectors__card p {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.our-sectors__card:hover .our-sectors__card-title {
  background: linear-gradient(to right, rgb(224, 106, 73) 48%, rgb(253, 253, 253) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.our-sectors__card-icon {
  margin-bottom: 35px;
}
.our-sectors__card-icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 992px) {
  .our-sectors__card-icon {
    margin-bottom: 10px;
  }
}

.our-sectors__card-title {
  font-family: "REM", sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
  color: #fff;
  margin: 0 0 8px 0;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .our-sectors__card-title {
    font-size: 1.4375rem;
    line-height: 1.5625rem;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .our-sectors__card-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px 0;
  }
}

.our-sectors__card-desc {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  .our-sectors__card-desc {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.our-sectors__cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.journey-legacy {
  position: relative;
  padding: 10px 0 120px;
  background-color: #126d70;
  height: 100vh;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .journey-legacy {
    height: 125vh;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .journey-legacy {
    height: 125vh;
  }
}
@media screen and (max-width: 1060px) {
  .journey-legacy {
    height: auto;
    padding: 10px 0 160px;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy {
    padding: 10px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy {
    padding: 10px 0 80px;
    z-index: 101;
  }
}
.journey-legacy:before {
  content: "";
  position: absolute;
  top: -96px;
  left: 0px;
  width: 100.1%;
  height: 100px;
  -webkit-mask-image: url(../images/timeline_mask.svg);
          mask-image: url(../images/timeline_mask.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 101;
  background-color: #126d70;
}
@media screen and (max-width: 1060px) {
  .journey-legacy:before {
    top: -70px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy:before {
    top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy:before {
    top: -25px;
  }
}
.journey-legacy:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 556px;
  height: 563px;
  background-image: url(../images/timeline_graphic.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .journey-legacy:after {
    width: 50%;
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy:after {
    height: 180px;
  }
}

.journey-legacy__inner {
  position: relative;
  z-index: 99;
}

.journey-legacy__timeline {
  padding-left: calc((100% - (1400px - 1.5rem)) / 2);
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .journey-legacy__timeline {
    padding-left: calc((100% - (1240px - 1.5rem)) / 2);
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .journey-legacy__timeline {
    padding-left: calc((100% - (1240px - 1.5rem)) / 2);
  }
}
@media screen and (max-width: 1500px) {
  .journey-legacy__timeline {
    padding-left: calc((100% - (1240px - 1.5rem)) / 2);
  }
}
@media screen and (max-width: 1060px) {
  .journey-legacy__timeline {
    padding-left: 4%;
  }
}

.journey-legacy__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .journey-legacy__header {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__header {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.journey-legacy__title {
  margin: 0;
  text-align: left;
  font-size: 2.75rem;
  line-height: 3.25rem;
  color: #fff;
  font-weight: 500;
  width: 30%;
}
@media screen and (max-width: 1500px) {
  .journey-legacy__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__title {
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__title {
    font-size: 30px;
    line-height: 35px;
    width: 100%;
  }
}

.journey-legacy__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .journey-legacy__nav {
    width: 100%;
    justify-content: flex-end;
  }
}

.journey-legacy__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.journey-legacy__nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media screen and (max-width: 992px) {
  .journey-legacy__nav-btn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__nav-btn {
    width: 35px;
    height: 35px;
  }
}

.journey-legacy__timeline-wrap {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .journey-legacy__timeline-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__timeline-wrap {
    margin-bottom: 20px;
  }
}

.journey-legacy__timeline-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 12%;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%);
  z-index: 0;
}

.journey-legacy__years {
  position: relative;
  z-index: 1;
  padding-left: calc((100% - (1400px - 1.5rem)) / 2);
}
@media screen and (max-width: 1500px) {
  .journey-legacy__years {
    padding-left: calc((100% - (1240px - 1.5rem)) / 2);
  }
}
@media screen and (max-width: 1060px) {
  .journey-legacy__years {
    padding-left: 4%;
  }
}
.journey-legacy__years.journey-legacy-years-swiper {
  overflow: hidden;
}
.journey-legacy__years.journey-legacy-years-swiper .swiper-wrapper {
  align-items: center;
  margin-left: -23%;
}
@media screen and (max-width: 1060px) {
  .journey-legacy__years.journey-legacy-years-swiper .swiper-wrapper {
    margin-left: -33%;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__years.journey-legacy-years-swiper .swiper-wrapper {
    margin-left: -30%;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__years.journey-legacy-years-swiper .swiper-wrapper {
    margin-left: -55px;
  }
}

.journey-legacy__year-slide {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .journey-legacy__year-slide {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__year-slide {
    width: 90px;
  }
}

.journey-legacy__year {
  padding: 8px 12px;
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.25s ease;
}
.journey-legacy__year:hover {
  color: rgba(255, 255, 255, 0.9);
}
.journey-legacy__year.is-active .journey-legacy__year-label {
  color: #F47B47;
}
.journey-legacy__year.is-active .journey-legacy__year-dot {
  background: #F47B47;
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(232, 124, 43, 0.25);
}
@media only screen and (max-width: 768px) {
  .journey-legacy__year {
    font-size: 0.875rem;
    max-width: 72px;
  }
}

.journey-legacy__year-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
  position: absolute;
  left: 65px;
  top: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .journey-legacy__year-dot {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1060px) {
  .journey-legacy__year-dot {
    left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__year-dot {
    left: 45px;
  }
}

.journey-legacy__year-label {
  white-space: nowrap;
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 200;
  color: #fff;
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 1500px) {
  .journey-legacy__year-label {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__year-label {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__year-label {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.journey-legacy__cards-wrap {
  position: relative;
  margin-top: 120px;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .journey-legacy__cards-wrap {
    margin-top: 70px;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .journey-legacy__cards-wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__cards-wrap {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__cards-wrap {
    margin-top: 20px;
  }
}

.journey-legacy-swiper {
  overflow: visible !important;
  width: 100%;
}

.journey-legacy__card-set {
  display: flex !important;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .journey-legacy__card-set {
    gap: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .journey-legacy__card-set {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__card-set {
    gap: 24px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__card-set {
    flex-direction: column;
    padding-right: 4%;
  }
}

.journey-legacy__card {
  position: relative;
  overflow: hidden;
}
.journey-legacy__card--image {
  aspect-ratio: 688/385;
  -webkit-mask-image: url("../images/timeline_pic_mask.svg");
          mask-image: url("../images/timeline_pic_mask.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.journey-legacy__card--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.journey-legacy__card--text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 688px);
  min-height: 285px;
}
@media screen and (max-width: 1500px) {
  .journey-legacy__card--text {
    width: 55%;
  }
}
@media screen and (max-width: 1060px) {
  .journey-legacy__card--text {
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__card--text {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__card--text {
    width: 100%;
  }
}
.journey-legacy__card .journey-legacy__card-content {
  padding-right: 100px;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .journey-legacy__card .journey-legacy__card-content {
    padding-right: 20px;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .journey-legacy__card .journey-legacy__card-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .journey-legacy__card .journey-legacy__card-content {
    padding-right: 0px;
  }
}
.journey-legacy__card p {
  line-height: 1.4375rem;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  .journey-legacy__card p {
    line-height: 1.0625rem;
    line-height: 1.3;
  }
}

.journey-legacy__card-subtitle {
  display: block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 100;
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 1500px) {
  .journey-legacy__card-subtitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__card-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.journey-legacy__card-title {
  font-family: "REM", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.9375rem;
  color: #fff;
  margin: 0 0 16px 0;
  padding-right: 70px;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
  .journey-legacy__card-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .journey-legacy__card-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1500px) {
  .journey-legacy__card-title {
    font-size: 1.5625rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 992px) {
  .journey-legacy__card-title {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .journey-legacy__card-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
}

.journey-legacy__card-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .journey-legacy__card-desc {
    font-size: 0.875rem;
  }
}

.latest-news {
  position: relative;
  padding: 10px 0 120px;
  background-color: #D9D9D9;
  display: flex;
  z-index: 9;
}
@media screen and (max-width: 1060px) {
  .latest-news {
    padding: 10px 0 80px;
  }
}
@media screen and (max-width: 992px) {
  .latest-news {
    padding: 10px 0 50px;
    z-index: 102;
  }
}
.latest-news:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-mask-image: url(../images/home_news_mask.svg);
          mask-image: url(../images/home_news_mask.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 9;
  background-color: #D9D9D9;
}
@media screen and (max-width: 1060px) {
  .latest-news:before {
    top: -69px;
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .latest-news:before {
    top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .latest-news:before {
    top: -25px;
  }
}
.latest-news .news-card__image-wrap::before {
  background-color: #d9d9d9;
}

.latest-news__shape {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 180px;
  background-image: url(../images/news_mask.svg.svg);
  pointer-events: none;
  z-index: 0;
}
.latest-news__inner {
  position: relative;
  z-index: 9;
}

.latest-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .latest-news__header {
    margin-bottom: 32px;
  }
}

.latest-news__title {
  margin: 0;
  font-size: 2.75rem;
  line-height: 3.125rem;
  font-weight: 600;
  color: #1B273D;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .latest-news__title {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .latest-news__title {
    font-size: 30px;
    line-height: 35px;
  }
}

.latest-news__view-all-icon {
  font-size: 1em;
  line-height: 1;
}

.latest-news__slider-wrap {
  position: relative;
}
.latest-news-swiper {
  overflow: hidden;
  width: 100%;
}

.latest-news-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.latest-news__nav {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
.latest-news__nav img {
  width: 100%;
  height: 100%;
}
.latest-news__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.latest-news__nav--prev {
  left: -50px;
}
.latest-news__nav--next {
  right: -50px;
}
@media screen and (max-width: 992px) {
  .latest-news__nav {
    width: 40px;
    height: 40px;
  }
  .latest-news__nav--prev {
    left: 4px;
  }
  .latest-news__nav--next {
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .latest-news__nav {
    width: 35px;
    height: 35px;
  }
  .latest-news__nav--prev {
    left: -5px;
  }
  .latest-news__nav--next {
    right: -5px;
  }
}

.cta-banner {
  padding: 0 0 170px;
  background-color: #d9d9d9;
}
@media screen and (max-width: 1060px) {
  .cta-banner {
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 992px) {
  .cta-banner {
    padding: 25px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .cta-banner {
    padding: 10px 0 80px;
  }
}
.cta-banner .btn-primary {
  padding: 13px 30px;
  background-color: #1B273D;
  gap: 10px;
}
.cta-banner .btn-primary:hover {
  background-color: #F47B47;
}
@media screen and (max-width: 767px) {
  .cta-banner .btn-primary {
    padding: 10px 20px;
  }
}
.cta-banner p {
  font-size: 2.1875rem;
  line-height: 1.3;
  font-weight: 100;
  color: #fff;
  font-weight: 100;
  margin: 0;
}
.cta-banner p strong {
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 1060px) {
  .cta-banner p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-banner p {
    font-size: 19px;
    line-height: 24px;
  }
}

.cta-banner__shape {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 45px 115px 45px 80px;
  background: #126d70;
  min-height: 185px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  border-radius: 20px;
}
.cta-banner__shape::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -6px;
  width: 125px;
  height: 115px;
  background-color: #d9d9d9;
  mask-image: url(../images/cta_mask_img.svg);
  -webkit-mask-image: url(../images/cta_mask_img.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 3;
}
@media screen and (max-width: 1060px) {
  .cta-banner__shape::before {
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .cta-banner__shape::before {
    width: 60px;
    height: 50px;
  }
}
@media screen and (max-width: 1060px) {
  .cta-banner__shape {
    padding: 30px 80px 30px 50px;
    min-height: 145px;
  }
}
@media screen and (max-width: 992px) {
  .cta-banner__shape {
    padding: 30px 50px 30px 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta-banner__shape {
    padding: 20px;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }
}

.cta-banner__text {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1.3;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  .cta-banner__text {
    font-size: 1.375rem;
  }
}

.cta-banner__line1 {
  font-weight: 700;
}

.cta-banner__line2 {
  font-weight: 400;
}

.cta-banner__btn-icon {
  font-size: 1em;
  line-height: 1;
}

.master-planning-section {
  width: 100%;
  position: relative;
  padding: 120px 0;
  margin-top: -20px;
  min-height: 500px;
  background: #1B273D;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .master-planning-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .master-planning-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .master-planning-section {
    padding: 70px 0;
  }
}
.master-planning-section .title_main h2 {
  margin-bottom: 10px;
}
.master-planning-section .title_main p {
  font-weight: 100;
}
.master-planning-section .title_main h5 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 1060px) {
  .master-planning-section .title_main h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .master-planning-section .title_main h5 {
    font-size: 18px;
  }
}
.master-planning-section .master-planning-list {
  width: 100%;
  margin-top: 20px;
}
.master-planning-section .master-planning-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .master-planning-section .master-planning-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .master-planning-section .master-planning-list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.master-planning-section .master-planning-list ul li {
  width: 100%;
  min-height: 290px;
  padding: 35px;
  border-radius: 10px;
  position: relative;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1024px) {
  .master-planning-section .master-planning-list ul li {
    min-height: 240px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .master-planning-section .master-planning-list ul li {
    min-height: 190px;
    padding: 20px;
  }
}
.master-planning-section .master-planning-list ul li:hover::after {
  background-image: url(../images/master-hover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.master-planning-section .master-planning-list ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: #79B2BE;
  background: linear-gradient(142deg, rgb(121, 178, 190) 0%, rgb(176, 97, 67) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0.8;
  z-index: 0;
}
.master-planning-section .master-planning-list ul li::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #1b273d;
  background-image: url(../images/bg-master.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 10px;
}
.master-planning-section .master-planning-list ul li .master-planning-box {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.master-planning-section .master-planning-list ul li .master-planning-box h4 {
  font-size: 28px;
  width: 100%;
  font-weight: 300;
  line-height: 27px;
  margin-top: auto;
  margin-bottom: 0;
  color: #fff;
  padding-right: 48px;
}
@media screen and (max-width: 1060px) {
  .master-planning-section .master-planning-list ul li .master-planning-box h4 {
    font-size: 22px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .master-planning-section .master-planning-list ul li .master-planning-box h4 {
    font-size: 18px;
  }
}
.master-planning-section .master-planning-list ul li .master-planning-icon {
  height: 55px;
  margin-bottom: 10px;
}
.master-planning-section .master-planning-list ul li .master-planning-icon img {
  max-height: 55px;
}

.master-planning-section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .master-planning-section [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.construction-section {
  width: 100%;
  position: relative;
  padding: 100px 0 220px;
  margin-top: -20px;
  margin-bottom: -160px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #35435A;
}
@media screen and (max-width: 1200px) {
  .construction-section {
    padding: 80px 0 180px;
  }
}
@media screen and (max-width: 768px) {
  .construction-section {
    padding: 60px 0 170px;
  }
}
.construction-section:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .construction-section:before {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .construction-section:before {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .construction-section:before .career_story_section::after {
    width: 70px;
    height: 60px;
  }
}
.construction-section .construction-section_inner {
  width: 100%;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .construction-section .construction-section_inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.construction-section .construction-section_inner .construction-section-list {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .construction-section .construction-section_inner .construction-section-list {
    width: 100%;
    padding-right: 0px;
  }
}
.construction-section .construction-section_inner .construction-section-list p {
  color: #fff;
  font-weight: 200;
}
@media screen and (max-width: 992px) {
  .construction-section .construction-section_inner .construction-section-list p br {
    display: none;
  }
}
.construction-section .construction-section_inner .construction-section-list .invest-development_heading {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1060px) {
  .construction-section .construction-section_inner .construction-section-list .invest-development_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .construction-section .construction-section_inner .construction-section-list .invest-development_heading {
    font-size: 18px;
  }
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
  min-height: 60px;
  padding: 5px 25px;
  position: relative;
  z-index: 1;
  background: #384C63;
  background: linear-gradient(123deg, rgb(56, 76, 99) 0%, rgb(53, 67, 90) 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #83BCC8;
  background: linear-gradient(123deg, rgb(131, 188, 200) 0%, rgb(53, 67, 90) 77%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 5px;
  background: #384C63;
  background: linear-gradient(123deg, rgb(56, 76, 99) 0%, rgb(53, 67, 90) 100%);
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 0;
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item:hover::after {
  background: #83BCC8;
  background: linear-gradient(123deg, rgb(131, 188, 200) 0%, rgb(53, 67, 90) 77%);
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item {
  /* Mask only the background so inner content stays full opacity */
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item .invest-development_item_icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item .invest-development_item_icon img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item .invest-development_item_title {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item .invest-development_item_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .construction-section .construction-section_inner .construction-section-list .invest-development_list .invest-development_item .invest-development_item_title {
    font-size: 16px;
  }
}
.construction-section .construction-section_inner .construction-img {
  width: 50%;
  height: 605px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  background-color: #1B273D;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .construction-section .construction-section_inner .construction-img {
    border-radius: 10px;
    border-bottom-right-radius: 0;
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .construction-section .construction-section_inner .construction-img {
    width: 100%;
    height: 400px;
  }
}
.construction-section .construction-section_inner .construction-img::after {
  content: "";
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 145px;
  height: 135px;
  background-color: #35435A;
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  z-index: 3;
  transform: rotate(90deg);
}
@media screen and (max-width: 1060px) {
  .construction-section .construction-section_inner .construction-img::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 992px) {
  .construction-section .construction-section_inner .construction-img::after {
    width: 54px;
    height: 44px;
  }
}
.construction-section .construction-section_inner .construction-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.construction-section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .construction-section [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.news_listing {
  width: 100%;
  padding: 90px 0 230px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.news_listing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../images/blue_section.svg);
  -webkit-mask-image: url(../images/blue_section.svg);
  mask-size: 100% auto;
  background-color: #CECECE;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
  background-color: #CECECE;
  z-index: -1;
}
.news_listing::before {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #CECECE;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .news_listing {
    padding: 75px 0 200px;
  }
}
@media screen and (max-width: 992px) {
  .news_listing {
    padding: 60px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .news_listing {
    padding: 40px 0 130px;
  }
}
.news_listing .news_list_inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.news_listing .news_list_inner .news_filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_listing .news_list_inner .news_filter .news-filter-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .news_listing .news_list_inner .news_filter .news-filter-main {
    row-gap: 10px;
  }
}
.news_listing .news_list_inner .news_filter .news-filter-main .news-filter-serch {
  width: 79%;
}
@media screen and (max-width: 900px) {
  .news_listing .news_list_inner .news_filter .news-filter-main .news-filter-serch {
    width: 100%;
  }
}
.news_listing .news_list_inner .news_filter .news-filter-main .news-filter-serch .filter-form-control {
  padding-left: 50px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.news_listing .news_list_inner .news_filter .news-filter-main .news-filter-select {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .news_listing .news_list_inner .news_filter .news-filter-main .news-filter-select {
    width: 100%;
  }
}
.news_listing .news_list_inner .news_filter .news-filter-main .filter-form-control {
  width: 100%;
  height: 62px;
  line-height: 62px;
  background-color: #fff;
  color: #344463;
  border: none;
  font-size: 15px;
  border-radius: 5px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .news_listing .news_list_inner .news_filter .news-filter-main .filter-form-control {
    height: 50px;
    line-height: 50px;
  }
}
.news_listing .news_list_inner .news_filter .news-filter-main .filter-form-control::-moz-placeholder {
  color: #344463;
}
.news_listing .news_list_inner .news_filter .news-filter-main .filter-form-control::placeholder {
  color: #344463;
}
.news_listing .news_list_inner .news_filter .news-filter-main .filter-form-control:focus {
  outline: none;
  border: none;
}
.news_listing .news_listing-main {
  width: 100%;
  padding-top: 40px;
}
.news_listing .news_listing-main h2 {
  font-size: 2.75rem;
  line-height: 2.8125rem;
  font-weight: 600;
  color: #1B273D;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1440px) {
  .news_listing .news_listing-main h2 {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  .news_listing .news_listing-main h2 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 768px) {
  .news_listing .news_listing-main h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .news_listing .news_listing-main h2 {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
.news_listing .news_listing-main .news-card-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .news_listing .news_listing-main .news-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .news_listing .news_listing-main .news-card-list {
    grid-template-columns: 1fr;
  }
}
.news_listing .news_listing-main .news-card-list .swiper-slide {
  margin: 0;
  padding: 0;
}

.events_listing {
  width: 100%;
  padding: 90px 0 110px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: -130px;
}
.events_listing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CECECE;
  mask-image: url(../images/blue_section.svg);
  -webkit-mask-image: url(../images/blue_section.svg);
  mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
  z-index: -1;
}
.events_listing::before {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .events_listing {
    margin-top: -100px;
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 992px) {
  .events_listing {
    margin-top: -80px;
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .events_listing {
    margin-top: -60px;
    padding: 40px 0 30px;
  }
}
.events_listing h2 {
  color: #1B273D;
}
.events_listing .events_listing_wrap {
  width: 100%;
  margin-top: 30px;
}
.events_listing .events_listing_wrap .event-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .events_listing .events_listing_wrap .event-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .events_listing .events_listing_wrap .event-card-list {
    grid-template-columns: 1fr;
  }
}
.events_listing .events_listing_wrap .event-card-list > li {
  margin: 0;
  padding: 0;
}

.news_listing [data-aos],
.events_listing [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .news_listing [data-aos],
  .events_listing [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.news-card {
  width: 100%;
  position: relative;
}
.news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-card__image-wrap {
  position: relative;
  width: 100%;
  height: 244px;
  z-index: 1;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  display: block;
  overflow: hidden;
}
.news-card__image-wrap::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 66px;
  height: 55px;
  background-color: #cecece;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 3;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .news-card__image-wrap::before {
    width: 55px;
    height: 44px;
    bottom: 4px;
    right: -6px;
  }
}
@media only screen and (max-width: 768px) {
  .news-card__image-wrap::before {
    width: 40px;
    height: 40px;
    bottom: -1px;
    right: -4px;
  }
}
@media screen and (max-width: 1060px) {
  .news-card__image-wrap {
    height: 220px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-card__image-wrap {
    height: 200px;
  }
}
@media screen and (max-width: 180px) {
  .news-card__image-wrap {
    height: 160px;
  }
}
.news-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: all 0.3s ease-in-out;
}
.news-card__image:hover {
  transform: scale(1.1);
}
.news-card__body {
  position: relative;
  padding: 20px 0 0;
}
.news-card__date {
  mask-image: url(../images/news-date.svg);
  -webkit-mask-image: url(../images/news-date.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  min-width: 111px;
  background-color: #1A273D;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}
.news-card__title {
  margin: 15px 0 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #101922;
}
@media screen and (max-width: 767px) {
  .news-card__title {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 15px;
  }
}
.news-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  transition: gap 0.2s ease;
}
.news-card__cta-icon {
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}
.news-card:hover .news-card__cta {
  gap: 12px;
}

.event-card {
  width: 100%;
  min-height: 505px;
  position: relative;
  border-radius: 16px;
  border-bottom-right-radius: 0;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  display: flex;
  flex-wrap: wrap;
}
.event-card::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 122px;
  height: 111px;
  background-color: #fff;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  z-index: 3;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .event-card::before {
    width: 100px;
    height: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .event-card::before {
    width: 54px;
    height: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .event-card {
    border-radius: 10px;
    border-bottom-right-radius: 0;
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .event-card {
    min-height: 350px;
  }
}
.event-card__link {
  display: block;
  width: 100%;
  padding: 25px 0 40px;
  height: auto;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .event-card__link {
    padding: 15px 0 30px;
  }
}
.event-card__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
}
.event-card__link:hover .event-card__image {
  transform: scale(1.1);
}
.event-card__image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.event-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: all 0.3s ease-in-out;
}
.event-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.event-card__date-banner {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 86px;
  height: 86px;
  padding: 8px 12px 16px 10px;
  background: #FF8C42;
  color: #fff;
  mask-image: url(../images/event-date.svg);
  -webkit-mask-image: url(../images/event-date.svg);
  mask-size: 100% auto;
  background-color: #F47B47;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .event-card__date-banner {
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .event-card__date-banner {
    left: 15px;
    top: 15px;
  }
}
.event-card__date-day {
  display: block;
  font-size: 2.8125rem;
  font-weight: 400;
  color: #fff;
  line-height: 94%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .event-card__date-day {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 768px) {
  .event-card__date-day {
    font-size: 1.75rem;
  }
}
.event-card__date-month {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.event-card__body {
  position: relative;
  padding: 25px 25px 35px;
  color: #fff;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .event-card__body {
    padding: 25px 15px 30px;
  }
}
.event-card__location, .event-card__time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .event-card__location, .event-card__time {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .event-card__location, .event-card__time {
    font-size: 14px;
  }
}
.event-card__time {
  margin-bottom: 0;
}
.event-card__icon {
  flex-shrink: 0;
  opacity: 0.9;
}
.event-card__title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  max-width: 280px;
}
@media only screen and (max-width: 1024px) {
  .event-card__title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .event-card__title {
    font-size: 1.0625rem;
  }
}

.event-card:hover .event-card__image-wrap img {
  transform: scale(1.1);
}

.news_details_section {
  width: 100%;
  padding: 190px 0 100px;
}
@media only screen and (max-width: 1600px) {
  .news_details_section {
    padding: 170px 0 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .news_details_section {
    padding: 140px 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .news_details_section {
    padding: 120px 0 40px;
  }
}

.related_news_listing {
  width: 100%;
  padding: 90px 0 230px;
  position: relative;
  overflow: hidden;
  mask-image: url(../images/blue_section.svg);
  -webkit-mask-image: url(../images/blue_section.svg);
  mask-size: 100% auto;
  background-color: #CECECE;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.related_news_listing .event-card::before {
  background-color: #CECECE;
}
@media only screen and (max-width: 1440px) {
  .related_news_listing {
    padding: 80px 0 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .related_news_listing {
    padding: 60px 0 170px;
  }
}
@media only screen and (max-width: 1024px) {
  .related_news_listing {
    padding: 50px 0 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .related_news_listing {
    padding: 50px 0 120px;
  }
}
@media only screen and (max-width: 768px) {
  .related_news_listing {
    padding: 40px 0 80px;
  }
}
.related_news_listing h2 {
  font-size: 2.75rem;
  line-height: 2.8125rem;
  font-weight: 600;
  color: #1B273D;
  margin: 0;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1440px) {
  .related_news_listing h2 {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  .related_news_listing h2 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 768px) {
  .related_news_listing h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .related_news_listing h2 {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
.related_news_listing .relatedSwiper {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .related_news_listing .relatedSwiper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .related_news_listing .relatedSwiper {
    margin-top: 15px;
  }
}

.news_detail_main {
  width: 100%;
  margin-top: 20px;
}
.news_detail_main h2 {
  color: #2C2C2C;
  font-weight: bold;
  max-width: 1000px;
  margin-bottom: 25px;
}
.news_detail_main .news_date {
  font-size: 1.375rem;
  font-weight: 400;
  color: #2C2C2C;
}
@media only screen and (max-width: 1024px) {
  .news_detail_main .news_date {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .news_detail_main .news_date {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .news_detail_main .news_date {
    font-size: 0.9375rem;
  }
}
.news_detail_main .news_detil_img {
  width: 100%;
  height: 710px;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .news_detail_main .news_detil_img {
    border-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.news_detail_main .news_detil_img::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 170px;
  height: 160px;
  background-color: #ffffff;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  z-index: 3;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .news_detail_main .news_detil_img::before {
    width: 100px;
    height: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .news_detail_main .news_detil_img::before {
    width: 54px;
    height: 44px;
  }
}
@media screen and (max-width: 1440px) {
  .news_detail_main .news_detil_img {
    height: auto;
  }
}
.news_detail_main .news_detil_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news_details_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .news_details_content {
    padding-top: 30px;
  }
}
.news_details_content .news_details_left {
  width: 28%;
}
@media only screen and (max-width: 1024px) {
  .news_details_content .news_details_left {
    width: 100%;
  }
}
.news_details_content .news_details_left h5 {
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 500;
  color: #2C2C2C;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .news_details_content .news_details_left h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.news_details_content .news_details_left .news-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.news_details_content .news_details_left .news-social label {
  font-size: 1.25rem;
  font-weight: 400;
  color: #2C2C2C;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .news_details_content .news_details_left .news-social label {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .news_details_content .news_details_left .news-social label {
    font-size: 1rem;
  }
}
.news_details_content .news_details_left .news-social .social-icon {
  width: 40px;
  height: 40px;
  color: #000;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .news_details_content .news_details_left .news-social .social-icon {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}
.news_details_content .news_details_left .news-social .social-icon:hover {
  background-color: #000;
  color: #fff;
}
.news_details_content .news_details_right {
  width: 67%;
}
@media only screen and (max-width: 1024px) {
  .news_details_content .news_details_right {
    width: 100%;
    margin-top: 30px;
  }
}
.news_details_content .news_details_right h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 400;
  color: #2C2C2C;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .news_details_content .news_details_right h3 {
    margin-bottom: 10px;
  }
}
.news_details_content .news_details_right p {
  font-weight: 200;
  line-height: 22px;
  color: #1B273D;
}

.event_details_main {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #D3D3D3;
  padding: 25px;
}
@media only screen and (max-width: 1024px) {
  .event_details_main {
    padding: 20px;
  }
}
.event_details_main h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #2C2C2C;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .event_details_main h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .event_details_main h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .event_details_main h3 {
    font-size: 1rem;
  }
}
.event_details_main .event_details_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .event_details_main .event_details_badges {
    margin-bottom: 14px;
  }
}
.event_details_main .event_details_badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(21, 134, 138, 0.2);
  color: #011334;
  font-size: 16px;
  font-weight: 300;
  border-radius: 12px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .event_details_main .event_details_badge {
    font-size: 14px;
  }
}
.event_details_main .event_details_icon {
  font-size: 20px;
  flex-shrink: 0;
  color: #15868A;
}
@media only screen and (max-width: 1024px) {
  .event_details_main .event_details_icon {
    font-size: 16px;
  }
}
.event_details_main .event_details_map {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #e8e8e8;
}
.event_details_main .event_details_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_details_main .event_details_location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #011334;
  line-height: 1.4;
}
.event_details_main .event_details_location .event_details_icon {
  font-size: 20px;
  color: #574547;
}

.news_details_section [data-aos],
.related_news_listing [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .news_details_section [data-aos],
  .related_news_listing [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.career-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
}
.career-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 20px;
  mask-image: url(../images/career-list-bg.svg);
  -webkit-mask-image: url(../images/career-list-bg.svg);
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.career-card::before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.career-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.career-card__inner {
  position: relative;
  padding: 50px 45px 60px 45px;
  background: #fff;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 290px;
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .career-card__inner {
    padding: 30px 20px;
    min-height: 190px;
  }
}
.career-card__inner .btn-primary .button-text {
  font-size: 14px;
}
.career-card__title {
  margin: 0 0 0;
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .career-card__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .career-card__title {
    font-size: 1.375rem;
  }
}
.career-card__date {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.35;
  color: #353535;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .career-card__date {
    font-size: 15px;
  }
}
.career-card__location, .career-card__time {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #353535;
  font-family: "REM", sans-serif;
}
@media screen and (max-width: 1024px) {
  .career-card__location, .career-card__time {
    gap: 10px;
    font-size: 15px;
  }
}
.career-card__location span, .career-card__time span {
  width: 22px;
}
.career-card__time {
  margin-bottom: 0;
}
.career-card__time span img {
  width: 20px;
}
.career-card__icon {
  flex-shrink: 0;
  color: #FA4B00;
}
.career-card .btn-primary {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 992px) {
  .career-card .btn-primary {
    position: static;
    margin-top: 15px;
  }
}
.career-card .career-card__title_main {
  width: 100%;
}
.career-card .career-card__location_main {
  margin-top: auto;
  width: 100%;
}

.careers_top_section {
  position: relative;
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  mask-image: url(../images/blue_section.svg);
  -webkit-mask-image: url(../images/blue_section.svg);
  mask-size: 100% auto;
  background-color: #1B273D;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .careers_top_section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .careers_top_section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .careers_top_section {
    padding: 50px 0;
  }
}
.careers_top_section::after {
  content: "";
  width: 311px;
  height: 311px;
  background-image: url(../images/careers-bg.svg);
  position: absolute;
  left: 40px;
  top: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  opacity: 0.1;
}
.careers_top_section .container {
  position: relative;
  z-index: 2;
}
.careers_top_section .container .careers_top_left {
  width: 50%;
  padding-right: 10%;
}
@media screen and (max-width: 992px) {
  .careers_top_section .container .careers_top_left {
    width: 100%;
    padding-right: 0;
  }
}
.careers_top_section .container .careers_top_right {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .careers_top_section .container .careers_top_right {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
.careers_top_section .container .careers_top_right p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .careers_top_section .container .careers_top_right p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
}

.careers_list_section {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  padding: 100px 0;
  border-radius: 20px;
  background-color: #35435a;
  margin-top: -20px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .careers_list_section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 992px) {
  .careers_list_section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .careers_list_section {
    padding: 50px 0;
  }
}
.careers_list_section::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .careers_list_section::before {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .careers_list_section::before {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .careers_list_section::before {
    width: 55px;
    height: 45px;
  }
}
.careers_list_section::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .careers_list_section::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .careers_list_section::after {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .careers_list_section::after {
    width: 55px;
    height: 45px;
  }
}
.careers_list_section .career-list_main {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #35435A;
}
.careers_list_section .career-list_main .career-card-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .careers_list_section .career-list_main .career-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .careers_list_section .career-list_main .career-card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  .careers_list_section .career-list_main .career-card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.careers_list_section .career-list_main .career-card-list > li {
  margin: 0;
  padding: 0;
}
.careers_list_section .career_btn_main {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .careers_list_section .career_btn_main {
    margin-top: 30px;
  }
}

.career_intenship_section {
  width: 100%;
  padding: 100px 0 230px;
  margin-top: -20px;
  margin-bottom: -130px;
  background-color: #DFDFDF;
}
@media only screen and (max-width: 1200px) {
  .career_intenship_section {
    padding: 80px 0 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .career_intenship_section {
    padding: 80px 0 120px;
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 768px) {
  .career_intenship_section {
    padding: 70px 0 100px;
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 480px) {
  .career_intenship_section {
    padding: 70px 0 80px;
  }
}

.careers_top_section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .careers_top_left[data-aos],
  .careers_top_right[data-aos],
  .career-list_main [data-aos],
  .career_life_section [data-aos],
  .career_story_section [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.career_life_section {
  width: 100%;
  position: relative;
  background-color: #1B273D;
  padding: 120px 0 80px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .career_life_section {
    padding: 80px 0 40px;
  }
}
.career_life_section .career_life_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@keyframes careerBgMove {
  0% {
    left: 0px;
  }
  100% {
    left: 50%;
  }
}
.career_life_section .career_life_title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career_life_section .career_life_title .career_life_title_left {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .career_life_section .career_life_title .career_life_title_left {
    width: 100%;
    padding-right: 0;
  }
}
.career_life_section .career_life_title .career_life_title_right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .career_life_section .career_life_title .career_life_title_right {
    width: 100%;
  }
}
.career_life_section .career_life_title .career_life_title_right p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 200;
}
@media only screen and (max-width: 1024px) {
  .career_life_section .career_life_title .career_life_title_right p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.career_life_section .career_life_video {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: auto !important;
  max-height: 510px;
  overflow: hidden;
  background-color: #1B273D;
  display: block;
  position: relative;
  margin-top: 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .career_life_section .career_life_video {
    border-radius: 10px;
    margin-top: 10px;
  }
}
.career_life_section .career_life_video::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 122px;
  height: 111px;
  background-color: #1b273d;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  z-index: 3;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .career_life_section .career_life_video::before {
    width: 100px;
    height: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .career_life_section .career_life_video::before {
    width: 54px;
    height: 44px;
  }
}
.career_life_section .career_life_video .play_icon {
  width: 64px;
  height: 64px;
  background-color: #F47B47;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .career_life_section .career_life_video .play_icon {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .career_life_section .career_life_video .play_icon {
    width: 40px;
    height: 40px;
  }
}
.career_life_section .career_life_video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.career_life_section .career_life_video img {
  width: 100%;
  height: auto;
  position: static;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: 1;
  filter: grayscale(1);
}
.career_life_section .career_life_list {
  width: 100%;
  margin-top: 50px;
}
.career_life_section .career_life_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .career_life_section .career_life_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .career_life_section .career_life_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.career_life_section .career_life_list ul li {
  width: 100%;
  border-top: 2px solid #fff;
  padding: 35px 0;
}
@media screen and (max-width: 500px) {
  .career_life_section .career_life_list ul li {
    padding: 25px 0 10px;
    border-top: 1px solid #fff;
  }
}
.career_life_section .career_life_list ul li .career_life_item {
  width: 100%;
}
.career_life_section .career_life_list ul li .career_life_item .career_life_icon {
  width: auto;
  height: 44px;
  margin-bottom: 20px;
}
.career_life_section .career_life_list ul li .career_life_item .career_life_icon img {
  width: auto;
  max-height: 44px;
}
.career_life_section .career_life_list ul li .career_life_item h3 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .career_life_section .career_life_list ul li .career_life_item h3 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .career_life_section .career_life_list ul li .career_life_item h3 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.career_life_section .career_life_list ul li .career_life_item p {
  font-weight: 200;
  color: #fff;
}

.fancybox__content,
.fancybox__content:focus,
.fancybox__content :focus {
  outline: none !important;
  box-shadow: none !important;
}

.career_story_section {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
  padding: 100px 0 150px 0;
  margin-top: 0;
  background: #126d70;
  border-radius: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .career_story_section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .career_story_section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .career_story_section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .career_story_section {
    padding: 40px 0 30px 0;
  }
}
.career_story_section::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .career_story_section::before {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .career_story_section::before {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .career_story_section::before {
    width: 55px;
    height: 45px;
  }
}
.career_story_section::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask_offwhite.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .career_story_section::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 992px) {
  .career_story_section::after {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .career_story_section::after {
    width: 55px;
    height: 45px;
  }
}
.career_story_section .career_story_inner {
  width: 100%;
  background-color: #126d70;
  min-height: 510px;
  position: relative;
}
.career_story_section .career_story_inner .container {
  position: relative;
  z-index: 5;
}
.career_story_section .career_story_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #126d70;
}
@media screen and (max-width: 767px) {
  .career_story_section .career_story_inner {
    min-height: 425px;
  }
}
.career_story_section .career_bg {
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-image: url(../images/careers-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  opacity: 0.1;
}

.career_story_title {
  margin-bottom: 0px;
}
.career_story_title .second_title {
  color: #fff;
}
.career_story_title p {
  color: rgba(255, 255, 255, 0.9);
}

.career_story_swiper_wrap {
  position: relative;
  z-index: 5;
  padding: 60px 0 20px;
  max-width: 660px;
  margin: 0 auto;
  height: 450px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .career_story_swiper_wrap {
    padding: 45px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .career_story_swiper_wrap {
    height: 100%;
    padding-top: 0;
  }
}

.career_story_pagination {
  position: absolute;
  top: inherit !important;
  bottom: -25px !important;
  gap: 5px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.career_story_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
}
.career_story_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .career_story_pagination {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .career_story_pagination .swiper-pagination-bullet {
    margin: 0 !important;
  }
}

.career_story_swiper {
  height: calc(100% - 48px);
  overflow: hidden;
}
.career_story_swiper .swiper-wrapper {
  align-items: center;
}
.career_story_swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
@media screen and (max-width: 767px) {
  .career_story_swiper {
    height: auto;
  }
}

.career_story_card {
  padding: 115px 65px 10px;
  min-height: 300px;
  position: relative;
  text-align: left;
  width: 100%;
  border-radius: 20px;
  background-image: url(../images/story_slider_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 330px;
}
@media screen and (max-width: 992px) {
  .career_story_card {
    border-radius: 15px;
    padding: 100px 55px 10px;
  }
}
@media screen and (max-width: 767px) {
  .career_story_card {
    padding: 70px 35px 50px;
    min-height: auto;
  }
}
.career_story_card .career_story_card_inner {
  position: relative;
  z-index: 5;
}

.career_story_quote_icon {
  display: block;
  font-size: 44px;
  height: 37px;
  position: absolute;
  left: 0;
  top: -55px;
}
@media screen and (max-width: 992px) {
  .career_story_quote_icon {
    height: 25px;
    left: 0;
    top: -45px;
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .career_story_quote_icon {
    top: -25px;
    width: 22px;
  }
}
.career_story_quote_icon img {
  width: 100%;
}

.career_story_quote_text {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #1B273D;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .career_story_quote_text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.career_story_author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.career_story_avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .career_story_avatar {
    width: 45px;
    height: 45px;
  }
}

.career_story_author_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.career_story_name {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #344463;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .career_story_name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .career_story_name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.career_story_role {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #BFBFBF;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .career_story_role {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .career_story_role {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.swiper-3d .swiper-slide-shadow {
  background: transparent !important;
}

.right_text_image {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .right_text_image {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .right_text_image {
    gap: 20px;
  }
}
.right_text_image.off_blue .right_text_img::after {
  background-color: #35435a;
}
.right_text_image.light_blue .right_text_img::after {
  background-color: #96B7E3;
}
.right_text_image.dark_blue .right_text_img::after {
  background-color: #1B273D;
}
.right_text_image.reverse_direction {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .right_text_image.reverse_direction {
    flex-direction: column-reverse;
  }
}
.right_text_image.reverse_direction .right_text_main {
  padding-right: 0;
  padding-left: 7%;
}
@media screen and (max-width: 1060px) {
  .right_text_image.reverse_direction .right_text_main {
    padding-left: 5%;
  }
}
@media screen and (max-width: 800px) {
  .right_text_image.reverse_direction .right_text_main {
    padding-left: 0;
  }
}
.right_text_image.white_text .right_text_main h2 {
  color: #fff;
}
.right_text_image.white_text .right_text_main p {
  color: #fff;
}
.right_text_image.white_text .right_text_main ul li {
  color: #fff;
}
.right_text_image.white_text .right_text_main ul li::after {
  filter: none;
}
.right_text_image .right_text_main {
  width: 55%;
  padding-right: 10%;
}
@media screen and (max-width: 1060px) {
  .right_text_image .right_text_main {
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .right_text_image .right_text_main {
    width: 100%;
    padding-right: 0%;
  }
}
.right_text_image .right_text_main h2 {
  color: #1B273D;
}
.right_text_image .right_text_main p {
  font-weight: 200;
  line-height: 24px;
  color: #1B273D;
  margin-bottom: 15px;
}
.right_text_image .right_text_main p:last-child {
  margin-bottom: 0;
}
.right_text_image .right_text_main ul {
  margin: 15px 0 25px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
}
.right_text_image .right_text_main ul li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 200;
  color: #1B273D;
  padding-left: 25px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .right_text_image .right_text_main ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .right_text_image .right_text_main ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.right_text_image .right_text_main ul li.list_with_title {
  font-weight: bold;
}
.right_text_image .right_text_main ul li::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/list_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 7px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(16%) saturate(1302%) hue-rotate(176deg) brightness(98%) contrast(98%);
}
.right_text_image .right_text_img {
  width: 45%;
  height: 555px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: auto;
  position: relative;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  z-index: 1;
  overflow: hidden;
  display: block;
  mask-image: linear-gradient(white, white), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160' fill='none'%3E%3Cpath fill='black' stroke='black' stroke-width='1.5' d='M0.00032975%20159.203C11.0709%20159.203%2021.688%20154.805%2029.5156%20146.977L146.978%2029.515C154.805%2021.6874%20159.203%2011.0699%20159.203%200L159.203%20159.203L0.00032975%20159.203Z'/%3E%3C/svg%3E");
  -webkit-mask-image: linear-gradient(white, white), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160' fill='none'%3E%3Cpath fill='black' stroke='black' stroke-width='1.5' d='M0.00032975%20159.203C11.0709%20159.203%2021.688%20154.805%2029.5156%20146.977L146.978%2029.515C154.805%2021.6874%20159.203%2011.0699%20159.203%200L159.203%20159.203L0.00032975%20159.203Z'/%3E%3C/svg%3E");
  mask-size: 100% 100%, 162px 162px;
  -webkit-mask-size: 100% 100%, 162px 162px;
  mask-position: 0 0, 100% 100%;
  -webkit-mask-position: 0 0, 100.1% 100.5%;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-origin: border-box, border-box;
  -webkit-mask-origin: border-box, border-box;
  mask-composite: subtract;
  -webkit-mask-composite: source-out;
}
@media screen and (max-width: 1024px) {
  .right_text_image .right_text_img {
    border-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .right_text_image .right_text_img {
    width: 100%;
  }
}
.right_text_image .right_text_img img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
  position: static;
}
@media screen and (max-width: 1200px) {
  .right_text_image .right_text_img img {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .right_text_image .right_text_img img {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .right_text_image .right_text_img img {
    height: 300px;
  }
}

@keyframes sectorCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sectorsGridReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sectorsGraphicFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sectors_page {
  background: #1b273d;
}
@media screen and (max-width: 1060px) {
  .sectors_page {
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 992px) {
  .sectors_page {
    margin-bottom: 0;
  }
}

.sectors-grid {
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background-color: #96B7E3;
  animation: sectorsGridReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  -webkit-mask-size: 100% 100%, 130px 109px;
  mask-size: 100% 100%, 130px 109px;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  border-radius: 25px;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media screen and (max-width: 1060px) {
  .sectors-grid {
    margin-top: -100px;
    padding: 100px 0;
  }
}
@media screen and (max-width: 992px) {
  .sectors-grid {
    padding: 60px 0;
    margin-top: -60px;
    -webkit-mask-size: 100% 100%, 87px 73px;
            mask-size: 100% 100%, 87px 73px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sectors-grid {
    padding: 38px 0;
    -webkit-mask-size: 100% 100%, 43px 36px;
            mask-size: 100% 100%, 43px 36px;
  }
}
.sectors-grid::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .sectors-grid::after {
    bottom: -2px;
    width: 70px;
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .sectors-grid::after {
    bottom: -2px;
    width: 45px;
    height: 45px;
    left: 0px;
  }
}
.sectors-grid .sectors-grid__graphic {
  position: absolute;
  bottom: -130px;
  right: 0;
  z-index: 0;
  background-color: #96b7e3;
  animation: sectorsGraphicFadeIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
  opacity: 0;
}
.sectors-grid .sectors-grid__graphic img {
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 1060px) {
  .sectors-grid .sectors-grid__graphic {
    width: 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sectors-grid .sectors-grid__graphic {
    animation: none;
    opacity: 1;
  }
}

.sectors-grid__inner-wrap {
  position: relative;
  z-index: 2;
  background-color: #96B7E3;
  animation: sectorsGridReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .sectors-grid__inner-wrap {
    animation: none;
  }
}

.sectors-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1060px) {
  .sectors-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sectors-grid__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.sectors-grid__inner .sector-card {
  animation: sectorCardFadeIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  opacity: 0;
}
.sectors-grid__inner .sector-card:nth-child(1) {
  animation-delay: 0.2s;
}
.sectors-grid__inner .sector-card:nth-child(2) {
  animation-delay: 0.32s;
}
.sectors-grid__inner .sector-card:nth-child(3) {
  animation-delay: 0.44s;
}
.sectors-grid__inner .sector-card:nth-child(4) {
  animation-delay: 0.56s;
}
.sectors-grid__inner .sector-card:nth-child(5) {
  animation-delay: 0.68s;
}
.sectors-grid__inner .sector-card:nth-child(6) {
  animation-delay: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .sectors-grid__inner .sector-card {
    animation: none;
    opacity: 1;
  }
}

.sector-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  background: #1B273D;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.sector-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/sector_hover.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sector-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.sector-card:hover::after {
  opacity: 1;
}
.sector-card:hover .sector-card__image-wrap img {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .sector-card {
    border-radius: 20px;
  }
}

.sector-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  z-index: 2;
  position: relative;
}

.sector-card__image-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  mask-image: url(../images/sector_mask_pic.svg);
  -webkit-mask-image: url(../images/sector_mask_pic.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
}
.sector-card__image-wrap img {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 1060px) {
  .sector-card__image-wrap {
    height: 265px;
  }
}
@media screen and (max-width: 992px) {
  .sector-card__image-wrap {
    height: 214px;
  }
}

.sector-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sector-card__body {
  padding: 32px 39px;
  color: #fff;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 992px) {
  .sector-card__body {
    padding: 20px 24px 24px;
    min-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .sector-card__body {
    padding: 18px 20px 22px;
    min-height: 100px;
  }
}
.sector-card__body p {
  color: #fff;
  font-weight: 100;
}

.sector-card:hover .sector-card__body {
  transform: translateY(-2px);
}

.sector-card__title {
  font-family: "REM", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px 0;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .sector-card__title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 992px) {
  .sector-card__title {
    font-size: 1.25rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .sector-card__title {
    font-size: 1.125rem;
  }
}

.sector-card__description {
  font-family: "REM", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1500px) {
  .sector-card__description {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .sector-card__description {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .sector-card__description {
    font-size: 0.75rem;
  }
}

.sector-what-we-do {
  width: 100%;
  padding: 100px 0 120px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  background-color: #1b273d;
}
@media screen and (max-width: 992px) {
  .sector-what-we-do {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .sector-what-we-do {
    padding: 40px 0 60px;
  }
}
.sector-what-we-do .sector-what-we-do__bg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: -490px;
  animation: visionBgMove 22s ease-in-out infinite alternate;
}

.sector-what-we-do__title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 3.5rem;
  color: #fff;
  text-align: left;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 992px) {
  .sector-what-we-do__title {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sector-what-we-do__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 15px;
  }
}

.sector-what-we-do__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
@media screen and (max-width: 1200px) {
  .sector-what-we-do__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sector-what-we-do__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.sector-what-we-do-card {
  border-radius: 10px;
  padding: 40px;
  background: transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
  min-height: 290px;
  display: flex;
  flex-direction: column;
}
.sector-what-we-do-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: #79B2BE;
  background: linear-gradient(142deg, rgb(121, 178, 190) 0%, rgb(176, 97, 67) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0.8;
  z-index: 0;
}
.sector-what-we-do-card:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #1b273d;
  background-image: url(../images/bg-master.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sector-what-we-do-card {
    padding: 24px 20px;
    min-height: auto;
  }
}
.sector-what-we-do-card:hover::after {
  background-image: url(../images/master-hover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sector-what-we-do-card:hover .sector-what-we-do-card__icon {
  filter: brightness(0) invert(1);
}

.sector-what-we-do-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 5;
}

.sector-what-we-do-card__icon-wrap {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .sector-what-we-do-card__icon-wrap {
    margin-bottom: 12px;
  }
}

.sector-what-we-do-card__icon {
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sector-what-we-do-card__icon {
    width: 40px;
    height: 40px;
  }
}

.sector-what-we-do-card__title {
  font-family: "REM", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.625rem;
  color: #fff;
  margin: 0 0 15px 0;
  padding-right: 100px;
}
@media screen and (max-width: 992px) {
  .sector-what-we-do-card__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sector-what-we-do-card__title {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 8px;
  }
}

.sector-what-we-do-card__description {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.1875rem;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sector-what-we-do-card__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.project-cards-section {
  width: 100%;
  padding: 80px 0 100px;
  background-color: #1B273D;
}
@media screen and (max-width: 992px) {
  .project-cards-section {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .project-cards-section {
    padding: 40px 0 60px;
  }
}

.project-cards-section__header {
  margin-bottom: 20px;
}

.project-cards-section__title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .project-cards-section__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .project-cards-section__title {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 330px) {
  .project-cards-section__title {
    font-size: 1.5625rem;
    line-height: 1.75rem;
  }
}

.project-cards-section__subtitle {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .project-cards-section__subtitle {
    font-size: 0.875rem;
  }
}

.project-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
@media screen and (max-width: 1060px) {
  .project-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.project-card-wrap.project-card--hidden {
  display: none;
}

.project-cards-section__actions {
  text-align: center;
  margin-top: 36px;
}

.project-cards-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 14px;
  background-color: #15868A;
  color: #fff;
  font-family: "REM", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease;
  gap: 10px;
  -webkit-mask-image: url(../images/button_mask.svg);
  mask-image: url(../images/button_mask.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.project-cards-load-more:hover {
  background-color: #F47B47;
}
.project-cards-load-more:hover .button-icon {
  transform: translateX(4px);
}
.project-cards-load-more .button-icon {
  transition: all 0.3s ease-in-out;
}
.project-cards-load-more:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .project-cards-load-more {
    padding: 12px 24px;
    font-size: 0.875rem;
  }
}

.project-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 992px) {
  .project-card {
    border-radius: 10px;
  }
}
.project-card:hover .project-card__image {
  transform: scale(1.06);
}
.project-card:hover .project-card__content-bottom {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .project-card {
    border-radius: 10px;
  }
}
.project-card .project-card__content-bottom {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1060px) {
  .project-card .project-card__content-bottom {
    opacity: 1;
  }
}

.project-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 992px) {
  .project-card__link {
    min-height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .project-card__link {
    min-height: 240px;
  }
}

.project-card__image-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask-image: url(../images/pp_mask.svg);
  -webkit-mask-image: url(../images/pp_mask.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
}

.project-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.project-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.project-card__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 55px 50px;
  z-index: 2;
}
@media screen and (max-width: 1060px) {
  .project-card__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 992px) {
  .project-card__content {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .project-card__content {
    padding: 18px 16px;
  }
}
.project-card__content p {
  color: #fff;
  font-weight: 100;
  line-height: 1.375rem;
}
@media screen and (max-width: 1060px) {
  .project-card__content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .project-card__content p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .project-card__content p {
    font-size: 0.875rem;
  }
}

.project-card__title {
  font-family: "REM", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.1875rem;
  color: #fff;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 1060px) {
  .project-card__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .project-card__title {
    font-size: 1.25rem;
    margin-bottom: 6px;
  }
}

.project-card__description {
  font-family: "REM", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 14px 0;
}
@media screen and (max-width: 767px) {
  .project-card__description {
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}

.project-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background-color: #15868A;
  color: #fff;
  font-family: "REM", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.project-card__link:hover .project-card__btn {
  background-color: rgb(16.958490566, 108.2113207547, 111.441509434);
  transform: translateX(2px);
}
@media screen and (max-width: 767px) {
  .project-card__btn {
    padding: 8px 14px;
    font-size: 0.8125rem;
  }
}

.project-card__btn-arrow {
  font-size: 1.1em;
  line-height: 1;
}

.featured-projects-section {
  width: 100%;
  padding: 80px 0 100px;
  background-color: #35435A;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.featured-projects-section::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1060px) {
  .featured-projects-section::before {
    width: 100px;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .featured-projects-section::before {
    top: -1px;
    right: -1px;
    width: 62px;
    height: 50px;
  }
}
.featured-projects-section:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -10px;
  width: 140px;
  height: 128px;
  background-image: url(../images/blue_mask_bottom.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1060px) {
  .featured-projects-section:after {
    width: 75px;
    height: 77px;
  }
}
@media screen and (max-width: 767px) {
  .featured-projects-section:after {
    bottom: -1px;
    width: 70px;
    height: 53px;
  }
}
@media screen and (max-width: 992px) {
  .featured-projects-section {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .featured-projects-section {
    padding: 40px 0 90px;
  }
}

.featured-projects-section__header {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .featured-projects-section__header {
    margin-bottom: 24px;
  }
}

.featured-projects-section__title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #fff;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1060px) {
  .featured-projects-section__title {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .featured-projects-section__title {
    font-size: 2rem;
    line-height: 2.1875rem;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .featured-projects-section__title {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }
}

.featured-projects-section__subtitle {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .featured-projects-section__subtitle {
    font-size: 0.875rem;
  }
}

.featured-projects-section__slider-wrap {
  position: relative;
}

.featured-projects-swiper {
  overflow: hidden;
  width: 100%;
}

.featured-projects-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.featured-projects-section__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.featured-projects-section__nav:hover:not(:disabled) {
  opacity: 0.9;
}
.featured-projects-section__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.featured-projects-section__nav svg {
  width: 24px;
  height: 24px;
}
.featured-projects-section__nav--prev {
  left: -70px;
}
@media screen and (max-width: 1060px) {
  .featured-projects-section__nav--prev {
    left: -20px;
  }
}
.featured-projects-section__nav--next {
  right: -70px;
}
@media screen and (max-width: 1060px) {
  .featured-projects-section__nav--next {
    right: -20px;
  }
}
@media screen and (max-width: 992px) {
  .featured-projects-section__nav {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .featured-projects-section__nav {
    width: 30px;
    height: 30px;
  }
  .featured-projects-section__nav--prev {
    left: -45px !important;
  }
  .featured-projects-section__nav--next {
    right: -45px !important;
  }
  .featured-projects-section__nav svg {
    width: 20px;
    height: 20px;
  }
  .featured-projects-section__nav {
    top: auto;
    bottom: -70px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

.commitment-section {
  width: 100%;
  position: relative;
  margin-bottom: -145px;
  border-top-left-radius: 30px;
  overflow: hidden;
  contain: layout style paint;
}
@media screen and (max-width: 1060px) {
  .commitment-section {
    margin-bottom: -125px;
    border-top-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .commitment-section {
    border-top-left-radius: 15px;
  }
}

.commitment-section__inner {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  -webkit-mask-size: 100% 100%, 130px 109px;
  mask-size: 100% 100%, 130px 109px;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}
@media screen and (max-width: 992px) {
  .commitment-section__inner {
    flex-direction: column;
    background-color: #126D70;
    -webkit-mask-size: 100% 100%, 100px 84px;
    mask-size: 100% 100%, 100px 84px;
  }
}
@media screen and (max-width: 767px) {
  .commitment-section__inner {
    -webkit-mask-size: 100% 100%, 75px 63px;
    mask-size: 100% 100%, 75px 63px;
  }
}

.commitment-section__bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1600px) {
  .commitment-section__bg {
    bottom: 0;
    width: 25%;
  }
}

.commitment-section__teal {
  background-color: #126D70;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  z-index: 2;
  mask-image: url(../images/commitment_mask.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: top right;
  -webkit-mask-image: url(../images/commitment_mask.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top right;
}
@media screen and (max-width: 992px) {
  .commitment-section__teal {
    display: none;
  }
}

.commitment-section__content {
  padding-left: calc((100% - (1400px - 1.5rem)) / 2);
  max-width: 735px;
  position: relative;
  z-index: 5;
  padding-bottom: 4%;
}
@media screen and (max-width: 1600px) {
  .commitment-section__content {
    padding-left: calc((100% - (1200px - 1.5rem)) / 2);
    max-width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .commitment-section__content {
    padding-left: calc((100% - (1060px - 1.5rem)) / 2);
  }
}
@media screen and (max-width: 1060px) {
  .commitment-section__content {
    padding-left: 4%;
    max-width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .commitment-section__content {
    max-width: 100%;
    margin-left: 0;
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .commitment-section__content {
    padding: 35px 30px;
  }
}
.commitment-section__content p {
  color: #fff;
  font-weight: 100;
  margin-bottom: 25px;
}
.commitment-section__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .commitment-section__content p {
    margin-bottom: 20px;
  }
}

.commitment-section__title {
  font-family: "REM", sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #fff;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 1200px) {
  .commitment-section__title {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .commitment-section__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .commitment-section__title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 5px;
  }
}

.commitment-section__text {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 16px 0;
}
.commitment-section__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .commitment-section__text {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
}

.commitment-section__image-wrap {
  flex: 1 1 42%;
  height: 700px;
}
@media screen and (max-width: 1600px) {
  .commitment-section__image-wrap {
    height: 640px;
  }
}
@media screen and (max-width: 1200px) {
  .commitment-section__image-wrap {
    height: 500px;
  }
}
@media screen and (max-width: 1060px) {
  .commitment-section__image-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .commitment-section__image-wrap {
    height: auto;
    flex: initial;
    order: 2;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .commitment-section__image-wrap {
    padding-bottom: 50px;
  }
}
.commitment-section__image-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 134, 138, 0.2);
  z-index: 2;
}
.commitment-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  display: block;
}
@media screen and (max-width: 992px) {
  .commitment-section__image {
    position: initial;
  }
}

@keyframes projectPageReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.projects_page .overview-section {
  opacity: 0;
  animation: projectPageReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.projects_page .light-blue-list-section {
  opacity: 0;
  animation: projectPageReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.projects_page .project-cards-section {
  opacity: 0;
  animation: projectPageReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.projects_page .commitment-section {
  opacity: 0;
  animation: projectPageReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .projects_page .overview-section,
  .projects_page .light-blue-list-section,
  .projects_page .project-cards-section,
  .projects_page .commitment-section {
    animation: none;
    opacity: 1;
  }
}
.projects_page .light-blue-list-section .light-blue-list-inner h2 {
  margin-bottom: 0;
}

.mission-vision-section {
  width: 100%;
  padding: 100px 0;
  position: relative;
  border-top-left-radius: 30px;
}
.mission-vision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #96B7E3;
  border-top-left-radius: 30px;
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  mask-image: linear-gradient(#000, #000), url(../images/sectors_top_right_hole.svg);
  -webkit-mask-size: 100% 100%, 130px 109px;
  mask-size: 100% 100%, 130px 109px;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}
@media (min-width: 1500px) and (-webkit-device-pixel-ratio: 1.5) {
  .mission-vision-section::before {
    -webkit-mask-size: 100% 100%, 118px 99px;
    mask-size: 100% 100%, 118px 99px;
  }
}
@media screen and (max-width: 992px) {
  .mission-vision-section::before {
    border-top-left-radius: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mission-vision-section {
    padding: 60px 0 0px;
    border-top-left-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision-section {
    padding: 50px 0 0px;
  }
}

.mission-vision-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .mission-vision-section__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision-section__grid {
    gap: 24px;
  }
}

.mission-vision-card {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mission-vision-card {
    border-radius: 12px 12px 0 0;
  }
}

.mission-vision-card__image-wrap {
  position: relative;
  width: 100%;
  height: 385px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 767px) {
  .mission-vision-card__image-wrap {
    padding-top: 65%;
    border-radius: 12px 12px 0 0;
  }
}

.mission-vision-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mission-vision-card__body {
  position: relative;
  margin-top: -110px;
  padding: 57px 65px;
  z-index: 2;
  background-color: #fff;
  background-image: none;
  aspect-ratio: 663/293;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22663%22%20height%3D%22293%22%20viewBox%3D%220%200%20663%20293%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.0001%20292.5L638%20292.5C651.807%20292.5%20663%20281.307%20663%20267.5L663%20114.427C663%20106.47%20659.839%2098.8394%20654.213%2093.2133L569.787%208.78691C564.161%203.16081%20556.53%200.000103455%20548.574%200.000102063L25.0001%201.05189e-05C11.193%208.10476e-06%200.000120113%2011.1929%200.000117699%2025L7.52991e-05%20267.5C7.2885e-05%20281.307%2011.1929%20292.5%2025.0001%20292.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22663%22%20height%3D%22293%22%20viewBox%3D%220%200%20663%20293%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.0001%20292.5L638%20292.5C651.807%20292.5%20663%20281.307%20663%20267.5L663%20114.427C663%20106.47%20659.839%2098.8394%20654.213%2093.2133L569.787%208.78691C564.161%203.16081%20556.53%200.000103455%20548.574%200.000102063L25.0001%201.05189e-05C11.193%208.10476e-06%200.000120113%2011.1929%200.000117699%2025L7.52991e-05%20267.5C7.2885e-05%20281.307%2011.1929%20292.5%2025.0001%20292.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
}
@media screen and (max-width: 992px) {
  .mission-vision-card__body .desc {
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #e9ebeb #fff;
    scrollbar-width: thin;
    height: 70px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision-card__body .desc {
    height: 75px;
  }
}
@media screen and (max-width: 350px) {
  .mission-vision-card__body .desc {
    height: 52px;
  }
}
.mission-vision-card__body p {
  color: #1B273D;
  line-height: 1.4375rem;
  font-weight: 200;
}
@media screen and (max-width: 1060px) {
  .mission-vision-card__body p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1060px) {
  .mission-vision-card__body {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 992px) {
  .mission-vision-card__body {
    padding: 30px 20px;
    margin-top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision-card__body {
    padding: 30px 25px;
    border-radius: 15px;
    border-top-right-radius: 0;
  }
}

.mission-vision-card__title {
  font-family: "REM", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1B273D;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 1060px) {
  .mission-vision-card__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 992px) {
  .mission-vision-card__title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision-card__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.mission-vision-card__text {
  font-family: "REM", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mission-vision-card__text {
    font-size: 0.875rem;
  }
}

.philosophy-section {
  width: 100%;
  padding: 30px 0 120px;
  background-color: #96B7E3;
  position: relative;
  border-bottom-right-radius: 30px;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .philosophy-section {
    padding: 60px 0 80px;
    border-bottom-right-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section {
    padding: 40px 0 60px;
  }
}
.philosophy-section .ph_bg_graphic {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .philosophy-section .ph_bg_graphic {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section .ph_bg_graphic {
    width: 60%;
  }
}
.philosophy-section::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -4px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .philosophy-section::after {
    left: 0px;
    width: 60px;
    height: 59px;
  }
}

.philosophy-section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .philosophy-section__inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__inner {
    gap: 32px;
  }
}

.philosophy-section__content {
  flex: 0 1 49%;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .philosophy-section__content {
    flex: 1 1 100%;
    padding-right: 0;
  }
}
.philosophy-section__content p {
  color: #1B273D;
  line-height: 1.5625rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .philosophy-section__content p {
    line-height: 1.25rem;
  }
}

.philosophy-section__title {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.4375rem;
  color: #1B273D;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 992px) {
  .philosophy-section__title {
    text-align: left;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 14px;
  }
}

.philosophy-section__intro {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #444;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .philosophy-section__intro {
    font-size: 0.9375rem;
    margin-bottom: 22px;
  }
}

.philosophy-section__list {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}

.philosophy-section__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 0;
  position: relative;
  min-height: 52px;
}
.philosophy-section__item:last-child {
  border-bottom: none;
}
.philosophy-section__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/line.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0.8;
  backdrop-filter: blur(40px);
}
@media screen and (max-width: 767px) {
  .philosophy-section__item {
    padding: 12px 0;
    gap: 12px;
  }
}

.philosophy-section__icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.philosophy-section__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .philosophy-section__icon {
    width: 32px;
    height: 32px;
  }
}

.philosophy-section__item-text {
  font-family: "REM", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 2.3125rem;
  color: #1B273D;
}
@media screen and (max-width: 992px) {
  .philosophy-section__item-text {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__item-text {
    font-size: 0.9375rem;
  }
}

.philosophy-section__outro {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .philosophy-section__outro {
    font-size: 0.9375rem;
  }
}

.philosophy-section__image-wrap {
  flex: 1 1 45%;
  min-width: 0;
  position: relative;
  -webkit-mask-image: url(../images/philo_mask_img.svg);
          mask-image: url(../images/philo_mask_img.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  z-index: 2;
}

.philosophy-section__image {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.what-we-do-section {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .what-we-do-section {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .what-we-do-section {
    padding: 40px 0 60px;
  }
}

.what-we-do-section__title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 3.4375rem;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 992px) {
  .what-we-do-section__title {
    font-size: 2.125rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .what-we-do-section__title {
    font-size: 1.875rem;
    line-height: 2.125rem;
    margin-bottom: 10px;
  }
}

.what-we-do-section__intro {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3125rem;
  color: #fff;
  text-align: center;
  max-width: 590px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .what-we-do-section__intro {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 30px;
  }
}

.what-we-do-section__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .what-we-do-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 992px) {
  .what-we-do-section__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .what-we-do-section__grid {
    gap: 5px 10px;
  }
}

.what-we-do-card {
  background-image: url(../images/what_bg_mask.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 25px 40px 35px;
  transition: background 0.25s ease, border-color 0.25s ease;
  aspect-ratio: 255/215;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .what-we-do-card {
    padding: 15px 15px 20px;
    border-radius: 7px;
    aspect-ratio: 240/215;
  }
}

.what-we-do-card__icon-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .what-we-do-card__icon-wrap {
    margin-bottom: 14px;
    min-height: 48px;
    width: 30px;
  }
}

.what-we-do-card__icon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .what-we-do-card__icon {
    width: 48px;
    height: 48px;
  }
}

.what-we-do-card__title {
  font-family: "REM", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #fff;
  margin: 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  .what-we-do-card__title {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .what-we-do-card__title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.what-we-do-section__outro {
  font-weight: 100;
  line-height: 1.625rem;
  color: #fff;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .what-we-do-section__outro {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

.career_details_section {
  width: 100%;
  position: relative;
  padding: 180px 0 100px;
}
@media only screen and (max-width: 1024px) {
  .career_details_section {
    padding: 160px 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .career_details_section {
    padding: 150px 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .career_details_section {
    padding: 120px 0 50px;
  }
}
.career_details_section .career_details_wrap {
  width: 100%;
  padding: 60px 0 140px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1600px) {
  .career_details_section .career_details_wrap {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .career_details_section .career_details_wrap {
    padding: 30px 0 40px;
  }
}
.career_details_section .career_details_wrap .career_details_left {
  width: 50%;
  padding-right: 5%;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_left {
    width: 100%;
    padding-right: 0;
  }
}
.career_details_section .career_details_wrap .career_details_left label {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 200;
  color: #1B273D;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_left label {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.career_details_section .career_details_wrap .career_details_left h2 {
  margin-top: 15px;
  color: #1B273D;
}
.career_details_section .career_details_wrap .career_details_left .career_tag {
  width: auto;
  padding: 0 20px;
  border-radius: 5px;
  line-height: 31px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #15868A;
  display: inline-block;
}
.career_details_section .career_details_wrap .career_details_left .career_details_content {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_left .career_details_content {
    margin-top: 20px;
    gap: 20px;
  }
}
.career_details_section .career_details_wrap .career_details_left .career_details_content .career_details_box {
  width: 100%;
}
.career_details_section .career_details_wrap .career_details_left .career_details_content .career_details_box h4 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1B273D;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_left .career_details_content .career_details_box h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.career_details_section .career_details_wrap .career_details_left .career_details_content .career_details_box ul li {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #353535;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.career_details_section .career_details_wrap .career_details_left .career_details_content .career_details_box ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_left .career_details_content .career_details_box ul li {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.career_details_section .career_details_wrap .career_details_left .career_details_content .career_details_box ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #353535;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 10px;
}
.career_details_section .career_details_wrap .career_details_right {
  width: 50%;
  min-height: 500px;
  padding: 55px 45px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right {
    width: 100%;
    padding: 30px 25px;
    margin-top: 30px;
  }
}
.career_details_section .career_details_wrap .career_details_right::before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D9E8F4;
  border-radius: 20px;
  z-index: 1;
}
.career_details_section .career_details_wrap .career_details_right::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  mask-image: url(../images/career-form.svg);
  -webkit-mask-image: url(../images/career-form.svg);
  mask-size: 100% auto;
  background-color: #D9E8F4;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner {
  position: relative;
  z-index: 2;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner h3 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form {
    margin-top: 20px;
  }
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group input,
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group select {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
  padding: 0 16px;
  font-size: 1rem;
  font-family: "REM", sans-serif;
  line-height: 1.5rem;
  color: #7C7C7C;
  font-weight: 200;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group input,
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group select {
    height: 50px;
    font-size: 16px;
  }
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group input::-moz-placeholder, .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group select::-moz-placeholder {
  color: #7C7C7C;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group input::placeholder,
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group select::placeholder {
  color: #7C7C7C;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group input:focus,
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group select:focus {
  border-color: #fff;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .nice-select {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7C7C7C;
  font-weight: 200;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .nice-select {
    height: 50px;
    font-size: 16px;
  }
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .nice-select .current {
  line-height: 1;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .nice-select .list {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D9E2EC;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .nice-select .option {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 8px 16px;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group--file .career_form_file {
  display: flex;
  align-items: center;
  gap: 12px;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group--file .career_form_file .career_form_file_input {
  position: relative;
  flex: 1;
  height: 60px;
  font-family: "REM", sans-serif;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group--file .career_form_file .career_form_file_input {
    height: 50px;
    font-size: 16px;
  }
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group--file .career_form_file .career_form_file_input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 4;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group--file .career_form_file .career_form_file_input .career_form_file_label {
  position: absolute;
  left: 16px;
  right: 12px;
  top: 50%;
  font-family: "REM", sans-serif;
  font-weight: 200;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7C7C7C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group--file .career_form_file .career_form_file_button {
  height: 54px;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  background-color: #15868A;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200;
  cursor: pointer;
  position: absolute;
  right: 3px;
  z-index: 1;
  font-family: "REM", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_group--file .career_form_file .career_form_file_button {
    height: 44px;
    font-size: 16px;
  }
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_actions {
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_actions {
    margin-top: 14px;
  }
}
.career_details_section .career_details_wrap .career_details_right .career_details_right_inner .career_details_form .career_form_actions button {
  font-family: "REM", sans-serif;
  font-weight: 300;
  min-width: 114px;
  text-align: center;
  justify-content: center;
}
.career_details_section .career_details_wrap .nice-select {
  width: 100%;
  height: 60px;
  max-width: inherit;
}

.career_details_section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .career_details_section .breadcrumb[data-aos],
  .career_details_section .career_details_left [data-aos],
  .career_details_section .career_details_box[data-aos],
  .career_details_section .career_details_right[data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.social-card {
  width: 100%;
  position: relative;
  background-color: #1C293F;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.social-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #64818F;
  background: linear-gradient(94deg, rgb(100, 129, 143) 24%, rgb(161, 91, 67) 100%);
  z-index: 0;
}
.social-card .social-card__image-wrap {
  width: 99.7%;
  height: 240px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 3;
}
.social-card .social-card__image-wrap::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 66px;
  height: 55px;
  background-color: #cecece;
  mask-image: url(../images/top_mask.svg);
  -webkit-mask-image: url(../images/top_mask.svg);
  background-color: #1C293F;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 3;
  transform: rotate(90deg);
}
@media screen and (max-width: 992px) {
  .social-card .social-card__image-wrap::before {
    width: 55px;
    height: 44px;
    bottom: 4px;
    right: -6px;
  }
}
@media screen and (max-width: 992px) {
  .social-card .social-card__image-wrap::before {
    width: 46px;
    height: 40px;
    bottom: 3px;
    right: -4px;
  }
}
.social-card .social-card__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.social-card .social-card__body {
  width: 100%;
  padding: 25px 35px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .social-card .social-card__body {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .social-card .social-card__body {
    padding: 20px 15px;
  }
}
.social-card .social-card__body .social-card-content {
  position: relative;
  z-index: 3;
}
.social-card .social-card__body::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: 160%;
  background-color: #1C293F;
  border-radius: 20px;
}
.social-card .social-card__body h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .social-card .social-card__body h3 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1060px) {
  .social-card .social-card__body h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 992px) {
  .social-card .social-card__body h3 {
    font-size: 1.125rem;
  }
}
.social-card .social-card__body p {
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (-webkit-device-pixel-ratio: 1.25) {
  .social-card .social-card__body p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) and (-webkit-device-pixel-ratio: 1.5) {
  .social-card .social-card__body p {
    font-size: 0.9375rem;
  }
}

.social_card_list {
  width: 100%;
  margin-top: 20px;
}
.social_card_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .social_card_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .social_card_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .social_card_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.social_card_list ul li {
  width: 100%;
}

.dark_blue_section_without_curve [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .dark_blue_section_without_curve [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.ecnomic-section {
  width: 100%;
  position: relative;
  padding: 50px 0;
  margin-top: -20px;
  min-height: 790px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  background: #1B273D;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .ecnomic-section {
    padding: 80px 0;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ecnomic-section {
    padding: 50px 0 80px 0;
  }
}
.ecnomic-section::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 128px;
  height: 111px;
  background-image: url(../images/top_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .ecnomic-section::before {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .ecnomic-section::before {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .ecnomic-section::before {
    width: 50px;
    height: 45px;
    right: 0px;
  }
}
.ecnomic-section::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 128px;
  height: 111px;
  background-image: url(../images/bottom_mask.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .ecnomic-section::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .ecnomic-section::after {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .ecnomic-section::after {
    width: 64px;
    height: 53px;
    left: -4px;
  }
}
.ecnomic-section > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.ecnomic-section > img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1B273D;
  background: linear-gradient(180deg, rgba(27, 39, 61, 0) 57%, rgba(27, 39, 61, 0.91) 100%);
  z-index: 1;
}
.ecnomic-section .ecnomic-section-inner {
  position: relative;
  z-index: 2;
  max-width: 608px;
}
.ecnomic-section .ecnomic-section-inner ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ecnomic-section .ecnomic-section-inner ul li {
  width: 100%;
  padding: 15px 25px 15px 55px;
  position: relative;
  background-image: url(../images/bg-ec-box.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 608/111;
}
.ecnomic-section .ecnomic-section-inner ul li::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/list_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 25px;
  top: 20px;
}
.ecnomic-section .ecnomic-section-inner ul li h4 {
  font-size: 20px;
  list-style: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.ecnomic-section .ecnomic-section-inner ul li p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 200;
}

.ecnomic-section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .ecnomic-section [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.key-details-section {
  width: 100%;
  padding: 50px 0 80px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .key-details-section {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .key-details-section {
    padding: 40px 0 50px;
  }
}
.key-details-section .container {
  position: relative;
  z-index: 5;
}

.key-details-section__header {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .key-details-section__header {
    margin-bottom: 28px;
  }
}
.key-details-section__header p {
  font-weight: 100;
  color: #fff;
  line-height: 1.5625rem;
}

.key-details-section__title {
  font-family: "REM", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #fff;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1060px) {
  .key-details-section__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .key-details-section__title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 8px;
  }
}

.key-details-section__subtitle {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .key-details-section__subtitle {
    font-size: 0.9375rem;
  }
}

.key-details-section__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .key-details-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .key-details-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 320px) {
  .key-details-section__grid {
    grid-template-columns: 1fr;
  }
}

.key-details-card {
  position: relative;
  padding: 0px 25px;
  text-align: left;
  min-height: 185px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.key-details-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: #79B2BE;
  background: linear-gradient(142deg, rgb(121, 178, 190) 0%, rgb(176, 97, 67) 100%);
  z-index: 0;
  mask-image: url(../images/key_mask.svg);
  -webkit-mask-image: url(../images/key_mask.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.3s ease;
}
.key-details-card:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #1b273d;
  background-image: url(../images/bg-master.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 10px;
  mask-image: url(../images/key_mask.svg);
  -webkit-mask-image: url(../images/key_mask.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
@media screen and (max-width: 1060px) {
  .key-details-card {
    min-height: 220px;
  }
}
@media screen and (max-width: 992px) {
  .key-details-card {
    min-height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .key-details-card {
    min-height: 144px;
    padding: 22px 18px;
    border-radius: 10px;
  }
}
.key-details-card .key-details-card__inner {
  position: relative;
  z-index: 2;
}
.key-details-card:hover::after {
  background-image: url(../images/master-hover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.key-details-card__icon {
  margin-bottom: 25px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.key-details-card__icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(62%) sepia(48%) saturate(800%) hue-rotate(340deg) brightness(102%) contrast(95%);
}
@media screen and (max-width: 767px) {
  .key-details-card__icon {
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
  }
  .key-details-card__icon img {
    width: 25px;
    height: 25px;
  }
}

.key-details-card__label {
  font-family: "REM", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: #fff;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 992px) {
  .key-details-card__label {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .key-details-card__label {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin-bottom: 4px;
  }
}

.key-details-card__value {
  font-family: "REM", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3125rem;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .key-details-card__value {
    font-size: 0.8125rem;
    line-height: 0.875rem;
  }
}

.contact_top_section {
  position: relative;
  padding: 110px 0px 130px;
  position: relative;
  overflow: hidden;
  mask-image: url(../images/blue_section.svg);
  -webkit-mask-image: url(../images/blue_section.svg);
  mask-size: 100% auto;
  background-color: #D9E8F4;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: top;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .contact_top_section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .contact_top_section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_top_section {
    padding: 50px 0;
  }
}
.contact_top_section .container {
  position: relative;
  z-index: 2;
}

.contact_top_section_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 993px) {
  .contact_top_section_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 80px;
    align-items: start;
  }
}

.contact_top_section_left {
  flex: 1 1 100%;
}
@media screen and (min-width: 993px) {
  .contact_top_section_left {
    min-width: 0;
  }
}

.contact_top_section_heading {
  font-size: clamp(1.75rem, 4vw, 2.9rem);
  font-weight: 400;
  color: #1B273D;
  margin: 0 0 16px;
  line-height: 1.2;
}

.contact_top_section_intro {
  color: #011334;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 35px;
  max-width: 480px;
}

.contact_top_section_list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .contact_top_section_list {
    gap: 20px;
  }
}

.contact_top_section_item {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact_top_section_item {
    gap: 20px;
  }
}
.contact_top_section_item .contact_top_section_icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #15868A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact_top_section_item .contact_top_section_icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.contact_top_section_item .contact_top_section_item_text,
.contact_top_section_item a.contact_top_section_item_text {
  color: #011334;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  text-decoration: none;
  margin: 0;
}

a.contact_top_section_item_text:hover {
  text-decoration: underline;
}

.contact_top_section_social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}

.contact_top_section_social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #414e62;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  mask-image: url(../images/social_mask.svg);
  -webkit-mask-image: url(../images/social_mask.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease;
}
.contact_top_section_social_icon span {
  font-size: 14px;
}
.contact_top_section_social_icon:hover {
  background-color: #F47B47;
  color: #fff;
}

.contact_top_section_right {
  flex: 1 1 100%;
  min-width: 0;
}
@media screen and (min-width: 993px) {
  .contact_top_section_right {
    max-width: 100%;
  }
}

.contact_top_section_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact_top_section_form_inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}

.contact_top_section_form_row {
  width: 100%;
}
.contact_top_section_form_row:first-child {
  width: 47.5%;
}
.contact_top_section_form_row:nth-child(2) {
  width: 47.5%;
}
.contact_top_section_form_row.contact_top_section_form_submit {
  margin-top: 4px;
}
.contact_top_section_form_row.contact_top_section_form_submit button {
  font-family: "REM", sans-serif;
  font-weight: 300;
  min-width: 114px;
  text-align: center;
  justify-content: center;
}
.contact_top_section_form_row input,
.contact_top_section_form_row textarea {
  width: 100%;
  min-width: 0;
  background: #fff;
  border-radius: 7px;
  padding: 0 20px;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 200;
  font-family: inherit;
  color: rgba(44, 44, 44, 0.7);
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.contact_top_section_form_row input::-moz-placeholder, .contact_top_section_form_row textarea::-moz-placeholder {
  color: rgba(44, 44, 44, 0.7);
}
.contact_top_section_form_row input::placeholder,
.contact_top_section_form_row textarea::placeholder {
  color: rgba(44, 44, 44, 0.7);
}
.contact_top_section_form_row input:focus,
.contact_top_section_form_row textarea:focus {
  outline: none;
  border-color: #15868A;
}
.contact_top_section_form_row textarea {
  resize: vertical;
  min-height: 120px;
  height: auto;
  line-height: 20px;
  padding: 10px 20px;
}
@media screen and (min-width: 600px) {
  .contact_top_section_form_row:first-child input {
    flex: 1 1 calc(50% - 10px);
  }
}

.contact_top_submit_btn .button-icon img {
  filter: brightness(0) invert(1);
}

.contact_page .commitment-section {
  position: relative;
  z-index: 3;
  margin-top: -25px;
}

.contact_top_section [data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .contact_top_section_heading[data-aos],
  .contact_top_section_intro[data-aos],
  .contact_top_section_item[data-aos],
  .contact_top_section_social[data-aos],
  .contact_top_section_right[data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.contact-map[data-aos] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .contact-map[data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.contact-map {
  --contact-map-color: #202031;
  width: 100%;
  background-color: var(--contact-map-color);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contact-map__container {
  position: relative;
  width: 100%;
  height: 740px;
  min-height: 320px;
}
@media screen and (max-width: 992px) {
  .contact-map__container {
    height: 510px;
  }
}
.contact-map__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--contact-map-color);
}
.contact-map__canvas .gm-style-pbc {
  opacity: 0 !important;
  pointer-events: none !important;
}
.contact-map__canvas .leaflet-tile-pane {
  filter: brightness(0.92) contrast(1.02);
}
.contact-map__canvas .leaflet-tile-pane::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--contact-map-color);
  opacity: 0.82;
  pointer-events: none;
  z-index: 1;
}
.contact-map__canvas .leaflet-control-zoom a,
.contact-map__canvas .leaflet-control-attribution {
  background-color: rgba(32, 32, 49, 0.9) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.contact-map__canvas .leaflet-control-attribution a {
  color: rgba(255, 255, 255, 0.9);
}
.contact-map .leaflet-marker-icon.contact-map-marker-icon {
  width: 59px;
  height: 76px;
}
.contact-map .contact-map-tooltip {
  background: rgba(32, 32, 49, 0.95) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: none !important;
  padding: 6px 10px !important;
  font-size: 14px;
}
.contact-map .leaflet-tooltip-top::before {
  border-top-color: rgba(32, 32, 49, 0.95) !important;
}
@media screen and (max-width: 768pxpx) {
  .contact-map__container {
    height: 320px;
    min-height: 280px;
  }
  .contact-map .leaflet-marker-icon.contact-map-marker-icon {
    width: 40px;
    height: 52px;
  }
}

.sitemap-page {
  padding-bottom: 80px;
}

.sitemap-content {
  display: grid;
  gap: 40px;
  max-width: 800px;
  padding: 100px 0;
}

.sitemap-section__title {
  font-size: 1.5rem;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #15868A;
  color: #1B273D;
}

.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-list li {
  margin-bottom: 8px;
}
.sitemap-list a {
  color: #1B273D;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sitemap-list a:hover {
  color: #15868A;
  text-decoration: underline;
}

.sitemap-list--all {
  -moz-columns: 1;
       columns: 1;
}
@media screen and (min-width: 600px) {
  .sitemap-list--all {
    -moz-columns: 2;
         columns: 2;
  }
}
.sitemap-list--all li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.error-404-page {
  background-color: #1b273d;
  min-height: 100vh;
}

.error-404-section {
  width: 100%;
  padding: 60px 0 120px;
  background-color: #35435A;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .error-404-section {
    padding: 50px 0 80px;
    border-radius: 12px;
  }
}

.error-404-content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.error-404-content .second_title {
  margin-bottom: 16px;
}

.error-404-code {
  font-family: "REM", sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
  margin: 0 0 20px 0;
  letter-spacing: -4px;
}
@media only screen and (max-width: 1024px) {
  .error-404-code {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .error-404-code {
    font-size: 72px;
    margin-bottom: 16px;
  }
}

.error-404-text {
  color: rgba(255, 255, 255, 0.85);
  font-family: "proxima_novaregular", "Almarai", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .error-404-text {
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.error-404-content .btn-primary {
  margin-top: 8px;
}/*# sourceMappingURL=main.css.map */