header#Header button.nav-trigger {
  display: none;
}
header#Header button.sub-menu-toggle {
  display: none;
}
header#Header .top-right-header .outer-flex {
  display: flex;
  padding: 13px 0;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header#Header .top-right-header .outer-flex .inner-flex a.top-header-custom-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  padding: 6px 12px;
  border-radius: 5px;
  background-color: var(--theme-color-secondary-x);
}
header#Header .top-right-header .outer-flex .inner-flex a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
header#Header .header-bg-custom {
  background-color: var(--theme-color-secondary);
  border-radius: 4px;
  padding: 14px 24px;
  margin-bottom: 30px;
}
header#Header .header-bg-custom ul.header-menu-links {
  list-style: none;
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}
header#Header .header-bg-custom ul.header-menu-links li {
  position: relative;
}
header#Header .header-bg-custom ul.header-menu-links li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color-dark);
  line-height: 20px;
}
header#Header .header-bg-custom ul.header-menu-links li.menu-item-has-children ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding-left: 0;
  background-color: var(--theme-color-light);
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 5px;
  list-style: none;
  padding: 15px;
  width: 284px;
  transition: all 0.5s ease-in-out;
}
header#Header .header-bg-custom ul.header-menu-links li.menu-item-has-children ul.sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header#Header .header-bg-custom .header-contact-btn {
  display: flex;
  justify-content: flex-end;
}
header#Header .header-bg-custom .row-custom {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1199.98px) {
  ul.header-menu-links {
    list-style: none;
    display: flex;
    -moz-column-gap: 36px;
         column-gap: 36px;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-end;
  }
  ul.header-menu-links li {
    position: relative;
  }
  ul.header-menu-links li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color-dark);
    line-height: 20px;
  }
  ul.header-menu-links li.menu-item-has-children ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding-left: 0;
    background-color: var(--theme-color-light);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 5px;
    list-style: none;
    padding: 15px;
    width: 200px;
    transition: all 0.5s ease-in-out;
  }
  ul.header-menu-links li.menu-item-has-children ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  ul.header-menu-links li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    left: 0;
  }
}
.homebanner .custom-padding {
  background-image: url("../../../..//uploads/2025/10/home.png");
  height: 594px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding: 0;
  padding-left: 40px;
}
.homebanner .custom-padding span {
  color: var(--font-color);
}
.homebanner .custom-padding h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
.homebanner .custom-padding .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
.homebanner .custom-padding .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
.homebanner .custom-padding .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
.homebanner .custom-padding .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

section.traders {
  padding-top: 28px;
  padding-bottom: 100px;
}

section.strategies .custom-thumbnail {
  position: relative;
}
section.strategies .custom-thumbnail img {
  height: 543px;
  border-radius: 10px;
  width: 100%;
}
section.strategies .custom-thumbnail .content {
  position: absolute;
  bottom: 50px;
  left: 32px;
  right: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
section.strategies .custom-thumbnail .content h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-light);
  margin-bottom: 6px;
}
section.strategies .custom-thumbnail .content .description {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-light);
  padding-right: 50px;
}
section.strategies h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 40px;
}
section.strategies .bottom-content {
  margin-top: 40px;
  font-style: Italic;
  line-height: 20px;
  color: var(--theme-color-primary);
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.strategies .bottom-content .left-icon {
  flex: none;
}

section.trading .custom-padding {
  padding: 0;
}
section.trading .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.trading .outer-top-flex {
  display: flex;
  justify-content: space-between;
}
section.trading .outer-top-flex .inner-flex {
  flex: 1;
}
section.trading .outer-top-flex .inner-flex:nth-child(2) {
  margin-left: 200px;
}
section.trading .outer-top-flex .inner-flex:nth-child(2) .custom-btn {
  display: inline-flex;
  margin-top: 40px;
}
section.trading .outer-top-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
}
section.trading .outer-top-flex .top-right-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.trading .outer-card-flex {
  display: flex;
  -moz-column-gap: 23px;
       column-gap: 23px;
  margin-top: 40px;
  justify-content: space-between;
}
section.trading .outer-card-flex .custom-card {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 6px;
  background-color: var(--theme-color-light);
  padding: 18px 24px;
}
section.trading .outer-card-flex .custom-card .top-card-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 23px;
       column-gap: 23px;
  margin-bottom: 13px;
}
section.trading .outer-card-flex .custom-card .top-card-flex .inner-icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  border-radius: 14px;
  height: 60px;
  width: 60px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex: none;
}
section.trading .outer-card-flex .custom-card .top-card-flex h6.title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-dark);
  border-bottom: 1px solid var(--theme-color-secondary-x);
  padding-bottom: 10px;
  margin-bottom: 0;
}
section.trading .outer-card-flex .custom-card .description {
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color-dark);
}

section.markets {
  padding-bottom: 100px;
}
section.markets h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
}
section.markets .outer-top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
section.markets .bottom-custom-card {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
}
section.markets .bottom-custom-card .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(130, 130, 130, 0.16);
  border-radius: 5px;
  padding: 26px;
  flex: 1;
}
section.markets .bottom-custom-card .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
section.markets .bottom-custom-card .custom-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
section.markets .bottom-custom-card .custom-card ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
section.markets .bottom-custom-card .custom-card ul li:not(:last-child) {
  margin-bottom: 5px;
}
section.markets .bottom-custom-card .custom-card ul li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

section.testimonial {
  margin: 120px 0;
  padding-left: 65px;
  position: relative;
  z-index: 1;
}
section.testimonial::after {
  content: "";
  position: absolute;
  background-image: url(../images/testi-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  right: 11px;
  top: -115px;
  z-index: -1;
  height: 547px;
  width: 376px;
}
section.testimonial button {
  background-color: transparent;
  border: none;
}
section.testimonial .testimonial-slider {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
section.testimonial .row-custom {
  display: flex;
  justify-content: space-between;
}
section.testimonial .row-custom .col-custom:nth-child(1) {
  width: 30%;
  padding-right: 80px;
}
section.testimonial .row-custom .col-custom:nth-child(2) {
  width: 70%;
}
section.testimonial .row-custom .slick-buttons-custom {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
}
section.testimonial .row-custom .slick-buttons-custom .btnslide {
  cursor: pointer;
  color: var(--theme-color-primary);
}
section.testimonial .row-custom .top-outer-flex {
  display: inline-flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
section.testimonial .row-custom .top-outer-flex .inner-flex {
  flex: none;
}
section.testimonial .row-custom .top-outer-flex .inner-flex > img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
section.testimonial .row-custom .top-outer-flex .inner-flex .title {
  font-weight: 700;
  font-size: 20px;
  color: var(--theme-color-primary);
}
section.testimonial .row-custom .top-outer-flex .inner-flex .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-secondary-dark);
}
section.testimonial .row-custom .top-outer-flex .inner-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.testimonial .row-custom .inner-slide {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  background-color: var(--theme-color-light);
  padding: 40px;
  height: 100%;
}
section.testimonial .row-custom .slick-slide {
  margin: 20px;
}
section.testimonial .row-custom .slick-list {
  overflow: visible;
  /* allows next slide to peek */
}

section.portfolio {
  margin-bottom: 100px;
}
section.portfolio .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 5px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 70px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url("../images/portfolio-bg.jpg");
  background-size: 100% 100%;
  background-position: top right;
  height: 530px;
}
section.portfolio h3 {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.portfolio .content {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: var(--font-color);
}
section.portfolio .bottom-btns {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 38px;
}
section.portfolio .outer-flex {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-left: 100px;
}
section.portfolio .outer-flex .inner-flex {
  flex: 1;
}
section.portfolio .outer-flex .inner-flex:nth-child(1) {
  margin-top: 60px;
}
section.portfolio .outer-flex .inner-flex:nth-child(1) .top-icon {
  background-color: rgba(98, 126, 234, 0.2);
  border-radius: 50%;
  height: 63px;
  width: 63px;
  display: grid;
  place-content: center;
  position: absolute;
  top: -30px;
}
section.portfolio .outer-flex .inner-flex:nth-child(1) .small-card {
  margin-left: auto;
  margin-top: 50px;
}
section.portfolio .outer-flex .inner-flex:nth-child(1) .small-card .outer-bg .inner-bg {
  height: 71px;
  width: 71px;
  background-color: rgba(18, 118, 167, 0.2);
  border-radius: 50%;
  display: grid;
  place-content: center;
}
section.portfolio .outer-flex .inner-flex:nth-child(2) {
  flex-direction: column;
  row-gap: 55px;
  display: flex;
}
section.portfolio .outer-flex .inner-flex:nth-child(2) .top-icon {
  background-color: rgba(244, 155, 51, 0.2);
  height: 63px;
  width: 63px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: absolute;
  top: -30px;
}
section.portfolio .outer-flex .inner-flex:nth-child(2) .small-card .outer-bg .inner-bg {
  height: 71px;
  width: 71px;
  background-color: #292d32;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
section.portfolio .outer-flex .inner-flex .custom-card {
  -webkit-backdrop-filter: blur(28.2250461578px);
          backdrop-filter: blur(28.2250461578px);
  background: rgba(41, 45, 50, 0.24);
  border: 0.88px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10.58px 24.7px 0px rgba(10, 9, 9, 0.32);
  border-radius: 14px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  text-align: center;
}
section.portfolio .outer-flex .inner-flex .custom-card .title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -2%;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
section.portfolio .outer-flex .inner-flex .custom-card .content {
  font-weight: 400;
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-bottom: 20px;
}
section.portfolio .outer-flex .inner-flex .custom-card .content span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(12, 13, 14, 0.6);
}
section.portfolio .outer-flex .inner-flex .custom-card .percent {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--theme-color-success);
  margin-top: 20px;
}
section.portfolio .outer-flex .inner-flex .custom-card .right-arrow-icon {
  background-color: var(--theme-color-light);
  height: 41px;
  width: 41px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
}
section.portfolio .outer-flex .inner-flex .small-card {
  -webkit-backdrop-filter: blur(17.6406536102px);
          backdrop-filter: blur(17.6406536102px);
  height: 105px;
  width: 105px;
  display: grid;
  place-content: center;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 14px;
  background-color: rgba(41, 45, 50, 0.24);
}

