.bikyEffectivenessWrapper {
  overflow: hidden;
}

.currentRatesEffectiveness_number,
.cre_decimalsNro,
.percentSymbol,
.effectiveness_content p {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
  color: #004261;
}

.negativeRate .cre_decimalsSymbol svg {
  transform: rotate(180deg) translate(0%, 28%);
}

.plusRate .cre_decimalsSymbol svg {
  transform: rotate(0deg) translate(0%, 0%);
}

.plusRate .prcls-1 {
  fill: #00ba2b;
  stroke-width: 0;
}

.negativeRate .prcls-1 {
  fill: #ea0000;
  stroke-width: 0;
}

.effectiveness-change {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px;
}

.negativeRate .effectiveness-change {
  color: #ea0000 !important;
}

.plusRate .effectiveness-change {
  color: #00ba2b !important;
}

.bikyEffectivenessWrapper small {
  color: var(--darkBlueBiky);
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* .efect_rates.negativeRate > *,
.currentRatesEffectiveness_decimals.negativeRate,
.efect_rates.negativeRate .currentRatesEffectiveness_decimals .decimans_group>*,
.currentRatesEffectiveness_decimals.negativeRate .decimans_group>* {
  color: #ea0000 !important;
}

.efect_rates.plusRate > *,
.currentRatesEffectiveness_decimals.plusRate,
.efect_rates.plusRate .currentRatesEffectiveness_decimals .decimans_group>*,
.currentRatesEffectiveness_decimals.plusRate .decimans_group>* {
  color: #00ba2b !important;
} */

.decimans_group {
  display: flex;
  align-items: baseline;
}

.effectiveness_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1024px;
  gap: 30px;
  align-items: center;
  margin: 0% auto 2% auto;
}

.effectiveness_content-item img {
  width: 100%;
}

.currentRatesEffectiveness_number {
  font-size: 120px;
  font-weight: 100;
  color: #004261;
  line-height: 0.75;
  letter-spacing: -8px;
}

.efect_rates>div {
  padding: 0 8px;
}

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

.cre_decimalsNro {
  font-size: 140px;
  line-height: 0.8;
  font-weight: 100;
}

.percentSymbol {
  font-size: 140px;
  line-height: 0.8;
  font-weight: 100;
}

.cre_decimalsSymbol {
  width: 70px;
  display: block;
  padding: 0px 10px 20px 10px;
}

.effectivenessbikyData_group {
  position: relative;
  width: 100%;
  display: block;
  transform: translate(-12%, -44%) scale(0.8);
}

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

.effectiveness_data p {
  font-size: 18px;
  line-height: 1.4;
  margin: 14px auto 0px auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-family: Montserrat;
  font-weight: 400;
  position: relative;
  transform: translate(2%, 0%);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineswaveswrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%) scale(0.8);
  z-index: 1;
}

.effectiveness_data {
  display: block;
  z-index: 2;
  position: relative;
}

.effectiveness_content-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.lineswaveswrapper_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  width: 100%;
  height: auto;
  transform-origin: center;
}


@keyframes waveAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(-8deg);
  }

  20% {
    transform: translate(-50%, -50%) rotate(8deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(4deg);
  }

  70% {
    transform: translate(-50%, -50%) rotate(-8deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-14deg);
  }
}

/* .lineswaveswrapper_item:first-child {
  animation: waveAnimation 12s ease-in-out infinite;
}
.lineswaveswrapper_item:nth-child(2) {
  animation: waveAnimation 12s ease-in-out infinite alternate-reverse;
}
.lineswaveswrapper_item:last-child {
  animation: waveAnimation 12s ease-in-out infinite alternate;
} */

@keyframes animarPatch1 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.patch-animation-1 {
  animation: animarPatch1 2s ease-in-out infinite;
}

@keyframes animarPatch2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(30deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.patch-animation-2 {
  animation: animarPatch2 2s ease-in-out infinite;
}

@keyframes animarPatch3 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.patch-animation-3 {
  animation: animarPatch3 2s ease-in-out infinite;
}


#bikyEffectiveness {
  display: block;
}

.messagesInfo svg {
  height: 20px;
  width: 20px;
  margin: 2px 8px;
}

