@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --grey: #EDEDED;
  --font-weight-4: 400;
  --font-weight-5: 500;
  --font-weight-6: 600;
  --font-weight-7: 700;
  --font-weight-8: 800;
}

a {
  text-decoration: none;
}

/* WEBKIT SCROLLBAR */
/* **************** */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(120, 120, 120, 0.6);
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.6);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(120, 120, 120, 0.4);
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Syne", sans-serif;
  background-color: var(--black);
  background-size: cover;
}

.common_cta {
  text-decoration: none;
  font-size: 18px;
  font-weight: var(--font-weight-4);
  line-height: 1;
  color: #151515;
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 50px;
  letter-spacing: -0.3px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta:hover {
  box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, 0.15);
}
.common_cta.header_cta {
  overflow: hidden;
  position: relative;
}
.common_cta.header_cta:hover::before {
  top: -100%;
}
.common_cta.header_cta:hover span {
  color: #151515;
}
.common_cta.header_cta span {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta.header_cta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0px;
  background-color: #F76A00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.common_sub_ttle {
  font-size: 18px;
  font-weight: var(--font-weight-5);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(275.16deg, #346BCC 1.03%, #FF9CE0 62.9%);
  background-clip: text;
  -webkit-background-clip: text;
}

.common_ttle {
  font-size: 56px;
  line-height: 66px;
  letter-spacing: -3px;
  font-weight: var(--font-weight-4);
  -webkit-text-fill-color: transparent;
  background: linear-gradient(360deg, rgba(242, 242, 242, 0.7) 0%, #FFFFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.body_copy {
  font-size: 20px;
  line-height: 36px;
  font-weight: var(--font-weight-4);
  letter-spacing: -0.5px;
  color: #B4B4B4;
  margin: 20px 0px 30px;
}

.header_wrp {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 20px 0px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header_wrp.nav-up {
  top: -78px;
}
.header_wrp.change_bg {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(16px);
}
.header_wrp .container .header_nav {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.header_wrp .container .header_nav li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: var(--font-weight-4);
  color: var(--grey);
  letter-spacing: -0.3px;
}
.header_wrp .container .bad_cta {
  text-decoration: none;
  font-size: 18px;
  font-weight: var(--font-weight-4);
  line-height: 1;
  color: #151515;
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 50px;
  letter-spacing: -0.3px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header_wrp .container .bad_cta:hover {
  box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, 0.15);
}

.Home_bnr {
  width: 100%;
  height: calc(100vh - 0px);
  position: relative;
}
.Home_bnr::before {
  content: "";
  width: 1044px;
  height: 1600px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/bnr-left-glow.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.Home_bnr::after {
  content: "";
  width: 1618px;
  height: 1539px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../images/bnr-right-glow.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.Home_bnr .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.Home_bnr .container .caption_wrp {
  max-width: 676px;
}
.Home_bnr .container .caption_wrp h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: var(--font-weight-4);
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-color: #034949;
  background-image: linear-gradient(81deg, #346BCC, #FF9CE0, #346BCC, #FF9CE0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: gradient;
}
.Home_bnr .container .caption_wrp p {
  font-size: 23px;
  line-height: 34px;
  font-weight: var(--font-weight-4);
  -webkit-text-fill-color: transparent;
  background: linear-gradient(360deg, rgba(242, 242, 242, 0.7) 0%, #FFFFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.Home_bnr .container .caption_wrp .cta_grid {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
.Home_bnr .container .bnr_rhs {
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.Home_bnr .container .bnr_rhs img {
  position: absolute;
  top: 20px;
  left: -20px;
}
.Home_bnr .container .bnr_rhs video {
  width: 100%;
}
.Home_bnr .container .scroll_dwn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.who_we_are_wrp {
  width: 100%;
  height: auto;
  padding: 175px 0px 50px;
}
.who_we_are_wrp .container {
  position: relative;
}
.who_we_are_wrp .container::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/cornor-top-left.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.who_we_are_wrp .container::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/cornor-btm-right.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.who_we_are_wrp .container .caption_wrp {
  max-width: 776px;
  margin: 0 auto;
}

.solutions_offer {
  padding: 175px 0px 100px;
  position: relative;
}
.solutions_offer .wave_vid_cvr {
  width: 100%;
  height: 821px;
  position: absolute;
  top: 425px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.solutions_offer .wave_vid_cvr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions_offer .eclipse_red {
  position: absolute;
  top: 0px;
  left: 0px;
}
.solutions_offer .eclipse_blue {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.solutions_offer .container {
  position: relative;
}
.solutions_offer .container .caption_wrp {
  max-width: 858px;
  margin: 0 auto;
}
.solutions_offer .container .swo_grid_wrp .swo_box {
  width: 100%;
  height: 440px;
  position: relative;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}
.solutions_offer .container .swo_grid_wrp .swo_box:hover::before {
  animation: borderMove 3s linear infinite;
}
.solutions_offer .container .swo_grid_wrp .swo_box::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  border-radius: inherit;
  background: linear-gradient(116.99deg, rgba(224, 203, 224, 0.8) 19.61%, rgba(76, 69, 165, 0) 52.14%, rgba(224, 203, 224, 0.8) 87.58%);
  background-size: 300% 300%;
  z-index: 0;
  pointer-events: none;
  /* don't block clicks */
  transition: none;
}
.solutions_offer .container .swo_grid_wrp .swo_box.swo_box2 {
  height: 492px;
}
.solutions_offer .container .swo_grid_wrp .swo_box.swo_box2 .swo_in_bx .ttle {
  min-height: 70px;
}
.solutions_offer .container .swo_grid_wrp .swo_box .swo_in_bx {
  width: 99.5%;
  height: 99.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #18181A 0%, #0C0C11 100%);
  padding: 60px 50px;
  border-radius: 10px;
}
.solutions_offer .container .swo_grid_wrp .swo_box .swo_in_bx .icn {
  margin-bottom: 40px;
}
.solutions_offer .container .swo_grid_wrp .swo_box .swo_in_bx .tag {
  color: var(--white);
  background: linear-gradient(270.46deg, #346BCC 14.76%, #FF9CE0 147.13%);
  width: fit-content;
  border-radius: 5px;
  padding: 5px 13px;
  display: inline-block;
  font-size: 14px;
  font-weight: var(--font-weight-4);
  display: none;
}
.solutions_offer .container .swo_grid_wrp .swo_box .swo_in_bx .ttle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--font-weight-5);
  color: var(--white);
  letter-spacing: -1px;
  margin: 10px 0px 0px;
  min-height: 65px;
  -webkit-text-fill-color: transparent;
  background-color: #034949;
  background-image: linear-gradient(81deg, #346BCC, #FF9CE0, #346BCC, #FF9CE0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: gradient;
}
.solutions_offer .container .swo_grid_wrp .swo_box .swo_in_bx p {
  min-height: 105px;
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--font-weight-4);
  color: #B4B4B4;
}
.solutions_offer .container .swo_grid_wrp .swo_box .swo_in_bx .discover_cta {
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--font-weight-4);
  color: #B4B4B4;
  position: relative;
  display: none;
}
.solutions_offer .container .swo_grid_wrp .swo_box .swo_in_bx .discover_cta::before {
  content: "";
  width: 6px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: -13px;
  background-image: url(../images/chev-right.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.solutions_offer .container .caption_btm {
  max-width: 666px;
  margin: 60px auto 0px;
}
.solutions_offer .container .caption_btm .common_ttle {
  font-size: 46px;
  line-height: 56px;
  margin: 0px 0px 30px;
}
.solutions_offer .container .caption_btm .cta_grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tranforming_buss .container {
  padding: 150px 0px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp {
  width: 100%;
  height: 300px;
  position: relative;
  background: linear-gradient(116.99deg, rgba(224, 203, 224, 0.8) 19.61%, rgba(76, 69, 165, 0) 52.14%, rgba(224, 203, 224, 0.8) 87.58%);
  margin-top: 30px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr1 {
  border-radius: 150px 0px 150px 0px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr1 .tb_in {
  border-radius: 150px 0px 150px 0px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr2 {
  border-radius: 0px 150px 0px 150px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr2 .tb_in {
  border-radius: 0px 150px 0px 150px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr3 {
  border-radius: 0px 150px 0px 150px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr3 .tb_in {
  border-radius: 0px 150px 0px 150px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr4 {
  border-radius: 150px 0px 150px 0px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp.tb_brdr4 .tb_in {
  border-radius: 150px 0px 150px 0px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp .tb_in {
  width: 99.5%;
  height: 99.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #18181A 0%, #0C0C11 100%);
  padding: 80px 70px;
}
.tranforming_buss .container .tb_grid_wrp .tb_box_wrp .tb_in .side_txt {
  font-weight: var(--font-weight-5);
  font-size: 30px;
  line-height: 40px;
  margin: 0px;
  letter-spacing: -1px;
  font-weight: var(--font-weight-4);
  -webkit-text-fill-color: transparent;
  background: linear-gradient(360deg, rgba(242, 242, 242, 0.7) 0%, #FFFFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.empower_wrp {
  padding: 100px 0px 50px;
}
.empower_wrp .empower_lhs {
  position: relative;
}
.empower_wrp .empower_lhs .float_box {
  width: 423px;
  height: 786px;
  background: linear-gradient(116.99deg, rgba(224, 203, 224, 0.8) 19.61%, rgba(76, 69, 165, 0) 52.14%, rgba(224, 203, 224, 0.8) 87.58%);
  position: absolute;
  border-radius: 10px;
  right: -220px;
  top: 50%;
  transform: translate(0%, -50%);
}
.empower_wrp .empower_lhs .float_box .float_in {
  width: 99.5%;
  height: 99.5%;
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #18181A 0%, #0C0C11 100%);
}
.empower_wrp .empower_lhs .float_box .float_in .float_card {
  padding: 30px;
  min-height: 196px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.empower_wrp .empower_lhs .float_box .float_in .float_card:nth-child(4) {
  border-bottom: none;
}
.empower_wrp .empower_lhs .float_box .float_in .float_card h2 {
  color: var(--white);
  font-size: 30px;
  line-height: 1;
  font-weight: var(--font-weight-5);
}
.empower_wrp .empower_lhs .float_box .float_in .float_card p {
  color: #B4B4B4;
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--font-weight-4);
}

.build_wrp {
  padding: 150px 0px 50px;
}
.build_wrp .container {
  position: relative;
}
.build_wrp .float_bx_build {
  width: 413px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.build_wrp .build_box {
  width: 100%;
  min-height: 550px;
  position: relative;
  background: linear-gradient(116.99deg, rgba(224, 203, 224, 0.8) 19.61%, rgba(76, 69, 165, 0) 52.14%, rgba(224, 203, 224, 0.8) 87.58%);
  border-radius: 10px;
}
.build_wrp .build_box.bx1 {
  min-height: 560px;
}
.build_wrp .build_box.bx1 .build_inn .pic_cvr {
  width: 100%;
}
.build_wrp .build_box.bx2 {
  margin-top: 150px;
}
.build_wrp .build_box .build_inn {
  width: 99.5%;
  height: 99.5%;
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #18181A 0%, #0C0C11 100%);
  padding: 20px 30px;
}
.build_wrp .build_box .build_inn h2 {
  color: var(--white);
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -2px;
  font-weight: var(--font-weight-5);
}
.build_wrp .build_box .build_inn p {
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--font-weight-4);
  color: #B4B4B4;
}
.build_wrp .build_box .build_inn .pic_cvr {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.features_wrp {
  padding: 100px 0px;
}
.features_wrp .features_grid_wrp {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-top: 50px;
}
.features_wrp .features_grid_wrp .feat_box {
  min-height: 340px;
  padding: 45px 50px;
}
.features_wrp .features_grid_wrp .feat_box.brd-left {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.features_wrp .features_grid_wrp .feat_box.brd-btm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.features_wrp .features_grid_wrp .feat_box h2 {
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  font-weight: var(--font-weight-5);
  letter-spacing: -1.5px;
  margin: 15px 0px 0px;
  min-height: 50px;
}
.features_wrp .features_grid_wrp .feat_box p {
  font-size: 18px;
  line-height: 26px;
  color: #B4B4B4;
  font-weight: var(--font-weight-4);
}

.benefits_wrp {
  padding: 100px 0px;
}
.benefits_wrp .benefits_grid_wrp {
  margin-top: 40px;
}
.benefits_wrp .benefits_grid_wrp .benefits_bx {
  position: relative;
  margin-top: 0px;
}
.benefits_wrp .benefits_grid_wrp .benefits_bx .caption {
  padding: 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.benefits_wrp .benefits_grid_wrp .benefits_bx .caption h2 {
  color: var(--white);
  font-size: 30px;
  line-height: 36px;
  font-weight: var(--font-weight-4);
  letter-spacing: -1.5px;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr {
  width: 100%;
  height: 524px;
  position: relative;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(116.99deg, rgba(224, 203, 224, 0.8) 19.61%, rgba(76, 69, 165, 0) 52.14%, rgba(224, 203, 224, 0.8) 87.58%);
  border-radius: 10px;
  margin-top: 40px;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card.b1x {
  height: 50%;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card.b2x {
  height: 70%;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card.b3x {
  height: 100%;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in {
  width: 99.5%;
  height: 99.5%;
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #18181A 0%, #0C0C11 100%);
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in.ben1::before {
  background-image: url(../images/ben-1.png);
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in.ben2::before {
  background-image: url(../images/ben-2.png);
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in.ben3::before {
  background-image: url(../images/ben-3.png);
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in .caption {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 15px;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in .caption h2 {
  color: #B4B4B4;
  font-size: 72px;
  line-height: 1;
  font-weight: var(--font-weight-5);
  letter-spacing: -2px;
  display: flex;
  align-items: flex-end;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in .caption h2 span {
  font-size: 60%;
}
.benefits_wrp .benefits_grid_wrp .bene_card_cvr .bene_card .bene_in .caption p {
  color: #B4B4B4;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.1px;
  font-weight: var(--font-weight-4);
}

.seamless_wrp {
  padding: 50px 0px;
  background-image: url(../images/seam-back-shadow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.seamless_wrp .seamleass_box {
  min-height: 670px;
  position: relative;
}
.seamless_wrp .seamleass_box .seam_bx {
  width: fit-content;
  position: absolute;
  display: block;
}
.seamless_wrp .seamleass_box .seam_bx.dv_bx {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam1 {
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam2 {
  bottom: 15%;
  left: 170px;
}
.seamless_wrp .seamleass_box .seam_bx.seam3 {
  top: 16%;
  left: 190px;
  transform: translate(0%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam4 {
  top: 52%;
  left: 285px;
  transform: translate(0%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam5 {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam6 {
  top: 40%;
  right: 260px;
  transform: translate(0%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam7 {
  top: 75%;
  right: 140px;
  transform: translate(0%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam8 {
  top: 25%;
  right: 90px;
  transform: translate(0%, -50%);
}
.seamless_wrp .seamleass_box .seam_bx.seam9 {
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
}
.seamless_wrp .seams_pix {
  display: none;
}

.future_of_work {
  padding: 0px 0px 50px;
  position: relative;
}
.future_of_work .future_wrp {
  width: 100%;
  height: 380px;
  position: relative;
  border-radius: 10px;
  background-image: url(../images/future-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.future_of_work .future_wrp .future_caption {
  width: 720px;
  text-align: center;
}
.future_of_work .future_wrp .future_caption .common_ttle {
  font-weight: var(--font-weight-7);
  line-height: 1;
  -webkit-text-fill-color: transparent;
  background-color: #034949;
  background-image: linear-gradient(81deg, #346BCC, #FF9CE0, #346BCC, #FF9CE0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: gradient;
}
.future_of_work .future_wrp .future_caption .body_copy {
  line-height: 1.3;
}
.future_of_work .future_wrp .future_caption .cta_grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.footer_wrp {
  padding: 50px 0px;
}
.footer_wrp .ftr_lhs p {
  font-size: 30px;
  line-height: 40px;
  font-weight: var(--font-weight-4);
  color: #B4B4B4;
  margin: 10px 0px 0px;
}
.footer_wrp .ftr-rhs {
  text-align: right;
}
.footer_wrp .ftr-rhs .social_icn {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.footer_wrp .ftr-rhs p {
  font-size: 16px;
  line-height: 1;
  font-weight: var(--font-weight-4);
  color: #B4B4B4;
  margin: 10px 0px 0px;
}

.overlayFrom {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999;
  inset: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  /*    .close-btn:after {
  content: " ×";
  font-size: 18px;
  vertical-align: middle;
  } */
}
.overlayFrom.active {
  display: block;
  opacity: 1;
}
.overlayFrom .blackoverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.overlayFrom .form-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px;
  min-height: 100vh;
  background-color: #fff;
  width: 75%;
  float: right;
  position: relative;
  z-index: 1;
}
.overlayFrom .form-section h1 {
  font-size: 48px;
  font-weight: 600;
  max-width: 400px;
  line-height: 1.2;
}
.overlayFrom .form-container {
  width: 55%;
}
.overlayFrom form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.overlayFrom .form-group {
  flex: 1;
  min-width: 45%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.overlayFrom .form-group .error {
  color: red;
  font-size: 10px;
}
.overlayFrom .form-group.full {
  flex: 1 1 100%;
}
.overlayFrom label {
  font-size: 14px;
  color: #888;
  margin-bottom: 4px;
}
.overlayFrom input,
.overlayFrom textarea {
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding: 8px 0;
  outline: none;
  width: 100%;
  background: transparent;
}
.overlayFrom textarea {
  resize: vertical;
  min-height: 100px;
}
.overlayFrom .submit-btn {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #000;
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}
.overlayFrom .submit-btn:hover {
  background: #000;
  color: #fff;
}
.overlayFrom .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
}