/* src/styles.css */
:root {
  --fill-brand-default: #00BCD4;
  --fill-light-default: #FFF;
  --fill-light-secondary: #F4F6F6;
  --fill-light-tertiary: #DFE7E7;
  --text-brand-default: #00BCD4;
  --text-light-default: #FFFFFF;
  --text-light-secondary: #F4F6F6;
  --text-dark-default: #1C1E1E;
  --text-dark-secondary: #656969;
  --text-dark-tertiary: #929797;
  --border-default: #DFE7E7;
  --font-sans:
    "Inter Tight",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  --text-base-size: 16px;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --weight-light: 300;
  --weight-normal: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  --gap: 16px;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: var(--font-sans);
  font-feature-settings: "ss01"0;
  font-optical-sizing: auto;
}
body {
  margin: 0;
  background:
    radial-gradient(
      1200px 600px at 80% -10%,
      rgba(45, 212, 191, .15),
      transparent 60%),
    radial-gradient(
      1000px 500px at -10% 110%,
      rgba(99, 102, 241, .12),
      transparent 60%),
    var(--bg);
  color: var(--fg);
}
blockquote,
h1,
h2,
h3,
p {
  margin: 0;
}
.rc-bg-gray {
  background: var(--fill-light-secondary);
}
.rc-bg-tertiary {
  background: var(--fill-light-tertiary);
}
.rc-mb-8 {
  margin-bottom: 8px;
}
.rc-text-white {
  color: var(--text-light-default) !important;
}
.rc-text-secondary {
  color: var(--text-light-secondary) !important;
}
.rc-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px;
  gap: 16px;
}
.rc-stack-2 {
  align-self: center;
}
.rc-stack-3 {
  flex: 1 1 100%;
  align-self: center;
}
.rc-stack-4 {
  align-self: flex-start;
}
.rc-stack-brand {
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.rc-cluster {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  width: fit-content;
}
.rc-stack-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rc-y-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.rc-grid {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rc-row {
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
}
.ratio {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.rc-map {
  width: 100%;
  height: auto;
  aspect-ratio: 19 / 10;
  object-fit: cover;
}
.rc-areas {
  content: " ";
  width: 400px;
  height: 400px;
  display: flex;
  inset: 0;
  top: 20px;
  left: inherit;
  right: 200px;
  position: absolute;
  border: 1px solid var(--fill-success-default, #84DE4B);
  background: rgba(237, 254, 232, 0.50);
}
.rc-areas::after {
  content: " ";
  display: flex;
  padding: 10p;
  align-self: center;
  justify-content: center;
  justify-self: center;
  margin-left: 8rem;
  inset: 0;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  background-color: #1D62EA;
}
.rc-social-media {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.rc-eyebrow {
  display: flex;
  padding: 4px 10px;
  align-items: flex-start;
  gap: 8px;
  width: fit-content;
  border-radius: 999px;
  background: var(--fill-light-secondary);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: var(--text-dark-secondary, #656969);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.rc-eyebrow-revert {
  background: var(--fill-light-default);
  color: var(--text-dark-secondary);
}
.rc-white-headline {
  color: var(--text-light-default) !important;
  margin-bottom: 8px !important;
  font-size: 56px !important;
}
.rc-headline {
  color: var(--text-dark-default);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -0.56px;
  margin: 0;
}
.rc-display {
  color: var(--text-dark-secondary);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.rc-body {
  color: var(--text-light-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.rc-muted {
  color: var(--text-dark-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.rc-text-brand {
  color: var(--text-brand-default);
}
.rc-text-strong {
  color: var(--text-dark-default);
}
.rc-btn {
  cursor: pointer;
  border-radius: 12px;
  font-weight: var(--weight-medium);
  height: 48px;
  padding: 8px 24px;
  align-items: center;
  border: none;
  line-height: 20px;
  font-weight: var(--weight-medium);
  min-width: 150px;
}
.rc-btn--primary {
  background-color: var(--fill-brand-default);
  color: var(--text-light-default);
}
.rc-btn--ghost {
  border-radius: 12px;
  border: 1px solid var(--border-default);
  background-color: var(--fill-light-default);
  color: var(--text-dark-default);
}
.rc-pill {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  flex: 1 0 0;
  width: 120px;
  border: none;
  cursor: pointer;
  padding: 8px 14px;
}
.rc-toggle {
  width: fit-content;
  border-radius: 12px;
  background: var(--fill-light-tertiary);
  padding: 4px;
  align-items: flex-start;
  gap: 4px;
  display: flex;
}
.rc-toggle .is-active {
  background: var(--fill-light-secondary);
}
.rc-badge {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rc-badge--glass {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.10);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.rc-badge--glass p {
  color: var(--text-light-default);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.rc-hint {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 48px;
}
.glass-10 {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(28, 30, 30, 0.10);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.rc-card {
  flex: 1 1 100%;
  overflow: hidden;
  position: relative;
}
.rc-card--overlay {
  padding: 16px;
  z-index: 1;
  bottom: 10px;
  position: absolute;
  width: 100%;
  background: transparent;
}
.rc-card__media {
  width: 100%;
  border-radius: 10px;
}
.rc-card__body {
  padding: 16px;
  border-radius: 12px;
  background: #f0f0f0;
}
.rc-card__title {
  color: var(--text-light-default);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.rc-card__text {
  color: var(--text-light-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.rc-image {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}
.rc-price {
  flex: 1 1 100%;
  padding: 16px;
  border-radius: 16px;
  background: var(--fill-light-default, #FFF);
}
.rc-price__value {
  color: var(--text-dark-default);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.rc-price__per {
  color: var(--text-dark-tertiary);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.rc-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.rc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/assets/images/landing-page.avif) no-repeat center center;
  background-size: cover;
  transform: scaleX(-1);
  z-index: -1;
}
.rc-hero__content {
  padding: 80px 0px;
  width: inherit;
  height: inherit;
}
.rc-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  height: 528px;
  align-self: stretch;
  justify-content: flex-start;
  background: url(/assets/images/rc-app.avif) center/cover no-repeat;
}
.rc-cta-padding {
  padding: 40px 80px;
}
.rc-map-label {
  position: absolute;
  top: 16px;
  left: 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.rc-label-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.10);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.rc-label-info span {
  color: var(--text-dark-default);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.retangle {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  background: #84DE4B;
  border-radius: 4px;
}
.square {
  background: #1D62EA;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.rc-quote {
  border-radius: 16px;
  background: var(--fill-brand-secondary, #E7FAFF);
  display: flex;
  height: 440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
  background: transparent;
  margin: 0;
}
.rc-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/assets/images/rc-pattern.avif) repeat center center;
  background-size: auto;
  z-index: -1;
}
.rc-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #67b9d133;
}
.rc-quote blockquote {
  color: var(--text-dark-default);
  text-align: center;
  max-width: 800px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.avatar {
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #4d4d4d;
  border-radius: 100%;
  object-fit: contain;
  background: #ffffff;
}
.rc-accordion {
  background: var(--fill-light-secondary);
  border-radius: 16px;
  padding: 0;
  margin: 12px 0;
  border: 1px solid #eceff1;
  overflow: clip;
  width: 583px;
}
.rc-accordion__summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 56px 18px 26px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  color: var(--text-dark-default);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.rc-accordion__summary::-webkit-details-marker {
  display: none;
}
.rc-accordion__summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7a8087;
  border-top: 2px solid #7a8087;
  transform: translateY(-50%) rotate(135deg);
  transition: transform .2s ease;
  pointer-events: none;
}
.rc-accordion[open] > .rc-accordion__summary::after {
  transform: translateY(-50%) rotate(-45deg);
}
.rc-accordion > .rc-accordion__summary:hover {
  background: #f0f2f4;
}
.rc-accordion > .rc-accordion__summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(33, 150, 243, .25);
  border-radius: 16px;
}
.rc-accordion__content {
  padding: 0 26px 22px 26px;
  color: var(--text-dark-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rc-note {
  color: var(--text-dark-secondary, #656969);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.rc-footer {
  display: flex;
  flex-direction: row;
}
.rc-brand-footer {
  width: 100%;
}
.rc-link-footer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.rc-link {
  width: 100%;
  color: var(--text-dark-secondary, #656969);
  font-feature-settings: "ss01"on, "ss03"on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  cursor: pointer;
}
.rc-link_title {
  text-align: left;
}
.rc-link_list {
  list-style: none;
  padding: 0;
}
.rc-link_list__item {
  text-align: left;
  padding: 8px 0;
}
.rc-link_list__item a {
  text-decoration: none;
  color: inherit;
}
.rc-link_list__item a:hover {
  color: var(--text-brand-default);
}
.rc-copyright {
  padding: 0 80px 40px;
}
.rc-copyright-text {
  color: var(--text-dark-secondary);
  font-feature-settings: "ss01"on, "ss03"on;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.36px;
}
.rc-brand-footer {
  width: 100%;
}
.rc-link-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.rc-link {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 8px;
}
.rc-social-media {
  flex-direction: row;
}
.rc-copyright {
  padding: 16px;
  gap: 16px;
}
@media (min-width: 640px) {
  .rc-card {
    flex-basis: calc((100% - 8px) / 2);
  }
  .rc-price {
    flex-basis: calc((100% - 16px) / 3);
  }
}
@media (max-width: 575.98px) {
  .rc-container {
    padding: 80px 16px;
  }
  .rc-hero::before {
    background-position-x: -620px;
  }
  .rc-hero__content {
    padding: 0;
  }
  .rc-headline {
    width: 70%;
    font-size: 32px;
    line-height: normal;
  }
  .rc-white-headline {
    font-size: 40px !important;
  }
  .rc-stack-between {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
  .rc-note {
    width: 70%;
  }
  .rc-toggle {
    width: 100%;
  }
  .rc-card__media {
    aspect-ratio: 1;
    border-radius: 10px;
    transform: scale(1);
    object-fit: cover;
  }
  .rc-row {
    flex-direction: column;
    gap: 32px;
  }
  .rc-note-full {
    width: 100%;
  }
  .rc-text-center {
    text-align: center;
  }
  .rc-w-inherit {
    width: inherit;
  }
  .rc-accordion {
    width: auto;
  }
  .rc-cta {
    height: 100vh;
    background: url(/assets/images/rc-app.avif);
    background-position: -300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .rc-footer {
    flex-direction: column;
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
  }
  .rc-map {
    aspect-ratio: 14 / 19;
  }
  .rc-areas {
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
  }
  .rc-areas::after {
    width: 10px;
    height: 10px;
    margin-left: 50%;
  }
  .rc-label-info {
    padding: 4px 8px;
  }
  .rc-label-info img {
    width: 20px;
  }
  .rc-label-info span {
    font-size: 14px;
  }
  .rc-social-media {
    flex-direction: row !important;
    gap: 24px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .rc-container {
    padding: 80px 16px;
  }
  .rc-hero::before {
    background-position-x: -620px;
  }
  .rc-hero__content {
    padding: 0;
  }
  .rc-headline {
    width: 70%;
    font-size: 32px;
    line-height: normal;
  }
  .rc-white-headline {
    font-size: 40px !important;
  }
  .rc-stack-between {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
  .rc-note {
    width: 70%;
  }
  .rc-toggle {
    width: 100%;
  }
  .rc-card__media {
    aspect-ratio: 1;
    border-radius: 10px;
    transform: scale(1);
    object-fit: cover;
  }
  .rc-row {
    flex-direction: column;
    gap: 32px;
  }
  .rc-note-full {
    width: 100%;
  }
  .rc-text-center {
    text-align: center;
  }
  .rc-w-inherit {
    width: inherit;
  }
  .rc-accordion {
    width: auto;
  }
  .rc-cta {
    height: 100vh;
    background: url(/assets/images/rc-app.avif);
    background-position: -300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .rc-footer {
    flex-direction: column;
    gap: 32px !important;
  }
  .rc-brand-footer {
    width: 100%;
  }
  .rc-link-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .rc-link {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 8px;
  }
  .rc-social-media {
    flex-direction: row !important;
    gap: 24px !important;
  }
  .rc-copyright {
    padding: 16px;
    gap: 16px;
  }
  .rc-map {
    aspect-ratio: 14 / 19;
  }
  .rc-areas {
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
  }
  .rc-areas::after {
    width: 10px;
    height: 10px;
    margin-left: 50%;
  }
  .rc-label-info {
    padding: 4px 8px;
  }
  .rc-label-info img {
    width: 20px;
  }
  .rc-label-info span {
    font-size: 14px;
  }
}

/* angular:styles/global:styles */