section.consult .consult-bg {
  box-shadow: 0px 12px 28px 0px rgba(10, 9, 9, 0.3215686275);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 60px;
  background-color: var(--theme-color-primary);
  position: relative;
}
section.consult .consult-bg::after {
  content: "";
  background-image: url(../images/consultation-bg.png);
  position: absolute;
  background-position: top right;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
section.consult .consult-bg .outer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.consult .consult-bg .outer-flex .inner_flex h6.subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-light);
}
section.consult .consult-bg .outer-flex .inner_flex h4.title {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.6%;
  color: var(--theme-color-light);
}
section.consult .consult-bg .outer-flex .inner_flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-light);
}
section.consult .consult-bg .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
section.consult .consult-bg .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-light);
  padding: 9px 13px;
  border-radius: 5px;
}

footer#Footer {
  background-color: var(--theme-color-secondary);
  padding: 40px 0;
}
footer#Footer form#gform_3 .gform-footer.gform_footer.top_label input#gform_submit_button_3 {
  background-color: var(--theme-color-dark);
}
footer#Footer ul {
  list-style: none;
  padding-left: 0;
}
footer#Footer h6 {
  color: var(--theme-color-dark);
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
footer#Footer ul.resources-links li:not(:last-child) {
  margin-bottom: 5px;
}
footer#Footer ul.resources-links li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color-links);
}
footer#Footer ul.future-links li:not(:last-child) {
  margin-bottom: 5px;
}
footer#Footer ul.future-links li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color-links);
}
footer#Footer ul.social-icons {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 16px;
}
footer#Footer ul.social-icons a {
  color: var(--theme-color-dark);
}
footer#Footer .mail-box {
  padding: 1px 0px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  background: var(--theme-color-primary);
  position: relative;
}
footer#Footer .mail-box p {
  margin-bottom: 0;
}
footer#Footer .mail-box input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--theme-color-light);
  padding: 9px 15px;
  border-radius: 5px;
}
footer#Footer .mail-box ::-moz-placeholder {
  color: var(--theme-color-light);
  opacity: 1;
}
footer#Footer .mail-box ::placeholder {
  color: var(--theme-color-light);
  opacity: 1;
}
footer#Footer .mail-box ::-ms-input-placeholder {
  color: var(--theme-color-light);
}
footer#Footer .mail-box .custom-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  border-radius: 5px;
  color: var(--theme-color-dark);
  border: 1px solid var(--theme-color-primary);
  position: absolute;
  right: 0;
  z-index: 1;
  background: #fff;
  top: 0;
}
footer#Footer .copyright-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(12, 13, 14, 0.1);
  margin-bottom: 15px;
}
footer#Footer .copyright-flex .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
footer#Footer .copyright-flex ul.custom-links {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer#Footer .copyright-flex ul.custom-links li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
footer#Footer .footer-bottom-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color-links);
}
footer#Footer .footer-bottom-text span {
  margin-top: 16px;
  display: block;
}

.custom-tabs .custom-padding {
  padding: 0;
}

/************************Strategy Banner********************************/
section.strategyBanner .outer-bg {
  background-image: url("../../../..//uploads/2025/10/strategies.png");
  height: 593px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
section.strategyBanner .custom-padding {
  padding: 0;
}
section.strategyBanner span {
  color: var(--font-color);
}
section.strategyBanner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.strategyBanner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.strategyBanner .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.strategyBanner .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
section.strategyBanner .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

section.overview {
  padding: 100px 0;
}
section.overview h2 {
  margin-bottom: 30px;
}
section.overview .custom-bg {
  border-radius: 10px;
  background-color: var(--theme-color-light);
  padding: 40px 60px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.0784313725);
}
section.overview .custom-bg:not(:last-child) {
  margin-bottom: 40px;
}
section.overview .custom-bg .outer-flex {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
section.overview .custom-bg .outer-flex .inner-flex .right-side h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
section.overview .custom-bg .outer-flex .inner-flex .right-side .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 16px;
}
section.overview .custom-bg .outer-flex .inner-flex .right-side ul.pointers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.overview .custom-bg .outer-flex .inner-flex .right-side ul.pointers li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
section.overview .custom-bg .outer-flex .inner-flex .right-side ul.pointers li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.overview .custom-bg .outer-flex .inner-flex .right-side ul.pointers li:not(:last-child) {
  margin-bottom: 12px;
}
section.overview .custom-bg .outer-flex .inner-flex .right-side ul.pointers li strong {
  color: var(--theme-color-dark);
}
section.overview .custom-bg .outer-flex .inner-flex .right-side .bottom-btn {
  display: flex;
  margin-top: 40px;
}

/**************************** fusion **********************************/
section.fusion h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
section.fusion .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 16px;
}
section.fusion .thumbnail {
  margin-left: 20px;
}
section.fusion .thumbnail img {
  border-radius: 10px;
}
section.fusion ul.fusion-pointers {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
section.fusion ul.fusion-pointers li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 15px;
}
section.fusion ul.fusion-pointers li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.fusion ul.fusion-pointers li:not(:last-child) {
  margin-bottom: 10px;
}
section.fusion .bottom-buttons {
  display: flex;
  margin-top: 40px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
section.fusion .left-side {
  margin-right: 15px;
}

section.methodology {
  margin: 100px 0;
}
section.methodology .custom-padding {
  padding: 0;
}
section.methodology .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(22, 35, 50, 0.1019607843);
}
section.methodology .custom-padding .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.methodology .custom-padding .outer-main .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.methodology .custom-padding .outer-main .outer-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1490196078);
  border-radius: 10px;
  padding: 25px;
  background-color: var(--theme-color-light);
  flex: 1;
}
section.methodology .custom-padding .outer-main .outer-flex .custom-card .top-outer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.methodology .custom-padding .outer-main .outer-flex .custom-card .top-outer-flex h2.step {
  margin-bottom: 0;
}
section.methodology .custom-padding .outer-main .outer-flex .custom-card .top-outer-flex .custom-icon {
  height: 74px;
  width: 74px;
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-content: center;
}
section.methodology .custom-padding .outer-main .outer-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin: 6px 0;
}
section.methodology .custom-padding .outer-main .outer-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.methodology .custom-padding .outer-main .bottom-text {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 16px;
}

section.risk ul.pointer {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
section.risk ul.pointer li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 15px;
}
section.risk ul.pointer li:not(:last-child) {
  margin-bottom: 10px;
}
section.risk ul.pointer li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.risk .thumbnail {
  margin-left: 20px;
}
section.risk .thumbnail img {
  border-radius: 10px;
}
section.risk h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.risk span.notes {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 16px;
  display: block;
}

section.market {
  margin: 100px 0;
}
section.market .custom-padding {
  padding: 0;
}
section.market .outer-main {
  box-shadow: 0px 0px 5px 0px rgba(22, 35, 50, 0.1019607843);
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 55px 40px;
}
section.market .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
  max-width: 600px;
}
section.market .outer-main .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
}
section.market .outer-main .outer-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1490196078);
  background-color: var(--theme-color-light);
  border-radius: 10px;
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.market .outer-main .outer-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 6px;
}
section.market .outer-main .outer-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 16px;
}
section.market .outer-main .outer-flex .custom-card .custom-link {
  margin-top: auto;
}
section.market .outer-main .outer-flex .custom-card .custom-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-primary);
}

section.execution .outer-flex {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
  align-items: center;
}
section.execution .outer-flex .inner-flex {
  flex: 1;
}
section.execution .outer-flex .inner-flex .custom-left h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.execution .outer-flex .inner-flex .custom-left .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.execution .outer-flex .inner-flex .custom-right .custom-bar {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1411764706);
  border-radius: 10px;
  background-color: var(--theme-color-light);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--font-color);
  padding: 26px;
}
section.execution .outer-flex .inner-flex .custom-right .custom-bar:not(:last-child) {
  margin-bottom: 20px;
}
section.execution .outer-flex h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--font-color);
  margin-bottom: 30px;
}
section.execution .outer-flex .outer-img-flex {
  display: flex;
  justify-content: space-between;
}
section.execution .outer-flex .outer-img-flex .inner-img-flex {
  position: relative;
}
section.execution .outer-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
  content: "";
  width: 1px;
  background: var(--theme-color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  opacity: 12%;
}
section.execution .outer-flex .outer-img-flex .inner-img-flex > img {
  height: 42px;
}

section.reporting .outer-flex {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
  align-items: center;
}
section.reporting .outer-flex .inner-flex {
  flex: 1;
}
section.reporting .outer-flex .inner-flex .custom-right .thumbnail img {
  border-radius: 10px;
}
section.reporting .outer-flex .inner-flex .custom-left {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.reporting .outer-flex .inner-flex .custom-left .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.reporting .outer-flex .inner-flex .custom-left .bottom-buttons {
  display: flex;
  margin-top: 40px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
section.reporting .outer-flex .inner-flex .custom-left .bottom-text {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 20px;
}
section.reporting h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 13px;
}

section.strategy {
  margin: 100px 0;
}
section.strategy .contact-outer-bg {
  background-color: var(--theme-color-secondary);
  border-radius: 6px;
  padding: 20px 45px;
}
section.strategy .contact-outer-bg .gform-footer.gform_footer.top_label input[type=submit] {
  width: 100%;
}
section.strategy .outer-bg {
  box-shadow: 0px 12px 28px 0px rgba(10, 9, 9, 0.3215686275);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: var(--theme-color-primary);
  padding: 60px;
  border-radius: 16px;
  position: relative;
}
section.strategy .outer-bg::after {
  content: "";
  background-image: url(../images/right-bg.svg);
  position: absolute;
  background-position: top right;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
section.strategy .outer-bg .outer-flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
section.strategy .outer-bg .outer-flex .left {
  flex: 1;
}
section.strategy .outer-bg .outer-flex h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.6%;
  color: var(--theme-color-light);
  margin-bottom: 14px;
}
section.strategy .outer-bg .outer-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-light);
}
section.strategy .outer-bg .outer-flex .custom-right-btns {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.custom-tabs .outer-flex {
  border: 1px solid var(--theme-color-secondary-x);
  border-radius: 4px;
  padding: 16px 42px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.custom-tabs .outer-flex .inner-flex a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
.custom-tabs .outer-flex .inner-flex a.active {
  background-color: var(--font-color);
  border-radius: 4px;
  color: var(--theme-color-light);
  padding: 10px 20px;
}

section.specification {
  padding: 100px 0;
}
section.specification .custom-padding {
  padding: 0;
}
section.specification .custom-padding h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.specification .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.specification .outer-main .outer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
section.specification .outer-main .outer-grid .inner-grid .custom-card {
  background-color: var(--theme-color-light);
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
}
section.specification .outer-main .outer-grid .inner-grid .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
}
section.specification .outer-main .outer-grid .inner-grid .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.markets-inner {
  padding-bottom: 100px;
}
section.markets-inner h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
}
section.markets-inner .custom-padding {
  padding: 0;
}
section.markets-inner .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.markets-inner .outer-top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
section.markets-inner .bottom-custom-card {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
}
section.markets-inner .bottom-custom-card .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(130, 130, 130, 0.16);
  border-radius: 5px;
  padding: 26px;
  flex: 1;
  background-color: var(--theme-color-light);
}
section.markets-inner .bottom-custom-card .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
section.markets-inner .bottom-custom-card .custom-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
section.markets-inner .bottom-custom-card .custom-card ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
section.markets-inner .bottom-custom-card .custom-card ul li:not(:last-child) {
  margin-bottom: 5px;
}
section.markets-inner .bottom-custom-card .custom-card ul li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

