.txt_GradientsEffect {
  color: transparent;
  background-image: -webkit-linear-gradient(0deg, var(--greenKeybe) 4%, var(--blueKeybe) 62%);
  background-clip: text;
  -webkit-background-clip: text;
}

.txt_GradientsEffectLR {
  color: transparent;
  background-image: -webkit-linear-gradient(0deg, var(--greenKeybe) 4%, var(--blueKeybe) 62%);
  background-clip: text;
  -webkit-background-clip: text;
}

html .new-partners_lp #hero_lp {
  background-color: var(--black131313);
  background-image: url(../img/new-partners/en/biky-montes-partners-hero-100.webp) !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100dvh;
  max-height: 100%;
  min-height: 420px;
  padding: 0% 0 0% 0;
  position: relative;
  width: 100%;
  transform: translate(0%, 0%);
  z-index: 4;
  margin-bottom: -5px;
}

html .new-partners_lp #hero_lp .hero_lp_copy h1 {
  /* color: #1D4A4B; */
  color: transparent;
  font-size: 42px !important;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 2%;
  text-transform: uppercase;
}

html .referral_partners_lp .hero_lp_copy p {
  /* color: #1D4A4B !important; */
  color: #fff !important;
}

.whatgain {
  background-color: var(--black131313);
  background-image: url(../img/new-partners/bg-part2-100.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
  height: 100%;
  padding: 12% 0;
  position: relative;
  margin: 0 auto;
}

.comisssion_percent.outline-text {
  text-align: center;
  font-weight: 800;
  font-size: 82px;
  letter-spacing: 4px;
  -webkit-transition-property: background;
  -webkit-transition-duration: 3s;
  -webkit-transition-timing-function: ease-out;
  color: black;
  text-shadow: 0px 0px 5px white;
  z-index: 3;
  background: -webkit-linear-gradient(left, var(--greenKeybe) 15%, var(--blueKeybe) 75%);
  -webkit-text-stroke: 5px rgba(255, 255, 255, .01);
  -webkit-background-clip: text;
  padding: 0.8%;
}

div#whatgain h2 {
  text-align: center;
  font-size: 58px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2%;
}

.comissions_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
  padding: 4% 0;
}

.commissions-item p {
  color: white;
  font-size: 22px;
  text-align: center;
}

.commissions-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2%;
}

.commissions-inner-top {
  padding: 2% 1%;
}

.commissions-item p sup {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  top: -1px;
  right: -1px;
}

.commissions-item p b {
  color: var(--greenKeybe);
  font-weight: 800;
}

p.comisssion_percent.outline-text {
  margin-top: -8px;
  margin-bottom: -8px;
}

div#whatgain h3 {
  color: white;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
}

#whatgain a.biky_ctabtn:hover,
#partners_responsabilities a.biky_ctabtn:hover {
  background-image: -webkit-linear-gradient(0deg, var(--whiteKeybe) 31%, var(--whiteKeybe) 92%);
  color: var(--black131313) !important;
}

#partnerType {
  min-height: 420px;
  height: 100%;
  padding: 8% 0 6% 0;
  position: relative;
  margin: 0 auto;
}

div#partnerType h2 {
  text-align: center;
  font-size: 58px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2%;
}

.tiposPartner-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  padding: 2% 0;
}

