@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "Manrope400";
  src: url("assets/fonts/Manrope/Manrope-Regular.ttf");
}
@font-face {
  font-family: "Manrope500";
  src: url("assets/fonts/Manrope/Manrope-Medium.ttf");
}
@font-face {
  font-family: "Manrope600";
  src: url("./assets/fonts/Manrope/Manrope-SemiBold.ttf");
}
@font-face {
  font-family: "Manrope700";
  src: url("./assets/fonts/Manrope/Manrope-Bold.ttf");
}
.herosecchere {
  background: url("./assets/images/landing/blubg.webp");
  background-size: cover;
  background-position: center;
}
.herosecchere .headercontainer .iner {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.herosecchere .headercontainer .iner .rimenus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.herosecchere .headercontainer .iner .rimenus .menuitsm {
  color: #FFF;
  font-family: Manrope500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-decoration: none;
}
.herosecchere .heheading {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 0px;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 120% */
}
@media screen and (max-width: 990px) {
  .herosecchere .heheading {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 550px) {
  .herosecchere .heheading {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
  }
}
.herosecchere .hedsc {
  margin: 30px auto 0px;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: Manrope400;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
  max-width: 944px;
}
@media screen and (max-width: 990px) {
  .herosecchere .hedsc {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .herosecchere .hedsc {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}

.btwrapppper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .btwrapppper {
    margin-bottom: 40px;
  }
}
.btwrapppper .blueGlobBt {
  color: white;
  margin: auto;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 30px;
  background: #1230AE;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.btwrapppper .blueGlobBt:hover img {
  rotate: 45deg;
}
.btwrapppper .blueGlobBt img {
  width: 16px;
  rotate: 0deg;
  transition: all 0.3s;
}

.clienntAreSec {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .clienntAreSec {
    padding-top: 50px;
  }
}
.clienntAreSec .subHeadiggg {
  margin-bottom: 0px;
  max-width: 850px;
  color: #000;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .clienntAreSec .subHeadiggg {
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }
}

/* Desktop - 5 columns */
.client-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
}

/* Tablet */
@media (max-width: 768px) {
  .client-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
/* Phone - 3 columns */
@media (max-width: 576px) {
  .client-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.client-logos .logo-item {
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.client-logos .logo-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 35px;
}

.beclsec {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: white;
}
@media screen and (max-width: 550px) {
  .beclsec {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.beclsec .leftConSec .subheadhsf {
  color: #0F172A;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-bottom: 26px;
}
@media screen and (max-width: 550px) {
  .beclsec .leftConSec .subheadhsf {
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }
}
.beclsec .leftConSec .subheadfd {
  margin-bottom: 0px;
  color: #000;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
@media screen and (max-width: 550px) {
  .beclsec .leftConSec .subheadfd {
    font-size: 16px;
  }
}
.beclsec .leftConSec .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 20px;
  border: 1px solid #1f3dbd;
  border-radius: 30px;
  text-decoration: none;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.beclsec .leftConSec .cta-btn:hover .arrow {
  rotate: 45deg;
}
.beclsec .leftConSec .cta-btn span:first-child {
  background: linear-gradient(90deg, #1230AE 0%, #776CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: Manrope600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.beclsec .leftConSec .cta-btn .arrow {
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #1230AE 0%, #776CFF 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  flex-shrink: 0;
}

@media screen and (max-width: 550px) {
  .container {
    padding: 0px 16px !important;
  }
}

.galidsf {
  margin-bottom: 0px;
  margin-top: 20px;
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.riabeslosec {
  padding: 30px;
  border-radius: 20px;
  background: #F9FAFF;
}
@media screen and (max-width: 550px) {
  .riabeslosec {
    padding: 30px 20px;
  }
}
.riabeslosec .megoCard {
  height: 100%;
  border-radius: 16px;
  border: 1px solid #EEF0F6;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 15px;
}
.riabeslosec .megoCard .pcarddescgjd {
  margin-bottom: 0px;
  color: #0F172A;
  font-family: Manrope500;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .riabeslosec .megoCard .pcarddescgjd {
    font-size: 18px;
  }
}
.riabeslosec .megoCard .numFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.riabeslosec .megoCard .numFlex .num {
  color: rgba(15, 23, 42, 0.45);
  font-family: Manrope400;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.riabeslosec .megoCard .numFlex img {
  width: 44px;
}

.radialSecrivew {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--Radial-Gradient, radial-gradient(50% 50% at 50% 50%, #002877 0%, #08003E 100%));
}
@media screen and (max-width: 550px) {
  .radialSecrivew {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.radialSecrivew .subheasecheo {
  color: #FFF;
  text-align: center;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .radialSecrivew .subheasecheo {
    font-size: 20px;
    padding: 0px 10px;
  }
}
.radialSecrivew .deschejdhc {
  margin: 0px auto 50px;
  max-width: 865px;
  color: #FFF;
  text-align: center;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 550px) {
  .radialSecrivew .deschejdhc {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.radialSecrivew .seccardsshes .seecarradi {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(255, 255, 255, 0.12) inset;
  padding: 20px;
  transition: all 0.3s;
}
.radialSecrivew .seccardsshes .seecarradi:hover {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(255, 255, 255, 0.12) inset;
}
.radialSecrivew .seccardsshes .seecarradi img {
  display: block;
  margin: auto;
  width: 80px;
}
.radialSecrivew .seccardsshes .seecarradi .carheadjfbks {
  margin-top: 30px;
  color: #FFF;
  font-family: Manrope700;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.51px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .radialSecrivew .seccardsshes .seecarradi .carheadjfbks {
    margin-top: 15px;
  }
}
.radialSecrivew .seccardsshes .seecarradi .decsksjf {
  color: #FFF;
  text-align: center;
  font-family: Manrope400;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.42px;
  opacity: 0.9;
  padding-bottom: 20px;
}

.measurementSec {
  padding-top: 100px;
  padding-bottom: 100px;
  background: radial-gradient(118.14% 80.96% at 50% 50%, #E1EAFF 0%, rgba(255, 255, 255, 0) 72.9%);
}
@media screen and (max-width: 550px) {
  .measurementSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.measurementSec .heaseinjdbfv {
  color: #000;
  text-align: center;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .measurementSec .heaseinjdbfv {
    font-size: 20px;
  }
}
.measurementSec .hesibhesdd {
  max-width: 750px;
  margin: 0px auto 50px;
  color: #000;
  text-align: center;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .measurementSec .hesibhesdd {
    font-size: 16px;
  }
}
.measurementSec .graborcrds .monfcardsss {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 16px 20px 0 rgba(196, 213, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px;
  border: 0.5px solid white;
}
.measurementSec .graborcrds .monfcardsss img {
  width: 50px;
}
@media screen and (max-width: 550px) {
  .measurementSec .graborcrds .monfcardsss img {
    width: 40px;
  }
}
.measurementSec .graborcrds .monfcardsss .texto {
  flex: 1;
  color: #000;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .measurementSec .graborcrds .monfcardsss .texto {
    font-size: 16px;
  }
}

.proveEnhaents {
  padding-top: 50px;
  padding-bottom: 130px;
  background: white;
}
@media screen and (max-width: 550px) {
  .proveEnhaents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.proveEnhaents .hsyehsdc {
  color: #000;
  text-align: center;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .proveEnhaents .hsyehsdc {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.proveEnhaents .cardfsjsbkdc .cardcardss {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.proveEnhaents .cardfsjsbkdc .cardcardss img {
  width: 100%;
}
.proveEnhaents .cardfsjsbkdc .cardcardss:hover .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0.01%, #000 99.99%);
}
.proveEnhaents .cardfsjsbkdc .cardcardss:hover .overlay .bequality {
  height: auto;
}
.proveEnhaents .cardfsjsbkdc .cardcardss .overlay {
  transition: all 0.3s;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 24.53%, #000 99.99%);
  padding: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.proveEnhaents .cardfsjsbkdc .cardcardss .overlay .carehsd {
  color: #FFF;
  font-family: Manrope700;
  margin-bottom: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .proveEnhaents .cardfsjsbkdc .cardcardss .overlay .carehsd {
    font-size: 20px;
  }
}
.proveEnhaents .cardfsjsbkdc .cardcardss .overlay .pfooara {
  margin-bottom: 0px;
  color: #FFF;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .proveEnhaents .cardfsjsbkdc .cardcardss .overlay .pfooara {
    font-size: 16px;
  }
}
.proveEnhaents .cardfsjsbkdc .cardcardss .overlay .bequality {
  color: #FFF;
  font-family: Manrope700;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .proveEnhaents .cardfsjsbkdc .cardcardss .overlay .bequality {
    font-size: 18px;
  }
}

.datrkgradisec {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--Radial-Gradient, radial-gradient(50% 50% at 50% 50%, #002877 0%, #08003E 100%));
}
@media screen and (max-width: 550px) {
  .datrkgradisec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.datrkgradisec .gdcjhsdkc {
  color: #FFF;
  text-align: center;
  font-family: Manrope500;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.datrkgradisec .gdcjhsdkc span {
  color: #FFF;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .datrkgradisec .gdcjhsdkc {
    font-size: 20px;
  }
  .datrkgradisec .gdcjhsdkc span {
    font-size: 24px;
  }
}
.datrkgradisec .hecrasd {
  margin-top: 50px;
}
@media screen and (max-width: 550px) {
  .datrkgradisec .hecrasd {
    margin-top: 30px;
  }
}
.datrkgradisec .hecrasd .fggankjascard {
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 550px) {
  .datrkgradisec .hecrasd .fggankjascard {
    padding: 20px;
  }
}
.datrkgradisec .hecrasd .fggankjascard img {
  width: 64px;
}
@media screen and (max-width: 550px) {
  .datrkgradisec .hecrasd .fggankjascard img {
    width: 50px;
  }
}
.datrkgradisec .hecrasd .fggankjascard .hebfhsdc {
  margin-top: 18px;
  color: #FFF;
  font-family: Manrope600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .datrkgradisec .hecrasd .fggankjascard .hebfhsdc {
    font-size: 18px;
  }
}

.clearPractice {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 550px) {
  .clearPractice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.clearPractice .hebahvsizshc {
  color: #000;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .clearPractice .hebahvsizshc {
    font-size: 20px;
  }
}
.clearPractice .heaheasddd {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #000;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .clearPractice .heaheasddd {
    font-size: 16px;
  }
}
.clearPractice .dunoscards {
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .clearPractice .dunoscards {
    margin-top: 30px;
  }
}
.clearPractice .dunoscards .dynocard {
  padding-left: 10px;
}
@media screen and (max-width: 550px) {
  .clearPractice .dunoscards .dynocard {
    padding-right: 10px;
  }
}
.clearPractice .dunoscards .dynocard .topRow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.clearPractice .dunoscards .dynocard .topRow .icoStep {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.clearPractice .dunoscards .dynocard .topRow .icoStep .icosnn {
  padding: 8px;
  border-radius: 48px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 3.2px 12.8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.clearPractice .dunoscards .dynocard .topRow .icoStep .icosnn img {
  width: 80px;
}
@media screen and (max-width: 550px) {
  .clearPractice .dunoscards .dynocard .topRow .icoStep .icosnn img {
    width: 60px;
  }
}
.clearPractice .dunoscards .dynocard .topRow .icoStep .step {
  color: #2B6EF2;
  font-family: Manrope600;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .clearPractice .dunoscards .dynocard .topRow .icoStep .step {
    font-size: 20px;
  }
}
.clearPractice .dunoscards .dynocard .blucards {
  border: 2px solid #2B6EF2;
  padding: 20px;
  padding-top: 80px;
  border-radius: 20px;
  margin-right: 30px;
  margin-top: -50px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .clearPractice .dunoscards .dynocard .blucards {
    margin-top: -30px;
    padding-top: 50px;
  }
}
.clearPractice .dunoscards .dynocard .blucards .patch {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 4px;
  height: 150px;
  background-color: white;
}
@media screen and (max-width: 550px) {
  .clearPractice .dunoscards .dynocard .blucards .patch {
    height: 100px;
  }
}
.clearPractice .dunoscards .dynocard .blucards .jsd {
  color: #000;
  font-family: Manrope600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  min-height: 55px;
}
.clearPractice .dunoscards .dynocard .blucards .tfor {
  color: #000;
  font-family: Manrope500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.foterform {
  padding-top: 70px;
  padding-bottom: 70px;
  background: var(--Radial-Gradient, radial-gradient(50% 50% at 50% 50%, #002877 0%, #08003E 100%));
}
@media screen and (max-width: 550px) {
  .foterform {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.foterform .fomLedft {
  height: 100%;
  margin-right: 20px;
  border-right: 1px solid rgba(18, 58, 224, 0.7);
  padding-right: 30px;
}
@media screen and (max-width: 550px) {
  .foterform .fomLedft {
    border-right: none;
  }
}
.foterform .fomLedft .headdd {
  color: #D9D9D9;
  font-family: Manrope600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 523px;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .foterform .fomLedft .headdd {
    font-size: 20px;
  }
}
.foterform .fomLedft .nedscjf {
  margin-bottom: 30px;
  max-width: 416px;
  color: #FFF;
  font-family: Manrope400;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
}
@media screen and (max-width: 550px) {
  .foterform .fomLedft .nedscjf {
    font-size: 16px;
    line-height: 24px;
  }
}
.foterform .fomLedft .sckut {
  margin-bottom: 0px;
  color: #D9D9D9;
  font-family: Manrope500;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
}

.riforrm .tehhead {
  color: #D9D9D9;
  font-family: Manrope700;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .riforrm .tehhead {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.riforrm .subBt {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 30px;
  border: 1px solid #1230AE;
  background: linear-gradient(90deg, #1230AE 0%, #776CFF 100%);
  margin-top: 30px;
  color: #FFF;
  font-family: Manrope600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.riforrm .formBox .lbl {
  color: #FFF;
  font-family: Manrope500;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .riforrm .formBox .lbl {
    font-size: 16px;
  }
}
.riforrm .formBox .nputt {
  padding: 10px;
  background-color: white;
  border: 0.5px solid #939393;
  border-radius: 6px;
  width: 100%;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .riforrm .formBox .nputt {
    padding: 8px;
    margin-bottom: 20px;
  }
}
.riforrm .formBox .jsxf {
  margin-top: 10px;
  color: #D9D9D9;
  font-family: Manrope500;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
}

.blackfooter {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #000;
}
.blackfooter .trow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blackfooter .trow .metalugy .lblll {
  color: #FFF;
  font-family: Manrope600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.blackfooter .trow .metalugy .iconshdsd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.blackfooter .trow .metalugy .iconshdsd a {
  text-decoration: none;
}
.blackfooter .linsRow {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 550px) {
  .blackfooter .linsRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 6px;
  }
}
.blackfooter .linsRow a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Manrope500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.sodebarysdhc {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: white;
  padding: 20px;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.sodebarysdhc.show {
  transform: translateX(0%);
}

.tobuyths {
  display: none;
}
@media screen and (max-width: 770px) {
  .tobuyths {
    display: flex;
  }
}
.tobuyths {
  background-color: transparent;
  align-items: center;
  justify-content: center;
  border: none;
}

.usdcsdghcjjbcd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hsd {
  border: none;
  background: transparent;
  padding: 10px 0px;
}

.darksec {
  flex-direction: column;
  display: flex;
  row-gap: 20px;
}
.darksec a {
  text-decoration: none;
  font-size: 18px;
  color: #0F172A;
  font-family: Manrope500;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}/*# sourceMappingURL=landingstyle.css.map */