section.architecture .outer-top-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.architecture .outer-top-flex .inner-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
}
section.architecture .outer-top-flex .inner-btns {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
section.architecture .outer-flex-bottom {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
section.architecture .outer-flex-bottom .inner-flex {
  flex: 1;
}
section.architecture .outer-flex-bottom .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
}
section.architecture .outer-flex-bottom .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
}
section.architecture .outer-flex-bottom .inner-flex .custom-card ul.pointers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.architecture .outer-flex-bottom .inner-flex .custom-card ul.pointers > li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 20px;
}
section.architecture .outer-flex-bottom .inner-flex .custom-card ul.pointers > li:not(:last-child) {
  margin-bottom: 10px;
}
section.architecture .outer-flex-bottom .inner-flex .custom-card ul.pointers > li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

section.how-it-works .how-it-works-outer {
  position: relative;
}
section.how-it-works .how-it-works-outer h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.how-it-works .step {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 7px;
}
section.how-it-works h6.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
section.how-it-works .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

.how-it-works-section h2 {
  font-weight: 700;
  font-size: 36px;
  position: relative;
}

/* Horizontal timeline line */
section.how-it-works .timeline-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 35, 50, 0) 0%, #162332 2%, #162332 50%, #162332 98%, rgba(22, 35, 50, 0) 100%);
  z-index: 1;
}

/* Timeline dots */
section.how-it-works .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: var(--theme-color-primary);
  border-radius: 50%;
  position: absolute;
  margin-top: -10px;
  /* 8px above the line to center dot */
  z-index: 2;
}

section.how-it-works .dot-1 {
  left: 2.6%;
}

section.how-it-works .dot-2 {
  left: 36.5%;
}

section.how-it-works .dot-3 {
  left: 70.4%;
}

/* Vertical line from dot to box */
section.how-it-works .vertical-line {
  width: 2px;
  height: 29px;
  background-color: var(--theme-color-primary);
  margin-left: 10%;
}

section.how-it-works .step-wrapper {
  position: relative;
  margin-top: 10px;
  height: 100%;
}

section.how-it-works .step-box {
  background-color: var(--theme-color-light);
  border-radius: 8px;
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  padding: 25px;
  height: 100%;
}

section.how-it-works .step-box small {
  color: #6c757d;
  font-weight: 500;
}

section.how-it-works .step-box h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

/* Hide timeline on small screens */
@media (max-width: 767.98px) {
  .timeline-line,
  .timeline-dot,
  .vertical-line {
    display: none;
  }
  .step-box {
    margin-bottom: 40px;
    text-align: center;
  }
}
section.choose-market .custom-padding {
  padding: 0;
}
section.choose-market .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.choose-market .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.choose-market .outer-main .outer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
  margin-bottom: 10px;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card ul.pointers {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card ul.pointers > li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 20px;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card ul.pointers > li:not(:last-child) {
  margin-bottom: 5px;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card ul.pointers > li strong {
  color: var(--theme-color-dark);
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card ul.pointers > li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card .custom-card-body-footer {
  margin-top: auto;
}
section.choose-market .outer-main .outer-grid .inner-grid .custom-card .custom-card-body-footer a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}

section.wisdom {
  margin-top: 100px;
}
section.wisdom h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
section.wisdom h2 span {
  color: var(--font-color);
}
section.wisdom .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 40px;
}
section.wisdom .thumbnail {
  margin-top: 66px;
}
section.wisdom .thumbnail img {
  width: 638px;
  height: 412px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wisdom .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1490196078);
  background-color: var(--theme-color-light);
  border-radius: 10px;
  padding: 20px;
}
section.wisdom .custom-card h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 18px;
}
section.wisdom .custom-card h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
section.wisdom .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.wisdom .custom-card:not(:last-child) {
  margin-bottom: 40px;
}
section.wisdom .left-flex {
  position: relative;
}
section.wisdom .left-flex::after {
  content: "";
  background: var(--theme-color-secondary-x);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: -95px;
}
section.wisdom .left-flex::before {
  content: "";
  background: var(--theme-color-dark);
  position: absolute;
  top: 0;
  height: 143px;
  width: 3px;
  right: -96px;
  border-radius: 100px;
  z-index: 1;
}
section.wisdom .right-flex {
  padding-left: 62px;
}
section.wisdom .outer-flex {
  display: flex;
  -moz-column-gap: 126px;
       column-gap: 126px;
}
section.wisdom .outer-flex .inner-flex {
  flex: 1;
}

/********************marketBanner**************************/
section.marketBanner .outer-bg {
  height: 593px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-image: url("../../../..//uploads/2025/10/markets-1.png");
}
section.marketBanner .custom-padding {
  padding: 0;
}
section.marketBanner span {
  color: var(--font-color);
}
section.marketBanner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.marketBanner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.marketBanner .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.marketBanner .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
section.marketBanner .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

section.live-markets .custom-padding {
  padding: 0;
}
section.live-markets .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.live-markets h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.live-markets .outer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
section.live-markets .outer-grid .inner-grid .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 5px;
  padding: 25px;
  height: 100%;
}
section.live-markets .outer-grid .inner-grid .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.live-markets .outer-grid .inner-grid .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.execution-market .custom-padding {
  padding: 0;
}
section.execution-market .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.execution-market .bottom-btn {
  display: inline-flex;
  margin-top: 40px;
}
section.execution-market .outer-flex {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
section.execution-market .outer-flex .inner-flex {
  flex: 1;
}
section.execution-market .outer-flex .inner-flex .custom-left h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.execution-market .outer-flex .inner-flex .custom-left .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.execution-market .outer-flex .inner-flex .custom-right .custom-bar {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1411764706);
  border-radius: 10px;
  background-color: var(--theme-color-light);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--font-color);
  padding: 26px;
}
section.execution-market .outer-flex .inner-flex .custom-right .custom-bar h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
section.execution-market .outer-flex .inner-flex .custom-right .custom-bar .inner-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.execution-market .outer-flex .inner-flex .custom-right .custom-bar:not(:last-child) {
  margin-bottom: 20px;
}
section.execution-market .outer-flex h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--font-color);
  margin-bottom: 30px;
}
section.execution-market .outer-flex .outer-img-flex {
  display: flex;
  justify-content: space-between;
}
section.execution-market .outer-flex .outer-img-flex .inner-img-flex {
  position: relative;
}
section.execution-market .outer-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
  content: "";
  width: 1px;
  background: var(--theme-color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  opacity: 12%;
}
section.execution-market .outer-flex .outer-img-flex .inner-img-flex > img {
  height: 42px;
}

section.account .notes {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  display: block;
  margin-top: 16px;
}
section.account .outer-flex {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
section.account .outer-flex .inner-flex {
  flex: 1;
}
section.account .outer-flex .inner-flex .left strong {
  font-weight: 400;
  color: var(--theme-color-dark);
}
section.account .outer-flex .inner-flex .left h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.account .outer-flex .inner-flex .left ul.pointers {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
section.account .outer-flex .inner-flex .left ul.pointers > li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 15px;
}
section.account .outer-flex .inner-flex .left ul.pointers > li:not(:last-child) {
  margin-bottom: 10px;
}
section.account .outer-flex .inner-flex .left ul.pointers > li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.account .outer-flex .inner-flex .thumbnail img {
  border-radius: 10px;
}

section.exposure .custom-padding {
  padding: 0;
}
section.exposure h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.exposure .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.exposure .outer-flex .inner-flex {
  flex: 1;
}
section.exposure .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.exposure .outer-flex .inner-flex .custom-card .custom-icon {
  width: 74px;
  height: 74px;
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-content: center;
  border-radius: 14px;
  margin-bottom: 10px;
}
section.exposure .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.exposure .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
  margin-bottom: 10px;
}
section.exposure .outer-flex .inner-flex .custom-card .description strong {
  color: var(--theme-color-dark);
}
section.exposure .outer-flex .inner-flex .custom-card ul.pointers {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}
section.exposure .outer-flex .inner-flex .custom-card ul.pointers > li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 20px;
}
section.exposure .outer-flex .inner-flex .custom-card ul.pointers > li:not(:last-child) {
  margin-bottom: 5px;
}
section.exposure .outer-flex .inner-flex .custom-card ul.pointers > li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
section.exposure .outer-flex .inner-flex .custom-card .custom-card-body-footer {
  margin-top: auto;
}
section.exposure .outer-flex .inner-flex .custom-card .custom-card-body-footer a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}

section.crypto-futures .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.crypto-futures .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.crypto-futures .outer-main .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.crypto-futures .outer-main .outer-flex .inner-flex {
  flex: 1;
}
section.crypto-futures .outer-main .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
}
section.crypto-futures .outer-main .outer-flex .inner-flex .custom-card .custom-icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 74px;
  height: 74px;
  display: grid;
  place-content: center;
  border-radius: 14px;
  margin-bottom: 10px;
}
section.crypto-futures .outer-main .outer-flex .inner-flex .custom-card h6.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.crypto-futures .outer-main .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