.tiposPartner-item.left-partnerbox {
  background-color: var(--greenKeybe);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.tiposPartner-item.right-partnerbox {
  background-color: var(--green-kb-dark);
  color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tiposPartner-item {
  padding: 10% 6%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tiposPartner-heading {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  margin: 2% auto;
}

.tiposPartner-heading img {
  width: 70px;
  height: 50px;
  object-fit: contain;
  aspect-ratio: 1;
  margin: 20px;
}

.tiposPartner-heading h4 {
  font-size: 32px;
  margin: 1%;
}

.tiposPartner-item ul {
  padding: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.tiposPartner-item ul li {
  margin-bottom: 16px;
}

#partnerGana {
  min-height: 420px;
  height: 100%;
  padding: 6% 0 6% 0;
  position: relative;
  margin: 0 auto;
}

div#partnerGana h2 {
  text-align: center;
  font-size: 58px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2%;
}

.partnerGana-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  padding: 2% 0;
}

.partnerGana-item.left-partnerbox {
  background-color: #00516D;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: white;
}

.partnerGana-item.right-partnerbox {
  background-color: #003050;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: white;
}

.partnerGana-item {
  padding: 16.5% 6%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partnerGana-heading {
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-items: center;
  margin: 2% auto;
  width: 100%;
  text-align: center;
}

.partnerGana-heading img {
  width: 70px;
  height: 50px;
  object-fit: contain;
  aspect-ratio: 1;
  margin: 20px;
}

.partnerGana-heading h4 {
  font-size: 32px;
  margin: 1%;
}

.partnerGana-item ul {
  padding: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.partnerGana-item ul li {
  margin-bottom: 16px;
}

.icp-info {
  min-height: 80px;
  padding: 2% 0;
  margin: 2% auto;
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.icp-info span {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}

.partnerGana-item p {
  font-size: 16px;
  line-height: 1.6;
}

span.icp_item-plus,
span.icp_item-equal {
  font-size: 22px;
}

.partnerGana-item p b {
  font-weight: 800;
}

span.icp_item-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-image: url(../img/new-partners/price-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: container;
  height: 110px;
  width: 100px;
  color: black;
}

.cta_wrapp.cta_wrapppartnergana {
  grid-template-columns: 1fr;
}

.cta_referral {
  font-size: 15px !important;
  display: block !important;
  max-width: 330px !important;
  margin: 2% 0 !important;
}

.referral_partners_lp .referral_partners-hero a.iwantreferral:hover {
  background-color: white !important;
  background-image: -webkit-linear-gradient(0deg, #fff 31%, #fff 92%);
  color: black !important;
}

.referral_partners_lp div#lp-sect-01 {
  background-image: none;
  background-color: white;
  padding: 6% 0 4% 0;
}

.referral_partners_lp .biky-solutions-info h2 {
  color: #007573;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 4%;
}

.referral_partners_lp .biky-solutions-info p {
  color: #007573;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 4%;
}

div#partners_responsabilities {
  background-color: #1e4a4b;
  padding: 6% 0;
  min-height: 420px;
  height: 100%;
  position: relative;
}

div#partners_responsabilities h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2%;
  color: white;
}

.partner_resposability-list ul,
.partner_resposability-list ol {
  padding: 20px 10px;
}

.partner_resposability-list {
  max-width: 960px;
  margin: 2% auto;
}

.partner_resposability-list li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: white;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: left;
  align-items: center;
}

.partner_resposability-list ol {
  counter-reset: item;
  list-style-type: none;
}

.partner_resposability-list ol li::before {
  counter-increment: item;
  content: "" counters(item, "") " ";
  margin-right: 8px;
  border: 3px solid #4afb9b;
  width: 25px;
  height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 100em;
  font-weight: 900;
  color: white;
  line-height: 1;
  font-size: 18px;
}

div#lp-sect-03 {
  padding: 4% 0;
}

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

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

.referral_percentages-item h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  font-style: italic;
  color: #007573;
  text-align: center;
  margin-bottom: 6%;
}

.info_percents {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  padding: 10px 0;
  border-bottom: 2px solid #007573;
}

.info_percents img {
  width: 100px;
}

.info_percents p.percent {
  font-size: 76px;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  color: #007573;
}

.info_percents p.percentinfo {
  font-size: 30px;
  line-height: 1.2;
  color: #007573;
  text-align: center;
}

.referral_percentages-item small {
  color: #007573;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding: 2% 0;
}

