.elementor-148 .elementor-element.elementor-element-b215a25{--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-148 .elementor-element.elementor-element-c486def > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-148 .elementor-element.elementor-element-36de8b3{--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-148 .elementor-element.elementor-element-cac471d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-148 .elementor-element.elementor-element-d40bb8c{--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-148 .elementor-element.elementor-element-6cd682c{--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-c486def *//* =========================================================
   CONTATO — 01 — HERO
========================================================= */

.contato-hero-container,
.contato-hero-container > .e-con-inner,
.contato-hero-container .elementor-widget-html,
.contato-hero-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-contact-hero {
  position: relative;
  display: flex;
  align-items: center;

  width: 100%;
  min-height: clamp(580px, 72vh, 760px);

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      var(--valore-blue-dark) 0%,
      var(--valore-blue) 54%,
      #123b63 100%
    );
}

/* GRID DE FUNDO */

.vr-contact-hero__grid {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 52px 52px;

  pointer-events: none;
}

/* LUZES */

.vr-contact-hero__glow {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}

.vr-contact-hero__glow--left {
  top: -260px;
  left: -220px;

  width: 580px;
  height: 580px;

  background:
    radial-gradient(
      circle,
      rgba(218, 164, 55, 0.15) 0%,
      rgba(218, 164, 55, 0.04) 46%,
      transparent 72%
    );
}

.vr-contact-hero__glow--right {
  right: -180px;
  bottom: -290px;

  width: 650px;
  height: 650px;

  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(255, 255, 255, 0.015) 48%,
      transparent 72%
    );
}

/* CONTAINER INTERNO */

.vr-contact-hero__container {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(360px, 0.85fr);

  align-items: center;

  gap: clamp(48px, 8vw, 112px);

  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(84px, 9vw, 128px)
    clamp(20px, 5vw, 64px);
}

/* CONTEÚDO */

.vr-contact-hero__content {
  position: relative;
  z-index: 3;

  min-width: 0;
}

.vr-contact-hero__eyebrow {
  display: inline-flex;
  align-items: center;

  gap: 11px;

  margin: 0 0 22px;

  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vr-contact-hero__eyebrow::before {
  content: "";

  display: block;

  width: 34px;
  height: 2px;

  background: currentColor;
  border-radius: var(--r-full);
}

.vr-contact-hero__title {
  max-width: 820px;

  margin: 0;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.vr-contact-hero__title span {
  display: block;

  margin-top: 7px;

  color: var(--valore-gold);
}

.vr-contact-hero__description {
  max-width: 720px;

  margin: 28px 0 0;

  color: rgba(255, 255, 255, 0.68);

  font-family: var(--font-primary);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  font-weight: 400;
  line-height: 1.8;
}

/* BOTÕES */

.vr-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 14px;

  margin-top: 36px;
}

.vr-contact-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 56px;

  padding: 15px 25px;

  border: 1px solid transparent;
  border-radius: var(--r-full);

  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;

  text-align: center;
  text-decoration: none;

  transition:
    transform var(--transition-base),
    color var(--transition-fast),
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-base);
}

.vr-contact-hero__button:hover,
.vr-contact-hero__button:focus-visible {
  transform: translateY(-3px);
}

.vr-contact-hero__button--primary {
  color: var(--valore-blue-dark);

  background: var(--valore-gold);
  border-color: var(--valore-gold);

  box-shadow:
    0 16px 42px rgba(218, 164, 55, 0.22);
}

.vr-contact-hero__button--primary:hover,
.vr-contact-hero__button--primary:focus-visible {
  color: var(--valore-blue-dark);

  background: var(--valore-gold-light);
  border-color: var(--valore-gold-light);

  box-shadow:
    0 20px 50px rgba(218, 164, 55, 0.30);
}

.vr-contact-hero__button--secondary {
  color: var(--valore-white);

  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.18);
}

.vr-contact-hero__button--secondary:hover,
.vr-contact-hero__button--secondary:focus-visible {
  color: var(--valore-gold);

  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(218, 164, 55, 0.4);
}

.vr-contact-hero__button svg {
  display: block;

  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform var(--transition-base);
}

.vr-contact-hero__button:hover svg {
  transform: translateX(3px);
}

/* VISUAL LATERAL */

.vr-contact-hero__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: min(100%, 500px);
  aspect-ratio: 1 / 1;

  margin-left: auto;
}