/********************executionBanner**************************/
section.executionBanner .outer-bg {
  height: 593px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-image: url("../../../..//uploads/2025/10/execution.png");
}
section.executionBanner .custom-padding {
  padding: 0;
}
section.executionBanner span {
  color: var(--font-color);
}
section.executionBanner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.executionBanner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.executionBanner .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.executionBanner .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
section.executionBanner .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

section.oversight h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.oversight .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 40px;
}
section.oversight h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: var(--theme-color-dark);
}
section.oversight .oversight-outer {
  position: relative;
  padding: 60px 0;
}
section.oversight .step {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 7px;
}
section.oversight h6.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
section.oversight .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

.oversight-outer h2 {
  font-weight: 700;
  font-size: 36px;
  position: relative;
}

/* Horizontal timeline line */
section.oversight .timeline-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 35, 50, 0) 0%, #162332 2%, #162332 50%, #162332 98%, rgba(22, 35, 50, 0) 100%);
  z-index: 1;
}

/* Timeline dots */
section.oversight .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: var(--theme-color-primary);
  border-radius: 50%;
  position: absolute;
  margin-top: -10px;
  /* 8px above the line to center dot */
  z-index: 2;
}

section.oversight .dot-1 {
  left: 1.2%;
}

section.oversight .dot-2 {
  left: 21.5%;
}

section.oversight .dot-3 {
  left: 41.9%;
}

section.oversight .dot-4 {
  left: 62.2%;
}

section.oversight .dot-5 {
  left: 82.6%;
}

/* Vertical line from dot to box */
section.oversight .vertical-line {
  width: 2px;
  height: 29px;
  background-color: var(--theme-color-primary);
  margin-left: 10%;
}

section.oversight .step-wrapper {
  position: relative;
  margin-top: 10px;
  height: 100%;
}

section.oversight .step-box {
  background-color: var(--theme-color-light);
  border-radius: 8px;
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  padding: 25px;
  height: 100%;
}

section.pointers h4 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: var(--theme-color-dark);
}
section.pointers .bottom-buttons {
  margin-top: 60px;
}
section.pointers .outer-repeater:not(:last-child) {
  margin-bottom: 40px;
}
section.pointers .outer-repeater .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
}
section.pointers .outer-repeater .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
}
section.pointers .outer-repeater .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.pointers .outer-repeater .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.schedule .custom-padding {
  padding: 0;
}
section.schedule .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.schedule .custom-padding .outer-main .outer-top-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.schedule .custom-padding .outer-main .outer-top-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.schedule .custom-padding .outer-main .outer-top-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.schedule .custom-padding .outer-main .custom-outer-flex {
  display: flex;
  justify-content: space-between;
}
section.schedule .custom-padding .outer-main .custom-outer-flex .inner-flex {
  flex: 1;
}
section.schedule .custom-padding .outer-main .custom-outer-flex .inner-flex .custom-card {
  border: 1px solid var(--theme-color-secondary-x);
  padding: 20px;
  height: 100%;
}
section.schedule .custom-padding .outer-main .custom-outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
}
section.schedule .custom-padding .outer-main .custom-outer-flex .inner-flex .custom-card ul.pointers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.schedule .custom-padding .outer-main .custom-outer-flex .inner-flex .custom-card ul.pointers li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
section.schedule .custom-padding .outer-main .custom-outer-flex .inner-flex .custom-card ul.pointers li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.schedule .custom-padding .outer-main .custom-outer-flex .inner-flex .custom-card ul.pointers li:not(:last-child) {
  margin-bottom: 12px;
}
section.schedule .custom-padding .outer-main h6.bottom-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-top: 40px;
  margin-bottom: 16px;
}
section.schedule .custom-padding .outer-main ul.pointers-bottom {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.schedule .custom-padding .outer-main ul.pointers-bottom li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
section.schedule .custom-padding .outer-main ul.pointers-bottom li span {
  color: var(--theme-color-dark);
}
section.schedule .custom-padding .outer-main ul.pointers-bottom li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.schedule .custom-padding .outer-main ul.pointers-bottom li:not(:last-child) {
  margin-bottom: 12px;
}
section.schedule .custom-padding .outer-main .bottom-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-dark);
  margin-top: 20px;
}

section.technology .outer-top-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.technology .outer-top-flex .inner-top-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.technology .outer-top-flex .inner-top-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.technology .custom-outer-main:not(:last-child) {
  margin-bottom: 40px;
}
section.technology .custom-outer-main h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.6%;
  color: var(--theme-color-dark);
  margin-bottom: 30px;
}
section.technology .custom-outer-main .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.technology .custom-outer-main .outer-flex .inner-flex {
  flex: 1;
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card .description strong {
  font-weight: 400;
  color: var(--theme-color-dark);
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card .outer-img-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card .outer-img-flex .inner-img-flex {
  position: relative;
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card .outer-img-flex .inner-img-flex:not(:first-child)::before {
  content: "";
  width: 1px;
  background: var(--theme-color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  opacity: 12%;
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card .outer-img-flex .inner-img-flex > img {
  height: 42px;
}
section.technology .custom-outer-main .outer-flex .inner-flex .custom-card .icon {
  width: 74px;
  height: 74px;
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  display: grid;
  place-content: center;
  border-radius: 14px;
  margin-bottom: 10px;
}

section.statements .custom-padding {
  padding: 0;
}
section.statements .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.statements .top-outer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.statements .top-outer-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
}
section.statements .top-outer-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.statements .custom-outer-main:not(:last-child) {
  margin-bottom: 40px;
}
section.statements .custom-outer-main h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.6%;
  color: var(--theme-color-dark);
  margin-bottom: 30px;
}
section.statements .custom-outer-main .inside-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.statements .custom-outer-main .inside-flex .inner-flex {
  flex: 1;
}
section.statements .custom-outer-main .inside-flex .inner-flex .custom-card {
  background-color: var(--theme-color-light);
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  border-radius: 5px;
  padding: 25px;
}

section.delivery .top-outer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
section.delivery .top-outer-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
}
section.delivery .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.delivery .outer-flex .inner-flex {
  flex: 1;
}
section.delivery .outer-flex .inner-flex .custom-card {
  padding: 25px;
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  border-radius: 6px;
}
section.delivery .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.delivery .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.bottom-note {
  background-color: var(--font-color);
  padding: 32px 0;
  color: var(--theme-color-light);
}
section.bottom-note ul.pointers {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
section.bottom-note ul.pointers li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
  color: var(--theme-color-light);
}
section.bottom-note ul.pointers li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
section.bottom-note ul.pointers li:not(:last-child) {
  margin-bottom: 12px;
}

section.process .custom-padding {
  padding: 0;
}
section.process .custom-padding .outer-main {
  padding: 60px 40px;
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
}
section.process .custom-padding .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.process .custom-padding .outer-main .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.process .custom-padding .outer-main .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
}
section.process .custom-padding .outer-main .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.process .custom-padding .outer-main .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.daily-process h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.daily-process .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 40px;
}
section.daily-process h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: var(--theme-color-dark);
}
section.daily-process .daily-process-outer {
  position: relative;
  padding: 60px 0;
}
section.daily-process .step {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 7px;
}
section.daily-process h6.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
section.daily-process .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

.daily-process-outer h2 {
  font-weight: 700;
  font-size: 36px;
  position: relative;
}

/* Horizontal timeline line */
section.daily-process .timeline-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 35, 50, 0) 0%, #162332 2%, #162332 50%, #162332 98%, rgba(22, 35, 50, 0) 100%);
  z-index: 1;
}

/* Timeline dots */
section.daily-process .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: var(--theme-color-primary);
  border-radius: 50%;
  position: absolute;
  margin-top: -10px;
  /* 8px above the line to center dot */
  z-index: 2;
}

section.daily-process .dot-1 {
  left: 1.7%;
}

section.daily-process .dot-2 {
  left: 27.1%;
}

section.daily-process .dot-3 {
  left: 52.6%;
}

section.daily-process .dot-4 {
  left: 78%;
}

/* Vertical line from dot to box */
section.daily-process .vertical-line {
  width: 2px;
  height: 29px;
  background-color: var(--theme-color-primary);
  margin-left: 10%;
}

section.daily-process .step-wrapper {
  position: relative;
  margin-top: 10px;
  height: 100%;
}

section.daily-process .step-box {
  background-color: var(--theme-color-light);
  border-radius: 8px;
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  padding: 25px;
  height: 100%;
}

section.rollovers .custom-left .description ul.pointer {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
section.rollovers .custom-left .description ul.pointer > li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
section.rollovers .custom-left .description ul.pointer > li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.rollovers .custom-left .description ul.pointer > li:not(:last-child) {
  margin-bottom: 12px;
}
section.rollovers .custom-left .description .note {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 16px;
}
section.rollovers .custom-left .btm-btn {
  display: inline-flex;
  margin-top: 16px;
}
section.rollovers h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}

