@charset "UTF-8";
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
.banner_wrapper {
  height: 756px;
  width: 100%;
  padding-top: 140px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner_wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/banner-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .banner_wrapper::before {
    background-image: url(../img/home/banner-bg-mob.png);
  }
}
.banner_wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_wrapper .content_wrapper {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.banner_wrapper h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .banner_wrapper h1 {
    font-size: 36px;
    text-align: center;
  }
}
.banner_wrapper p {
  max-width: 757px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .banner_wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}
.banner_wrapper .img_wrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .banner_wrapper .img_wrap {
    padding-top: 40px;
  }
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #000;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  color: #ffffff;
}

h2 {
  color: #fff;
  text-align: center;
  /* Desktop/Display md/Regular */
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 122.222% */
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

p {
  color: #a3a3a3;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.desktop_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1312px;
  }
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #323232;
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .tag {
    font-size: 12px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  margin-top: 8px;
  height: 72px;
}
header .header_main_wrap {
  padding: 8px 16px;
  border-radius: 64px;
  background: rgba(35, 35, 35, 0.6);
  backdrop-filter: blur(18px);
}
@media screen and (max-width: 991px) {
  header .header_main_wrap {
    padding: 12px;
  }
}
@media screen and (max-width: 350px) {
  header .header_main_wrap {
    padding: 6px;
  }
}
header .header_main_wrap .navbar_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_main_wrap .navbar_flex .navbar_brand .brand img {
  height: 40px;
}
header .header_main_wrap .navbar_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
header .header_main_wrap .navbar_links_wrap .navbar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  background: black;
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}
footer::after {
  content: "";
  height: 38px;
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url("../../assets/img/footer/footer-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  footer::after {
    height: 40px;
  }
}
footer .footer_img_wrap {
  padding-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}