.vr-contact-hero__orbit {
  position: absolute;

  border-radius: 50%;
}

.vr-contact-hero__orbit--outer {
  inset: 0;

  border: 1px solid rgba(218, 164, 55, 0.18);
}

.vr-contact-hero__orbit--middle {
  inset: 12%;

  border: 1px solid rgba(255, 255, 255, 0.09);
}

.vr-contact-hero__orbit--inner {
  inset: 25%;

  border: 1px solid rgba(218, 164, 55, 0.13);
}

.vr-contact-hero__visual-card {
  position: relative;
  z-index: 3;

  width: min(72%, 340px);

  padding: clamp(28px, 4vw, 42px);

  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;

  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.24);

  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.vr-contact-hero__visual-card::before {
  content: "";

  position: absolute;
  top: -1px;
  left: 32px;

  width: 72px;
  height: 3px;

  background: var(--valore-gold);
  border-radius: 0 0 var(--r-full) var(--r-full);
}

.vr-contact-hero__visual-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 60px;
  height: 60px;

  margin-bottom: 26px;

  color: var(--valore-gold);

  background: rgba(218, 164, 55, 0.10);
  border: 1px solid rgba(218, 164, 55, 0.22);
  border-radius: 18px;
}

.vr-contact-hero__visual-icon svg {
  display: block;

  width: 28px;
  height: 28px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-contact-hero__visual-label {
  display: block;

  margin-bottom: 12px;

  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vr-contact-hero__visual-card strong {
  display: block;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.025em;
}

/* PONTOS DECORATIVOS */

.vr-contact-hero__point {
  position: absolute;

  width: 11px;
  height: 11px;

  background: var(--valore-gold);
  border: 3px solid var(--valore-blue);
  border-radius: 50%;

  box-shadow:
    0 0 0 6px rgba(218, 164, 55, 0.10);
}

.vr-contact-hero__point--one {
  top: 14%;
  right: 20%;
}

.vr-contact-hero__point--two {
  right: 7%;
  bottom: 31%;
}

.vr-contact-hero__point--three {
  bottom: 13%;
  left: 21%;
}

/* LINHA INFERIOR */

.vr-contact-hero__bottom-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(218, 164, 55, 0.5),
      transparent
    );
}

/* RESPONSIVIDADE */

@media (max-width: 1100px) {
  .vr-contact-hero {
    min-height: auto;
  }

  .vr-contact-hero__container {
    grid-template-columns: 1fr;

    gap: 60px;
  }

  .vr-contact-hero__content {
    max-width: 900px;
  }

  .vr-contact-hero__visual {
    width: min(100%, 460px);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .vr-contact-hero__container {
    gap: 46px;

    padding:
      76px
      20px
      68px;
  }

  .vr-contact-hero__title {
    font-size: clamp(2.35rem, 11vw, 3.65rem);
  }

  .vr-contact-hero__description {
    margin-top: 22px;
  }

  .vr-contact-hero__actions {
    flex-direction: column;
    align-items: stretch;

    margin-top: 30px;
  }

  .vr-contact-hero__button {
    width: 100%;
  }

  .vr-contact-hero__visual {
    width: min(100%, 390px);
  }

  .vr-contact-hero__visual-card {
    width: 76%;

    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .vr-contact-hero__container {
    padding:
      68px
      18px
      60px;
  }

  .vr-contact-hero__eyebrow {
    font-size: 0.65rem;
  }

  .vr-contact-hero__visual {
    width: 100%;
  }

  .vr-contact-hero__visual-card {
    width: 79%;

    padding: 26px 22px;
  }

  .vr-contact-hero__visual-icon {
    width: 52px;
    height: 52px;

    margin-bottom: 22px;

    border-radius: 15px;
  }

  .vr-contact-hero__visual-icon svg {
    width: 24px;
    height: 24px;
  }

  .vr-contact-hero__point {
    width: 9px;
    height: 9px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cac471d *//* =========================================================
   CONTATO — 02 — CENTRAL DE CONTATO
========================================================= */

.contato-central-container,
.contato-central-container > .e-con-inner,
.contato-central-container .elementor-widget-html,
.contato-central-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-contact-center {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f6f8fb;
}

.vr-contact-center::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(218, 164, 55, 0.11) 0%,
      rgba(218, 164, 55, 0.025) 48%,
      transparent 72%
    );
  pointer-events: none;
}

.vr-contact-center::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -210px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(2, 22, 39, 0.07) 0%,
      rgba(2, 22, 39, 0.015) 50%,
      transparent 74%
    );
  pointer-events: none;
}