section.benefits h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.benefits .custom-padding {
  padding: 0;
}
section.benefits .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.benefits .custom-padding .outer-main .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.benefits .custom-padding .outer-main .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
}
section.benefits .custom-padding .outer-main .outer-flex .inner-flex .custom-card .top-outer-flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  -moz-column-gap: 23px;
       column-gap: 23px;
  align-items: center;
}
section.benefits .custom-padding .outer-main .outer-flex .inner-flex .custom-card .top-outer-flex .card-inner-flex .icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  height: 74px;
  width: 74px;
  border-radius: 14px;
  display: grid;
  place-content: center;
}
section.benefits .custom-padding .outer-main .outer-flex .inner-flex .custom-card .top-outer-flex .card-inner-flex h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
}
section.benefits .custom-padding .outer-main .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.trust {
  padding-top: 100px;
}
section.trust h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.trust .outer-img-flex {
  display: flex;
  justify-content: space-between;
}
section.trust .outer-img-flex .inner-img-flex {
  position: relative;
}
section.trust .outer-img-flex .inner-img-flex:not(:first-child)::before {
  content: "";
  width: 1px;
  background: var(--theme-color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  opacity: 12%;
}
section.trust .outer-img-flex .inner-img-flex > img {
  width: 80%;
}

section.infrastructure .custom-padding {
  padding: 0;
}
section.infrastructure .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.infrastructure .custom-padding .outer-main .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex {
  flex: 1;
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 20px;
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex .custom-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: var(--font-color);
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex .custom-card {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 14px;
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex .custom-card:not(:last-child) {
  margin-bottom: 10px;
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex .custom-card .outer-card-flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex .custom-card .outer-card-flex .icon {
  flex: none;
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-content: center;
}
section.infrastructure .custom-padding .outer-main .outer-flex .inner-flex .custom-card .outer-card-flex .right-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}

section.rollovers .row-custom {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
section.rollovers .row-custom .col-custom {
  flex: 1;
}
section.rollovers .thumbnail img {
  border-radius: 10px;
}

section.partners .outer-top-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
section.partners .outer-top-flex .inner-flex {
  flex: 1;
}
section.partners .outer-top-flex .inner-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
}
section.partners .outer-top-flex .inner-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--font-color);
}
section.partners .outer-top-flex .inner-flex .bottom-btn {
  display: inline-flex;
  margin-top: 20px;
}
section.partners .middle-flex {
  margin-top: 40px;
  margin-bottom: 100px;
  border-radius: 20px;
  background-color: var(--theme-color-secondary);
  padding: 40px;
}
section.partners .middle-flex .outer-img-flex {
  display: flex;
  justify-content: space-between;
}
section.partners .middle-flex .outer-img-flex .inner-img-flex {
  position: relative;
}
section.partners .middle-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
  content: "";
  width: 1px;
  background: var(--theme-color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  opacity: 12%;
}
section.partners .outer-bottom-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.partners .outer-bottom-flex .inner-card-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
}
section.partners .outer-bottom-flex .inner-card-flex .custom-card .card-icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 74px;
  height: 74px;
  border-radius: 14px;
  display: grid;
  place-content: center;
}
section.partners .outer-bottom-flex .inner-card-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin: 10px 0;
}
section.partners .outer-bottom-flex .inner-card-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.reports .outer-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
section.reports .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 5px;
  padding: 25px;
  height: 100%;
}
section.reports .outer-flex .inner-flex .custom-card .custom-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
section.reports .outer-flex .inner-flex .custom-card .custom-flex .icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  width: 74px;
  height: 74px;
  border-radius: 14px;
  display: grid;
  place-content: center;
}
section.reports .outer-flex .inner-flex .custom-card .custom-flex .custom-text h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
section.reports .outer-flex .inner-flex .custom-card .custom-flex .custom-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.downloadStatements .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.downloadStatements .outer-main .reporting-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.downloadStatements .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.downloadStatements .outer-main .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.requestForm {
  text-align: center;
}
section.requestForm h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.requestForm .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.bottom-notice {
  background-color: var(--font-color);
  padding: 32px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-light);
}

/********************executionBanner**************************/
section.aboutBanner .outer-bg {
  height: 593px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-image: url("../../../..//uploads/2025/10/about-s.png");
}
section.aboutBanner .custom-padding {
  padding: 0;
}
section.aboutBanner span {
  color: var(--font-color);
}
section.aboutBanner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.aboutBanner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.aboutBanner .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.aboutBanner .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
section.aboutBanner .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

section.quick-facts h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.quick-facts .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.quick-facts .outer-flex .inner-flex {
  flex: 1;
}
section.quick-facts .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 4px;
  padding: 25px;
  height: 100%;
}
section.quick-facts .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
section.quick-facts .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.founder .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.founder .outer-main .outer-flex {
  display: flex;
  -moz-column-gap: 95px;
       column-gap: 95px;
}
section.founder .outer-main .outer-flex .inner-flex {
  flex: 1;
}
section.founder .outer-main .outer-flex .inner-flex .custom-left h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
section.founder .outer-main .outer-flex .inner-flex .custom-left .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.founder .outer-main .outer-flex .inner-flex .custom-left .description ul.pointer {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.founder .outer-main .outer-flex .inner-flex .custom-left .description ul.pointer li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
section.founder .outer-main .outer-flex .inner-flex .custom-left .description ul.pointer li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.founder .outer-main .outer-flex .inner-flex .custom-left .description ul.pointer li:not(:last-child) {
  margin-bottom: 12px;
}
section.founder .outer-main .outer-flex .inner-flex .thumbnail img {
  width: 625px;
  height: 750px !important;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.methodology h2 {
  font-weight: 700;
  font-size: 36px;
  position: relative;
}
section.methodology .methodology-outer {
  position: relative;
  padding: 60px 0;
}
section.methodology .methodology-outer h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.methodology .step {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 7px;
}
section.methodology h6.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}
section.methodology .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

/* Horizontal timeline line */
section.methodology .timeline-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 35, 50, 0) 0%, #162332 2%, #162332 50%, #162332 98%, rgba(22, 35, 50, 0) 100%);
  z-index: 1;
}

/* Timeline dots */
section.methodology .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: var(--theme-color-primary);
  border-radius: 50%;
  position: absolute;
  margin-top: -10px;
  /* 8px above the line to center dot */
  z-index: 2;
}

section.methodology .dot-1 {
  left: 2.6%;
}

section.methodology .dot-2 {
  left: 36.5%;
}

section.methodology .dot-3 {
  left: 70.4%;
}

/* Vertical line from dot to box */
section.methodology .vertical-line {
  width: 2px;
  height: 29px;
  background-color: var(--theme-color-primary);
  margin-left: 10%;
}

section.methodology .step-wrapper {
  position: relative;
  margin-top: 10px;
  height: 100%;
}

section.methodology .custom-card {
  background-color: var(--theme-color-light);
  border-radius: 8px;
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  padding: 25px;
  height: 100%;
}

section.methodology .custom-card .icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  height: 74px;
  width: 74px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-content: center;
  margin-bottom: 7px;
}

section.methodology .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 7px;
}

section.methodology .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.unique {
  padding: 100px 0;
}
section.unique h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.unique .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.unique .outer-flex .inner-flex {
  flex: 1;
}
section.unique .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
}
section.unique .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.unique .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.directory .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
}
section.directory .outer-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/directory-bg.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: right;
}
section.directory .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.directory .outer-main .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.featured {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
}
section.featured h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  color: var(--theme-color-dark);
  margin-bottom: 20px;
}
section.featured .outer-img-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
  margin-bottom: 10px;
}
section.featured .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.bottom-content {
  background-color: var(--font-color);
  padding: 32px 0;
  color: var(--theme-color-light);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

/********************leadBanner**************************/
section.leadBanner .outer-bg {
  height: 593px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 107px;
  background-image: url("../../../..//uploads/2025/10/lead-magnent.png");
}
section.leadBanner .outer-bg ul.pointer {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.leadBanner .outer-bg ul.pointer > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color-dark);
  position: relative;
  padding-left: 20px;
}
section.leadBanner .outer-bg ul.pointer > li:not(:last-child) {
  margin-bottom: 10px;
}
section.leadBanner .outer-bg ul.pointer > li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
section.leadBanner .outer-bg .contact-outer-bg {
  background-color: var(--theme-color-secondary);
  border-radius: 6px;
  padding: 50px 40px;
  display: flex;
  justify-content: flex-end;
  margin-left: 50px;
  flex-direction: column;
}
section.leadBanner .outer-bg .contact-outer-bg h3.title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
  text-align: center;
}
section.leadBanner .outer-bg .contact-outer-bg .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}
section.leadBanner .custom-padding {
  padding: 0;
}
section.leadBanner span {
  color: var(--font-color);
}
section.leadBanner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.leadBanner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.leadBanner .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.leadBanner .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
section.leadBanner .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

section.learn .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.learn .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.learn .outer-main .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.learn .outer-main .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
}
section.learn .outer-main .outer-flex .inner-flex .custom-card .icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  width: 74px;
  height: 74px;
  border-radius: 14px;
  display: grid;
  place-content: center;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
section.learn .outer-main .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.learn .outer-main .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

/********************thankuBanner**************************/
section.thankuBanner .outer-bg {
  height: 590px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-image: url("../../../..//uploads/2025/10/thank-you.png");
}
section.thankuBanner .custom-padding {
  padding: 0;
}
section.thankuBanner span {
  color: var(--font-color);
}
section.thankuBanner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.thankuBanner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}

section.find .outer-flex {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
section.find .outer-flex .inner-flex {
  flex: 1;
}
section.find .outer-flex .inner-flex .thumbnail img {
  border-radius: 10px;
}
section.find .outer-flex .inner-flex .content .top-right-button {
  display: inline-flex;
}
section.find .outer-flex .inner-flex .content h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-top: 16px;
  margin-bottom: 16px;
}
section.find .outer-flex .inner-flex .content ul.pointers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.find .outer-flex .inner-flex .content ul.pointers li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
section.find .outer-flex .inner-flex .content ul.pointers li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.find .outer-flex .inner-flex .content ul.pointers li:not(:last-child) {
  margin-bottom: 12px;
}
section.find .outer-flex .inner-flex .content .note {
  color: var(--theme-color-dark);
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 16px;
}

section.cryptoTradingbottom .middle-flex {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
section.cryptoTradingbottom .middle-flex .inner-flex {
  flex: 1;
}
section.cryptoTradingbottom .middle-flex .inner-flex .custom-card {
  background-color: var(--theme-color-primary);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 12px 28px 0px rgba(10, 9, 9, 0.32);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  height: 100%;
}
section.cryptoTradingbottom .middle-flex .inner-flex .custom-card .icon {
  width: 74px;
  height: 74px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-content: center;
  border-radius: 14px;
  margin-bottom: 20px;
}
section.cryptoTradingbottom .middle-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
  max-width: 50%;
}
section.cryptoTradingbottom .middle-flex .inner-flex .custom-card .bottom-flex {
  display: flex;
  justify-content: space-between;
}
section.cryptoTradingbottom .middle-flex .inner-flex .custom-card .bottom-flex .inner-bottom-flex {
  flex: 1;
}
section.cryptoTradingbottom .middle-flex .inner-flex .custom-card .bottom-flex .inner-bottom-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-light);
}
section.cryptoTradingbottom .middle-flex .inner-flex .custom-card .bottom-flex .inner-bottom-flex:nth-child(2) .right-custom-btn {
  display: flex;
  justify-content: flex-end;
}
section.cryptoTradingbottom .bottom-flex-outer {
  margin: 100px 0;
}
section.cryptoTradingbottom .bottom-flex-outer .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.cryptoTradingbottom .bottom-flex-outer .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
}
section.cryptoTradingbottom .bottom-flex-outer .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.cryptoTradingbottom .bottom-flex-outer .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 30px;
}
section.cryptoTradingbottom .bottom-flex-outer .outer-flex .inner-flex .custom-card .read-more-link a.custom-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-primary);
}

