@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: 1px solid #4568f5;
}

img {
  max-width: 100%;
}

body {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #4d4d4d;
}
body.over-hidd {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-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;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1116px;
  }
}

.title_64 {
  color: #333;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -2.56px;
}
@media screen and (max-width: 767px) {
  .title_64 {
    font-size: 32px;
  }
}

.title_48 {
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.92px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .title_48 {
    font-size: 32px;
    margin: 0 0 16px;
  }
}

.title_32 {
  margin: 0;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -1.28px;
}
@media screen and (max-width: 767px) {
  .title_32 {
    font-size: 26px;
    letter-spacing: -1.04px;
  }
}

.titleSub_24 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}

.titleSub_20 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
}

.titleSub_16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.subTitle {
  display: block;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 1.08px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}
.subTitle::before,
.subTitle::after {
  font-size: inherit;
  font-weight: inherit;
}
.subTitle::before {
  content: "[";
  margin-right: 10px;
}
.subTitle::after {
  content: "]";
  margin-left: 10px;
}

.blue {
  color: #4568f5;
}

.highlighted-text {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  color: #4568f5;
}
.highlighted-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../assets/img/curver-text-decoration.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  width: 100%;
  height: 32px;
}

.head_sec {
  max-width: 546px;
  margin-inline: auto;
  text-align: center;
}
.head_sec figure {
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}

.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1080;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .header .header-inner .header-logo {
    width: 67px;
    height: auto;
    position: relative;
    z-index: 100;
  }
}
.header .header-inner .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 991px) {
  .header .header-inner .navbar {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
    max-height: calc(100dvh - 75px);
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .navbar li {
    max-width: 540px;
    width: 100%;
    padding: 0 30px;
    margin-inline: auto;
  }
}
.header .header-inner .navbar li a{
    position: relative;
    padding-right:20px;
}
.header .header-inner .navbar li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 5px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #333;
  /*position: relative;*/
}
.header .header-inner .navbar li a span:hover,
.header .header-inner .navbar li a span:focus {
  color: #4568f5;
  border-bottom-color: #4568f5;
}
.header .header-inner .navbar li a:hover::after,
.header .header-inner .navbar li a:focus::after {
  background-image: url("../../assets/img/icons/arrow-blue.svg");
}