.vr-contact-center__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 0.82fr)
    minmax(520px, 1.18fr);
  align-items: start;
  gap: clamp(52px, 7vw, 96px);
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  padding:
    clamp(88px, 9vw, 132px)
    clamp(20px, 5vw, 64px);
}

/* =========================================================
   COLUNA DE INFORMAÇÕES
========================================================= */

.vr-contact-center__info {
  min-width: 0;
}

.vr-contact-center__header {
  max-width: 590px;
}

.vr-contact-center__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: var(--valore-gold);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vr-contact-center__eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: var(--r-full);
}

.vr-contact-center__title {
  margin: 0;
  color: var(--valore-blue-dark);
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.vr-contact-center__description {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(2, 22, 39, 0.67);
  font-family: var(--font-primary);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 400;
  line-height: 1.8;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.vr-contact-center__benefits {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.vr-contact-center__benefit {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(2, 22, 39, 0.08);
  border-radius: 20px;
  box-shadow:
    0 14px 34px rgba(2, 22, 39, 0.045);
  transition:
    transform var(--transition-base),
    border-color var(--transition-fast),
    box-shadow var(--transition-base);
}

.vr-contact-center__benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(218, 164, 55, 0.25);
  box-shadow:
    0 20px 46px rgba(2, 22, 39, 0.075);
}

.vr-contact-center__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--valore-gold);
  background: rgba(218, 164, 55, 0.09);
  border: 1px solid rgba(218, 164, 55, 0.18);
  border-radius: 17px;
}

.vr-contact-center__benefit-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-contact-center__benefit-content {
  min-width: 0;
}

.vr-contact-center__benefit-label {
  display: block;
  margin-bottom: 4px;
  color: var(--valore-gold);
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vr-contact-center__benefit-title {
  margin: 0;
  color: var(--valore-blue-dark);
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.35;
}

.vr-contact-center__benefit-text {
  margin: 8px 0 0;
  color: rgba(2, 22, 39, 0.62);
  font-family: var(--font-primary);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.65;
}

/* =========================================================
   CANAIS DE ATENDIMENTO
========================================================= */

.vr-contact-center__channels {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 24px;
  color: var(--valore-white);
  background:
    linear-gradient(
      145deg,
      var(--valore-blue-dark) 0%,
      var(--valore-blue) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow:
    0 22px 58px rgba(2, 22, 39, 0.16);
}

.vr-contact-center__channel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.vr-contact-center__channel + .vr-contact-center__channel {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vr-contact-center__channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--valore-gold);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
}

.vr-contact-center__channel-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-contact-center__channel-content {
  min-width: 0;
}

.vr-contact-center__channel-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-display);
  font-size: 0.63rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vr-contact-center__channel-value {
  display: inline-block;
  max-width: 100%;
  color: var(--valore-white);
  font-family: var(--font-primary);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
}

a.vr-contact-center__channel-value {
  transition: color var(--transition-fast);
}

a.vr-contact-center__channel-value:hover,
a.vr-contact-center__channel-value:focus-visible {
  color: var(--valore-gold);
}

/* =========================================================
   CARD DO FORMULÁRIO
========================================================= */

.vr-contact-center__form-card {
  position: relative;
  min-width: 0;
  padding: clamp(30px, 4.5vw, 52px);
  background: var(--valore-white);
  border: 1px solid rgba(2, 22, 39, 0.08);
  border-radius: 28px;
  box-shadow:
    0 30px 80px rgba(2, 22, 39, 0.11);
}

.vr-contact-center__form-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 48px;
  width: 92px;
  height: 4px;
  background: var(--valore-gold);
  border-radius: 0 0 var(--r-full) var(--r-full);
}

.vr-contact-form__header {
  margin-bottom: 34px;
}