section.contact-details {
  margin-bottom: 100px;
}
section.contact-details .outer-bg {
  background-color: var(--theme-color-primary);
  border-radius: 16px;
  padding: 60px;
}
section.contact-details .outer-bg .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.contact-details .outer-bg .outer-flex .inner-flex {
  flex: 1;
}
section.contact-details .outer-bg .outer-flex .inner-flex .custom-card {
  padding: 25px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--theme-color-light);
  height: 100%;
  text-align: center;
}
section.contact-details .outer-bg .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
section.contact-details .outer-bg .outer-flex .inner-flex .custom-card a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-light);
}
section.contact-details .outer-bg .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-light);
}

section.error h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: var(--theme-color-dark);
  margin-top: 30px;
  margin-bottom: 10px;
}
section.error .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.wisdom-account {
  margin-top: 100px;
  margin-bottom: 100px;
}
section.wisdom-account h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
section.wisdom-account h2 span {
  color: var(--font-color);
}
section.wisdom-account .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 40px;
}
section.wisdom-account .thumbnail {
  margin-top: 66px;
}
section.wisdom-account .thumbnail img {
  width: 496px;
  height: 766px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wisdom-account .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1490196078);
  background-color: var(--theme-color-light);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
section.wisdom-account .custom-card h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 18px;
}
section.wisdom-account .custom-card h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
section.wisdom-account .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.wisdom-account .custom-card .description ul.pointer {
  margin-bottom: 10px;
  padding-left: 16px;
}
section.wisdom-account .custom-card .description ul.pointer li {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: var(--theme-color-light);
}
section.wisdom-account .custom-card .description ul.pointer li a {
  color: var(--theme-color-light);
  text-decoration: underline;
}
section.wisdom-account .custom-card .custom-btn {
  display: inline-flex;
}
section.wisdom-account .custom-card:not(:last-child) {
  margin-bottom: 40px;
}
section.wisdom-account .custom-card .custom-inner-flex {
  display: flex;
  -moz-column-gap: 19px;
       column-gap: 19px;
  margin-top: 18px;
  text-align: left;
}
section.wisdom-account .custom-card .custom-inner-flex .inner-flex .inner-custom-card {
  background-color: var(--theme-color-primary);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 12px 28px 0px rgba(10, 9, 9, 0.32);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 16px;
}
section.wisdom-account .custom-card .custom-inner-flex .inner-flex .inner-custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
section.wisdom-account .custom-card .custom-inner-flex .inner-flex .inner-custom-card .icon {
  background: rgba(255, 255, 255, 0.1);
  width: 57px;
  height: 56px;
  border-radius: 4px;
  display: grid;
  place-content: center;
  margin-bottom: 10px;
}
section.wisdom-account .custom-card .bottom-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
}
section.wisdom-account .left-flex {
  position: relative;
  width: 496px;
}
section.wisdom-account .left-flex::after {
  content: "";
  background: var(--theme-color-secondary-x);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: -80px;
}
section.wisdom-account .left-flex::before {
  content: "";
  background: var(--theme-color-dark);
  position: absolute;
  top: 0;
  height: 143px;
  width: 3px;
  right: -80px;
  border-radius: 100px;
  z-index: 1;
}
section.wisdom-account .right-flex {
  padding-left: 50px;
}
section.wisdom-account .outer-flex {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

body.page-template-trend-following-strategy section#risk {
  padding: 150px 0 0;
}

body.page-template-trend-following-strategy section.markets-inner {
  padding-top: 100px;
}

body.page-template-trend-following-strategy section.execution .outer-flex h6 {
  margin-bottom: 14px;
  margin-top: 30px;
}

body.page-template-trend-following-strategy section.execution .outer-flex .inner-flex .custom-left h2 {
  margin-bottom: 12px;
}

body.page-template-trend-following-strategy section.reporting .outer-flex .inner-flex .custom-left .bottom-buttons {
  margin-top: 16px;
}

body.page-template-momentum-strategy section#risk {
  padding: 150px 0 0;
}

body.page-template-momentum-strategy section.markets-inner {
  padding-top: 100px;
}

body.page-template-momentum-strategy section.execution .outer-flex h6 {
  margin-bottom: 14px;
}

body.page-template-momentum-strategy section.execution .outer-flex .inner-flex .custom-left h2 {
  margin-bottom: 12px;
}

body.page-template-momentum-strategy section.reporting .outer-flex .inner-flex .custom-left .bottom-buttons {
  margin-top: 16px;
}

body.page-template-momentum-strategy section#risk .custom-left {
  padding-right: 50px;
}

body.page-template-mean-reversion-strategy section#risk {
  padding: 150px 0 100px;
}

body.page-template-mean-reversion-strategy section#execution .outer-flex .inner-flex .custom-left h2 {
  margin-bottom: 12px;
}
body.page-template-mean-reversion-strategy section#execution .outer-flex .inner-flex .custom-right h6 {
  margin-bottom: 14px;
}

body.page-template-mean-reversion-strategy section.reporting .outer-flex .inner-flex .custom-left .bottom-buttons {
  margin-top: 16px;
}

body.page-template-fusion-strategy section#risk {
  padding: 100px 0;
}

body.page-template-fusion-strategy section#execution .outer-flex .inner-flex .custom-left h2 {
  margin-bottom: 12px;
}
body.page-template-fusion-strategy section#execution .outer-flex .inner-flex .custom-right h6 {
  margin-bottom: 14px;
}

body.page-template-fusion-strategy section.reporting .outer-flex .inner-flex .custom-left .bottom-buttons {
  margin-top: 16px;
}

body.page-template-markets section.execution-market .outer-flex .inner-flex .custom-left h2 {
  margin-bottom: 20px;
}

section.contactUs {
  padding-bottom: 100px;
}
section.contactUs h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
section.contactUs .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

body.page-template-crypto-futures-market section.live-markets {
  padding: 100px 0;
}

body.page-template-crypto-futures-market section.execution-market {
  padding: 140px 0 100px;
}
body.page-template-crypto-futures-market section.execution-market .custom-padding {
  padding: 0;
}
body.page-template-crypto-futures-market section.execution-market .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}

body.page-template-crypto-futures-market section.crypto-futures {
  padding-top: 100px;
}

body.page-template-equity-index-futures-market section.how-it-works {
  padding: 100px 0 150px;
}

body.page-template-equity-index-futures-market section.live-markets {
  padding-top: 100px;
}

body.page-template-equity-index-futures-market section.execution-market .outer-main .outer-flex .inner-flex .custom-left {
  padding-right: 100px;
}

body.page-template-equity-index-futures-market section.execution-market .outer-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
  left: -35%;
}

body.page-template-equity-index-futures-market section.account {
  padding: 100px 0;
}

body.page-template-equity-index-futures-market section#faq {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

body.page-template-equity-index-futures-market section.testimonial::after {
  right: 0;
}

body.page-template-metals-commodities-market section.live-markets {
  padding: 100px 0;
}

body.page-template-metals-commodities-market section.execution-market .outer-main .outer-flex .inner-flex .custom-left {
  padding-right: 100px;
}

body.page-template-metals-commodities-market section.execution-market .outer-flex .outer-img-flex .inner-img-flex:not(:first-child)::before {
  left: -35%;
}

body.page-template-metals-commodities-market section.execution-market {
  padding-top: 100px;
}

body.page-template-metals-commodities-market section.account {
  padding: 100px 0;
}

body.page-template-metals-commodities-market section#faq {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

body.page-template-contract-specifications-market section.account {
  padding: 100px 0;
}

body.page-template-contract-specifications-market section.live-markets .outer-grid {
  grid-template-columns: repeat(3, 1fr);
}

body.page-template-contract-specifications-market section.live-markets {
  padding: 100px 0;
}

body.page-template-contract-specifications-market section.testimonial {
  display: none;
}

section.client .custom-padding {
  padding: 0;
}
section.client .custom-padding .main-outer-bg:not(:last-child) .outer-bg .outer-flex .inner-flex > img {
  width: 50%;
}
section.client .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px;
}
section.client .custom-padding .outer-main .main-outer-bg:not(:last-child) {
  margin-bottom: 10px;
}
section.client .custom-padding .outer-main .main-outer-bg h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 20px;
}
section.client .custom-padding .outer-main .main-outer-bg .outer-bg {
  background-color: var(--theme-color-light);
  border-radius: 10px;
  padding: 22px;
}
section.client .custom-padding .outer-main .main-outer-bg .outer-bg .outer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.client .custom-padding .outer-main .main-outer-bg .outer-bg .outer-flex > .inner-flex {
  flex: 1;
  position: relative;
}
section.client .custom-padding .outer-main .main-outer-bg .outer-bg .outer-flex > .inner-flex:not(:last-child)::after {
  content: "";
  border: 0.85px solid rgba(22, 35, 50, 0.2);
  top: 0;
  bottom: 0;
  right: 0%;
  position: absolute;
}

body.page-template-about-us section.methodology {
  margin: 100px 0 150px;
}
body.page-template-about-us section.methodology .methodology-outer {
  padding: 0;
}

section.story .outer-main {
  background-color: var(--theme-color-secondary);
  padding: 60px 40px;
}
section.story .outer-main .outer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 126px;
       column-gap: 126px;
}
section.story .outer-main .outer-flex .inner-flex {
  flex: 1;
}
section.story .outer-main .outer-flex .inner-flex .custom-left h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
  text-transform: capitalize;
}
section.story .outer-main .outer-flex .inner-flex .custom-left .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.story .outer-main .outer-flex .inner-flex .custom-right {
  position: relative;
}
section.story .outer-main .outer-flex .inner-flex .custom-right::before {
  content: "";
  background: var(--theme-color-secondary-x);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  width: 1px;
}
section.story .outer-main .outer-flex .inner-flex .custom-right::after {
  content: "";
  width: 3px;
  height: 65px;
  background-color: var(--theme-color-dark);
  border-radius: 100px;
  position: absolute;
  left: -59px;
  top: 0;
}
section.story .outer-main .outer-flex .inner-flex .custom-right .custom-card h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--theme-color-dark);
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
section.story .outer-main .outer-flex .inner-flex .custom-right .custom-card h6::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.story .outer-main .outer-flex .inner-flex .custom-right .custom-card:not(:last-child) {
  margin-bottom: 15px;
}
section.story .outer-main .outer-flex .inner-flex .custom-right .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
  padding-left: 20px;
}

