@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* a {
  text-decoration: none;
}
* .container-fluid {
  padding: 0 1.25vw;
}
* .container {
  max-width: 83.3333333333vw;
}
* img {
  max-width: 100%;
}
* body {
  background: #F9F9F9;
}
* body header {
  border-radius: 0 0 1.0416666667vw 1.0416666667vw;
  background: #F9F9F9;
  box-shadow: 0 0.0520833333vw 0.1041666667vw 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
* body header .container .row {
  height: 5.625vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin: 0;
}
* body header .container .row > div {
  padding: 0;
}
* body header .container .row .logo {
  width: 5.2083333333vw;
}
* body header .container .row .logo a img {
  width: 100%;
}
* body header .container .row .navigation {
  width: calc(100% - 5.2083333333vw);
}
* body header .container .row .navigation .hamburger {
  display: none;
}
* body header .container .row .navigation .navlink ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
* body header .container .row .navigation .navlink ul li a {
  color: #333;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0325520833vw;
  margin-left: 2.8645833333vw;
  transition: 0.5s linear;
  /* 99.124% */
}
* body header .container .row .navigation .navlink ul li a.active, * body header .container .row .navigation .navlink ul li a:hover {
  color: #333;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0325520833vw;
  /* 99.124% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
* body header .container .row .navigation .navlink ul li:nth-last-child(2) a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 7.5520833333vw;
  height: 2.6041666667vw;
  border-radius: 2.6041666667vw;
  border: 0.0520833333vw solid #333;
  margin-left: 10.4166666667vw;
  color: #333;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0325520833vw;
  /* 99.124% */
}
* body header .container .row .navigation .navlink ul li:last-child a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-left: 0.8854166667vw;
  width: 7.5520833333vw;
  height: 2.6041666667vw;
  border-radius: 2.6041666667vw;
  background: #333;
  color: #FCFAF4;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0325520833vw;
}
* body main > section {
  margin-top: 5.625vw;
}
* body .banner {
  height: 42.1875vw;
  overflow: hidden;
  position: relative;
}
* body .banner .container-fluid img {
  width: 97.4479166667vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 3.3434375vw;
}
* body .banner .container-fluid img:first-child {
  display: block;
}
* body .banner .container-fluid img:last-child {
  display: none;
}
* body .ourproduct {
  margin-top: 3.8020833333vw;
}
* body .ourproduct .container .heading h1 {
  color: #333;
  font-family: "Plus Jakarta Sans";
  font-size: 3.8541666667vw;
  font-style: normal;
  font-weight: 800;
  line-height: 5.0831770833vw;
  /* 131.888% */
  letter-spacing: -0.0466145833vw;
  text-align: center;
  margin-bottom: 4.2708333333vw;
}
* body .ourproduct .container .row {
  gap: 3.59375vw 1.5625vw;
  margin: 0;
  justify-content: center;
}
* body .ourproduct .container .row > div {
  padding: 0;
}
* body .ourproduct .container .row .big,
* body .ourproduct .container .row .small {
  border-radius: 0.78125vw;
  background: #FFF;
  transition: 0.3s linear;
  position: relative;
}
* body .ourproduct .container .row .big::before,
* body .ourproduct .container .row .small::before {
  content: "";
  position: absolute;
  top: -0.5208333333vw;
  left: 0;
  width: 100%;
  height: 0.46875vw;
  background-color: rgba(84, 98, 248, 0);
  border-radius: 0;
  border-top-left-radius: 0.9895833333vw;
  border-top-right-radius: 0.9895833333vw;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s linear;
}
* body .ourproduct .container .row .big:hover,
* body .ourproduct .container .row .small:hover {
  transform: scale(1.01);
  box-shadow: rgba(100, 100, 111, 0.2) 0vw 0.3645833333vw 1.5104166667vw 0vw;
}
* body .ourproduct .container .row .big:hover::before,
* body .ourproduct .container .row .small:hover::before {
  background-color: #5462F8;
  top: 0;
  opacity: 1;
}
* body .ourproduct .container .row .big a,
* body .ourproduct .container .row .small a {
  padding: 1.875vw 2.1354166667vw 2.2395833333vw;
  box-sizing: border-box;
  display: flex;
  position: relative;
  height: 18.8541666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body .ourproduct .container .row .big a img,
* body .ourproduct .container .row .small a img {
  width: 100%;
}
* body .ourproduct .container .row .big a .text h3,
* body .ourproduct .container .row .small a .text h3 {
  color: #333;
  font-family: "Helvetica Neue";
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3.3333333333vw;
  /* 100% */
}
* body .ourproduct .container .row .big a .text p,
* body .ourproduct .container .row .small a .text p {
  color: #333;
  font-family: "Helvetica Neue";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5104166667vw;
  /* 145% */
}
* body .ourproduct .container .row .big a .text button,
* body .ourproduct .container .row .small a .text button {
  border-radius: 10.3253645833vw;
  background: #333;
  display: inline-flex;
  height: 3.0452083333vw;
  padding: 0.9914583333vw 1.8566145833vw 1.0120833333vw 1.7997916667vw;
  justify-content: center;
  align-items: center;
  border: none;
  color: #FCFAF4;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0325520833vw;
  /* 99.124% */
}
* body .ourproduct .container .row .big a .image,
* body .ourproduct .container .row .small a .image {
  width: 21.7839583333vw;
  height: 22.19734375vw;
  aspect-ratio: 418.25/426.19;
  position: absolute;
  right: 0;
}
* body .ourproduct .container .row .big a .image img,
* body .ourproduct .container .row .small a .image img {
  width: 100%;
}
* body .ourproduct .container .row .big {
  width: 44.8958333333vw;
}
* body .ourproduct .container .row .big a .text {
  width: 22.1875vw;
}
* body .ourproduct .container .row .small {
  width: 31.9270833333vw;
}
* body .ourproduct .container .row .small a .text {
  width: 17.6041666667vw;
}
* body .video {
  margin-top: 4.21875vw;
}
* body .video .container .videocontainer video {
  border-radius: 2.34375vw;
  max-width: 100%;
  width: 100%;
  height: auto;
}
* body .howitworks {
  margin-top: 5.1041666667vw;
  position: relative;
}
* body .howitworks .image {
  width: 97.4558854167vw;
  height: 25.7291666667vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
* body .howitworks .image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
* body .howitworks .container {
  position: relative;
  z-index: 1;
}
* body .howitworks .container .title {
  position: relative;
  padding-left: 2.6041666667vw;
  width: 31.9270833333vw;
}
* body .howitworks .container .title h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Helvetica Neue";
  font-size: 3.8541666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.6354166667vw;
  /* 120.27% */
  letter-spacing: 0.0520833333vw;
  padding-top: 3.6458333333vw;
}
* body .howitworks .step {
  width: 86.875vw;
  display: block;
  margin: auto;
  margin-top: -2.9166666667vw;
}
* body .howitworks .step ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
  align-items: end;
  width: -moz-max-content;
  width: max-content;
}
* body .howitworks .step ul li {
  border-radius: 1.6130729167vw;
  background: #FFF;
  box-shadow: -4.6354166667vw -13.125vw 3.90625vw 0 rgba(0, 0, 0, 0), -2.96875vw -8.3854166667vw 3.5416666667vw 0 rgba(0, 0, 0, 0.01), -1.6666666667vw -4.7395833333vw 3.0208333333vw 0 rgba(0, 0, 0, 0.05), -0.7291666667vw -2.0833333333vw 2.2395833333vw 0 rgba(0, 0, 0, 0.09), -0.2083333333vw -0.5208333333vw 1.1979166667vw 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(0.8468598127vw);
          backdrop-filter: blur(0.8468598127vw);
  width: 28.8541666667vw;
}
* body .howitworks .step ul li:first-child {
  height: 13.59375vw;
  padding: 1.6666666667vw 1.0416666667vw 0vw 4.375vw;
  margin-left: 0;
}
* body .howitworks .step ul li:first-child p {
  width: 15.6770833333vw;
}
* body .howitworks .step ul li:nth-child(2) {
  height: 16.3020833333vw;
  padding: 1.6145833333vw 2.0833333333vw 0vw 2.0833333333vw;
  margin-left: -6.7708333333vw;
}
* body .howitworks .step ul li:nth-child(2) p {
  width: 15.6770833333vw;
}
* body .howitworks .step ul li:nth-child(3) {
  height: 18.3333333333vw;
  padding: 1.4583333333vw 1.4583333333vw 0vw 1.7708333333vw;
  margin-left: -10.15625vw;
}
* body .howitworks .step ul li:nth-child(3) p {
  width: 13.5416666667vw;
}
* body .howitworks .step ul li:last-child {
  height: 21.25vw;
  padding: 1.71875vw;
  padding-right: 0;
  margin-left: -11.6145833333vw;
}
* body .howitworks .step ul li:last-child p {
  width: 19.84375vw;
  margin-top: 0.78125vw;
  color: #494949;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Helvetica Neue";
  font-size: 1.5104166667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1594270833vw;
  /* 142.969% */
  letter-spacing: 0.02078125vw;
  margin-bottom: 2.2395833333vw;
}
* body .howitworks .step ul li:last-child img {
  width: 24.7916666667vw;
  height: 8.125vw;
  display: block;
  margin-left: auto;
}
* body .howitworks .step ul li strong {
  color: #494949;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Helvetica Neue";
  font-size: 1.5302604167vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1594270833vw;
  /* 141.113% */
  letter-spacing: 0.02078125vw;
}
* body .howitworks .step ul li strong::after {
  content: ":";
}
* body .howitworks .step ul li p {
  color: var(--Text, #000);
  font-family: "Helvetica Neue";
  font-size: 1.3020833333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 138%;
  margin-top: 0.3125vw;
}
* body .sample .container .heading h3 {
  color: #494949;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 3.8541666667vw;
  font-style: normal;
  font-weight: 800;
  line-height: 4.6354166667vw;
  /* 120.27% */
  letter-spacing: 0.0520833333vw;
  margin: 4.375vw 0 3.59375vw 0;
}
* body .sample .container .row {
  margin: 0;
  gap: 1.6666666667vw;
  justify-content: center;
}
* body .sample .container .row > div {
  padding: 0;
}
* body .sample .container .row .single {
  width: 15.2604166667vw;
  height: 31.1979166667vw;
  border-radius: 7.6302083333vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  cursor: pointer;
}
* body .sample .container .row .single.active {
  width: 27.1354166667vw;
  border-radius: 2.9166666667vw;
}
* body .sample .container .row .single.active .text {
  bottom: 0vw;
}
* body .sample .container .row .single.active .text p {
  display: block;
}
* body .sample .container .row .single .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
* body .sample .container .row .single .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
* body .sample .container .row .single .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
* body .sample .container .row .single .text {
  position: absolute;
  bottom: 4.6875vw;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 1.8229166667vw;
  padding-right: 2.8645833333vw;
}
* body .sample .container .row .single .text h4 {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 2.1875vw;
  font-style: normal;
  font-weight: 300;
  line-height: 102%;
}
* body .sample .container .row .single .text h4 span {
  display: none;
}
* body .sample .container .row .single .text p {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 1.3020833333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 138%;
  display: none;
  width: 22.4479166667vw;
}
* body .experience .container .heading h4 {
  color: #494949;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 3.8541666667vw;
  font-style: normal;
  font-weight: 800;
  line-height: 4.6354166667vw;
  /* 120.27% */
  letter-spacing: 0.0520833333vw;
  margin: 6.09375vw 0 2.1354166667vw;
}
* body .experience .slider {
  background-image: url("../images/cta.png");
  background-position: bottom;
  border-radius: 0.8333333333vw;
  background-size: 100% 100%;
}
* body .experience .slider .splide__track {
  padding-bottom: 3.5416666667vw;
}
* body .experience .slider .splide__track .splide__list .splide__slide {
  padding: 0 1.1458333333vw;
}
* body .experience .single {
  width: 20.3594791667vw;
  height: 19.7916666667vw;
  border-radius: 1.4667708333vw;
  background: #FAFAFA;
  box-shadow: 0 5.7448958333vw 12.2231770833vw 0 rgba(21, 21, 21, 0.03);
  padding: 2.2916666667vw;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-position: 12.6041666667vw 13.0208333333vw;
  position: relative;
}
* body .experience .single p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 300;
  line-height: 166.6%;
}
* body .experience .single .userinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.2916666667vw;
}
* body .experience .single h5 {
  padding-top: 3.3333333333vw;
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.2604166667vw;
}
* body .experience .single h6 {
  color: #808080;
  font-family: "Helvetica Neue";
  font-size: 0.9895833333vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
* body .FAQs {
  margin-bottom: 5.3125vw;
}
* body .FAQs .container .heading h4 {
  color: #494949;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 3.8541666667vw;
  font-style: normal;
  font-weight: 800;
  line-height: 4.6354166667vw;
  /* 120.27% */
  letter-spacing: 0.0520833333vw;
  margin: 4.3229166667vw 0 4.1666666667vw;
}
* body .FAQs .container .heading h4 span:first-child {
  display: block;
}
* body .FAQs .container .heading h4 span:last-child {
  display: none;
}
* body .FAQs .container .accordion {
  width: 40vw;
  display: block;
  margin: auto;
}
* body .FAQs .container .accordion .accordion-item {
  border-radius: 0.4166666667vw;
  background: #FFF;
  padding: 1.25vw;
  margin-bottom: 1.0416666667vw;
  border: none;
  position: relative;
}
* body .FAQs .container .accordion .accordion-item h2 button {
  color: var(--Gray-900, #101828);
  font-family: "Plus Jakarta Sans";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625vw;
  padding: 0;
  background: transparent;
  box-shadow: none;
  /* 150% */
}
* body .FAQs .container .accordion .accordion-item h2 button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23071A34' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
* body .FAQs .container .accordion .accordion-item h2 button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23071A34' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
* body .FAQs .container .accordion .accordion-item .accordion-collapse {
  border: none;
  padding: 0;
}
* body .FAQs .container .accordion .accordion-item .accordion-collapse.show::before {
  content: "";
  position: absolute;
  width: 37.3958333333vw;
  height: 6.09375vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #44FF9A -0.55%, #44B0FF 22.86%, #8B44FF 48.36%, #F64 73.33%, #EBFF70 99.34%);
  filter: blur(1.8229166667vw);
  z-index: -1;
}
* body .FAQs .container .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 0.4166666667vw;
}
* body .FAQs .container .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: var(--Gray-500, #667085);
  font-family: "Helvetica Neue";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5625vw;
  /* 150% */
}
* body footer {
  width: 97.4557291667vw;
  display: block;
  margin: auto;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 5.9895833333vw;
  padding-bottom: 3.125vw;
  margin-bottom: 0;
}
* body footer .container .row {
  margin: 0;
}
* body footer .container .row > div {
  padding: 0;
}
* body footer .container .row .company {
  width: 27.2395833333vw;
}
* body footer .container .row .company .logo {
  width: 7.9922916667vw;
  height: 3.6979166667vw;
  aspect-ratio: 153.45/71;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body footer .container .row .company .logo img {
  width: 100%;
}
* body footer .container .row .company p {
  margin-top: 1.7708333333vw;
  margin-bottom: 1.1979166667vw;
  color: #DDDDDE;
  font-family: "Helvetica Neue";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
* body footer .container .row .company ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 0.8333333333vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body footer .container .row .company ul li a {
  width: 2.5827604167vw;
  height: 2.5827604167vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  background-image: url("../images/socialBG.svg");
  box-shadow: 0 0.2083333333vw 0.2083333333vw 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
* body footer .container .row .quicklinks {
  width: 17.5280729167vw;
  margin-left: auto;
}
* body footer .container .row .quicklinks ul li {
  color: #DDDDDE;
  color: #DDDDDE;
  font-family: "Helvetica Neue";
  font-size: 1.64328125vw;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.4166666667vw;
}
* body footer .container .row .quicklinks ul li a {
  color: #DDDDDE;
}
* body footer .container .copyright {
  margin-top: 3.3854166667vw;
}
* body footer .container .copyright p {
  color: #DDDDDE;
  font-family: "Helvetica Neue";
  font-size: 0.9895833333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.0659895833vw;
  text-align: center;
  margin: 0;
}
* body .contactus {
  background-image: url("../images/inner-page-banner.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 5.625vw;
  margin-top: -1.0416666667vw;
}
* body .contactus .container {
  width: 62.5vw;
  background-color: rgba(255, 255, 255, 0.5294117647);
  padding: 2.6041666667vw;
  border-radius: 2.6041666667vw;
  -webkit-backdrop-filter: blur(0.5208333333vw);
          backdrop-filter: blur(0.5208333333vw);
  margin-top: 2.0833333333vw;
}
* body .contactus .container .heading {
  margin-bottom: 2.6041666667vw;
  display: none;
}
* body .contactus .container .heading h1 {
  color: var(--Main-Logotype, #ffffff);
  text-align: center;
  /* H1 */
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 800;
  line-height: 3.0208333333vw;
  /* 120.833% */
}
* body .contactus .container .row {
  align-items: center;
}
* body .contactus .container .text .headingtext h2 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1.7708333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
* body .contactus .container .text .headingtext p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2.2916666667vw;
}
* body .contactus .container .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
* body .contactus .container .text ul li {
  color: #303030;
  font-family: "Helvetica Neue";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.2604166667vw;
  margin-bottom: 1.25vw;
}
* body .contactus .container .text ul li a {
  color: #232323;
  position: relative;
  padding-left: 1.5625vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body .contactus .container .text ul li a span:first-child {
  position: absolute;
  left: 0;
}
* body .contactus .container .text ul li a span:last-child {
  display: block;
}
* body .contactus .container form {
  border-radius: 0.78125vw;
  background: #FFF;
  box-shadow: 0 0.2083333333vw 0.2083333333vw 0 rgba(0, 0, 0, 0.25);
  width: 27.8125vw;
  margin-left: auto;
  padding: 2.8125vw 1.71875vw;
}
* body .contactus .container form .formheading {
  margin-bottom: 2.0833333333vw;
}
* body .contactus .container form .formheading h2 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
* body .contactus .container form .formheading p {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
* body .contactus .container form .input {
  margin-bottom: 1.0416666667vw;
}
* body .contactus .container form .input label {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.2604166667vw;
}
* body .contactus .container form .input input,
* body .contactus .container form .input textarea {
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid #ced4da;
  height: 2.6727083333vw;
  color: #0f0f0f;
  font-family: "Helvetica Neue";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  resize: none;
}
* body .contactus .container form .input input:focus,
* body .contactus .container form .input textarea:focus {
  box-shadow: 0 0 0 0.25rem rgba(180, 43, 110, 0.25);
  border-color: #cd559a !important;
}
* body .contactus .container form .input input::-moz-placeholder, * body .contactus .container form .input textarea::-moz-placeholder {
  color: #8D8D8D;
}
* body .contactus .container form .input input::placeholder,
* body .contactus .container form .input textarea::placeholder {
  color: #8D8D8D;
}
* body .contactus .container form .input textarea {
  height: 7.8125vw;
  padding-top: 0.5208333333vw;
}
* body .contactus .container form button {
  display: flex;
  height: 2.6727083333vw;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  align-self: stretch;
  border-radius: 0.5208333333vw;
  background: linear-gradient(90deg, #B42169 0%, #E66CCA 100%);
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
* body .policy {
  color: #000000;
  opacity: 0.5;
  border-top: 0.0520833333vw solid rgba(255, 255, 255, 0.3882352941);
  padding: 2.6041666667vw 0;
  margin-top: 5.625vw;
}
* body .policy .container h1 {
  font-size: 1.25vw;
  border-bottom: 0.0520833333vw solid #000000;
  padding-bottom: 0.5208333333vw;
}
* body .policy .container h2 {
  margin-top: 1.5625vw;
  font-size: 0.9375vw;
}
* body .policy .container p,
* body .policy .container li {
  font-size: 0.7291666667vw;
}
* body .policy .container a {
  color: #000000;
  font-weight: 600;
  font-size: 0.8333333333vw;
}
* body .aboutus {
  padding-bottom: 5.2083333333vw;
}
* body .aboutus .container .heading {
  padding: 4.9479166667vw 0 3.3854166667vw;
  position: relative;
}
* body .aboutus .container .heading .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26.71875vw;
  height: 9.7916666667vw;
}
* body .aboutus .container .heading .image img {
  display: block;
  margin: auto;
  width: 100%;
}
* body .aboutus .container .heading .text {
  border-radius: 1.6145833333vw;
  border: 0.5px solid #515151;
  background: #F9F9F9;
  width: 26.71875vw;
  height: 9.7916666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}
* body .aboutus .container .heading h1 {
  text-align: center;
  color: #C43176;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 3.0563020833vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9731770833vw;
  /* 130% */
}
* body .aboutus .container .heading p {
  text-align: center;
  color: #525252;
  font-family: "Helvetica Neue";
  font-size: 1.1364583333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7046354167vw;
  /* 150% */
}
* body .aboutus .container .content h2 {
  color: #525252;
  font-family: "Helvetica Neue";
  font-size: 1.8044270833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.34578125vw;
  /* 130% */
  margin-bottom: 0.7291666667vw;
}
* body .aboutus .container .content h3 {
  color: #525252;
  font-family: "Helvetica Neue";
  font-size: 1.3424479167vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.74515625vw;
  /* 130% */
  margin-bottom: 0.7291666667vw;
}
* body .aboutus .container .content ul {
  margin-bottom: 5.1041666667vw;
  padding-left: 0.78125vw;
}
* body .aboutus .container .content p,
* body .aboutus .container .content li {
  color: #525252;
  font-family: "Helvetica Neue";
  font-size: 1.1531770833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5626041667vw;
  margin-bottom: 1.25vw;
  /* 135.503% */
}/*# sourceMappingURL=style.css.map */