.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type=button], [type=reset] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

label {
  font-weight: bold;
  display: block;
  position: relative;
}

.w-input {
  width: 100%;
  height: 55px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-input[readonly], fieldset[disabled] .w-input {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-input[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input {
  background-color: #eee;
}

textarea.w-input {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
}

.section__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:not(.row_prices):before, .w-row:not(.row_prices):after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  transition: 0.3s ease;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.dashboard__nav .telegram-support__mob {
  display: none;
}

@media screen and (max-width: 991px) {
  .dashboard__nav .telegram-support__mob {
    display: flex;
    position: absolute;
    left: auto;
    right: 3%;
    bottom: 120%;
    padding: 0 !important;
    margin-bottom: 0;
  }
  .dashboard__nav .telegram-support__mob .telegram-support__text {
    font-size: 10px;
    top: -50%;
  }
  .dashboard__nav .telegram-support__mob span {
    width: 20px;
    height: 20px;
  }
  .dashboard__nav .telegram-support__mob .telegram-support-bg {
    width: 56px;
    height: 56px;
  }
  .dashboard__nav .telegram-support__mob .telegram-support-bg::before, .dashboard__nav .telegram-support__mob .telegram-support-bg::after {
    width: 56px;
    height: 56px;
  }
  .dashboard__nav .telegram-support__mob .telegram-support-bg::after {
    width: 56px;
    height: 56px;
  }
  .w-container {
    max-width: 728px;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 520px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }
  .w-col {
    width: 100%;
  }
}
.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.w-slider__item {
  height: 300px;
  margin: 0 auto;
}
.w-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.w-slider__wrap {
  position: relative;
}
.w-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.w-slider__next {
  right: 5px;
}
.w-slider__prev {
  left: 5px;
}
@media screen and (max-width: 768px) {
  .w-slider__arrow {
    display: block;
  }
}

.slick-dots {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
}
.slick-dots li:not(:last-child) {
  margin-right: 7px;
}
.slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.slick-dots li button {
  font-size: 0;
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.3s ease;
  display: inline-block;
  position: relative;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before, .w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
  height: auto;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type=image] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type=video] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --midnight-blue: #021b88;
  --white: white;
  --medium-spring-green: #00ffa7;
  --black: black;
  --gold: #ffe629;
  --green-yellow: #abe751;
  --light-sky-blue: #81d1ff;
  --sky-blue: #4fe3ff;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

body:not(.home) .body {
  padding-bottom: 0;
}

.con, .section__container {
  padding: 10% 12%;
  position: relative;
}

.indicator-title {
  text-align: center;
  color: #fff;
}

.con.con-home, .section__container {
  background-image: url("../img/graphic.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .con.con-home, .section__container {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .page-template .section__container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.con.con-home.con-blog {
  justify-content: flex-start;
  padding: 15% 3% 80px 7%;
  display: block;
}

.con.con-home.con-blog.con-tag {
  padding-bottom: 0;
}

.con.con-home.con-blog-post {
  padding-bottom: 5%;
}

.con.con-home.con-blog-post.con-blog-title {
  z-index: 5;
}

.con.con-home.con-why {
  flex-direction: column;
  justify-content: center;
}

.con.con-home.con-algo {
  flex-direction: column;
}

.con.con-home.offer {
  opacity: 1;
  background-image: none;
}

.con.con-home.offers {
  background-image: url("../img/graphic.png");
  background-position: 50%;
  background-repeat: no-repeat;
}

.con.con-home.signup-bg {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.con.con-home.con-main-hero {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto;
}

.con.con-crazy {
  padding-top: 5%;
  padding-bottom: 1%;
}

.con.con-feature {
  padding: 2% 10%;
}

.con.con-title {
  padding-top: 5%;
  padding-bottom: 0;
}

.prices-btn {
  margin: 30px auto 0;
  display: block;
  width: fit-content;
}

.con.con-testimonials {
  padding-top: 2%;
  padding-bottom: 5%;
}

.con.con-testimonials.con-test {
  background-color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}

.trustpilot-content-link-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustpilot-content-link {
  display: inline-block;
  max-width: 700px;
  width: 100%;
}
.trustpilot-content-link img {
  width: 100%;
  height: 100%;
}

.con.con-step {
  padding-top: 5%;
  padding-bottom: 4%;
}

.con.con-step.con-join {
  padding-left: 5%;
  padding-right: 5%;
}

.con.con-step.con-discount {
  background-color: #00ffbd;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.con.con-blog-area {
  padding: 5%;
}

.con.con-algo-1 {
  padding-bottom: 3%;
}

.s-blue {
  height: 80vh;
  background-image: linear-gradient(#111ba3, #0041e8 55%, #0c1e7b);
}

.s-blue.s-home {
  height: 800px;
  background-image: linear-gradient(102deg, #021b88, #000a35 100%, #0041e8);
  position: relative;
}

.s-blue.s-home.s-join {
  height: 100%;
}

.s-blue.s-home.s-join.s-terms {
  height: auto;
}

.s-blue.s-home.s-join.s-blog-post {
  height: auto;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.s-blue.s-home.s-join.s-reports {
  height: auto;
}

.s-blue.s-home.s-blog {
  height: 640px;
}

.s-blue.s-home.s-blog.s-tag {
  height: auto;
}

.s-blue.s-home.s-blog.s-category {
  height: 660px;
  background-image: url("../img/cubes.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s-blue.s-home.s-blog.s-results {
  min-height: 680px;
  height: unset;
  overflow: hidden;
}

.s-blue.s-home.s-algo {
  z-index: auto;
  height: auto;
  background-image: linear-gradient(#001480, #001480);
  position: relative;
}

.s-blue.s-home.s-algo.s-why, section.page-template {
  background-image: linear-gradient(102deg, #021b88, #000a35);
}

.s-blue.s-home.s-algo.s-why.s-home2 {
  background-image: linear-gradient(to bottom, #04f, var(--midnight-blue));
}

.s-blue.s-home.s-search {
  height: 130px;
}

.s-blue.s-home.s-home2 {
  height: auto;
  background-image: linear-gradient(102.7deg, #021b88, #000a35 100%, #0041e8);
  display: none;
}

.ab-left {
  z-index: 0;
  width: 320px;
  height: 650px;
  background-image: url("../img/blef.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -145px;
}

.ab-left.ab-right {
  background-image: url("../img/brig.png");
  top: auto;
  bottom: -145px;
  left: auto;
  right: -5px;
}

.shapes-abstract {
  z-index: 1;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-box {
  z-index: 2;
  width: 90%;
  position: relative;
}

.hero-box.her-center {
  text-align: center;
}

.h1-hero {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Notosans, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 65px;
}

.h1-hero.h1-blog {
  text-align: left;
  margin-bottom: 30px;
  font-size: 41px;
  line-height: 47px;
}

.h1-hero.h1-blogpost {
  margin-bottom: 40px;
  font-size: 43px;
  line-height: 50px;
}

.h1-hero.h1-transfer {
  margin-bottom: 30px;
}

.h1-hero.h1-hero-algo {
  margin-bottom: 20px;
}

.h1-hero.h2-hero {
  margin-bottom: 0;
  font-size: 40px;
}

.p-hero {
  width: 70%;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Notosans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.p-hero.p-hero_med {
  z-index: 2;
  width: 100%;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}

.p-hero.p-hero_med.p-hero_stat {
  color: #797979;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.p-hero.p-hero_med.p-hero_stat.p-white {
  color: #fff;
}

.p-hero.p-hero_med.p-hero-nomargin {
  margin-bottom: 50px;
}

.p-hero.p-hero_med.p-hero-blue {
  color: #001480;
}

.p-hero.p-hero_med.p-hero-report {
  margin-top: 50px;
}

.p-hero.p-hero-dark {
  color: var(--midnight-blue);
}

.p-hero.p-blog {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 24px;
  line-height: 2rem;
}

.p-hero.p-blog.p-featured-title {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.p-hero.p-blog.h2-blogp {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
}

.p-hero.p-blog.h2-blogp.single-blog {
  margin-left: auto;
}

.p-hero.p-members-dashboard {
  margin-bottom: 30px;
  font-size: 2rem;
}

.p-hero.p-transfer {
  font-size: 25px;
}

.p-hero.p-hero-dark {
  color: #021b88;
}

.p-hero.p-hero-results {
  margin-bottom: 90px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.p-hero.repayment-text, .p-hero.thankyou-text {
  display: block;
}

.btn_trans {
  width: 240px;
  height: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  background-image: linear-gradient(77deg, #0909af, #147352);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: Notosans, sans-serif;
  font-size: 18px;
  transition: 0.3s ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_trans:hover {
  color: var(--white);
  transform: none;
}

.btn_trans::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d90e61;
  width: 0;
  height: 100%;
  transition: 0.3s ease;
  z-index: -1;
}

.btn_trans:hover::before {
  border-radius: 30px;
  width: 100%;
  transition: 0.3s ease;
}

.btn_trans.btn_trans-white {
  border-color: #fff;
}

.btn_trans.btn_trans-white.btn-trans-last {
  background-image: linear-gradient(77deg, #05056e, #147352);
  border-style: solid;
  border-width: 0;
  margin-right: 0;
}

.btn_trans.btn_trans-white.btn-trans-last:hover {
  background-color: var(--white);
}

.btn_trans.btn_trans-white.view-result {
  background-color: #ff9811;
  background-image: none;
}

.btn_trans.btn_trans-white.view-result:hover {
  transform: none;
}

.btn_trans.btn_trans-white.view-result.w--current {
  display: none;
}

.btn_trans.button-4 {
  min-width: 200px;
  width: fit-content;
  height: 50px;
  font-size: 1rem;
  display: flex;
}

.btn_trans.button-learn-more {
  min-width: 200px;
  width: fit-content;
  height: 50px;
  background-color: #f70;
  background-image: none;
  border: 1px solid #fff;
  font-size: 1rem;
  z-index: 1;
  display: flex;
}

.hero_btn_box {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.platforms-con {
  width: auto;
  height: 70px;
  background-color: var(--midnight-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 10px 35px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.platforms-con.results-con {
  padding-left: 15px;
  padding-right: 15px;
}

.platforms_box {
  z-index: 1;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -25px;
  left: 0;
  right: 0;
}

.platform_img {
  width: auto;
  margin-right: 25px;
  max-width: 185px;
  object-fit: contain;
}

.platform_img.platform_img-last {
  margin-right: 0;
}

.platform_img.platform-img-first {
  width: 185px;
  margin-right: 10px;
}

.s.s-crazy {
  background-color: #fff;
}

.s-crazy__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5%;
}
.s-crazy__list .collection-item-3 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1700px) {
  .s-crazy__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .s-crazy__list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.s.s-join-title {
  background-color: #000A35;
}

.s.s-home-info {
  background-color: #fff;
  background-image: none;
}

.s.s-white {
  background-color: #fff;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s.s-white.trustpilot-hide {
  display: block;
}

.s.s-white.wrap-single-blog {
  padding-left: 8%;
  padding-right: 8%;
}

.s.s-algo {
  background-color: #1211a3;
}

.s.s-prices {
  z-index: 5;
  position: relative;
  background-color: unset;
}
.s.s-prices .columns-5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media screen and (min-width: 767px) {
  .s.s-prices + .con {
    padding: 0;
  }
}
.title_h2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.title_h2 span {
  color: #FA03A4;
}

.title_h2.title-feature {
  text-align: left;
  margin-bottom: 20px;
}

.title_h2.title-feature.title-green {
  color: #07ffa6;
}

.title_h2.title-feature.title-green.title-blue {
  color: var(--midnight-blue);
  position: relative;
}

.title_h2.title-feature.title-feature-centre {
  color: var(--medium-spring-green);
  text-align: center;
  margin-bottom: 30px;
  font-size: 33px;
}

.title_h2.title_h2-blue {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-family: Notosans, sans-serif;
}

.title_h2.title_h2-blue.title_form {
  margin-bottom: 10px;
  font-size: 40px;
}

.title_h2.title_h2-blue.title_form.title-from-white {
  color: #fff;
}

.title_h2.title_h2-blue {
  color: #021b88;
}

.title_h2.title_h2-blue.title_form {
  margin-bottom: 10px;
  font-size: 40px;
}

.title_h2.title_h2-blue.title_form.title-from-white {
  color: #fff;
}

.title_h2.title_h2-blue.title_form.title-algo {
  margin-bottom: 0;
  padding-left: 11px;
  font-size: 35px;
}

.icon-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_img {
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
}

.title-feature {
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Notosans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 35px;
}

.feature-highlight {
  border-radius: 5px;
  display: inline-block;
}

.btn_block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn {
  z-index: 2;
  min-width: 200px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 45px;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
}

.btn:hover {
  transform: scale(0.9);
}

.btn.button_suscribe {
  width: auto;
  color: #fff;
  text-transform: none;
  background-color: #ff9811;
  margin-top: 30px;
  font-size: 20px;
}

.btn.button_suscribe.btn-dark {
  background-color: var(--black);
  color: #fff;
}

.btn.btn_green {
  background-color: var(--medium-spring-green);
  border-style: none;
  font-family: Notosans, sans-serif;
}

.btn.btn_green.btn_continue {
  padding: 30px 40px;
  font-family: Notosans, sans-serif;
  font-size: 28px;
}

.btn.btn_view {
  color: #000;
}

.btn.btn_green.btn_view {
  min-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}

.btn.btn_green.btn_view.btn_normal {
  background-color: #7efff9;
  font-size: 16px;
}

.btn.btn_green.btn_view.btn_normal.btn-forex {
  background-color: #00ff9d;
}

.btn.btn_green.btn_view.btn_normal.btn-binance {
  background-color: var(--gold);
}

.btn.btn_green.btn_view.btn_normal.btn-binance.btn-futures {
  background-color: var(--green-yellow);
  font-family: Notosans, sans-serif;
}

.btn.btn_green.btn_view.view-report {
  background-image: url("../img/pdf.svg");
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 50px;
}

.btn.btn-small {
  min-width: 140px;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 21px;
  font-family: Notosans, sans-serif;
}

.price-block {
  width: 100%;
}

.price-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.price-item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 0 10px;
  width: 20%;
  height: 400px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .price-list {
    flex-wrap: wrap;
  }
  .price-item {
    width: 100%;
  }
}
.btn.btn-small.btn-forex {
  background-color: var(--light-sky-blue);
}

.btn.btn-small.btn-bitmex {
  background-color: #ff9811;
  font-family: Notosans, sans-serif;
}

.btn.btn-small.btn-binance {
  background-color: var(--gold);
}

.btn.btn-blue {
  background-color: #001480;
  background-image: linear-gradient(81deg, var(--midnight-blue), #079c68);
  color: #fff;
  font-family: Notosans, sans-serif;
  font-size: 20px;
}

.btn.btn-blue.btn-small {
  min-width: auto;
  margin-top: 1vw;
  margin-right: 0;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.btn.btn-blue.btn-join-now {
  display: none;
}

.btn.btn-blue.desktop-faq {
  background-image: linear-gradient(77deg, var(--midnight-blue), #079c68);
}

.btn.btn-blue.mobile-faq {
  display: none;
}

.btn.btn-blue.btn-discount-add {
  height: 70px;
  min-width: auto;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.btn.btn-blue.btn-discount-remove {
  height: 70px;
  min-width: auto;
  color: #fff;
  background-color: #cf0508;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.btn.btn_green {
  background-color: #00ffa7;
  border-style: none;
}

.btn.btn_green.btn_continue {
  padding: 30px 100px;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .btn.btn_green.btn_continue {
    padding: 20px 40px;
    font-size: 22px;
  }
}

.join-btn {
  border-radius: 70px !important;
}

.join-btn:hover {
  transform: scale(1);
}

.columns {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.columns.columns-why {
  align-items: flex-start;
  margin-bottom: 0;
}

.columns.colum-middle {
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
}

.columns.home-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.p_home {
  color: #fff;
  background-image: url("../img/green_arrow.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 25px 15px 25px 70px;
  font-size: 18px;
  line-height: 25px;
}

.p_home.p_home-feature, .p_home.p_home-feature p {
  font-size: 18px;
}

.p_home.p_signals {
  color: var(--midnight-blue);
  font-family: Notosans, sans-serif;
}
.p_home.p_signals p {
  font-size: 18px;
  margin-bottom: 0;
}

.p-home-why {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 25px 15px;
  font-family: Notosans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.p-home-why.p-feature {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.p-home-why.p-feature.p-feature-right {
  width: 100%;
  text-align: right;
}

.p-home-why.p-feature.p-feature-right.p-f-r-dark {
  color: var(--midnight-blue);
  font-family: Notosans, sans-serif;
}

.p-home-why.p-feature.p-feature-dark {
  color: #363636;
  font-family: Notosans, sans-serif;
}

.p-home-why.p-feature.p-feature-dark.p-feature-blue {
  color: var(--midnight-blue);
}

.p-home-why.p-algo-why {
  font-size: 25px;
  line-height: 35px;
}

.p-home-why.p-algo-why h3 {
  font-size: 30px;
  line-height: 35px;
}

.p-home-why.p-algo-why p {
  font-family: Notosans, sans-serif;
}

.p-home-why.p-quote {
  max-width: 500px;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p_home.p_home-feature a {
  color: #00ffa7;
  background-color: #000c41;
  padding: 1px 3px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}
.p_home.p_home-feature a:hover {
  color: var(--midnight-blue);
  background-color: #00ffa7;
}

.p_home-highlight, .post-content a:not(.s-i) {
  color: #00ffa7;
  background-color: #000c41;
  padding: 1px 3px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}
.p_home-highlight:hover, .post-content a:not(.s-i):hover {
  color: var(--midnight-blue);
  background-color: #00ffa7;
}

.title-box {
  z-index: 2;
  position: relative;
}

.p-date {
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 25px;
}

.p-date.p-service {
  color: var(--light-sky-blue);
  font-size: 18px;
  font-weight: 700;
  top: -30px;
}

.p-date.p-service.p-service-binance {
  color: var(--gold);
}

.p-date.p-service.p-service-forex {
  color: var(--medium-spring-green);
}

.title-f {
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
}

.title-f.title-benefits {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.title-f.title-benefits.title-month {
  text-align: left;
  border-bottom: 1px solid #0f1418;
  margin-top: 0;
  padding-bottom: 24px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.title_small {
  width: auto;
  max-width: 500px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-family: Notosans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.title_small.title_smaller {
  width: auto;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
}

.title_small.title_smaller.title_result {
  text-align: left;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 23px;
}

.title_small.title_smaller.title_result.title_result-win {
  color: var(--medium-spring-green);
  text-align: right;
  font-size: 20px;
  font-weight: 900;
}

.title_small.title_smaller.title_result.title_result-r {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.title_small.title_smaller.title_result.title_result-r.title_result-total {
  font-size: 20px;
}

.title_small.title_smaller.title_result.title_result-r.title_result-total.title_pips_total {
  margin-left: 5px;
}

.title_small.title_smaller.yearly, .title_small.title_smaller.quarterly, .title_small.title_smaller.lifetime {
  display: none;
}

.title_small.title_smaller.txt-permonth {
  text-transform: none;
}

.title_small.title_item_results {
  margin-bottom: 0;
  font-size: 17px;
}

.column-13 {
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.p {
  width: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.p.p-category {
  width: auto;
  cursor: pointer;
  margin-right: 6px;
  padding: 5px 6px 5px 7px;
  font-family: Notosans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.3s;
  position: static;
}

.p.p-category:hover {
  transform: scale(1.1);
}

.p.p-category.w--current {
  background-color: #000a35;
  border-radius: 5px;
}

.p.p-category.p-category-list {
  filter: saturate(200%);
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: relative;
}

.p.p-category.p-category-list:hover {
  transform: none;
}

.p.p-category.p-category-list.p-featured-category {
  text-align: left;
}

.p.p-category.p-category-list.p-featured-category.p-category-smaller {
  margin-top: -30px;
  font-style: italic;
  font-weight: 300;
}

.f-link.f-link-smaller {
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem;
}

.row-feature {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.f-col-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-col-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image {
  width: 552px;
  height: auto;
}

.calls-desktop {
  margin-top: 20px;
  margin-bottom: 0;
}

.p-why {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 25px 15px;
  font-ft-size: 20px;
  line-height: 26px;
}

.p-why.p_why-blue {
  z-index: 2;
  color: var(--midnight-blue);
  padding-bottom: 5px;
  font-family: Notosans, sans-serif;
  font-size: 16px;
  line-height: 31px;
  position: relative;
}

.p-why.p_why-blue h4 {
  margin-top: 40px;
  font-size: 22px;
}

.p-why.p_why-blue p {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
}

.p-why.p_why-blue li {
  font-size: 20px;
  line-height: 30px;
}

.div-block {
  display: flex;
}

.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center.center-continue {
  margin-top: 30px;
  margin-bottom: 5px;
}
.center.center-continue p {
  font-size: 14px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center.center-suscribe {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .center.center-suscribe {
    margin-bottom: 5px;
  }
}

.option {
  width: 100%;
  height: 80px;
  cursor: pointer;
  background-color: #7a7a7a;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 29px;
  display: block;
  position: absolute;
  transition: 0.3s ease;
}

.disabled-type {
  opacity: 0.4;
  user-select: none;
  pointer-events: none;
}

.option.w--redirected-checked {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.form-p {
  color: #636363;
  text-align: center;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Notosans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.form-p.form-p-included {
  color: #6a6a6a;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 25px;
}

.form-p.blog-author-p {
  color: #fff;
  text-align: left;
  border-right: 3px #fff;
  margin-top: 0;
  font-size: 13px;
  line-height: 23px;
}

.form-p.blog-author-p.p-author {
  border-right-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-p.blog-author-p.p-author.p-author-black {
  color: #000;
  padding-left: 0;
  padding-right: 6px;
  line-height: 15px;
}

.form-p.blog-author-p.p-author.p-author-black.p-auther-featured {
  color: #fff;
  margin-left: 10px;
}

.form-p.hide-p {
  display: none;
}

.form-p.form-pred {
  color: red;
}

.page-template-page-join .w-form {
  width: 100%;
}

.step-3.step-3-v2 {
  background-color: #e3e3e3;
}

.plan-icon {
  width: auto;
  height: auto;
  display: block;
}

.column-14 {
  flex: none;
}

.text-field {
  width: 350px;
  height: 70px;
  color: var(--midnight-blue);
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px;
  font-size: 22px;
  line-height: 20px;
}

.text-field.text-data {
  width: 100%;
  font-size: 18px;
}

.text-field.text-data.text-discount {
  text-transform: uppercase;
  padding-right: 50px;
}

.text-field.text-data.text-algo {
  background-color: #fff;
}

.checkbox {
  width: 30px;
  height: 30px;
  padding: 6px;
}

.checkbox-field {
  margin-top: 30px;
}

.checkbox-field.checkbox-less {
  margin-top: 15px;
}

.per-month {
  display: block;
}

.per-year {
  display: none;
}

.checkbox-field-2 {
  margin-top: 15px;
}

.column-7 {
  padding-left: 0;
}

.checkbox-2 {
  width: 18px;
  height: 18px;
}

.signup-form {
  z-index: 10;
  width: 100%;
  max-width: 440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-form {
  margin-top: 0;
  margin-bottom: 60px;
}

.column-8 {
  padding-right: 0;
}

.columns-9 {
  z-index: 2;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.featured-news {
  width: 450px;
  min-height: 420px;
  background-color: #001a80;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 60px;
  text-decoration: none;
  display: block;
  position: relative;
}

.columns-10 {
  width: 100%;
  text-align: left;
  flex: 1;
  margin-bottom: 25px;
}

.pic-user {
  width: 45px;
  height: 45px;
  background-image: url("../img/triangle.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 250px;
}

.author-box {
  text-align: left;
  display: flex;
}

.f-back {
  width: 100%;
  height: 170px;
  background-image: url("../img/bg-bitcoin.png");
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 0;
  right: 0;
}

.column-15 {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-option.service-stocks {
  display: none;
}

.service-price-title-block {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.blog-row {
  z-index: 2;
  margin-top: 30px;
  display: block;
  position: relative;
}

.item-blog {
  width: 98%;
  height: auto;
  min-height: 320px;
  clear: none;
  background-color: #ececec;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
  display: flex;
}

.item-blog.item-search {
  min-height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.blog-item-colour {
  width: 2%;
  height: 320px;
  clear: none;
  background-color: #cecece;
  position: absolute;
}

.columns-11 {
  height: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-item-bg {
  width: 75%;
  height: 265px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 15px 15px;
  margin-left: 20px;
  margin-right: 25px;
  padding-right: 0;
  position: relative;
}

.blog-item-bg.blog-item-guide {
  width: 85%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-size: cover;
}

.blog-item-bg.blog-item-bg2 {
  width: 96%;
  height: 200px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.h3-title {
  margin-bottom: 10px;
  padding-right: 15px;
  font-family: Notosans, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.column-16 {
  height: 100%;
  min-height: 280px;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.columns-12 {
  height: 50px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-item-author {
  height: 50px;
}

.blog-item-author.item-date {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 15px;
  line-height: 23px;
}

.paragraph.p-news-list {
  height: 90px;
  font-family: Notosans, sans-serif;
  overflow: hidden;
}

.paragraph.p-news-list.p-url {
  height: auto;
  color: #3b51b2;
  font-weight: 700;
}

.collection-item {
  margin-bottom: 50px;
}

.link-block {
  width: 100%;
  color: #070707;
  text-decoration: none;
  transition: all 0.4s;
}

.link-block:hover {
  transform: translate(0, -15px);
}

.link-block-2 {
  text-decoration: none;
}

.join-features-area, .icon-box {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.html-embed {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .html-embed {
    padding-bottom: 15px;
  }
}

.html-embed-2 {
  margin-top: 50px;
  margin-bottom: 60px;
}

.post-bg-shade {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78));
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.cta05 {
  background-color: #0b07ff;
  background-image: url("../img/flowbase_wave.png");
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 15%;
  display: flex;
  position: relative;
}

.cta05_title_wrap {
  width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta05_title {
  max-width: 500px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cta05_h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 48px;
}

.cta05_button_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-2 {
  flex-direction: row;
  margin-right: 10px;
  display: inline-block;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list .collection-item-4.w-dyn-item:first-child {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .collection-list .collection-item-4.w-dyn-item:first-child {
    display: none;
  }
}

.category_list {
  margin-bottom: 25px;
}

.particles-js {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.particles-js.particles-full {
  height: 100%;
}

.particles-js.particles-full.particles-why {
  z-index: 0;
}

.algo-features {
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 80px;
  padding: 0;
  display: none;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.56);
}

.bg-video-hide {
  width: 100%;
  height: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 45px;
  display: none;
}

.columns-13 {
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-algo-feature {
  color: var(--midnight-blue);
  font-size: 19px;
  line-height: 23px;
}

.div-block-5 {
  margin-top: 0;
  margin-bottom: 100px;
}

.form-block {
  margin-bottom: 0;
}

.step-algo-reg {
  background-color: #f0f0f0;
  position: relative;
}

.text-block-3 {
  border: 1px #000;
}

.tags-list-wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tags-list-wrapper.align-left {
  margin-left: 0;
  margin-right: 0;
}

.tags-list-wrapper.align-left.tag-single {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

.tags-list {
  flex-flow: column wrap;
  justify-content: flex-start;
  display: flex;
}

.tag-item {
  padding-top: 13px;
  padding-left: 0;
  padding-right: 14px;
}

.tag-item.align-left {
  padding-left: 0;
  padding-right: 10px;
}

.tag-item.align-left.single-blog-tag {
  flex-direction: column;
  display: flex;
}

.tag-link {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 4px;
  padding: 4px 10px 3px;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
  display: inline-block;
}

.cat-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(102deg, #021b88, #000a35 100%, #0041e8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  display: inline-block;
}

.search-result-item {
  margin-bottom: 15px;
}

.div-block-6 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading {
  margin-bottom: 20px;
}

.page-template-create_group .wrapper form select[name=type] {
  color: #000;
}

.div-block-7 {
  margin-top: 50px;
}

.div-block-8 {
  margin-bottom: 25px;
}

.link_results {
  width: auto;
  height: 100%;
  min-width: 200px;
  color: #fff;
  background-color: #1636c0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}
.link_results:not(:last-child) {
  margin-right: 15px;
}

.link_results.link_results_last {
  margin-right: 0;
}

.link_results.link_results_last:hover {
  color: var(--black);
  background-color: #ffe629;
}

.link_results.link_results_last.w--current {
  color: var(--black);
  background-color: #e7d651;
  font-weight: 700;
}

.link_results.link_results_last.link_futures {
  margin-right: 15px;
}

.link_results.link_results_last.link_futures.w--current {
  background-color: #abe751;
}

.link_results.bitmex-results {
  background-color: #1636c0;
  margin-right: 0;
}

.link_results.bitmex-results:hover {
  background-color: var(--light-sky-blue);
  color: var(--black);
}

.link_results.bitmex-results.w--current {
  color: var(--black);
  background-color: #7efff9;
  font-weight: 700;
}

.link_results.link_forex {
  font-family: Notosans, sans-serif;
}

.link_results.link_forex:hover {
  color: var(--black);
  background-color: #00ff9d;
}

.link_results.link_forex.w--current {
  color: var(--black);
  background-color: #00ff9d;
  font-weight: 700;
}

.link_results.link_binance:hover, .link_results.link_binance.w--current {
  background-color: var(--gold);
  color: var(--black);
}

.result-item {
  z-index: 2;
  height: 100%;
  background-color: #000A35;
  border-radius: 15px;
  padding: 25px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.result-item.result-cms-item {
  width: 400px;
  height: auto;
  background-color: #001763;
}

@media screen and (max-width: 768px) {
  .result-item.result-cms-item {
    margin-top: 30px;
  }
}
.results-item-container {
  height: 200px;
  background-color: #192352;
  border-radius: 10px;
  margin: 20px 0;
  padding: 15px;
  position: relative;
}

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

.search-blog {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.search-input {
  margin-bottom: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  color: #fff;
  width: 500px;
  height: 64px;
  padding: 4px 150px 4px 24px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.search-input:focus {
  border-color: #FA03A4;
  transition: all 0.3s;
}
.search-button {
  cursor: pointer;
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

@media screen and (max-width: 768px) {
  .search {
    width: 100%;
  }
  .search-input {
    width: 100%;
    height: 56px;
  }
  .search-button {
    padding: 13px 20px;
    width: 110px;
  }
}
.s.s-home-info {
  margin-top: 5%;
}

.blog-pagination,
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-pagination .page-numbers,
.pagination .page-numbers {
  font-size: 14px;
  font-weight: 500;
  color: #BEC2CB;
  border-radius: 50%;
  background-color: transparent;
  line-height: 1.4;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  transition: all 0.3s;
}
.blog-pagination .page-numbers:hover,
.pagination .page-numbers:hover {
  color: #FA03A4;
  background-color: #192352;
  transition: all 0.3s;
}
.blog-pagination .page-numbers:last-child,
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.blog-pagination .page-numbers:first-child,
.pagination .page-numbers:first-child {
  margin-right: 16px;
}
.blog-pagination .dots:hover,
.pagination .dots:hover {
  color: #BEC2CB;
  background-color: transparent;
}
.blog-pagination .current,
.pagination .current {
  color: #FA03A4;
  background-color: #192352;
}
.blog-pagination .prev, .blog-pagination .next,
.pagination .prev,
.pagination .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #192352;
}
.blog-pagination .prev svg path, .blog-pagination .next svg path,
.pagination .prev svg path,
.pagination .next svg path {
  transition: all 0.3s;
}
.blog-pagination .prev:hover svg path, .blog-pagination .next:hover svg path,
.pagination .prev:hover svg path,
.pagination .next:hover svg path {
  stroke: #FA03A4;
  transition: all 0.3s;
}
.blog-pagination .prev,
.pagination .prev {
  margin-right: 16px;
}
.blog-pagination .prev svg,
.pagination .prev svg {
  transform: rotate(180deg);
}
.blog-pagination .next,
.pagination .next {
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .blog-pagination .prev, .blog-pagination .next {
    width: 30px;
    height: 30px;
  }
  .blog-pagination .page-numbers {
    width: 30px;
    height: 30px;
  }
}
.j-hero__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #FA03A4;
  text-align: center;
  text-transform: uppercase;
}
.j-hero__text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  width: 100%;
  max-width: 567px;
  margin: 0 auto;
}
.j-hero__text-blog {
  margin-bottom: 24px;
}
.j-hero__wrap {
  position: relative;
  z-index: 1;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.percent-large-con {
  z-index: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

@media screen and (max-width: 1300px) {
  .step-1 .j-switcher {
    margin: 32px auto 120px;
  }
  .step-1 .j-switcher::before {
    min-width: unset;
  }
  .step-1 .j-switcher__label {
    position: absolute;
    top: 85px;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
  }
  .step-1 .j-switcher__label::before {
    top: -22px;
    right: -1px;
    width: 80px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='21' viewBox='0 0 83 21' fill='none'%3E%3Cpath opacity='0.5' d='M81 5.04109C79.1633 5.54647 69.5343 13.2543 54.8837 15.5242C40.233 17.794 25.2639 12.8562 25.2639 12.8562M81 5.04109L77.8151 9.19725M81 5.04109L74.6302 5.93641M25.2639 12.8562C10.8396 10.1054 6.88235 1.59131 22.1765 1.03252C37.4706 0.473737 42.7647 7.22503 25.2639 12.8562ZM25.2639 12.8562C15.1176 16.1208 9.23529 17.7647 1 20' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.post-term {
  font-size: 18px;
  width: fit-content;
  padding: 10px;
}
.post-term:hover {
  background-color: rgb(22, 54, 192) !important;
  color: rgb(255, 255, 255) !important;
}
@media screen and (max-width: 767px) {
  .post-term {
    margin-top: 50px;
  }
}

.percentage-big {
  color: rgba(255, 255, 255, 0.1);
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
}

.result-numbers-con {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.result-item-row {
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.column-18 {
  justify-content: flex-end;
  display: flex;
}

.collection-list-wrapper-2 {
  margin-bottom: 20px;
}

.collection-item-3 {
  height: 400px;
  margin-bottom: 25px;
  padding-right: 20px;
}

.container-results {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100%;
  max-width: 1350px;
}

.trustpilot {
  margin-top: 50px;
}

.trustpilot.hide-tp-logo {
  display: none;
}

.div-block-9 {
  background-color: #f7f7f7;
  padding-top: 0;
}

.p-percent-box {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.link-normal-white {
  color: #fff;
}

.link-normal-white.link-normal-blue {
  color: var(--black);
}

.form_alert {
  height: 45px;
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.07);
}

.form12_title {
  color: #000037;
  text-align: left;
  background-color: #fff;
  margin-bottom: 14px;
  font-weight: 600;
  position: relative;
}

.form12_checkbox_field {
  width: 150px;
  height: 55px;
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, 0.28);
}

.form_error_wrap {
  height: 100%;
  max-width: 92%;
  align-items: center;
  display: flex;
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, 0.07);
  margin-left: 8px;
  margin-right: 8px;
}

.error-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.form12_checkbox_wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form12_field_title {
  color: #000037;
  background-color: #fff;
  padding-left: 6px;
  font-family: Notosans, sans-serif;
  font-weight: 600;
  position: relative;
  top: 10px;
  left: 12px;
}

.form_error {
  height: 45px;
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.07);
}

.form12_field_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.form12_checkbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form12_checkbox:active {
  border: 1px solid #000;
}

.form12_legal {
  text-align: center;
  color: #333;
  font-weight: 600;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.h2_select {
  color: #0a1f44;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.form_alert_wrap {
  height: 100%;
  max-width: 92%;
  align-items: center;
  display: flex;
}

.form_input {
  min-height: 55px;
  color: rgba(0, 0, 55, 0.75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-size: 16px;
}

.form_input:focus {
  border-color: #5b3acc;
}

.form_input::-ms-input-placeholder {
  color: rgba(0, 0, 55, 0.1);
}

.form_input::placeholder {
  color: rgba(0, 0, 55, 0.1);
}

.form12_field_long {
  min-height: 150px;
  color: rgba(0, 0, 55, 0.75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(62, 52, 200, 0.04);
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 16px;
}

.form12_field_long::-ms-input-placeholder {
  color: rgba(0, 0, 55, 0.1);
}

.form12_field_long::placeholder {
  color: rgba(0, 0, 55, 0.1);
}

.f02_success_message {
  background-color: rgba(0, 0, 0, 0);
}

.form12_checkbox_label {
  display: none;
}

.form12_button_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, 0.07);
  margin-left: 8px;
  margin-right: 8px;
}

.form12_field_wrap_02 {
  margin-bottom: 35px;
}

.form12_block {
  width: 100%;
  max-width: 830px;
  padding-top: 35px;
}

.form12_block.form-no-margin {
  padding-top: 0;
}

.form12_block.form-no-margin.form-bottom-no {
  margin-bottom: 0;
}

.form12_check_field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
}

.div-block-10 {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 25px 25px;
}

.a1 {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.a1.a2 {
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0;
}

.t-1-r {
  width: 150px;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.t-1-r.t-2-r {
  width: 70px;
  top: 100px;
  right: 200px;
}

.t-1-l {
  width: 300px;
  position: absolute;
  top: 1602.88px;
  left: 50px;
}

.t-1-l.t-2-l {
  width: 150px;
  top: auto;
  bottom: -42px;
  left: 300px;
  right: auto;
}

.f-item {
  transition: all 0.3s;
}

.f-item:hover {
  transform: scale(1.1);
}

.tick {
  width: 200px;
  margin-bottom: 25px;
}

.div-block-12 {
  text-align: center;
}

.password-link {
  color: #fff;
  border: 1px #fff;
  border-bottom-style: dashed;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
  display: inline-block;
}

.text-span-4 {
  padding-bottom: 0;
  line-height: 20px;
  display: block;
}

.calls-phone {
  display: none;
}

.html-embed-3 {
  text-align: left;
}

.r-col-inner {
  height: 200px;
  background-color: rgba(139, 255, 215, 0.74);
  border-radius: 10px;
  padding-bottom: 0;
  display: flex;
}

.r-col-inner.r-bitmex {
  background-color: #fff8c2;
}

.r-col-inner.r-binance {
  background-color: #b5e4ff;
}

.columns-14 {
  width: 100%;
  height: 100%;
  padding-left: 22px;
  display: flex;
}

.r-type {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 19px;
  line-height: 24px;
  display: inline-block;
}

.r-type.r-percent {
  color: var(--midnight-blue);
  margin-bottom: 0.2vw;
  font-size: 1.7vw;
  font-weight: 900;
}

.r-type.r-percent.r-signal {
  color: var(--black);
}

.column-19 {
  text-align: center;
  border-right: 2px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  font-size: 11px;
  display: flex;
}

.r-date {
  color: var(--black);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.r-date.r-title {
  color: var(--midnight-blue);
  font-weight: 400;
}

.r-date.r-title.r-title2 {
  color: var(--black);
}

.column-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 70%;
  height: 40%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.result-link {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
}

.result-link:hover {
  transform: translate(0, -10px);
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .collection-list-wrapper-3 {
    margin-top: 40px;
  }
}

.div-block-15 {
  margin-bottom: 50px;
}

.div-block-16 {
  width: 400px;
  height: auto;
}

.background-video {
  height: 400px;
  border-radius: 500px;
}

.success-form {
  background-color: var(--medium-spring-green);
  padding: 35px;
}

.success-text {
  font-size: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 600px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-float {
  z-index: 999;
  width: 170px;
  height: auto;
  background-color: #000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}

.link-3 {
  text-decoration: none;
}

.text-span-5 {
  font-size: 13px;
  display: none;
}

.heading-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field-2 {
  margin-bottom: 30px;
}

.link-4 {
  color: #fff;
}

.body-2 {
  padding: 20px;
}

.hero-subheading {
  max-width: 880px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
}

.hero-stars {
  float: left;
  color: #ffb700;
  letter-spacing: 5px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
}

.button {
  max-width: 500px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #06f;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color 0.25s ease-out;
  display: block;
}

.button:hover {
  color: #fff;
  background-color: #0088eb;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.button.button-center {
  width: 100%;
  max-width: 600px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 20px auto;
  padding: 25px 25px 20px;
  font-weight: 500;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.2);
}

.hero-review-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.grid-container-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-container-div.hero-side-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 40px 25px;
}

.grid-container-div.review-block {
  background-color: #fff;
  border-radius: 2px;
  padding: 20px;
  transition: transform 0.25s ease-out;
}

.grid-container-div.review-block:hover {
  transform: translate(0, -5px);
}

.hero-course-name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.hero-heading {
  max-width: 850px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.two-column-grid {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.two-column-grid.hero-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1.5fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  transition: color 0.25s;
}

.section.section-hero {
  background-color: #032b3f;
  padding-top: 75px;
}

.section.section-grey {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.section-dark {
  background-color: #022130;
  display: none;
}

.hero-video-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.three-column-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inside-heading {
  text-align: center;
  margin-bottom: 10px;
}

.inside-icon {
  color: var(--midnight-blue);
  text-align: center;
  font-family: "Fa solid 900";
  font-size: 50px;
  line-height: 50px;
}

.inside-text {
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.arrow-seperator {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: -125px auto 75px;
  display: flex;
}

.section-heading {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.white {
  color: #fff;
}

.course-media {
  width: auto;
  max-height: 550px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-block.sales-copy {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.rich-text-block.sales-copy p {
  line-height: 25px;
}

.arrow-3 {
  color: #9ba0ad;
  margin-bottom: 0;
  font-family: "Fa solid 900";
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.review-name {
  color: #777;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.review-quote {
  color: #f09321;
  text-align: left;
  letter-spacing: 4px;
  font-family: "Fa solid 900";
  font-size: 12px;
  font-weight: 700;
}

.review-title {
  font-size: 20px;
  font-weight: 700;
}

.review-verified-badge {
  color: #24b25f;
  font-weight: 700;
}

.review-paragraph {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.arrow-4 {
  color: #9ba0ad;
  margin-bottom: 0;
  font-family: "Fa solid 900";
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.collection-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-3 {
  width: 200px;
}

.html-embed-5 {
  display: block;
}

.div-block-17 {
  display: none;
}

.discount-field {
  width: 500px;
}

.discount-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.discount-notif {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 15, 0.89);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.image-4 {
  width: 150px;
  margin-bottom: 30px;
}

.is-correct {
  width: 100%;
  color: red;
  text-align: center;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.column-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-3 {
  width: 350px;
  height: 70px;
  color: #021b88;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px;
  font-size: 22px;
  line-height: 20px;
}

.text-field-3.text-data {
  width: 100%;
  font-size: 18px;
}

.text-field-3.text-data.text-discount {
  text-transform: uppercase;
  padding-right: 50px;
}

.title-algo-box {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.discountmobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.column-22 {
  text-align: center;
}

.image-5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.image-5.hide-img {
  display: none;
}

.black-area {
  height: auto;
  background-color: #131722;
}
.black-area__img img {
  width: 100%;
  height: auto;
}

.div-block-20 {
  display: none;
}

.i-1 {
  width: 100%;
  height: auto;
}

.id-test2, .iphone-stats, .slider-charts {
  display: none;
}

.heading-3 {
  color: red;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 30px;
}

.div-block-22 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.bestseller {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: -14px;
}

.container-3 {
  padding-top: 20px;
}

.social-links {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.social-links.gut-block {
  margin: 50px 0 25px;
}

.s-i {
  width: 30px;
  height: 30px;
  background-image: url("../img/insta.svg");
  background-position: 0 0;
  background-size: contain;
  margin-right: 30px;
  transition: 0.3s ease;
}
.s-i:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .s-i {
    width: 20px;
    background-repeat: no-repeat;
    margin-right: 15px;
  }
}

.s-i.si-fb {
  background-image: url("../img/facebook.svg");
}

.s-i.si-pin {
  background-image: url("../img/pinterest.svg");
}

.s-i.si-twit {
  background-image: url("../img/twitter.svg");
}

.s-i.si-you {
  background-image: url("../img/youtube.svg");
}

.s-i.si-telegram {
  background-image: url("../img/telegram.svg");
}

.div-block-23 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.html-embed-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  display: none;
}

.paragraph-2 {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 25px;
}

.image-6 {
  width: 150px;
}

.text-block-4 {
  color: red;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 50px;
  font-size: 23px;
}

.youtube {
  margin-top: 35px;
  margin-bottom: 50px;
}

.promo-video {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.promo-video.desktop {
  z-index: 95;
  display: none;
}

.promo-video.promo-mobile {
  display: none;
}

.promo-video.desktop-hero-vide {
  z-index: 95;
}

.heading-4 {
  text-align: center;
  font-family: Notosans, sans-serif;
}

.heading-4.title-hide, .heading-4.altindicator-title {
  display: none;
}

.image-7 {
  width: 300px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-8 {
  width: 100%;
}

.image-8.show-af1 {
  display: none;
}

.bold-text, .link-5 {
  text-decoration: none;
}

.div-block-25 {
  padding-left: 10px;
  padding-right: 10px;
}

.cookie-notiff {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 15, 0.89);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.popup-overlay {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inner {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popupoverlay {
  width: 700px;
  height: auto;
  min-height: 350px;
  background-color: #fff;
  background-image: url("../img/popup-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 12px;
  display: flex;
  position: relative;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.image-10 {
  z-index: 10;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.image-10:hover {
  transform: scale(0.9);
}

.image-10.hide-class, .html-embed-7 {
  display: block;
}

.scrollbar {
  z-index: 999;
  width: 100%;
  height: 10px;
  background-color: var(--sky-blue);
  transform-origin: 0;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  transform: translate(0);
}

.link-6 {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.link-block-4 {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-image: url("../img/telegram_new.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
  transition: 0.3s ease;
}
.link-block-4:hover {
  transform: scale(1.15);
}

.link-bcrumb-container {
  text-align: center;
}

.link-bc {
  font-size: 14px;
  display: inline;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.rod-face {
  width: 120px;
  height: 120px;
  border: 5px solid var(--sky-blue);
  opacity: 1;
  border-radius: 500px;
}

.column-23 {
  text-align: left;
}

.column-24 {
  text-align: right;
}

.image-11 {
  width: 100%;
  height: auto;
}

.text-span-6 {
  color: #00d0ad;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  color: #ff9811;
}

.text-span-26, .text-span-27 {
  color: #fff;
}

.text-span-28, .text-span-29, .text-span-30 {
  color: #ff9811;
}

.num1 {
  border: 2px none var(--midnight-blue);
  text-align: center;
  background-image: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.num1:nth-child(2) {
  background-color: #ececec;
}

.html-embed-8 {
  width: 3rem;
  height: 3rem;
}

.text-span-31 {
  color: #d67e0b;
}

.about-team-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  justify-items: start;
  margin-top: 2rem;
  display: grid;
}

.team-card1 {
  align-items: flex-start;
  display: flex;
}

.home-heromain {
  background-color: #000d43;
  display: flex;
  padding-top: 55px;
}

.home-heromain.s-gradient {
  background-image: linear-gradient(45deg, #00076d, #0029ff);
}

.home-heromain.s-crazy {
  background-color: #fff;
}

.home-heromain.s-join-title {
  background-color: #1a204f;
}

.home-heromain.s-home-info {
  background-color: #fff;
  background-image: none;
}

.home-heromain.s-white {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.home-heromain.s-white.trustpilot-hide {
  display: block;
}

.home-heromain.s-algo {
  background-color: #1211a3;
}

.home-heromain.s-prices {
  z-index: 5;
  position: relative;
}

.home-main-left {
  width: 50%;
}

.home-main-right {
  width: 50%;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-direction: column;
  display: flex;
}

.home-hero-wrap {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-hero-top {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: Notosans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 50px;
}

.h1-hero-top.h1-blog {
  text-align: left;
  margin-bottom: 30px;
  font-size: 41px;
  line-height: 47px;
}

.h1-hero-top.h1-blogpost {
  margin-bottom: 40px;
  font-size: 43px;
  line-height: 50px;
}

.h1-hero-top.h1-transfer {
  margin-bottom: 30px;
}

.h1-hero-top.h1-hero-algo {
  margin-bottom: 20px;
}

.h1-hero-top.h2-hero {
  margin-bottom: 0;
  font-size: 40px;
}

.p-hero-main {
  width: 100%;
  color: #fff;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Notosans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.p-hero-main.p-hero_med {
  z-index: 2;
  width: 100%;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}

.p-hero-main.p-hero_med.p-hero_stat {
  color: #797979;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.p-hero-main.p-hero_med.p-hero_stat.p-white {
  color: #fff;
}

.p-hero-main.p-hero_med.p-hero-nomargin {
  margin-bottom: 0;
}

.p-hero-main.p-hero_med.p-hero-blue {
  color: #001480;
}

.p-hero-main.p-hero_med.p-hero-report {
  margin-top: 50px;
}

.p-hero-main.p-hero-dark {
  color: var(--midnight-blue);
}

.p-hero-main.p-blog {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 24px;
  line-height: 2rem;
}

.p-hero-main.p-blog.p-featured-title {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.p-hero-main.p-blog.h2-blogp {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
}

.p-hero-main.p-blog.h2-blogp.single-blog {
  margin-left: auto;
}

.p-hero-main.p-members-dashboard {
  margin-bottom: 30px;
  font-size: 2rem;
}

.p-hero-main.p-transfer {
  font-size: 25px;
}

.p-hero-main.p-hero-dark {
  color: #021b88;
}

.p-hero-main.p-hero-results {
  margin-bottom: 90px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.p-hero-main.repayment-text, .p-hero-main.thankyou-text {
  display: block;
}

.text-span-32 {
  color: #ff8a1f;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(138deg, #ffa87f, #de1b5d);
  -webkit-background-clip: text;
  background-clip: text;
}

.video-hero {
  width: 100%;
}

.home-pre-sale {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.p-hero-main-txt {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Notosans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.p-hero-main-txt.p-hero_med {
  z-index: 2;
  width: 100%;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}

.p-hero-main-txt.p-hero_med.p-hero_stat {
  color: #797979;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.p-hero-main-txt.p-hero_med.p-hero_stat.p-white {
  color: #fff;
}

.p-hero-main-txt.p-hero_med.p-hero-nomargin {
  margin-bottom: 0;
}

.p-hero-main-txt.p-hero_med.p-hero-blue {
  color: #001480;
}

.p-hero-main-txt.p-hero_med.p-hero-report {
  margin-top: 50px;
}

.p-hero-main-txt.p-hero-dark {
  color: var(--midnight-blue);
}

.p-hero-main-txt.p-blog {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 24px;
  line-height: 2rem;
}

.p-hero-main-txt.p-blog.p-featured-title {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.p-hero-main-txt.p-blog.h2-blogp {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
}

.p-hero-main-txt.p-blog.h2-blogp.single-blog {
  margin-left: auto;
}

.p-hero-main-txt.p-members-dashboard {
  margin-bottom: 30px;
  font-size: 2rem;
}

.p-hero-main-txt.p-transfer {
  font-size: 25px;
}

.p-hero-main-txt.p-hero-dark {
  color: #021b88;
}

.p-hero-main-txt.p-hero-results {
  margin-bottom: 90px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.p-hero-main-txt.repayment-text, .p-hero-main-txt.thankyou-text {
  display: block;
}

.title---brix.cta-v3-title---brix {
  color: #fff;
  margin-bottom: 10px;
  font-family: Notosans, sans-serif;
  font-size: 2.5rem;
  line-height: 1.27778;
}

.cta-v2-content-wrapper---brix {
  width: 100%;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-default {
  max-width: 1240px;
  margin: 4rem auto 0;
  padding-left: 24px;
  padding-right: 24px;
}

.cta-button-content-wrapper---brix {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.split-content---brix.cta-v3---brix {
  justify-content: flex-end;
}

.split-content---brix.cta-v3---brix.left---brix {
  width: 50%;
}

.split-content---brix.cta-v3---brix.right---brix {
  width: 45%;
  justify-content: flex-end;
  display: flex;
}

.paragraph---brix.cta-paragraph---brix {
  color: #fff;
  margin-bottom: 0;
  font-family: Notosans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cta-button-arrow---brix {
  -webkit-text-stroke-color: #e5292c;
  margin-bottom: 4px;
}

.cta-button-arrow---brix.white-arrow---brix {
  filter: brightness(1000%);
}

.cta-v3-wrapper---brix {
  width: 100%;
  min-height: 330px;
  background-color: var(--midnight-blue);
  background-image: url("../img/brix-templates.svg"), url("../img/brix-template-2.svg");
  background-position: 100%, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 30px;
  align-items: center;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.cta-block-button---brix {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 80px;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}

.cta-block-button---brix:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.cta-block-button---brix.block-button-primary---brix {
  width: 100%;
  min-height: 113px;
  text-align: left;
  background-color: #fff;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px 24px 20px;
  display: flex;
}

.cta-block-button---brix.block-button-primary---brix:hover {
  background-color: rgba(0, 0, 0, 0);
}

.cta-block-button---brix.block-button-primary---brix._2-buttons---brix {
  min-height: 50px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(122deg, #d85119, #d81e4f);
  justify-content: center;
  align-items: center;
  margin-right: 26px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Notosans, sans-serif;
  font-size: 1rem;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-block-button---brix.block-button-primary---brix._2-buttons---brix::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d81e4f;
  width: 0;
  height: 100%;
  transition: 0.3s ease;
  z-index: -1;
}

.cta-block-button---brix.block-button-primary---brix._2-buttons---brix::before:hover {
  width: 0;
  transition: 0.3s ease;
}

.cta-block-button---brix.block-button-secondary---brix {
  width: 100%;
  min-height: 50px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  font-size: 1rem;
}

.cta-block-button---brix.block-button-secondary---brix:hover {
  color: #4a3aff;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.text-span-33 {
  color: #ff9e49;
}

.text-span-34 {
  color: var(--medium-spring-green);
}

.brix-sub {
  font-family: Notosans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-span-35 {
  color: #ffa75b;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.single-blog-wrap {
  width: 100%;
  display: flex;
}
.single-blog-wrap .wp-block-image {
  margin-bottom: 2rem;
}

.single-blog-left {
  width: 80%;
  padding-top: 20px;
}

.single-blog-right {
  width: 20%;
  height: 100%;
  flex-direction: column;
  padding-top: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

.cta051 {
  background-color: #0b07ff;
  background-image: url("../img/flowbase_wave.png");
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 12%;
  display: flex;
}

.hero_btn_box1 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .con {
    padding: 12% 5%;
  }
  .con.con-home.con-blog-post {
    padding-top: 100px;
  }
  .con.con-feature {
    padding-top: 10%;
    padding-bottom: 5%;
  }
  .con.con-testimonials {
    padding-top: 10%;
  }
  .con.con-algo-1 {
    padding-top: 8%;
  }
  .s-blue.s-home {
    height: 750px;
  }
  .s-blue.s-home.s-join {
    height: auto;
  }
  .s-blue.s-home.s-blog {
    height: 650px;
  }
  .ab-left {
    width: 180px;
    background-position: 0;
    background-size: 200px;
  }
  .ab-left.ab-right {
    background-position: 100%;
  }
  .h1-hero {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 60px;
  }
  .h1-hero.h1-blog {
    margin-bottom: 25px;
    font-size: 40px;
  }
  .h1-hero.h1-blogpost {
    font-size: 34px;
    line-height: 40px;
  }
  .p-hero {
    width: 100%;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 35px;
  }
  .p-hero.p-hero_med {
    font-size: 22px;
    line-height: 30px;
  }
  .p-hero.p-hero_med.p-hero_stat {
    line-height: 30px;
  }
  .p-hero.p-hero_med.p-hero-nomargin {
    font-size: 23px;
  }
  .p-hero.p-blog {
    margin-bottom: 25px;
  }
  .p-hero.p-blog.p-featured-title {
    font-size: 27px;
    line-height: 40px;
  }
  .s.s-white.wrap-single-blog {
    padding-left: 7%;
    padding-right: 7%;
  }
  .title_h2 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 45px;
  }
  .title_h2.title-feature.title-green {
    font-size: 31px;
    line-height: 40px;
  }
  .title-feature {
    font-size: 20px;
  }
  .feature-highlight {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .btn.button_suscribe {
    font-size: 19px;
  }
  .btn.btn_green.btn_view.btn_normal {
    padding: 15px;
    font-size: 16px;
  }
  .btn.btn-blue.btn-small {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .columns.colum-middle {
    margin-bottom: 30px;
  }
  .p-home-why.p-algo-why h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .p-home-why.p-algo-why p {
    font-size: 19px;
    line-height: 30px;
  }
  .title-f {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .title-f.title-benefits {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .title_small {
    font-size: 15px;
  }
  .title_small.title_smaller.title_result {
    font-size: 12px;
  }
  .title_small.title_smaller.title_result.title_result-win, .title_small.title_smaller.title_result.title_result-r.title_result-total {
    font-size: 14px;
  }
  .columns-5 {
    display: flex;
  }
  .p.p-category.p-category-list {
    margin-bottom: 20px;
  }
  .p-why.p_why-blue {
    font-size: 17px;
    line-height: 29px;
  }
  .form-p {
    font-size: 20px;
  }
  .form-p.blog-author-p.p-author {
    padding-left: 0;
  }
  .form-p.blog-author-p.p-author.p-author-black {
    font-size: 10px;
  }
  .checkbox-field {
    margin-top: 10px;
  }
  .search {
    width: 250px;
  }
  .featured-news {
    width: 350px;
  }
  .pic-user {
    display: none;
  }
  .f-back {
    bottom: -105px;
  }
  .blog-row {
    flex-direction: column;
    display: flex;
  }
  .blog-item-bg {
    width: 60%;
    height: 280px;
  }
  .h3-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
  }
  .paragraph.p-news-list {
    height: 50px;
  }
  .cta05 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }
  .cta05_title_wrap {
    width: 100%;
    text-align: center;
  }
  .cta05_h1 {
    line-height: 40px;
  }
  .cta05_button_wrap {
    align-items: center;
    display: flex;
  }
  .collection-list-wrapper {
    width: auto;
  }
  .column-17 {
    display: flex;
  }
  .link_results {
    min-width: 150px;
    font-size: 17px;
  }
  .html-embed-3 {
    text-align: left;
  }
  .r-type {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .r-type.r-percent {
    font-size: 16px;
  }
  .r-date {
    font-size: 12px;
  }
  .container-2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-review-div {
    justify-content: center;
    display: flex;
  }
  .hero-course-name {
    text-align: center;
  }
  .two-column-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .two-column-grid.hero-grid {
    grid-template-columns: 1fr;
  }
  .three-column-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
  .rich-text-block {
    text-align: center;
  }
  .div-block-21 {
    display: none;
  }
  .bestseller {
    width: 45px;
    height: 45px;
    top: -15px;
    right: -12px;
  }
  .text-block-4 {
    margin-top: 0;
  }
  .about-team-wrap {
    grid-template-columns: 1fr;
  }
  .home-main-left {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .home-main-right {
    width: 100%;
  }
  .home-hero-wrap {
    flex-direction: column;
  }
  .h1-hero-top {
    text-align: center;
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 60px;
  }
  .h1-hero-top.h1-blog {
    margin-bottom: 25px;
    font-size: 40px;
  }
  .h1-hero-top.h1-blogpost {
    font-size: 34px;
    line-height: 40px;
  }
  .p-hero-main {
    width: 100%;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 35px;
  }
  .p-hero-main.p-hero_med {
    font-size: 22px;
    line-height: 30px;
  }
  .p-hero-main.p-hero_med.p-hero_stat {
    line-height: 30px;
  }
  .p-hero-main.p-hero_med.p-hero-nomargin {
    font-size: 23px;
  }
  .p-hero-main.p-blog {
    margin-bottom: 25px;
  }
  .p-hero-main.p-blog.p-featured-title {
    font-size: 27px;
    line-height: 40px;
  }
  .p-hero-main-txt {
    width: 100%;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 35px;
  }
  .p-hero-main-txt.p-hero_med {
    font-size: 22px;
    line-height: 30px;
  }
  .p-hero-main-txt.p-hero_med.p-hero_stat {
    line-height: 30px;
  }
  .p-hero-main-txt.p-hero_med.p-hero-nomargin {
    font-size: 23px;
  }
  .p-hero-main-txt.p-blog {
    margin-bottom: 25px;
  }
  .p-hero-main-txt.p-blog.p-featured-title {
    font-size: 27px;
    line-height: 40px;
  }
  .cta-v2-content-wrapper---brix {
    max-width: 484px;
    flex-flow: wrap;
  }
  .split-content---brix.cta-v3---brix.left---brix {
    width: 100%;
    margin-bottom: 32px;
  }
  .split-content---brix.cta-v3---brix.right---brix {
    width: 100%;
  }
  .cta-v3-wrapper---brix {
    min-height: 300px;
    background-image: none;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 64px;
  }
  .cta051 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .black-area__img {
    display: none;
  }
  .page-template__content .mobile-2fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .con {
    padding-top: 15%;
  }
  .con.con-home {
    padding-top: 100px;
    display: block;
  }
  .con.con-home.con-blog {
    padding-top: 120px;
    padding-bottom: 25px;
    padding-left: 3%;
  }
  .con.con-testimonials {
    padding-top: 5%;
  }
  .con.con-step.con-discount {
    align-items: stretch;
  }
  .con.con-algo-1 {
    padding-bottom: 1%;
  }
  .s-blue.s-home {
    height: 650px;
  }
  .s-blue.s-home.s-blog, .s-blue.s-home.s-blog.s-category, .s-blue.s-home.s-blog.s-results {
    height: auto;
  }
  .ab-left {
    height: 270px;
    background-size: 150px;
    bottom: 30px;
  }
  .ab-left.ab-right {
    bottom: 30px;
  }
  .hero-box, .hero-box.her-center {
    width: auto;
  }
  .h1-hero {
    font-size: 2.6em;
    line-height: 40px;
  }
  .h1-hero.h1-blogpost {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .h1-hero.h2-hero {
    font-size: 30px;
  }
  .p-hero {
    font-size: 20px;
    line-height: 32px;
  }
  .p-hero.p-hero_med {
    font-size: 19px;
  }
  .p-hero.p-blog.p-featured-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 35px;
  }
  .p-hero.p-blog.h2-blogp {
    font-size: 18px;
    line-height: 22px;
  }
  .btn_trans {
    font-size: 17px;
  }
  .platforms-con {
    height: 60px;
  }
  .platform_img {
    width: 100px;
    margin-right: 25px;
  }
  .platform_img.platform_img-last {
    width: 74px;
    margin-right: 0;
  }
  .platform_img.platform-img-first {
    width: 120px;
  }
  .title_h2 {
    margin-bottom: 15px;
    font-size: 2em;
  }
  .title_h2.title-feature.title-green {
    font-size: 2em;
  }
  .title_h2.title_h2-blue.title_form {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .icon_img {
    margin-bottom: 15px;
  }
  .title-feature {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .btn.button_suscribe {
    font-size: 24px;
  }
  .btn.btn-blue.btn-small {
    padding: 10px;
    font-size: 2.5vw;
  }
  .btn.btn-blue.btn-join-now, .btn.btn-blue.desktop-faq {
    display: none;
  }
  .btn.btn-blue.mobile-faq {
    margin-top: 50px;
    display: block;
  }
  .btn.btn-blue.btn-discount-add, .btn.btn-blue.btn-discount-remove {
    height: 60px;
    font-size: 17px;
  }
  .columns {
    display: block;
  }
  .columns.colum-middle {
    margin-bottom: 25px;
  }
  .p-home-why {
    font-size: 19px;
  }
  .p-home-why.p-algo-why h3 {
    margin-bottom: 0;
  }
  .p_home-highlight {
    display: inline;
  }
  .p-date {
    font-size: 10px;
    top: 20px;
  }
  .title-f {
    margin-bottom: 0;
    font-size: 17px;
  }
  .title-f.title-benefits {
    font-size: 25px;
    line-height: 34px;
  }
  .column-2 {
    padding-right: 0;
  }
  .title_small {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .title_small.title_smaller.title_result {
    font-size: 12px;
  }
  .column-3 {
    padding-left: 0;
  }
  .columns-5 {
    display: block;
  }
  .p.p-category {
    font-size: 18px;
  }
  .p.p-category.p-category-list, .p.p-category.p-category-list.p-featured-category {
    margin-bottom: 10px;
  }
  .row-feature {
    display: block;
  }
  .f-col-img {
    flex-direction: column;
  }
  .image {
    margin-bottom: 50px;
  }
  .calls-desktop {
    margin-top: 50px;
    display: none;
  }
  .p-why {
    font-size: 19px;
  }
  .center.center-agree {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
  .plan-icon {
    width: 50px;
  }
  .column-14 {
    flex: 0 auto;
  }
  .text-field.text-data {
    height: 60px;
    font-size: 15px;
  }
  .checkbox {
    display: block;
  }
  .checkbox-field {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .column-7 {
    padding-right: 0;
  }
  .signup-form {
    margin-top: 0;
  }
  .login-form {
    padding-left: 5%;
    padding-right: 5%;
  }
  .column-8 {
    padding-left: 0;
  }
  .columns-9 {
    display: block;
  }
  .search {
    width: 100%;
  }
  .featured-news {
    width: 100%;
    padding: 20px;
  }
  .columns-10 {
    margin-bottom: 10px;
    display: flex;
  }
  .pic-user {
    width: 35px;
    display: block;
  }
  .f-back {
    position: relative;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .item-blog {
    width: 100%;
    min-height: auto;
    padding-right: 10px;
  }
  .blog-item-colour {
    height: 100%;
  }
  .columns-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-item-bg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .h3-title {
    margin-bottom: 10px;
    line-height: 25px;
  }
  .column-16 {
    min-height: auto;
    padding-left: 0;
    display: block;
  }
  .paragraph.p-news-list {
    height: 70px;
    margin-bottom: 55px;
    position: relative;
  }
  .paragraph.p-news-list.p-url.search-url {
    margin-bottom: 10px;
  }
  .paragraph.p-news-list.search-desc {
    margin-bottom: 20px;
  }
  .cta05 {
    padding-top: 20px;
  }
  .cta05_h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .particles-js {
    display: none;
  }
  .bg-video-hide {
    height: auto;
    background-size: contain;
  }
  .div-block-5 {
    margin-bottom: 30px;
  }
  .link_results {
    width: auto;
    min-width: 100px;
    font-size: 14px;
  }
  .link_results.link_results_last.link_futures.w--current {
    text-align: center;
    line-height: 14px;
  }
  .div-block-9 {
    padding-top: 15px;
  }
  .div-block-11 {
    position: absolute;
  }
  .password-link {
    padding-top: 10px;
  }
  .calls-phone {
    margin-top: 50px;
    display: block;
  }
  .calls-phone img {
    width: 100%;
    height: auto;
  }
  .r-type {
    margin-bottom: 2vw;
    font-size: 5vw;
  }
  .r-date {
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  .utility-page-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .price-float {
    width: 110px;
    display: block;
  }
  .text-span-5 {
    display: block;
  }
  .button {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-heading {
    text-align: center;
  }
  .two-column-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .section.section-hero {
    padding-top: 50px;
  }
  .three-column-grid {
    grid-row-gap: 30px;
  }
  .text-field-3.text-data {
    height: 60px;
    font-size: 15px;
  }
  .id-test1 {
    display: none;
  }
  .price-mobile-algo {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
  }
  .i-1 {
    display: none;
  }
  .id-test2 {
    display: block;
  }
  .slide {
    background-image: url("../img/slide_1.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-2 {
    background-image: url("../img/slide_2.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-3 {
    background-image: url("../img/slide_3.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-4 {
    background-image: url("../img/slide_4.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-5 {
    background-image: url("../img/slide_5.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-6 {
    background-image: url("../img/slide_6.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-7 {
    background-image: url("../img/slide_7.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .iphone-stats {
    width: 300px;
    display: none;
  }
  .slider-charts {
    width: 100%;
    height: 800px;
    background-color: rgba(221, 221, 221, 0);
    padding-left: 0;
    display: block;
  }
  .slide-8, .slide-9 {
    background-image: url("../img/imgpsh_fullsize_anim.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide-10 {
    background-image: url("../img/grahp_black.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .heading-3 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
  }
  .slide-12 {
    background-image: url("../img/slide_8.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-13 {
    background-image: url("../img/slide_9.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1 {
    background-image: url("../img/slide_10.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1-2 {
    background-image: url("../img/slide_11.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1-3 {
    background-image: url("../img/slide_12.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1-4 {
    background-image: url("../img/slide_13.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1-5 {
    background-image: url("../img/slide_14.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1-6 {
    background-image: url("../img/slide_15.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-nav {
    font-size: 7px;
  }
  .slide-1-7 {
    background-image: url("../img/slide_17.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1-8 {
    background-image: url("../img/slide_18.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-1-9 {
    background-image: url("../img/slide_20.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bestseller {
    width: 70px;
    height: 70px;
  }
  .text-block-4 {
    line-height: 30px;
  }
  .promo-video, .promo-video.desktop {
    display: none;
  }
  .promo-video.promo-mobile {
    z-index: 100;
    display: block;
    position: relative;
  }
  .promo-video.desktop-hero-vide {
    display: flex;
  }
  .heading-4.altindicator-title {
    display: block;
  }
  .image-8.hide-af1 {
    display: none;
  }
  .image-8.show-af1 {
    display: block;
  }
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .h1-hero-top {
    font-size: 2.6em;
    line-height: 40px;
  }
  .h1-hero-top.h1-blogpost {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .h1-hero-top.h2-hero {
    font-size: 30px;
  }
  .p-hero-main {
    font-size: 20px;
    line-height: 32px;
  }
  .p-hero-main.p-hero_med {
    font-size: 19px;
  }
  .p-hero-main.p-blog.p-featured-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 35px;
  }
  .p-hero-main.p-blog.h2-blogp {
    font-size: 18px;
    line-height: 22px;
  }
  .p-hero-main-txt {
    font-size: 20px;
    line-height: 32px;
  }
  .p-hero-main-txt.p-hero_med {
    font-size: 19px;
  }
  .p-hero-main-txt.p-blog.p-featured-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 35px;
  }
  .p-hero-main-txt.p-blog.h2-blogp {
    font-size: 18px;
    line-height: 22px;
  }
  .title---brix.cta-v3-title---brix {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.1;
  }
  .cta-v2-content-wrapper---brix {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cta-button-content-wrapper---brix {
    flex-flow: row;
    align-items: flex-end;
  }
  .split-content---brix.cta-v3---brix.left---brix {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .split-content---brix.cta-v3---brix.right---brix {
    width: 100%;
    justify-content: flex-start;
  }
  .cta-v3-wrapper---brix {
    min-height: auto;
    background-image: none;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .cta-block-button---brix {
    padding: 12px 24px;
    font-size: 17px;
  }
  .cta-block-button---brix.block-button-primary---brix._2-buttons---brix {
    margin-right: 24px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-block-button---brix.block-button-secondary---brix {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta051 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .con {
    padding: 12% 5%;
    padding-top: 25%;
  }
  .con .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }
  div.page-template__content {
    padding: 25px 0;
  }
  .con.con-home {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .con.con-home.con-blog {
    padding-left: 5%;
    padding-right: 5%;
  }
  .con.con-crazy {
    padding-top: 10%;
  }
  .con.con-feature {
    padding-bottom: 2%;
  }
  .con.con-title {
    padding-top: 15%;
    padding-bottom: 7%;
  }
  .con.con-testimonials {
    padding-top: 2%;
  }
  .con.con-step {
    padding: 10% 15% 5%;
  }
  .con.con-step.con-join {
    padding-left: 16%;
    padding-right: 16%;
  }
  .con.con-step.con-discount {
    padding-bottom: 7%;
    display: block;
  }
  .con.con-terms {
    padding-top: 5%;
  }
  .con.con-algo-1 {
    padding-top: 7%;
    padding-bottom: 1%;
  }
  .s-blue.s-home {
    height: auto;
  }
  .ab-left {
    width: 100px;
    height: 130px;
    background-position: 0 100%;
    background-size: 70px;
    bottom: 0;
  }
  .ab-left.ab-right {
    background-position: 100% 100%;
    bottom: 0;
  }
  .hero-box {
    width: 100%;
  }
  .h1-hero {
    font-size: 2.4em;
  }
  .h1-hero.h1-blog {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 35px;
  }
  .h1-hero.h1-blogpost {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }
  .h1-hero.h1-hero-algo {
    line-height: 45px;
  }
  .h1-hero.h2-hero {
    font-size: 25px;
    line-height: 35px;
  }
  .p-hero {
    font-size: 18px;
    line-height: 30px;
  }
  .p-hero.p-hero_med {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
  }
  .p-hero.p-hero_med.p-hero_stat {
    font-size: 17px;
    line-height: 25px;
  }
  .p-hero.p-hero_med.p-hero-nomargin {
    font-size: 15px;
    line-height: 23px;
  }
  .p-hero.p-blog.p-featured-title {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .p-hero.p-blog.h2-blogp {
    font-size: 17px;
    line-height: 22px;
  }
  .p-hero.p-members-dashboard {
    margin-bottom: 15px;
  }
  .p-hero.p-hero-margin {
    margin-bottom: 0;
  }
  .p-hero.p-transfer {
    font-size: 18px;
    line-height: 26px;
  }
  .p-hero.p-hero-results {
    margin-bottom: 0;
  }
  .btn_trans {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 17px;
  }
  .btn_trans.button-4, .btn_trans.button-learn-more {
    width: 100%;
  }
  .hero_btn_box {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    align-items: center;
  }
  .platforms-con {
    width: 270px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .platforms-con.results-con {
    height: auto;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 0;
    display: block;
  }
  .platforms_box {
    position: relative;
  }
  .platform_img {
    width: 60px;
    margin-right: 15px;
  }
  .platform_img.platform_img-last {
    width: 50px;
  }
  .platform_img.platform-img-first {
    width: 83px;
  }
  .s.s-white.wrap-single-blog {
    padding-left: 5%;
    padding-right: 5%;
  }
  .title_h2 {
    font-size: 1.7em;
    line-height: 30px;
  }
  .title_h2.title-feature.title-green {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 30px;
  }
  .title_h2.title-feature.title-feature-centre {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 38px;
  }
  .title_h2.title_h2-blue {
    margin-top: 10px;
  }
  .title_h2.title_h2-blue.title_form {
    font-size: 25px;
  }
  .title_h2.title_h2-blue.title_form.title-from-white {
    margin-bottom: 20px;
  }
  .title_h2.title_h2-blue.title_form {
    font-size: 25px;
  }
  .title_h2.title_h2-blue.title_form.title-from-white {
    margin-bottom: 20px;
  }
  .title_h2.title_h2-blue.title_form.title-algo {
    margin-bottom: 0;
    font-size: 19px;
  }
  .icon-item {
    margin-bottom: 50px;
  }
  .icon_img {
    width: 70px;
    margin-bottom: 0;
    object-fit: contain;
  }
  .title-feature {
    margin-top: 15px;
    font-size: 21px;
  }
  .feature-highlight {
    padding: 2px 5px;
  }
  .btn_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }
  .btn {
    width: auto;
    padding: 15px;
    font-size: 17px;
  }
  .btn.button_suscribe {
    font-size: 17px;
  }
  .btn.btn_green.btn_view.view-report {
    background-position: 23px;
    background-size: 25px;
    font-size: 15px;
  }
  .btn.btn-small {
    width: 100%;
    min-width: 200px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .btn.btn-blue.btn-small {
    width: auto;
    padding: 5px 10px;
    font-size: 3vw;
  }
  .btn.btn-blue.btn-join-now {
    display: block;
  }
  .btn.btn-blue.btn-discount-add {
    border-radius: 0 50px 50px;
    font-size: 14px;
    right: 0;
  }
  .btn.btn-blue.btn-discount-remove {
    border-radius: 0 50px 50px;
    font-size: 14px;
    display: none;
  }
  .btn.btn-affiliate {
    width: 100%;
  }
  .columns {
    margin-bottom: 0;
    padding-top: 15px;
  }
  .p_home.p_home-feature {
    background-size: 25px;
    padding-left: 40px;
    padding-right: 0;
  }
  .p_home.p_home-feature p {
    font-size: 15px;
  }
  .p_home.p_signals {
    font-size: 16px;
    line-height: 21px;
  }
  .p-home-why * {
    font-size: 15px;
    line-height: 21px;
  }
  .p-home-why.p-feature {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-home-why.p-algo-why {
    padding-top: 0;
  }
  .p-home-why.p-algo-why h3, .p-home-why.p-algo-why p, .p-home-why.p-quote {
    text-align: center;
  }
  .p-date {
    line-height: 15px;
  }
  .p-date.p-service {
    font-size: 16px;
  }
  .p-date.p-service.p-service-bitmex {
    top: -20px;
    left: 18%;
  }
  .p-date.p-service.p-service-binance {
    top: -20px;
    left: 16%;
  }
  .p-date.p-service.p-service-forex {
    top: -20px;
    left: 25%;
  }
  .title-f {
    height: 60px;
    font-size: 15px;
    line-height: 17px;
  }
  .title-f.title-benefits {
    height: auto;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .crazy_line {
    display: none;
  }
  .crazy-pdf-area {
    padding-top: 45px;
    padding-bottom: 10%;
  }
  .pdf-bar {
    display: none;
  }
  .pdf-container {
    height: 100px;
    margin-bottom: 20px;
  }
  .month-box._6 {
    display: none;
    top: -305px;
    left: -196px;
  }
  .month-box._3 {
    display: none;
    top: -265px;
    left: -197px;
  }
  .month-box._5 {
    display: none;
    left: -98px;
  }
  .month-box._2 {
    display: none;
    top: -275px;
    left: -102px;
  }
  .title_small {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .title_small.title_smaller {
    margin-bottom: 30px;
  }
  .columns-5 {
    display: block;
  }
  .p {
    padding-left: 0;
    padding-right: 0;
    line-height: 25px;
  }
  .row-feature {
    margin-bottom: 50px;
    display: block;
  }
  .image {
    width: 250px;
  }
  .calls-desktop {
    margin-top: 50px;
  }
  .p-why {
    font-size: 15px;
    line-height: 21px;
  }
  .single-blog-left {
    width: 100%;
  }
  .p-why.p_why-blue {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 30px;
  }
  .p-why.p_why-blue h4 {
    line-height: 30px;
  }
  .p-why.p_why-blue h2 {
    font-size: 24px;
  }
  .p-why.p_why-blue p {
    font-size: 16px;
    line-height: 27px;
  }
  .p-why.p_why-blue li {
    font-size: 17px;
    line-height: 27px;
  }
  .div-block {
    display: block;
  }
  .center {
    flex-direction: column;
  }
  .center.center-agree {
    display: block;
  }
  .center.center-continue {
    margin-top: 40px;
  }
  .center.center-continue.button-transfer {
    margin-top: 10px;
  }
  .option {
    height: 100%;
    margin-bottom: 0;
  }
  .option.option-alt {
    padding-top: 20px;
  }
  .form-p {
    display: block;
  }
  .form-p.blog-author-p.p-author.p-author-black.p-auther-featured {
    font-size: 13px;
  }
  .form-p.form-p-transfer {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 21px;
    display: block;
  }
  .plan-icon {
    display: inline-block;
  }
  .column-14 {
    text-align: center;
    flex: 1;
  }
  .text-field.text-data.text-discount {
    width: 100%;
  }
  .checkbox-field {
    text-align: left;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }
  .signup-form {
    min-width: 0;
    margin-top: 0;
  }
  .featured-news {
    margin-top: 10px;
  }
  .columns-10 {
    margin-bottom: 10px;
    display: block;
  }
  .pic-user {
    width: 15px;
    background-size: contain;
    margin-right: 5px;
  }
  .service-price-title-block {
    display: block;
  }
  .item-blog {
    padding-bottom: 5px;
    display: block;
  }
  .item-blog.item-search {
    padding: 15px;
  }
  .blog-item-colour {
    height: 125px;
  }
  .columns-11 {
    display: block;
  }
  .blog-item-bg {
    height: 100px;
    background-size: cover;
  }
  .blog-item-bg.blog-item-guide {
    width: 100%;
    height: 125px;
  }
  .h3-title {
    line-height: 23px;
  }
  .columns-12 {
    padding-right: 0;
    position: relative;
  }
  .paragraph.p-news-list {
    height: 90px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .paragraph.p-news-list.p-url {
    margin-bottom: 10px;
  }
  .paragraph.p-news-list.search-desc {
    height: 90px;
  }
  .collection-item {
    margin-bottom: 25px;
  }
  .link-block {
    display: inline-block;
  }
  .join-features-area {
    display: block;
  }
  .cta05 {
    padding: 15px 7% 30px;
  }
  .cta05_title {
    font-size: 13px;
    line-height: 20px;
  }
  .cta05_h1 {
    font-size: 29px;
    line-height: 35px;
  }
  .collection-list-wrapper {
    margin-bottom: 0;
  }
  .category_list {
    margin-bottom: 20px;
  }
  .algo-features {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .columns-13 {
    height: auto;
    display: block;
  }
  .p-algo-feature {
    margin-bottom: 15px;
  }
  .div-block-5 {
    margin-bottom: 50px;
  }
  .pagination {
    margin-bottom: 15px;
  }
  .link-2 {
    display: inline;
  }
  .link_results {
    height: 30px;
    min-width: auto;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  .link_results:last-child {
    margin-right: 15px;
  }
  .link_results.link_results_last.link_futures, .link_results.bitmex-results {
    margin-right: 15px;
  }
  .collection-item-3 {
    height: auto;
    padding: 0 20px;
  }
  .div-block-9 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .result-collection {
    flex: 1;
  }
  .form12_checkbox_field {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    box-shadow: 1px 1px 35px rgba(198, 211, 255, 0.08);
  }
  .form12_checkbox_wrap {
    flex-wrap: wrap;
  }
  .t-1-r {
    display: none;
  }
  .t-1-l {
    width: 150px;
    display: none;
  }
  .tick {
    width: 50px;
  }
  .password-link {
    margin-top: 10px;
    padding-top: 0;
  }
  .text-span-2 {
    display: block;
  }
  .calls-phone.call-phone-2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .r-col-inner {
    height: 150px;
    padding-top: 10px;
  }
  .r-type {
    text-align: left;
    font-size: 6vw;
    line-height: 23px;
  }
  .r-type.r-percent {
    font-size: 21px;
  }
  .r-date {
    font-size: 3.2vw;
  }
  .r-date.r-title {
    font-size: 4vw;
  }
  .div-block-14 {
    padding-top: 5px;
  }
  .html-embed-4 {
    margin-bottom: 30px;
  }
  .price-float {
    z-index: 99;
    width: auto;
    height: auto;
    background-color: var(--midnight-blue);
    padding-left: 5px;
  }
  .heading-2.heading-lock {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
  }
  .text-field-2 {
    margin-bottom: 20px;
  }
  .hero-stars {
    margin-right: 0;
  }
  .hero-review-div {
    flex-direction: column;
    align-items: center;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 49px;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.section-hero {
    padding-top: 40px;
  }
  .section-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .discount-field {
    width: auto;
  }
  .is-correct {
    font-size: 13px;
    line-height: 17px;
    display: none;
  }
  .text-field-3.text-data.text-discount {
    width: 100%;
  }
  .title-algo-box {
    margin-top: 30px;
  }
  .image-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .id-test1 {
    margin-top: 25px;
  }
  .div-block-21 {
    display: none;
  }
  .price-mobile-algo {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
  }
  .iphone-stats {
    width: 200px;
    padding-left: 25px;
  }
  .slider-charts {
    height: 550px;
    padding-left: 0;
  }
  .slide-8 {
    background-image: url("../img/imgpsh_fullsize_anim.png");
    background-position: 50%;
  }
  .slide-9 {
    background-image: url("../img/imgpsh_fullsize_anim_.png");
  }
  .icon-arrow {
    font-size: 20px;
    font-weight: 400;
  }
  .slide-nav {
    font-size: 4px;
  }
  .bestseller {
    width: 60px;
    height: 60px;
    right: -25px;
  }
  .s-i {
    width: 20px;
    background-repeat: no-repeat;
    margin-right: 15px;
  }
  .div-block-24 {
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .text-block-4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
  .promo-video.promo-mobile {
    margin-top: 25px;
  }
  .heading-4.altindicator-title {
    margin-top: 5px;
  }
  .popup-overlay {
    padding-left: 0;
    display: none;
  }
  .inner {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .popupoverlay {
    width: 100%;
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0);
    background-position: 50%;
    background-size: contain;
    padding: 0;
  }
  .image-10.hide-class {
    width: 20px;
    height: 20px;
  }
  .team-card1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .h1-hero-top {
    padding-right: 0;
    font-size: 2.4em;
  }
  .h1-hero-top.h1-blog {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .h1-hero-top.h1-blogpost {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }
  .h1-hero-top.h1-hero-algo {
    line-height: 45px;
  }
  .h1-hero-top.h2-hero {
    font-size: 25px;
    line-height: 35px;
  }
  .p-hero-main {
    font-size: 18px;
    line-height: 30px;
  }
  .p-hero-main.p-hero_med {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
  }
  .p-hero-main.p-hero_med.p-hero_stat {
    font-size: 17px;
    line-height: 25px;
  }
  .p-hero-main.p-hero_med.p-hero-nomargin {
    font-size: 15px;
    line-height: 23px;
  }
  .p-hero-main.p-blog.p-featured-title {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .p-hero-main.p-blog.h2-blogp {
    font-size: 17px;
    line-height: 22px;
  }
  .p-hero-main.p-members-dashboard {
    margin-bottom: 15px;
  }
  .p-hero-main.p-hero-margin {
    margin-bottom: 0;
  }
  .p-hero-main.p-transfer {
    font-size: 18px;
    line-height: 26px;
  }
  .p-hero-main.p-hero-results {
    margin-bottom: 0;
  }
  .p-hero-main-txt {
    font-size: 18px;
    line-height: 30px;
  }
  .p-hero-main-txt.p-hero_med {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
  }
  .p-hero-main-txt.p-hero_med.p-hero_stat {
    font-size: 17px;
    line-height: 25px;
  }
  .p-hero-main-txt.p-hero_med.p-hero-nomargin {
    font-size: 15px;
    line-height: 23px;
  }
  .p-hero-main-txt.p-blog.p-featured-title {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .p-hero-main-txt.p-blog.h2-blogp {
    font-size: 17px;
    line-height: 22px;
  }
  .p-hero-main-txt.p-members-dashboard {
    margin-bottom: 15px;
  }
  .p-hero-main-txt.p-hero-margin {
    margin-bottom: 0;
  }
  .p-hero-main-txt.p-transfer {
    font-size: 18px;
    line-height: 26px;
  }
  .p-hero-main-txt.p-hero-results {
    margin-bottom: 0;
  }
  .title---brix.cta-v3-title---brix {
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cta-button-content-wrapper---brix {
    flex-direction: row;
    align-items: flex-end;
  }
  .split-content---brix.cta-v3---brix.right---brix {
    width: auto;
    flex-wrap: wrap;
  }
  .cta-v3-wrapper---brix {
    background-image: url("../img/-webflow-cloneable-template-brix-templates.svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 24px;
  }
  .cta-block-button---brix {
    width: 100%;
    font-size: 17px;
    display: block;
  }
  .cta-block-button---brix.block-button-primary---brix._2-buttons---brix {
    margin-bottom: 24px;
    margin-right: 0;
    padding: 16px 20px 14px;
  }
  .cta-block-button---brix.block-button-secondary---brix {
    padding: 16px 20px 14px;
  }
  .single-blog-wrap {
    flex-direction: column;
  }
  .cta051 {
    padding: 15px 7% 30px;
  }
  .hero_btn_box1 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    align-items: center;
  }
}
.h1-hero span {
  color: #ff9811;
}

.reports-template-default .p-hero.p-hero-left p {
  font-size: 1.25rem;
}

#st-1 {
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: left;
  z-index: 94034;
}
#st-1 .st-btn[data-network=telegram] {
  background-color: #0088cc;
}
#st-1 .st-btn[data-network=whatsapp] {
  background-color: #25d366;
}
#st-1 .st-btn[data-network=twitter] {
  background-color: #000000;
}
#st-1.st-has-labels .st-btn {
  min-width: 135px;
}
#st-1 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}
#st-1 .st-btn:hover {
  opacity: 0.8;
  top: -4px;
}
#st-1 .st-btn > img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  vertical-align: top;
}
#st-1 .st-btn > span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 67px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px;
  }
  #st-1.st-has-labels .st-btn.st-remove-label > span {
    display: none;
  }
  .html-embed-4 {
    margin-bottom: 30px;
  }
}
section.page-template {
  color: #fff;
}

.page-template__contact {
  display: flex;
  margin-top: 30px;
}
.page-template__contact iframe {
  margin: 0 auto;
}

.page-template__content {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 25px 15px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.page-template__content p {
  font-size: 20px;
  line-height: 26px;
}
.page-template__content p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-template__content p {
    font-size: 15px;
    line-height: 21px;
  }
}
.page-template__content .team-2-column .wp-block-media-text__content {
  padding: 0;
}
.page-template__content .wp-block-media-text {
  margin: 3rem 0;
}
.page-template__content .wp-block-media-text h3 {
  color: aqua;
}
.page-template__content .wp-block-column {
  margin-top: 40px;
}
.page-template__content .wp-block-column .wp-block-media-text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-template__content .wp-block-column .wp-block-media-text.is-stacked-on-mobile {
    text-align: center;
  }
  .page-template__content .wp-block-column .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 15px;
  }
}
.page-template__content .wp-block-column .wp-block-media-text .wp-block-media-text__content p {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 0 15px;
  font-family: Notosans, sans-serif;
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.page-template__content .wp-block-column .wp-block-media-text .wp-block-media-text__media img {
  width: 120px;
  height: 120px;
  border: 5px solid var(--sky-blue);
  opacity: 1;
  border-radius: 500px;
}
@media screen and (max-width: 767px) {
  .page-template__content h2 {
    font-size: 26px;
    line-height: 1.5;
  }
}

#nf-form-1-cont {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
#nf-form-1-cont .nf-form-fields-required {
  display: none;
}
#nf-form-1-cont .nf-field {
  position: relative;
}
#nf-form-1-cont .nf-form-content label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  top: 19px;
  color: #000037;
  z-index: 10;
  margin-left: 12px;
  background-color: #fff;
  transition: 0.3s ease;
}
#nf-form-1-cont .nf-form-content .list-select-wrap .nf-field-element > div, #nf-form-1-cont .nf-form-content input:not([type=button]), #nf-form-1-cont .nf-form-content .nf-form-content textarea {
  background: #fff;
  border-radius: 6px;
}
#nf-form-1-cont .nf-form-content input[type=radio].ninja-forms-field {
  display: none;
}
#nf-form-1-cont .nf-form-content textarea {
  background: #fff;
  border-radius: 6px;
}
#nf-form-1-cont .nf-form-content input[type=submit] {
  background-color: #00ffa7;
  font-size: 24px;
  font-weight: 700;
  min-width: 200px;
  color: #000;
  text-align: center;
  border-radius: 50px;
  padding: 15px 45px;
  height: auto;
  cursor: pointer;
  margin: 25px auto 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
#nf-form-1-cont .nf-form-content input[type=submit]:hover {
  transform: translateX(-50%) scale(0.9);
}
#nf-form-1-cont #ninja_forms_required_items, #nf-form-1-cont .nf-field-container {
  margin-bottom: 10px;
}
#nf-form-1-cont .nf-label-span {
  color: #000037;
}
#nf-form-1-cont input[type=radio] + label {
  border: 1.2px solid rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  width: 150px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, 0.28);
  cursor: pointer;
}
#nf-form-1-cont .listradio-wrap ul {
  display: flex;
  align-items: center;
}
#nf-form-1-cont .listradio-wrap ul li:first-child {
  margin-right: 15px !important;
}
#nf-form-1-cont label.nf-checked-label {
  background-color: rgb(241, 255, 249);
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  border-color: rgb(54, 179, 126) !important;
}
#nf-form-1-cont .listradio-wrap .nf-field-element label.nf-checked-label:before, #nf-form-1-cont .listradio-wrap .nf-field-element label:after {
  display: none;
}
#nf-form-1-cont .listradio-wrap .nf-field-element label {
  margin-left: 0 !important;
}
#nf-form-1-cont .nf-error .nf-error-msg {
  position: absolute;
  left: -8px;
  bottom: -11px;
  width: max-content;
}
#nf-form-1-cont .nf-error-field-errors {
  text-align: center;
}
#nf-form-1-cont .nf-response-msg[aria-live] {
  height: 45px;
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-evenly;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  #nf-form-1-cont .nf-response-msg[aria-live] {
    height: auto;
  }
}
#nf-form-1-cont .nf-response-msg[aria-live] p {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #nf-form-1-cont .listradio-wrap ul {
    align-items: flex-start;
    flex-direction: column;
  }
}

.connect-app {
  margin: 35px auto 0;
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 10px;
}

#app .connect-wallet button {
  color: #fff;
  background-image: linear-gradient(90deg, #FA03A4 0%, #FF9811 50%, #FA03A4 100%) !important;
  background-size: 200% 100% !important;
  background-position: left;
  text-align: center;
  border: 0;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}

#card-element {
  width: 550px;
  max-width: 100%;
  margin: 20px auto;
  padding: 26px;
  border-radius: 50px;
  background: #ffffff;
}

#main_payment {
  width: 647px;
  margin: 30px auto;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  max-width: 100%;
}

#loading_bg {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
}
#loading_bg img {
  border-radius: 50%;
}

.challenge {
  padding: 150px 0 30px;
  position: relative;
}
.challenge__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(87px);
}
.challenge__gradient img {
  width: 100%;
  height: 100%;
}
.challenge__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.challenge__title {
  text-align: left;
  margin-bottom: 32px;
  max-width: 420px;
}
.challenge__text {
  margin-bottom: 32px;
}
.challenge__text p {
  font-size: 20px;
  color: #BEC2CB;
}
.challenge__text p:not(:last-child) {
  margin-bottom: 16px;
}
.challenge__content {
  width: 40%;
}
.challenge__img {
  width: 51%;
}
.challenge__img img {
  width: 100%;
  height: auto;
}
.challenge__parallax {
  position: absolute;
  transition: transform 0.1s linear;
  pointer-events: none;
  will-change: transform;
  z-index: -1;
}
.challenge__parallax img {
  max-width: 120px;
  width: 100%;
  height: auto;
}
.challenge__parallax.first {
  top: -60px;
  left: -20px;
}
.challenge__parallax.second {
  left: 35%;
  bottom: 8%;
}
.challenge .challenge__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  padding: 16px 32px;
}
@media screen and (max-width: 1024px) {
  .challenge__parallax.first {
    top: -100px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .challenge {
    padding-bottom: 80px;
  }
  .challenge__wrap {
    flex-direction: column;
    gap: 32px;
  }
  .challenge__content {
    width: 100%;
  }
  .challenge__img {
    width: 100%;
  }
  .challenge__text p {
    font-size: 18px;
  }
  .challenge__gradient {
    filter: blur(57px);
  }
  .challenge__parallax.first {
    top: -100px;
  }
  .challenge__parallax.second {
    left: 0;
    bottom: -9%;
  }
  .challenge__parallax img {
    max-width: 80px;
  }
}

.live-forex .live-forex__wrap, .analysis .live-forex__wrap {
  display: flex;
  margin: 75px 0;
}
.live-forex .live-forex__content, .analysis .live-forex__content {
  width: calc(100% - 330px);
}
.live-forex .live-forex__creative, .analysis .live-forex__creative {
  width: 310px;
  min-width: 310px;
  margin-top: 0;
  position: sticky;
  top: 110px;
  left: 0;
  height: fit-content;
}
.live-forex .live-forex__creative .post-contents__creative-content, .analysis .live-forex__creative .post-contents__creative-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
.live-forex .live-forex__creative .post-contents__creative-content .post-contents__creative-link, .analysis .live-forex__creative .post-contents__creative-content .post-contents__creative-link {
  transform: translateY(50px);
}
.live-forex .live-forex__creative .post-contents__creative-title, .analysis .live-forex__creative .post-contents__creative-title {
  margin: 0 auto 22px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .live-forex .live-forex__content, .analysis .live-forex__content {
    width: 100%;
  }
  .live-forex .live-forex__creative, .analysis .live-forex__creative {
    position: fixed;
    top: unset;
    bottom: 0;
    width: 100%;
    min-width: unset;
    z-index: 1;
  }
  .live-forex .live-forex__creative .post-contents__creative-content, .analysis .live-forex__creative .post-contents__creative-content {
    position: static;
    transform: unset;
    background-color: #192352;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .live-forex .live-forex__creative .post-contents__creative-content .post-contents__creative-title, .analysis .live-forex__creative .post-contents__creative-content .post-contents__creative-title {
    font-size: 16px;
    margin: 0;
    width: auto;
  }
  .live-forex .live-forex__creative .post-contents__creative-content .post-contents__creative-link, .analysis .live-forex__creative .post-contents__creative-content .post-contents__creative-link {
    transform: unset;
    margin: 0;
    white-space: nowrap;
  }
  .live-forex .live-forex__creative img, .analysis .live-forex__creative img {
    display: none;
  }
}

.forex-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.forex-signals__box {
  background-color: #021b88;
  color: white;
  border-radius: 20px;
  width: 100%;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  box-sizing: border-box;
  overflow: hidden;
}
.forex-signals__box--title {
  background-color: #ff9811;
  padding: 16px 20px;
}
.forex-signals__box--title h3 {
  margin: 0;
  color: #000d43;
  font-size: 22px;
  text-align: center;
}
.forex-signals__box--signals {
  padding: 20px;
}
.forex-signals__box--signals em {
  margin: 6px 0;
  color: #fa03a4;
}
.forex-signals__box--signals .signal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.forex-signals__box--signals .signal:last-child {
  margin-bottom: 0;
}

/* Hide "View Report" buttons on result cards */
a.live-results__link,
a.btn_view,
a.btn.btn_view,
.live-results__link:where(:not([data-keep])) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/*# sourceMappingURL=custom.css.map */