section.outer-cards {
  padding: 100px 0;
}
section.outer-cards .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.outer-cards .outer-flex .inner-flex {
  flex: 1;
}
section.outer-cards .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  padding: 25px;
  border-radius: 6px;
  height: 100%;
}
section.outer-cards .outer-flex .inner-flex .custom-card .custom-icon {
  background: radial-gradient(120% 120% at 0% 0%, #F7F8FA 0%, #FBFBFB 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  margin-bottom: 10px;
  height: 74px;
  width: 74px;
  display: grid;
  place-content: center;
}
section.outer-cards .outer-flex .inner-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
section.outer-cards .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

body.page-template-execution-support section.oversight {
  padding-top: 100px;
}
body.page-template-execution-support section.pointers {
  padding-bottom: 100px;
}
body.page-template-execution-support section.technology {
  padding-bottom: 100px;
  padding-top: 100px;
}

body.page-template-execution-support section.delivery {
  padding: 100px 0;
}

body.page-template-execution-oversight section.process {
  padding: 100px 0;
}

body.page-template-open-account .homebanner .custom-padding .bottom-content {
  margin-top: 20px;
}

.custom-warning {
  margin-top: 20px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}

body.page-template-platforms-technology section.testimonial::after {
  right: 0;
}
body.page-template-platforms-technology section#faq {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}

section.methodology-oversight h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.methodology-oversight .outer-flex {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
section.methodology-oversight .outer-flex .inner-flex {
  flex: 1;
}
section.methodology-oversight .outer-flex .inner-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  padding: 25px;
  border-radius: 6px;
  height: 100%;
}
section.methodology-oversight .outer-flex .inner-flex .custom-card .icon {
  margin-bottom: 20px;
}
section.methodology-oversight .outer-flex .inner-flex .custom-card h6.title {
  color: rgba(12, 13, 14, 0.4);
  filter: blur(2px);
  margin-bottom: 7px;
}
section.methodology-oversight .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}

section.execution-platform {
  padding-top: 100px;
}
section.execution-platform .outer-flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 140px;
       column-gap: 140px;
  align-items: center;
}
section.execution-platform .outer-flex .inner-flex {
  flex: 1;
}
section.execution-platform .outer-flex .inner-flex h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.execution-platform .outer-flex .inner-flex .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.execution-platform .outer-flex .inner-flex .right-custom h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--font-color);
  margin-bottom: 30px;
}
section.execution-platform .outer-flex .inner-flex .right-custom > .outer-bg {
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
}
section.execution-platform .outer-flex .inner-flex .right-custom > .outer-bg .outer-img-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  text-align: center;
}
section.execution-platform .outer-flex .inner-flex .right-custom > .outer-bg .outer-img-flex .inner-img-flex {
  position: relative;
}
section.execution-platform .outer-flex .inner-flex .right-custom > .outer-bg .outer-img-flex .inner-img-flex:not(:last-child)::after {
  content: "";
  position: absolute;
  background: var(--theme-color-primary);
  top: 0;
  bottom: 0;
  right: -20px;
  width: 1px;
  opacity: 12%;
}

section.cryptoTrading {
  padding-bottom: 100px;
}
section.cryptoTrading h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
}
section.cryptoTrading .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
  margin-bottom: 40px;
}
section.cryptoTrading iframe {
  width: 1310px;
  height: 459px;
  border-radius: 10px;
  aspect-ratio: 16/9;
}

section.ResourcesBanner .outer-bg {
  height: 593px;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-image: url("../../../..//uploads/2025//10/resources.png");
}
section.ResourcesBanner .custom-padding {
  padding: 0;
}
section.ResourcesBanner span {
  color: var(--font-color);
}
section.ResourcesBanner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.ResourcesBanner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.ResourcesBanner .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.ResourcesBanner .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 60px;
}
section.ResourcesBanner .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

section.all_resources .top-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
section.all_resources .top-flex .inner-flex .title h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: var(--theme-color-dark);
}
section.all_resources .top-flex .inner-flex .categories ul.category-tabs {
  display: flex;
  list-style: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-left: 0;
  margin-bottom: 0;
}
section.all_resources .top-flex .inner-flex .categories ul.category-tabs li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--font-color);
}
section.all_resources .top-flex .inner-flex .categories ul.category-tabs li.active a {
  color: var(--theme-color-dark);
}
section.all_resources div#resource-posts .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.all_resources div#resource-posts .custom-card .thumb img {
  border-radius: 4px;
  height: 217px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
section.all_resources div#resource-posts .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-top: 20px;
  margin-bottom: 8px;
}
section.all_resources div#resource-posts .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 24px;
}
section.all_resources div#resource-posts .custom-card .read-more-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-primary);
}
section.all_resources div#resource-posts .custom-card .custom-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.all_resources .load-more-wrap {
  margin-top: 40px;
  text-align: center;
}

section.guides .custom-padding {
  padding: 0;
}
section.guides .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.guides .custom-padding .outer-main h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.guides .custom-padding .outer-main .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section.guides .custom-padding .outer-main .outer-flex .inner-flex {
  flex: 1;
}
section.guides .custom-padding .outer-main .outer-flex .inner-flex .custom-card {
  background-color: var(--theme-color-light);
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1607843137);
  border-radius: 5px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.guides .custom-padding .outer-main .outer-flex .inner-flex .custom-card .title h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
section.guides .custom-padding .outer-main .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
  margin-bottom: 22px;
}
section.guides .custom-padding .outer-main .outer-flex .inner-flex .custom-card .download-button {
  display: inline-flex;
  margin-top: auto;
}

section.client_stories {
  padding-top: 100px;
}
section.client_stories .sub_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 12px;
}
section.client_stories h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.client_stories .outer-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
section.client_stories .outer-flex .inner-flex .custom-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: var(--theme-color-light);
  padding: 40px;
  border-radius: 10px;
}
section.client_stories .outer-flex .inner-flex .custom-card .custom-flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 24px;
}
section.client_stories .outer-flex .inner-flex .custom-card .custom-flex .icon {
  flex: none;
}
section.client_stories .outer-flex .inner-flex .custom-card .custom-flex .icon img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
section.client_stories .outer-flex .inner-flex .custom-card .custom-flex .custom-text h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--theme-color-primary);
  margin-bottom: 4px;
}
section.client_stories .outer-flex .inner-flex .custom-card .custom-flex .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-secondary-dark);
}
section.client_stories .outer-flex .inner-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.client_stories .last-bottom-btn {
  text-align: center;
  margin-top: 40px;
}

section.single-resource {
  margin-top: 40px;
}
section.single-resource .back-button {
  margin-bottom: 60px;
}
section.single-resource .back-button a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
section.single-resource .title h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 30px;
}
section.single-resource .image {
  margin-bottom: 30px;
}
section.single-resource .image img {
  height: 646px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.single-resource .post-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.single-resource p strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.single-resource ul.wp-block-list {
  margin-bottom: 60px;
  padding-left: 0;
  list-style: none;
}
section.single-resource ul.wp-block-list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  position: relative;
  padding-left: 15px;
}
section.single-resource ul.wp-block-list li strong {
  font-weight: 400;
  color: var(--theme-color-dark);
}
section.single-resource ul.wp-block-list li:not(:last-child) {
  margin-bottom: 10px;
}
section.single-resource ul.wp-block-list li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

section.faq .custom-padding {
  padding: 0;
}
section.faq .outer-main {
  box-shadow: 0px 0px 5px 0px rgba(22, 35, 50, 0.1019607843);
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 55px 40px;
}
section.faq h2 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  color: var(--theme-color-dark);
}
section.faq .faq-accordion {
  margin-top: 30px;
  padding: 0px 250px;
}
section.faq .faq-item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0196078431);
  background-color: var(--theme-color-light);
  border-radius: 6px;
  padding: 12px 20px;
}
section.faq .faq-item:not(:last-child) {
  margin-bottom: 16px;
}
section.faq .faq-question {
  width: 100%;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: var(--theme-color-light);
}
section.faq .faq-question .icon {
  font-size: 28px;
  transition: transform 0.3s ease;
}
section.faq .faq-question span.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--theme-color-dark);
}
section.faq .faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}
section.faq .faq-answer {
  display: none;
  padding: 20px 0 0 5px;
  font-size: 18px;
  color: var(--font-color);
}
section.faq .faq-item.active .faq-answer {
  display: block;
}

section.bottom-contact .custom-padding {
  padding: 0;
}
section.bottom-contact .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.bottom-contact .custom-padding .outer-main h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
  text-align: center;
}
section.bottom-contact .custom-padding .outer-main .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 40px;
  text-align: center;
}

section.common-banner .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 100px 30px;
}
section.common-banner .outer-main h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: var(--theme-color-dark);
}

section.common_section {
  padding: 100px 0;
}

section.contract_specs .outer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
section.contract_specs .outer-flex > .inner-flex {
  flex: 1;
}
section.contract_specs .outer-flex > .inner-flex:nth-child(2) .right-buttons {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
section.contract_specs .outer-flex > .inner-flex .left h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.contract_specs .outer-flex > .inner-flex .left .top-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
}
section.contract_specs .table_data .contract-specs .filters {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 24px;
}
section.contract_specs .table_data .contract-specs .filters select {
  background-color: var(--font-color);
  color: var(--theme-color-light);
  padding: 10px 20px;
  border-radius: 4px;
  width: 100%;
}
section.contract_specs .table_data .contract-specs table#contractTable {
  width: 100%;
  border: 1px solid var(--theme-color-secondary-x);
}
section.contract_specs .table_data .contract-specs table#contractTable thead tr th {
  border: 1px solid var(--theme-color-secondary-x);
  padding: 12px;
  background-color: var(--theme-color-secondary);
  font-family: Aileron;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
