/* -------------------------------------------------------------------------- */
/*                                   PUBLIC                                   */
/* -------------------------------------------------------------------------- */
body {
  position: relative;
  background-color: #f7fcfd;
}

body:has(.home_Top) {
  background-color: unset;
}

.patternBG {
  position: absolute;
  top: 650px;
  left: 0;
  width: 100%;
}

body:has(.home_Top) .patternBG {
  display: none;
}

.patternBG img {
  width: 100%;
}

.showMore__Btn,
.showLess__Btn {
  display: flex;
  align-items: baseline;
}

.showMore__Btn::after,
.showLess__Btn::after {
  content: "\f078";
  margin-inline-start: 0.5rem;
  font-family: "fontawesome";
  font-size: 12px;
}

.showLess__Btn::after {
  rotate: 180deg;
}

@media (max-width: 991px) {
  .whatshatnin {
    bottom: 83px !important;
  }
  .showMore__Btn,
  .showLess__Btn {
    justify-content: center;
    padding-top: 1rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   ADV BANNER                                   */
/* -------------------------------------------------------------------------- */

@media (max-width: 991px) {
  .ADVBanner {
    display: none;
  }

  body:has(.bottom__Button_Plan.open) .fixwhatsapp {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   SLIDER                                   */
/* -------------------------------------------------------------------------- */
.main-slider {
  margin-bottom: 80px;
}

.wb-slides .DescriptionBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.wb-slides .item {
  height: 610px;
}

.wb-slides .item_Img {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.wb-slides .caption_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.wb-slides .caption_title__Second {
  position: relative;
}

.wb-slides {
  position: relative;
  background: transparent;
}

.wbSlides__Nav {
  display: flex;
  position: absolute;
  bottom: 5rem !important;
  left: 50%;
  transform: translateX(-50%);
}

.sectionTtl2 {
  line-height: 60px;
}

.item__Image {
  height: 480px;
}

.tradingview-widget-copyright {
  display: none !important;
}

.tradingview-widget-container {
  margin-top: -180px;
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #050a25 30%, transparent 90%);
}

@media (max-width: 991px) {
  .tradingview-widget-container {
    margin-top: -107px;
    background: none;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME FAQ                                   */
/* -------------------------------------------------------------------------- */

.faq__Item {
  padding: calc(1rem - 4px) calc(1.5rem - 4px);
  margin-bottom: 1rem;
  background-color: #f0f6fb;
  position: relative;
}

.faq__Item::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(90deg, #f0f6fb 0%, #f0f6fb 100%) no-repeat center;
  background-size: cover;
  transition: var(--transition);
  z-index: -1;
}

.faq__Header input {
  appearance: none;
  display: none;
}

.faq__Header label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: justify;
  font-size: 18px;
  line-height: 31px;
  color: #4e4e4e;
  transition: var(--transition);
}

.faq__Header label img {
  margin-inline-start: 1rem;
  transition: var(--transition);
}

.faq__Desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: var(--transition);
  color: #4e4e4e;
  font-weight: var(--fw-300);
}

.faq__Desc_Inner {
  overflow: hidden;
  text-align: justify;
  color: #4e4e4e;
  line-height: 24px;
  font-size: 14px;
}

.faq__Item:has(input:checked) .faq__Header label {
  padding-bottom: 0.75rem;
}

.faq__Item:has(input:checked) .faq__Header label span {
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.faq__Item:has(input:checked)::before {
  background: linear-gradient(90deg, #379ad8 0%, #1d4296 100%) no-repeat center;
  background-size: cover;
  transition: var(--transition);
}

.faq__Header:has(input:checked) ~ .faq__Desc {
  grid-template-rows: 1fr;
}

.faq__Header:has(input:checked) label img {
  rotate: 180deg;
}

@media (max-width: 991px) {
  .faq__Item {
    padding: 1rem 0;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid #e7e7e7;
  }

  .faq__Header label {
    line-height: 24px;
    text-align: left;
  }

  .faq__Item::before {
    background: transparent;
  }

  .faq__Item:has(input:checked)::before {
    background: transparent;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME TOP                                   */
/* -------------------------------------------------------------------------- */
.home_Top {
  background-color: #050a25;
}

.home_Top__Inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5.5rem;
  z-index: 2;
}

.home_Top .container {
  position: relative;
}

.home_Top__Content h4 {
  font-size: 40px;
  font-weight: var(--fw-600);
  line-height: 68px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(292deg, #3fb7ed 29.03%, #172b85 99.14%);
  width: max-content;
}

.home_Top__Content p {
  font-size: 20px;
  font-weight: var(--fw-300);
  line-height: 34px;
  padding-bottom: 2.5rem;
  color: #84b5cd;
}

.home_Top__Tools {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.home_Top__Tools__Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.home_Top__Tools__Item span:last-child {
  font-size: 16px;
  line-height: 27px;
  color: var(--white);
}

.home_Top__Links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 3rem 0;
}

.home_Top__Images {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home_Top__Images img,
.home_Top__Tools__Item img {
  transition: var(--transition);
}

.home_Top__Images img {
  width: 92px;
}

.home_Top__Images img:hover,
.home_Top__Tools__Item img:hover {
  scale: 1.1;
}

.home_Top__EffectWrapper {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #050a25;
}

.home_Top__Effect {
  display: flex;
  justify-content: center;
  height: 46rem;
  width: max-content;
  position: relative;
}

.home_Top__Effect::before {
  content: "";
  width: 12rem;
  height: calc(100% - 72px);
  position: absolute;
  right: -1px;
  top: 0;
  background: linear-gradient(90deg, transparent 49.03%, #050a25 93.14%);
  z-index: 1;
}

.home_Top__Effect::after {
  content: "";
  width: 12rem;
  height: calc(100% - 72px);
  position: absolute;
  left: -1px;
  top: 0;
  background: linear-gradient(270deg, transparent 49.03%, #050a25 93.14%);
  z-index: 1;
}

.home_Top__Effect video {
  position: relative;
  height: 100%;
}

@media (max-width: 991px) {
  .home_Top__Effect {
    height: auto;
    padding-inline-end: 22rem;
    width: 100%;
    position: relative;
  }

  .home_Top__Effect::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #070c2ca3;
    width: 100%;
    height: 100%;
  }

  .home_Top__Effect::after {
    display: none;
  }

  .home_Top__Effect video {
    height: 42rem;
  }

  .home_Top__Inner {
    padding-top: 2.5rem;
  }
}

@media (max-width: 991px) {
  .home_Top__Content h4 {
    font-size: 24px;
    line-height: 35px;
    padding-inline-start: 1rem;
    width: auto;
  }

  .home_Top__Content p {
    font-size: 16px;
    line-height: 27px;
    padding-inline-start: 1rem;
  }

  .home_Top__Tools {
    justify-content: center;
  }

  .home_Top__Tools__Item {
    flex-direction: row;
  }

  .home_Top__Tools__Item img {
    width: 40px;
    height: 40px;
  }

  .home_Top__Links {
    flex-direction: column;
    margin: 2rem 0;
  }

  /* .home_Top__Effect img {
        display: none;
    } */

  .home_Top__Images img {
    width: 80px;
    height: 80px;
  }

  .home_Top__Images {
    justify-content: center;
  }

  .home_Top {
    margin-top: 81px;
    position: relative;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME COUNTER                                   */
/* -------------------------------------------------------------------------- */

.home_Counter_Wrapper {
  padding: 1.25rem 0 2.25rem;
  background: url(../../../../0/Images/homecounterBG.webp) no-repeat center;
  background-size: cover;
}

.home_Counter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7.5rem;
  padding: 0 3.5rem 0;
}

.home_Counter__Item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_Counter__Num_Wrapper {
  display: flex;
  align-items: center;
  transition: var(--transition);
}

.home_Counter__Num_Wrapper:hover {
  scale: 1.1;
}

.home_Counter .counter_Num,
.home_Counter .counter_Text,
.home_Counter .counter_Plus {
  font-size: 53px;
  font-weight: var(--fw-500);
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  background: -webkit-linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 90px;
  transition: var(--transition);
}

.home_Counter .counter_Num:hover,
.home_Counter .counter_Text:hover,
.home_Counter .counter_Plus:hover {
}

.home_Counter .counter_Text {
  margin-inline-start: 0.75rem;
}

.home_Counter__Title {
  font-size: 20px;
  font-weight: var(--fw-300);
  line-height: 34px;
  color: var(--white);
}

@media (max-width: 991px) {
  .home_Counter {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0;
  }

  .home_Counter__Title {
    text-align: center;
  }

  .home_Counter .counter_Num,
  .home_Counter .counter_Text,
  .home_Counter .counter_Plus {
    font-size: 44px;
    line-height: 57px;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME COUNTER                                   */
/* -------------------------------------------------------------------------- */

.home_TradingStart {
  background: url(../../../../0/Images/homecounterBG.webp) no-repeat center;
  background-size: cover;
  padding: 4rem 0;
}

.home_TradingStart .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_TradingStart p {
  font-size: 20px;
  line-height: 34px;
  color: var(--white);
}

@media (max-width: 991px) {
  .home_TradingStart .container {
    flex-direction: column;
  }

  .home_TradingStart p {
    text-align: center;
    margin-bottom: 3.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME PLANS                                   */
/* -------------------------------------------------------------------------- */

.home_Plans {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
}

.home_Plans__Titles {
  /*padding-top: 91px;*/
  padding-top: 229px;
}

.home_Plans__Titles,
.home_Plans__Item {
  display: flex;
  flex-direction: column;
}

.home_Plans__Titles > * {
  padding: 0.75rem 0.75rem;
  color: #070c2c;
  font-size: 16px;
  font-weight: var(--fw-500);
  line-height: 27px;
  border-bottom: 1px solid transparent;
}

.home_Plans__Titles > *:last-child {
  border-bottom: none;
}

.home_Plans__List {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.home_Plans__ItemWrapper {
  position: relative;
}

.home_Plans__Item {
  position: relative;
  z-index: 2;
}

.home_Plans__ItemWrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(133.33deg, #070c2c 0%, #070c2c 100%);
  transition: opacity var(--transition);
}

.home_Plans__ItemWrapper.pro:before {
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
}

.home_Plans__ItemWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  transition: opacity var(--transition);
  opacity: 0;
}

.home_Plans__Item__Title {
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 16px;
  font-weight: var(--fw-600);
  line-height: 27px;
  color: var(--white);
  background-color: #1a1f4080;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 91px;
  align-items: center;
}

.home_Plans__Item.pro .home_Plans__Item__Title {
  background-color: #327cbd36;
}

.home_Plans__ItemWrapper.pro .home_Plans__Item__Title {
  background-color: #327cbd36;
}

.home_Plans__Item__Title span:last-child {
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--fw-400);
}

.home_Plans__Item__Title span:first-child {
  font-size: 16px;
  line-height: 27px;
  font-weight: var(--fw-600);
}

.home_Plans__CounterWrapper {
  background: url(../../../../0/Images/counter-bg-2.svg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
}

.home_Plans__CounterWrapper p {
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
}

.home_Plans__Counter {
  display: flex;
  align-items: center;
}

.home_Plans__Counter .counterItem {
  display: flex;
  align-items: center;
  gap: 2px;
}

.home_Plans__Counter .counterDivider {
  margin: 0 7px;
}

.home_Plans__Counter .counterItem,
.home_Plans__Counter .counterDivider {
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fw-600);
  color: var(--white);
}

.home_Plans__Counter .counterItem span:nth-child(2) {
  display: none;
}

.home_Plans__Item__DiscountWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #db3112;
}

.home_Plans__Item__DiscountWrapper > span:first-child {
  font-size: 47px;
  font-weight: var(--fw-700);
  line-height: 47px;
  color: var(--white);
  translate: 0 6px;
}

.home_Plans__Item__DiscountWrapper > span:nth-child(2) {
  font-size: 30px;
  font-weight: var(--fw-700);
  line-height: 51px;
  color: var(--white);
  translate: 0 6px;
}

.home_Plans__Item__PriceWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_Plans__Item__Price {
  font-size: 20px;
  font-weight: var(--fw-700);
  line-height: 34px;
  color: #edd405;
}

.home_Plans__Item__Off {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home_Plans__Item__SalePrice {
  font-size: 14px;
  line-height: 24px;
  font-weight: var(--fw-500);
  color: var(--white);
  position: relative;
  transition: var(--transition);
}

.home_Plans__Item__SalePrice::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 50%;
  height: 110%;
  width: 1px;
  background-color: var(--white);
  rotate: 45deg;
  transition: var(--transition);
}

.home_Plans__Item__Discount {
  font-size: 14px;
  line-height: 24px;
  color: #3490d0;
  transition: var(--transition);
}

.home_Plans__Item__Body > div:has(.home_Plans__Item__Price) {
  height: 75px;
}

.home_Plans__ItemWrapper:hover .home_Plans__Item__SalePrice,
.home_Plans__ItemWrapper:hover .home_Plans__Item__Discount,
.home_Plans__ItemWrapper.pro .home_Plans__Item__SalePrice,
.home_Plans__ItemWrapper.pro .home_Plans__Item__Discount {
  color: var(--white);
}

.home_Plans__ItemWrapper:hover .home_Plans__Item__SalePrice::before,
.home_Plans__ItemWrapper.pro .home_Plans__Item__SalePrice::before {
  background-color: var(--white);
}

.home_Plans__Item__Discount {
  display: none;
}

.plans .home_Plans__Item__Title {
  padding: 0;
  background-color: transparent;
  height: auto;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 18px;
  font-size: var(--fw-700);
  line-height: 30px;
}

.plans .home_Plans__Item__Title span:last-child {
  font-size: 14px;
  line-height: 20px;
}

.plans .home_Plans__Item__SalePrice {
  color: #474747;
}

.plans .home_Plans__Item__SalePrice::before {
  background-color: #474747;
}

.plans__CounterWrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 992px) {
  .home_Plans__ItemWrapper:not(.pro):hover::before {
    opacity: 0;
  }

  .home_Plans__ItemWrapper:not(.pro):hover:after {
    opacity: 1;
  }

  .home_Plans__ItemWrapper:hover .home_Plans__Item__Title {
    background-color: #327cbd36;
  }
}

/*.home_Plans__Item:hover .home_Plans__Item__Title {
    background-color: #327CBD36;
}*/

.home_Plans__Item.pro .home_Plans__Item__Title {
  background-color: #327cbd36;
}

.home_Plans__Item__Body > div {
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid rgba(247, 252, 253, 0.2);
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_Plans__Item__Body > div:last-child {
  border-bottom: none;
  height: 90px;
}

.home_Plans__Item__Body > div > span:first-child {
  display: none;
}

.home_Plans__Item__Body > div > span:last-child {
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
  text-align: center;
  display: block;
}

.home_Plans__Item__Body > div > span:last-child img {
}

.home_Plans__Item__Body > div:has(a) {
  padding: 1.5rem;
}

.home_Plans__Item__Body > div a {
  padding: 6px 0.5rem;
  border: 1px solid var(--white);
  color: var(--white) !important;
  font-size: 16px;
  line-height: 27px;
  display: block;
  width: 100%;
  text-align: center;
  transition: 0.4s;
}

.home_Plans__Item__Body > div a:hover {
  /* box-shadow: 100px 0 0 0 var(--white) inset, -100px 0 0 0 var(--white) inset;*/
  background: var(--white) !important;
  color: var(--mc1) !important;
}

@media (max-width: 991px) {
  .home_Plans__Item__PriceWrapper {
    align-items: start;
    padding-inline-start: 1rem;
  }

  .home_Plans__Item__Off {
    translate: 0;
  }

  .home_Blog {
    margin: 0 -16px;
  }

  .home_Plans {
    grid-template-columns: 1fr;
  }

  .home_Plans__Titles {
    display: none;
  }

  .home_Plans__List {
    width: 100%;
  }

  .home_Plans__List {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }

  .home_Plans__Item__Body > div > span:first-child {
    display: block;
  }

  .home_Plans__Item__Body > div {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    height: 75px;
  }

  .home_Plans__Item__Body > div > * {
    width: 50%;
  }

  .home_Plans__Item__Body > div > span:first-child {
    font-size: 16px;
    line-height: 27px;
    color: #3fb7ed;
    padding-inline-end: 1rem;
  }

  .home_Plans__ItemWrapper.pro
    .home_Plans__Item__Body
    > div
    > span:first-child {
    color: var(--white);
  }

  .home_Plans__Item__Body > div > span:last-child {
    text-align: left;
    padding-inline-start: 1rem;
  }

  .home_Plans__Item__Title {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: auto;
  }

  .home_Plans__Item__Title span:nth-child(2) {
    display: none;
  }

  .home_Plans__Item__Title::after {
    content: "";
    height: 7px;
    width: 14px;
    min-width: 14px;
    min-height: 7px;
    display: inline-flex;
    vertical-align: middle;
    background: var(--white);
    mask: url(../../../../0/Images/arrow.svg) no-repeat center;
    mask-size: cover;
    -webkit-mask: url(../../../../0/Images/arrow.svg) no-repeat center;
    -webkit-mask-size: cover;
    transition: var(--transition);
  }

  .home_Plans__Item.open .home_Plans__Item__Title::after {
    rotate: 180deg;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME STEPS                                   */
/* -------------------------------------------------------------------------- */

.homeSteps_Wrapper {
  background: url(../../../../0/Images/home-steps.webp) no-repeat center;
  background-size: cover;
  padding: 3.25rem 0 4rem;
}

.homeSteps_Wrapper > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeSteps_Wrapper p {
  font-size: 32px;
  font-weight: var(--fw-600);
  line-height: 54px;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homeSteps {
  margin: 5.25rem 0 4.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7rem;
}

.homeSteps__Item:nth-child(2).animate__animated,
.home_Blog .blogList_Card:nth-child(2).animate__animated {
  animation-delay: 0.3s;
}

.homeSteps__Item:nth-child(3).animate__animated,
.home_Blog .blogList_Card:nth-child(3).animate__animated {
  animation-delay: 0.6s;
}

.homeSteps__Item:nth-child(4).animate__animated,
.home_Blog .blogList_Card:nth-child(4).animate__animated {
  animation-delay: 0.9s;
}

.homeSteps__Item__Image {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}

.homeSteps__Item__Image:hover {
  scale: 1.1;
}

.homeSteps__Item__Content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeSteps__Item__Title {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 1.5rem;
}

.homeSteps__Item__Text {
  color: #e8e8e8;
  font-size: 14px;
  font-weight: var(--fw-300);
  line-height: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .homeSteps {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.25rem;
    gap: 1.25rem;
  }

  .homeSteps__Item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .homeSteps__Item__Image {
    min-width: 155px;
    width: 155px;
    height: 155px;
  }

  .homeSteps__Item__Content {
    align-items: start;
  }

  .homeSteps__Item__Text {
    text-align: left;
  }

  .homeSteps_Wrapper p {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME PAYMENT                                   */
/* -------------------------------------------------------------------------- */
.home_Payment > h4 {
  text-align: center;
  font-size: 32px;
  font-weight: var(--fw-600);
  line-height: 54px;
  color: #050a25;
  padding-bottom: 1.5rem;
}

.home_Payment > p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  color: #696969;
  margin-bottom: 4.25rem;
}

.home_Payment__Item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0;
  height: 50px;
}

.home_Payment__Item img {
  position: static !important;
}

@media (max-width: 991px) {
  .home_Payment > h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .home_Payment > p {
    margin-bottom: 2.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME Our Properties                                   */
/* -------------------------------------------------------------------------- */
.home_OurProperties {
  margin-top: 100px;
}

.home_OurProperties p {
  text-align: center;
}

.home_OurProperties p:nth-child(1),
.home_OurProperties p:nth-child(2) {
  color: #050a25;
  font-size: 24px;
  font-weight: var(--fw-500);
  line-height: 41px;
  margin-bottom: 0.5rem;
}

.home_OurProperties .subtitle {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.home_OurProperties .subtitle span,
.home_OurProperties .subtitle h1 {
  color: #050a25;
  font-size: 24px;
  font-weight: var(--fw-500);
  line-height: 41px;
}

.home_OurProperties .subtitle h1 {
  padding-inline-start: 0.25rem;
}

.home_OurProperties p:nth-child(3),
.home_OurProperties p:nth-child(4) {
  color: #696969;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 1rem;
}

.home_OurProperties__Title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.home_OurProperties__Title > * {
  color: #696969;
  font-size: 16px;
  line-height: 27px;
}

.home_OurProperties p:nth-child(4) {
  margin-bottom: 2.5rem;
}

.home_OurProperties__List {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.25rem 5rem;
}

.home_OurProperties__Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.home_OurProperties__Item span {
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.home_OurProperties__Item:nth-child(2).animate__animated {
  animation-delay: 0.3s;
}

.home_OurProperties__Item:nth-child(3).animate__animated {
  animation-delay: 0.6s;
}

.home_OurProperties__Item:nth-child(4).animate__animated {
  animation-delay: 0.9s;
}

.home_OurProperties__Item:nth-child(5).animate__animated {
  animation-delay: 1.2s;
}

.home_OurProperties__Item:nth-child(6).animate__animated {
  animation-delay: 1.5s;
}

.home_OurProperties__Item:nth-child(7).animate__animated {
  animation-delay: 1.8s;
}

.home_OurProperties__Item:nth-child(8).animate__animated {
  animation-delay: 2.1s;
}

.home_OurProperties__Item img {
  transition: var(--transition);
}

.home_OurProperties__Item:hover img {
  scale: 1.1;
}

@media (max-width: 991px) {
  .home_OurProperties {
    padding-top: 2rem;
    margin: 0;
  }

  .home_OurProperties__List {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.25rem;
  }

  .home_OurProperties p:nth-child(1),
  .home_OurProperties p:nth-child(2) {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0.75rem;
  }

  .home_OurProperties .subtitle span,
  .home_OurProperties .subtitle h1 {
    font-size: 16px;
    line-height: 27px;
  }

  .home_OurProperties p:nth-child(2) {
    margin-bottom: 1.5rem;
  }

  .home_OurProperties p:nth-child(3),
  .home_OurProperties p:nth-child(4) {
    margin-bottom: 0.5rem;
    text-align: justify;
  }

  .home_OurProperties p:nth-child(4) {
    margin-bottom: 3.5rem;
  }

  .home_OurProperties__Item {
    gap: 1.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   HOME PlatForm                                   */
/* -------------------------------------------------------------------------- */
.home_Platform {
  background: url(../../../../0/Images/platformBG-DeskTop.jpg) no-repeat center;
  background-size: cover;
  padding: 4rem 0;
}

.home_Platform__Content {
  padding-inline-end: 7rem;
}

.home_Platform__Iamge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  transition: var(--transition);
}

.home_Platform__Iamge:hover {
  scale: 1.1;
}

.home_Platform__Content h4 {
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 32px;
  font-weight: var(--fw-600);
  line-height: 54px;
  padding-bottom: 3.5rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home_Platform__Text_Wrapper > h5 {
  padding-inline-start: 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 0.75rem;
}

.home_Platform__Text_Wrapper > h5 img {
  width: 1.5rem;
}

.home_Platform__Text_Wrapper > h5 span {
  color: #62c7dd;
  font-size: 18px;
  font-weight: var(--fw-500);
  line-height: 31px;
}

.home_Platform__Text_Wrapper p {
  font-size: 16px;
  font-weight: var(--fw-300);
  line-height: 27px;
  text-align: justify;
  color: var(--white);
}

.home_Platform__Text_Wrapper:nth-child(2) p {
  margin-bottom: 1.75rem;
}

.home_Platform__Bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  gap: 1.5rem;
}

.home_Platform__QRCoode {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.home_Platform__QRCoode img {
  transition: var(--transition);
}

.home_Platform__QRCoode img:hover {
  scale: 1.1;
}

.home_Platform__QRCoode p {
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
}

.home_Platform__Apps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.home_Platform__Apps a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.home_Platform__Apps a .WbIcon {
  --icon: 45px;
  --icon-color: var(--white);
}

.home_Platform__Apps a:hover .WbIcon {
  --icon-color: #3fb7ed;
  scale: 1.1;
}

.home_Platform__Apps a span:last-child {
  color: var(--white);
  transition: var(--transition);
}

.home_Platform__Apps a:hover span:last-child {
  color: #3fb7ed;
}

.home_Platform__Apps a span:last-child {
  font-size: 12px;
  line-height: 20px;
  transition: var(--transition);
  text-align: center;
}

.home_Platform__Text_Wrapper:nth-child(2).animate__animated {
  animation-delay: 0.3s;
}

.home_Platform__Text_Wrapper:nth-child(3).animate__animated {
  animation-delay: 0.6s;
}

.home_Platform__QRCoode.animate__animated {
  animation-delay: 0.9s;
}

.home_Platform__Apps.animate__animated {
  animation-delay: 1.2s;
}

@media (max-width: 991px) {
  .home_Platform {
    background: url(../../../../0/Images/platformBG-DeskTop.jpg) no-repeat left;
    background-size: cover;
    padding: 1rem 0 2rem;
    position: relative;
  }

  .home_Platform__Content h4 {
    text-align: center;
    font-size: 24px;
    line-height: 41px;
    padding-bottom: 2rem;
  }

  .home_Platform__Text_Wrapper:nth-child(3) {
    margin-bottom: 34rem;
  }

  .home_Platform__Bottom {
    margin-top: 0;
  }

  .home_Platform .col-lg-5.p-0 img {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    translate: -50% 0;
  }

  .home_Platform__Apps {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }

  .home_Platform__QRCoode {
    display: none;
  }

  .home_Platform__Content {
    padding-inline-end: 0;
  }

  .home_Platform__Iamge {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .home_Platform__Text_Wrapper:nth-child(3) {
    margin-bottom: 30rem;
  }

  .home_Platform .col-lg-5.p-0 img {
    bottom: 8rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   REGULATION                                */
/* -------------------------------------------------------------------------- */

.aboutUs_Top__Left > h4,
.aboutus__Text h5 {
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  padding-bottom: 10px;
  width: max-content;
}

.aboutUs_Top__Left p,
.aboutus__Text p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.aboutUs_Top__Left_Text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.regulation__Image {
  padding-inline-end: 5rem;
}

.regulation__Image img {
  width: 100%;
}

.regulation__Acardeon {
  padding-top: 2.25rem;
}

.regulation__Acardeon .faq__Header label {
  font-weight: var(--fw-700);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(292deg, #3fb7ed 29.03%, #172b85 99.14%);
}

.regulation__Acardeon .faq__Desc_Inner {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.abutUs_Center {
  position: relative;
}

.abutUs_Center img {
  width: 100%;
}

.abutUs_Center__Content {
  position: absolute;
  top: 50%;
  left: 6rem;
  width: 35rem;
  translate: 0 -50%;
}

.abutUs_Center__Content > p {
  font-size: 24px;
  font-weight: var(--fw-300);
  line-height: 41px;
  color: var(--white);
  text-align: justify;
  padding-bottom: 2.5rem;
}

.abutUs_Center__Content a {
  width: max-content;
}

@media (max-width: 991px) {
  .abutUs_Center {
    margin-top: 4rem;
  }

  .abutUs_Center.aboutPage {
    margin-top: 0;
  }

  .abutUs_Center.aboutPage img {
    width: 100%;
    height: 670px;
    object-fit: cover;
  }

  .aboutUs_Top__Left > h4 {
    font-size: 24px;
    line-height: 41px;
  }

  .regulation__Image {
    margin-top: 1rem;
    padding-inline-end: 0;
    display: flex;
    justify-content: center;
  }

  .regulation__Image img {
    width: 75%;
  }

  .aboutUs_Top__Left p,
  .aboutus__Text p {
    text-align: left;
  }

  .abutUs_Center__Content {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    translate: 0;
    padding: 0 1.25rem 3rem;
  }

  .abutUs_Center__Content > p {
    font-size: 20px;
    line-height: 34px;
    text-align: left;
  }

  .abutUs_Center__Content a {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .why_choose .abutUs_Center__Content {
    bottom: 4rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         WHY CHOOSE                          */
/* -------------------------------------------------------------------------- */

.whyChoose__List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.5rem 1.25rem;
  margin-top: 3.5rem;
}

.whyChoose__Item {
  position: relative;
  border: 2px solid #9bd9f5;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  padding: 5rem 1.75rem 1.5rem;
  background-color: var(--white);
}

.whyChoose__Item:last-child {
  grid-column: 2/3;
}

.whyChoose__Item img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.whyChoose__Item h5 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(292deg, #3fb7ed 29.03%, #172b85 99.14%);
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 31px;
  text-align: center;
  padding-bottom: 1.25rem;
}

.whyChoose__Item p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

@media (max-width: 991px) {
  .whyChoose__List {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }

  .whyChoose__Item:last-child {
    grid-column: unset;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         WHY WE                               */
/* -------------------------------------------------------------------------- */

.whywe__List {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  height: 100%;
}

.whywe__SecondSection {
  margin-top: 6.5rem;
}

.whywe__Item {
  position: relative;
}

.whywe__Item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}

.whywe__Item h5 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  padding-bottom: 0.75rem;
  width: max-content;
}

.whywe__Item p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.whywe__ImageTop {
  height: 100%;
  max-height: 760px;
  display: flex;
  justify-content: end;
}

.whywe__ImageBottom {
  height: 100%;
  display: flex;
  align-items: end;
}

.whywe__ImageTop img,
.whywe__ImageBottom img {
  height: 100%;
}

@media (max-width: 991px) {
  .whywe__ImageTop {
    justify-content: center;
    margin-top: 1rem;
    padding-bottom: 6rem;
  }

  .whywe__ImageTop img {
    width: 60%;
    height: auto;
  }

  .whywe__Item h5 {
    width: auto;
    font-size: 24px;
    line-height: 41px;
  }

  .whywe__Item p {
    text-align: left;
  }

  .whywe__Item img {
    left: unset;
    right: 1.5rem;
  }

  .whywe__List {
    gap: 5rem;
  }

  .whywe__SecondSection {
    margin-top: 0;
  }

  .whywe__ImageBottom {
    padding: 3rem 0;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         ABOUT US                               */
/* -------------------------------------------------------------------------- */

.aboutus__Text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutus .col-lg-6:nth-child(3) img {
  translate: -8rem 0;
}

/* -------------------------------------------------------------------------- */
/*                                         INSTRUMENTS                         */
/* -------------------------------------------------------------------------- */

.Instruments__Title h1 {
  width: max-content;
  padding-bottom: 1.5rem;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
}

.Instruments__Table,
.helpCenter_Faq {
  display: flex;
  gap: 1.25rem;
}

.InstrumentsTable__Tab > .nav,
.helpCenter_Faq__Tab > .nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 165px;
}

.helpCenter_Faq__Tab > .nav {
  width: 275px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.InstrumentsTable__Tab .nav-link,
.helpCenter_Faq__Tab .nav-link {
  border: 2px solid #9bd9f5;
  background-color: var(--white) !important;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 16px;
  line-height: 27px;
  color: #070c2c;
  text-align: justify;
  border-radius: 0;
  padding: 1rem 0.75rem;
  margin: 0;
  transition: var(--transition);
}

.helpCenter_Faq__Tab .nav-link {
  font-weight: var(--fw-500);
  width: 100%;
}

.InstrumentsTable__Tab .nav-link.active,
.helpCenter_Faq__Tab .nav-link.active {
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  background-color: #070c2c !important;
  border: 2px solid #070c2c;
  color: var(--white);
}

.helpCenter_Faq .tab-content {
  width: calc(100% - 295px);
}

.InstrumentsTable__Tab .nav-link .WbIcon {
  --icon: 45px;
  --icon-color: #070c2c;
}

.InstrumentsTable__Tab .nav-link.active .WbIcon {
  --icon-color: var(--white);
}

.InstrumentsTable__Content {
  width: calc(100% - 165px);
}

.InstrumentsTable__MobileBtn {
  display: none;
}

.InstrumentsTable__Content table {
  width: 100%;
}

/* /////////////// */
.InstrumentsTable__Tab .nav-link:hover,
.helpCenter_Faq__Tab .nav-link:hover {
  border: 2px solid #070c2c;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.InstrumentsTable__Content table {
  box-shadow: 0px 3px 25px 0px #070c2c1a;
  padding-bottom: 2rem;
  background-color: var(--white);
}

.InstrumentsTable__Content table,
.InstrumentsTable__Content thead,
.InstrumentsTable__Content tbody {
  display: block;
}

.InstrumentsTable__Content thead tr,
.InstrumentsTable__Content tbody tr {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 3fr;
  gap: 2rem;
}

.InstrumentsTable__Content thead {
  background-color: var(--white);
  box-shadow: 0px 2px 25px -1px #070c2c26;
  z-index: 2;
  position: relative;
}

.InstrumentsTable__Content thead th,
.InstrumentsTable__Content tbody td {
  font-size: 16px;
  font-weight: var(--fw-400);
  line-height: 27px;
  color: #474747;
  text-align: center;
  padding: 0.75rem 1.75rem;
}

.InstrumentsTable__Content tbody td {
  padding: 0.5rem 1.75rem;
}

.InstrumentsTable__Content tbody {
  max-height: calc(43px * 17);
  overflow-y: auto;
}

.InstrumentsTable__Content tbody::-webkit-scrollbar {
  width: 10px;
}

.InstrumentsTable__Content tbody::-webkit-scrollbar-thumb {
  background-color: var(--mc1);
  transition: var(--transition);
}

.InstrumentsTable__Content tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.InstrumentsTable__Content tbody tr:nth-child(odd) {
  background-color: #f0f6fb;
}

.InstrumentsTable__Content tbody tr:nth-child(even) {
  background-color: var(--white);
}

.Instruments__Text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 4rem;
  height: 100%;
}

.Instruments__Text h5 {
  width: max-content;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 31px;
  padding-bottom: 10px;
}

.Instruments__Text p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.Instruments__FirstList {
  margin: 2.75rem 0 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.Instruments__SecondList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2.75rem 0 2rem;
}

.Instruments__SecondList .Instruments__Item__Body {
  margin-top: 1rem;
}

.Instruments__Item {
  border: 2px solid #9bd9f5;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 0.5rem 1.5rem;
}

.Instruments__SecondList .Instruments__Item {
  padding: 1.5rem 0.5rem 2.25rem;
}

.Instruments__Item h6 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 31px;
}

.Instruments__Item__Body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.Instruments__Item__Body span {
  font-size: 16px;
  line-height: 27px;
  color: #474747;
}

.Instruments__Item__Bold {
  font-weight: var(--fw-600);
}

.Instruments__TextContent p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.Instruments__Image,
.plan_Page__Image,
.helpCenter_Top__Iamge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.Instruments__Image,
.Instruments__Image img {
  width: 100%;
}

.Instruments__Image > img:nth-child(2),
.plan_Page__Image > img:nth-child(2),
.helpCenter_Top__Iamge > img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media (max-width: 991px) {
  .InstrumentsTable__Content thead tr,
  .InstrumentsTable__Content tbody tr {
    gap: 0.5rem;
  }

  .InstrumentsTable__Content thead th,
  .InstrumentsTable__Content tbody td {
    padding: 0.75rem 0.5rem;
  }

  .InstrumentsTable__Tab {
    display: none;
  }

  .InstrumentsTable__Content {
    width: 100%;
  }

  .InstrumentsTable__Content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .InstrumentsTable__Content > * {
    display: block !important;
    opacity: 1 !important;
  }

  .InstrumentsTable__MobileBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    background-color: var(--white);
    border: 2px solid #9bd9f5;
    box-shadow: 0px 3px 25.6px 0px #070c2c1a;
    transition: var(--transition);
    font-size: 16px;
    color: #070c2c;
  }

  .InstrumentsTable__MobileBtn > div .WbIcon {
    --icon: 2.5rem;
    --icon-color: #070c2c;
    margin-inline-end: 1.25rem;
  }

  .tab-pane.open .InstrumentsTable__MobileBtn {
    background-color: #070c2c;
    border: 2px solid #070c2c;
    color: var(--white);
  }

  .tab-pane.open .InstrumentsTable__MobileBtn > .WbIcon {
    rotate: 180deg;
  }

  .tab-pane.open .WbIcon {
    --icon-color: var(--white);
  }

  .InstrumentsTable__Content table {
    width: max-content;
  }

  .InstrumentsTable__ContentInner {
    overflow-x: auto;
  }

  .Instruments__FirstList,
  .Instruments__SecondList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    padding: 0 2.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         Help Center                   */
/* -------------------------------------------------------------------------- */

.helpCenter_Top__Text,
.helpCenter_Top__Iamge {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.helpCenter_Top__Iamge {
  align-items: center;
}

.helpCenter_Top__Iamge img {
  max-width: 415px;
}

.helpCenter_Top__Text h3 {
  width: max-content;
  padding-bottom: 10px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
}

.helpCenter_Top__Text p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.helpCenter_Bottom {
  padding-inline-start: 6rem;
  background: url(../../../../0/Images/help-center-bottom-bg.webp) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.helpCenter_Bottom__Content p {
  font-size: 24px;
  font-weight: var(--fw-300);
  line-height: 41px;
  margin-bottom: 2.5rem;
  color: var(--white);
}

.helpCenter_Bottom__Content a {
  width: max-content;
}

.helpCenter_Bottom__Image {
  padding-top: 1.5rem;
}

.helpCenter_Bottom__Image img {
  border-radius: 14px 14px 0 0;
}

@media (max-width: 991px) {
  .helpCenter_Top__Text h3 {
    font-size: 24px;
    line-height: 41px;
    width: auto;
  }

  .helpCenter_Top__Text p {
    text-align: left;
  }

  .helpCenter_Top__Iamge {
    padding: 2rem 1rem 1rem;
  }

  .helpCenter_Faq {
    flex-direction: column;
    gap: 2rem;
  }

  .helpCenter_Faq__Tab > .nav {
    width: 100%;
  }

  .helpCenter_Faq .tab-content {
    width: 100%;
  }

  .helpCenter_Bottom {
    padding-inline-start: 0;
    flex-direction: column;
  }

  .helpCenter_Bottom__Content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .helpCenter_Bottom__Content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         TRADING PLATFORMS                   */
/* -------------------------------------------------------------------------- */

.TradingPlatforms h1,
.TradingPlatforms__Platform h4,
.TradingPlatforms__FeatureItem h5 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
}

.TradingPlatforms__FeatureItem h5 {
  font-size: 18px;
  line-height: 31px;
}

.TradingPlatforms p,
.TradingPlatforms__FeatureItem p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.TradingPlatforms .col-lg-6 {
  margin-bottom: 7.5rem;
}

.TradingPlatforms__Platform {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.TradingPlatforms .row > img {
  margin: 3.5rem auto 2rem;
}

.TradingPlatforms .col-12 > h5 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 31px;
  padding-bottom: 1.25rem;
}

.TradingPlatforms__FeaturesList {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10rem;
}

.TradingPlatforms__FeatureItem {
  width: calc(50% - 10px);
  flex-shrink: 0;
  background-color: var(--white);
  border: 2px solid #9bd9f5;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  padding: 2rem;
  display: flex;
  gap: 3rem;
}

.TradingPlatforms__Image.c-trader {
  min-width: 156px;
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .TradingPlatforms__Platform {
    flex-direction: column;
  }

  .TradingPlatforms__FeatureItem {
    width: 100%;
  }

  .TradingPlatforms__FeatureItem img {
    display: none;
    padding: 1rem;
  }

  .TradingPlatforms__Image.c-trader {
    min-width: 90px;
    padding: 0.5rem;
  }

  .TradingPlatforms h1,
  .TradingPlatforms__Platform h4,
  .TradingPlatforms__FeatureItem h5 {
    font-size: 24px;
    line-height: 41px;
  }

  .TradingPlatforms__Platform > img:first-child,
  .TradingPlatforms__Image img {
    width: 100px;
  }

  .TradingPlatforms .col-lg-6,
  .TradingPlatforms__FeaturesList {
    margin-bottom: 4rem;
  }

  .TradingPlatforms__Platform h4 {
    text-align: center;
  }

  .TradingPlatforms__FeatureItem h5 {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .TradingPlatforms__FeatureItem h5::before {
    content: "";
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }

  .TradingPlatforms__FeaturesList.firstList
    .TradingPlatforms__FeatureItem:nth-child(1)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-1.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.firstList
    .TradingPlatforms__FeatureItem:nth-child(2)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-2.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.firstList
    .TradingPlatforms__FeatureItem:nth-child(3)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-3.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.firstList
    .TradingPlatforms__FeatureItem:nth-child(4)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-4.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.firstList
    .TradingPlatforms__FeatureItem:nth-child(5)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-5.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.secondList
    .TradingPlatforms__FeatureItem:nth-child(1)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-1.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.secondList
    .TradingPlatforms__FeatureItem:nth-child(2)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-6.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.secondList
    .TradingPlatforms__FeatureItem:nth-child(3)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-7.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.secondList
    .TradingPlatforms__FeatureItem:nth-child(4)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-8.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeaturesList.secondList
    .TradingPlatforms__FeatureItem:nth-child(5)
    h5::before {
    background: url(../../../../0/Images/TradingPlatforms-9.svg) no-repeat center;
    background-size: cover;
  }

  .TradingPlatforms__FeatureItem h5 {
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 0.75rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         CONTACT US                          */
/* -------------------------------------------------------------------------- */

.contactUs {
  margin-bottom: 3rem;
}

.contactUs h1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  width: max-content;
  padding-bottom: 1.25rem;
}

.contactUs__Info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border: 2px solid #9bd9f5;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  background-color: var(--white);
  padding: 1.25rem;
  height: 100%;
}

.contactUs__Info > div:last-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.contactUs__Info > div:last-child > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contactUs__Info > div > span:first-child,
.contactUs__Info > div:last-child > div:first-child > span {
  font-size: 16px;
  font-weight: var(--fw-500);
  line-height: 27px;
  color: #474747;
}

.contactUs__Info > div > span:last-child {
  font-size: 16px;
  line-height: 27px;
  color: #474747;
}

.contactUs__Info > div:first-child > a,
.contactUs__Info > div:last-child > div:first-child > a {
  font-size: 16px;
  line-height: 27px;
  transition: var(--transition);
}

.contactUs__Info > div:first-child > a:link,
.contactUs__Info > div:first-child > a:visited,
.contactUs__Info > div:last-child > div:first-child > a:link,
.contactUs__Info > div:last-child > div:first-child > a:visited {
  color: #474747;
}

.contactUs__Info > div:first-child > a:hover,
.contactUs__Info > div:first-child > a:focus,
.contactUs__Info > div:first-child > a:active,
.contactUs__Info > div:last-child > div:first-child > a:hover,
.contactUs__Info > div:last-child > div:first-child > a:focus,
.contactUs__Info > div:last-child > div:first-child > a:active {
  color: #3fb7ed;
}

.contactUs__Info .footer__Social__Body .WbIcon {
  background-color: #070c2c;
}

.contactUs__Form .LiveForm.Default ul.page-break-section,
.contactUs__Form .LiveForm.Default .thank-you {
  padding: 0;
}

.contactUs__Form
  .LiveForm.Default
  .Field.mobile-under
  label[class*="Field-Label-"] {
  display: none;
}

.contactUs__Form .LiveForm.Default ul.page-break-section .Field {
  padding: 0;
  padding-bottom: 1.25rem;
}

.contactUs__Form .LiveForm.Default ul.page-break-section .Field.Submitbutton {
  padding-bottom: 0;
}

.contactUs__Form .LiveForm.Default .Field.mobile-under input,
.contactUs__Form .LiveForm.Default .Field.mobile-under textarea {
  border: 1px solid #bababa;
  border-left: 1px solid #bababa !important;
  background-color: var(--white);
  padding: 10px 1rem;
  font-size: 16px;
  line-height: 27px;
  color: #bababa;
  transition: var(--transition);
  border-radius: 0;
  min-height: 46px;
  font-family: "Kalameh";
}

.contactUs__Form .LiveForm.Default .Field.mobile-under textarea {
  min-height: 108px;
}

.contactUs__Form .LiveForm.Default .Field.mobile-under input:focus,
.contactUs__Form .LiveForm.Default .Field.mobile-under textarea:focus {
  border: 1px solid #9bd9f5;
  border-left: 1px solid #9bd9f5 !important;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
}

.contactUs__Form .LiveForm.Default .Field.mobile-under input::placeholder,
.contactUs__Form .LiveForm.Default .Field.mobile-under textarea::placeholder {
  font-size: 16px;
  line-height: 27px;
  color: #bababa;
}

.contactUs__Form .LiveForm.Default .Field input[type="submit"] {
  padding: 0.5rem 1.25rem;
  font-size: 16px;
  line-height: 27px;
  color: var(--white);
  border: 2px solid transparent;
  border-left: 2px solid transparent !important;
  /* background: linear-gradient(133.33deg, #3FB7ED 0%, #172B85 100%); */
  background-clip: padding-box;
  transition: var(--transition);
  display: block;
  margin-inline-end: auto;
  background-color: #172b85;
}

.contactUs__Form .LiveForm.Default .Field input[type="submit"]:hover,
.contactUs__Form .LiveForm.Default .Field input[type="submit"]:focus {
  color: #9bd9f5;
  border: 2px solid #9bd9f5;
  border-left: 2px solid #9bd9f5 !important;
  /* background: transparent; */
  background-color: transparent;
  box-shadow: none;
}

.contactUs__Map a,
.contactUs__Map img {
  display: block;
  width: 100%;
}

.LiveForm.Default {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .contactUs {
    margin-bottom: 1rem;
  }

  .contactUs h1 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 1rem;
  }

  .contactUs__Info {
    padding: 0.75rem;
  }

  .contactUs__Info > div:last-child {
    flex-direction: column;
    align-items: start;
    gap: 1.25rem;
  }

  .contactUs__Form {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         HELP                               */
/* -------------------------------------------------------------------------- */

.helpMe {
  text-align: right;
  width: 500px;
  margin: 50px auto;
  padding: 20px 0;
}

.helpMe table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: var(--border-radius);
  overflow: hidden;
  color: var(--tc1);
  background: #fbfbfb;
  -webkit-box-shadow: 11px 11px 38px #c9c9c9, -11px -11px 38px #ffffff;
  box-shadow: 11px 11px 38px #c9c9c9, -11px -11px 38px #ffffff;
}

.helpMe tr td:first-child {
  background-color: #b7b7b767;
}

.helpMe tr td {
  border: 1px solid #e9e9e9;
  padding: 10px;
  text-align: center;
  width: 520px;
}

/* should be removed */

/* 1095 */
.wb-Checkout:has(.snap-pay-checkout) .select-gateway {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-bottom: unset;
  padding-inline: 1rem;
  padding-block: 1rem;
  gap: 2rem;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway input {
  display: block;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway label {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: unset;
  max-width: unset;
  gap: 16px;
  position: relative;
  margin: 0;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway label span.line-0 {
  display: inline-block !important;
  margin-right: 0.25rem;
  line-height: 0.5;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway span::before {
  content: none;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway span::after {
  content: none;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway img {
  width: 40px;
  aspect-ratio: 1/1;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway input {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #9b9b9b;
  transition: 200ms;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway input:checked {
  background-color: #348fcc;
  border-color: #127ac0;
}

@media (max-width: 991px) {
  .wb-Checkout:has(.snap-pay-checkout) .select-gateway img {
    width: 32px;
    aspect-ratio: 1/1;
  }

  .wb-Checkout:has(.snap-pay-checkout) .select-gateway label {
    gap: 12px;
  }

  .wb-Checkout:has(.snap-pay-checkout) .select-gateway label span {
    line-height: 1.5;
  }

  .wb-Checkout:has(.snap-pay-checkout) .select-gateway label span.line-0 {
    display: block !important;
    margin-right: 0;
  }
}

/* -------------------------------------------------------------------------- */
/*                                         PLAN PAGE                          */
/* -------------------------------------------------------------------------- */

.plan_Page__Text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plan_Page h1,
.plan_Page h4 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  width: max-content;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  padding-bottom: 10px;
}

.plan_Page p {
  font-size: 16px;
  line-height: 27px;
  color: #474747;
  margin-bottom: 2rem;
}

.plan_Page__Image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans_Wrapper {
  width: 100%;
  overflow: auto;
}

.plans {
  display: flex;
  margin-top: 4rem;
}

.plans__Titles {
  display: flex;
  flex-direction: column;
  min-width: max-content;
  /* margin-top: 4rem; */
  margin-top: 14rem;
}

.plans__Titles > * {
  font-size: 16px;
  line-height: 27px;
  column-rule: #474747;
  padding: 1rem 0;
}

.plans table,
.plans__CounterWrapper {
  width: 100%;
  margin-inline-start: 4.75rem;
}

.plans thead {
  background-color: var(--white);
  box-shadow: 0px 3px 17.6px 0px #070c2c1a;
}

.plans thead td {
  padding: 1rem;
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 31px;
  width: max-content;
  text-align: center;
}

.plans tbody {
  background-color: var(--white);
}

.plans tbody td {
  font-size: 16px;
  line-height: 27px;
  color: #474747;
  padding: 1rem;
  text-align: center;
}

.plans tbody tr:nth-child(odd) {
  background-color: #f0f6fb;
}

.plans tbody tr:nth-child(even) {
  background-color: var(--white);
}

.plans tbody tr:has(a) {
  background-color: var(--white) !important;
}

.plans tbody a {
  display: block;
  width: 100%;
  border: 1px solid #091b66;
  padding: 0.5rem;
  font-size: 16px;
  line-height: 27px;
  color: #091b66;
  transition: var(--transition);
}

.plans tbody a:hover {
  background-color: #091b66;
  color: var(--white);
}

.plans_Wrapper .yes {
  display: block;
  width: 25px;
  height: 26px;
  min-width: 25px;
  min-height: 26px;
  background: url(../../../../0/Images/yes-blue.svg) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}

.home_Plans .yes {
  background: url(../../../../0/Images/yes-white.svg) no-repeat center;
  background-size: cover;
}

.plans_Wrapper .no {
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background: url(../../../../0/Images/no-blue.svg) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}

.home_Plans .yes {
  background: url(../../../../0/Images/no-white.svg) no-repeat center;
  background-size: cover;
}

@media (max-width: 991px) {
  .plan_Page h1,
  .plan_Page h4 {
    font-size: 24px;
    line-height: 41px;
  }

  .plan_Page__Image img {
    width: 300px;
  }

  .plans {
    margin-top: 2rem;
  }

  .plans table,
  .plans__CounterWrapper {
    width: 100%;
    margin-inline-start: 1.25rem;
  }
}

.aboutUs__SideImage.aboutPage {
  translate: -10%;
}

@media (max-width: 991px) {
  .aboutUs__SideImage {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
  }

  .aboutUs__SideImage img {
    width: 80%;
  }

  .plans__Titles {
    margin-top: 13rem;
  }

  .plans__Titles > *:nth-child(2) {
    padding-bottom: 1.5rem;
  }

  .plans__Titles > *:nth-child(3) {
    padding-bottom: 2rem;
  }

  .plans__Titles > *:last-child {
    padding-top: 2.5rem;
  }

  .plans .home_Plans__Item__Title {
    display: flex;
    justify-content: center;
  }

  .plans .home_Plans__Item__PriceWrapper {
    padding-inline-start: 0;
    align-items: center;
  }

  .home_Plans__Item__DiscountWrapper > span:first-child {
    font-size: 38px;
    line-height: 38px;
  }

  .home_Plans__Item__DiscountWrapper > span:nth-child(2) {
    font-size: 28px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  #chat-widget-container {
    bottom: 64px !important;
  }

  .home_Platform__Text_Wrapper p {
    text-align: left;
  }

  .faq__Desc_Inner {
    text-align: left;
  }

  .whyChoose__Item p,
  .Instruments__TextContent p,
  .TradingPlatforms p,
  .TradingPlatforms__FeatureItem p {
    text-align: left;
  }
}

@media (max-width: 320px) {
  .home_OurProperties .subtitle span,
  .home_OurProperties .subtitle h1,
  .home_OurProperties p:nth-child(1),
  .home_OurProperties p:nth-child(2) {
    font-size: 13px;
    line-height: 24px;
  }
}

.searchResultTitle {
  color: #050a25;
  font-size: 32px;
  font-weight: var(--fw-600);
  line-height: 54px;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 991px) {
  .searchResultTitle {
    font-size: 24px;
    line-height: 41px;
  }
}

.footer__Address {
  margin: 0 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__Address__Item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.footer__Address__Item > span:first-child {
  font-size: 16px;
  font-weight: var(--fw-500);
  line-height: 27px;
  color: var(--white);
}

.footer__Address__Item > span:last-child {
  font-size: 16px;
  line-height: 27px;
  color: var(--white);
}

@media (max-width: 991px) {
  .footer__Address {
    gap: 1.5rem;
  }

  .footer__Address__Item {
    flex-direction: column;
    align-items: start;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   AI SECTION                               */
/* -------------------------------------------------------------------------- */

.ai_whyChoose__List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.5rem 1.25rem;
  margin-top: 3.5rem;
}

.ai_whyChoose__Section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai_whyChoose__Section h4 {
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  padding-bottom: 10px;
  width: max-content;
}
.ai_whyChoose__Item {
  position: relative;
  border: 2px solid #9bd9f5;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  padding: 5rem 1.75rem 1.5rem;
  background-color: var(--white);
}
.ai_whyChoose__Item img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.ai_whyChoose__Item h5 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(292deg, #3fb7ed 29.03%, #172b85 99.14%);
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 31px;
  text-align: center;
  padding-bottom: 1.25rem;
}
.ai_whyChoose__Item p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}
.ai_Top {
  padding: 0 105px;
}
.ai_Top__Content {
  gap: 103px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  display: flex;
}

.ai_Top__Content_right h4,
.ai_Top__Content_Left h4 {
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  padding-bottom: 10px;
  width: max-content;
}
.ai_Top__Content_right_Text,
.ai_Top__Content_Left_Text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ai_Top__Content_right_Text p,
.ai_Top__Content_Left_Text p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  color: #474747;
}

.ai_tools {
  margin-top: 100px;
}
.ai_tools {
  padding: 0 186px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ai_tools > h4 {
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  padding-bottom: 10px;
  width: max-content;
}
.ai_tools > p {
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  padding-bottom: 10px;
  width: max-content;
}

.ai_tools__Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 265px;
}

.ai_tools__List {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1rem;
  justify-content: center;
}

.ai_tools__Item span {
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  width: max-content;
}

.ai_tools__Item p {
  text-align: center;
  font-size: 16px;
  width: 216px;
}

.results_Center {
  position: relative;
}
.results_Center__Content {
  right: 6rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.results_Center__Content h4 {
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #3593d3;
  padding-bottom: 10px;
  width: max-content;
}

.results_Center__profit_container {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
}

.results_Center__profit_container p {
  font-size: 24px;
  width: 390px;
  line-height: 2rem;
}

.ai_signup__Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.ai_signup__Content h4,
.ai_details__Content h4 {
  font-size: 32px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  width: max-content;
}

.ai_signup__Content .ai_signup__Content_first_btn {
  border: none;
  font-size: 24px;
  font-weight: var(--fw-500);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  width: max-content;
  line-height: 1;
}

.ai_signup__Content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.ai_signup__Content div > span {
  border: none;
  font-size: 32px;
  font-weight: var(--fw-500);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  width: max-content;
  line-height: 1;
}

.ai_signup__Content .btnStyle_Primary span {
  color: white;
}
.ai_signup__Content p {
  border: none;
  font-size: 18px;
  font-weight: var(--fw-500);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  width: max-content;
  line-height: 1;
}

.ai_adam_img {
  margin-top: -125px;
}

.ai_details__Content {
  position: relative;
  border: 2px solid #9bd9f5;
  box-shadow: 0px 3px 25.6px 0px #070c2c1a;
  padding: 1.5rem 1.75rem 1.5rem;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ai_details__Content ul {
  list-style: unset !important;
}

.ai_details__Content ul li {
  font-size: 20px;
  font-weight: var(--fw-700);
  line-height: 54px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #3fb7ed 0%, #172b85 100%);
  width: max-content;
  list-style: unset !important;
}
.ai_details__Content ul li::marker {
  color: #172b85;
}

.ai_last__Content {
  display: flex;
  justify-content: center;
  margin: 4rem 0 6rem;
}
.ai_last__Content p {
  color: #00ddd5;
  font-size: 20px;
  font-weight: 700;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(133.33deg, #00ddd5 0%, #569ce4 100%);
  width: max-content;
}

.ai_last__Content span {
  color: #172b85;
  font-size: 20px;
  font-weight: 700;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #172b85;
  width: max-content;
}

.ai_bg_desk {
  display: block;
}
.ai_bg_mob {
  display: none;
}
.ai_hero_desk {
  display: block;
  width: 100%;
  margin-top: -5.5rem;
}
.ai_hero_mob {
  display: none;
}

/* english section of ai */

html[lang="en-US"] .ai_Top__Content_right,
html[lang="en-US"] .ai_Top__Content_Left {
  display: flex;
  flex-direction: column;
  align-items: end;
}

html[lang="en-US"] .ai_Top__Content_right h4,
html[lang="en-US"] .ai_Top__Content_Left h4 {
  text-align: end;
}

html[lang="en-US"] .ai_whyChoose__Item p,
html[lang="en-US"] .results_Center__profit_container p {
  text-align: end;
}
html[lang="en-US"] .results_Center__profit_container {
  flex-direction: row-reverse;
}
html[lang="en-US"] .results_Center__Content {
  align-items: end;
}
html[lang="en-US"] .ai_details__Content ul {
  direction: ltr;
}

html[lang="en-US"] .ai_details__Content ul li {
  text-align: start;
}
html[lang="en-US"] .ai_Top__Content_right_Text p,
html[lang="en-US"] .ai_Top__Content_Left_Text p {
  text-align: end;
}

@media (max-width: 991px) {
  .ai_Top {
    padding: 0;
  }
  .ai_Top__Content {
    flex-direction: column;
    gap: 64px;
  }
  .ai_whyChoose__List {
    display: flex;
    flex-direction: column;
  }
  .ai_whyChoose__Item p {
    text-align: center;
  }
  .ai_tools {
    padding: 0;
  }
  .ai_tools h4 {
    font-size: 24px;
  }
  .ai_tools p {
    font-size: 16px;
    line-height: 1.75;
    width: 60%;
    margin-bottom: 2rem;
  }
  .ai_tools__Item {
    width: 168px;
    gap: 8px;
  }
  .ai_tools__Item p {
    width: 168px;
    margin-top: -12px;
  }
  .results_Center__Content {
    right: unset;
    top: 28%;
    gap: 16px;
  }
  .results_Center__Content h4 {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
  .results_Center__profit_container {
    padding: 0 16px;
  }
  .results_Center__profit_container p {
    font-size: 18px;
    width: unset;
  }

  .ai_bg_desk {
    display: none;
  }
  .ai_bg_mob {
    display: block;
  }
  .ai_hero_desk {
    display: none;
  }
  .ai_hero_mob {
    display: block;
    width: 100%;
    margin-top: calc(-1.5rem - 81px);
  }
  .ai_adam_img {
    margin-top: unset;
  }
  .ai_details__Content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ai_details__Content ul li {
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
  .ai_signup__Content h4,
  .ai_signup__Content div > span {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .ai_details__Content h4 {
    font-size: 24px;
  }
  .ai_signup__Content div > span {
    font-size: 20px;
  }
  .ai_last__Content p {
    width: 100%;
    text-align: center;
    line-height: 2;
    font-size: 16px;
  }
  .ai_last__Content span {
    font-size: 16px;
  }
  .ai_Top__Content_right h4,
  .ai_Top__Content_Left h4 {
    width: 100%;
    font-size: 24px;
  }
  .ai_whyChoose__Section h4 {
    font-size: 24px;
  }
  .ai_tools__Item span {
    font-size: 16px;
  }
  .ai_signup__Content p {
    width: 100%;
    text-align: center;
  }
}