.vr-contact-form__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--valore-gold);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vr-contact-form__title {
  margin: 0;
  color: var(--valore-blue-dark);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-contact-form__description {
  max-width: 570px;
  margin: 13px 0 0;
  color: rgba(2, 22, 39, 0.6);
  font-family: var(--font-primary);
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.7;
}

/* =========================================================
   FORMULÁRIO
========================================================= */

.vr-contact-form {
  position: relative;
}

.vr-contact-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.vr-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.vr-contact-form__field {
  min-width: 0;
}

.vr-contact-form__field--full {
  grid-column: 1 / -1;
}

.vr-contact-form__label {
  display: block;
  margin-bottom: 8px;
  color: var(--valore-blue-dark);
  font-family: var(--font-primary);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.vr-contact-form__label span {
  color: var(--valore-gold);
}

.vr-contact-form__input,
.vr-contact-form__select,
.vr-contact-form__textarea {
  display: block;
  width: 100%;
  color: var(--valore-blue-dark);
  background: #f9fafc;
  border: 1px solid rgba(2, 22, 39, 0.12);
  border-radius: 13px;
  outline: none;
  font-family: var(--font-primary);
  font-size: 0.94rem;
  font-weight: 400;
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.vr-contact-form__input,
.vr-contact-form__select {
  min-height: 54px;
  padding: 0 16px;
}

.vr-contact-form__textarea {
  min-height: 148px;
  padding: 15px 16px;
  resize: vertical;
  line-height: 1.6;
}

.vr-contact-form__input::placeholder,
.vr-contact-form__textarea::placeholder {
  color: rgba(2, 22, 39, 0.38);
}

.vr-contact-form__input:hover,
.vr-contact-form__select:hover,
.vr-contact-form__textarea:hover {
  border-color: rgba(2, 22, 39, 0.22);
}

.vr-contact-form__input:focus,
.vr-contact-form__select:focus,
.vr-contact-form__textarea:focus {
  background: var(--valore-white);
  border-color: var(--valore-gold);
  box-shadow:
    0 0 0 4px rgba(218, 164, 55, 0.11);
}

.vr-contact-form__input[aria-invalid="true"],
.vr-contact-form__select[aria-invalid="true"],
.vr-contact-form__textarea[aria-invalid="true"] {
  border-color: #c83f49;
  box-shadow:
    0 0 0 4px rgba(200, 63, 73, 0.08);
}

.vr-contact-form__select-wrapper {
  position: relative;
}

.vr-contact-form__select {
  padding-right: 46px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.vr-contact-form__select-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: rgba(2, 22, 39, 0.5);
  transform: translateY(-50%);
  pointer-events: none;
}

.vr-contact-form__select-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-contact-form__error {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: #b8323c;
  font-family: var(--font-primary);
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.4;
}

.vr-contact-form__field-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.vr-contact-form__counter {
  flex: 0 0 auto;
  margin-top: 7px;
  color: rgba(2, 22, 39, 0.42);
  font-family: var(--font-primary);
  font-size: 0.72rem;
  line-height: 1.4;
}

/* =========================================================
   LGPD
========================================================= */

.vr-contact-form__field--consent {
  margin-top: -2px;
}

.vr-contact-form__consent {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.vr-contact-form__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.vr-contact-form__checkbox-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--valore-blue-dark);
  background: #f9fafc;
  border: 1px solid rgba(2, 22, 39, 0.16);
  border-radius: 6px;
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.vr-contact-form__checkbox-visual svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: scale(0.65);
  transition:
    opacity var(--transition-fast),
    transform var(--transition-fast);
}

.vr-contact-form__checkbox:checked
  + .vr-contact-form__checkbox-visual {
  background: var(--valore-gold);
  border-color: var(--valore-gold);
}

.vr-contact-form__checkbox:checked
  + .vr-contact-form__checkbox-visual svg {
  opacity: 1;
  transform: scale(1);
}

.vr-contact-form__checkbox:focus-visible
  + .vr-contact-form__checkbox-visual {
  box-shadow:
    0 0 0 4px rgba(218, 164, 55, 0.14);
}

.vr-contact-form__consent-text {
  color: rgba(2, 22, 39, 0.6);
  font-family: var(--font-primary);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.6;
}

.vr-contact-form__consent-text a {
  color: var(--valore-blue-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(218, 164, 55, 0.55);
  text-underline-offset: 3px;
  transition:
    color var(--transition-fast),
    text-decoration-color var(--transition-fast);
}

.vr-contact-form__consent-text a:hover,
.vr-contact-form__consent-text a:focus-visible {
  color: var(--valore-gold);
  text-decoration-color: currentColor;
}

/* =========================================================
   RODAPÉ DO FORMULÁRIO
========================================================= */

.vr-contact-form__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}

.vr-contact-form__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  min-height: 56px;
  padding: 15px 24px;
  color: var(--valore-blue-dark);
  background: var(--valore-gold);
  border: 1px solid var(--valore-gold);
  border-radius: var(--r-full);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  box-shadow:
    0 16px 36px rgba(218, 164, 55, 0.22);
  transition:
    transform var(--transition-base),
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-base);
}