section.contract_specs .table_data .contract-specs table#contractTable tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--font-color);
  border: 1px solid var(--theme-color-secondary-x);
}
section.contract_specs .table_data .contract-specs table#contractTable tbody tr td:nth-child(1) {
  text-align: left;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
section.contract_specs .bottom_note {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 16px;
}

section.contact .main_content h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
section.contact .main_content .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 40px;
}
section.contact span.wpcf7-form-control-wrap input.wpcf7-form-control {
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary);
  width: 100%;
  background-color: var(--theme-color-secondary);
}
section.contact span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder {
  color: var(--font-color);
}
section.contact span.wpcf7-form-control-wrap input.wpcf7-form-control:focus-visible {
  outline: none !important;
}
section.contact span.wpcf7-form-control-wrap textarea {
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary);
  width: 100%;
  background-color: var(--theme-color-secondary);
  color: var(--font-color);
  resize: none;
  height: 114px;
}
section.contact span.wpcf7-form-control-wrap textarea:focus-visible {
  outline: none !important;
}

body.page-template-crypto-futures-market section.contract_specs {
  padding-top: 140px;
}

body.page-template-metals-commodities-market section.contract_specs {
  padding-top: 140px;
}

body.page-template-equity-index-futures-market section.contract_specs {
  padding-bottom: 100px;
}

body.page-template-markets .custom-tabs .outer-flex {
  margin-top: 118px;
}

body.page-template-markets section.market_scroller {
  margin-top: 30px;
  margin-bottom: 100px;
}

body.page-template-markets section.execution-market {
  margin: 100px 0;
}

body.page-template-markets section.live-markets {
  margin: 100px 0 0px;
}

body.page-template-markets section.account {
  margin: 100px 0 0;
}

body.page-template-crypto-futures-market section.market_scroller {
  margin: 28px 0 100px;
}

body.page-template-equity-index-futures-market section.market_scroller {
  margin: 28px 0 100px;
}

body.page-template-metals-commodities-market section.market_scroller {
  margin: 28px 0 100px;
}

section.contract_lead {
  margin-top: 100px;
}
section.contract_lead .top_content h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.contract_lead .top_content .top-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 40px;
}
section.contract_lead .custom-padding {
  padding: 0;
}
section.contract_lead .custom-padding .outer-main {
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 60px 40px;
}
section.contract_lead .table_data .contract-specs .filters {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 24px;
}
section.contract_lead .table_data .contract-specs .filters select {
  background-color: var(--font-color);
  color: var(--theme-color-light);
  padding: 10px 20px;
  border-radius: 4px;
  width: 100%;
}
section.contract_lead .table_data .contract-specs table#contractTable {
  width: 100%;
  border: 1px solid var(--theme-color-secondary-x);
}
section.contract_lead .table_data .contract-specs table#contractTable thead tr th {
  border: 1px solid var(--theme-color-secondary-x);
  padding: 12px;
  background-color: var(--theme-color-secondary);
  font-family: Aileron;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
section.contract_lead .table_data .contract-specs table#contractTable tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--font-color);
  border: 1px solid var(--theme-color-secondary-x);
}
section.contract_lead .table_data .contract-specs table#contractTable tbody tr td:nth-child(1) {
  text-align: left;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
section.contract_lead .bottom_note {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 16px;
}

body.page-template-lead-magnent section.execution-platform {
  padding-bottom: 100px;
}

body.page-template-homepage section.market_scroller {
  margin: 28px 0 100px;
}

.gform_button {
  background-color: var(--theme-color-dark) !important;
}

input:focus {
  outline: none !important;
  border-color: var(--theme-color-dark) !important;
}

textarea:focus {
  outline: none !important;
  border-color: var(--theme-color-dark) !important;
}

body.page-template-strategies section.reporting {
  padding-top: 100px;
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}

/**********************5nov2k25live***********************/
section.lead-bottom-content {
  background-color: var(--theme-color-primary);
  padding: 32px 0;
  color: var(--theme-color-light);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

section.leadmarket {
  margin: 100px 0;
}
section.leadmarket .custom-padding {
  padding: 0;
}
section.leadmarket .outer-main {
  box-shadow: 0px 0px 5px 0px rgba(22, 35, 50, 0.1019607843);
  background-color: var(--theme-color-secondary);
  border-radius: 20px;
  padding: 55px 40px;
}
section.leadmarket .outer-main h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
}
section.leadmarket .outer-main .outer-flex {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
}
section.leadmarket .outer-main .outer-flex .custom-card {
  box-shadow: 5px 5px 30px 0px rgba(136, 136, 136, 0.1490196078);
  background-color: var(--theme-color-light);
  border-radius: 10px;
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.leadmarket .outer-main .outer-flex .custom-card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-bottom: 6px;
}
section.leadmarket .outer-main .outer-flex .custom-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 16px;
}
section.leadmarket .outer-main .outer-flex .custom-card .custom-link {
  margin-top: auto;
}
section.leadmarket .outer-main .outer-flex .custom-card .custom-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-primary);
}

section.founderDescription h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}
section.founderDescription .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color);
  margin-bottom: 16px;
}
section.founderDescription .thumbnail {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: 50px;
}
section.founderDescription .thumbnail img {
  border-radius: 10px;
  max-width: 609px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section.founderDescription .thumbnail .overlay-text {
  border: 1px solid #F7F8FA;
  position: absolute;
  bottom: 30px;
  left: 30px;
  border-radius: 4px;
  width: 266px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  padding: 7px 0;
}
section.founderDescription .thumbnail .overlay-text h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color-dark);
}
section.founderDescription .thumbnail .overlay-text .sub_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color-dark);
}

body.page-template-lead-magnent-2 section.content_image_section .thumbnail img {
  border-radius: 10px;
}
body.page-template-lead-magnent-2 section.content_image_section h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
body.page-template-lead-magnent-2 section.content_image_section .button_custom_bottom {
  margin-top: 16px;
  display: flex;
}
body.page-template-lead-magnent-2 section.content_image_section .button_custom_bottom a.btn_custom_dark {
  text-decoration: underline;
}

body.page-template-lead-magnent-2 section.strategy {
  margin: 90px 0 47px 0;
}
body.page-template-lead-magnent-2 section.strategy .note {
  font-size: 12px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 19px;
}

div.find .outer-flex {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
div.find .outer-flex .inner-flex {
  flex: 1;
}
div.find .outer-flex .inner-flex .thumbnail img {
  border-radius: 10px;
}
div.find .outer-flex .inner-flex .content .top-right-button {
  display: inline-flex;
}
div.find .outer-flex .inner-flex .content h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: var(--theme-color-dark);
  margin-top: 16px;
  margin-bottom: 16px;
}
div.find .outer-flex .inner-flex .content ul.pointers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
div.find .outer-flex .inner-flex .content ul.pointers li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
div.find .outer-flex .inner-flex .content ul.pointers li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div.find .outer-flex .inner-flex .content ul.pointers li:not(:last-child) {
  margin-bottom: 12px;
}
div.find .outer-flex .inner-flex .content .note {
  color: var(--theme-color-dark);
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 16px;
}

section.thanku_Banner .outer-bg {
  height: 760px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("../../../../uploads/2025/10/thank-you.png");
  flex-direction: column;
}
section.thanku_Banner .custom-padding {
  padding: 0;
}
section.thanku_Banner span {
  color: var(--font-color);
}
section.thanku_Banner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
section.thanku_Banner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.thanku_Banner .top-right-button {
  margin-top: 16px;
}

body.page-template-thankyou-2 section.cryptoTradingbottom {
  margin-top: 48px;
}

section.lead_Banner .outer-bg {
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 107px;
  background-image: url("../../../../uploads/2025/11/bg-lead-1-scaled-1.png");
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 4px;
}
section.lead_Banner .outer-bg ul.pointer {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.lead_Banner .outer-bg ul.pointer > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color-dark);
  position: relative;
  padding-left: 20px;
}
section.lead_Banner .outer-bg ul.pointer > li:not(:last-child) {
  margin-bottom: 10px;
}
section.lead_Banner .outer-bg ul.pointer > li::before {
  content: "";
  background-image: url(../images/pointer.svg);
  width: 7px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
section.lead_Banner .outer-bg .contact-outer-bg {
  background-color: var(--theme-color-secondary);
  border-radius: 6px;
  padding: 50px 40px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
section.lead_Banner .outer-bg .contact-outer-bg h3.title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: var(--theme-color-dark);
  margin-bottom: 16px;
}
section.lead_Banner .outer-bg .contact-outer-bg .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
section.lead_Banner .outer-bg .contact-outer-bg .note {
  font-size: 12px;
  line-height: 20px;
  color: var(--theme-color-dark);
  margin-top: 19px;
}
section.lead_Banner .outer-bg .contact-outer-bg .gform-footer.gform_footer.top_label input[type=submit] {
  width: 100%;
}
section.lead_Banner .custom-padding {
  padding: 0;
}
section.lead_Banner span {
  color: var(--font-color);
}
section.lead_Banner h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 16px;
}
section.lead_Banner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--font-color-x);
}
section.lead_Banner .bnr-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 40px;
}
section.lead_Banner .bottom-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 10px;
}
section.lead_Banner .bottom-content .inner-flex {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--theme-color-secondary-x);
  color: var(--theme-color-primary-x);
  padding: 9px 13px;
  border-radius: 4px;
}

body.page-template-lead-magnent-2 section#risk {
  margin-top: 30px;
  margin-bottom: 46px;
}
body.page-template-lead-magnent-2 section#risk .row-custom {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
body.page-template-lead-magnent-2 section#risk .row-custom .col-custom {
  flex: 1;
}
body.page-template-lead-magnent-2 section#risk .row-custom:nth-child(even) {
  flex-direction: row-reverse;
}
body.page-template-lead-magnent-2 section#risk .row-custom:not(:last-child) {
  margin-bottom: 99px;
}

body.page-template-lead-magnent-2 section.leadmarket {
  margin-bottom: 27px;
  margin-top: 0;
}

section.fullpagetitle .content {
  background: #24323F;
  border-radius: 10px;
  padding: 85px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.fullpagetitle .content h1 {
  margin-bottom: 0;
  font-weight: 300;
  font-style: italic;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */