.elementor-315 .elementor-element.elementor-element-12fd55d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-315 .elementor-element.elementor-element-af8a830 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-315 .elementor-element.elementor-element-3e4aec9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-315 .elementor-element.elementor-element-011f892 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-315 .elementor-element.elementor-element-811378c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-315 .elementor-element.elementor-element-06002fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-af8a830 *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 01 — HERO
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 01 — HERO
   Classe CSS: rs-hero-container
========================================================= */

.rs-hero-container,
.rs-hero-container > .e-con-inner,
.rs-hero-container .elementor-widget-html,
.rs-hero-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-rs-hero {
  position: relative;
  overflow: hidden;

  width: 100%;

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(218, 164, 55, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      var(--valore-blue-dark) 0%,
      var(--valore-blue) 58%,
      var(--valore-blue-light) 100%
    );
}

.vr-rs-hero__background {
  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 54px 54px;

  -webkit-mask-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85),
      transparent 92%
    );

  mask-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85),
      transparent 92%
    );
}

.vr-rs-hero__container {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(370px, 0.92fr);

  align-items: center;

  gap: clamp(48px, 7vw, 100px);

  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(78px, 9vw, 118px)
    clamp(20px, 5vw, 64px)
    clamp(74px, 8vw, 104px);
}

.vr-rs-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-rs-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 8px;

  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.58);

  font-family: var(--font-primary);
  font-size: 0.78rem;
  line-height: 1.5;
}

.vr-rs-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);

  text-decoration: none;

  transition:
    color var(--transition-fast);
}

.vr-rs-hero__breadcrumb a:hover,
.vr-rs-hero__breadcrumb a:focus-visible {
  color: var(--valore-gold);
}

.vr-rs-hero__breadcrumb span[aria-current="page"] {
  color: var(--valore-white);
  font-weight: 600;
}

