﻿body {
    font-size: 100%;
  }
  :root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);

    --primary-color: #1a237e;
    --primary-light: #534bae;
    --primary-dark: #000051;
    --secondary-color: #ffab00;
    --secondary-light: #ffdd4b;
    --secondary-dark: #c67c00;
    --text-light: #f5f5f5;
    --text-dark: #212121;
    --background-light: #f8f9fa;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  @media all {
    html,
    body,
    div,
    span,
    iframe,
    h1,
    h2,
    h3,
    p,
    a,
    strong,
    ul,
    li,
    form,
    table,
    tbody,
    thead,
    tr,
    th,
    td {
      border: 0;
      font-family: inherit;
      font-size: 100%;
      font-style: inherit;
      font-weight: inherit;
      margin: 0;
      outline: 0;
      padding: 0;
      vertical-align: baseline;
    }
    html {
      font-size: 62.5%;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    }
    body {
      overflow-x: hidden;
      margin: 0 auto;
      background: #fff;
      word-wrap: break-word;
    }
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    figure,
    header,
    section {
      display: block;
    }
    table {
      border-collapse: separate;
      border-spacing: 0;
    }
    th,
    td {
      font-weight: 300;
      text-align: left;
    }
    a:focus {
      outline: thin dotted;
    }
    a:hover,
    a:active {
      outline: 0;
    }
    body,
    button {
      color: #272c30;
      font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.6;
    }
    @media (max-width: 600px) {
      body,
      button {
        font-size: 16px;
      }
    }
    h1,
    h2,
    h3 {
      clear: both;
      font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 3%;
    }
    h1 {
      font-size: 2em;
    }
    h2 {
      font-size: 1.6em;
    }
    h3 {
      font-size: 1.4em;
    }
    p {
      margin-bottom: 1.2em;
    }
    strong {
      font-weight: 600;
    }
    i {
      font-style: italic;
    }
    ul {
      margin: 0 0 1.4em 20px;
    }
    ul {
      list-style: disc;
    }
    img {
      height: auto;
      max-width: 100%;
    }
    figure {
      margin: 0;
    }
    table {
      font-size: 18px;
      margin-bottom: 5%;
      padding: 0;
      width: 100%;
    }
    table thead {
      background: #f2f2f2;
    }
    table thead th {
      font-weight: 600;
    }
    table td {
      padding: 15px;
    }
    table td {
      border-bottom: solid 1px #f2f2f2;
    }
    table tr:last-child td {
      border-bottom: none;
    }
    table tr:nth-child(even) {
      background: #f2f2f2;
    }
    a {
      color: #62707c;
      text-decoration: none;
    }
    a:hover,
    a:focus,
    a:active {
      color: #272c30;
    }
    button,
    input:not(input[type="radio"]) {
      font-size: 100%;
      margin: 0;
      vertical-align: baseline;
      *vertical-align: middle;
      -webkit-appearance: none;
      box-sizing: border-box;
    }
    button {
      background: #0072e5;
      border: none;
      border-radius: 3px;
      color: #fff;
      font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-weight: 600;
      padding: 14px 20px;
      -webkit-appearance: none;
      transition: 0.2s ease-in-out;
    }
    @media (max-width: 600px) {
      button {
        padding: 10px 16px;
        font-size: 16px;
      }
    }
    button:hover {
      box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
      -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
      color: #fff;
      cursor: pointer;
    }
    button:focus,
    button:active {
      color: #fff;
      box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
    }
    form {
      display: inline-block;
      width: 100%;
    }
    input[type="text"] {
      color: #62707c;
      background: #fff;
      box-sizing: border-box;
      -webkit-appearance: none;
      padding: 15px;
      border: solid 1px #d4dde5;
      transition: 0.1s ease-in-out;
      border-radius: 2px;
      font-size: 17px;
      width: 100%;
    }
    @media (max-width: 1000px) {
      input[type="text"] {
        padding: 12px 10px;
        font-size: 15px;
      }
    }
    input[type="text"]:focus {
      outline: none;
      box-shadow: inset 0 0 4px 2px #f4f8fb;
      border-color: #abb4bb;
      color: #272c30;
    }
    iframe {
      max-width: 100%;
      border-width: 0;
    }
    ::selection {
      background: rgba(255, 244, 147, 0.8);
      color: #272c30;
    }
  }
  button {
    background-color: #f2672a;
  }
  @media all {
    .elementor *,
    .elementor :after,
    .elementor :before {
      box-sizing: border-box;
    }
    .elementor a {
      box-shadow: none;
      text-decoration: none;
    }
    .elementor img {
      height: auto;
      max-width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
    .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
      max-width: 100%;
    }
    .elementor-element {
      --flex-direction: initial;
      --flex-wrap: initial;
      --justify-content: initial;
      --align-items: initial;
      --align-content: initial;
      --gap: initial;
      --flex-basis: initial;
      --flex-grow: initial;
      --flex-shrink: initial;
      --order: initial;
      --align-self: initial;
      flex-basis: var(--flex-basis);
      flex-grow: var(--flex-grow);
      flex-shrink: var(--flex-shrink);
      order: var(--order);
      align-self: var(--align-self);
    }
    .elementor-element:where(.e-con-full, .elementor-widget) {
      flex-direction: var(--flex-direction);
      flex-wrap: var(--flex-wrap);
      justify-content: var(--justify-content);
      align-items: var(--align-items);
      align-content: var(--align-content);
      gap: var(--gap);
    }
    .elementor-align-justify .elementor-button {
      width: 100%;
    }
    :root {
      --page-title-display: block;
    }
    .elementor-section {
      position: relative;
    }
    .elementor-section .elementor-container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
    }
    @media (max-width: 1024px) {
      .elementor-section .elementor-container {
        flex-wrap: wrap;
      }
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 1140px;
    }
    .elementor-widget-wrap {
      position: relative;
      width: 100%;
      flex-wrap: wrap;
      align-content: flex-start;
    }
    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
      display: flex;
    }
    .elementor-widget-wrap > .elementor-element {
      width: 100%;
    }
    .elementor-widget {
      position: relative;
    }
    .elementor-widget:not(:last-child) {
      margin-bottom: 20px;
    }
    .elementor-widget:not(:last-child).elementor-widget__width-initial {
      margin-bottom: 0;
    }
    .elementor-column {
      position: relative;
      min-height: 1px;
      display: flex;
    }
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
      padding: 10px;
    }
    @media (min-width: 768px) {
      .elementor-column.elementor-col-33 {
        width: 33.333%;
      }
      .elementor-column.elementor-col-50 {
        width: 50%;
      }
      .elementor-column.elementor-col-100 {
        width: 100%;
      }
    }
    @media (max-width: 767px) {
      .elementor-column {
        width: 100%;
      }
    }
    .elementor-element .elementor-widget-container {
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
    }
    .elementor-button {
      display: inline-block;
      line-height: 1;
      background-color: #69727d;
      font-size: 15px;
      padding: 12px 24px;
      border-radius: 3px;
      color: #fff;
      fill: #fff;
      text-align: center;
      transition: all 0.3s;
    }
    .elementor-button:focus,
    .elementor-button:hover,
    .elementor-button:visited {
      color: #fff;
    }
    .elementor-button-content-wrapper {
      display: flex;
      justify-content: center;
    }
    .elementor-button-text {
      flex-grow: 1;
      order: 10;
      display: inline-block;
    }
    .elementor-button.elementor-size-lg {
      font-size: 18px;
      padding: 20px 40px;
      border-radius: 5px;
    }
    .elementor-button span {
      text-decoration: inherit;
    }
    .elementor-element {
      --swiper-theme-color: #000;
      --swiper-navigation-size: 44px;
      --swiper-pagination-bullet-size: 6px;
      --swiper-pagination-bullet-horizontal-gap: 6px;
    }
    .page-template-elementor_canvas.elementor-page:before {
      display: none;
    }
    @media (max-width: 767px) {
      .elementor .elementor-hidden-mobile {
        display: none;
      }
    }
  }
  @media all {
    :root {
      --swiper-theme-color: #007aff;
    }
    :root {
      --swiper-navigation-size: 44px;
    }
  }
  @media all {
    .elementor-kit-5 {
      --e-global-color-primary: #24282d;
      --e-global-color-secondary: #54595f;
      --e-global-color-text: #7a7a7a;
      --e-global-color-accent: #f2672a;
      --e-global-typography-primary-font-family: "Mulish";
      --e-global-typography-primary-font-size: 32px;
      --e-global-typography-primary-font-weight: 700;
      --e-global-typography-primary-line-height: 40px;
      --e-global-typography-secondary-font-family: "Mulish";
      --e-global-typography-secondary-font-size: 24px;
      --e-global-typography-secondary-font-weight: 400;
      --e-global-typography-secondary-line-height: 30px;
      --e-global-typography-text-font-family: "Mulish";
      --e-global-typography-text-font-size: 16px;
      --e-global-typography-text-font-weight: 400;
      --e-global-typography-accent-font-family: "Mulish";
      --e-global-typography-accent-font-weight: 500;
      font-family: "Mulish", Sans-serif;
      font-size: 16px;
      line-height: 25px;
    }
    .elementor-kit-5 h1 {
      font-family: "Mulish", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }
    .elementor-kit-5 h2 {
      font-family: "Mulish", Sans-serif;
      font-size: 32px;
      line-height: 40px;
    }
    .elementor-kit-5 h3 {
      font-family: "Mulish", Sans-serif;
      font-size: 24px;
      line-height: 30px;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 1140px;
    }
    .elementor-widget:not(:last-child) {
      margin-block-end: 20px;
    }
    .elementor-element {
      --widgets-spacing: 20px 20px;
    }
    @media (max-width: 1024px) {
      .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
      }
    }
    @media (max-width: 767px) {
      .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
      }
    }
  }
  @media all {
    .elementor-widget-heading .elementor-heading-title {
      color: var(--e-global-color-primary);
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
      line-height: var(--e-global-typography-primary-line-height);
    }
    .elementor-widget-text-editor {
      color: var(--e-global-color-text);
      font-family: var(--e-global-typography-text-font-family), Sans-serif;
      font-size: var(--e-global-typography-text-font-size);
      font-weight: var(--e-global-typography-text-font-weight);
    }
    .elementor-widget-button .elementor-button {
      font-family: var(--e-global-typography-accent-font-family), Sans-serif;
      font-weight: var(--e-global-typography-accent-font-weight);
      background-color: var(--e-global-color-accent);
    }
    @media (max-width: 1024px) {
      .elementor-widget-heading .elementor-heading-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
      }
      .elementor-widget-text-editor {
        font-size: var(--e-global-typography-text-font-size);
      }
    }
    @media (max-width: 767px) {
      .elementor-widget-heading .elementor-heading-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
      }
      .elementor-widget-text-editor {
        font-size: var(--e-global-typography-text-font-size);
      }
    }
  }
  @media all {
    .elementor-6525 .elementor-element.elementor-element-81ceb8a > .elementor-container > .elementor-column > .elementor-widget-wrap {
      align-content: center;
      align-items: center;
    }
    .elementor-6525 .elementor-element.elementor-element-81ceb8a:not(.elementor-motion-effects-element-type-background) {
      background-color: #ffffff;
    }
    .elementor-6525 .elementor-element.elementor-element-81ceb8a {
      box-shadow: 0px 4px 40px 14px rgba(133, 133, 133, 0.15);
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      padding: 10 10 10 10;
    }
    .elementor-6525 .elementor-element.elementor-element-8d26c67 .elementor-button {
      font-family: "Mulish", Sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      padding: 15px 15px 15px 15px;
    }
    .elementor-6525 .elementor-element.elementor-element-8d26c67 .elementor-button:hover,
    .elementor-6525 .elementor-element.elementor-element-8d26c67 .elementor-button:focus {
      background-color: #ff8055;
      border-color: #ff8055;
    }
    .elementor-6525 .elementor-element.elementor-element-8d26c67 > .elementor-widget-container {
      margin: 0px 10px 0px 0px;
    }
    .elementor-6525 .elementor-element.elementor-element-1ef8d1d .elementor-button {
      font-family: "Mulish", Sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      background-color: #0f2c52;
      padding: 15px 15px 15px 15px;
    }
    .elementor-6525 .elementor-element.elementor-element-1ef8d1d .elementor-button:hover,
    .elementor-6525 .elementor-element.elementor-element-1ef8d1d .elementor-button:focus {
      background-color: #15427c;
      border-color: #ff8055;
    }
    .elementor-6525 .elementor-element.elementor-element-1ef8d1d > .elementor-widget-container {
      margin: 0px 10px 0px 0px;
    }
    .elementor-6525 .elementor-element.elementor-element-63c8e42 .elementor-button {
      font-family: "Mulish", Sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      fill: #f2672a;
      color: #f2672a;
      background-color: #00000000;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #f2672a;
      padding: 15px 15px 15px 15px;
    }
    .elementor-6525 .elementor-element.elementor-element-63c8e42 .elementor-button:hover,
    .elementor-6525 .elementor-element.elementor-element-63c8e42 .elementor-button:focus {
      color: #ffffff;
      background-color: #ff8055;
      border-color: #ff8055;
    }
    .elementor-6525 .elementor-element.elementor-element-63c8e42 > .elementor-widget-container {
      margin: 0px 10px 0px 0px;
    }
    .elementor-6525 .elementor-element.elementor-element-9dd8dba:not(.elementor-motion-effects-element-type-background) {
      background-image: url("/static/image/ATFX_CopyTrade_all_star_promotion_bg_a.jpg");
      background-position: top center;
      background-size: cover;
    }
    .elementor-6525 .elementor-element.elementor-element-9dd8dba {
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      padding: 50px 15px 50px 15px;
    }
    .elementor-6525 .elementor-element.elementor-element-8137554.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
      align-content: center;
      align-items: center;
    }
    .elementor-6525 .elementor-element.elementor-element-1ed6a1a > .elementor-widget-container {
      padding: 0px 0px 20px 0px;
    }
    .elementor-6525 .elementor-element.elementor-element-1ed6a1a {
      width: var(--container-widget-width, 36%);
      max-width: 36%;
      --container-widget-width: 36%;
      --container-widget-flex-grow: 0;
    }
    .elementor-6525 .elementor-element.elementor-element-cbbac25 .elementor-heading-title {
      color: #ffffff;
      font-family: "Mulish", Sans-serif;
      font-size: 60px;
      font-weight: 800;
      line-height: 63px;
    }
    .elementor-6525 .elementor-element.elementor-element-a4a0939 {
      color: #ffffff;
      font-family: "Mulish", Sans-serif;
      font-size: 16px;
      font-weight: 400;
    }
    .elementor-6525 .elementor-element.elementor-element-a4a0939 > .elementor-widget-container {
      padding: 20px 0px 0px 0px;
    }
    .elementor-6525 .elementor-element.elementor-element-8999f96.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
      align-content: center;
      align-items: center;
    }
    .elementor-6525 .elementor-element.elementor-element-112badd img {
      width: 85%;
    }
    @media (max-width: 1024px) {
      .elementor-6525 .elementor-element.elementor-element-f404dd1 > .elementor-element-populated {
        margin: 0px 0px 0px 10px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 10px;
      }
      .elementor-6525 .elementor-element.elementor-element-8d26c67 .elementor-button {
        padding: 15px 15px 15px 15px;
      }
      .elementor-6525 .elementor-element.elementor-element-1ef8d1d .elementor-button {
        padding: 15px 15px 15px 15px;
      }
      .elementor-6525 .elementor-element.elementor-element-63c8e42 .elementor-button {
        padding: 15px 15px 15px 15px;
      }
      .elementor-6525 .elementor-element.elementor-element-8999f96.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
        align-content: center;
        align-items: center;
      }
      .elementor-6525 .elementor-element.elementor-element-112badd img {
        width: 95%;
      }
    }
    @media (max-width: 767px) {
      .elementor-6525 .elementor-element.elementor-element-81ceb8a {
        padding: 10px 10px 10px 10px;
      }
      .elementor-6525 .elementor-element.elementor-element-8d26c67 .elementor-button {
        padding: 15px 15px 15px 15px;
      }
      .elementor-6525 .elementor-element.elementor-element-8d26c67 > .elementor-widget-container {
        margin: 10px 0px 10px 0px;
      }
      .elementor-6525 .elementor-element.elementor-element-1ef8d1d .elementor-button {
        padding: 15px 15px 15px 15px;
      }
      .elementor-6525 .elementor-element.elementor-element-1ef8d1d > .elementor-widget-container {
        margin: 10px 0px 10px 0px;
      }
      .elementor-6525 .elementor-element.elementor-element-63c8e42 .elementor-button {
        padding: 15px 15px 15px 15px;
      }
      .elementor-6525 .elementor-element.elementor-element-63c8e42 > .elementor-widget-container {
        margin: 10px 0px 10px 0px;
      }
      .elementor-6525 .elementor-element.elementor-element-cbbac25 .elementor-heading-title {
        font-size: 45px;
        line-height: 1.1em;
      }
    }
    @media (min-width: 768px) {
      .elementor-6525 .elementor-element.elementor-element-f404dd1 {
        width: 30%;
      }
      .elementor-6525 .elementor-element.elementor-element-c33928f {
        width: 30%;
      }
      .elementor-6525 .elementor-element.elementor-element-f20e002 {
        width: 39.664%;
      }
    }
    .position-fixed {
      position: fixed;
      width: 100%;
      z-index: 100;
      bottom: 0;
      padding: 10px;
    }
    .relative {
      position: relative;
    }
    input[type="text"] {
      padding: 8px 25px;
    }
  }
  @media all {
    .fas {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
    }
  }
  @media all {
    .fas {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
  }
  .elementor-widget-image {
    text-align: center;
  }
  .elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
  }
  .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
  }

  body {
    font-size: 100%;
  }
  @media all {
    body {
      --etoro-h1-weight: 500;
      --etoro-p-weight: 400;
      --etoro-h2-light-weight: 300;
      --etoro-h2-weight: 500;
      --etoro-h3-weight: 500;
      --etoro-h4-light-weight: 400;
      --etoro-h-strong-weight: 700;
    }
    @media screen and (max-width: 767px) {
      body {
        --etoro-p-size: 16px;
        --etoro-p-height: 26px;
        --etoro-p-bottom: 8px;
        --etoro-h1-size: 24px;
        --etoro-h1-height: 32px;
        --etoro-h2-size: 22px;
        --etoro-h2-height: 30px;
        --etoro-h3-size: 18px;
        --etoro-h3-height: 22px;
      }
    }
    @media screen and (min-width: 768px) {
      body {
        --etoro-p-size: 18px;
        --etoro-p-height: 27px;
        --etoro-p-bottom: 14px;
        --etoro-h1-size: 32px;
        --etoro-h1-height: 38px;
        --etoro-h2-size: 30px;
        --etoro-h2-height: 34px;
        --etoro-h3-size: 24px;
        --etoro-h3-height: 30px;
        --etoro-column: calc((100% - 12px * 19 * 2) / 20);
      }
    }
  }
  @media all {
    body.e-site {
      font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    }
    body {
      --etoro-title-font: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
      --etoro-body-font: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
      --etoro-font-regular: 400;
      --etoro-font-bold: 700;
    }
  }
  :root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--etoro-green: #13c636;
    --wp--preset--color--dark-blue: #000021;
    --wp--preset--color--light-blue: #c0e8fd;
    --wp--preset--color--tangerine: #e96e14;
    --wp--preset--color--pink-pop: #f887cc;
    --wp--preset--color--turquoise: #6bf5c0;
    --wp--preset--color--yellow: #f7b42c;
    --wp--preset--color--grey: #f7f7f7;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--gradient--green-turquoise: linear-gradient(90deg, #13c636 9.63%, #6bf5c0 90.58%);
    --wp--preset--gradient--green-light-blue: linear-gradient(90deg, #13c636 9.63%, #c0e8fd 90.58%);
    --wp--preset--gradient--tangerine-yellow: linear-gradient(90deg, #e96e14 9.63%, #f7b42c 90.58%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-family--madera: Madera, sans-serif;
    --wp--preset--font-family--din-alternate: DIN Alternate, sans-serif;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0 rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0 rgba(0, 0, 0, 1);
  }
  :where(body) {
    margin: 0;
  }
  body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  a:where(:not(.wp-element-button)) {
    text-decoration: underline;
  }
  .has-dark-blue-background-color {
    background-color: var(--wp--preset--color--dark-blue) !important;
  }
  @media all {
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
      box-sizing: border-box;
    }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout {
      table-layout: fixed;
    }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.is-sticky-header:not(.is-stacked-on-mobile) thead {
      position: sticky;
      top: 0;
      z-index: 1;
    }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td,
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
      box-sizing: border-box;
      min-width: auto;
      overflow-wrap: anywhere;
      word-break: normal;
    }
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 0.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    text-align: left;
    vertical-align: middle;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
    background-color: #f0f0f1;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    background-color: #ffffff;
  }
  @media all {
    .block-editor-content strong {
      color: inherit;
    }
    .block-editor-page {
      background-color: #f7f7f7;
      color: #000021;
      font-family: Madera, sans-serif;
      font-size: var(--etoro-p-size);
      font-weight: var(--etoro-p-weight);
      line-height: var(--etoro-p-height);
    }
    .block-editor-page h2 {
      color: inherit;
      font-size: var(--etoro-h2-size);
      font-weight: var(--etoro-h2-weight);
      line-height: var(--etoro-h2-height);
      margin-bottom: 12px;
      margin-top: 28px;
    }
    @media (min-width: 767px) {
      .block-editor-page h2 {
        margin-bottom: 16px;
        margin-top: 40px;
      }
    }
    @media (min-width: 1440px) {
      .block-editor-page h2 {
        margin-bottom: 24px;
        margin-top: 80px;
      }
    }
    .block-editor-page p {
      color: inherit;
      margin: 0 0 var(--etoro-p-bottom);
    }
    .block-editor-page p:last-of-type {
      margin-bottom: 0;
    }
    .block-editor-page .has-text-align-center {
      text-align: center;
    }
    .block-editor-page button {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
    }
    .block-editor-page .wp-block-table {
      margin-bottom: 28px;
      margin-top: 28px;
    }
    @media (min-width: 768px) {
      .block-editor-page .wp-block-table {
        margin-bottom: 60px;
        margin-top: 60px;
      }
    }
    .block-editor-page .wp-block-group {
      margin: 0;
      padding: 40px 0;
      width: 100%;
    }
    .block-editor-page .wp-block-group-inner {
      padding: 0 16px;
    }
    .block-editor-page .wp-block-group-boxed .wp-block-group-inner {
      margin: 0 auto;
      padding: 0 16px;
      width: 100%;
    }
    @media (min-width: 768px) {
      .block-editor-page .wp-block-group-boxed .wp-block-group-inner {
        max-width: 1000px;
        padding: 0 60px;
      }
    }
    @media (min-width: 1281px) {
      .block-editor-page .wp-block-group-boxed .wp-block-group-inner {
        max-width: 1440px;
        padding: 0 200px;
      }
    }
    @media (min-width: 1440px) {
      .block-editor-page .wp-block-group-boxed .wp-block-group-inner {
        max-width: 1576px;
      }
    }
    @media (min-width: 768px) {
      .block-editor-page .wp-block-group-inner {
        padding: 0 12px;
      }
    }
    @media (min-width: 1025px) {
      .block-editor-page .wp-block-group {
        padding: 60px 0;
      }
    }
    @media (min-width: 1281px) {
      .block-editor-page .wp-block-group {
        padding: 72px 0;
      }
    }
    @media (min-width: 1440px) {
      .block-editor-page .wp-block-group {
        padding: 80px 0;
      }
    }
    .block-editor-page .wp-block-heading.has-text-align-center {
      text-align: center;
    }
    .block-editor-page .wp-block-heading:first-child {
      margin-top: 0;
    }
    .block-editor-page .wp-block-table {
      margin-left: -16px;
      margin-right: -16px;
      padding: 0;
    }
    .block-editor-page .wp-block-table-content {
      position: relative;
    }
    .block-editor-page .wp-block-table-content .wp-block-flexible-table-block-table {
      color: #000021;
      margin: 0;
    }
    .block-editor-page .wp-block-table-content .wp-block-flexible-table-block-table::-webkit-scrollbar {
      display: none;
    }
    .block-editor-page .wp-block-table-content-nav {
      display: none;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 3;
    }
    .block-editor-page .wp-block-table-content-nav-left,
    .block-editor-page .wp-block-table-content-nav-right {
      cursor: pointer;
      height: 100%;
      position: absolute;
      width: 60px;
      z-index: 3;
    }
    .block-editor-page .wp-block-table-content-nav-arrow {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjNzc3IiBkPSJNMi4zNjQuMjkzQTEgMSAwIDAgMCAuOTUgMS43MDd6bTQuOTUgNi4zNjQuNzA3LjcwN2ExIDEgMCAwIDAgMC0xLjQxNHpNLjk1IDExLjYwN2ExIDEgMCAxIDAgMS40MTQgMS40MTR6bTAtOS45IDUuNjU3IDUuNjU3TDguMDIgNS45NSAyLjM2NC4yOTN6TTYuNjA3IDUuOTUuOTUgMTEuNjA3bDEuNDE0IDEuNDE0IDUuNjU3LTUuNjU3eiIvPjwvc3ZnPg==);
      background-position: 50%;
      background-repeat: no-repeat;
      display: block;
      height: 80px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
    }
    .block-editor-page .wp-block-table-content-nav-arrow-left {
      background-position: center right 8px;
      transform: translateY(-50%) scaleX(-1);
    }
    .block-editor-page .wp-block-table-content-nav-arrow-right {
      left: auto;
      right: 0;
    }
    .block-editor-page .wp-block-table-content-nav-left {
      left: 0;
    }
    .block-editor-page .wp-block-table-content-nav-right {
      background: linear-gradient(270deg, #f7f7f7 33.29%, hsla(0, 0%, 97%, 0));
      right: 0;
    }
    .block-editor-page .wp-block-table table {
      border-collapse: collapse;
      margin: 0;
      width: 100%;
    }
    .block-editor-page .wp-block-table table.has-fixed-layout {
      table-layout: fixed;
    }
    .block-editor-page .wp-block-table table th {
      background: #e7f9eb;
    }
    .block-editor-page .wp-block-table table td {
      background-color: #fff;
    }
    .block-editor-page .wp-block-table table td,
    .block-editor-page .wp-block-table table th {
      border: none;
      border-bottom: 1px solid #e4e4e4;
      font-size: clamp(14px, 1.1vw, 20px);
      line-height: clamp(20px, 1.3vw, 26px);
      padding: 18px 16px 20px;
    }
    .block-editor-page .wp-block-table table th,
    .block-editor-page .wp-block-table table thead td {
      font-weight: 700;
    }
    .block-editor-page .wp-block-table table thead tr:first-child:not(:last-child) {
      bottom: -1px;
      position: relative;
    }
    .block-editor-page .wp-block-table tbody th {
      position: relative;
    }
    .block-editor-page .wp-block-table tbody th:before {
      background: #6bf5c0;
      content: "";
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
    .block-editor-page .wp-block-table .etoro-club-group {
      position: relative;
    }
    .block-editor-page .wp-block-table .etoro-club-group:after {
      background: #6bf5c0;
      bottom: 0;
      content: "";
      display: block;
      height: 1px;
      left: 15px;
      position: absolute;
      right: 15px;
    }
    .block-editor-page .wp-block-table .etoro-club-plus {
      position: relative;
    }
    .block-editor-page .wp-block-table .etoro-club-plus:after {
      content: "+";
      position: absolute;
    }
    @media (min-width: 768px) {
      .block-editor-page .wp-block-table {
        margin-left: 0;
        margin-right: 0;
      }
      .block-editor-page .wp-block-table table td,
      .block-editor-page .wp-block-table table td:first-child,
      .block-editor-page .wp-block-table table th,
      .block-editor-page .wp-block-table table th:first-child {
        padding: 21px 22px 23px;
      }
    }
    .block-editor-page .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.is-sticky-header:not(.is-stacked-on-mobile) thead {
      top: var(--content-offset, 0);
      z-index: 7;
    }
    .block-editor-page e-tip {
      color: inherit;
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      position: relative;
      transition-duration: 0.5s;
      transition-property: color;
      z-index: 5;
    }
    .block-editor-page e-tip:after {
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3IiB5PSIuMTc0IiBmaWxsPSIjMDEwMzRFIiByeD0iOC41Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuNjAyIDkuOTI0cTAtLjQyMy4xMzUtLjcxLjEzNS0uMjk4LjMyNC0uNDc4dC40OTUtLjM5NnEuMjM0LS4xNjEuMzY5LS4yNzlhLjkuOSAwIDAgMCAuMjE2LS4yNy43NS43NSAwIDAgMCAuMDktLjM2OS43My43MyAwIDAgMC0uMjI1LS41NDlxLS4yMTYtLjIxNi0uNjY2LS4yMTYtLjQxNCAwLS43MzguMTcxLS4zMTUuMTcxLS41NTguNDc3bC0uODU1LS45MzZxLjg0Ni0uOTggMi4yNTktLjk4LjczOCAwIDEuMjMzLjI2LjUwNC4yNjEuNzM4LjcwMi4yNDMuNDQuMjQzIDEgMCAuNDUtLjE2Mi43NjQtLjE1My4zMTUtLjM2OS41MjJhNSA1IDAgMCAxLS41NjcuNDMycS0uMjYxLjE4LS40MDUuMjk3YTEuMiAxLjIgMCAwIDAtLjIzNC4yOC43LjcgMCAwIDAtLjA5OS4zNjh2LjEyNkg3LjYwMnptLjY3NSAyLjM1YS44LjggMCAwIDEtLjQwNS0uMS43LjcgMCAwIDEtLjI3OS0uMjcuOC44IDAgMCAxLS4wOTktLjM5Ni43Ni43NiAwIDAgMSAuMzc4LS42NjYuOC44IDAgMCAxIC40MDUtLjA5OXEuMjI1IDAgLjQwNS4xLjE4LjA5OC4yNzkuMjc4YS43Ni43NiAwIDAgMSAuMDk5LjM4Ny44LjggMCAwIDEtLjA5OS4zOTYuNy43IDAgMCAxLS4yNzkuMjcuOC44IDAgMCAxLS40MDUuMSIvPjwvc3ZnPg==);
      display: inline-block;
      margin-bottom: -3px;
      margin-inline: 8px 4px;
      vertical-align: bottom;
    }
    .block-editor-page .has-dark-blue-background-color {
      color: #fff;
    }
    .block-editor-page .has-dark-blue-background-color .wp-block-table .wp-block-flexible-table-block-table {
      color: #fff;
    }
    .block-editor-page .has-dark-blue-background-color .wp-block-table .wp-block-table-content-nav-arrow {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMi4zNjQuMjkzQTEgMSAwIDAgMCAuOTUgMS43MDd6bTQuOTUgNi4zNjQuNzA3LjcwN2ExIDEgMCAwIDAgMC0xLjQxNHpNLjk1IDExLjYwN2ExIDEgMCAxIDAgMS40MTQgMS40MTR6bTAtOS45IDUuNjU3IDUuNjU3TDguMDIgNS45NSAyLjM2NC4yOTN6TTYuNjA3IDUuOTUuOTUgMTEuNjA3bDEuNDE0IDEuNDE0IDUuNjU3LTUuNjU3eiIvPjwvc3ZnPg==);
    }
    .block-editor-page .has-dark-blue-background-color .wp-block-table .wp-block-table-content-nav-right {
      background: linear-gradient(270deg, #000021 33.29%, rgba(0, 0, 33, 0));
    }
    .block-editor-page .has-dark-blue-background-color .wp-block-table table th {
      background: #33334d;
    }
    .block-editor-page .has-dark-blue-background-color .wp-block-table table td,
    .block-editor-page .has-dark-blue-background-color .wp-block-table table thead td {
      background-color: #000021;
    }
    .block-editor-page .has-dark-blue-background-color .wp-block-table table td,
    .block-editor-page .has-dark-blue-background-color .wp-block-table table th {
      border-bottom: 1px solid #33334d;
    }
    .block-editor-page .has-dark-blue-background-color e-tip:after {
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3IiB5PSIuMTg2IiBmaWxsPSIjZmZmIiByeD0iOC41Ii8+PHBhdGggZmlsbD0iIzAxMDM0RSIgZD0iTTcuNjAyIDkuOTM2cTAtLjQyMy4xMzUtLjcxMS4xMzUtLjI5Ny4zMjQtLjQ3N2E0LjQgNC40IDAgMCAxIC40OTUtLjM5NiA0IDQgMCAwIDAgLjM2OS0uMjc5LjkuOSAwIDAgMCAuMjE2LS4yNy43NS43NSAwIDAgMCAuMDktLjM2OS43My43MyAwIDAgMC0uMjI1LS41NDlxLS4yMTYtLjIxNi0uNjY2LS4yMTYtLjQxNCAwLS43MzguMTcxLS4zMTUuMTcxLS41NTguNDc3bC0uODU1LS45MzZRNy4wMzUgNS40IDguNDQ4IDUuNHEuNzM4IDAgMS4yMzMuMjYxLjUwNC4yNjEuNzM4LjcwMi4yNDMuNDQxLjI0My45OTkgMCAuNDUtLjE2Mi43NjUtLjE1My4zMTUtLjM2OS41MjJhNSA1IDAgMCAxLS41NjcuNDMycS0uMjYxLjE4LS40MDUuMjk3YTEuMiAxLjIgMCAwIDAtLjIzNC4yNzkuNy43IDAgMCAwLS4wOTkuMzY5di4xMjZINy42MDJ6bS42NzUgMi4zNDlhLjguOCAwIDAgMS0uNDA1LS4wOTkuNy43IDAgMCAxLS4yNzktLjI3LjguOCAwIDAgMS0uMDk5LS4zOTYuNzYuNzYgMCAwIDEgLjM3OC0uNjY2LjguOCAwIDAgMSAuNDA1LS4wOTlxLjIyNSAwIC40MDUuMDk5dC4yNzkuMjc5YS43Ni43NiAwIDAgMSAuMDk5LjM4Ny44LjggMCAwIDEtLjA5OS4zOTYuNy43IDAgMCAxLS4yNzkuMjcuOC44IDAgMCAxLS40MDUuMDk5Ii8+PC9zdmc+);
    }
    @media (max-width: 767px) {
      .hide-on-mobile {
        display: none !important;
      }
    }
  }
  @media all {
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    html {
      font-size: 10px;
      -webkit-tap-highlight-color: transparent;
      font-family: sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
    }
    body {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    html,
    body {
      margin: 0;
      padding: 0;
    }
    article,
    figure,
    main,
    section {
      display: block;
    }
    h2,
    ul,
    li,
    p,
    a {
      margin: 0;
      padding: 0;
    }
    a {
      color: #66667a;
      text-decoration: none;
    }
    a:hover {
      color: #13c636;
    }
    *:focus {
      outline: none;
    }
    a:focus {
      outline: none !important;
    }
    body a:hover {
      text-decoration: none;
    }
    html body {
      color: #000021;
      overflow-x: hidden;
    }
    @media (max-width: 1024px) {
      html,
      body {
        width: 100%;
        overflow-x: hidden;
      }
    }
    body {
      --menu-font-size: 16px;
      --menu-btn-color: #000021;
      --menu-link-color: #66667a;
      --solid-header-bg: #fff;
      --transparent-header-bg: transparent;
      --header-bg: #fff;
      --white-color: #fff;
      --dark-color: #404059;
      --halfside-text-color: var(--menu-link-color);
    }
    @media screen and (min-width: 768px) {
      body {
        --header-bg: rgba(255, 255, 255, 0.9);
      }
    }
    @media only screen and (min-width: 1025px) {
      body {
        --menu-font-size: 16px;
      }
    }
    @media only screen and (min-width: 1025px) and (max-width: 1280px) {
      body {
        --menu-font-size: 14px;
      }
    }
    body {
      --inner-height: var(--vh100, 100vh);
      --top-offset: 0;
    }
    .site-wrapper {
      position: relative;
    }
    .site-content--flow {
      position: relative;
      z-index: 0;
    }
    .has-dark-blue-background-color {
      color: #fff;
      background-color: #000021;
    }
    td {
      position: relative;
    }
    .checked {
      content: "";
      background-image: url(/static/image/check.svg);
      background-size: contain;
      background-color: unset;
      position: absolute;
      width: 14px;
      height: 9px;
      top: calc(50% - 4.5px);
      left: 20px;
    }
    @media screen and (min-width: 1025px) {
      .checked {
        left: calc(50% - 7px);
      }
    }
    body {
      --header-side-padding: 34px;
    }
    body {
      --menu-item-height: 26px;
    }
  }
  body {
    --etoro-h1-weight: 500;
    --etoro-p-weight: 400;
    --etoro-h2-light-weight: 300;
    --etoro-h2-weight: 500;
    --etoro-h3-weight: 500;
    --etoro-h4-light-weight: 400;
    --etoro-h-strong-weight: 700;
  }
  @media screen and (max-width: 767px) {
    body {
      --etoro-p-size: 16px;
      --etoro-p-height: 26px;
      --etoro-p-bottom: 8px;
      --etoro-h1-size: 24px;
      --etoro-h1-height: 32px;
      --etoro-h2-size: 22px;
      --etoro-h2-height: 30px;
      --etoro-h3-size: 18px;
      --etoro-h3-height: 22px;
    }
  }
  @media screen and (min-width: 768px) {
    body {
      --etoro-p-size: 18px;
      --etoro-p-height: 27px;
      --etoro-p-bottom: 14px;
      --etoro-h1-size: 32px;
      --etoro-h1-height: 38px;
      --etoro-h2-size: 30px;
      --etoro-h2-height: 34px;
      --etoro-h3-size: 24px;
      --etoro-h3-height: 30px;
      --etoro-column: calc((100% - 12px * 19 * 2) / 20);
    }
  }
  body.e-site {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  }
  body {
    --etoro-title-font: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    --etoro-body-font: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    --etoro-font-regular: 400;
    --etoro-font-bold: 700;
  }
  body {
    --cookie-setting-right-offset: 0;
    --cookie-setting-bottom-offset: 100px;
  }
  @media only screen and (width: 1024px) {
    body {
      --cookie-setting-right-offset: 20px;
      --cookie-setting-bottom-offset: 185px;
    }
  }
  @media only screen and (min-width: 1025px) {
    body {
      --cookie-setting-right-offset: 20px;
      --cookie-setting-bottom-offset: 20px;
    }
  }

  #se1 {
    font-family: "Poppins", sans-serif;
    background-color: #f8f8f8;
    color: #333;
    margin: 0;
  }
  #se1 header {
    background: linear-gradient(135deg, #d32f2f, #b71c1c);
    color: white;
    padding: 40px 20px;
    text-align: center;
  }
  #se1 header h1 {
    margin: 0;
    font-size: 2.8rem;
  }
  #se1 section {
    max-width: 1280px;
    margin: 40px auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  #se1 h2 {
    color: #b71c1c;
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  #se1 .rewards-table,
  #se1 .referrals-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  #se1 .rewards-table th,
  #se1 .rewards-table td,
  #se1 .referrals-table th,
  #se1 .referrals-table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: center;
  }
  #se1 .cta {
    margin: 40px 0;
    text-align: center;
  }
  #se1 .cta a {
    background-color: #d32f2f;
    color: white;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
  }
  #se1 .cta a:hover {
    background-color: #b71c1c;
  }

  #se1 .cta-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f2672a, #cf2c2c);
    color: white;
    border-radius: 12px;
  }
  #se1 .cta-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
  }
  #se1 .cta-description {
    font-size: 14px;
    margin: 0 auto 40px;
    opacity: 0.9;
  }
  #se1 .cta-button {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--text-dark);
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  #se1 .cta-button:hover {
    background-color: var(--secondary-light);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
  #se1 .cta-button i {
    margin-left: 10px;
  }
  @media (max-width: 768px) {
    #se1 header h1 {
      font-size: 2rem;
    }
    #se1 section {
      margin: 20px 10px;
    }
  }

  .VIpgJd-yAWNEb-L7lbkb div,
  .VIpgJd-yAWNEb-L7lbkb span,
  .VIpgJd-yAWNEb-L7lbkb iframe,
  .VIpgJd-yAWNEb-L7lbkb img,
  .VIpgJd-yAWNEb-L7lbkb form {
    all: unset;
    font-size: 100%;
    line-height: normal;
  }
  .VIpgJd-yAWNEb-L7lbkb {
    color: #222;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    display: none;
    font-family: arial;
    font-size: 10pt;
    width: 420px;
    padding: 12px;
    position: absolute;
    z-index: 10000;
  }
  .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-nVMfcd-fmcmS {
    clear: both;
    font-size: 10pt;
    position: relative;
    text-align: justify;
    width: 100%;
  }
  .VIpgJd-yAWNEb-L7lbkb span:focus {
    outline: none;
  }
  .VIpgJd-yAWNEb-L7lbkb > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: "Google Sans", Arial, sans-serif;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-Ud7fr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    align-items: end;
    margin: 14px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc-i3jM8c {
    margin-left: 14px;
    color: #747775;
    font-size: 14px;
    font-weight: 500;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif {
    margin: 0 16px 16px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 {
    width: auto;
    color: #1f1f1f;
    font-size: 16px;
    text-align: initial;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid {
    border-radius: 0 0 12px 12px;
    margin: 0;
    background: #f1f4f9;
    position: relative;
    min-height: 50px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 77%;
    padding: 12px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 500;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
    color: #444746;
    font-size: 12px;
    padding-top: 4px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-THI6Vb {
    fill: #0b57d0;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf {
    margin: -4px 2px 0 0;
    padding: 2px 0 0;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    background: none;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf:hover {
    background: #e8ebec;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-aXYTce {
    display: none;
  }

  .VIpgJd-yAWNEb-L7lbkb div,
  .VIpgJd-yAWNEb-L7lbkb span,
  .VIpgJd-yAWNEb-L7lbkb iframe,
  .VIpgJd-yAWNEb-L7lbkb img,
  .VIpgJd-yAWNEb-L7lbkb form {
    all: unset;
    font-size: 100%;
    line-height: normal;
  }
  .VIpgJd-yAWNEb-L7lbkb {
    color: #222;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    display: none;
    font-family: arial;
    font-size: 10pt;
    width: 420px;
    padding: 12px;
    position: absolute;
    z-index: 10000;
  }
  .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-nVMfcd-fmcmS {
    clear: both;
    font-size: 10pt;
    position: relative;
    text-align: justify;
    width: 100%;
  }
  .VIpgJd-yAWNEb-L7lbkb span:focus {
    outline: none;
  }
  .VIpgJd-yAWNEb-L7lbkb > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: "Google Sans", Arial, sans-serif;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-Ud7fr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    align-items: end;
    margin: 14px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc-i3jM8c {
    margin-left: 14px;
    color: #747775;
    font-size: 14px;
    font-weight: 500;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif {
    margin: 0 16px 16px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 {
    width: auto;
    color: #1f1f1f;
    font-size: 16px;
    text-align: initial;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid {
    border-radius: 0 0 12px 12px;
    margin: 0;
    background: #f1f4f9;
    position: relative;
    min-height: 50px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 77%;
    padding: 12px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 500;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
    color: #444746;
    font-size: 12px;
    padding-top: 4px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-THI6Vb {
    fill: #0b57d0;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf {
    margin: -4px 2px 0 0;
    padding: 2px 0 0;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    background: none;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf:hover {
    background: #e8ebec;
  }
  .VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-aXYTce {
    display: none;
  }
