/* === global-styles-inline-css === */
: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--ct-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--color--mid-grey: #66667A;
  --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--ct-compressed: "eToro Compressed", sans-serif;
  --wp--preset--font-family--ct-numbers: "eToro Numbers", sans-serif;
  --wp--preset--font-family--ct: eToro, 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 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);
}

:where(body) {
  margin: 0;
}

.wp-site-blocks>.alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks>.alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

.is-layout-flow>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex> :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid> :is(*, div) {
  margin: 0;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ct-green-color {
  color: var(--wp--preset--color--ct-green) !important;
}

.has-dark-blue-color {
  color: var(--wp--preset--color--dark-blue) !important;
}

.has-light-blue-color {
  color: var(--wp--preset--color--light-blue) !important;
}

.has-tangerine-color {
  color: var(--wp--preset--color--tangerine) !important;
}

.has-pink-pop-color {
  color: var(--wp--preset--color--pink-pop) !important;
}

.has-turquoise-color {
  color: var(--wp--preset--color--turquoise) !important;
}

.has-yellow-color {
  color: var(--wp--preset--color--yellow) !important;
}

.has-grey-color {
  color: var(--wp--preset--color--grey) !important;
}

.has-mid-grey-color {
  color: var(--wp--preset--color--mid-grey) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ct-green-background-color {
  background-color: var(--wp--preset--color--ct-green) !important;
}

.has-dark-blue-background-color {
  background-color: var(--wp--preset--color--dark-blue) !important;
}

.has-light-blue-background-color {
  background-color: var(--wp--preset--color--light-blue) !important;
}

.has-tangerine-background-color {
  background-color: var(--wp--preset--color--tangerine) !important;
}

.has-pink-pop-background-color {
  background-color: var(--wp--preset--color--pink-pop) !important;
}

.has-turquoise-background-color {
  background-color: var(--wp--preset--color--turquoise) !important;
}

.has-yellow-background-color {
  background-color: var(--wp--preset--color--yellow) !important;
}

.has-grey-background-color {
  background-color: var(--wp--preset--color--grey) !important;
}

.has-mid-grey-background-color {
  background-color: var(--wp--preset--color--mid-grey) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ct-green-border-color {
  border-color: var(--wp--preset--color--ct-green) !important;
}

.has-dark-blue-border-color {
  border-color: var(--wp--preset--color--dark-blue) !important;
}

.has-light-blue-border-color {
  border-color: var(--wp--preset--color--light-blue) !important;
}

.has-tangerine-border-color {
  border-color: var(--wp--preset--color--tangerine) !important;
}

.has-pink-pop-border-color {
  border-color: var(--wp--preset--color--pink-pop) !important;
}

.has-turquoise-border-color {
  border-color: var(--wp--preset--color--turquoise) !important;
}

.has-yellow-border-color {
  border-color: var(--wp--preset--color--yellow) !important;
}

.has-grey-border-color {
  border-color: var(--wp--preset--color--grey) !important;
}

.has-mid-grey-border-color {
  border-color: var(--wp--preset--color--mid-grey) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-green-turquoise-gradient-background {
  background: var(--wp--preset--gradient--green-turquoise) !important;
}

.has-green-light-blue-gradient-background {
  background: var(--wp--preset--gradient--green-light-blue) !important;
}

.has-tangerine-yellow-gradient-background {
  background: var(--wp--preset--gradient--tangerine-yellow) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-ct-compressed-font-family {
  font-family: var(--wp--preset--font-family--ct-compressed) !important;
}

.has-ct-numbers-font-family {
  font-family: var(--wp--preset--font-family--ct-numbers) !important;
}

.has-ct-font-family {
  font-family: var(--wp--preset--font-family--ct) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}


/* === flexible-table-block-inline-css === */
.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.is-style-stripes tbody tr:nth-child(odd) th {
  background-color: #f0f0f1;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: #f0f0f1;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) th {
  background-color: #ffffff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) td {
  background-color: #ffffff;
}

.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;
}

@media screen and (min-width:769px) {
  .wp-block-flexible-table-block-table.is-scroll-on-pc {
    overflow-x: scroll;
  }

  .wp-block-flexible-table-block-table.is-scroll-on-pc table {
    max-width: none;
    align-self: self-start;
  }
}

@media screen and (max-width:768px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    overflow-x: scroll;
  }

  .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
    max-width: none;
    align-self: self-start;
  }

  .wp-block-flexible-table-block-table table.is-stacked-on-mobile th,
  .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
    width: 100% !important;
    display: block;
  }
}


/* === bfa-font-awesome-v4-shim-inline-css === */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/webfonts_fa-brands-400.eot'),
    url('fonts/webfonts_fa-brands-400.eot') format('embedded-opentype'),
    url('fonts/fa-brands-400.woff2') format('woff2'),
    url('fonts/fa-brands-400.woff') format('woff'),
    url('fonts/fa-brands-400.ttf') format('truetype'),
    url('fonts/fa-brands-400.svg') format('svg');
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/webfonts_fa-solid-900.eot'),
    url('fonts/webfonts_fa-solid-900.eot') format('embedded-opentype'),
    url('fonts/fa-solid-900.woff2') format('woff2'),
    url('fonts/fa-solid-900.woff') format('woff'),
    url('fonts/fa-solid-900.ttf') format('truetype'),
    url('fonts/fa-solid-900.svg') format('svg');
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/webfonts_fa-regular-400.eot'),
    url('fonts/webfonts_fa-regular-400.eot') format('embedded-opentype'),
    url('fonts/fa-regular-400.woff2') format('woff2'),
    url('fonts/fa-regular-400.woff') format('woff'),
    url('fonts/fa-regular-400.ttf') format('truetype'),
    url('fonts/fa-regular-400.svg') format('svg');
  unicode-range: U+F004-F005, U+F007, U+F017, U+F022, U+F024, U+F02E, U+F03E, U+F044, U+F057-F059, U+F06E, U+F070, U+F075, U+F07B-F07C, U+F080, U+F086, U+F089, U+F094, U+F09D, U+F0A0, U+F0A4-F0A7, U+F0C5, U+F0C7-F0C8, U+F0E0, U+F0EB, U+F0F3, U+F0F8, U+F0FE, U+F111, U+F118-F11A, U+F11C, U+F133, U+F144, U+F146, U+F14A, U+F14D-F14E, U+F150-F152, U+F15B-F15C, U+F164-F165, U+F185-F186, U+F191-F192, U+F1AD, U+F1C1-F1C9, U+F1CD, U+F1D8, U+F1E3, U+F1EA, U+F1F6, U+F1F9, U+F20A, U+F247-F249, U+F24D, U+F254-F25B, U+F25D, U+F267, U+F271-F274, U+F279, U+F28B, U+F28D, U+F2B5-F2B6, U+F2B9, U+F2BB, U+F2BD, U+F2C1-F2C2, U+F2D0, U+F2D2, U+F2DC, U+F2ED, U+F328, U+F358-F35B, U+F3A5, U+F3D1, U+F410, U+F4AD;
}


