*, ::after, ::before { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0#0000; --tw-ring-shadow: 0 0#0000; --tw-shadow: 0 0#0000; --tw-shadow-colored: 0 0#0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; }
*, ::after, ::before { border: 0px solid rgb(229, 231, 235); box-sizing: border-box; }
::after, ::before { --tw-content: ""; }
:host, html { line-height: 1.5; text-size-adjust: 100%; font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", Arial, sans-serif; font-feature-settings: normal; font-variation-settings: normal; tab-size: 4; -webkit-tap-highlight-color: transparent; }
body { line-height: inherit; margin: 0px; }
a { color: inherit; text-decoration: inherit; }
strong { font-weight: bolder; }
button, input { color: inherit; font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; letter-spacing: inherit; margin: 0px; }
button { text-transform: none; }
button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) { appearance: button; background-color: transparent; background-image: none; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
h1, h2, h4, p { margin: 0px; }
input::placeholder, textarea::placeholder { color: rgb(156, 163, 175); opacity: 1; }
button { cursor: pointer; }
:disabled { cursor: default; }
img, svg { display: block; vertical-align: middle; }
img { height: auto; max-width: 100%; }
.container { width: 100%; }
@media (min-width:100%) {
  .container { max-width: 100%; padding-left: 1rem; padding-right: 1rem; }
}
@media (min-width: 758px) {
  .container { max-width: 758px; padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1184px) {
  .container { max-width: 1184px; padding-left: 2rem; padding-right: 2rem; }
}
.absolute { position: absolute; }
.relative { position: relative; }
.left-3 { left: 12px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-18 { margin-bottom: 72px; margin-top: 72px; }
.mb-2 { margin-bottom: 8px; }
.mb-20 { margin-bottom: 80px; }
.mb-3 { margin-bottom: 12px; }
.mb-4 { margin-bottom: 16px; }
.mb-8 { margin-bottom: 32px; }
.ml-auto { margin-left: auto; }
.mr-2 { margin-right: 8px; }
.mr-6 { margin-right: 24px; }
.mt-10 { margin-top: 40px; }
.mt-4 { margin-top: 16px; }
.mt-8 { margin-top: 32px; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-4 { height: 16px; }
.min-h-10 { min-height: 40px; }
.w-24 { width: 96px; }
.w-4 { width: 16px; }
.w-full { width: 100%; }
.min-w-10 { min-width: 40px; }
.min-w-24 { min-width: 96px; }
.max-w-screen-md { max-width: 768px; }
.max-w-screen-sm { max-width: 640px; }
.flex-1 { flex: 1 1 0%; }
.shrink { flex-shrink: 1; }
.grow { flex-grow: 1; }
.basis-0 { flex-basis: 0px; }
@keyframes pulse { 
  50% { opacity: 0.5; }
}
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0px, 1fr)); }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-stretch { align-items: stretch; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 8px; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.gap-5 { gap: 20px; }
.self-stretch { align-self: stretch; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-nowrap { text-wrap: nowrap; }
.rounded-lg { border-radius: 12px; }
.border { border-width: 1px; }
.border-primary-100 { --tw-border-opacity: 1; border-color: rgb(220 218 249/var(--tw-border-opacity)); }
.bg-\[\#ffffff\] { --tw-bg-opacity: 1; background-color: rgb(255 255 255/var(--tw-bg-opacity)); }
.bg-accent-400\/25 { background-color: rgba(243, 40, 174, 0.25); }
.bg-background { --tw-bg-opacity: 1; background-color: rgb(239 237 252/var(--tw-bg-opacity)); }
.bg-primary-100 { --tw-bg-opacity: 1; background-color: rgb(220 218 249/var(--tw-bg-opacity)); }
.bg-white { --tw-bg-opacity: 1; background-color: rgb(248 248 248/var(--tw-bg-opacity)); }
.bg-\[linear-gradient\(rgba\(0\,0\,0\,0\.1\)\,rgba\(0\,0\,0\,0\.25\)\)\,url\(\'\@\/assets\/images\/hero-bg\.jpg\'\)\] { background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25)), url("images/76b94a87-69b2-4cc7-acd6-f76991221e8d.jpg"); }
.bg-cover { background-size: cover; }
.bg-center { background-position: 50% center; }
.bg-no-repeat { background-repeat: no-repeat; }
.fill-accent-400 { fill: rgb(243, 40, 174); }
.fill-gray-500 { fill: rgb(107, 114, 128); }
.fill-gray-800 { fill: rgb(31, 41, 55); }
.stroke-gray-500 { stroke: rgb(107, 114, 128); }
.p-2 { padding: 8px; }
.p-2\.5 { padding: 0.625rem; }
.p-3 { padding: 12px; }
.p-4 { padding: 16px; }
.px-3 { padding-left: 12px; padding-right: 12px; }
.px-4 { padding-left: 16px; padding-right: 16px; }
.px-5 { padding-left: 20px; padding-right: 20px; }
.py-3 { padding-bottom: 12px; padding-top: 12px; }
.py-5 { padding-bottom: 20px; padding-top: 20px; }
.pl-10 { padding-left: 40px; }
.text-center { text-align: center; }
.text-body-lg-lbold { font-size: 18px; font-weight: 600; line-height: 24px; }
.text-body-lg-medium { font-size: 18px; font-weight: 500; line-height: 24px; }
.text-body-md-medium { font-size: 16px; font-weight: 600; line-height: 24px; }
.text-body-sm-bold { font-size: 14px; line-height: 20px; }
.text-body-sm-bold { font-weight: 700; }
.text-body-sm-medium { font-size: 14px; font-weight: 600; line-height: 20px; }
.text-h2-heavy { font-size: 28px; line-height: 36px; }
.text-h2-heavy { font-weight: 700; }
.text-h4 { font-weight: 700; line-height: 32px; }
.text-h4 { font-size: 24px; }
.leading-tight { line-height: 1.25; }
.text-accent-400 { --tw-text-opacity: 1; color: rgb(243 40 174/var(--tw-text-opacity)); }
.text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128/var(--tw-text-opacity)); }
.text-gray-800 { --tw-text-opacity: 1; color: rgb(31 41 55/var(--tw-text-opacity)); }
.text-white { --tw-text-opacity: 1; color: rgb(248 248 248/var(--tw-text-opacity)); }
.placeholder-gray-500::placeholder { --tw-placeholder-opacity: 1; color: rgb(107 114 128/var(--tw-placeholder-opacity)); }
.shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color); }
.shadow-md { box-shadow: var(--tw-ring-offset-shadow,0 0#0000),var(--tw-ring-shadow,0 0#0000),var(--tw-shadow); }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.duration-200 { transition-duration: 0.2s; }
.duration-300 { transition-duration: 0.3s; }
@media (min-width: 768px) {
}
.hover\:bg-accent-500\/25:hover { background-color: rgba(216, 34, 154, 0.25); }
.hover\:bg-primary-100\/70:hover { background-color: rgba(220, 218, 249, 0.7); }
.hover\:text-gray-700:hover { --tw-text-opacity: 1; color: rgb(55 65 81/var(--tw-text-opacity)); }
.hover\:text-gray-800:hover { --tw-text-opacity: 1; color: rgb(31 41 55/var(--tw-text-opacity)); }
.focus\:shadow-\[0_0_20px_rgba\(0\,0\,0\,0\.1\)\]:focus, .hover\:shadow-md:hover { box-shadow: var(--tw-ring-offset-shadow,0 0#0000),var(--tw-ring-shadow,0 0#0000),var(--tw-shadow); }
.focus\:shadow-\[0_0_20px_rgba\(0\,0\,0\,0\.1\)\]:focus { --tw-shadow: 0 0 20px rgba(0,0,0,.1); --tw-shadow-colored: 0 0 20px var(--tw-shadow-color); }
.focus\:outline-none:focus { outline: transparent solid 2px; outline-offset: 2px; }
@media (min-width: 380px) {
}
@media (min-width: 640px) {
  .sm\:w-1\/2 { width: 50%; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:gap-5 { gap: 20px; }
  .sm\:gap-8 { gap: 32px; }
  .sm\:text-left { text-align: left; }
}
@media (min-width: 768px) {
  .md\:ml-0 { margin-left: 0px; }
  .md\:mr-2 { margin-right: 8px; }
  .md\:block { display: block; }
  .md\:w-1\/3 { width: 33.3333%; }
  .md\:w-2\/3 { width: 66.6667%; }
  .md\:w-3\/5 { width: 60%; }
  .md\:min-w-fit { min-width: fit-content; }
  .md\:max-w-screen-sm { max-width: 640px; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .md\:flex-row { flex-direction: row; }
  .md\:py-16 { padding-bottom: 64px; padding-top: 64px; }
}
@media (min-width: 1184px) {
}@media screen and (max-width: 767px) and (pointer: coarse) {
  @supports not (-webkit-touch-callout:none) {
  .emoji-flag.medium { font-size: 18px; }
}
}
@media screen and (max-width: 767px) and (pointer: coarse) {
  @supports not (-webkit-touch-callout:none) {
  .emoji-flag.large { font-size: 24px; }
}
}
@media screen and (max-width: 767px) and (pointer: coarse) {
  @supports not (-webkit-touch-callout:none) {
  .emoji-flag.very-large { font-size: 46px; }
}
}@keyframes spin-d747a63f { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}@media screen and (max-width: 767px) and (pointer: coarse) {
  @supports not (-webkit-touch-callout:none) {
  .emoji-flag.medium { font-size: 18px; }
}
}
.emoji-flag.large { font-size: 30px; line-height: 20px; width: 30px; }
@media screen and (max-width: 767px) and (pointer: coarse) {
  @supports not (-webkit-touch-callout:none) {
  .emoji-flag.large { font-size: 24px; }
}
}
@media screen and (max-width: 767px) and (pointer: coarse) {
  @supports not (-webkit-touch-callout:none) {
  .emoji-flag.very-large { font-size: 46px; }
}
}
@keyframes spin-d747a63f { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
.app-store-badge[data-v-53ee63d9], .google-play-badge[data-v-88e4777b] { height: 60px; }@media (min-width: 1184px) {
}
@media (min-width: 380px) {
}
@media (min-width: 380px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1184px) {
}
:host { --swiper-navigation-size: 44px; }