@charset "UTF-8";
.c-gray {
  color: #808080;
}
.c-gray-d2 {
  color: #48484A;
}
.bc-gray-l1 {
  background-color: #AEAEB2;
  color: #FFF;
}
.bc-gray-l5 {
  background-color: #F2F2F7;
  color: #808080;
}
.c-green {
  color: #2E9D64;
}
.bc-green {
  background-color: #2E9D64;
  color: #FFF;
}
.bc-orange {
  background-color: #FF9F0A;
  color: #FFF;
}
.c-red {
  color: #C8395A;
}
.bc-red {
  background-color: #C8395A;
  color: #FFF;
}
.bc-blue {
  background-color: #109CF2;
  color: #FFF;
}
body.holistic-dark  .c-gray {
  color: #727F9B;
}
body.holistic-dark  .c-gray-d2 {
  color: #727F9B;
}
body.holistic-dark  .bc-gray-l5 {
  background-color: #1A2240;
}
/**
 * Auth / Marketing pages
 **/
/* CSS Document */
/* Nunito Font */
/* Styles */
html,
body {
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
  margin: 0px;
  color: #1C1C1E;
  font-size: 16px;
  font-family: 'General Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overscroll-behavior: none;
}
html,
body,
html *,
body * {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
  user-select: none;
  background-color: #F2F2F7 !important;
}
body p,
body h1,
body h2,
body h3 {
  user-select: text;
}
body,
html {
  background-color: #FFF;
}
@media (max-width: 743px) {
  body {
    user-select: none;
  }
}
h1,
h2,
h3,
h4,
p {
  margin: 0px;
}
html.fullscreen,
body.fullscreen {
  max-width: none;
  height: 100%;
}
.app-frame {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.backdrop-head .grid,
.backdrop-body .grid {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 0 30px;
}
.backdrop-head .grid .break,
.backdrop-body .grid .break {
  flex-basis: 100%;
  height: 0;
}
.backdrop-head .grid aside,
.backdrop-body .grid aside {
  order: 3;
}
.backdrop-head .grid main,
.backdrop-body .grid main {
  position: relative;
  flex-grow: 1;
  padding: 40px;
  overflow: hidden;
}
.backdrop-body {
  margin-top: 0;
  min-height: 95vh;
}
.backdrop-body.bow-drawed {
  margin-top: 10px;
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .backdrop-head .grid,
  .backdrop-body .grid {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .backdrop-head .grid main,
  .backdrop-body .grid main {
    padding: 0px;
    width: 100%;
  }
}
@media (max-width: 743px), (max-height: 420px) {
  .backdrop-head .grid,
  .backdrop-body .grid {
    padding: 10px;
    padding-top: 0;
  }
  .backdrop-head .grid main,
  .backdrop-body .grid main {
    padding: 0px;
  }
}
a {
  text-decoration: none;
}
.only-mobile,
.only-ipad {
  display: none !important;
}
@media (max-width: 1199px) {
  .only-ipad {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .only-mobile {
    display: block !important;
  }
  .not-mobile {
    display: none !important;
  }
}
body.holistic-dark {
  background-color: #020A20 !important;
  color: #ECEEF5;
}
html:has(body.holsitic-dark) {
  background-color: #020A20 !important;
  color: #ECEEF5;
}
.txt-display {
  line-height: 95%;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
}
.txt-headline {
  line-height: 34px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
}
.txt-title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
}
.txt-big {
  line-height: 19px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
}
.txt-body {
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
}
.txt-label {
  line-height: 11px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
}
.txt-gray-label {
  color: #808080 !important;
  font-size: 12px;
  line-height: 12px;
}
body.holistic-dark .txt-gray-label {
  color: #727F9B !important;
}
a.txt-gray-label:hover {
  color: #48484A !important;
}
body.holistic-dark a.txt-gray-label:hover {
  color: #ACB3C7 !important;
}
.txt-nowrap {
  white-space: nowrap;
}
.txt-middot > * {
  display: inline;
}
.txt-middot > *::after {
  content: " · ";
}
.txt-middot > *:last-child::after {
  content: "";
}
@media (min-width: 1199px) {
  .txt-display {
    font-size: 64px;
  }
  .txt-headline {
    line-height: 36px;
    font-size: 28px;
  }
  .txt-title {
    line-height: 26px;
    font-size: 20px;
  }
  .txt-body {
    line-height: 20px;
    font-size: 14px;
  }
  .txt-label {
    line-height: 12px;
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .txt-display {
    font-size: 48px;
  }
  .txt-headline {
    line-height: 32px;
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .txt-display {
    font-size: 42px;
  }
  .txt-headline {
    line-height: 30px;
    font-size: 22px;
  }
}
.bt {
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
}
.bt i {
  margin-right: 8px !important;
  margin-left: -8px !important;
}
.bt-cta {
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  background-color: #01438A !important;
  color: #FFF !important;
}
.bt-cta i {
  margin-right: 8px !important;
  margin-left: -8px !important;
}
.bt-cta:hover {
  background-color: #012F61 !important;
}
.bt-cta.big {
  font-size: 18px;
}
@media (max-width: 320px) {
  .bt-cta.big {
    font-size: 14px;
  }
}
body.holistic-dark .bt-cta {
  background-color: #1A2240 !important;
}
body.holistic-dark .bt-cta:hover {
  background-color: #2A3252 !important;
}
.bt-cta-big {
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  background-color: #109CF2;
  border: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
}
.bt-cta-big i {
  margin-right: 8px !important;
  margin-left: -8px !important;
}
.bt-cta-big:hover {
  background-color: #44B0F2;
}
body.holistic-dark .bt-cta-big {
  background-color: #3D9EF0;
  color: #ECEEF5;
}
body.holistic-dark .bt-cta-big:hover {
  background-color: #2D8ADA;
}
.bt-small {
  font-size: 12px;
  padding: 6px 16px;
}
.bt-small i {
  margin-right: 8px;
  margin-left: 0px;
}
.bt-cta-small {
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  background-color: #01438A !important;
  color: #FFF !important;
  font-size: 12px;
  padding: 6px 16px;
}
.bt-cta-small i {
  margin-right: 8px !important;
  margin-left: -8px !important;
}
.bt-cta-small:hover {
  background-color: #012F61 !important;
}
.bt-cta-small.big {
  font-size: 18px;
}
@media (max-width: 320px) {
  .bt-cta-small.big {
    font-size: 14px;
  }
}
body.holistic-dark .bt-cta-small {
  background-color: #1A2240 !important;
}
body.holistic-dark .bt-cta-small:hover {
  background-color: #2A3252 !important;
}
.bt-cta-small i {
  margin-right: 8px;
  margin-left: 0px;
}
.bt-cta-secondary {
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  background-color: #01438A !important;
  color: #FFF !important;
  background-color: #F2F5F9 !important;
  color: #01438A !important;
}
.bt-cta-secondary i {
  margin-right: 8px !important;
  margin-left: -8px !important;
}
.bt-cta-secondary:hover {
  background-color: #012F61 !important;
}
.bt-cta-secondary.big {
  font-size: 18px;
}
@media (max-width: 320px) {
  .bt-cta-secondary.big {
    font-size: 14px;
  }
}
body.holistic-dark .bt-cta-secondary {
  background-color: #1A2240 !important;
}
body.holistic-dark .bt-cta-secondary:hover {
  background-color: #2A3252 !important;
}
.bt-cta-secondary:hover {
  background-color: #CCDAE8 !important;
}
.bt-grey {
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  background-color: #F2F2F7;
  border: 1px solid #D1D1D6;
  color: #636366;
}
.bt-grey i {
  margin-right: 8px !important;
  margin-left: -8px !important;
}
.bt-grey:hover {
  background-color: #C8395A;
  border: 1px solid #C8395A;
  color: #FFF;
}
.bt-white {
  background-color: #FFF !important;
  color: #01438A !important;
}
.bt-white:hover {
  background-color: #E5E5EA !important;
}
body.holistic-dark .bt-white {
  background-color: #3D9EF0 !important;
  color: #FFF !important;
}
body.holistic-dark .bt-white:hover {
  background-color: #2D8ADA !important;
}
.bt-outline {
  border: 1px solid #FFF;
  background: none !important;
}
.bt-outline.bt-dark {
  border-color: #D1D1D6 !important;
  color: #808080 !important;
}
.bt-outline.bt-dark:hover {
  background-color: #E5E5EA !important;
  color: #636366 !important;
}
body.holistic-dark .bt-outline.bt-dark {
  border-color: #2A3252 !important;
  color: #727F9B !important;
}
body.holistic-dark .bt-outline {
  background: none !important;
}
body.holistic-dark .bt-outline:hover {
  color: #FFF !important;
}
.bt-txt {
  padding: 8px 0px;
}
.bt-txt.bt-dark {
  color: #808080 !important;
}
.bt-txt.bt-dark:hover {
  color: #48484A !important;
}
.bt-txt i {
  margin-right: 8px;
  margin-left: 0;
}
body.holistic-dark .bt-txt.bt-dark {
  color: #727F9B !important;
}
body.holistic-dark .bt-txt.bt-dark:hover {
  color: #ECEEF5 !important;
}
.bt-arrow {
  box-sizing: border-box;
  padding: 12px 20px;
  min-width: 200px !important;
  position: relative;
  font-weight: normal;
  text-align: center;
  margin-right: 16px;
}
.bt-arrow i {
  position: absolute;
  right: 16px;
  top: 14px;
}
.bt-arrow.bt-white i {
  color: #01438A !important;
}
.bt-arrow.big i {
  font-size: 18px;
}
@media (max-width: 320px) {
  .bt-arrow.big i {
    font-size: 14px;
  }
}
body.holistic-dark .bt-arrow.bt-white i {
  color: #FFF !important;
}
.auth-page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  color: #ECEEF5;
  background-color: #020A20;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.auth-card {
  width: 100%;
  max-width: 680px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.trust-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
}
.trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #727F9B;
  font-size: 13px;
}
.trust-strip li i {
  color: #258CF4;
  font-size: 14px;
  flex-shrink: 0;
}
.trust-strip li strong {
  color: #ACB3C7;
  font-weight: 600;
}
.page-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.page-backdrop::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(0, 172, 240, 0.09) 0%, transparent 70%);
}
.page-backdrop span {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 172, 240, 0.55);
  box-shadow: 0 0 6px rgba(0, 172, 240, 0.4);
  animation: backdrop-dot-float ease-in-out infinite;
}
@keyframes backdrop-dot-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-9px);
    opacity: 1;
  }
}
.elem-holistic3-auth-login {
  /* --- Responsive --- */
}
.elem-holistic3-auth-login .auth-hero {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.elem-holistic3-auth-login .hero-content .hero-title {
  font-size: clamp(38px, 6vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.elem-holistic3-auth-login .hero-content .hero-title__accent {
  background: linear-gradient(135deg, #00ACF0 0%, #258CF4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.elem-holistic3-auth-login .hero-content .hero-lead {
  margin: 16px auto 0;
  max-width: 560px;
  color: #8690A8;
  line-height: 28px;
  font-size: 1.1em;
}
.elem-holistic3-auth-login .hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.elem-holistic3-auth-login .hero-actions .bt {
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px !important;
}
.elem-holistic3-auth-login .hero-actions .bt-cta-big {
  min-width: 260px !important;
  background: linear-gradient(135deg, #00ACF0 0%, #258CF4 100%) !important;
  border: none;
  transition: filter 200ms;
}
.elem-holistic3-auth-login .hero-actions .bt-cta-big:hover {
  background: linear-gradient(135deg, #00ACF0 0%, #258CF4 100%) !important;
  filter: brightness(1.08);
}
.elem-holistic3-auth-login .hero-actions .bt-outline {
  min-width: 120px;
  border-color: #5E6B87;
  color: #ECEEF5 !important;
  padding: 12px 24px;
}
.elem-holistic3-auth-login .hero-actions .bt-outline:hover {
  color: #2372c1 !important;
  border-color: #2372c1;
  filter: brightness(1.08);
}
.elem-holistic3-auth-login .hero-actions .bt-arrow i {
  top: 22px;
}
.elem-holistic3-auth-login .card-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.elem-holistic3-auth-login .feature-strip {
  list-style: none;
  margin: 0;
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
}
.elem-holistic3-auth-login .feature-strip li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  flex: 1;
  padding: 8px 4px;
}
.elem-holistic3-auth-login .feature-strip li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.elem-holistic3-auth-login .feature-strip li i {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 18px;
  color: #258CF4;
  background-color: rgba(37, 140, 244, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.elem-holistic3-auth-login .feature-strip li div {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.elem-holistic3-auth-login .feature-strip li strong {
  color: #BEC4D4;
  font-weight: 600;
  font-size: 13px;
}
.elem-holistic3-auth-login .feature-strip li span {
  color: #727F9B;
  font-size: 11px;
  margin-top: 2px;
}
.elem-holistic3-auth-login .testimonial-block {
  padding: 40px 30px;
}
.elem-holistic3-auth-login .testimonial-block ol {
  list-style: none;
  margin: 0;
  padding: 0;
  perspective: 800px;
}
.elem-holistic3-auth-login .testimonial-block ol li {
  display: none;
}
.elem-holistic3-auth-login .testimonial-block ol li.active {
  display: block;
  transform-origin: top center;
  animation: testi-flip-in 520ms ease both;
}
.elem-holistic3-auth-login .testimonial-block .stars {
  font-size: 18px;
  margin-bottom: 20px;
}
.elem-holistic3-auth-login .testimonial-block .stars i {
  display: inline-block;
  margin: 0 3px;
  color: #258CF4;
  animation: star-wave 2.6s ease-in-out infinite;
}
.elem-holistic3-auth-login .testimonial-block .stars i:nth-child(1) {
  animation-delay: 0ms;
}
.elem-holistic3-auth-login .testimonial-block .stars i:nth-child(2) {
  animation-delay: 130ms;
}
.elem-holistic3-auth-login .testimonial-block .stars i:nth-child(3) {
  animation-delay: 260ms;
}
.elem-holistic3-auth-login .testimonial-block .stars i:nth-child(4) {
  animation-delay: 390ms;
}
.elem-holistic3-auth-login .testimonial-block .stars i:nth-child(5) {
  animation-delay: 520ms;
}
.elem-holistic3-auth-login .testimonial-block .quote {
  font-size: 14px;
  line-height: 24px;
  color: #727F9B;
  margin-bottom: 20px;
}
.elem-holistic3-auth-login .testimonial-block .author {
  color: #5E6B87;
  font-size: 14px;
}
.elem-holistic3-auth-login .testimonial-block .dots {
  margin-top: 30px;
}
.elem-holistic3-auth-login .testimonial-block .dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 4px;
  background-color: #2A3252;
  cursor: pointer;
  transition: width 300ms, background-color 300ms;
}
.elem-holistic3-auth-login .testimonial-block .dots span.active {
  width: 24px;
  background-color: #258CF4;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(1) {
  width: 4px;
  height: 4px;
  top: 14%;
  left: 16%;
  animation-duration: 5.2s;
  animation-delay: 0s;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(2) {
  width: 3px;
  height: 3px;
  top: 11%;
  left: 63%;
  animation-duration: 6.1s;
  animation-delay: 1.3s;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(3) {
  width: 4px;
  height: 4px;
  top: 38%;
  left: 31%;
  animation-duration: 4.8s;
  animation-delay: 0.6s;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(4) {
  width: 3px;
  height: 3px;
  top: 36%;
  left: 79%;
  animation-duration: 5.7s;
  animation-delay: 2.1s;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(5) {
  width: 5px;
  height: 5px;
  top: 58%;
  left: 46%;
  animation-duration: 6.4s;
  animation-delay: 1.6s;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(6) {
  width: 3px;
  height: 3px;
  top: 56%;
  left: 91%;
  animation-duration: 5s;
  animation-delay: 0.4s;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(7) {
  width: 4px;
  height: 4px;
  top: 74%;
  left: 22%;
  animation-duration: 5.5s;
  animation-delay: 2.8s;
}
.elem-holistic3-auth-login .page-backdrop span:nth-child(8) {
  width: 3px;
  height: 3px;
  top: 71%;
  left: 72%;
  animation-duration: 4.6s;
  animation-delay: 1s;
}
@keyframes star-wave {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes testi-flip-in {
  0% {
    opacity: 0;
    transform: translateY(-8px) rotateX(-12deg);
  }
  55% {
    opacity: 1;
    transform: translateY(4px) rotateX(3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}
@media (max-width: 1023px) {
  .elem-holistic3-auth-login .auth-hero {
    padding-top: 56px;
  }
}
@media (max-width: 743px) {
  .elem-holistic3-auth-login .auth-hero {
    padding-top: max(env(safe-area-inset-top), 40px);
    gap: 40px;
  }
  .elem-holistic3-auth-login .hero-actions {
    flex-direction: column;
    align-self: stretch;
  }
  .elem-holistic3-auth-login .hero-actions .bt {
    width: 100%;
  }
  .elem-holistic3-auth-login .testimonial-block .quote {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 320px) {
  .elem-holistic3-auth-login .auth-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .elem-holistic3-auth-login .feature-strip {
    flex-direction: column;
  }
  .elem-holistic3-auth-login .feature-strip li {
    flex-direction: row;
    text-align: left;
  }
  .elem-holistic3-auth-login .feature-strip li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 20px;
  }
}