/* === ct-core-critical === */
body {
  --ct-h1-weight: 400;
  --ct-p-weight: 400;
  --ct-h2-light-weight: 300;
  --ct-h2-weight: 500;
  --ct-h3-weight: 500;
  --ct-h4-light-weight: 400;
  --ct-h-strong-weight: 700;

  @media screen and (max-width: 767px) {

    --ct-p-size: 16px;
    --ct-p-height: 26px;
    --ct-p-bottom: 8px;
    --ct-h1-size: 32px;
    --ct-h1-height: 1;
    --ct-h2-size: 22px;
    --ct-h2-height: 30px;
    --ct-h3-size: 18px;
    --ct-h3-height: 22px;
  }

  @media screen and (min-width: 768px) {

    --ct-p-size: 18px;
    --ct-p-height: 27px;
    --ct-p-bottom: 14px;
    --ct-h1-size: 46px;
    --ct-h1-height: 1;
    --ct-h2-size: 30px;
    --ct-h2-height: 34px;
    --ct-h3-size: 24px;
    --ct-h3-height: 30px;
    --ct-column: calc((100% - 12px * 19 * 2) / 20);
  }

  --ct-banner-title-size: clamp(51px, 6.1vw, 57px);
  --ct-banner-title-height: 1;

  @media screen and (min-width: 768px) {
    --ct-banner-title-size: clamp(57px, 7.1vw, 88px);
  }

  @media screen and (min-width: 1280px) {
    --ct-banner-title-size: clamp(80px, 6.1vw, 103px);
  }

  @media screen and (min-width: 1920px) {
    --ct-banner-title-size: 103px;
  }

}


/* === ct-core-critical-lang === */
@font-face {
  font-family: 'eToro Compressed';
  src: url('fonts/main-VF-v0.7.ttf') format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 0%;
}

@font-face {
  font-family: 'eToro Numbers';
  src: url('fonts/main-VF-v0.7.ttf') format("truetype-variations");
  font-weight: 620;
  font-stretch: 84%;
}

@font-face {
  font-family: 'eToro';
  src: url('fonts/main-VF-v0.7.ttf') format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 0% 100%;
}

/* Temporary fix for arrows */
@font-face {
  font-family: 'eToro Arrows';
  src: local('Arial');
  unicode-range: U+2190-2199;
}

body.e-site,
body.e-partners,
.edit-post-visual-editor .editor-styles-wrapper {
  font-family: 'eToro Arrows', 'eToro', sans-serif;
}