.vr-rs-hero__title {
  max-width: 780px;

  margin: 20px 0 24px;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.vr-rs-hero__title span {
  display: block;

  color: var(--valore-gold);
}

.vr-rs-hero__description {
  max-width: 680px;

  margin: 0;

  color: rgba(255, 255, 255, 0.76);

  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.75;
}

.vr-rs-hero__actions {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;

  margin-top: 34px;
}

.vr-rs-hero__highlights {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  width: 100%;
  max-width: 780px;

  margin-top: 46px;
  padding-top: 30px;

  border-top:
    1px solid rgba(255, 255, 255, 0.16);
}

.vr-rs-hero__highlight {
  display: flex;
  flex-direction: column;

  gap: 7px;

  min-width: 0;

  padding-inline: 24px;

  border-left:
    1px solid rgba(255, 255, 255, 0.16);
}

.vr-rs-hero__highlight:first-child {
  padding-left: 0;
  border-left: 0;
}

.vr-rs-hero__highlight:last-child {
  padding-right: 0;
}

.vr-rs-hero__highlight strong {
  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.vr-rs-hero__highlight span {
  color: rgba(255, 255, 255, 0.54);

  font-family: var(--font-primary);
  font-size: 0.75rem;
  line-height: 1.55;
}

.vr-rs-hero__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 520px;
}

.vr-rs-hero__visual::before {
  content: "";

  position: absolute;

  top: 10%;
  right: 0;

  width: 310px;
  height: 310px;

  background:
    rgba(218, 164, 55, 0.15);

  border-radius: 50%;

  filter: blur(2px);
}

.vr-rs-hero__visual::after {
  content: "";

  position: absolute;

  right: 54px;
  bottom: 16px;

  width: 230px;
  height: 230px;

  border:
    1px solid rgba(218, 164, 55, 0.32);

  border-radius: 50%;
}

.vr-rs-hero__visual-card {
  position: relative;
  z-index: 2;

  background:
    rgba(255, 255, 255, 0.97);

  border:
    1px solid rgba(255, 255, 255, 0.72);

  border-radius: 24px;

  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.28),
    0 8px 24px rgba(0, 0, 0, 0.14);

  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.vr-rs-hero__visual-card--main {
  width: min(100%, 480px);

  padding:
    clamp(28px, 4vw, 42px);
}

.vr-rs-hero__visual-label {
  display: inline-flex;

  margin-bottom: 18px;

  padding: 7px 13px;

  color: var(--valore-gold-dark);

  background:
    rgba(218, 164, 55, 0.14);

  border-radius: var(--r-full);

  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vr-rs-hero__visual-card--main > strong {
  display: block;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.vr-rs-hero__visual-list {
  display: flex;
  flex-direction: column;

  margin-top: 30px;
}

.vr-rs-hero__visual-list span {
  display: grid;

  grid-template-columns:
    38px minmax(0, 1fr);

  align-items: center;

  gap: 14px;

  padding: 15px 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;

  border-bottom:
    1px solid var(--valore-line);
}

.vr-rs-hero__visual-list span:last-child {
  border-bottom: 0;
}

.vr-rs-hero__visual-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  color: var(--valore-blue);

  background:
    var(--valore-gold-light);

  border-radius: 11px;

  font-family: var(--font-display);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .vr-rs-hero__container {
    grid-template-columns: 1fr;
  }

  .vr-rs-hero__content {
    max-width: 850px;
  }

  .vr-rs-hero__visual {
    width: min(100%, 720px);

    min-height: auto;

    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .vr-rs-hero__container {
    gap: 54px;

    padding:
      64px
      20px;
  }

  .vr-rs-hero__breadcrumb {
    margin-bottom: 22px;
  }

  .vr-rs-hero__title {
    font-size:
      clamp(2.25rem, 10vw, 3.25rem);
  }

  .vr-rs-hero__actions {
    width: 100%;
  }

  .vr-rs-hero__highlights {
    grid-template-columns: 1fr;

    gap: 0;
  }

  .vr-rs-hero__highlight,
  .vr-rs-hero__highlight:first-child,
  .vr-rs-hero__highlight:last-child {
    padding: 20px 0;

    border-left: 0;

    border-bottom:
      1px solid rgba(255, 255, 255, 0.14);
  }

  .vr-rs-hero__highlight:last-child {
    border-bottom: 0;
  }

  .vr-rs-hero__visual {
    min-height: auto;
  }

  .vr-rs-hero__visual-card--main {
    width: 100%;

    padding: 30px 26px;
  }
}

@media (max-width: 480px) {
  .vr-rs-hero__visual-card--main {
    padding: 26px 22px;
  }

  .vr-rs-hero__visual-list span {
    grid-template-columns:
      36px minmax(0, 1fr);

    gap: 12px;

    font-size: 0.82rem;
  }

  .vr-rs-hero__visual-list i {
    width: 36px;
    height: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-011f892 *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 02 — DESAFIOS
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 02 — DESAFIOS
   Classe CSS: rs-desafios-container
========================================================= */

.rs-desafios-container,
.rs-desafios-container > .e-con-inner,
.rs-desafios-container .elementor-widget-html,
.rs-desafios-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-rs-challenges {
  width: 100%;
  background: var(--valore-white);
}

.vr-rs-challenges__container {
  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(72px, 9vw, 112px)
    clamp(20px, 5vw, 64px);
}

.vr-rs-challenges__header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(320px, 0.92fr);

  gap: clamp(40px, 7vw, 92px);

  align-items: end;

  margin-bottom: clamp(44px, 6vw, 72px);
}

.vr-rs-challenges__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-rs-challenges__title {
  max-width: 760px;

  margin: 18px 0 0;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-rs-challenges__title span {
  display: block;
  color: var(--valore-gold-dark);
}

.vr-rs-challenges__intro {
  display: flex;
  flex-direction: column;
  gap: 18px;

  padding-left: clamp(0px, 3vw, 38px);

  border-left: 2px solid var(--valore-gold);
}

.vr-rs-challenges__intro p {
  margin: 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

.vr-rs-challenges__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: clamp(18px, 2vw, 26px);
}

.vr-rs-challenge-card {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 100%;

  padding: clamp(25px, 3vw, 34px);

  background: var(--valore-soft);
  border: 1px solid var(--valore-line);
  border-radius: 20px;

  transition:
    transform var(--transition-base),
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}

.vr-rs-challenge-card:hover {
  transform: translateY(-6px);

  border-color: rgba(218, 164, 55, 0.55);

  box-shadow: var(--shadow-md);
}

.vr-rs-challenge-card__number {
  position: absolute;
  top: 24px;
  right: 24px;

  color: rgba(13, 40, 69, 0.28);

  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 700;
}

.vr-rs-challenge-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  margin-bottom: 24px;

  color: var(--valore-blue);
  background: var(--valore-gold-light);

  border-radius: 15px;
}

.vr-rs-challenge-card__icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-rs-challenge-card h3 {
  margin: 0 0 14px;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

.vr-rs-challenge-card p {
  margin: 0;

  color: var(--valore-ink-40);

  font-family: var(--font-primary);
  font-size: 0.88rem;
  line-height: 1.7;
}

.vr-rs-challenges__footer {
  display: flex;
  align-items: center;

  gap: 18px;

  margin-top: clamp(36px, 5vw, 54px);
  padding: 24px 28px;

  background: var(--valore-blue);
  border-radius: 18px;
}

.vr-rs-challenges__footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  flex-shrink: 0;

  color: var(--valore-blue-dark);
  background: var(--valore-gold);

  border-radius: 14px;
}

.vr-rs-challenges__footer-icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-rs-challenges__footer div:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vr-rs-challenges__footer span {
  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vr-rs-challenges__footer strong {
  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .vr-rs-challenges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vr-rs-challenges__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vr-rs-challenges__intro {
    max-width: 760px;
    padding-left: 22px;
  }
}

@media (max-width: 767px) {
  .vr-rs-challenges__container {
    padding:
      64px
      20px;
  }

  .vr-rs-challenges__grid {
    grid-template-columns: 1fr;
  }

  .vr-rs-challenge-card {
    min-height: auto;
  }

  .vr-rs-challenges__footer {
    align-items: flex-start;

    padding: 22px 20px;
  }
}

@media (max-width: 480px) {
  .vr-rs-challenges__intro {
    padding-left: 18px;
  }

  .vr-rs-challenges__footer {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8626d96 *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 03 — PROCESSO
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 03 — PROCESSO
   Classe CSS: rs-processo-container
========================================================= */

.rs-processo-container,
.rs-processo-container > .e-con-inner,
.rs-processo-container .elementor-widget-html,
.rs-processo-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-rs-process {
  width: 100%;
  background: var(--valore-light);
}

.vr-rs-process__container {
  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(68px, 8vw, 100px)
    clamp(20px, 5vw, 64px);
}

.vr-rs-process__header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(300px, 0.95fr);

  align-items: end;
  gap: clamp(36px, 6vw, 80px);

  margin-bottom: clamp(42px, 5vw, 62px);
}

.vr-rs-process__title {
  max-width: 720px;

  margin: 18px 0 0;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-rs-process__title span {
  display: block;
  color: var(--valore-gold-dark);
}

.vr-rs-process__intro {
  max-width: 560px;
  margin: 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

.vr-rs-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 1px;

  overflow: hidden;

  background: var(--valore-line);
  border: 1px solid var(--valore-line);
  border-radius: 22px;
}

.vr-rs-process-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 250px;

  padding: clamp(24px, 3vw, 34px);

  background: var(--valore-white);
}

.vr-rs-process-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin-bottom: 30px;

  color: var(--valore-blue);
  background: var(--valore-gold-light);
  border-radius: 12px;

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
}

.vr-rs-process-card h3 {
  margin: 0 0 14px;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.vr-rs-process-card p {
  margin: 0;

  color: var(--valore-ink-40);

  font-family: var(--font-primary);
  font-size: 0.87rem;
  line-height: 1.7;
}

.vr-rs-process__result {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 28px;
  padding: 22px 26px;

  background: var(--valore-blue);
  border-radius: 16px;
}

.vr-rs-process__result-label {
  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vr-rs-process__result strong {
  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 1050px) {
  .vr-rs-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .vr-rs-process__header {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .vr-rs-process__container {
    padding: 64px 20px;
  }

  .vr-rs-process__steps {
    grid-template-columns: 1fr;
  }

  .vr-rs-process-card {
    min-height: auto;
  }

  .vr-rs-process__result {
    flex-direction: column;
    align-items: flex-start;
  }

  .vr-rs-process__result strong {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f539d5 *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 04 — CTA FINAL
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO E SELEÇÃO — 04 — CTA FINAL
   Classe CSS: rs-cta-container
========================================================= */

.rs-cta-container,
.rs-cta-container > .e-con-inner,
.rs-cta-container .elementor-widget-html,
.rs-cta-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-rs-cta {
  position: relative;
  overflow: hidden;

  width: 100%;

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(218, 164, 55, 0.18),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--valore-blue-dark) 0%,
      var(--valore-blue) 100%
    );
}

.vr-rs-cta::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 52px 52px;
}

.vr-rs-cta__container {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(280px, 0.8fr);

  align-items: center;
  gap: clamp(36px, 6vw, 80px);

  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(58px, 7vw, 82px)
    clamp(20px, 5vw, 64px);
}

.vr-rs-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-rs-cta__eyebrow {
  margin: 0 0 14px;

  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vr-rs-cta__title {
  max-width: 760px;

  margin: 0;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-rs-cta__title span {
  display: block;
  color: var(--valore-gold);
}

.vr-rs-cta__description {
  max-width: 680px;

  margin: 22px 0 0;

  color: rgba(255, 255, 255, 0.72);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

.vr-rs-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;

  width: 100%;
  max-width: 330px;

  margin-left: auto;
}

.vr-rs-cta__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 50px;
  padding: 14px 24px;

  color: var(--valore-white);

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--r-full);

  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base),
    transform var(--transition-fast);
}

.vr-rs-cta__secondary:hover,
.vr-rs-cta__secondary:focus-visible {
  color: var(--valore-white);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--valore-white);
  transform: translateY(-2px);
}

.vr-rs-cta__secondary svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 850px) {
  .vr-rs-cta__container {
    grid-template-columns: 1fr;
  }

  .vr-rs-cta__actions {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .vr-rs-cta__container {
    padding:
      58px
      20px;
  }
}/* End custom CSS */