.vr-contact-form__submit:hover,
.vr-contact-form__submit:focus-visible {
  transform: translateY(-3px);
  background: var(--valore-gold-light);
  border-color: var(--valore-gold-light);
  box-shadow:
    0 20px 44px rgba(218, 164, 55, 0.29);
}

.vr-contact-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
}

.vr-contact-form__submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vr-contact-form__submit-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--transition-base);
}

.vr-contact-form__submit:hover
  .vr-contact-form__submit-icon svg {
  transform: translateX(3px);
}

.vr-contact-form__loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(2, 22, 39, 0.25);
  border-top-color: var(--valore-blue-dark);
  border-radius: 50%;
  animation: vr-contact-spin 0.75s linear infinite;
}

.vr-contact-form.is-loading .vr-contact-form__submit-text,
.vr-contact-form.is-loading .vr-contact-form__submit-icon {
  display: none;
}

.vr-contact-form.is-loading .vr-contact-form__loader {
  display: block;
}

.vr-contact-form__security {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 250px;
  margin: 0;
  color: rgba(2, 22, 39, 0.46);
  font-family: var(--font-primary);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.5;
}

.vr-contact-form__security > span {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 1px;
}

.vr-contact-form__security svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   STATUS DO ENVIO
========================================================= */

.vr-contact-form__status {
  margin-top: 22px;
  padding: 15px 17px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: var(--font-primary);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.55;
}

.vr-contact-form__status.is-success {
  color: #1d6b45;
  background: rgba(38, 153, 94, 0.09);
  border-color: rgba(38, 153, 94, 0.2);
}

.vr-contact-form__status.is-error {
  color: #a72d36;
  background: rgba(200, 63, 73, 0.08);
  border-color: rgba(200, 63, 73, 0.2);
}

/* =========================================================
   ANIMAÇÕES
========================================================= */

@keyframes vr-contact-spin {
  to {
    transform: rotate(360deg);
  }
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 1120px) {
  .vr-contact-center__container {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .vr-contact-center__info {
    max-width: 860px;
  }

  .vr-contact-center__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vr-contact-center__benefit {
    grid-template-columns: 1fr;
  }

  .vr-contact-center__channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vr-contact-center__channel + .vr-contact-center__channel {
    padding-top: 0;
    padding-left: 14px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 820px) {
  .vr-contact-center__benefits {
    grid-template-columns: 1fr;
  }

  .vr-contact-center__benefit {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .vr-contact-center__channels {
    grid-template-columns: 1fr;
  }

  .vr-contact-center__channel + .vr-contact-center__channel {
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .vr-contact-center__container {
    gap: 46px;
    padding:
      72px
      20px;
  }

  .vr-contact-center__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .vr-contact-center__benefits {
    margin-top: 34px;
  }

  .vr-contact-center__form-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .vr-contact-center__form-card::before {
    left: 24px;
    width: 72px;
  }

  .vr-contact-form__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vr-contact-form__field--full {
    grid-column: auto;
  }

  .vr-contact-form__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .vr-contact-form__submit {
    width: 100%;
  }

  .vr-contact-form__security {
    max-width: none;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .vr-contact-center__container {
    padding:
      62px
      18px;
  }

  .vr-contact-center__benefit {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 17px;
  }

  .vr-contact-center__benefit-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .vr-contact-center__benefit-icon svg {
    width: 22px;
    height: 22px;
  }

  .vr-contact-center__channels {
    padding: 20px;
    border-radius: 18px;
  }

  .vr-contact-center__form-card {
    padding: 28px 18px;
  }

  .vr-contact-form__input,
  .vr-contact-form__select {
    min-height: 52px;
  }

  .vr-contact-form__textarea {
    min-height: 140px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bac851c *//* =========================================================
   CONTATO — 03 — PROCESSO DE ATENDIMENTO
========================================================= */

.contato-processo-container,
.contato-processo-container > .e-con-inner,
.contato-processo-container .elementor-widget-html,
.contato-processo-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-process {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--valore-white);
  background:
    linear-gradient(
      145deg,
      #021627 0%,
      #07314d 58%,
      #0a3d5d 100%
    );
}

.vr-process::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -180px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(218, 164, 55, 0.18) 0%,
      rgba(218, 164, 55, 0.035) 48%,
      transparent 72%
    );
  pointer-events: none;
}

.vr-process::after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.075) 0%,
      rgba(255, 255, 255, 0.015) 48%,
      transparent 74%
    );
  pointer-events: none;
}

.vr-process__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  padding:
    clamp(88px, 9vw, 132px)
    clamp(20px, 5vw, 64px);
}

