/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
h1,
.h1,
section.affiliate_program .affiliate_profit_number {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1,
  section.affiliate_program .affiliate_profit_number {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1,
  section.affiliate_program .affiliate_profit_number {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
h1 > span,
.h1 > span,
section.affiliate_program .affiliate_profit_number > span {
  color: #0abb86;
}

h2,
.h2,
section.main_intro .slide_switcher {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2,
  section.main_intro .slide_switcher {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2,
  section.main_intro .slide_switcher {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
h2 > span,
.h2 > span,
section.main_intro .slide_switcher > span {
  color: #0abb86;
}

h3,
.h3 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > span {
  color: #0abb86;
}

h4,
.h4 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h4 > span,
.h4 > span {
  color: #0abb86;
}

h5,
.h5,
section.guarantees .finacom_member__title {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h5,
  .h5,
  section.guarantees .finacom_member__title {
    font-size: 16px;
  }
}
h5 > span,
.h5 > span,
section.guarantees .finacom_member__title > span {
  color: #0abb86;
}

h6,
.h6 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
h6 > span,
.h6 > span {
  color: #0abb86;
}

/*  */
p > br {
  margin-top: 0;
}

.buttons_row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .buttons_row {
    gap: 12px;
  }
}

@media screen and (max-width: 600px) {
  .buttons_row > * {
    flex-grow: 1;
  }
}

/*  */
section.main_intro {
  overflow: hidden;
  background-image: url("/static/img/pages/main/intro_bg.png");
  background-repeat: no-repeat;
  /*!rtl:ignore*/
  background-position: top right;
  background-size: auto;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  section.main_intro {
    padding-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  section.main_intro {
    background-image: none;
  }
}
section.main_intro .swiper {
  overflow: visible;
}
section.main_intro .slide_content {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.main_intro .slide_content {
    flex-direction: column;
  }
}
section.main_intro .slide_info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-right: 24px;
  margin-top: 164px;
}
@media screen and (max-width: 1024px) {
  section.main_intro .slide_info {
    gap: 24px;
    margin-top: 148px;
  }
}
@media screen and (max-width: 768px) {
  section.main_intro .slide_info {
    flex-direction: column;
    gap: 12px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
section.main_intro .slide_description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.main_intro .slide_title {
  transform: translateX(-10px);
  opacity: 0;
  margin: 0;
}
section.main_intro .slide_picture {
  display: flex;
  align-items: center;
  width: 59%;
  height: 620px;
  flex-shrink: 0;
  /*!rtl:raw: transform: scaleX(-1); */
}
@media screen and (max-width: 1024px) {
  section.main_intro .slide_picture {
    width: 50%;
    height: auto;
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  section.main_intro .slide_picture {
    width: 100%;
    max-height: 75vh;
    margin-top: auto;
    margin-bottom: auto;
  }
}
section.main_intro .slide_picture img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  /*!rtl:raw: transform: scaleX(-1); */
}
section.main_intro .slide_buttons {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  section.main_intro .slide_buttons {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  section.main_intro .slide_buttons > * {
    width: 100%;
  }
}
section.main_intro .slide_switchers + .swiper {
  z-index: 0;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  section.main_intro .slide_switchers + .swiper {
    margin-top: 12px;
  }
}
section.main_intro .slide_switchers {
  position: relative;
  display: flex;
  gap: 24px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  section.main_intro .slide_switchers {
    gap: 12px;
  }
}
section.main_intro .slide_switcher {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: color 0.25s ease-in-out;
  padding-bottom: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  section.main_intro .slide_switcher {
    flex-grow: 1;
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  section.main_intro .slide_switcher {
    font-size: 18px;
  }
}
section.main_intro .slide_switcher::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #0abb86;
  opacity: 0;
}
section.main_intro .slide_switcher:hover,
section.main_intro .slide_switcher.is_active {
  color: #0abb86;
}
section.main_intro .slide_switcher.is_active::after {
  transition: 0.4s ease-in-out;
  width: 100%;
  left: 0;
  opacity: 1;
}
section.main_intro .swiper-slide-active .slide_title {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}
section.main_intro .swiper-slide--multiply .slide_picture {
  margin-right: -80px;
}
@media screen and (max-width: 1024px) {
  section.main_intro .swiper-slide--multiply .slide_picture {
    margin-right: 0;
  }
}
section.main_intro .c_dots_list {
  width: 120%;
}
@media screen and (max-width: 768px) {
  section.main_intro .c_dots_list {
    width: 100%;
  }
}

.divider {
  background-color: #f8faff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 80px;
}
@media screen and (max-width: 600px) {
  .divider {
    height: 50px;
  }
}
.divider picture {
  display: flex;
  align-items: center;
}
.divider img {
  max-width: none;
  width: 1920px;
}
@media screen and (max-width: 600px) {
  .divider img {
    width: 1024px;
  }
}

section.trading_instruments {
  overflow: hidden;
}
section.trading_instruments h2 {
  margin-bottom: 4px;
}
section.trading_instruments .swiper + .swiper {
  margin-top: 24px;
}
section.trading_instruments .c_dots_list + p {
  margin: 32px 0;
}
@media screen and (max-width: 600px) {
  section.trading_instruments .c_dots_list + p {
    margin: 16px 0;
  }
}

section.copytrading {
  padding: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  section.copytrading {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
section.copytrading h2 {
  margin-bottom: 4px;
}
section.copytrading .james {
  position: absolute;
  top: -75px;
  right: 95px;
  width: 155px;
  height: 146px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  section.copytrading .james {
    top: -55px;
    right: 16px;
    width: 80px;
    height: 76px;
  }
}
section.copytrading .bryan {
  position: absolute;
  top: -110px;
  right: 160px;
  width: 201px;
  height: 196px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  section.copytrading .bryan {
    top: -75px;
    right: 50px;
    width: 103px;
    height: 100px;
  }
}
section.copytrading .luke {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 205px;
  height: 198px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  section.copytrading .luke {
    width: 140px;
    height: 136px;
  }
}
@media screen and (max-width: 600px) {
  section.copytrading .luke {
    bottom: 55px;
  }
}
section.copytrading .c_checkmarks_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  margin: 16px 0 24px;
}
@media screen and (max-width: 600px) {
  section.copytrading .c_checkmarks_list {
    grid-template-columns: 1fr;
  }
}
section.copytrading .c_checkmarks_list li:first-child {
  grid-column: 1/3;
}
@media screen and (max-width: 600px) {
  section.copytrading .c_checkmarks_list li:first-child {
    grid-column: initial;
  }
}

section.investment_portfolios {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  overflow: hidden;
}
section.investment_portfolios h2 {
  margin-bottom: 12px;
}
section.investment_portfolios .swiper + .swiper {
  margin-top: 24px;
}
section.investment_portfolios .c_checkmarks_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12px 24px;
  margin: 16px 0 24px;
}
@media screen and (max-width: 600px) {
  section.investment_portfolios .c_checkmarks_list {
    grid-template-columns: 1fr;
  }
}

section.affiliate_program {
  overflow: hidden;
}
section.affiliate_program::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 370px;
  background-image: url("/static/img/pages/main/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  /*!rtl:raw: transform: scaleX(-1); */
}
@media screen and (max-width: 600px) {
  section.affiliate_program::before {
    display: none;
  }
}
section.affiliate_program h2 {
  margin-bottom: 4px;
}
section.affiliate_program .buttons_row {
  margin: 32px 0;
}
@media screen and (max-width: 600px) {
  section.affiliate_program .buttons_row {
    margin: 24px 0;
  }
}
section.affiliate_program .affiliate_profit {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 64px;
}
section.affiliate_program .affiliate_profit_number {
  margin-bottom: 0;
}
section.affiliate_program .affiliate_scheme {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  section.affiliate_program .affiliate_scheme {
    gap: 24px;
  }
}
section.affiliate_program .affiliate_scheme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%);
}
section.affiliate_program .affiliate_scheme_row {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
section.affiliate_program .affiliate_scheme_row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
}
section.affiliate_program .affiliate_scheme_item {
  width: 100%;
  display: flex;
}
section.affiliate_program .affiliate_scheme_item:nth-child(odd) {
  justify-content: flex-end;
  text-align: right;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  section.affiliate_program .affiliate_scheme_item:nth-child(odd) {
    margin-right: 24px;
  }
}
section.affiliate_program .affiliate_scheme_item:nth-child(even) {
  justify-content: flex-start;
  text-align: left;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  section.affiliate_program .affiliate_scheme_item:nth-child(even) {
    margin-left: 24px;
  }
}
section.affiliate_program .affiliate_scheme_item svg {
  width: 48px;
  aspect-ratio: 1;
}
section.affiliate_program .affiliate_scheme_item i {
  display: block;
  font-family: "Nunito", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-style: normal;
}

section.guarantees .layout {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  section.guarantees .layout {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.guarantees .layout > * {
  flex-grow: 1;
}
section.guarantees .finacom_member {
  display: flex;
  align-items: center;
  gap: 16px;
}
section.guarantees .finacom_member__image {
  width: 135px;
  flex-shrink: 0;
}
section.guarantees .finacom_member__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.guarantees .finacom_member__title {
  margin-bottom: 0;
}
section.guarantees .finacom_member__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

section.faq {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
  background-image: url("/static/img/questions.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  background-attachment: fixed;
}
@media screen and (max-width: 600px) {
  section.faq {
    background-image: url("/static/img/questions--mobile.svg");
  }
}
section.faq .faq_set {
  margin: 0;
}
section.faq .faq_set:nth-child(even) {
  margin-left: auto;
}
section.faq .faq_set:nth-child(even) h2 {
  text-align: right;
}
section.faq .faq_set h2 {
  margin-bottom: 0;
}
section.faq .faq_set + .faq_set {
  margin-top: 32px;
}