.c-cta-buttons {
  position: fixed;
  right: 0;
  width: 100%;
  display: flex;
  gap: calc(var(--vw) * 8);
  align-items: center;
  justify-content: flex-end;
  padding-inline: calc(var(--vw) * 16);
  pointer-events: none;
  z-index: 5;
  bottom: -50%;
  opacity: 0;
  -webkit-transition: all .64s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all .64s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all .64s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all .64s cubic-bezier(0.86, 0, 0.07, 1);
  @media (min-width: 1024px) {
    padding-inline: calc(var(--vw) * 20);
  }
}

.c-cta-buttons .c-button {
  height: calc(var(--vw) * 48);
}

.c-cta-buttons.is-visible {
  bottom: calc(var(--vw) * 20);
  opacity: 1;
  visibility: visible;

  @media (min-width: 768px) and (max-width: 1024px) {
    bottom: calc(var(--vw) * 20);
  }
}

.c-cta-buttons--is-detail {
  @media (max-width: 1024px) {
    display: none !important;
  }
} 

.c-cta-buttons>* {
  pointer-events: all;
}

.c-cta-buttons>.button {
  height: 58px;
}

.c-cta-buttons .button:first-child {
  font-size: 16px;
}

.c-cta-buttons>.c-button>svg {
  width: calc(var(--vw) * 24);
  height: calc(var(--vw) * 24);
  margin: 0;
}

.c-cta-buttons .button:not(:last-child) {
  margin: 0;
}
.rpi[data-id="99129"] {
  margin-top: 16px;
  text-align: center; 
}
.rpi[data-id="99129"] .rpi-stars {
  color: white !important;
}
@media (min-width:768px) {
  .rpi[data-id="99129"] {
    margin-top: 0;
    margin-bottom: 22px;
    text-align: left; 
  }
}
.rpi[data-id="99129"] .rpi-badge-body {
  background: transparent
}

.c-cta-buttons--desktop-none {
  aspect-ratio: 1/1;
  display: none !important;
}

.c-cta-buttons--rotate {
  transform: rotate(180deg);
  aspect-ratio: 1/1;
}
.c-cta-buttons--rotate svg {
  width: calc(var(--vw) * 16);
  height: calc(var(--vw) * 16);
}


@media only screen and (max-width:768px) {
  .c-cta-buttons--desktop-none {
    display: inline-flex !important;
  }

  .c-cta-buttons--mobile-none {
    display: none !important;
  }
}

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

  .flex--1 {
    width: 70%
  }
}