/* =========================================================
   CABEÇALHO
========================================================= */

.vr-process__header {
  max-width: 880px;
}

.vr-process__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--valore-gold);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vr-process__eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: var(--r-full);
}

.vr-process__title {
  margin: 0;
  color: var(--valore-white);
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.vr-process__title span {
  display: block;
  color: var(--valore-gold);
}

.vr-process__description {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-primary);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  font-weight: 400;
  line-height: 1.8;
}

/* =========================================================
   ETAPAS
========================================================= */

.vr-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(54px, 7vw, 82px);
}

.vr-process__steps::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 12%;
  right: 12%;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(218, 164, 55, 0.42) 15%,
      rgba(218, 164, 55, 0.42) 85%,
      transparent 100%
    );
  pointer-events: none;
}

.vr-process__step {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform var(--transition-base),
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-base);
}

.vr-process__step:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(218, 164, 55, 0.3);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.17);
}

.vr-process__step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.vr-process__number {
  color: rgba(255, 255, 255, 0.3);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}

.vr-process__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--valore-blue-dark);
  background: var(--valore-gold);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow:
    0 14px 34px rgba(218, 164, 55, 0.24);
}

.vr-process__icon svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-process__step-label {
  display: block;
  margin-bottom: 9px;
  color: var(--valore-gold);
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vr-process__step-title {
  margin: 0;
  color: var(--valore-white);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.vr-process__step-text {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-primary);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.72;
}

/* =========================================================
   PRIVACIDADE
========================================================= */

.vr-process__privacy {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 22px 24px;
  background: rgba(0, 0, 0, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
}

.vr-process__privacy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--valore-gold);
  background: rgba(218, 164, 55, 0.1);
  border: 1px solid rgba(218, 164, 55, 0.2);
  border-radius: 15px;
}

.vr-process__privacy-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-process__privacy-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-primary);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.65;
}

.vr-process__privacy-text strong {
  color: var(--valore-white);
  font-weight: 700;
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 980px) {
  .vr-process__steps {
    grid-template-columns: 1fr;
  }

  .vr-process__steps::before {
    display: none;
  }

  .vr-process__step {
    padding: 26px;
  }
}