.ifyouask {
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.ifyouask p {
  font-size: 18px;
  line-height: 1.6;
}

.promediowrapper {
  border: 2px solid #49EA8E;
  padding: 50px;
  border-radius: 30em;
  max-width: 900px;
  margin: 8% auto 4% auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.promediowrapper>p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.promedio-content {
  width: 100%;
  padding: 20px 20px 0px 20px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 0;
  justify-content: space-evenly;
  align-items: center;
}

span.bikitseract {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

span.mathsign {
  color: #49EA8E;
  font-size: 59px;
  font-weight: 900;
  font-style: italic;
}

span.promediototal {
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  color: #017573;
}

.promed_percents {
  width: 100%;
  padding: 1% 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2%;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #017573;
  margin-top: 4%;
}

.cta_wrapp {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 720px;
  margin: 2% auto;
}

.referral_timelinewrapper {
  background-color: #007573;
  padding: 8% 0 4% 0;
}

.referral_timelinewrapper h2 {
  color: white;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 4%;
}

.container_timeline {
  width: 80%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.container_timeline:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  width: 4px;
  height: 80%;
  background: #49EA8E;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
  left: -1.5%;
  position: relative;
}

.timeline-block-left {
  float: left;
  /* direction: rtl; */
  left: 1.5%;
  position: relative;
  justify-content: flex-end !important;
}

.timeline-block.timeline-block-left .marker {
  order: 2;
}

.marker {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #49EA8E;
  background: #007573;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker span {
  color: white;
  font-size: 20px;
  font-weight: 800;
}

.timeline-content {
  width: 100%;
  padding: 0 15px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: white;
}

.timeline-content a:hover {
  text-decoration: underline;
  color: #48ea8e;
}

.timeline-block {
  padding: 20px 4px;
  display: grid;
  align-items: center;
  min-height: 160px;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  z-index: 10;
}

html div#bikyvshumans.newPartnersFaqs h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2%;
  color: transparent;
  background-image: -webkit-linear-gradient(0deg, var(--greenKeybe) 4%, var(--blueKeybe) 62%);
  background-clip: text;
  -webkit-background-clip: text;
}

.referralPartners .biky_accordion .accordion-panel * {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0;
}

.referralPartners .biky_accordion .accordion-panel ul {
  list-style: disc;
  margin: 2% 4%;
}

.referralPartners .biky_accordion .accordion-panel {
  margin-top: 2%;
}

.newPartnersFaqs .biky_accordion {
  border: 0;
}

.newPartnersFaqs .hb-versus {
  border: 0 !important;
}

.newPartnersFaqs .biky_accordion h3.accordion-thumb {
  color: #00365D;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #0afb90;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.newPartnersFaqs .biky_accordion .accordion-thumb::before {
  width: 12px;
  height: 12px;
}

.newPartnersFaqs .biky_accordion .accordion-item {
  border: 0;
  padding: 0.6% 2%;
}

li.accordion-item.is-active h3.accordion-thumb {
  font-weight: 800;
}

.newPartnersFaqs .biky_accordion .accordion-panel {
  padding: 1% 0;
}

.newPartnersFaqs .biky_accordion .accordion-panel li {
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .container_timeline:before {
    left: 8px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

.referral_testimonial_wrapper {
  background-color: white;
  padding: 8% 0;
}

.referral_testimonial_wrapper h2 {
  color: #007573;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.2;
  margin: 2% 0 4% 0;
  text-align: center;
  text-transform: uppercase;
}

.referral_testimonial_wrapper p {
  text-align: center;
  font-size: 18px;
  color: #007573;
  line-height: 1.5;
  margin-bottom: 5%;
}

.referral_testimonial_wrapper .cta_referral {
  margin: 2% auto !important;
}

div#bikyvshumans.referralPartners {
  padding: 4% 0 8% 0;
}

div#bikyvshumans.referralPartners h2 {
  color: #007573;
  font-size: 44px;
  font-weight: 300;
}









.referralPartners .hb-versus {
  border-radius: 70px;
  border-top: 4px solid var(--greenKeybe);
}

.referralPartners .biky_accordion {
  border-top: 0;
}

.referralPartners .biky_accordion .accordion-thumb {
  text-align: center;
  color: #007573;
  text-transform: none;
}

.referralPartners .biky_accordion li:last-child {
  margin-bottom: 0%;
}

/*** form ***/

.success-message {
  display: none;
  color: var(--successMsgColor);
}

.formPartner_wrapper {
  /* max-width: 480px; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: none;
}

form#updatePartner {
  font-size: 14px;
  padding: 30px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.closeChats {
  color: #49EA8E;
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 10;
  cursor: pointer;
}

form#updatePartner .form-group input {
  color: #1D4A4B;
  border: 2px solid #1D4A4B;
  border-radius: 8px;
  padding: 8px 12px;
  width: 100%;
  min-height: 10px;
  position: relative;
}

form#updatePartner .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

form#updatePartner .form-group {
  margin-bottom: 2%;
  position: relative;
}

form#updatePartner .innerform {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}

form#updatePartner button {
  border: 0;
  border-radius: 30em;
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #49ff9b;
  margin: 16px auto 16px auto;
  text-align: center;
  width: 320px;
  align-self: center;
  display: block;
  transition: background-color 0.35s ease;
}

form#updatePartner button:hover {
  color: white;
  cursor: pointer;
  background-color: black;
  transition: background-color 0.35s ease;
}

form#updatePartner button:focus,
form#updatePartner button:active {
  border: 0 !important;
  outline: none !important;
}

form#updatePartner .form-group input:focus-visible {
  outline: none !important;
}

form#updatePartner label {
  color: #1D4A4B;
  display: none;
}

form#updatePartner .partner_tyc label {
  display: block !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

form#updatePartner .partner_tyc label a {
  font-weight: 700;
  text-decoration: none;
  transition: underline 0.35s ease;
}

form#updatePartner .partner_tyc label a:hover {
  text-decoration: underline;
  transition: underline 0.35s ease;
}

.form-group.partner_tyc {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
}

small.infotyc {
  font-size: 11px;
  font-style: italic !important;
  line-height: 1.5;
  margin: 8px 0 0 0;
}

input#partner_tyc {
  padding: 0 !important;
  height: 18px !important;
  width: 18px !important;
  margin: 8px;
}

.aftercol.left-aftersub p {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.afterSubnmitting {
  padding: 20px;
  background-color: #1D4A4B;
  border-radius: 30px;
  position: relative;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 14%;
}

.aftersubcontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  position: relative;
}

.aftercol {
  position: relative;
}

h3.titleafter {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 16px;
}

img.bikyAfter {
  position: absolute;
  bottom: -20px;
  right: 0;
  /* transform: translate(-50%, -50%); */
  height: 490px;
}

.aftercol.right-aftersub {
  width: 100%;
  height: auto;
  min-height: 300px;
  position: relative;
}

.aftercol.left-aftersub {
  padding: 30px 10px;
}

p.jlp {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-style: italic;
  font-weight: 700;
  color: #49ff9b;
}

.up-inactive {
  display: none;
}

.up-active {
  display: block;
}

.show-animation {
  animation: fadein 0.5s forwards;
}

small.error-message {
  display: none;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  text-align: center;
  transform: translate(0, 0);
  margin: -11px auto 0 auto;
  background-color: #ef5350;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 30em;
  position: relative;
  z-index: 1;
}

input.invalid {
  border-color: #ef5350 !important;
}

form#updatePartner small#phoneError {
  position: absolute;
  bottom: -38%;
  right: 10%;
}

.cta_wrapp a {
  margin: 2% auto !important;
}

.video_socialProof {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4% 0 6% 0;
}

.video_socialProof iframe {
  border-radius: 20px;
}

@media only screen and (max-width: 1023px) {
  html .referral_partners_lp .hero_lp_copy h1 {
    font-size: 34px !important;
  }

  .referral_partners_lp .biky-solutions-info h2 {
    font-size: 34px;
  }

  .referral_partners_lp .biky-solutions-info p {
    font-size: 16px;
  }

  .referral_percentages {
    grid-template-columns: 1fr;
  }

  .ifyouask {
    padding: 0 4%;
  }

  .ifyouask p {
    font-size: 16px;
  }

  .ifyouask p br {
    display: none;
  }

  .referral_partners_lp .biky-solutions-info p br {
    display: none;
  }

  .promedio-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .promediowrapper>p {
    font-size: 16px;
  }

  .promediowrapper {
    border-radius: 70em;
    width: 95%;
    padding: 24% 10%;
  }

  .cta_wrapp {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta_wrapp a.biky_ctabtn.cta_referral {
    margin: 4% auto !important;
  }

  .referral_timelinewrapper h2 {
    font-size: 32px;
  }

  .referral_timelinewrapper h2 br {
    display: none;
  }

  .timeline-block.timeline-block-left .marker {
    order: 0;
  }

  .timeline-block {
    min-height: 100px;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
    left: -1.5%;
  }

  .timeline-content h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .timeline-content h3 br {
    display: none;
  }

  .timeline-content p br {
    display: none;
  }

  .container_timeline:before {
    left: 7%;
  }

  .referral_testimonial_wrapper h2 {
    font-size: 34px;
  }

  .referral_testimonial_wrapper h2 br {
    display: none;
  }

  .referral_testimonial_wrapper p {
    font-size: 16px;
  }

  .referral_testimonial_wrapper p br {
    display: none;
  }

  .referral_testimonial_wrapper {
    padding: 8% 4%;
  }

  div#bikyvshumans.referralPartners h2 {
    font-size: 34px;
  }

  .referralPartners .biky_accordion .accordion-thumb {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
  }

  .referralPartners .hb-versus {
    border-radius: 60px;
  }

  .referralPartners .biky_accordion .accordion-thumb::before {
    height: 14px;
    width: 14px;
  }

  .referralPartners .accordion-panel p,
  .referralPartners .accordion-panel ul li {
    font-size: 16px !important;
  }

  .info_percents {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .info_percents img {
    margin: 0 auto;
  }

  .promed_percents {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

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

  .timeline-block,
  .timeline-block-right {
    float: left !important;
    left: 1.5% !important;
  }

  .info_percents {
    grid-template-columns: repeat(3, auto);
  }

  .promediowrapper {
    border-radius: 60em;
    width: 95%;
    padding: 4% 6%;
  }

  .referral_timelinewrapper h2 {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1140px) and (max-width:1440px) {
  .timeline-block-left {
    left: 2%;
  }

  .timeline-block-right {
    left: -2%;
  }

  html .referral_partners_lp .hero_lp_copy h1 {
    font-size: 46px !important;
  }

  html .referral_partners_lp .hero_lp_copy p {
    font-size: 16px !important;
  }

  .referral_partners_lp .biky-solutions-info h2 {
    font-size: 40px;
  }

  .referral_partners_lp .biky-solutions-info p {
    font-size: 16px;
  }

  .referral_percentages-item h3 {
    font-size: 26px;
  }

  .info_percents p.percent {
    font-size: 66px;
  }

  .info_percents p.percentinfo {
    font-size: 26px;
  }

  div#bikyvshumans.referralPartners .container {
    max-width: 80%;
  }
}

@media only screen and (min-width: 1181px) and (max-width: 1280px) {

  div#whatgain h2,
  div#partnerType h2,
  div#partnerGana h2,
  div#partners_responsabilities h2 {
    font-size: 48px;
  }

  .comissions_row {
    max-width: 996px;
  }

  .tiposPartner-wrapper,
  .partnerGana-wrapper {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
  .hero_lp_copy>* {
    margin-bottom: 0% !important;
  }

  html .new-partners_lp #hero_lp .hero_lp_copy h1 {
    font-size: 32px !important;
    margin-bottom: 2% !important;
  }

  .hero_lp_copy {
    transform: translate(0%, 11%);
  }

  #hero_lp p {
    margin-bottom: 2% !important;
    font-size: 16px;
  }

  .cta_referral {
    font-size: 14px !important;
  }

  div#whatgain h2,
  div#partnerGana h2,
  div#partners_responsabilities h2,
  html div#bikyvshumans.newPartnersFaqs h2 {
    font-size: 42px;
  }

  .commissions-item p {
    font-size: 18px;
  }

  div#whatgain h3 {
    font-size: 18px;
  }

  .tiposPartner-item ul li {
    font-size: 14px;
  }

  .tiposPartner-wrapper,
  .partnerGana-wrapper {
    max-width: 990px;
  }

  .partnerGana-heading h4 {
    font-size: 26px;
  }

  .icp-info span {
    font-size: 14px;
  }

  .partnerGana-item p {
    font-size: 14px;
  }

  .partner_resposability-list {
    max-width: 720px;
  }

  .biky_accordion .accordion-panel * {
    font-size: 14px;
  }

  .newPartnersFaqs .biky_accordion h3.accordion-thumb {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  html .new-partners_lp #hero_lp {
    background-image: url(../img/new-partners/en/biky-montes-partners-hero-mobile-2A.webp) !important;
    height: 680px;
    /* background-size: 86%;
    background-position: 100% 100%; */
  }

  html .new-partners_lp #hero_lp .hero_lp_copy h1 {
    font-size: 28px !important;
  }

  html .hero_lp_copy {
    max-width: 78% !important;
    transform: translate(-11%, -19%) scale(0.9) !important;
    transform-origin: left;
  }

  #hero_lp p {
    font-size: 14px !important;
    width: 80%;
  }

  #hero_lp p br {
    display: none;
  }

  div#whatgain h2,
  div#partnerType h2,
  div#partnerGana h2,
  div#partners_responsabilities h2,
  html div#bikyvshumans.newPartnersFaqs h2 {
    font-size: 28px;
  }

  #partnerType {
    padding: 12% 0 8% 0;
  }

  .comissions_row {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 6%;
  }

  .commissions-item:first-child:after {
    content: "";
    width: 20%;
    height: 2px;
    background-color: #81fcc2;
    position: relative;
    bottom: -7%;
    opacity: 0.6;
  }

  .commissions-item p {
    font-size: 18px;
  }

  div#whatgain h3 {
    font-size: 18px;
  }

  .tiposPartner-wrapper,
  .partnerGana-wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 95%;
    margin: 0 auto;
  }

  .tiposPartner-item.left-partnerbox,
  .partnerGana-item.left-partnerbox {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
  }

  .tiposPartner-item.right-partnerbox,
  .partnerGana-item.right-partnerbox {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .tiposPartner-item ul {
    padding: 10px;
  }

  .tiposPartner-heading h4,
  .partnerGana-heading h4 {
    font-size: 28px;
  }

  .tiposPartner-heading img {
    width: 40px;
  }

  .partnerGana-item p {
    font-size: 12px;
  }

  .partnerGana-item {
    align-items: flex-start;
  }

  .icp-info {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  .partner_resposability-list li {
    font-size: 15px;
  }

  .partner_resposability-list ol li::before {
    font-size: 16px;
  }

  .newPartnersFaqs .biky_accordion h3.accordion-thumb {
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .newPartnersFaqs .biky_accordion .accordion-panel * {
    font-size: 14px;
  }
}

html .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

select#partner_employee {
  color: #1D4A4B;
  border: 2px solid #1D4A4B;
  border-radius: 8px;
  padding: 8px 12px;
  width: 100%;
  min-height: 10px;
  position: relative;

  color: var(--blackKeybe);
  font-size: 14px;
  margin-bottom: 1%;
  min-height: 42px;
  background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 10px;
}

select#partner_employee:focus,
select#partner_employee:active,
select#partner_employee:focus-visible {
  outline: none !important;
}

html .hireBiky_wrapper, button#whatsappButton {
  opacity: 0 !important;
  pointer-events: none !important;
}