.messagesInfo p {
  margin: 0 6px;
}

.messagescontent_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 10% auto;
  transform: translate(0, 30%);
  transform-origin: top center;
}

.messagesInfo {
  background-color: #E2E2E2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  transition: all .3s ease;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  color: var(--darkBlueBiky);
  margin: 0 auto;
  min-width: fit-content;
  max-width: 100%;
  min-height: 20px;
  height: 30px;
}

.messagesInfo::before {
  content: "";
  width: 22px;
  height: 22px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: -8px;
  border-radius: 5px;
  background-color: #E2E2E2;
  z-index: -1;
}

.messagesInfo::after {
  content: "";
  width: 22px;
  height: 22px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -8px;
  border-radius: 5px;
  background: #E2E2E2;
  z-index: -1;
}

.messagesInfo.messgsFail svg {
  fill: #ea0000;
  transform: rotate(180deg);
  transform-origin: center;
}

.messagesInfo.messgsSend svg {
  fill: #00ba2b;
  transform: rotate(0deg);
  transform-origin: center;
}

.effectiveness_content-item:before {
  content: "";
  background-image: linear-gradient(0deg, rgb(255 255 255 / 100%) 3%, rgb(255 255 255 / 0%) 20%);
  /* background-image: linear-gradient(0deg, rgb(255 255 255 / 100%) 10%, rgb(255 255 255 / 0%) 55%); */
  /* background-image: linear-gradient(0deg, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 0%) 43%); */
  height: 100%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  pointer-events: none;
}

.chartModal_wrapper {
  display: none;
}

.chartModalClose {
  width: 20px;
  height: 20px;
  position: relative;
}

.chartModal_wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 999;
}

.chartModal {
  width: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px;
  z-index: 9999;
}

.effectiveness_content-item .feat_whyBiky_wrapper li span.feat_whyBiky_text {
  font-size: 15px;
  letter-spacing: 0.2px;
}

p.cta_AfterMetrics {
  color: var(--darkBlueBiky);
  text-align: center;
  width: 40%;
  margin: 3% auto -1% auto;
}

.bikyEffectivenessWrapper .playpausebtn-wrapper {
  top: 70%;
}

.bikyEffectivenessWrapper h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--darkBlueBiky);
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto 0 auto;
  text-align: center;
}

.bikyEffectivenessWrapper {
  padding: 10% 0 8% 0;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .effectiveness_content {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .effectiveness_content-item img {
    width: 70%;
  }

  .effectiveness_content-item:last-child {
    /* transform: translate(0, 1%) scale(0.7); */
    transform: translate(-1%, 0%) scale(0.9);
    transform-origin: center;
    height: 100%;
    min-height: 420px;
  }

  /*  .effectiveness_content-item:first-child {
    display: none;
  } */

  .messagescontent_wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    transform: translate(0%, 93%) scale(1.6);
  }

  .bikyEffectivenessWrapper h2 {
    font-size: 24px;
    line-height: 1.3;
    padding: 0 4%;
  }

  .lineswaveswrapper {
    transform: translate(-50%, -54%) scale(1);
  }

  .effectivenessbikyData_group {
    transform: translate(0%, -36%) scale(0.75);
    transform-origin: center;
  }

  .bikyEffectivenessWrapper small {
    text-align: center;
    width: 100%;
    margin: 8% auto 0 auto;
    display: block;
  }

  p.cta_AfterMetrics {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin: -4% auto 5% auto;
  }
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .effectiveness_content {
    gap: 0;
    transform: scale(0.9) translate(-3%, 0%);
    transform-origin: center;
  }

  .effectiveness_content-item:last-child {
    transform: translate(-3%, 10%) scale(0.95);
    transform-origin: center;
  }

  .messagesInfo p {
    font-size: 10px;
    margin: 0 6px 0 6px;
  }

  .messagescontent_wrapper {
    gap: 30px;
  }

  .messagesInfo {
    font-size: 10px;
  }

  .bikyEffectivenessWrapper h2 {
    font-size: 28px;
    margin: 0 auto 3% auto;
  }

  p.cta_AfterMetrics {
    width: 90%;
  }

  .effectivenessbikyData_group {
    transform: translate(-7%, -20%) scale(0.85);
  }
}