.ru-chip{align-items:center;gap:var(--ru-space-1);border-radius:var(--ru-radius-full);padding:var(--ru-space-1) var(--ru-space-3);font-size:var(--ru-text-xs);font-weight:var(--ru-weight-medium);white-space:nowrap;border:1px solid #0000;line-height:1.4;display:inline-flex}.ru-chip--marca{background:var(--ru-verde-050);color:var(--ru-verde-profundo)}.ru-chip--neutro{background:var(--ru-neutro-100);color:var(--ru-texto-suave)}.ru-chip--contorno{border-color:var(--ru-borde);color:var(--ru-texto-suave)}.ru-chip--seleccionado{background:var(--ru-verde-profundo);color:var(--ru-texto-inverso)}.ru-chip--pulsable{cursor:pointer;min-height:var(--ru-touch-target);transition:background var(--ru-duration-fast) var(--ru-ease-out)}.ru-avatar{border-radius:var(--ru-radius-full);background:var(--ru-verde);color:var(--ru-texto-inverso);font-family:var(--ru-font-display);font-weight:var(--ru-weight-semibold);object-fit:cover;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.ru-avatar--xs{width:24px;height:24px;font-size:10px}.ru-avatar--sm{width:32px;height:32px;font-size:var(--ru-text-xs)}.ru-avatar--md{width:44px;height:44px;font-size:var(--ru-text-sm)}.ru-avatar--lg{width:72px;height:72px;font-size:var(--ru-text-xl)}.ru-avatar__img{object-fit:cover;width:100%;height:100%}.ru-rating{align-items:center;gap:var(--ru-space-1);font-size:var(--ru-text-xs);color:var(--ru-texto-suave);display:inline-flex}.ru-rating__estrella{color:var(--ru-alerta);font-size:var(--ru-text-sm);line-height:1}.ru-rating__valor{font-weight:var(--ru-weight-semibold);color:var(--ru-texto);font-variant-numeric:tabular-nums}.ru-status{border-radius:var(--ru-radius-full);padding:var(--ru-space-1) var(--ru-space-3);font-size:var(--ru-text-xs);font-weight:var(--ru-weight-semibold);white-space:nowrap;align-items:center;line-height:1.4;display:inline-flex}.ru-status--proximo{background:var(--ru-alerta-fondo);color:var(--ru-alerta)}.ru-status--curso{background:var(--ru-verde-050);color:var(--ru-verde-700)}.ru-status--completado{background:var(--ru-exito-fondo);color:var(--ru-exito)}.ru-status--cancelado{background:var(--ru-error-fondo);color:var(--ru-error)}.ru-status--pendiente{background:var(--ru-neutro-100);color:var(--ru-texto-suave)}.ru-stats{gap:var(--ru-space-3);display:flex}.ru-stat{background:var(--ru-neutro-050);border-radius:var(--ru-radius-md);padding:var(--ru-space-4) var(--ru-space-3);text-align:center;flex:1}.ru-stat__num{font-family:var(--ru-font-display);font-size:var(--ru-text-xl);font-weight:var(--ru-weight-bold);color:var(--ru-verde-profundo);font-variant-numeric:tabular-nums}.ru-stat__label{font-size:var(--ru-text-xs);color:var(--ru-texto-suave);margin-top:var(--ru-space-1)}.ru-menu-item{align-items:center;gap:var(--ru-space-3);width:100%;min-height:var(--ru-touch-target);padding:var(--ru-space-3) var(--ru-space-5);border:none;border-bottom:1px solid var(--ru-borde);text-align:left;font-family:var(--ru-font-body);font-size:var(--ru-text-base);color:var(--ru-texto);cursor:pointer;background:0 0;display:flex}.ru-menu-item--estatico{cursor:default}.ru-menu-item__icono{border-radius:var(--ru-radius-sm);background:var(--ru-verde-050);width:36px;height:36px;color:var(--ru-verde-profundo);font-size:var(--ru-text-lg);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ru-menu-item__label{font-weight:var(--ru-weight-medium);flex:1}.ru-menu-item__valor{color:var(--ru-texto-suave);font-size:var(--ru-text-sm)}.ru-menu-item__flecha{color:var(--ru-neutro-400);font-size:var(--ru-text-lg);flex-shrink:0}.ru-section-title{justify-content:space-between;align-items:baseline;gap:var(--ru-space-3);margin:var(--ru-space-6) 0 var(--ru-space-3);display:flex}.ru-section-title:first-child{margin-top:var(--ru-space-2)}.ru-section-title__texto{font-family:var(--ru-font-display);font-size:var(--ru-text-base);font-weight:var(--ru-weight-semibold);color:var(--ru-texto);margin:0}.ru-section-title--etiqueta .ru-section-title__texto{font-family:var(--ru-font-body);font-size:var(--ru-text-xs);font-weight:var(--ru-weight-medium);text-transform:uppercase;letter-spacing:var(--ru-tracking-wide);color:var(--ru-texto-suave)}.ru-section-title__accion{font-size:var(--ru-text-sm);font-weight:var(--ru-weight-medium);color:var(--ru-verde-profundo);cursor:pointer;padding:var(--ru-space-1);background:0 0;border:none}.ru-skeleton{background:linear-gradient(90deg, var(--ru-neutro-100) 25%, var(--ru-neutro-200) 50%, var(--ru-neutro-100) 75%);border-radius:var(--ru-radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite ru-shimmer}@keyframes ru-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.ru-skeleton{animation:none}}.ru-skeleton--texto{height:12px;margin-bottom:var(--ru-space-2)}.ru-skeleton--tarjeta{border-radius:var(--ru-radius-md);height:132px;margin-bottom:var(--ru-space-3)}.ru-estado{text-align:center;padding:var(--ru-space-12) var(--ru-space-6);align-items:center;gap:var(--ru-space-3);flex-direction:column;display:flex}.ru-estado__icono{border-radius:var(--ru-radius-full);background:var(--ru-verde-050);width:64px;height:64px;color:var(--ru-verde-profundo);margin-bottom:var(--ru-space-1);justify-content:center;align-items:center;font-size:28px;display:flex}.ru-estado--error .ru-estado__icono{background:var(--ru-error-fondo);color:var(--ru-error)}.ru-estado__titulo{font-family:var(--ru-font-display);font-size:var(--ru-text-lg);font-weight:var(--ru-weight-semibold);color:var(--ru-texto);margin:0}.ru-estado__texto{font-size:var(--ru-text-sm);color:var(--ru-texto-suave);max-width:32ch;line-height:var(--ru-leading-relaxed)}.ru-estado__accion{margin-top:var(--ru-space-3);min-width:200px}.ru-trip{text-align:left;background:var(--ru-neutro-000);border:1px solid var(--ru-borde);border-radius:var(--ru-radius-md);width:100%;padding:var(--ru-space-4);margin-bottom:var(--ru-space-3);font-family:var(--ru-font-body);display:block}.ru-trip--pulsable{cursor:pointer;transition:border-color var(--ru-duration-fast) var(--ru-ease-out), box-shadow var(--ru-duration-fast) var(--ru-ease-out)}.ru-trip--pulsable:hover{border-color:var(--ru-verde);box-shadow:var(--ru-shadow-md)}.ru-trip__cabecera{justify-content:space-between;align-items:flex-start;gap:var(--ru-space-3);margin-bottom:var(--ru-space-3);display:flex}.ru-trip__ruta{align-items:baseline;gap:var(--ru-space-1);font-family:var(--ru-font-display);font-size:var(--ru-text-sm);font-weight:var(--ru-weight-semibold);color:var(--ru-texto);line-height:var(--ru-leading-tight);flex-wrap:wrap;min-width:0;display:flex}.ru-trip__lugar{overflow-wrap:anywhere}.ru-trip__flecha{color:var(--ru-verde);flex-shrink:0}.ru-trip__precio{font-family:var(--ru-font-display);font-size:var(--ru-text-lg);font-weight:var(--ru-weight-bold);color:var(--ru-verde-profundo);white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0}.ru-trip__precio-sufijo{font-size:var(--ru-text-xs);font-weight:var(--ru-weight-regular);color:var(--ru-texto-suave)}.ru-trip__precio-inline{font-weight:var(--ru-weight-semibold);font-size:var(--ru-text-sm);color:var(--ru-verde-profundo);font-variant-numeric:tabular-nums;margin-left:auto}.ru-trip__meta{align-items:center;gap:var(--ru-space-2);flex-wrap:wrap;display:flex}.ru-trip__conductor{align-items:center;gap:var(--ru-space-2);margin-top:var(--ru-space-3);padding-top:var(--ru-space-3);border-top:1px solid var(--ru-borde);display:flex}.ru-trip__conductor-info{flex:1;min-width:0}.ru-trip__conductor-nombre{font-size:var(--ru-text-sm);font-weight:var(--ru-weight-medium);color:var(--ru-texto);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ru-trip__vehiculo{font-size:var(--ru-text-xs);color:var(--ru-texto-suave);white-space:nowrap;flex-shrink:0}.d-home__saludo{align-items:center;gap:var(--ru-space-3);padding:var(--ru-space-4) 0 var(--ru-space-5);display:flex}.d-home__saludo-texto{flex-direction:column;gap:2px;min-width:0;display:flex}.d-home__nombre{font-family:var(--ru-font-display);font-size:var(--ru-text-lg);font-weight:var(--ru-weight-semibold);color:var(--ru-texto);margin:0}.d-home__publicar{margin-bottom:var(--ru-space-4)}.d-home__solicitud{border:1px solid var(--ru-borde);border-radius:var(--ru-radius-md);padding:var(--ru-space-4);margin-bottom:var(--ru-space-3);background:var(--ru-verde-050);border-color:var(--ru-verde-100)}.d-home__solicitud-persona{align-items:center;gap:var(--ru-space-2);width:100%;font-family:var(--ru-font-body);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;display:flex}.d-home__solicitud-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.d-home__solicitud-nombre{font-weight:var(--ru-weight-semibold);color:var(--ru-texto);font-size:var(--ru-text-sm)}.d-home__solicitud-tiempo{font-size:var(--ru-text-xs);color:var(--ru-texto-suave);white-space:nowrap;flex-shrink:0}.d-home__solicitud-detalle{margin:var(--ru-space-3) 0 var(--ru-space-4);font-size:var(--ru-text-sm);color:var(--ru-texto-suave);overflow-wrap:anywhere}.d-home__solicitud-acciones{gap:var(--ru-space-2);display:flex}.d-home__solicitud-acciones>*{flex:1}.ru-tabs{gap:var(--ru-space-5);border-bottom:1px solid var(--ru-borde);margin-bottom:var(--ru-space-4);scrollbar-width:none;display:flex;overflow-x:auto}.ru-tabs::-webkit-scrollbar{display:none}.ru-tabs__tab{align-items:center;gap:var(--ru-space-2);padding:var(--ru-space-3) 0;min-height:var(--ru-touch-target);font-family:var(--ru-font-body);font-size:var(--ru-text-sm);font-weight:var(--ru-weight-medium);color:var(--ru-texto-suave);white-space:nowrap;cursor:pointer;transition:color var(--ru-duration-fast) var(--ru-ease-out);background:0 0;border:none;border-bottom:2px solid #0000;display:flex}.ru-tabs__tab--activa{color:var(--ru-verde-profundo);font-weight:var(--ru-weight-semibold);border-bottom-color:var(--ru-verde)}.ru-tabs__conteo{border-radius:var(--ru-radius-full);background:var(--ru-verde-050);min-width:20px;height:20px;color:var(--ru-verde-profundo);font-size:var(--ru-text-xs);font-weight:var(--ru-weight-semibold);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;padding:0 6px;display:inline-flex}.ru-textfield{gap:var(--ru-space-2);flex-direction:column;display:flex}.ru-textfield__etiqueta{font-size:var(--ru-text-sm);font-weight:var(--ru-weight-medium);color:var(--ru-texto-suave)}.ru-textfield__requerido{color:var(--ru-error);margin-left:2px}.ru-textfield__input{width:100%;min-height:var(--ru-touch-target);padding:var(--ru-space-3) var(--ru-space-4);border:1px solid var(--ru-borde);border-radius:var(--ru-radius-sm);background:var(--ru-neutro-000);color:var(--ru-texto);font-size:var(--ru-text-base);font-family:var(--ru-font-body);transition:border-color var(--ru-duration-fast) var(--ru-ease-out);outline:none}.ru-textfield__input::placeholder{color:var(--ru-neutro-400)}.ru-textfield__input:focus{border-color:var(--ru-verde);box-shadow:0 0 0 3px var(--ru-verde-050)}.ru-textfield__input--error{border-color:var(--ru-error)}.ru-textfield__input--error:focus{border-color:var(--ru-error);box-shadow:0 0 0 3px var(--ru-error-fondo)}.ru-textfield__ayuda{font-size:var(--ru-text-xs);color:var(--ru-texto-suave)}.ru-textfield__error{font-size:var(--ru-text-xs);font-weight:var(--ru-weight-medium);color:var(--ru-error)}.ru-prompt{--width:90%;--max-width:380px;--height:auto;--border-radius:var(--ru-radius-lg);--box-shadow:var(--ru-shadow-lg)}.ru-prompt__caja{gap:var(--ru-space-4);padding:var(--ru-space-6);flex-direction:column;display:flex}.ru-prompt__titulo{font-family:var(--ru-font-display);font-size:var(--ru-text-lg);font-weight:var(--ru-weight-semibold);color:var(--ru-texto);margin:0}.ru-prompt__contador{justify-content:center;align-items:center;gap:var(--ru-space-6);display:flex}.ru-prompt__contador-valor{font-family:var(--ru-font-display);font-size:var(--ru-text-2xl);font-weight:var(--ru-weight-bold);color:var(--ru-verde-profundo);text-align:center;min-width:48px}.ru-prompt__acciones{gap:var(--ru-space-2);display:flex}.ru-prompt__acciones>*{flex:1}.ru-field{align-items:center;gap:var(--ru-space-3);width:100%;min-height:var(--ru-touch-target);padding:var(--ru-space-3) var(--ru-space-4);background:var(--ru-neutro-000);border:1px solid var(--ru-borde);border-radius:var(--ru-radius-sm);font-family:var(--ru-font-body);text-align:left;cursor:inherit;display:flex}button.ru-field{cursor:pointer;transition:border-color var(--ru-duration-fast) var(--ru-ease-out)}button.ru-field:hover{border-color:var(--ru-verde)}.ru-field--oscuro{color:var(--ru-texto-inverso);background:#ffffff1f;border-color:#ffffff47}.ru-field__icono{color:var(--ru-verde);flex-shrink:0;font-size:20px}.ru-field--oscuro .ru-field__icono{color:var(--ru-aqua)}.ru-field__cuerpo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ru-field__etiqueta{font-size:var(--ru-text-xs);font-weight:var(--ru-weight-medium);text-transform:uppercase;letter-spacing:var(--ru-tracking-wide);color:var(--ru-texto-suave)}.ru-field--oscuro .ru-field__etiqueta{color:#ffffffbf}.ru-field__valor{font-size:var(--ru-text-sm);font-weight:var(--ru-weight-medium);color:var(--ru-texto);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ru-field--oscuro .ru-field__valor{color:var(--ru-texto-inverso)}.ru-field__valor--vacio{color:var(--ru-neutro-400);font-weight:var(--ru-weight-regular)}.ru-field--oscuro .ru-field__valor--vacio{color:#fff9}.ru-field-row{gap:var(--ru-space-2);margin-top:var(--ru-space-2);display:flex}.ru-field-row>*{flex:1;min-width:0}.ru-swap{width:32px;height:32px;margin:var(--ru-space-1) auto;color:var(--ru-aqua);font-size:var(--ru-text-base);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ru-swap--pulsable{cursor:pointer;border-radius:var(--ru-radius-full);min-width:var(--ru-touch-target);min-height:var(--ru-touch-target);background:#ffffff26}.route-form{background:var(--ru-verde-profundo);border-radius:var(--ru-radius-lg);padding:var(--ru-space-5);margin-bottom:var(--ru-space-5)}.route-form__titulo{font-family:var(--ru-font-display);font-size:var(--ru-text-lg);font-weight:var(--ru-weight-semibold);color:var(--ru-texto-inverso);margin:0 0 var(--ru-space-4)}.route-form__hueco{height:var(--ru-space-2)}.route-form__acciones{gap:var(--ru-space-2);margin-top:var(--ru-space-4);flex-direction:column;display:flex}.route-form__acciones .ru-button--primary{--background:var(--ru-neutro-000);--background-hover:var(--ru-verde-050);--background-activated:var(--ru-verde-100);--color:var(--ru-verde-profundo)}.route-form__acciones .ru-button--secondary{--border-color:#ffffff8c;--color:var(--ru-texto-inverso);--background-hover:#ffffff1f}.p-home__saludo{align-items:center;gap:var(--ru-space-3);padding:var(--ru-space-4) 0 var(--ru-space-5);display:flex}.p-home__nombre{font-family:var(--ru-font-display);font-size:var(--ru-text-lg);font-weight:var(--ru-weight-semibold);color:var(--ru-texto);margin:2px 0 0}.p-home__carrusel{gap:var(--ru-space-3);scroll-snap-type:x mandatory;padding-bottom:var(--ru-space-3);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.p-home__carrusel::-webkit-scrollbar{display:none}.p-home__destino,.p-home__pronto{scroll-snap-align:start;gap:var(--ru-space-1);text-align:left;font-family:var(--ru-font-body);border:1px solid var(--ru-borde);border-radius:var(--ru-radius-md);background:var(--ru-neutro-000);cursor:pointer;transition:border-color var(--ru-duration-fast) var(--ru-ease-out);flex-direction:column;flex-shrink:0;display:flex}.p-home__destino:hover,.p-home__pronto:hover{border-color:var(--ru-verde)}.p-home__destino{width:132px;min-height:96px;padding:var(--ru-space-4);background:linear-gradient(160deg, var(--ru-verde-050), var(--ru-neutro-000));justify-content:flex-end}.p-home__destino-ciudad{font-family:var(--ru-font-display);font-size:var(--ru-text-base);font-weight:var(--ru-weight-semibold);color:var(--ru-verde-profundo)}.p-home__destino-precio{font-size:var(--ru-text-xs);color:var(--ru-texto-suave)}.p-home__pronto{width:190px;padding:var(--ru-space-4)}.p-home__pronto-ruta{font-family:var(--ru-font-display);font-size:var(--ru-text-sm);font-weight:var(--ru-weight-semibold);color:var(--ru-texto);line-height:var(--ru-leading-tight)}.p-home__pronto-meta{font-size:var(--ru-text-xs);color:var(--ru-texto-suave)}.p-home__pronto-precio{margin-top:var(--ru-space-1);font-family:var(--ru-font-display);font-size:var(--ru-text-base);font-weight:var(--ru-weight-bold);color:var(--ru-verde-profundo);font-variant-numeric:tabular-nums}.auth-hero{background:var(--ru-verde-profundo);padding:var(--ru-space-6);padding-top:calc(var(--ru-space-6) + env(safe-area-inset-top));align-items:flex-end;display:flex;position:relative;overflow:hidden}.auth-hero--md{min-height:180px}.auth-hero--lg{min-height:280px}.auth-hero__circulos{pointer-events:none;position:absolute;inset:0}.auth-hero__circulo{border-radius:var(--ru-radius-full);display:block;position:absolute}.auth-hero__circulo--1{background:var(--ru-verde);opacity:.55;width:200px;height:200px;top:-40px;right:-40px}.auth-hero__circulo--2{background:var(--ru-aqua);opacity:.3;width:150px;height:150px;top:40px;left:-30px}.auth-hero__circulo--3{background:var(--ru-verde);opacity:.28;width:250px;height:250px;bottom:-60px;left:40px}.auth-hero__contenido{z-index:2;width:100%;position:relative}.auth-hero__titulo{font-family:var(--ru-font-display);font-size:var(--ru-text-2xl);font-weight:var(--ru-weight-bold);line-height:var(--ru-leading-tight);letter-spacing:var(--ru-tracking-tight);color:var(--ru-texto-inverso);margin:0}.auth-hero__acento{color:var(--ru-aqua)}.auth-cuerpo{gap:var(--ru-space-4);padding:var(--ru-space-6) var(--ru-space-5) var(--ru-space-8);flex-direction:column;display:flex}.auth-cuerpo__sub{font-size:var(--ru-text-sm);color:var(--ru-texto-suave);text-align:center;margin:0}.auth-cuerpo__pie{text-align:center;font-size:var(--ru-text-sm);color:var(--ru-texto-suave);margin:0}.auth-cuerpo__enlace{color:var(--ru-verde-profundo);font-weight:var(--ru-weight-semibold);cursor:pointer;font-size:inherit;padding:var(--ru-space-1);background:0 0;border:none;font-family:inherit;text-decoration:underline}.auth-cuerpo__aviso{font-size:var(--ru-text-xs);color:var(--ru-texto-suave);line-height:var(--ru-leading-relaxed);text-align:center;margin:0}.splash{--background:var(--ru-verde-profundo)}.splash__circulos{pointer-events:none;position:absolute;inset:0;overflow:hidden}.splash__circulo{border-radius:var(--ru-radius-full);display:block;position:absolute}.splash__circulo--1{background:var(--ru-verde);opacity:.55;width:300px;height:300px;top:-80px;right:-60px}.splash__circulo--2{background:var(--ru-aqua);opacity:.3;width:220px;height:220px;top:60px;left:-60px}.splash__circulo--3{background:var(--ru-verde);opacity:.45;width:280px;height:280px;bottom:-80px;left:-40px}.splash__circulo--4{background:var(--ru-aqua);opacity:.25;width:180px;height:180px;bottom:40px;right:-30px}.splash__contenido{z-index:2;height:100%;padding:var(--ru-space-6);padding-top:calc(var(--ru-space-16) + env(safe-area-inset-top));padding-bottom:calc(var(--ru-space-10) + env(safe-area-inset-bottom));text-align:center;flex-direction:column;justify-content:space-between;align-items:center;display:flex;position:relative}.splash__marca{flex-direction:column;flex:1;justify-content:center;display:flex}.splash__pie{margin-top:var(--ru-space-4);font-size:var(--ru-text-xs);color:#ffffffb3}.splash__enlace{color:var(--ru-aqua);font-weight:var(--ru-weight-semibold);font-family:inherit;font-size:inherit;cursor:pointer;padding:var(--ru-space-1);background:0 0;border:none;text-decoration:underline}.splash__logo{font-family:var(--ru-font-display);font-size:var(--ru-text-3xl);font-weight:var(--ru-weight-bold);letter-spacing:var(--ru-tracking-tight);color:var(--ru-texto-inverso);margin:0}.splash__logo-acento{color:var(--ru-aqua)}.splash__lema{margin-top:var(--ru-space-2);font-size:var(--ru-text-base);font-weight:var(--ru-weight-light);color:var(--ru-aqua)}.splash__acciones{margin-top:var(--ru-space-12);width:100%;max-width:320px}.splash__acciones .ru-button--secondary{--border-color:var(--ru-texto-inverso);--color:var(--ru-texto-inverso);--background-hover:#ffffff1f}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-arabic-wght-normal-CGnJ-sf6.woff2)format("woff2-variations");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-cyrillic-ext-wght-normal-BjodpZir.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-cyrillic-wght-normal-DveCct9I.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-hebrew-wght-normal-BIkpbuMU.woff2)format("woff2-variations");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-latin-ext-wght-normal-OacczzuJ.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-latin-wght-normal-CnQIisVs.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--ion-color-primary:#0054e9;--ion-color-primary-rgb:0, 84, 233;--ion-color-primary-contrast:#fff;--ion-color-primary-contrast-rgb:255, 255, 255;--ion-color-primary-shade:#004acd;--ion-color-primary-tint:#1a65eb;--ion-color-secondary:#0163aa;--ion-color-secondary-rgb:1, 99, 170;--ion-color-secondary-contrast:#fff;--ion-color-secondary-contrast-rgb:255, 255, 255;--ion-color-secondary-shade:#015796;--ion-color-secondary-tint:#1a73b3;--ion-color-tertiary:#6030ff;--ion-color-tertiary-rgb:96, 48, 255;--ion-color-tertiary-contrast:#fff;--ion-color-tertiary-contrast-rgb:255, 255, 255;--ion-color-tertiary-shade:#542ae0;--ion-color-tertiary-tint:#7045ff;--ion-color-success:#2dd55b;--ion-color-success-rgb:45, 213, 91;--ion-color-success-contrast:#000;--ion-color-success-contrast-rgb:0, 0, 0;--ion-color-success-shade:#28bb50;--ion-color-success-tint:#42d96b;--ion-color-warning:#ffc409;--ion-color-warning-rgb:255, 196, 9;--ion-color-warning-contrast:#000;--ion-color-warning-contrast-rgb:0, 0, 0;--ion-color-warning-shade:#e0ac08;--ion-color-warning-tint:#ffca22;--ion-color-danger:#c5000f;--ion-color-danger-rgb:197, 0, 15;--ion-color-danger-contrast:#fff;--ion-color-danger-contrast-rgb:255, 255, 255;--ion-color-danger-shade:#ad000d;--ion-color-danger-tint:#cb1a27;--ion-color-light:#f4f5f8;--ion-color-light-rgb:244, 245, 248;--ion-color-light-contrast:#000;--ion-color-light-contrast-rgb:0, 0, 0;--ion-color-light-shade:#d7d8da;--ion-color-light-tint:#f5f6f9;--ion-color-medium:#636469;--ion-color-medium-rgb:99, 100, 105;--ion-color-medium-contrast:#fff;--ion-color-medium-contrast-rgb:255, 255, 255;--ion-color-medium-shade:#57585c;--ion-color-medium-tint:#737478;--ion-color-dark:#222428;--ion-color-dark-rgb:34, 36, 40;--ion-color-dark-contrast:#fff;--ion-color-dark-contrast-rgb:255, 255, 255;--ion-color-dark-shade:#1e2023;--ion-color-dark-tint:#383a3e}html.ios{--ion-default-font:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font:"Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font:-apple-system-body;--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type,html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar,html.ios .modal-footer-moving ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (width>=768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity:.18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity:0;--box-shadow:none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base:var(--ion-color-primary,#0054e9)!important;--ion-color-base-rgb:var(--ion-color-primary-rgb,0, 84, 233)!important;--ion-color-contrast:var(--ion-color-primary-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-primary-contrast-rgb,255, 255, 255)!important;--ion-color-shade:var(--ion-color-primary-shade,#004acd)!important;--ion-color-tint:var(--ion-color-primary-tint,#1a65eb)!important}.ion-color-secondary{--ion-color-base:var(--ion-color-secondary,#0163aa)!important;--ion-color-base-rgb:var(--ion-color-secondary-rgb,1, 99, 170)!important;--ion-color-contrast:var(--ion-color-secondary-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-secondary-contrast-rgb,255, 255, 255)!important;--ion-color-shade:var(--ion-color-secondary-shade,#015796)!important;--ion-color-tint:var(--ion-color-secondary-tint,#1a73b3)!important}.ion-color-tertiary{--ion-color-base:var(--ion-color-tertiary,#6030ff)!important;--ion-color-base-rgb:var(--ion-color-tertiary-rgb,96, 48, 255)!important;--ion-color-contrast:var(--ion-color-tertiary-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-tertiary-contrast-rgb,255, 255, 255)!important;--ion-color-shade:var(--ion-color-tertiary-shade,#542ae0)!important;--ion-color-tint:var(--ion-color-tertiary-tint,#7045ff)!important}.ion-color-success{--ion-color-base:var(--ion-color-success,#2dd55b)!important;--ion-color-base-rgb:var(--ion-color-success-rgb,45, 213, 91)!important;--ion-color-contrast:var(--ion-color-success-contrast,#000)!important;--ion-color-contrast-rgb:var(--ion-color-success-contrast-rgb,0, 0, 0)!important;--ion-color-shade:var(--ion-color-success-shade,#28bb50)!important;--ion-color-tint:var(--ion-color-success-tint,#42d96b)!important}.ion-color-warning{--ion-color-base:var(--ion-color-warning,#ffc409)!important;--ion-color-base-rgb:var(--ion-color-warning-rgb,255, 196, 9)!important;--ion-color-contrast:var(--ion-color-warning-contrast,#000)!important;--ion-color-contrast-rgb:var(--ion-color-warning-contrast-rgb,0, 0, 0)!important;--ion-color-shade:var(--ion-color-warning-shade,#e0ac08)!important;--ion-color-tint:var(--ion-color-warning-tint,#ffca22)!important}.ion-color-danger{--ion-color-base:var(--ion-color-danger,#c5000f)!important;--ion-color-base-rgb:var(--ion-color-danger-rgb,197, 0, 15)!important;--ion-color-contrast:var(--ion-color-danger-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-danger-contrast-rgb,255, 255, 255)!important;--ion-color-shade:var(--ion-color-danger-shade,#ad000d)!important;--ion-color-tint:var(--ion-color-danger-tint,#cb1a27)!important}.ion-color-light{--ion-color-base:var(--ion-color-light,#f4f5f8)!important;--ion-color-base-rgb:var(--ion-color-light-rgb,244, 245, 248)!important;--ion-color-contrast:var(--ion-color-light-contrast,#000)!important;--ion-color-contrast-rgb:var(--ion-color-light-contrast-rgb,0, 0, 0)!important;--ion-color-shade:var(--ion-color-light-shade,#d7d8da)!important;--ion-color-tint:var(--ion-color-light-tint,#f5f6f9)!important}.ion-color-medium{--ion-color-base:var(--ion-color-medium,#636469)!important;--ion-color-base-rgb:var(--ion-color-medium-rgb,99, 100, 105)!important;--ion-color-contrast:var(--ion-color-medium-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-medium-contrast-rgb,255, 255, 255)!important;--ion-color-shade:var(--ion-color-medium-shade,#57585c)!important;--ion-color-tint:var(--ion-color-medium-tint,#737478)!important}.ion-color-dark{--ion-color-base:var(--ion-color-dark,#222428)!important;--ion-color-base-rgb:var(--ion-color-dark-rgb,34, 36, 40)!important;--ion-color-contrast:var(--ion-color-dark-contrast,#fff)!important;--ion-color-contrast-rgb:var(--ion-color-dark-contrast-rgb,255, 255, 255)!important;--ion-color-shade:var(--ion-color-dark-shade,#1e2023)!important;--ion-color-tint:var(--ion-color-dark-tint,#383a3e)!important}.ion-page{contain:layout size style;z-index:0;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.ion-page.ion-page-overlay-passthrough{pointer-events:none}ion-modal>.ion-page{contain:layout style;height:100%;position:relative}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding:20px}@supports (padding-top:20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top:env(safe-area-inset-top)){html{--ion-safe-area-top:var(--safe-area-inset-top,env(safe-area-inset-top));--ion-safe-area-bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom));--ion-safe-area-left:var(--safe-area-inset-left,env(safe-area-inset-left));--ion-safe-area-right:var(--safe-area-inset-right,env(safe-area-inset-right))}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translate(0,0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow:hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px #00000014}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px #00000014}.md .menu-content-reveal,.md .menu-content-push{box-shadow:4px 0 16px #0000002e}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-right-radius:8px;border-bottom-left-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width:0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:transform .3s cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion:reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width:0px;--inner-border-width:0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width:fit-content;--height:fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){height:0;display:none}b,strong{font-weight:700}img{max-width:100%}hr{box-sizing:content-box;border-width:0;height:1px}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{height:auto;font:inherit;color:inherit;overflow:auto}textarea::placeholder{padding-left:2px}form,input,optgroup,select{font:inherit;color:inherit;margin:0}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{font-family:inherit;font-style:inherit;font-variant:inherit;text-transform:none;cursor:pointer;-webkit-appearance:button;border:0;border-radius:0;padding:0;line-height:1}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input[type=number]::-webkit-inner-spin-button{height:auto}input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;height:100%}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;position:fixed;overflow:hidden;transform:translateZ(0)}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout:none){html{font:var(--ion-dynamic-font,16px var(--ion-font-family))}}a{color:var(--ion-color-primary,#0054e9);background-color:#0000}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}.ion-no-padding{--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;padding:0}.ion-padding{--padding-start:var(--ion-padding,16px);--padding-end:var(--ion-padding,16px);--padding-top:var(--ion-padding,16px);--padding-bottom:var(--ion-padding,16px);-webkit-padding-start:var(--ion-padding,16px);-webkit-padding-end:var(--ion-padding,16px);padding-inline-start:var(--ion-padding,16px);padding-inline-end:var(--ion-padding,16px);padding-top:var(--ion-padding,16px);padding-bottom:var(--ion-padding,16px)}.ion-padding-top{--padding-top:var(--ion-padding,16px);padding-top:var(--ion-padding,16px)}.ion-padding-start{--padding-start:var(--ion-padding,16px);-webkit-padding-start:var(--ion-padding,16px);padding-inline-start:var(--ion-padding,16px)}.ion-padding-end{--padding-end:var(--ion-padding,16px);-webkit-padding-end:var(--ion-padding,16px);padding-inline-end:var(--ion-padding,16px)}.ion-padding-bottom{--padding-bottom:var(--ion-padding,16px);padding-bottom:var(--ion-padding,16px)}.ion-padding-vertical{--padding-top:var(--ion-padding,16px);--padding-bottom:var(--ion-padding,16px);padding-top:var(--ion-padding,16px);padding-bottom:var(--ion-padding,16px)}.ion-padding-horizontal{--padding-start:var(--ion-padding,16px);--padding-end:var(--ion-padding,16px);-webkit-padding-start:var(--ion-padding,16px);-webkit-padding-end:var(--ion-padding,16px);padding-inline-start:var(--ion-padding,16px);padding-inline-end:var(--ion-padding,16px)}.ion-no-margin{--margin-start:0;--margin-end:0;--margin-top:0;--margin-bottom:0;margin:0}.ion-margin{--margin-start:var(--ion-margin,16px);--margin-end:var(--ion-margin,16px);--margin-top:var(--ion-margin,16px);--margin-bottom:var(--ion-margin,16px);-webkit-margin-start:var(--ion-margin,16px);-webkit-margin-end:var(--ion-margin,16px);margin-inline-start:var(--ion-margin,16px);margin-inline-end:var(--ion-margin,16px);margin-top:var(--ion-margin,16px);margin-bottom:var(--ion-margin,16px)}.ion-margin-top{--margin-top:var(--ion-margin,16px);margin-top:var(--ion-margin,16px)}.ion-margin-start{--margin-start:var(--ion-margin,16px);-webkit-margin-start:var(--ion-margin,16px);margin-inline-start:var(--ion-margin,16px)}.ion-margin-end{--margin-end:var(--ion-margin,16px);-webkit-margin-end:var(--ion-margin,16px);margin-inline-end:var(--ion-margin,16px)}.ion-margin-bottom{--margin-bottom:var(--ion-margin,16px);margin-bottom:var(--ion-margin,16px)}.ion-margin-vertical{--margin-top:var(--ion-margin,16px);--margin-bottom:var(--ion-margin,16px);margin-top:var(--ion-margin,16px);margin-bottom:var(--ion-margin,16px)}.ion-margin-horizontal{--margin-start:var(--ion-margin,16px);--margin-end:var(--ion-margin,16px);-webkit-margin-start:var(--ion-margin,16px);-webkit-margin-end:var(--ion-margin,16px);margin-inline-start:var(--ion-margin,16px);margin-inline-end:var(--ion-margin,16px)}.ion-float-left{float:left!important}.ion-float-right{float:right!important}.ion-float-start{float:left!important}:host-context([dir=rtl]) .ion-float-start{float:right!important}[dir=rtl] .ion-float-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-start:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:right!important}}.ion-float-end{float:right!important}:host-context([dir=rtl]) .ion-float-end{float:left!important}[dir=rtl] .ion-float-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-end:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:left!important}}@media (width>=576px){.ion-float-sm-left{float:left!important}.ion-float-sm-right{float:right!important}.ion-float-sm-start{float:left!important}:host-context([dir=rtl]) .ion-float-sm-start{float:right!important}[dir=rtl] .ion-float-sm-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-sm-start:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:right!important}}.ion-float-sm-end{float:right!important}:host-context([dir=rtl]) .ion-float-sm-end{float:left!important}[dir=rtl] .ion-float-sm-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-sm-end:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:left!important}}}@media (width>=768px){.ion-float-md-left{float:left!important}.ion-float-md-right{float:right!important}.ion-float-md-start{float:left!important}:host-context([dir=rtl]) .ion-float-md-start{float:right!important}[dir=rtl] .ion-float-md-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-md-start:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:right!important}}.ion-float-md-end{float:right!important}:host-context([dir=rtl]) .ion-float-md-end{float:left!important}[dir=rtl] .ion-float-md-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-md-end:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:left!important}}}@media (width>=992px){.ion-float-lg-left{float:left!important}.ion-float-lg-right{float:right!important}.ion-float-lg-start{float:left!important}:host-context([dir=rtl]) .ion-float-lg-start{float:right!important}[dir=rtl] .ion-float-lg-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-lg-start:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:right!important}}.ion-float-lg-end{float:right!important}:host-context([dir=rtl]) .ion-float-lg-end{float:left!important}[dir=rtl] .ion-float-lg-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-lg-end:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:left!important}}}@media (width>=1200px){.ion-float-xl-left{float:left!important}.ion-float-xl-right{float:right!important}.ion-float-xl-start{float:left!important}:host-context([dir=rtl]) .ion-float-xl-start{float:right!important}[dir=rtl] .ion-float-xl-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-xl-start:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:right!important}}.ion-float-xl-end{float:right!important}:host-context([dir=rtl]) .ion-float-xl-end{float:left!important}[dir=rtl] .ion-float-xl-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-xl-end:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){float:left!important}}}.ion-text-center{text-align:center!important}.ion-text-justify{text-align:justify!important}.ion-text-start{text-align:start!important}.ion-text-end{text-align:end!important}.ion-text-left{text-align:left!important}.ion-text-right{text-align:right!important}.ion-text-nowrap{white-space:nowrap!important}.ion-text-wrap{white-space:normal!important}@media (width>=576px){.ion-text-sm-center{text-align:center!important}.ion-text-sm-justify{text-align:justify!important}.ion-text-sm-start{text-align:start!important}.ion-text-sm-end{text-align:end!important}.ion-text-sm-left{text-align:left!important}.ion-text-sm-right{text-align:right!important}.ion-text-sm-nowrap{white-space:nowrap!important}.ion-text-sm-wrap{white-space:normal!important}}@media (width>=768px){.ion-text-md-center{text-align:center!important}.ion-text-md-justify{text-align:justify!important}.ion-text-md-start{text-align:start!important}.ion-text-md-end{text-align:end!important}.ion-text-md-left{text-align:left!important}.ion-text-md-right{text-align:right!important}.ion-text-md-nowrap{white-space:nowrap!important}.ion-text-md-wrap{white-space:normal!important}}@media (width>=992px){.ion-text-lg-center{text-align:center!important}.ion-text-lg-justify{text-align:justify!important}.ion-text-lg-start{text-align:start!important}.ion-text-lg-end{text-align:end!important}.ion-text-lg-left{text-align:left!important}.ion-text-lg-right{text-align:right!important}.ion-text-lg-nowrap{white-space:nowrap!important}.ion-text-lg-wrap{white-space:normal!important}}@media (width>=1200px){.ion-text-xl-center{text-align:center!important}.ion-text-xl-justify{text-align:justify!important}.ion-text-xl-start{text-align:start!important}.ion-text-xl-end{text-align:end!important}.ion-text-xl-left{text-align:left!important}.ion-text-xl-right{text-align:right!important}.ion-text-xl-nowrap{white-space:nowrap!important}.ion-text-xl-wrap{white-space:normal!important}}.ion-text-uppercase{text-transform:uppercase!important}.ion-text-lowercase{text-transform:lowercase!important}.ion-text-capitalize{text-transform:capitalize!important}@media (width>=576px){.ion-text-sm-uppercase{text-transform:uppercase!important}.ion-text-sm-lowercase{text-transform:lowercase!important}.ion-text-sm-capitalize{text-transform:capitalize!important}}@media (width>=768px){.ion-text-md-uppercase{text-transform:uppercase!important}.ion-text-md-lowercase{text-transform:lowercase!important}.ion-text-md-capitalize{text-transform:capitalize!important}}@media (width>=992px){.ion-text-lg-uppercase{text-transform:uppercase!important}.ion-text-lg-lowercase{text-transform:lowercase!important}.ion-text-lg-capitalize{text-transform:capitalize!important}}@media (width>=1200px){.ion-text-xl-uppercase{text-transform:uppercase!important}.ion-text-xl-lowercase{text-transform:lowercase!important}.ion-text-xl-capitalize{text-transform:capitalize!important}}.ion-align-content-start{align-content:flex-start!important}.ion-align-content-end{align-content:flex-end!important}.ion-align-content-center{align-content:center!important}.ion-align-content-between{align-content:space-between!important}.ion-align-content-around{align-content:space-around!important}.ion-align-content-stretch{align-content:stretch!important}@media (width>=576px){.ion-align-content-sm-start{align-content:flex-start!important}.ion-align-content-sm-end{align-content:flex-end!important}.ion-align-content-sm-center{align-content:center!important}.ion-align-content-sm-between{align-content:space-between!important}.ion-align-content-sm-around{align-content:space-around!important}.ion-align-content-sm-stretch{align-content:stretch!important}}@media (width>=768px){.ion-align-content-md-start{align-content:flex-start!important}.ion-align-content-md-end{align-content:flex-end!important}.ion-align-content-md-center{align-content:center!important}.ion-align-content-md-between{align-content:space-between!important}.ion-align-content-md-around{align-content:space-around!important}.ion-align-content-md-stretch{align-content:stretch!important}}@media (width>=992px){.ion-align-content-lg-start{align-content:flex-start!important}.ion-align-content-lg-end{align-content:flex-end!important}.ion-align-content-lg-center{align-content:center!important}.ion-align-content-lg-between{align-content:space-between!important}.ion-align-content-lg-around{align-content:space-around!important}.ion-align-content-lg-stretch{align-content:stretch!important}}@media (width>=1200px){.ion-align-content-xl-start{align-content:flex-start!important}.ion-align-content-xl-end{align-content:flex-end!important}.ion-align-content-xl-center{align-content:center!important}.ion-align-content-xl-between{align-content:space-between!important}.ion-align-content-xl-around{align-content:space-around!important}.ion-align-content-xl-stretch{align-content:stretch!important}}.ion-align-items-start{align-items:start!important}.ion-align-items-end{align-items:end!important}.ion-align-items-center{align-items:center!important}.ion-align-items-stretch{align-items:stretch!important}.ion-align-items-baseline{align-items:baseline!important}@media (width>=576px){.ion-align-items-sm-start{align-items:start!important}.ion-align-items-sm-end{align-items:end!important}.ion-align-items-sm-center{align-items:center!important}.ion-align-items-sm-stretch{align-items:stretch!important}.ion-align-items-sm-baseline{align-items:baseline!important}}@media (width>=768px){.ion-align-items-md-start{align-items:start!important}.ion-align-items-md-end{align-items:end!important}.ion-align-items-md-center{align-items:center!important}.ion-align-items-md-stretch{align-items:stretch!important}.ion-align-items-md-baseline{align-items:baseline!important}}@media (width>=992px){.ion-align-items-lg-start{align-items:start!important}.ion-align-items-lg-end{align-items:end!important}.ion-align-items-lg-center{align-items:center!important}.ion-align-items-lg-stretch{align-items:stretch!important}.ion-align-items-lg-baseline{align-items:baseline!important}}@media (width>=1200px){.ion-align-items-xl-start{align-items:start!important}.ion-align-items-xl-end{align-items:end!important}.ion-align-items-xl-center{align-items:center!important}.ion-align-items-xl-stretch{align-items:stretch!important}.ion-align-items-xl-baseline{align-items:baseline!important}}.ion-align-self-start{align-self:start!important}.ion-align-self-end{align-self:end!important}.ion-align-self-center{align-self:center!important}.ion-align-self-stretch{align-self:stretch!important}.ion-align-self-baseline{align-self:baseline!important}.ion-align-self-auto{align-self:auto!important}@media (width>=576px){.ion-align-self-sm-start{align-self:start!important}.ion-align-self-sm-end{align-self:end!important}.ion-align-self-sm-center{align-self:center!important}.ion-align-self-sm-stretch{align-self:stretch!important}.ion-align-self-sm-baseline{align-self:baseline!important}.ion-align-self-sm-auto{align-self:auto!important}}@media (width>=768px){.ion-align-self-md-start{align-self:start!important}.ion-align-self-md-end{align-self:end!important}.ion-align-self-md-center{align-self:center!important}.ion-align-self-md-stretch{align-self:stretch!important}.ion-align-self-md-baseline{align-self:baseline!important}.ion-align-self-md-auto{align-self:auto!important}}@media (width>=992px){.ion-align-self-lg-start{align-self:start!important}.ion-align-self-lg-end{align-self:end!important}.ion-align-self-lg-center{align-self:center!important}.ion-align-self-lg-stretch{align-self:stretch!important}.ion-align-self-lg-baseline{align-self:baseline!important}.ion-align-self-lg-auto{align-self:auto!important}}@media (width>=1200px){.ion-align-self-xl-start{align-self:start!important}.ion-align-self-xl-end{align-self:end!important}.ion-align-self-xl-center{align-self:center!important}.ion-align-self-xl-stretch{align-self:stretch!important}.ion-align-self-xl-baseline{align-self:baseline!important}.ion-align-self-xl-auto{align-self:auto!important}}.ion-justify-content-start{justify-content:flex-start!important}.ion-justify-content-end{justify-content:flex-end!important}.ion-justify-content-center{justify-content:center!important}.ion-justify-content-between{justify-content:space-between!important}.ion-justify-content-around{justify-content:space-around!important}.ion-justify-content-evenly{justify-content:space-evenly!important}@media (width>=576px){.ion-justify-content-sm-start{justify-content:flex-start!important}.ion-justify-content-sm-end{justify-content:flex-end!important}.ion-justify-content-sm-center{justify-content:center!important}.ion-justify-content-sm-between{justify-content:space-between!important}.ion-justify-content-sm-around{justify-content:space-around!important}.ion-justify-content-sm-evenly{justify-content:space-evenly!important}}@media (width>=768px){.ion-justify-content-md-start{justify-content:flex-start!important}.ion-justify-content-md-end{justify-content:flex-end!important}.ion-justify-content-md-center{justify-content:center!important}.ion-justify-content-md-between{justify-content:space-between!important}.ion-justify-content-md-around{justify-content:space-around!important}.ion-justify-content-md-evenly{justify-content:space-evenly!important}}@media (width>=992px){.ion-justify-content-lg-start{justify-content:flex-start!important}.ion-justify-content-lg-end{justify-content:flex-end!important}.ion-justify-content-lg-center{justify-content:center!important}.ion-justify-content-lg-between{justify-content:space-between!important}.ion-justify-content-lg-around{justify-content:space-around!important}.ion-justify-content-lg-evenly{justify-content:space-evenly!important}}@media (width>=1200px){.ion-justify-content-xl-start{justify-content:flex-start!important}.ion-justify-content-xl-end{justify-content:flex-end!important}.ion-justify-content-xl-center{justify-content:center!important}.ion-justify-content-xl-between{justify-content:space-between!important}.ion-justify-content-xl-around{justify-content:space-around!important}.ion-justify-content-xl-evenly{justify-content:space-evenly!important}}.ion-flex-row{flex-direction:row!important}.ion-flex-row-reverse{flex-direction:row-reverse!important}.ion-flex-column{flex-direction:column!important}.ion-flex-column-reverse{flex-direction:column-reverse!important}@media (width>=576px){.ion-flex-sm-row{flex-direction:row!important}.ion-flex-sm-row-reverse{flex-direction:row-reverse!important}.ion-flex-sm-column{flex-direction:column!important}.ion-flex-sm-column-reverse{flex-direction:column-reverse!important}}@media (width>=768px){.ion-flex-md-row{flex-direction:row!important}.ion-flex-md-row-reverse{flex-direction:row-reverse!important}.ion-flex-md-column{flex-direction:column!important}.ion-flex-md-column-reverse{flex-direction:column-reverse!important}}@media (width>=992px){.ion-flex-lg-row{flex-direction:row!important}.ion-flex-lg-row-reverse{flex-direction:row-reverse!important}.ion-flex-lg-column{flex-direction:column!important}.ion-flex-lg-column-reverse{flex-direction:column-reverse!important}}@media (width>=1200px){.ion-flex-xl-row{flex-direction:row!important}.ion-flex-xl-row-reverse{flex-direction:row-reverse!important}.ion-flex-xl-column{flex-direction:column!important}.ion-flex-xl-column-reverse{flex-direction:column-reverse!important}}.ion-wrap{flex-wrap:wrap!important}.ion-nowrap{flex-wrap:nowrap!important}.ion-wrap-reverse{flex-wrap:wrap-reverse!important}.ion-flex-wrap{flex-wrap:wrap!important}.ion-flex-nowrap{flex-wrap:nowrap!important}.ion-flex-wrap-reverse{flex-wrap:wrap-reverse!important}@media (width>=576px){.ion-flex-sm-wrap{flex-wrap:wrap!important}.ion-flex-sm-nowrap{flex-wrap:nowrap!important}.ion-flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}}@media (width>=768px){.ion-flex-md-wrap{flex-wrap:wrap!important}.ion-flex-md-nowrap{flex-wrap:nowrap!important}.ion-flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}}@media (width>=992px){.ion-flex-lg-wrap{flex-wrap:wrap!important}.ion-flex-lg-nowrap{flex-wrap:nowrap!important}.ion-flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}}@media (width>=1200px){.ion-flex-xl-wrap{flex-wrap:wrap!important}.ion-flex-xl-nowrap{flex-wrap:nowrap!important}.ion-flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}}.ion-flex-1{flex:1!important}.ion-flex-auto{flex:auto!important}.ion-flex-initial{flex:initial!important}.ion-flex-none{flex:none!important}@media (width>=576px){.ion-flex-sm-1{flex:1!important}.ion-flex-sm-auto{flex:auto!important}.ion-flex-sm-initial{flex:initial!important}.ion-flex-sm-none{flex:none!important}}@media (width>=768px){.ion-flex-md-1{flex:1!important}.ion-flex-md-auto{flex:auto!important}.ion-flex-md-initial{flex:initial!important}.ion-flex-md-none{flex:none!important}}@media (width>=992px){.ion-flex-lg-1{flex:1!important}.ion-flex-lg-auto{flex:auto!important}.ion-flex-lg-initial{flex:initial!important}.ion-flex-lg-none{flex:none!important}}@media (width>=1200px){.ion-flex-xl-1{flex:1!important}.ion-flex-xl-auto{flex:auto!important}.ion-flex-xl-initial{flex:initial!important}.ion-flex-xl-none{flex:none!important}}.ion-flex-grow-0{flex-grow:0!important}.ion-flex-grow-1{flex-grow:1!important}.ion-flex-shrink-0{flex-shrink:0!important}.ion-flex-shrink-1{flex-shrink:1!important}@media (width>=576px){.ion-flex-sm-grow-0{flex-grow:0!important}.ion-flex-sm-grow-1{flex-grow:1!important}.ion-flex-sm-shrink-0{flex-shrink:0!important}.ion-flex-sm-shrink-1{flex-shrink:1!important}}@media (width>=768px){.ion-flex-md-grow-0{flex-grow:0!important}.ion-flex-md-grow-1{flex-grow:1!important}.ion-flex-md-shrink-0{flex-shrink:0!important}.ion-flex-md-shrink-1{flex-shrink:1!important}}@media (width>=992px){.ion-flex-lg-grow-0{flex-grow:0!important}.ion-flex-lg-grow-1{flex-grow:1!important}.ion-flex-lg-shrink-0{flex-shrink:0!important}.ion-flex-lg-shrink-1{flex-shrink:1!important}}@media (width>=1200px){.ion-flex-xl-grow-0{flex-grow:0!important}.ion-flex-xl-grow-1{flex-grow:1!important}.ion-flex-xl-shrink-0{flex-shrink:0!important}.ion-flex-xl-shrink-1{flex-shrink:1!important}}.ion-order-first{order:-1!important}.ion-order-0{order:0!important}.ion-order-1{order:1!important}.ion-order-2{order:2!important}.ion-order-3{order:3!important}.ion-order-4{order:4!important}.ion-order-5{order:5!important}.ion-order-6{order:6!important}.ion-order-7{order:7!important}.ion-order-8{order:8!important}.ion-order-9{order:9!important}.ion-order-10{order:10!important}.ion-order-11{order:11!important}.ion-order-12{order:12!important}.ion-order-last{order:13!important}@media (width>=576px){.ion-order-sm-first{order:-1!important}.ion-order-sm-0{order:0!important}.ion-order-sm-1{order:1!important}.ion-order-sm-2{order:2!important}.ion-order-sm-3{order:3!important}.ion-order-sm-4{order:4!important}.ion-order-sm-5{order:5!important}.ion-order-sm-6{order:6!important}.ion-order-sm-7{order:7!important}.ion-order-sm-8{order:8!important}.ion-order-sm-9{order:9!important}.ion-order-sm-10{order:10!important}.ion-order-sm-11{order:11!important}.ion-order-sm-12{order:12!important}.ion-order-sm-last{order:13!important}}@media (width>=768px){.ion-order-md-first{order:-1!important}.ion-order-md-0{order:0!important}.ion-order-md-1{order:1!important}.ion-order-md-2{order:2!important}.ion-order-md-3{order:3!important}.ion-order-md-4{order:4!important}.ion-order-md-5{order:5!important}.ion-order-md-6{order:6!important}.ion-order-md-7{order:7!important}.ion-order-md-8{order:8!important}.ion-order-md-9{order:9!important}.ion-order-md-10{order:10!important}.ion-order-md-11{order:11!important}.ion-order-md-12{order:12!important}.ion-order-md-last{order:13!important}}@media (width>=992px){.ion-order-lg-first{order:-1!important}.ion-order-lg-0{order:0!important}.ion-order-lg-1{order:1!important}.ion-order-lg-2{order:2!important}.ion-order-lg-3{order:3!important}.ion-order-lg-4{order:4!important}.ion-order-lg-5{order:5!important}.ion-order-lg-6{order:6!important}.ion-order-lg-7{order:7!important}.ion-order-lg-8{order:8!important}.ion-order-lg-9{order:9!important}.ion-order-lg-10{order:10!important}.ion-order-lg-11{order:11!important}.ion-order-lg-12{order:12!important}.ion-order-lg-last{order:13!important}}@media (width>=1200px){.ion-order-xl-first{order:-1!important}.ion-order-xl-0{order:0!important}.ion-order-xl-1{order:1!important}.ion-order-xl-2{order:2!important}.ion-order-xl-3{order:3!important}.ion-order-xl-4{order:4!important}.ion-order-xl-5{order:5!important}.ion-order-xl-6{order:6!important}.ion-order-xl-7{order:7!important}.ion-order-xl-8{order:8!important}.ion-order-xl-9{order:9!important}.ion-order-xl-10{order:10!important}.ion-order-xl-11{order:11!important}.ion-order-xl-12{order:12!important}.ion-order-xl-last{order:13!important}}.ion-hide,.ion-hide-up,.ion-hide-down{display:none!important}@media (width>=576px){.ion-hide-sm-up{display:none!important}}@media (width<=575.98px){.ion-hide-sm-down{display:none!important}}@media (width>=768px){.ion-hide-md-up{display:none!important}}@media (width<=767.98px){.ion-hide-md-down{display:none!important}}@media (width>=992px){.ion-hide-lg-up{display:none!important}}@media (width<=991.98px){.ion-hide-lg-down{display:none!important}}@media (width>=1200px){.ion-hide-xl-up{display:none!important}}@media (width<=1199.98px){.ion-hide-xl-down{display:none!important}}.ion-display-none{display:none!important}@media (width>=576px){.ion-display-sm-none{display:none!important}}@media (width>=768px){.ion-display-md-none{display:none!important}}@media (width>=992px){.ion-display-lg-none{display:none!important}}@media (width>=1200px){.ion-display-xl-none{display:none!important}}.ion-display-inline{display:inline!important}@media (width>=576px){.ion-display-sm-inline{display:inline!important}}@media (width>=768px){.ion-display-md-inline{display:inline!important}}@media (width>=992px){.ion-display-lg-inline{display:inline!important}}@media (width>=1200px){.ion-display-xl-inline{display:inline!important}}.ion-display-inline-block{display:inline-block!important}@media (width>=576px){.ion-display-sm-inline-block{display:inline-block!important}}@media (width>=768px){.ion-display-md-inline-block{display:inline-block!important}}@media (width>=992px){.ion-display-lg-inline-block{display:inline-block!important}}@media (width>=1200px){.ion-display-xl-inline-block{display:inline-block!important}}.ion-display-block{display:block!important}@media (width>=576px){.ion-display-sm-block{display:block!important}}@media (width>=768px){.ion-display-md-block{display:block!important}}@media (width>=992px){.ion-display-lg-block{display:block!important}}@media (width>=1200px){.ion-display-xl-block{display:block!important}}.ion-display-flex{display:flex!important}@media (width>=576px){.ion-display-sm-flex{display:flex!important}}@media (width>=768px){.ion-display-md-flex{display:flex!important}}@media (width>=992px){.ion-display-lg-flex{display:flex!important}}@media (width>=1200px){.ion-display-xl-flex{display:flex!important}}.ion-display-inline-flex{display:inline-flex!important}@media (width>=576px){.ion-display-sm-inline-flex{display:inline-flex!important}}@media (width>=768px){.ion-display-md-inline-flex{display:inline-flex!important}}@media (width>=992px){.ion-display-lg-inline-flex{display:inline-flex!important}}@media (width>=1200px){.ion-display-xl-inline-flex{display:inline-flex!important}}.ion-display-grid{display:grid!important}@media (width>=576px){.ion-display-sm-grid{display:grid!important}}@media (width>=768px){.ion-display-md-grid{display:grid!important}}@media (width>=992px){.ion-display-lg-grid{display:grid!important}}@media (width>=1200px){.ion-display-xl-grid{display:grid!important}}.ion-display-inline-grid{display:inline-grid!important}@media (width>=576px){.ion-display-sm-inline-grid{display:inline-grid!important}}@media (width>=768px){.ion-display-md-inline-grid{display:inline-grid!important}}@media (width>=992px){.ion-display-lg-inline-grid{display:inline-grid!important}}@media (width>=1200px){.ion-display-xl-inline-grid{display:inline-grid!important}}.ion-display-table{display:table!important}@media (width>=576px){.ion-display-sm-table{display:table!important}}@media (width>=768px){.ion-display-md-table{display:table!important}}@media (width>=992px){.ion-display-lg-table{display:table!important}}@media (width>=1200px){.ion-display-xl-table{display:table!important}}.ion-display-table-cell{display:table-cell!important}@media (width>=576px){.ion-display-sm-table-cell{display:table-cell!important}}@media (width>=768px){.ion-display-md-table-cell{display:table-cell!important}}@media (width>=992px){.ion-display-lg-table-cell{display:table-cell!important}}@media (width>=1200px){.ion-display-xl-table-cell{display:table-cell!important}}.ion-display-table-row{display:table-row!important}@media (width>=576px){.ion-display-sm-table-row{display:table-row!important}}@media (width>=768px){.ion-display-md-table-row{display:table-row!important}}@media (width>=992px){.ion-display-lg-table-row{display:table-row!important}}@media (width>=1200px){.ion-display-xl-table-row{display:table-row!important}}:root{--ru-verde-profundo:#004643;--ru-verde:#009894;--ru-aqua:#79c7c5;--ru-gris:#b3b3b3;--ru-blanco:#fff;--ru-negro:#000;--ru-verde-050:#e6f5f4;--ru-verde-100:#c0e7e5;--ru-verde-200:#97d8d5;--ru-verde-300:#62c4c1;--ru-verde-400:#2aaea9;--ru-verde-500:#009894;--ru-verde-600:#00807c;--ru-verde-700:#006663;--ru-verde-800:#004643;--ru-verde-900:#003330;--ru-neutro-000:#fff;--ru-neutro-050:#f7f9f9;--ru-neutro-100:#eef2f2;--ru-neutro-200:#e0e6e6;--ru-neutro-300:#c8d1d1;--ru-neutro-400:#9aa5a5;--ru-neutro-500:#6b7676;--ru-neutro-600:#4d5757;--ru-neutro-700:#363e3e;--ru-neutro-800:#222828;--ru-neutro-900:#101414;--ru-exito:#0f8a5f;--ru-exito-fondo:#e6f5ee;--ru-alerta:#b45309;--ru-alerta-fondo:#fef3c7;--ru-error:#b91c1c;--ru-error-fondo:#fee2e2;--ru-info:var(--ru-verde-700);--ru-info-fondo:var(--ru-verde-050);--ru-texto:var(--ru-neutro-900);--ru-texto-suave:var(--ru-neutro-500);--ru-texto-inverso:var(--ru-blanco);--ru-borde:var(--ru-neutro-200);--ru-font-display:"Rubik Variable", "Rubik", system-ui, -apple-system, sans-serif;--ru-font-body:"Manrope Variable", "Manrope", system-ui, -apple-system, sans-serif;--ru-text-xs:.75rem;--ru-text-sm:.875rem;--ru-text-base:1rem;--ru-text-lg:1.125rem;--ru-text-xl:1.375rem;--ru-text-2xl:1.75rem;--ru-text-3xl:2.25rem;--ru-leading-tight:1.2;--ru-leading-normal:1.5;--ru-leading-relaxed:1.65;--ru-tracking-tight:-.02em;--ru-tracking-normal:0;--ru-tracking-wide:.04em;--ru-weight-light:300;--ru-weight-regular:400;--ru-weight-medium:500;--ru-weight-semibold:600;--ru-weight-bold:700;--ru-space-1:4px;--ru-space-2:8px;--ru-space-3:12px;--ru-space-4:16px;--ru-space-5:20px;--ru-space-6:24px;--ru-space-8:32px;--ru-space-10:40px;--ru-space-12:48px;--ru-space-16:64px;--ru-radius-sm:10px;--ru-radius-md:14px;--ru-radius-lg:20px;--ru-radius-full:999px;--ru-shadow-sm:0 1px 2px #0046430f;--ru-shadow-md:0 4px 16px #0046431a;--ru-shadow-lg:0 12px 32px #00464324;--ru-duration-fast:.15s;--ru-duration-base:.25s;--ru-duration-slow:.4s;--ru-ease-out:cubic-bezier(.16, 1, .3, 1);--ru-ease-spring:cubic-bezier(.4, 1.4, .6, 1);--ru-touch-target:44px;--ru-z-nav:100;--ru-z-sticky:200;--ru-z-modal:1000;--ru-z-toast:1100}@media (prefers-reduced-motion:reduce){:root{--ru-duration-fast:0s;--ru-duration-base:0s;--ru-duration-slow:0s}}:root{--ion-color-primary:var(--ru-verde-profundo);--ion-color-primary-rgb:0, 70, 67;--ion-color-primary-contrast:#fff;--ion-color-primary-contrast-rgb:255, 255, 255;--ion-color-primary-shade:var(--ru-verde-900);--ion-color-primary-tint:var(--ru-verde-700);--ion-color-secondary:var(--ru-verde);--ion-color-secondary-rgb:0, 152, 148;--ion-color-secondary-contrast:#fff;--ion-color-secondary-contrast-rgb:255, 255, 255;--ion-color-secondary-shade:var(--ru-verde-600);--ion-color-secondary-tint:var(--ru-verde-400);--ion-color-tertiary:var(--ru-aqua);--ion-color-tertiary-rgb:121, 199, 197;--ion-color-tertiary-contrast:#004643;--ion-color-tertiary-contrast-rgb:0, 70, 67;--ion-color-tertiary-shade:var(--ru-verde-300);--ion-color-tertiary-tint:var(--ru-verde-200);--ion-color-success:var(--ru-exito);--ion-color-success-rgb:15, 138, 95;--ion-color-success-contrast:#fff;--ion-color-success-contrast-rgb:255, 255, 255;--ion-color-warning:var(--ru-alerta);--ion-color-warning-rgb:180, 83, 9;--ion-color-warning-contrast:#fff;--ion-color-warning-contrast-rgb:255, 255, 255;--ion-color-danger:var(--ru-error);--ion-color-danger-rgb:185, 28, 28;--ion-color-danger-contrast:#fff;--ion-color-danger-contrast-rgb:255, 255, 255;--ion-color-medium:var(--ru-gris);--ion-color-medium-rgb:179, 179, 179;--ion-color-medium-contrast:#000;--ion-color-medium-contrast-rgb:0, 0, 0;--ion-color-light:var(--ru-neutro-100);--ion-color-light-rgb:238, 242, 242;--ion-color-light-contrast:#101414;--ion-color-light-contrast-rgb:16, 20, 20;--ion-color-dark:var(--ru-neutro-900);--ion-color-dark-rgb:16, 20, 20;--ion-color-dark-contrast:#fff;--ion-color-dark-contrast-rgb:255, 255, 255;--ion-background-color:var(--ru-neutro-000);--ion-background-color-rgb:255, 255, 255;--ion-text-color:var(--ru-texto);--ion-text-color-rgb:16, 20, 20;--ion-border-color:var(--ru-borde);--ion-item-border-color:var(--ru-borde);--ion-toolbar-background:var(--ru-neutro-000);--ion-tab-bar-background:var(--ru-neutro-000);--ion-card-background:var(--ru-neutro-000);--ion-font-family:var(--ru-font-body);--ion-border-radius:var(--ru-radius-md)}html{font-family:var(--ru-font-body);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:100%}body{font-family:var(--ru-font-body);font-size:var(--ru-text-base);font-weight:var(--ru-weight-regular);line-height:var(--ru-leading-normal);color:var(--ru-texto);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,.ru-display{font-family:var(--ru-font-display);font-weight:var(--ru-weight-semibold);line-height:var(--ru-leading-tight);letter-spacing:var(--ru-tracking-tight);color:var(--ru-texto);margin:0}h1{font-size:var(--ru-text-2xl);font-weight:var(--ru-weight-bold)}h2{font-size:var(--ru-text-xl)}h3{font-size:var(--ru-text-lg)}h4{font-size:var(--ru-text-base)}p{line-height:var(--ru-leading-relaxed);margin:0}.ru-text-xs{font-size:var(--ru-text-xs)}.ru-text-sm{font-size:var(--ru-text-sm)}.ru-text-base{font-size:var(--ru-text-base)}.ru-text-lg{font-size:var(--ru-text-lg)}.ru-text-xl{font-size:var(--ru-text-xl)}.ru-muted{color:var(--ru-texto-suave)}.ru-label{font-size:var(--ru-text-xs);font-weight:var(--ru-weight-medium);text-transform:uppercase;letter-spacing:var(--ru-tracking-wide);color:var(--ru-texto-suave)}.ru-numeric{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}:focus-visible{outline:2px solid var(--ru-verde);outline-offset:2px;border-radius:var(--ru-radius-sm)}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--ion-background-color);overscroll-behavior-y:none}.ru-scroll-hidden{scrollbar-width:none;-ms-overflow-style:none}.ru-scroll-hidden::-webkit-scrollbar{display:none}.ru-touchable{min-width:var(--ru-touch-target);min-height:var(--ru-touch-target)}.ru-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ru-safe-top{padding-top:env(safe-area-inset-top)}.ru-safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.ru-tabbar{--background:var(--ru-neutro-000);--border:1px solid var(--ru-borde);--color:var(--ru-texto-suave);--color-selected:var(--ru-verde-profundo);padding-bottom:env(safe-area-inset-bottom);height:auto;min-height:60px}.ru-tabbar ion-tab-button{--padding-top:var(--ru-space-2);--padding-bottom:var(--ru-space-2);font-family:var(--ru-font-body)}.ru-tabbar ion-label{font-size:var(--ru-text-xs);font-weight:var(--ru-weight-medium);margin-top:2px}.ru-tabbar ion-icon{font-size:22px}.ru-tabbar ion-tab-button.tab-selected:after{content:"";border-radius:var(--ru-radius-full);background:var(--ru-verde-profundo);width:4px;height:4px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}