.edit-post-visual-editor .editor-styles-wrapper h1 {
  font-family: 'eToro Compressed', sans-serif;
  font-weight: 500;
}

body {
  --ct-title-font: 'eToro Compressed';
  --ct-numbers-font: 'eToro Numbers';
  --ct-body-font: 'eToro Arrows', 'eToro';
  --ct-font-regular: 400;
  --ct-font-medium: 500;
  --ct-font-bold: 700;
}

/* Color Theme*/
body {
  --ct-primary-color: #13C636;
  --ct-light-gray: #EEE;
  --ct-light-gray60: #F7F7F7;
  --ct-dark-blue40: #9999A6;
}

/* END Color Theme*/


/* === inline === */
.acsb-trigger.acsb-trigger-position-y-bottom.acsb-mobile {
  border-radius: 6px 0 0 6px !important;
}


/* === page_overlay-css === */
#page_overlay.js_enabled {
  position: fixed;
  display: block;
  background: #FFF url("images/loader3-green-small.gif") no-repeat center center;
  background-size: 50px 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}


/* === core-block-supports-inline-css === */
.wp-container-core-columns-is-layout-1 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-2 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-3 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-4 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-5 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-6 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-7 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-8 {
  flex-wrap: nowrap;
}

.wp-container-core-columns-is-layout-9 {
  flex-wrap: nowrap;
}

/* === #e-menu-2025 anchor nav === */
#e-header {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  position: sticky;
  top: 0;
  z-index: 1000;
}

#e-menu-2025 {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#e-menu-2025::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  #e-menu-2025 {
    padding: 0 12px;
    gap: 4px;
  }

}

#e-menu-2025 a {
  font-family: var(--ct-body-font), sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2E2C43;
  text-decoration: none;
  padding: 16px 14px;
  border-radius: 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

#e-menu-2025 a:hover {
  color: var(--ct-primary-color);
  border-bottom-color: var(--ct-primary-color);
}

#e-menu-2025 a.active {
  background: var(--ct-primary-color);
  color: #fff;
}



@media (max-width: 768px) {

  #e-menu-2025 a {
    font-size: 13px;
    padding: 16px 8px;
    flex-shrink: 0;
  }
}





.reviews {}

.reviews__main {}

.reviews__content {}

.reviews__stars {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__stars img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.reviews__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}

.reviews__google {
  margin: 10px auto;
  width: 110px;
  height: 35px;
}

.reviews__google img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reviews__cards {
  position: relative;
}

.reviews__slider {
  overflow: hidden;
}

.reviews__slider .swiper-wrapper {
  align-items: flex-start;
}

.reviews__slider .swiper-slide {
  height: auto;
}

.reviews__card {
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  background: rgba(85, 85, 85, 0.1);
  border-radius: 20px;
}

.reviews__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.reviews__prev,
.reviews__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: transparent;
  cursor: pointer;
  color: inherit;
  transition: background 0.2s, color 0.2s;
}

.reviews__prev:hover,
.reviews__next:hover {
  background: #13c636;
  border-color: #13c636;
  color: #fff;
}

.reviews__card-header {
  display: flex;
}

.reviews__card-letter {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="0"] .reviews__card-letter {
  background: #1a6b3c;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="1"] .reviews__card-letter {
  background: #2e4a7a;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="2"] .reviews__card-letter {
  background: #5a2d82;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="3"] .reviews__card-letter {
  background: #7a3b1e;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="4"] .reviews__card-letter {
  background: #1e5f74;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="5"] .reviews__card-letter {
  background: #4a3728;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="6"] .reviews__card-letter {
  background: #2d6a4f;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="7"] .reviews__card-letter {
  background: #6b2737;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="8"] .reviews__card-letter {
  background: #3d3580;
}

.reviews__slider .swiper-slide[data-swiper-slide-index="9"] .reviews__card-letter {
  background: #1a5276;
}

.reviews__card-info {
  margin-left: 20px;

}

.reviews__card-name {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

.reviews__card-date {
  font-size: 14px;
  color: #737376 !important;
}

.reviews__card-icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.reviews__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.reviews__card-stars {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reviews__card-stars img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.reviews__card-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 140%;
  color: var(--ct-dark-blue40);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews__card-text.is-expanded {
  display: block;
  overflow: visible;
}

.reviews__more {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px !important;
  font-weight: 600;
  color: #6b706c;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-underline-offset: 2px;
}

.footer2 {}

.footer2__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer2__email {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: .48px;
}

.footer2__policy {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .36px;
  text-decoration-line: underline;
  color: #979797;
}

.footer2__address {
  margin-top: 20px !important;
  color: #979797 !important;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}


@keyframes scale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

.flick-bttn {
  animation: 1s infinite scale alternate;
}