footer .footer_img_wrap img {
  width: 126px;
  height: 36px;
}
footer .footer_img_wrap p {
  color: #d1d1d1;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 320px;
}
footer .footer_bottom_wrap {
  padding-top: 46px;
  position: relative;
}
footer .footer_bottom_wrap::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
}
footer .footer_bottom_wrap p {
  color: #d1d1d1;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.btn_outer_wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
  border: 1px solid rgba(73, 73, 73, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(#101010), color-stop(50%, rgba(16, 16, 16, 0)), to(#101010));
  background: linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0) 50%, #101010 100%);
  padding: 1px;
}
.btn_outer_wrap.submit_btn::before {
  background: url("../../assets/img/icons/submit-btn-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_outer_wrap.submit_btn .btn_inner_wrap {
  padding: 16px 42px;
}
.btn_outer_wrap:hover {
  border: 1px solid rgba(147, 98, 232, 0.4);
}
.btn_outer_wrap:hover .btn_inner_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), color-stop(3.03%, #1a1a1a));
  background: linear-gradient(180deg, #2f2f2f 0%, #1a1a1a 3.03%);
}
.btn_outer_wrap:hover .btn_inner_wrap span {
  text-shadow: 0 0 12px #9362e8;
}
.btn_outer_wrap .btn_inner_wrap {
  display: inline-block;
  position: relative;
  padding: 12px 38px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#1a1a1a));
  background: linear-gradient(180deg, #2f2f2f 0%, #1a1a1a 100%);
  -webkit-box-shadow: inset 0 0 0 1px #202020;
  box-shadow: inset 0 0 0 1px #202020;
  border: 0.5px solid #000;
}
@media screen and (max-width: 767px) {
  .btn_outer_wrap .btn_inner_wrap {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 350px) {
  .btn_outer_wrap .btn_inner_wrap {
    padding: 12px 14px;
  }
}
.btn_outer_wrap .btn_inner_wrap span {
  color: #ffffff;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  -webkit-transition: letter-spacing 0.3s ease;
  transition: letter-spacing 0.3s ease;
}

.action_section {
  padding-block: 134px;
}
@media screen and (max-width: 767px) {
  .action_section {
    padding-block: 60px;
  }
}
.action_section .action_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.action_section .action_content_wrap h2 {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 122.222% */
}
@media screen and (max-width: 767px) {
  .action_section .action_content_wrap h2 {
    font-size: 24px;
  }
}

.reality_wrapper {
  background: url(../../assets/img/home/reality-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.reality_wrapper h2 {
  margin-bottom: 56px;
  text-align: center;
}
.reality_wrapper .reality_swiper {
  width: 100%;
  overflow: visible;
}
.reality_wrapper .reality_swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.reality_wrapper .reality_swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .reality_wrapper .reality_swiper .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .reality_wrapper .reality_swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .reality_wrapper .reality_swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}
.reality_wrapper .reality_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.reality_wrapper .reality_card_wrap .reality_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px;
  border-radius: 8px;
  border: 1px solid #2d2d2d;
  background: #0c0a17;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reality_wrapper .reality_card_wrap .reality_card {
    width: 100%;
  }
}
.reality_wrapper .reality_card_wrap .reality_card .icon_wrap {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reality_wrapper .reality_card_wrap .reality_card .icon_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reality_wrapper .reality_card_wrap .reality_card p {
  color: #d4d4d4;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 0;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .reality_wrapper .reality_card_wrap .reality_card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .reality_wrapper .blend_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    line-height: 0;
  }
}
.reality_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
  pointer-events: none;
}

.introduction_wrapper {
  padding: 100px 0;
  background-color: #000;
}
.introduction_wrapper .intro_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  text-align: center;
  margin-bottom: 56px;
}
.introduction_wrapper .intro_content h2 {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.introduction_wrapper .intro_cards_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin: 0 auto;
}
.introduction_wrapper .intro_cards_grid .intro_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #392b51;
  background: #0c0a17;
}
.introduction_wrapper .intro_cards_grid .intro_card .card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.introduction_wrapper .intro_cards_grid .intro_card .card_content h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 0;
}
.introduction_wrapper .intro_cards_grid .intro_card .card_content p {
  color: #a3a3a3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
}
.introduction_wrapper .intro_cards_grid .intro_card .illustration_wrap {
  width: 100%;
  margin-top: auto;
}
.introduction_wrapper .intro_cards_grid .intro_card .illustration_wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.introduction_wrapper .intro_cards_grid .intro_card.card_1, .introduction_wrapper .intro_cards_grid .intro_card.card_2 {
  grid-column: span 4;
  min-height: 410px;
}
.introduction_wrapper .intro_cards_grid .intro_card.card_3 {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 711px;
}
.introduction_wrapper .intro_cards_grid .intro_card.card_4 {
  grid-column: span 8;
  min-height: 276px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.introduction_wrapper .intro_cards_grid .intro_card.card_4 .card_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.introduction_wrapper .intro_cards_grid .intro_card.card_4 .illustration_wrap {
  width: 50%;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.introduction_wrapper .intro_cards_grid .intro_card.card_4 .illustration_wrap img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .introduction_wrapper .intro_cards_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .introduction_wrapper .intro_cards_grid .intro_card {
    grid-column: span 1 !important;
    grid-row: auto !important;
    height: auto !important;
    min-height: unset !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .introduction_wrapper .intro_cards_grid .intro_card .illustration_wrap {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .introduction_wrapper {
    padding: 60px 0;
  }
  .introduction_wrapper .intro_content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .introduction_wrapper .intro_cards_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .introduction_wrapper .intro_cards_grid .intro_card {
    min-height: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
  }
  .introduction_wrapper .intro_cards_grid .intro_card .card_content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .introduction_wrapper .intro_cards_grid .intro_card .illustration_wrap {
    margin-top: auto;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .introduction_wrapper .intro_cards_grid .intro_card .illustration_wrap img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.text_reveal_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  padding: 100px 0;
}
.text_reveal_section .reveal_content {
  max-width: 866px;
  margin: 0 auto;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 60px */
  color: #525252;
}
@media screen and (max-width: 767px) {
  .text_reveal_section .reveal_content {
    font-size: 32px;
  }
}
.text_reveal_section .reveal_content span {
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.text_reveal_section .reveal_content span.active {
  color: #fff;
}

.stats_section {
  padding: 32px 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .stats_section {
    padding: 20px 0;
  }
}
.stats_section .stats_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .stats_section .stats_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
}
.stats_section .stats_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: center;
}
.stats_section .stats_card .stat_number {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 58px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 767px) {
  .stats_section .stats_card .stat_number {
    font-size: 40px;
  }
}
.stats_section .stats_card .stat_text {
  color: #a3a3a3;
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
@media screen and (max-width: 767px) {
  .stats_section .stats_card .stat_text {
    font-size: 16px;
  }
}

.solutions_section {
  padding-block: 64px;
  background-image: url("../../assets/img/home/platform_section-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.solutions_section .soultions_tabs_wrap {
  width: 100%;
  padding-top: 56px;
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .solutions_section .soultions_tabs_wrap .dropdown_mobile {
    display: block;
    position: relative;
    width: 100%;
  }
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile .selected_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #2d2158;
  background: #0f0f0f;
  cursor: pointer;
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile .selected_option span {
  color: #d4d4d4;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile .selected_option img {
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile .dropdown_options {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 16px;
  border: 1px solid #2d2158;
  background: #0f0f0f;
  padding: 8px;
  list-style: none;
  margin: 0;
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile .dropdown_options li {
  padding: 12px 16px;
  color: #d4d4d4;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile .dropdown_options li:hover {
  background: rgba(45, 33, 88, 0.5);
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile .dropdown_options li.active {
  background: #2d2158;
  color: #fff;
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile.open .selected_option img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.solutions_section .soultions_tabs_wrap .dropdown_mobile.open .dropdown_options {
  display: block;
}
@media screen and (max-width: 767px) {
  .solutions_section .soultions_tabs_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .solutions_section .soultions_tabs_wrap nav {
    overflow-x: scroll;
    width: 100%;
    padding-inline: 12px;
  }
}
.solutions_section .soultions_tabs_wrap nav .nav-tabs {
  border-radius: 100px;
  border: 1px solid #2d2158;
  background: #0f0f0f;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .solutions_section .soultions_tabs_wrap nav .nav-tabs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.solutions_section .soultions_tabs_wrap nav .nav-tabs .nav-link {
  color: #d4d4d4;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 150% */
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  padding: 8px 16px;
}
.solutions_section .soultions_tabs_wrap nav .nav-tabs .nav-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: transparent;
}
.solutions_section .soultions_tabs_wrap nav .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  border-color: transparent;
}
.solutions_section .soultions_tabs_wrap nav .nav-tabs .nav-link.active {
  border-radius: 100px;
  border: 1px solid #2d2d2d;
  background: #2d2158;
}
.solutions_section .soultions_tabs_wrap .tab-content {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .solutions_section .soultions_tabs_wrap .tab-content {
    padding-top: 32px;
    padding-inline: 12px;
  }
}
.solutions_section .soultions_tabs_wrap .tab-content .tab-pane .solutions_content_wrap .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .solutions_section .soultions_tabs_wrap .tab-content .tab-pane .solutions_content_wrap .content_wrap {
    gap: 16px;
  }
}
.solutions_section .soultions_tabs_wrap .tab-content .tab-pane .solutions_content_wrap .content_wrap h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .solutions_section .soultions_tabs_wrap .tab-content .tab-pane .solutions_content_wrap .content_wrap h3 {
    font-size: 16px;
  }
}
.solutions_section .soultions_tabs_wrap .tab-content .tab-pane .solutions_content_wrap .content_wrap p {
  color: #a3a3a3;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
@media screen and (max-width: 767px) {
  .solutions_section .soultions_tabs_wrap .tab-content .tab-pane .solutions_content_wrap .content_wrap p {
    font-size: 14px;
  }
}
.solutions_section .soultions_tabs_wrap .tab-content .tab-pane .solutions_content_wrap .img_wrap img {
  width: 100%;
}

.platform_section {
  padding-block: 64px;
}
.platform_section .platform_wrap {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap {
    padding-top: 24px;
  }
}
.platform_section .platform_wrap .desktop_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .desktop_view {
    display: none;
  }
}
.platform_section .platform_wrap .platform_img_wrap img {
  width: 100%;
  max-width: 500px;
}
.platform_section .platform_wrap .platform_content_wrap .accordion {
  background-color: transparent;
  border: none;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item {
  background-color: transparent;
  border: none;
  position: relative;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 632px;
  max-width: 100%;
  height: 1px;
  background: #262626;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: #d6bbfb;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  background-color: transparent;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../../assets/img/icons/plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.platform_section .platform_wrap .platform_content_wrap .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("../../assets/img/icons/minus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.platform_section .platform_wrap .mobile_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .mobile_view {
    display: block;
  }
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .mobile_view .dropdown_mobile {
    display: block;
    position: relative;
    width: 100%;
  }
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile .selected_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #2d2158;
  background: #0f0f0f;
  cursor: pointer;
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile .selected_option span {
  color: #d4d4d4;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile .selected_option img {
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile .dropdown_options {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 16px;
  border: 1px solid #2d2158;
  background: #0f0f0f;
  padding: 8px;
  list-style: none;
  margin: 0;
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile .dropdown_options li {
  padding: 12px 16px;
  color: #d4d4d4;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile .dropdown_options li:hover {
  background: rgba(45, 33, 88, 0.5);
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile .dropdown_options li.active {
  background: #2d2158;
  color: #fff;
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile.open .selected_option img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.platform_section .platform_wrap .mobile_view .dropdown_mobile.open .dropdown_options {
  display: block;
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .mobile_view nav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .platform_section .platform_wrap .mobile_view nav {
    overflow-x: scroll;
    width: 100%;
    padding-inline: 12px;
  }
}
.platform_section .platform_wrap .mobile_view nav .nav-tabs {
  border-radius: 100px;
  border: 1px solid #2d2158;
  background: #0f0f0f;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
}
@media screen and (max-width: 991px) {
  .platform_section .platform_wrap .mobile_view nav .nav-tabs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.platform_section .platform_wrap .mobile_view nav .nav-tabs .nav-link {
  color: #d4d4d4;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 150% */
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  padding: 8px 16px;
}
.platform_section .platform_wrap .mobile_view nav .nav-tabs .nav-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: transparent;
}
.platform_section .platform_wrap .mobile_view nav .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  border-color: transparent;
}
.platform_section .platform_wrap .mobile_view nav .nav-tabs .nav-link.active {
  border-radius: 100px;
  border: 1px solid #2d2d2d;
  background: #2d2158;
}
.platform_section .platform_wrap .mobile_view .tab-content {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .mobile_view .tab-content {
    padding-top: 24px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .mobile_view .layers_img_wrap {
    padding-top: 40px;
  }
}
.platform_section .platform_wrap .mobile_view .layers_img_wrap img {
  width: 100%;
}
.platform_section .platform_wrap .accordion-body p,
.platform_section .platform_wrap .content_wrap p {
  color: #d4d4d4;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .accordion-body p,
  .platform_section .platform_wrap .content_wrap p {
    font-size: 14px;
    padding-bottom: 12px;
  }
}
.platform_section .platform_wrap .accordion-body ul,
.platform_section .platform_wrap .content_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.platform_section .platform_wrap .accordion-body ul li,
.platform_section .platform_wrap .content_wrap ul li {
  color: #d6bbfb;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
}
@media screen and (max-width: 767px) {
  .platform_section .platform_wrap .accordion-body ul li,
  .platform_section .platform_wrap .content_wrap ul li {
    font-size: 12px;
  }
}
.platform_section .platform_wrap .accordion-body ul li ul,
.platform_section .platform_wrap .content_wrap ul li ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.platform_section .platform_wrap .accordion-body ul li ul li,
.platform_section .platform_wrap .content_wrap ul li ul li {
  padding-left: 14px;
  position: relative;
}
.platform_section .platform_wrap .accordion-body ul li ul li::before,
.platform_section .platform_wrap .content_wrap ul li ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.form-group {
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 16px;
}
.form-group .error-message {
  color: #A73837;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  /* 1.1375rem */
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .form-group .error-message {
    font-size: 14px;
  }
}
.form-group .form-control {
  padding-block: 12px;
  border-radius: 4px;
  border: 1px solid #262626;
  background: rgba(69, 65, 68, 0.2);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form-group .form-control {
    font-size: 14px;
  }
}
.form-group .form-control::-webkit-input-placeholder {
  color: #46424f;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.form-group .form-control::-moz-placeholder {
  color: #46424f;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.form-group .form-control:-ms-input-placeholder {
  color: #46424f;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.form-group .form-control::-ms-input-placeholder {
  color: #46424f;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.form-group .form-control::placeholder {
  color: #46424f;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.form-group .form-control:focus {
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group input[type=date] {
  padding-block: 9px;
}
.form-group .phone-field .iti {
  display: block;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country {
  background-color: #e9eef4;
  padding-right: 8px;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__arrow {
  display: none;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code {
  color: #222020;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #98989a;
  -webkit-transform: rotate(45deg) translate(2px, 0px);
  transform: rotate(45deg) translate(2px, 0px);
  border-top: 0;
  border-left: 0;
}
.form-group .phone-field .iti .iti__tel-input {
  padding-left: 90px;
}
.form-group.error .form-control {
  border: 1px solid #a73837;
}
.form-group.error .error-message::before {
  opacity: 1;
}

label {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  /* 14.4px */
  display: block;
  margin: 0 0 12px;
}
label span {
  color: #a73837;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.strategic_sec {
  padding-block: 80px;
}
.strategic_sec p {
  margin: 0;
}
.strategic_sec .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .strategic_sec .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
.strategic_sec .flex_wrap h2 {
  max-width: 642px;
}
.strategic_sec .flex_wrap p {
  max-width: 538px;
}
.strategic_sec .year_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .strategic_sec .year_wrap {
    padding-block: 32px;
  }
}
.strategic_sec .year_wrap span {
  color: #445b8c;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}
.strategic_sec .year_wrap h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 70.4px */
  background: -webkit-gradient(linear, left top, left bottom, from(#2e4578), color-stop(120.71%, #aec2ee));
  background: linear-gradient(180deg, #2e4578 0%, #aec2ee 120.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strategic_sec .strategic_img_wrap {
  width: 100%;
}
.strategic_sec .strategic_img_wrap img {
  width: 100%;
}

.form_modal {
  --bs-modal-width: 1120px;
}
.form_modal .modal-dialog {
  max-width: 1120px !important;
}
@media screen and (max-width: 767px) {
  .form_modal .modal-dialog {
    height: 100%;
    margin: 0;
    max-width: none !important;
  }
}
.form_modal .modal-dialog .modal-content {
  position: relative;
  height: 100%;
  padding: 20px;
  background-image: url("../../assets/img/home/form-bg.png ");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .form_modal .modal-dialog .modal-content {
    background-image: url("../../assets/img/home/form-mob-bg.png");
    padding: 0;
    border-radius: 0;
    border: none;
    overflow-y: auto;
  }
}
.form_modal .modal-dialog .modal-content .modal-header,
.form_modal .modal-dialog .modal-content .modal-body,
.form_modal .modal-dialog .modal-content .modal-footer {
  position: relative;
  z-index: 3;
  border: none;
}
.form_modal .modal-dialog .modal-content .modal-header .btn-close {
  position: relative;
  height: 40px;
  width: 40px;
  padding: 0;
}
.form_modal .modal-dialog .modal-content .modal-header .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/icons/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  z-index: 3;
}
.form_modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form_modal .modal-dialog .modal-content .modal-body {
  padding-block: 0px 60px;
}
.form_modal .modal-dialog .modal-content .modal-body .form_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_modal .modal-dialog .modal-content .modal-body .form_flex_wrap h2 {
  max-width: 560px;
}
.form_modal .modal-dialog .modal-content .modal-body .form_flex_wrap h3 {
  color: #fff;
  text-align: center;
  /* Desktop/Display xs/Regular */
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  padding-block: 40px 64px;
}
@media screen and (max-width: 767px) {
  .form_modal .modal-dialog .modal-content .modal-body .form_flex_wrap h3 {
    font-size: 18px;
    padding-block: 40px;
  }
}
.form_modal .modal-dialog .modal-content .modal-body .contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_submit_toast {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 64px;
  background: rgba(35, 35, 35, 0.6);
  backdrop-filter: blur(18px);
  width: 312px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form_submit_toast.show {
  opacity: 1;
  visibility: visible;
}
.form_submit_toast img {
  width: 16px;
  height: 16px;
}
.form_submit_toast span {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}