.header .header-inner .navbar li a::after {
  content: "";
  height: 18px;
  width: 18px;
  background-image: url("../../assets/img/icons/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*display: none;*/
  position: absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
  opacity:0;
}
@media screen and (max-width: 767px) {
    .header .header-inner .navbar li a::after {
  opacity:1;
  right:-4px;
}
}


.header .header-inner .navbar li a:hover::after {

  top:50%;
  right:-4px;
  transform:translateY(-50%);
  opacity:1;
}
@media screen and (max-width: 767px) {
   .header .header-inner .navbar li a:hover::after {
  right:-4px;
  opacity:1;
}
}


@media screen and (max-width: 767px) {
  .header .header-inner .navbar li a::after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header .header-inner .btn-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header-inner .btn-wrap {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header .header-inner .btnBlue {
    padding: 10px 14px;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .btnBlue span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .btnBlue .arrow {
    height: 16px;
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .btnBlue .arrow::before,
  .header .header-inner .btnBlue .arrow::after {
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url("../../assets/img/starmask-gradient.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 392px 392px;
    z-index: 99;
    padding-top: 75px;
    opacity: 0;
    visibility: hidden;
  }
  .header .header-menu.show-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.header .hamburger-icon {
  display: none;
  height: 24px;
  width: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .hamburger-icon {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
}
.header .hamburger-icon svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger-icon svg.menu-close {
  opacity: 0;
  visibility: hidden;
}
.header .hamburger-icon svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .hamburger-icon:hover svg path,
.header .hamburger-icon:focus svg path {
  stroke: #4568f5;
}
.header .hamburger-icon.active svg.menu-open {
  opacity: 0;
  visibility: hidden;
}
.header .hamburger-icon.active svg.menu-close {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .uai {
    top: 100px !important;
    position: absolute !important;
    left: -30px !important;
  }
}

.footer {
  padding: 16px 0;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 48px 0;
  }
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    -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;
    gap: 16px;
  }
}
.footer-inner ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.footer-inner ul li::after {
  content: "|";
  color: #fff;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .footer-inner ul li::after {
    margin: 0 8px;
  }
}
.footer-inner ul li:last-child::after {
  display: none;
}
.footer-inner a {
  color: #fff;
}
.footer-inner a:hover,
.footer-inner a:focus {
  /*color: #4568f5;*/
  color:#fff;
      text-decoration:underline;
}


.btn-wrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 22px;
}

.btnBlue {
  padding: 12px 24px;
  background-color: #4568f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 2px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
  box-shadow: 2px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
  border-radius: 8px;
}
.btnBlue span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.btnBlue .arrow {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.btnBlue .arrow::before,
.btnBlue .arrow::after {
  content: "";
  background-image: url(../../assets/img/icons/arrow-right-white.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.btnBlue .arrow::after {
  top: 0;
  right: 24px;
}
.btnBlue:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 0.35) inset;
  box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 0.35) inset;
}
.btnBlue:hover .arrow::before,
.btnBlue:hover .arrow::after {
  -webkit-transform: translate(24px, 0px);
  transform: translate(24px, 0px);
}
.btnBlue.btnWhite {
  border: 2px solid #4568f5;
  background-color: #ffffff;
}
.btnBlue.btnWhite span {
  color: #4568f5;
}
.btnBlue.btnWhite .arrow::before,
.btnBlue.btnWhite .arrow::after {
  background-image: url("../../assets/img/icons/arrow-blue.svg");
}

.form_group {
  margin-bottom: 40px;
}
.form_group .flexField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .form_group .flexField {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form_group .field {
  position: relative;
  width: 100%;
}
.form_group .field::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}
.form_group .field::after {
  content: "";
  width: 1.5px;
  height: 44px;
  background: #ccc;
  position: absolute;
  left: 9%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .form_group .field::after {
    left: 18%;
  }
}
.form_group .field .form-control {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 26px 16px 22px 76px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 68px;
}
.form_group .field .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #4568f5;
}
.form_group .field .form-control.invalidErr {
  border-bottom: 3px solid #df4b0d;
}
.form_group .field label {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: top 0.3s ease, font-size 0.3s ease;
  transition: top 0.3s ease, font-size 0.3s ease;
}
@media screen and (max-width: 767px) {
  .form_group .field label {
    left: 23%;
  }
}
.form_group .field label sup {
  color: #df4b0d;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.form_group .field.one label {
  left: 23%;
}
.form_group .field.one::before {
  left: 16px;
  background-image: url(../../assets/img/contact/user.svg);
}
.form_group .field.one::after {
  left: 18%;
}
.form_group .field.two::before {
  background-image: url(../../assets/img/contact/mail.svg);
}
.form_group .field.three::before {
  background-image: url(../../assets/img/contact/phone.svg);
}
.form_group .field.four {
  margin-bottom: 56px;
}
.form_group .field.four::before {
  background-image: url(../../assets/img/contact/menu.svg);
}
.form_group .field.five::before {
  background-image: url(../../assets/img/contact/message.svg);
  margin: 0;
}
.form_group .field.five::after {
  margin: 0;
  height: 96px;
}
.form_group .field.five .form-control {
  height: 120px;
  padding-top: 0;
}
.form_group .field.five label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form_group .field .inputError {
  position: absolute;
  bottom: -26px;
  color: #df4b0d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  visibility: hidden;
}
.form_group input:not(:-moz-placeholder-shown) + label {
  font-size: 14px;
  top: -34px;
}
.form_group input:not(:-ms-input-placeholder) + label {
  font-size: 14px;
  top: -34px;
}
.form_group input:focus + label,
.form_group input:not(:placeholder-shown) + label {
  font-size: 14px;
  top: -46px;
}
.form_group textarea:not(:-moz-placeholder-shown) + label {
  font-size: 14px;
  top: -20%;
}
.form_group textarea:not(:-ms-input-placeholder) + label {
  font-size: 14px;
  top: -20%;
}
.form_group textarea:focus + label,
.form_group textarea:not(:placeholder-shown) + label {
  font-size: 14px;
  top: -20%;
}

.hero__banner__wrapper {
  position: relative;
  overflow: hidden;
  padding: 78px 0 70px;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper {
    padding: 64px 0 80px;
  }
}
.hero__banner__wrapper p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper p {
    margin-bottom: 32px;
  }
}
.hero__banner__wrapper::before,
.hero__banner__wrapper::after {
  content: "";
  position: absolute;
  border-radius: 393.072px;
  background: linear-gradient(51deg, #faecb4 -9.6%, #fcfdff 94.53%);
  -webkit-filter: blur(102px);
  filter: blur(102px);
  width: 374px;
  height: 393px;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero__banner__wrapper::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.hero__banner__wrapper .bannerSwiper {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .bannerSwiper {
    margin-top: 73px;
  }
}
.hero__banner__wrapper .bannerSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.hero__banner__wrapper .bannerSwiper .swiper-wrapper .swiper-slide {
  height: 260px;
  width: 260px !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .bannerSwiper .swiper-wrapper .swiper-slide {
    width: 170px !important;
    height: 170px;
  }
}
.hero__banner__wrapper .bannerSwiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_us-wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .about_us-wrapper {
    padding: 48px 0;
  }
}
.about_us-wrapper p {
  margin-bottom: 24px;
}
.about_us-wrapper a {
  display: inline-block;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .about_us-wrapper a {
    margin-bottom: 0px;
  }
}
.about_us-wrapper a:hover,
.about_us-wrapper a:focus {
  text-decoration: none;
}
.about_us-wrapper .about-content {
  max-width: 735px;
  margin: 40px auto 32px;
}
@media screen and (max-width: 767px) {
  .about_us-wrapper .about-content {
    margin: 32px auto 40px;
  }
}
.about_us-wrapper .about-content figure {
  margin: 32px 0;
}
.about_us-wrapper .about-content p {
  margin: 0;
}
.about_us-wrapper .about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .about_us-wrapper .about-grid {
    grid-template-columns: 1fr;
  }
}
.about_us-wrapper .about-grid-inner {
  padding: 15px 16px;
  border-radius: 16px;
  background-color: #f5f6fa;
  display: grid;
  grid-template-columns: 137px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about_us-wrapper .about-grid-inner {
    padding: 16px 14px;
    grid-template-columns: 103px auto;
    gap: 14px 12px;
  }
}
.about_us-wrapper .about-grid-inner img {
  display: block;
  grid-column: 1;
  grid-row: 1/3;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 16px;
}
.about_us-wrapper .about-grid-inner h3 {
  grid-row: 1;
  grid-column: 2;
  align-self: end;
}
.about_us-wrapper .about-grid-inner p {
  grid-row: 2;
  grid-column: 2;
  margin: 0;
  align-self: start;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .about_us-wrapper .about-grid-inner p {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}

.technology_section_wrapper {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .technology_section_wrapper {
    padding: 80px 0;
  }
}
.technology_section_wrapper .technology_section_inner {
  margin-top: 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px 88px;
}
@media screen and (max-width: 767px) {
  .technology_section_wrapper .technology_section_inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 56px 60px;
  }
}
.technology_section_wrapper .technology_section_inner span {
  display: block;
  color: #b3b3b3;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

.hiring_process_wrapper {
  padding: 100px 0 124px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hiring_process_wrapper {
    padding: 48px 0;
  }
}
.hiring_process_wrapper .head_sec {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .hiring_process_wrapper .head_sec {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hiring_process_wrapper .title_48 {
    margin-bottom: 16px;
  }
}
.hiring_process_inner {
  display: grid;
  gap: 158px 0;
  counter-reset: hiring-process-counter;
}
@media screen and (max-width: 767px) {
  .hiring_process_inner {
    gap: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .hiring_process_inner h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px;
  }
}
.hiring_process_inner h3::before {
  counter-increment: hiring-process-counter;
  content: "0" counter(hiring-process-counter);
  display: block;
  color: #4568f5;
  font-size: 22px;
  font-weight: 900;
  line-height: 160%;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .hiring_process_inner h3::before {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .hiring_process_inner .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hiring_process_inner .row:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hiring_process_inner .row:nth-child(4n + 1) figure::before {
  right: 0;
  top: 0;
  -webkit-transform: translate(35%, -30%);
  transform: translate(35%, -30%);
}
.hiring_process_inner .row:nth-child(3n-1) figure::before {
  left: -20px;
  bottom: -40px;
}
.hiring_process_inner .row:nth-child(4n-1) figure::before {
  right: 0;
  top: 0;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
}
.hiring_process_inner .row:nth-child(4n) figure::before {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hiring_process_inner figure {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hiring_process_inner figure {
    margin-bottom: 16px;
  }
}
.hiring_process_inner figure::before {
  content: "";
  width: 374px;
  height: 393px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(51deg, #faecb4 -9.6%, #fcfdff 94.53%);
  -webkit-filter: blur(102px);
  filter: blur(102px);
  z-index: -1;
}
.hiring_process_inner figure img {
  display: block;
  max-width: 100%;
}
.hiring_process_inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hiring_process_inner ul li {
  position: relative;
  padding-left: 30px;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
.hiring_process_inner ul li:last-child {
  margin-bottom: 0;
}
.hiring_process_inner ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  background-color: #4d4d4d;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.feature_section_wrapper {
  padding: 362px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature_section_wrapper {
    padding: 100px 0;
  }
}
.feature_section_wrapper::before {
  content: "";
  position: absolute;
  top: 100px;
  width: 100%;
  height: 100%;
  max-width: 1052px;
  max-height: 1052px;
  background-image: url(../../assets/img/starmask-gradient.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .feature_section_wrapper::before {
    top: 48px;
  }
}
.feature_section_wrapper .head_sec {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .feature_section_wrapper .head_sec {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .feature_section_wrapper .head_sec + .row .row .col-lg-7 {
    width: 61.8%;
  }
}
@media screen and (min-width: 1200px) {
  .feature_section_wrapper .head_sec + .row .row .col-lg-5 {
    width: 38.173%;
  }
}
.feature_section_wrapper .head_sec + .row .row:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .feature_section_wrapper .head_sec + .row .row:last-child {
    margin-top: 16px;
  }
}
.feature_section_content,
.feature_section_img {
  padding: 32px;
  border-radius: 16px;
  background-color: #f5f6fa;
}
@media screen and (max-width: 767px) {
  .feature_section_content,
  .feature_section_img {
    padding: 24px;
  }
}
.feature_section_content > img {
  display: block;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .feature_section_content > img {
    margin-bottom: 16px;
  }
}
.feature_section_content .titleSub_24 {
  margin-bottom: 16px;
}
.feature_section_content p {
  margin-bottom: 0;
}
.feature_section_content.last {
  padding: 24px;
  height: 100%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .feature_section_content.last {
    background-color: transparent;
    padding: 0;
  }
}
.feature_section_content.last > img {
  margin-bottom: 30px;
}
.feature_section_content.last p {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .feature_section_content.last .row {
    gap: 16px;
  }
}
.feature_section_content.last .feature_section_img {
  margin: auto auto 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .feature_section_content.last .feature_section_img {
    padding: 12px 15px;
    background-color: #f5f6fa;
  }
}
@media screen and (max-width: 991px) {
  .feature_section_content.last .feature_section_content_inner {
    padding: 24px;
    border-radius: 16px;
    background-color: #f5f6fa;
  }
}
.feature_section_content.last .feature_section_content_inner > img {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .feature_section_content.last .feature_section_content_inner > img {
    margin-bottom: 16px;
  }
}
.feature_section_content.last .row {
  height: 100%;
}
.feature_section_content.last .row .col-12:last-child {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .feature_section_content.last .row .col-12:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature_section_content.last .row .col-12:last-child {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.feature_section_img {
  padding: 12px;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .feature_section_img {
    margin-top: 16px;
    padding: 12px 15px;
    height: auto;
  }
}
.feature_section_img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.support_wrapper {
  padding: 100px 0;
  background-image: url("../../assets/img/support-back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.support_wrapper .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .support_wrapper {
    padding: 72px 0 80px;
    background-image: url("../../assets/img/support-back-mobile.svg");
  }
}
.support_wrapper::before,
.support_wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(91.67%, #fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 91.67%);
  z-index: 0;
}
.support_wrapper::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.support_wrapper::after {
  top: auto;
  bottom: 0;
}

.hero__banner__wrapper.about-banner {
  padding-bottom: 0;
}
.hero__banner__wrapper.about-banner::before,
.hero__banner__wrapper.about-banner::after {
  background: linear-gradient(51deg, #d2e4fa -9.6%, #fcfdff 94.53%);
}
.hero__banner__wrapper.about-banner figure {
  margin: 0;
  position: relative;
}
.hero__banner__wrapper.about-banner figure img {
  display: block;
  max-width: 100%;
}
.hero__banner__wrapper.about-banner figure::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(37.59%, rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37.59%, #fff 100%);
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper.about-banner figure::after {
    height: 180px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper.about-banner figure .desktop-view {
    display: none;
  }
}
.hero__banner__wrapper.about-banner figure .mobile-view {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper.about-banner figure .mobile-view {
    display: block;
  }
}

.founder__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .founder__wrapper {
    padding: 48px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .founder__wrapper .row {
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .founder__wrapper p {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
.founder-img img {
    border-radius:24px;
}

.why__iamable__wrapper {
  padding: 112px 0;
  background-color: #f5f6fa;
}
@media screen and (max-width: 767px) {
  .why__iamable__wrapper {
    padding: 48px 0;
  }
}
.why__iamable__wrapper .subTitle {
  text-transform: none;
  margin: 0 0 54px;
}
@media screen and (max-width: 767px) {
  .why__iamable__wrapper .subTitle {
    margin-bottom: 24px;
  }
}
.why__iamable__wrapper .title_48 {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .why__iamable__wrapper .title_48 {
    font-size: 30px;
    letter-spacing: 0.3px;
  }
}
.why__iamable__wrapper .title_48 span {
  text-transform: none;
}
.why__iamable__wrapper .title_48 img {
  display: inline-block;
  max-width: 120px;
  max-height: 77px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .why__iamable__wrapper .title_48 img {
    display: block;
    margin: 0 auto;
    max-width: 81px;
  }
}

.core__value__wrapper {
  padding: 157px 0 120px;
}
@media screen and (max-width: 767px) {
  .core__value__wrapper {
    padding: 48px 0;
  }
}
.core__value__wrapper .title_48 {
  margin-bottom: 0;
}
.core__value__wrapper .head_sec {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .core__value__wrapper .head_sec {
    margin-bottom: 32px;
  }
}
.core__value__wrapper .highlighted-text {
  padding-bottom: 15px;
}
.core__value__wrapper .highlighted-text::after {
  height: 30px;
  background-size: 100% 30px;
}
.core__value__wrapper .row {
  border: 1px solid #d7dde5;
  position: relative;
}
.core__value__wrapper .row::before,
.core__value__wrapper .row::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  height: 100%;
  width: 1px;
  background-color: #d7dde5;
}
@media screen and (max-width: 767px) {
  .core__value__wrapper .row::before,
  .core__value__wrapper .row::after {
    display: none;
  }
}
.core__value__wrapper .row:after {
  top: 50%;
  left: 1px;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .core__value__wrapper .row .col-12 {
    border-bottom: 1px solid #d7dde5;
  }
  .core__value__wrapper .row .col-12:last-child {
    border-bottom: 0;
  }
}
.core__value__wrapper .core_value-content {
  padding: 48px 64px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .core__value__wrapper .core_value-content {
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  .core__value__wrapper .core_value-content {
    padding: 32px;
  }
}
.core__value__wrapper .core_value-content h3 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 16px;
}
.core__value__wrapper .core_value-content .core_value_ico {
  width: 24px;
  height: auto;
  max-height: 24px;
  margin: 0 0 16px;
}
.core__value__wrapper .core_value-content .core_value_ico img {
  display: block;
}

.contact_us_wrapper {
   padding: 90px 0 62px 0;
   position: relative;
}
@media screen and (max-width: 767px) {
  .contact_us_wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact_us_wrapper .row {
  margin: 0;
}
.contact_us_wrapper .wrapper {
  background-image: url(../../assets/img/starmask-gradient.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .contact_us_wrapper .wrapper {
    background-size: contain;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_wrapper .wrapper {
    background-image: url(../../assets/img/mobile-star.svg);
    background-size: 100%;
    background-position: unset;
  }
}
.contact_us_wrapper .wrapper .title {
  max-width: 480px;
  padding-top: 166px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .contact_us_wrapper .wrapper .title {
    padding: 100px 12px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_wrapper .wrapper .title .title_64 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_wrapper .wrapper .title .titleSub_20 {
    font-size: 16px;
  }
}
.contact_us_wrapper .wrapper .form_wrap {
  border-radius: 16px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 36px 24px;
}
@media screen and (max-width: 767px) {
  .contact_us_wrapper .wrapper .form_wrap {
    padding: 12px 12px 36px;
  }
}
.contact_us_wrapper .wrapper .form_wrap button[disabled] {
  background: #5f6785;
  text-decoration: line-through;
  line-height: 150%;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact_us_wrapper .wrapper .form_wrap button[disabled] span {
  font-size: 18px;
  font-weight: 500;
}
.contact_us_wrapper .wrapper .form_wrap button[disabled] .arrow {
  display: none;
}

.toast__msg {
  padding: 18px 80px;
  border-radius: 12px;
  background: #064d20;
  display: none;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 180px;
}
@media screen and (max-width: 767px) {
  .toast__msg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 32px;
    max-width: 300px;
  }
}
.toast__msg p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.9px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .toast__msg p {
    font-size: 14px;
  }
}