@media (max-width: 767px) {
  .vr-process__container {
    padding:
      72px
      20px;
  }

  .vr-process__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .vr-process__description {
    margin-top: 22px;
  }

  .vr-process__steps {
    margin-top: 46px;
  }

  .vr-process__privacy {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 480px) {
  .vr-process__container {
    padding:
      62px
      18px;
  }

  .vr-process__step {
    padding: 22px;
    border-radius: 20px;
  }

  .vr-process__step-top {
    margin-bottom: 24px;
  }

  .vr-process__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .vr-process__privacy {
    padding: 20px;
  }
}V/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-873ccff */.vr-location {
    padding: 110px 20px;
    background: #ffffff;
}

.vr-location * {
    box-sizing: border-box;
}

.vr-location-header {
    max-width: 780px;
    margin: 0 auto 64px;
    text-align: center;
}

.vr-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
    padding: 10px 22px;

    border-radius: 999px;

    background: #eef5fb;
    color: #0f3a68;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.vr-location-header h2 {
    margin: 0 0 18px;

    color: #08203d;

    font-size: clamp(34px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.15;
}

.vr-location-header p {
    margin: 0;

    color: #697586;

    font-size: 18px;
    line-height: 1.8;
}

.vr-location-grid {
    display: grid;
    grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
    gap: 48px;
    align-items: stretch;

    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.vr-location-panel {
    display: flex;
    flex-direction: column;

    overflow: hidden;

    border: 1px solid rgba(8, 32, 61, 0.07);
    border-radius: 26px;

    background: #ffffff;

    box-shadow: 0 24px 70px rgba(8, 32, 61, 0.08);
}

.vr-location-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    padding: 28px;
}

.vr-location-item + .vr-location-item {
    border-top: 1px solid rgba(8, 32, 61, 0.08);
}

.vr-icon {
    display: flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    border-radius: 17px;

    background: linear-gradient(135deg, #0f3a68, #174d82);
    color: #ffffff;

    box-shadow: 0 12px 28px rgba(15, 58, 104, 0.2);
}

.vr-icon svg {
    width: 27px;
    height: 27px;

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vr-location-content {
    min-width: 0;
}

.vr-location-content h3 {
    margin: 2px 0 7px;

    color: #08203d;

    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.vr-location-content p {
    margin: 0;

    color: #697586;

    font-size: 15.5px;
    line-height: 1.75;
}

.vr-location-content a {
    color: #697586;
    text-decoration: none;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

.vr-location-content a:hover {
    color: #0f3a68;
}

.vr-location-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin: 8px 28px 28px;
    padding: 18px 28px;

    border-radius: 14px;

    background: #c89b3c;
    color: #ffffff !important;

    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    box-shadow: 0 14px 34px rgba(200, 155, 60, 0.25);

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.vr-location-btn:visited,
.vr-location-btn:focus,
.vr-location-btn:hover {
    color: #ffffff !important;
}

.vr-location-btn svg {
    width: 19px;
    height: 19px;

    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform 0.3s ease;
}

.vr-location-btn:hover {
    background: #0f3a68;

    transform: translateY(-3px);

    box-shadow: 0 18px 42px rgba(15, 58, 104, 0.24);
}

.vr-location-btn:hover svg {
    transform: translateX(5px);
}

.vr-map {
    position: relative;

    min-height: 630px;
    overflow: hidden;

    border-radius: 26px;

    background: #eef2f5;

    box-shadow: 0 24px 70px rgba(8, 32, 61, 0.1);
}

.vr-map iframe {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 630px;

    border: 0;
}

.vr-map-card {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 4px;

    max-width: calc(100% - 56px);
    padding: 20px 24px;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 17px;

    background: rgba(255, 255, 255, 0.94);

    box-shadow: 0 18px 45px rgba(8, 32, 61, 0.18);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.vr-map-card-label {
    color: #c09335;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.vr-map-card strong {
    color: #08203d;

    font-size: 19px;
    line-height: 1.3;
}

.vr-map-card span:last-child {
    color: #697586;

    font-size: 14px;
}

@media (max-width: 1024px) {
    .vr-location-grid {
        grid-template-columns: 1fr;
    }

    .vr-map,
    .vr-map iframe {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .vr-location {
        padding: 76px 16px;
    }

    .vr-location-header {
        margin-bottom: 44px;
    }

    .vr-location-header p {
        font-size: 16px;
        line-height: 1.7;
    }

    .vr-location-grid {
        gap: 30px;
    }

    .vr-location-item {
        gap: 16px;
        padding: 24px 20px;
    }

    .vr-icon {
        flex-basis: 52px;

        width: 52px;
        height: 52px;

        border-radius: 15px;
    }

    .vr-icon svg {
        width: 24px;
        height: 24px;
    }

    .vr-location-content h3 {
        font-size: 17px;
    }

    .vr-location-content p {
        font-size: 14.5px;
    }

    .vr-location-btn {
        margin: 6px 20px 20px;
    }

    .vr-map,
    .vr-map iframe {
        min-height: 420px;
    }

    .vr-map-card {
        top: 18px;
        left: 18px;

        max-width: calc(100% - 36px);
        padding: 16px 18px;
    }
}

@media (max-width: 420px) {
    .vr-location-item {
        align-items: flex-start;
    }

    .vr-icon {
        flex-basis: 46px;

        width: 46px;
        height: 46px;
    }

    .vr-icon svg {
        width: 22px;
        height: 22px;
    }

    .vr-map,
    .vr-map iframe {
        min-height: 360px;
    }
}/* End custom CSS */