@charset "UTF-8";*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}.font{font-family:Montserrat,sans-serif;font-synthesis:none}.light{font-family:Montserrat-Light,sans-serif;font-weight:300}.regular{font-family:Montserrat-Regular,sans-serif;font-weight:400}.medium{font-family:Montserrat-Medium,sans-serif;font-weight:500}.semibold{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}.bold{font-family:Montserrat-Bold,sans-serif;font-weight:700}.extrabold{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}:root{--app-height: 100%}html,body{height:100%;margin:0;overscroll-behavior:none;color:var(--foreground-primary)}#root{background-color:var(--layout-background);min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a:focus-visible,button:focus-visible{box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,var(--background) 0 0 0 2px,var(--accent) 0 0 0 4px,transparent 0 0 0 0}a{text-decoration:none;color:inherit;cursor:pointer}a:hover{text-decoration:underline}input,textarea,button{border:none;outline:none;background:none}input,textarea{font-family:Montserrat-Medium,sans-serif;font-weight:500;border-color:var(--border)}input::placeholder,textarea::placeholder{color:var(--placeholder)}input:placeholder-shown,textarea:placeholder-shown{text-overflow:ellipsis}:root{--black: #000;--white: #fff;--blue-50: #f0faff;--blue-100: #c1e8ff;--blue-100-60: #c1e8ff99;--blue-200: #96d8ff;--blue-300: #79c7fa;--blue-500-75: #1da1f1bf;--blue-500: #1da1f1;--green-50: #f3fcf5;--green-100: #e6f7e8;--green-200: #b8e8bd;--green-300: #9cdba3;--green-400: #7fce89;--green-500: #5cc16a;--red-50: #ffeded;--red-100: #fee3e3;--red-200: #ffc8c8;--red-300: #ff9b9b;--red-400: #ff6d6d;--red-500: #ff3434;--yellow-50: #fffcf0;--yellow-100: #fff6e3;--yellow-200: #ffe1a0;--yellow-300: #FFD67E;--yellow-500: #ffbf3a;--yellow-700: #dc7609;--indigo-100: #7f86a2;--indigo-500: #282a43;--navy: #0b2650;--gray-50: #fafafa;--gray-100: #f6f6f6;--gray-200: #ebebeb;--gray-300: #dfdfdf;--gray-400: #a5a5a5;--gray-500: #818181;--gray-600: #535353;--gray-700: #2d2d2d;--gray-800: #212121;--accent: var(--blue-500);--destructive: var(--red-500);--destructive-light: var(--red-400);--success: var(--green-500);--gold: var(--yellow-500);--blue-gradient: linear-gradient(to top, #1da1f1, #58c0ff);--green-gradient: linear-gradient(to top, #59d640, #7ae389);--gray-gradient: linear-gradient(180deg, #efefef 40%, #dfdfdf 100%);--foreground-primary: var(--black);--foreground-secondary: var(--gray-500);--foreground-tertiary: var(--gray-400);--foreground-highlight: var(--accent);--foreground-destructive: var(--destructive);--foreground-destructive-light: var(--destructive-light);--foreground-success: var(--success);--foreground-inverted: var(--white);--foreground-disabled: var(--gray-400);--background: var(--white);--layout-background: var(--gray-200);--background-disabled: var(--gray-100);--background-destructive: var(--red-50);--background-success: var(--green-100);--surface-background-hover: var(--gray-50);--surface-background-active: var(--gray-100);--sidebar-menu-background: var(--gray-100);--sidebar-menu-button-hover: var(--gray-200);--sidebar-menu-button-active: var(--gray-300);--sidebar-item-background-active: var(--green-50);--background-muted: var(--gray-100);--background-muted-hover: var(--gray-200);--background-muted-active: var(--gray-300);--dropdown-option-hover: var(--gray-100);--dropdown-option-active: var(--gray-200);--divider: var(--gray-100);--overlay: rgba(0, 0, 0, .3);--tooltip-background: var(--gray-600);--border: var(--gray-300);--layout-border: var(--gray-200);--input-accent-border: var(--blue-500-75);--input-accent-border-spread: var(--blue-100-60);--placeholder: var(--gray-400);--success-toast-bg: var(--green-100);--success-toast-border: var(--green-200);--success-toast-text: var(--green-500);--info-toast-bg: var(--blue-50);--info-toast-border: var(--blue-300);--info-toast-text: var(--blue-500);--error-toast-bg: var(--red-50);--error-toast-border: var(--red-200);--error-toast-text: var(--red-500);--warning-toast-bg: var(--yellow-50);--warning-toast-border: var(--yellow-200);--warning-toast-text: var(--yellow-700);--z-below: -1;--z-base: 0;--z-floating-element: 1;--z-scroll-container: 1;--z-popover: 2;--z-sidebar-overlay: 3;--z-sidebar: 4;--z-overlay: 5;--z-modal: 6;--z-call-widget: 7}@font-face{font-family:Montserrat-Light;src:url(./Montserrat-Light.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(./Montserrat-Regular.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(./Montserrat-Medium.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(./Montserrat-SemiBold.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(./Montserrat-Bold.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(./Montserrat-ExtraBold.otf) format("opentype")}._font_11k9t_31{font-family:Montserrat,sans-serif;font-synthesis:none}._light_11k9t_36{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_11k9t_41{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_11k9t_46{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_11k9t_51{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_11k9t_56{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_11k9t_61{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._root_s60q0_1{height:100%}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_kztma_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_kztma_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_kztma_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_kztma_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_kztma_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_kztma_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_kztma_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_kztma_60{display:flex;align-items:center;padding:10px;border-radius:10px}._playPauseButton_kztma_67{display:flex;align-items:center;justify-content:center;margin-inline-end:15px;width:14px;height:14px;flex-shrink:0;background-color:transparent;border:none;cursor:pointer;transition:transform .2s,opacity .2s;color:var(--accent)}._playPauseButton_kztma_67:active{transform:scale(.9)}@media (hover){._playPauseButton_kztma_67:hover{opacity:.7}}._playPauseIcon_kztma_90{width:100%;height:100%}._duration_kztma_95{width:45px;flex-shrink:0;margin-inline-start:10px;font-size:12px;-webkit-user-select:none;user-select:none}._loading_kztma_104{width:22px;height:22px;padding:0;fill:var(--black)}._slider_kztma_111{background-color:unset}.rc-slider-handle:focus-visible{box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,var(--background) 0 0 0 2px,var(--accent) 0 0 0 4px,transparent 0 0 0 0!important}._avatarContainer_o505o_1{position:relative;display:inline-flex;width:40px;height:40px;flex-shrink:0;border-radius:50%;border:1px solid var(--border);overflow:hidden}._avatar_o505o_1{width:100%;height:100%;object-fit:cover}._skeletonContainer_o505o_18{position:absolute;top:0;right:0;bottom:0;left:0}._skeleton_o505o_18{width:40px;height:40px;align-items:center}._hidden_o505o_29{visibility:hidden}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_p54p2_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_p54p2_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_p54p2_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_p54p2_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_p54p2_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_p54p2_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_p54p2_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._button_p54p2_60{display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:16px;line-height:16px;color:var(--white);border-radius:4px;outline:none;-webkit-user-select:none;user-select:none;width:fit-content;text-align:center;transition:opacity .15s ease,transform .15s ease,filter .15s ease,background-color .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}._button_p54p2_60:disabled{cursor:not-allowed}._button_p54p2_60:hover{text-decoration:none}._button_p54p2_60[data-loading=false]:disabled{color:var(--foreground-disabled);background:var(--background-disabled)}._button_p54p2_60 ._loading_p54p2_87{color:inherit;font-size:inherit}._button_p54p2_60 ._loading_p54p2_87 ._spinner_p54p2_91{width:16px;height:16px;color:inherit}._small_p54p2_97{padding:8px}._medium_p54p2_40{padding:10px 12px}._large_p54p2_105{padding:16px 28px}._rounded_p54p2_109{border-radius:50px}._green-gradient_p54p2_125{background-image:var(--green-gradient)}@media (hover: hover){._green-gradient_p54p2_125:not([disabled]):hover{opacity:.7}}._green-gradient_p54p2_125:not([disabled]):active{opacity:.5}._blue-gradient_p54p2_138{background-image:var(--blue-gradient)}@media (hover: hover){._blue-gradient_p54p2_138:not([disabled]):hover{opacity:.7}}._blue-gradient_p54p2_138:not([disabled]):active{opacity:.5}._gray-gradient_p54p2_151{background-image:var(--gray-gradient)}@media (hover: hover){._gray-gradient_p54p2_151:not([disabled]):hover{opacity:.7}}._gray-gradient_p54p2_151{color:var(--black)}@media (hover: hover){._gray-gradient_p54p2_151:not([disabled]):hover{filter:brightness(.9)}}._gray-gradient_p54p2_151:not([disabled]):active{opacity:.5}._white_p54p2_176{box-shadow:0 0 0 1px var(--border);color:var(--black);background-color:var(--white)}@media (hover: hover){._white_p54p2_176:not([disabled]):hover{background-color:var(--gray-100)}}._white_p54p2_176:not([disabled]):active{background-color:var(--gray-200)}._gray_p54p2_151{background-color:var(--background-muted);color:var(--black);box-shadow:none}@media (hover: hover){._gray_p54p2_151:not([disabled]):hover{background-color:var(--background-muted-hover)}}._gray_p54p2_151:not([disabled]):active{background-color:var(--background-muted-active)}._red_p54p2_204{background-color:var(--destructive)}@media (hover: hover){._red_p54p2_204:not([disabled]):hover{background:var(--red-400)}}._red_p54p2_204:not([disabled]):active{background-color:var(--red-300)}._blue_p54p2_138{background-color:var(--accent)}@media (hover: hover){._blue_p54p2_138:not([disabled]):hover{background-color:var(--blue-300)}}._blue_p54p2_138:not([disabled]):active{background-color:var(--blue-200)}._green_p54p2_125{background-color:var(--success)}@media (hover: hover){._green_p54p2_125:not([disabled]):hover{background-color:var(--green-400)}}._green_p54p2_125:not([disabled]):active{background-color:var(--green-300)}._gold_p54p2_240{background-color:var(--gold)}@media (hover: hover){._gold_p54p2_240:not([disabled]):hover{background-color:var(--yellow-300)}}._gold_p54p2_240:not([disabled]):active{background-color:var(--yellow-200)}._transparent_p54p2_252{background:transparent;border:none;color:var(--foreground-tertiary)}@media (hover: hover){._transparent_p54p2_252:not([disabled]):hover{opacity:.7}}._transparent_p54p2_252[data-loading=false]:disabled{color:var(--gray-300);background:transparent}._transparent_p54p2_252:not([disabled]):active{opacity:.5}._ghost_p54p2_270{box-shadow:none;color:var(--foreground-secondary)}@media (hover: hover){._ghost_p54p2_270:not([disabled]):hover{background-color:var(--gray-100)}}._ghost_p54p2_270:not([disabled]):active{background-color:var(--gray-300)}._ghost_p54p2_270:disabled{color:var(--gray-400)}._fullWidth_p54p2_286{width:100%}._icon_p54p2_290{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0}._icon_p54p2_290 svg{width:20px;height:20px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_8qfil_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_8qfil_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_8qfil_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_8qfil_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_8qfil_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_8qfil_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_8qfil_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._button_8qfil_60{--banner-button-background: var(--green-500);--banner-button-background-hover: var(--green-400);--banner-button-color: var(--foreground-inverted);position:sticky;bottom:0;padding:20px 0 30px;font-size:18px;background-color:var(--banner-button-background);color:var(--banner-button-color);text-align:center;cursor:pointer}@media (hover: hover){._button_8qfil_60:hover{background-color:var(--banner-button-background-hover)}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}._flag_13e7c_1{transform:scale(1.05)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_o3pe5_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_o3pe5_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_o3pe5_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_o3pe5_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_o3pe5_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_o3pe5_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_o3pe5_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._inputWrapper_o3pe5_60{margin-bottom:10px;border:1px solid var(--border);border-radius:5px;text-align:left;font-size:12px;transition:box-shadow .2s ease-out,border-color .2s ease-out}@media (min-width: 800px){._inputWrapper_o3pe5_60{font-size:14px}}._input_o3pe5_60{padding-inline:5px;border:none;outline:none}._input_o3pe5_60:placeholder-shown{text-overflow:ellipsis}[dir=rtl] ._input_o3pe5_60::placeholder{text-align:end}._inputWrapperError_o3pe5_90,._inputWrapperError_o3pe5_90 .PhoneInputCountry{border-color:var(--foreground-destructive-light)}.PhoneInput--focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--input-accent-border-spread)}.PhoneInput--focus .PhoneInputCountry{border-right-color:var(--accent)}.PhoneInputCountry{padding:12px 5px;border-inline-end:1px solid var(--border)}@media (min-width: 800px){.PhoneInputCountry{padding:12px 10px}}.PhoneInputCountry:focus+.PhoneInputCountryIcon--border{box-shadow:none}.PhoneInputCountryIcon{width:21px;height:21px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 1px var(--border),inset 0 0 0 1px var(--border)}.PhoneInputCountrySelectArrow{margin-left:unset;margin-inline-start:var(--PhoneInputCountrySelectArrow-marginLeft)}:root{--PhoneInput-color--focus: var(--accent);--PhoneInputCountrySelectArrow-color--focus: var(--border);--PhoneInputCountryFlag-borderColor: var(--border);--PhoneInputCountryFlag-borderColor--focus: var(--border)}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}._flagContainer_1ljgb_1{position:relative;display:inline-flex;flex-shrink:0;border-radius:50%;box-shadow:0 0 0 .5px var(--border),inset 0 0 0 .5px var(--border);overflow:hidden}._skeletonContainer_1ljgb_10{position:absolute;top:0;right:0;bottom:0;left:0}._skeleton_1ljgb_10{align-items:center}._flag_1ljgb_1,._skeleton_1ljgb_10{transform:scale(1.05)}._hidden_1ljgb_23{visibility:hidden}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_134gr_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_134gr_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_134gr_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_134gr_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_134gr_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_134gr_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_134gr_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._loadingContainer_134gr_60{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 5px;font-size:14px;color:var(--foreground-secondary)}@media (min-width: 800px){._loadingContainer_134gr_60{font-size:17px}}._loadIcon_134gr_76{width:18px;height:18px;animation:_rotate_134gr_1 3s linear infinite}@media (min-width: 800px){._loadIcon_134gr_76{width:22px;height:22px}}@keyframes _rotate_134gr_1{to{transform:rotate(360deg)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_gwoq2_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_gwoq2_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_gwoq2_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_gwoq2_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_gwoq2_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_gwoq2_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_gwoq2_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._labels_gwoq2_60{flex-direction:row}._label_gwoq2_60{display:flex;align-items:center;font-size:12px;color:var(--foreground-tertiary)}@media (min-width: 800px){._label_gwoq2_60{font-size:13px}}._labelFirst_gwoq2_77{order:-1}._roundedLabel_gwoq2_81{margin-inline-end:8px;margin-bottom:8px;min-height:35px;border-radius:17.2px;background-color:var(--background-muted);padding:12px 15px;max-height:35px;display:flex;width:fit-content;align-items:center;color:var(--foreground-primary);cursor:default;white-space:nowrap;font-size:11px}@media (min-width: 800px){._roundedLabel_gwoq2_81{padding:12px 20px;font-size:13px;margin-inline-end:14px;margin-bottom:14px}}._roundedLabelActive_gwoq2_107{border:solid 1.6px var(--gold);background-color:var(--background);cursor:pointer}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_y83w8_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_y83w8_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_y83w8_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_y83w8_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_y83w8_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_y83w8_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_y83w8_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_y83w8_60{flex-grow:1}._noResult_y83w8_64{display:flex;flex-direction:column;align-items:center;padding:80px 35px;text-align:center}._noResultsTitle_y83w8_72{padding-bottom:15px;font-size:22px}._noResultText_y83w8_78{font-size:14px;color:var(--foreground-primary);text-align:center}._noResultImage_y83w8_85{width:70px;margin-bottom:30px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_16b71_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_16b71_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_16b71_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_16b71_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_16b71_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_16b71_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_16b71_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._loadingWrapper_16b71_60{display:flex;justify-content:center;padding:30px 0}._listContainer_16b71_66{flex-grow:1;overflow:scroll}._listItem_16b71_71{width:100%;display:flex;flex-direction:column;padding:20px 15px;font-size:16px;text-align:start;cursor:pointer}._listItem_16b71_71:hover{background-color:var(--surface-background-hover)}._listItem_16b71_71:focus-visible,._listItem_16b71_71:focus-within{box-shadow:none;background-color:var(--surface-background-hover)}._listItem_16b71_71 button[role=checkbox]:focus-visible{box-shadow:none}@media (min-width: 800px){._listItem_16b71_71{padding:20px}}._listItemRow_16b71_97{display:flex;justify-content:space-between;align-items:center;width:100%}._countryName_16b71_104{display:flex;align-items:center}._countriesCategory_16b71_109{position:sticky;top:0;padding:15px 15px 10px;font-size:10px;color:var(--foreground-secondary);background-color:var(--background);text-align:start;text-transform:uppercase;z-index:var(--z-scroll-container)}@media (min-width: 800px){._countriesCategory_16b71_109{padding:15px 20px 10px}}._countriesCategory_16b71_109:first-of-type{margin-top:20px}._flag_16b71_130{width:21px;height:21px;margin-inline-end:15px;vertical-align:middle}._suffix_16b71_137{display:flex;align-items:center;gap:20px}._subtext_16b71_143{font-size:13px;color:var(--foreground-tertiary)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_m5my2_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_m5my2_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_m5my2_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_m5my2_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_m5my2_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_m5my2_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_m5my2_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_m5my2_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_m5my2_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_m5my2_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_m5my2_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_m5my2_92[data-state=open]{animation:_fadeIn_m5my2_1 .15s ease-out,_scaleIn_m5my2_1 .15s ease-out}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_m5my2_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._trigger_m5my2_156{user-select:none;-webkit-user-select:none}@media (hover: hover){._trigger_m5my2_156{user-select:auto;-webkit-user-select:auto}}._menu_m5my2_167{min-width:200px;padding:0;border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 13px #0000001a;background:var(--background);font-size:17px;overflow:hidden;z-index:var(--z-popover)}@media (min-width: 800px){._menu_m5my2_167{min-width:250px}}._item_m5my2_185{display:flex;padding:15px;cursor:pointer}@media (hover: hover){._item_m5my2_185:hover{background-color:var(--dropdown-option-hover)}}._item_m5my2_185:not(:last-child){border-bottom:1px solid var(--border)}@media (min-width: 800px){._item_m5my2_185{padding:20px}}._item_m5my2_185[data-highlighted]{background-color:var(--dropdown-option-hover)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1wh19_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1wh19_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1wh19_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1wh19_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1wh19_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1wh19_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1wh19_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_1wh19_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1wh19_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_1wh19_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_1wh19_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_1wh19_92[data-state=open]{animation:_fadeIn_1wh19_1 .15s ease-out,_scaleIn_1wh19_1 .15s ease-out}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1wh19_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._menu_1wh19_156{display:flex;flex-direction:column;min-width:200px;padding:0;border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 13px #0000001a;background:var(--background);font-size:17px;overflow:hidden;z-index:var(--z-popover)}@media (min-width: 800px){._menu_1wh19_156{min-width:250px}}._item_1wh19_176{padding:15px;cursor:pointer}@media (hover: hover){._item_1wh19_176:hover{background-color:var(--dropdown-option-hover)}}._item_1wh19_176:hover{text-decoration:none}._item_1wh19_176:not(:last-child){border-bottom:1px solid var(--border)}._item_1wh19_176:focus-visible{box-shadow:none}@media (min-width: 800px){._item_1wh19_176{padding:20px}}._item_1wh19_176[data-highlighted]{background-color:var(--dropdown-option-hover)}._destructive_1wh19_203{color:var(--foreground-destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_hbvfi_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_hbvfi_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_hbvfi_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_hbvfi_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_hbvfi_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_hbvfi_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_hbvfi_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_hbvfi_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_hbvfi_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_hbvfi_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_hbvfi_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_hbvfi_92[data-state=open]{animation:_fadeIn_hbvfi_1 .15s ease-out,_scaleIn_hbvfi_1 .15s ease-out}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_hbvfi_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._tooltipContent_hbvfi_156{background-color:var(--tooltip-background);color:var(--foreground-inverted);padding:10px;border-radius:4px;font-size:12px;z-index:var(--z-popover);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1)}._tooltipContent_hbvfi_156[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_hbvfi_1}._tooltipContent_hbvfi_156[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_hbvfi_1}._tooltipContent_hbvfi_156[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_hbvfi_1}._tooltipContent_hbvfi_156[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_hbvfi_1}@keyframes _slideUpAndFade_hbvfi_1{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideRightAndFade_hbvfi_1{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes _slideDownAndFade_hbvfi_1{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_hbvfi_1{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_111kn_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_111kn_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_111kn_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_111kn_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_111kn_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_111kn_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_111kn_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._input_111kn_60{padding:0;margin:0;width:40px;height:50px;background-color:var(--background-muted);font-size:26px;text-align:center;border-radius:5px;border:none;outline:none}@media (min-width: 800px){._input_111kn_60{width:50px;height:60px;font-size:33px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_12x2j_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_12x2j_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_12x2j_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_12x2j_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_12x2j_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_12x2j_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_12x2j_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_12x2j_60{display:flex;align-items:center;width:100%;position:relative;border-bottom:1px solid var(--layout-border)}._searchContainer_12x2j_68{display:flex;align-items:center;flex:1;padding:0 16px}@media (min-width: 800px){._searchContainer_12x2j_68{padding:0 24px}}._input_12x2j_80{padding:20px 0;width:100%;text-align:start;border:none}[dir=rtl] ._input_12x2j_80::placeholder{text-align:end}._searchIcon_12x2j_94{width:13px;margin-inline-start:5px;fill:var(--placeholder)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1ve6l_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1ve6l_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1ve6l_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1ve6l_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1ve6l_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1ve6l_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1ve6l_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._switchRoot_1ve6l_60{position:relative;width:100%;display:grid;grid-template-columns:1fr 1fr;flex-shrink:0;align-items:center;border:1px solid var(--border);background-color:var(--background);border-radius:4px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;z-index:var(--z-base)}._label_1ve6l_78{display:flex;align-items:center;justify-content:center;padding:5px;font-size:14px;text-transform:lowercase;overflow:hidden;transition:color .15s ease}@media (min-width: 800px){._label_1ve6l_78{padding:8px;font-size:15px}}@media (min-width: 1200px){._label_1ve6l_78{font-size:16px}}._label_1ve6l_78>span{width:100%;text-align:center;word-break:break-word}._thumb_1ve6l_105{position:absolute;top:0;inset-inline-start:0;width:50%;height:100%;z-index:var(--z-below);transition:inset-inline-start .15s cubic-bezier(.25,.46,.45,.94)}[data-state=unchecked] ._thumb_1ve6l_105{background-color:var(--background-destructive)}[data-state=unchecked] ._label_1ve6l_78._off_1ve6l_119{color:var(--foreground-destructive)}[data-state=checked] ._thumb_1ve6l_105{inset-inline-start:50%;background-color:var(--background-success)}[data-state=checked] ._label_1ve6l_78._on_1ve6l_128{color:var(--foreground-success)}._button_hygll_1{width:57px;height:57px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--white);cursor:pointer;transition:filter .2s ease-in-out,transform .1s ease-out}@media (hover: hover){._button_hygll_1:hover{filter:brightness(.6)}}._button_hygll_1:active{transform:scale(.95)}._black_hygll_21{background-color:var(--black)}._red_hygll_25{background-color:var(--destructive)}._green_hygll_29{background-color:var(--success)}._wrapper_qhh4t_1{display:flex;justify-content:center;gap:12px}._item_qhh4t_7{height:40px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1skle_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1skle_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1skle_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1skle_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1skle_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1skle_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1skle_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._itemContainer_1skle_60{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:10px;margin-bottom:5px;border-radius:5px;font-size:18px;border:2px solid transparent;cursor:pointer;white-space:break-spaces}._itemContainer_1skle_60._outline_1skle_74,._itemContainer_1skle_60:hover{border:2px solid var(--layout-border)}._itemContainer_1skle_60._selectedItem_1skle_80,._itemContainer_1skle_60._selectedItem_1skle_80:hover{border:2px solid var(--accent)}._itemContainer_1skle_60._selectedItem_1skle_80 ._radioButton_1skle_86:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:var(--accent);border-radius:50%}._itemContainer_1skle_60._selectedItem_1skle_80._disabledItem_1skle_97{border:2px solid var(--background-disabled)}._itemContainer_1skle_60._selectedItem_1skle_80._disabledItem_1skle_97 ._radioButton_1skle_86:before{background-color:var(--background-disabled)}._disabledItem_1skle_97{pointer-events:none;color:var(--foreground-disabled)}._radioButton_1skle_86{display:inline-block;position:relative;width:17px;height:17px;margin-inline-end:10px;border-radius:50%;border:1px solid var(--layout-border)}._checkboxContainer_1fbcv_1{--checkbox-accent: var(--success);position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;border:2px solid var(--layout-border);border-radius:32%;cursor:pointer}._checkboxContainer_1fbcv_1[data-state=checked]{background-color:var(--checkbox-accent);border-color:var(--checkbox-accent)}@media (min-width: 800px){._checkboxContainer_1fbcv_1{width:25px;height:25px}}._indicator_1fbcv_25{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._check_1fbcv_1{position:absolute;top:23%;width:65%;height:65%;fill:var(--white)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_17bcb_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_17bcb_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_17bcb_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_17bcb_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_17bcb_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_17bcb_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_17bcb_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._overlay_17bcb_60{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-overlay);background:var(--overlay);text-align:center;white-space:nowrap;overflow-x:hidden;overflow-y:auto}._overlay_17bcb_60:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}._overlayTransition_17bcb_84{opacity:0;transition:opacity .15s ease-out}._overlayAfterOpen_17bcb_89{opacity:1}._overlayBeforeClose_17bcb_93{opacity:0}._modal_17bcb_97{display:inline-block;padding:20px 16px;max-width:320px;width:calc(100% - 40px);vertical-align:middle;outline:none;white-space:normal;font-size:20px;line-height:1.55;text-align:center;background:var(--background);border-radius:20px;box-shadow:0 1px 6px #00000026;z-index:var(--z-modal)}@media (min-width: 800px){._modal_17bcb_97{max-width:550px;width:auto;padding:30px 55px}}._modalTransition_17bcb_122{opacity:0;transform:scale(.9);transition:opacity .15s ease-out,transform .15s ease-out}._modalAfterOpen_17bcb_128{opacity:1;transform:scale(1)}._modalBeforeClose_17bcb_133{opacity:0;transform:scale(.9)}._title_17bcb_138{margin-bottom:15px;font-size:20px;text-align:center}@media (min-width: 800px){._title_17bcb_138{font-size:26px;margin-bottom:20px}}._footer_17bcb_151{border-top:1px solid var(--layout-border);padding:17px 20px;text-align:center}._spinner_1mo5b_1{width:40px;height:40px;animation:_rotate_1mo5b_1 .75s linear infinite}@keyframes _rotate_1mo5b_1{to{transform:rotate(360deg)}}._modal_188es_1{display:flex;justify-content:center;align-items:center;padding:20px;max-width:80px;border-radius:10px;background-color:var(--accent)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_y6r17_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_y6r17_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_y6r17_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_y6r17_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_y6r17_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_y6r17_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_y6r17_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._labels_y6r17_60{display:flex;margin:22px;flex-wrap:wrap}._card_15160_1{position:relative}._cardContent_15160_5{position:absolute}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_udhnw_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_udhnw_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_udhnw_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_udhnw_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_udhnw_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_udhnw_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_udhnw_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_udhnw_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_udhnw_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_udhnw_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_udhnw_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_udhnw_92[data-state=open]{animation:_fadeIn_udhnw_1 .15s ease-out,_scaleIn_udhnw_1 .15s ease-out}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_udhnw_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._copyItem_udhnw_156{display:flex;align-items:center;gap:10px;color:var(--foreground-inverted);cursor:pointer}._copyItem_udhnw_156[data-copied=true]{opacity:1}._copyIcon_udhnw_167{width:13px;height:14px}._copyText_udhnw_172{font-size:13px;-webkit-user-select:none;user-select:none}._popoverContent_udhnw_177{background-color:var(--tooltip-background);color:var(--foreground-inverted);padding:10px;border-radius:4px;font-size:12px;z-index:var(--z-popover);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1)}._popoverContent_udhnw_177[data-state=open][data-side=top]{animation-name:_slideDownAndFade_udhnw_1}._popoverContent_udhnw_177[data-state=open][data-side=right]{animation-name:_slideLeftAndFade_udhnw_1}._popoverContent_udhnw_177[data-state=open][data-side=bottom]{animation-name:_slideUpAndFade_udhnw_1}._popoverContent_udhnw_177[data-state=open][data-side=left]{animation-name:_slideRightAndFade_udhnw_1}@keyframes _slideUpAndFade_udhnw_1{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideRightAndFade_udhnw_1{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes _slideDownAndFade_udhnw_1{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_udhnw_1{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1xb3h_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1xb3h_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1xb3h_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1xb3h_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1xb3h_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1xb3h_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1xb3h_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._backButton_1xb3h_60{display:flex;align-items:center;font-size:13px;transition:.2s;cursor:pointer}._backButton_1xb3h_60:hover{text-decoration:none;opacity:.65}._backArrow_1xb3h_73{position:relative;width:12px}[dir=rtl] ._backArrow_1xb3h_73{transform:rotateY(180deg)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1t3zr_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1t3zr_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1t3zr_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1t3zr_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1t3zr_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1t3zr_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1t3zr_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._status_1t3zr_60{display:flex;align-items:center;max-width:max-content;padding:4px 10px;border-radius:10px;font-size:9px;color:var(--white)}@media (min-width: 800px){._status_1t3zr_60{font-size:8px}}._text_1t3zr_76{overflow:hidden;text-overflow:ellipsis}._danger_1t3zr_81{background-color:var(--destructive)}._warning_1t3zr_86{background-color:var(--gold)}._arrowIcon_1t3zr_91{width:5px;margin-inline-start:6px;fill:var(--white)}[dir=rtl] ._arrowIcon_1t3zr_91{transform:rotate(180deg)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ssnci_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ssnci_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ssnci_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ssnci_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ssnci_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ssnci_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ssnci_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_ssnci_60{position:relative;width:100%;display:flex;align-items:center;border-bottom:1px solid var(--border)}._container_ssnci_60._disabled_ssnci_67{pointer-events:none;opacity:.5}._container_ssnci_60:focus-within{border-bottom:1px solid var(--success)}._container_ssnci_60:focus-within ._label_ssnci_74{transform:translateY(-135%) scale(.8)}._wrapper_ssnci_78{display:flex;justify-content:space-between;width:100%}._wrapper_ssnci_78._withIcon_ssnci_83{width:calc(100% - 40px)}._label_ssnci_74{position:absolute;top:50%;font-size:14px;color:var(--foreground-secondary);transform:translateY(-50%) scale(1);transform-origin:top left;pointer-events:none}[dir=rtl] ._label_ssnci_74{transform-origin:top right}._labelTransition_ssnci_101{transition:all .2s ease-out}._labelActive_ssnci_105{transform:translateY(-135%) scale(.8)}._input_ssnci_109{width:100%;padding-block:12px;font-size:14px;text-align:start}._input_ssnci_109:-webkit-autofill,._input_ssnci_109 :-webkit-autofill:hover,._input_ssnci_109 :-webkit-autofill:focus,._input_ssnci_109 :-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--background) inset}._iconButton_ssnci_123{position:absolute;inset-inline-end:5px}._error_ssnci_128{border-bottom:1px solid var(--destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1fmaq_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1fmaq_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1fmaq_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1fmaq_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1fmaq_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1fmaq_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1fmaq_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1fmaq_60{padding:3px 6px;border-radius:3px;font-size:8px;text-transform:uppercase}._default_1fmaq_68{background-color:var(--background-muted);color:var(--foreground-tertiary)}._danger_1fmaq_73{background-color:var(--destructive);color:var(--white)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_oebyv_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_oebyv_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_oebyv_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_oebyv_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_oebyv_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_oebyv_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_oebyv_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_oebyv_60{flex:1}._container_oebyv_60>._control_oebyv_63{font-size:14px;text-overflow:ellipsis;cursor:pointer}._container_oebyv_60>._control_oebyv_63._controlFocused_oebyv_68{opacity:.5}._container_oebyv_60 ._valueContainer_oebyv_71>input{left:unset}._menu_oebyv_78{background-color:var(--background);box-shadow:0 6px 13px #00000026;border:solid 1px var(--border);font-size:14px}._option_oebyv_85{padding:15px 10px;letter-spacing:normal}._option_oebyv_85:hover{background-color:var(--dropdown-option-hover)}._optionSelected_oebyv_94{color:var(--foreground-success)}._optionFocused_oebyv_98{background-color:var(--dropdown-option-hover)}._dropdownIndicatorContainer_oebyv_102{display:flex;margin-inline-start:10px}._dropdownIndicator_oebyv_102{width:10px;transform:rotate(0)}._dropdownIndicatorOpened_oebyv_112{transform:rotate(180deg)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_z08h2_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_z08h2_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_z08h2_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_z08h2_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_z08h2_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_z08h2_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_z08h2_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_z08h2_60{display:flex;flex-direction:column;flex:.5 1;aspect-ratio:7/5;align-items:center;border:1px solid var(--border);border-radius:9px}._header_z08h2_71{width:100%;padding:10px 5px;margin-bottom:10px;border-bottom:1px solid var(--border);font-size:14px;color:var(--gold);text-align:center;white-space:wrap}@media (min-width: 800px){._header_z08h2_71{padding:15px 5px}}._content_z08h2_87{display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1;width:100%}._count_z08h2_96{font-size:26px;text-align:center}@media (min-width: 800px){._count_z08h2_96{font-size:28px}}._text_z08h2_106{padding:0 5px;margin-bottom:10px;font-size:14px;color:var(--foreground-secondary);white-space:wrap;text-align:center}@media (min-width: 800px){._text_z08h2_106{margin-bottom:15px}}._button_z08h2_120{width:50%;margin-bottom:15px;padding:7px 5px;font-size:12px}@media (min-width: 800px){._button_z08h2_120{font-size:14px;margin-bottom:13px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_13gas_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_13gas_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_13gas_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_13gas_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_13gas_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_13gas_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_13gas_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._counter_13gas_60{display:flex;justify-content:center;align-items:center;min-width:15px;height:15px;padding:2px;border-radius:10px;font-size:12px;text-align:center;color:var(--white);background-color:var(--destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_fmcz5_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_fmcz5_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_fmcz5_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_fmcz5_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_fmcz5_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_fmcz5_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_fmcz5_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._playerContainer_fmcz5_60{display:flex;align-items:center;width:100%}._playPauseButton_fmcz5_66{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-inline-end:15px;border-radius:50%;background-color:var(--destructive);cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s;color:var(--white)}._playPauseButton_fmcz5_66:active{transform:scale(.9)}._playPauseButton_fmcz5_66:disabled{pointer-events:none}._playPauseIcon_fmcz5_87{width:12px;height:12px}._container_fmcz5_92{display:flex;align-items:center;overflow:hidden}._container_fmcz5_92._initialAnimation_fmcz5_97{max-width:0;animation:_width_fmcz5_1 .4s .1s ease-out forwards,_opacity_fmcz5_1 .2s ease-out forwards}._container_fmcz5_92._initialAnimation_fmcz5_97 ._duration_fmcz5_101{opacity:0;animation:_opacity_fmcz5_1 .3s .3s ease-out forwards}._waveformWrapper_fmcz5_106{position:relative}._waveform_fmcz5_106{display:flex;align-items:center;margin-inline-end:5px}@media (min-width: 800px){._waveform_fmcz5_106{margin-inline-end:10px}}._waveformPlaying_fmcz5_121{opacity:.5}._progress_fmcz5_125{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0px 100% 0px 0px);overflow:hidden}._hidden_fmcz5_132{visibility:hidden}._duration_fmcz5_101{font-size:14px;text-align:end;-webkit-user-select:none;user-select:none}._loading_fmcz5_143{padding:0;font-size:14px;opacity:0;animation:_opacity_fmcz5_1 .3s .1s ease-out forwards}._spinner_fmcz5_150{width:18px;height:18px;color:#fff}@keyframes _width_fmcz5_1{0%{max-width:0}to{max-width:100%}}@keyframes _opacity_fmcz5_1{0%{opacity:0}to{opacity:1}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1g1g9_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1g1g9_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1g1g9_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1g1g9_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1g1g9_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1g1g9_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1g1g9_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._buttonContainer_1g1g9_60{position:relative;display:flex;justify-content:center;align-items:center;margin-inline-end:10px;z-index:var(--z-base)}._recordButton_1g1g9_69{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:var(--white);background-color:var(--destructive);cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s,transform .2s}._recordButton_1g1g9_69:active{transform:scale(.9)}@media (hover){._recordButton_1g1g9_69:hover{opacity:.8}}._recordButtonIcon_1g1g9_91{width:12px;height:12px}._micIcon_1g1g9_96{width:16px;height:16px}._blob_1g1g9_101{position:absolute;width:100%;height:100%;z-index:var(--z-below);transition:transform .2s ease-out}._duration_1g1g9_109{font-size:14px;text-align:end;-webkit-user-select:none;user-select:none}._recordingText_1g1g9_116{position:absolute;inset-inline-start:100px;font-size:14px;color:var(--foreground-tertiary);-webkit-user-select:none;user-select:none}._overlay_285gp_1{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:var(--overlay);overflow-y:auto;z-index:var(--z-overlay)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_mqnuk_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_mqnuk_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_mqnuk_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_mqnuk_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_mqnuk_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_mqnuk_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_mqnuk_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_mqnuk_60{--callout-background: var(--gray-100);--callout-text: var(--indigo-100);display:flex;padding:18px 14px;border-radius:18px;background-color:var(--callout-background);color:var(--callout-text);font-size:12px}@media (min-width: 800px){._container_mqnuk_60{padding:20px;font-size:13px}}._top_mqnuk_78{align-items:flex-start}._center_mqnuk_82{align-items:center}._bottom_mqnuk_86{align-items:flex-end}._icon_mqnuk_90{display:flex;align-items:center;justify-content:center;margin-inline-end:10px;width:15px;flex-shrink:0}._icon_mqnuk_90 svg{width:15px;fill:var(--callout-text)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_14p9o_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_14p9o_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_14p9o_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_14p9o_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_14p9o_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_14p9o_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_14p9o_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._select_14p9o_60{font-size:14px}@media (min-width: 800px){._select_14p9o_60{font-size:16px}}._select_14p9o_60>._control_14p9o_69{gap:10px;padding:0 15px;border:1px solid var(--border);border-radius:6px;cursor:pointer}@media (hover: hover){._select_14p9o_60>._control_14p9o_69:hover{background-color:var(--dropdown-option-hover)}}._select_14p9o_60>._control_14p9o_69._controlFocused_14p9o_81{background-color:var(--dropdown-option-hover)}._select_14p9o_60 ._valueContainer_14p9o_84>input{left:unset}._select_14p9o_60 ._flagControl_14p9o_90{gap:10px;padding:0 10px}._select_14p9o_60 ._menu_14p9o_94{margin:5px 0;border:1px solid var(--border);border-radius:6px;background-color:var(--background);box-shadow:0 6px 13px #0000001a;overflow:hidden;z-index:var(--z-popover)}._select_14p9o_60 ._menu_14p9o_94 ._option_14p9o_103{display:flex;align-items:center;width:100%;padding:10px 15px;word-break:break-word;background-color:var(--background);color:var(--foreground-primary);cursor:pointer}@media (hover: hover){._select_14p9o_60 ._menu_14p9o_94 ._option_14p9o_103:hover{background-color:var(--dropdown-option-hover)}}._select_14p9o_60 ._menu_14p9o_94 ._option_14p9o_103._flagOption_14p9o_118{padding:10px}._select_14p9o_60 ._menu_14p9o_94 ._option_14p9o_103._optionSelected_14p9o_121{background-color:var(--dropdown-option-active)}._select_14p9o_60 ._menu_14p9o_94 ._option_14p9o_103._optionFocused_14p9o_124{background-color:var(--dropdown-option-hover)}._singleValue_14p9o_128{display:flex;align-items:center}._singleValueLabel_14p9o_133{overflow:hidden;text-overflow:ellipsis}._menuTop_14p9o_138{box-shadow:0 2px 10px #0000001a}._dropdownIndicator_14p9o_142{transform:rotate(0)}._dropdownIndicatorOpened_14p9o_146{transform:rotate(180deg)}._flag_14p9o_90{width:17px;height:17px;margin-inline-end:10px}._loadingMessage_14p9o_156{padding:8px 15px;font-size:16px}._spinner_14p9o_161{width:18px;height:18px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1et2m_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1et2m_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1et2m_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1et2m_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1et2m_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1et2m_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1et2m_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1et2m_60{position:relative;border-bottom:1px solid var(--border)}._container_1et2m_60:has(._counter_1et2m_64){padding-bottom:20px}._container_1et2m_60:focus-within{border-color:var(--accent)}._textArea_1et2m_71{width:100%;height:30px;max-height:calc(var(--app-height) / 100 * 15);resize:none;text-align:start;overflow-wrap:break-word}[dir=rtl] ._textArea_1et2m_71::placeholder{text-align:end}._counter_1et2m_64{position:absolute;right:10px;bottom:2px;font-size:14px;color:var(--foreground-secondary)}._highlight_1w0i3_1{color:var(--foreground-highlight)}._separator_tf06q_1{height:8px;flex-shrink:0;background-color:var(--divider)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1jw8l_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1jw8l_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1jw8l_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1jw8l_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1jw8l_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1jw8l_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1jw8l_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._tabs_1jw8l_60{width:100%}._tabList_1jw8l_64{display:flex;padding:0;margin:0;border-bottom:1px solid var(--layout-border);cursor:pointer;z-index:var(--z-scroll-container)}._tabContent_1jw8l_73{height:100%;overflow-y:auto}._tab_1jw8l_60{display:flex;justify-content:center;align-items:center;flex:1;padding:10px 10px 5px;text-align:center;font-size:14px;border-bottom:3px solid transparent;line-height:1.36;white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer}@media (hover: hover){._tab_1jw8l_60:hover{background-color:var(--surface-background-hover)}}._tab_1jw8l_60:focus-visible{box-shadow:none;background-color:var(--surface-background-hover)}._tab_1jw8l_60[data-state=active]{border-bottom:3px solid var(--success)}@media (hover: hover){._tab_1jw8l_60[data-state=active]:hover{background-color:var(--background)}}._tab_1jw8l_60[data-disabled]{color:var(--foreground-disabled);cursor:not-allowed}@media (hover: hover){._tab_1jw8l_60[data-disabled]:hover{background-color:var(--background)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1wm9s_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1wm9s_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1wm9s_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1wm9s_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1wm9s_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1wm9s_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1wm9s_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1wm9s_60{display:flex;flex-wrap:wrap;gap:10px;overflow-y:auto}._inputContainer_1wm9s_67{display:flex;padding:5px 8px;gap:5px;border-radius:6px}._validInput_1wm9s_74{background-color:var(--background-muted)}._input_1wm9s_67{font-size:14px}._input_1wm9s_67::placeholder{font-size:18px}._tag_1wm9s_86{display:flex;gap:10px;padding:5px 8px;font-size:14px;border-radius:6px;background-color:var(--background-muted)}._tagButton_1wm9s_96{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:4px}._tagButton_1wm9s_96>._closeIcon_1wm9s_104{width:14px;height:14px;fill:var(--gray-500)}._enterButton_1wm9s_110{padding:2px 8px;line-height:1;font-size:12px;background-color:var(--background);box-shadow:none;border-radius:4px}@media (hover: hover){._enterButton_1wm9s_110:not([disabled]):hover{color:var(--gray-500)}}._enterButton_1wm9s_110:not([disabled]):active{color:var(--gray-500)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1lmxl_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1lmxl_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1lmxl_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1lmxl_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1lmxl_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1lmxl_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1lmxl_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_1lmxl_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1lmxl_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_1lmxl_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_1lmxl_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_1lmxl_92[data-state=open]{animation:_fadeIn_1lmxl_1 .15s ease-out,_scaleIn_1lmxl_1 .15s ease-out}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1lmxl_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._timePicker_1lmxl_156{min-width:100px;font-size:14px;display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border:1px solid var(--border);border-radius:6px;background-color:var(--background);cursor:default}._timePicker_1lmxl_156>span{margin-inline-end:5px;white-space:pre}@media (min-width: 800px){._timePicker_1lmxl_156{padding:8px 15px}}@media (hover: hover){._timePicker_1lmxl_156:hover{background-color:var(--surface-background-hover)}}._timePicker_1lmxl_156:focus-visible{box-shadow:none;background-color:var(--surface-background-active)}@media (min-width: 800px){._timePicker_1lmxl_156{min-width:125px;font-size:16px}}._disabled_1lmxl_194{opacity:.5;pointer-events:none}._chevron_1lmxl_199{width:9px;height:5px}._menu_1lmxl_204{width:200px;max-height:20vh;min-height:200px;display:flex;background-color:var(--background);border:1px solid var(--border);border-radius:6px;box-shadow:0 6px 13px #0000001a;overflow-y:auto;z-index:var(--z-popover)}@media (min-width: 800px){._menu_1lmxl_204{width:250px}}._menu24h_1lmxl_223{width:125px}@media (min-width: 800px){._menu24h_1lmxl_223{width:150px}}._listWrapper_1lmxl_232{display:flex;flex:1;border-right:1px solid var(--layout-border);overflow-y:auto}._listWrapper_1lmxl_232:last-child{border-right:none}._list_1lmxl_232{flex:1}._option_1lmxl_246{padding:10px 5px;text-align:center;-webkit-user-select:none;user-select:none}._option_1lmxl_246._selected_1lmxl_251{background-color:var(--dropdown-option-active)}@media (hover: hover){._option_1lmxl_246:hover{background-color:var(--dropdown-option-hover)}}._option_1lmxl_246:focus{background-color:var(--dropdown-option-hover)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1489o_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1489o_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1489o_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1489o_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1489o_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1489o_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1489o_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._toaster_1489o_60[data-sonner-toaster][data-sonner-theme=light]{--success-bg: #e6f7e8;--success-border: #b8e8bd;--success-text: #5cc16a;--info-bg: #f0f8ff;--info-border: #b3dcff;--info-text: #1da1f1;--error-bg: #ffeded;--error-border: #fdd4d4;--error-text: #ff3434}._toaster_1489o_60[data-sonner-toaster] [data-title]{font-family:Montserrat-SemiBold,sans-serif}._toaster_1489o_60[data-sonner-toaster] [data-description]{font-family:Montserrat-Medium,sans-serif}._toast_1489o_60:hover>._closeButton_1489o_78,._toast_1489o_60:focus-within>._closeButton_1489o_78{visibility:visible}@media (min-width: 800px){._closeButton_1489o_78{visibility:hidden}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_13wun_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_13wun_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_13wun_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_13wun_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_13wun_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_13wun_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_13wun_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._header_13wun_60{display:flex}@media (min-width: 1200px){._header_13wun_60{display:none}}._list_13wun_69{margin:20px 10px}._infoContainer_13wun_73{display:flex;align-items:flex-start;justify-content:space-between;padding:16px}@media (min-width: 800px){._infoContainer_13wun_73{padding:24px}}._info_13wun_73{overflow:hidden}._avatar_13wun_89{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:20px}._name_13wun_97{font-size:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._numbersContainer_13wun_105{padding:0 16px}@media (min-width: 800px){._numbersContainer_13wun_105{padding:0 24px}}._numberItem_13wun_114{display:flex;justify-content:space-between;padding:20px 0}._numberInfo_13wun_120{display:flex;flex-direction:column;flex:1 1}._row_13wun_126{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:wrap}@media (min-width: 1200px){._row_13wun_126{flex-direction:row;justify-content:space-between;align-items:center}}._numberType_13wun_140{font-size:11px;color:var(--foreground-secondary)}@media (min-width: 800px){._numberType_13wun_140{font-size:12px}}._phone_13wun_151{font-size:18px;padding-right:5px}@media (min-width: 800px){._phone_13wun_151{font-size:20px}}._buttonsGroup_13wun_162{display:flex;align-items:center;gap:8px}@media (min-width: 800px){._buttonsGroup_13wun_162{gap:14px}}[dir=rtl] ._writeMessageIcon_13wun_173{transform:rotateY(180deg)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1eam9_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1eam9_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1eam9_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1eam9_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1eam9_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1eam9_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1eam9_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1eam9_60{display:flex;align-items:center;width:100%;padding:12px 8px;gap:10px;border-radius:8px;background-color:var(--background);cursor:pointer}@media (hover: hover){._container_1eam9_60:hover{background-color:var(--surface-background-hover)}}._container_1eam9_60:focus-visible{box-shadow:none;background-color:var(--surface-background-hover)}._active_1eam9_80{background-color:var(--surface-background-active)}._nameAndNumber_1eam9_84{display:flex;flex-direction:column;overflow:hidden}._name_1eam9_84{padding-bottom:5px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._number_1eam9_99{font-size:14px;line-height:14px;color:var(--foreground-secondary)}._highlightText_1eam9_106{color:var(--foreground-highlight)}._checkbox_1eam9_110{margin-inline-start:auto}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1eaa3_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1eaa3_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1eaa3_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1eaa3_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1eaa3_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1eaa3_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1eaa3_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_1eaa3_60{display:flex;align-items:center;flex-direction:column;text-align:center;padding:80px 10px}._image_1eaa3_68{width:50%;margin-bottom:20px}._title_1eaa3_73{margin-bottom:10px;font-size:20px}._text_1eaa3_79{font-size:14px;color:var(--foreground-secondary)}._container_1dnsg_1{height:100%;overflow-y:auto;contain:strict}._loading_1dnsg_7{padding:20px 8px 10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_4z8kp_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_4z8kp_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_4z8kp_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_4z8kp_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_4z8kp_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_4z8kp_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_4z8kp_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._infoContainer_4z8kp_60{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:15px}@media (min-width: 1200px){._infoContainer_4z8kp_60{padding:25px}}._avatarContainer_4z8kp_74{position:relative}._avatar_4z8kp_74{width:85px;height:85px;border-radius:50%;object-fit:cover;margin-bottom:20px;cursor:pointer;transition:filter .2s}._avatar_4z8kp_74:hover{filter:brightness(70%)}@media (min-width: 1200px){._avatar_4z8kp_74{width:100px;height:100px}}._avatarDim_4z8kp_97{filter:brightness(70%)}._avatarMenu_4z8kp_101{width:auto;top:40%;right:-50%;transform:translate(50%);white-space:nowrap}._imageUploadInput_4z8kp_109{display:none}._infoInputs_4z8kp_113{width:100%;display:flex;flex-direction:column;gap:10px}@media (min-width: 1200px){._infoInputs_4z8kp_113{flex-direction:row}}._input_4z8kp_125{width:100%;padding:12px 0;font-size:16px;border-bottom:1px solid var(--border)}._input_4z8kp_125:focus{border-bottom:1px solid var(--success)}@media (min-width: 1200px){._input_4z8kp_125{font-size:18px}}._numbersContainer_4z8kp_141{display:flex;flex-direction:column;margin-bottom:16px}@media (min-width: 1200px){._numbersContainer_4z8kp_141{margin-bottom:30px}}._numbers_4z8kp_141{padding:25px 15px}@media (min-width: 1200px){._numbers_4z8kp_141{padding:28px 25px}}._numberRow_4z8kp_161{display:flex;align-items:center;margin-bottom:30px}._deleteButton_4z8kp_167{display:flex;align-items:center;padding:0;margin-inline-start:10px;box-shadow:none}@media (hover: hover){._deleteButton_4z8kp_167:hover{opacity:.5}}._deleteIcon_4z8kp_180{width:24px;height:24px}._numberTypeInput_4z8kp_185{width:40%;margin-inline-end:10px;padding:12px;font-size:16px;border-bottom:1px solid var(--border);text-overflow:ellipsis}@media (min-width: 1200px){._numberTypeInput_4z8kp_185{font-size:18px}}._addButton_4z8kp_200{display:flex;align-items:center;color:var(--success);padding-left:0;padding-right:0}._plusIcon_4z8kp_209{width:15px;margin-inline-end:15px}@media (min-width: 1200px){._plusIcon_4z8kp_209{width:16px}}._buttonContainer_4z8kp_219{display:flex;justify-content:center}._button_4z8kp_219{width:60%}._red_4z8kp_228{color:var(--destructive)}._header_1qz8n_1{position:relative;display:flex;align-items:center;border-bottom:1px solid var(--layout-border);height:60px;padding:0 16px}@media (min-width: 800px){._header_1qz8n_1{height:70px;min-height:70px;padding:0 24px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_c1q7l_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_c1q7l_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_c1q7l_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_c1q7l_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_c1q7l_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_c1q7l_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_c1q7l_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._burgerButton_c1q7l_60{position:relative;inset-inline-start:-8px;margin-inline-end:20px}@media (min-width: 800px){._burgerButton_c1q7l_60{display:none}}._title_c1q7l_71{display:flex;align-items:center;justify-content:space-between;font-size:15px;letter-spacing:.6px;flex:1;white-space:nowrap;text-overflow:ellipsis;width:0}@media (min-width: 800px){._title_c1q7l_71{font-size:20px}}._titleLink_c1q7l_89:hover{text-decoration:none}._iconsContainer_c1q7l_93{display:flex;margin-inline-start:10px;gap:10px}._panel_c1q7l_99{position:relative;height:var(--app-height);width:100%;min-width:0;border-inline-end:1px solid var(--layout-border)}._content_c1q7l_107{height:calc(var(--app-height) - 60px);overflow-y:auto}@media (min-width: 800px){._content_c1q7l_107{height:calc(var(--app-height) - 70px)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1ongh_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1ongh_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1ongh_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1ongh_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1ongh_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1ongh_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1ongh_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._panel_1ongh_60{position:absolute;z-index:var(--z-scroll-container);background-color:var(--background);width:100%;height:var(--app-height);display:flex;flex-direction:column;overflow:hidden}@media (min-width: 1200px){._panel_1ongh_60{position:relative}}._header_1ongh_76{position:sticky;top:0;background-color:var(--background)}._titleContainer_1ongh_82{margin-inline-start:20px;font-size:15px;letter-spacing:.6px;flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:0}@media (min-width: 800px){._titleContainer_1ongh_82{margin-inline-start:0;font-size:19px;letter-spacing:normal}}._iconsContainer_1ongh_101{display:flex;margin-inline-start:10px;gap:10px}._content_1ongh_107{height:calc(var(--app-height) - 60px);overflow-y:auto}@media (min-width: 800px){._content_1ongh_107{height:calc(var(--app-height) - 70px)}}._backButton_1ongh_117{margin-inline-end:20px}@media (min-width: 1200px){._hideOnDesktop_1ongh_122{display:none}}._footer_1ongh_127{position:sticky;bottom:0;left:0;right:0;flex:1;z-index:var(--z-base)}._modalContent_18igx_1{padding-bottom:25px;font-size:14px}@media (min-width: 800px){._modalContent_18igx_1{padding-bottom:35px;font-size:20px}}._buttonsGroup_18igx_12{display:flex;justify-content:center;align-items:center;gap:10px}@media (min-width: 800px){._buttonsGroup_18igx_12{gap:15px}}._modalButton_18igx_24{flex:1 1;font-size:14px}@media (min-width: 800px){._modalButton_18igx_24{font-size:17px}}._moreIcon_kamct_1{width:20px;height:10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1rmpx_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1rmpx_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1rmpx_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1rmpx_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1rmpx_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1rmpx_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1rmpx_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1rmpx_60{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--gray-300)}._icon_1rmpx_70{width:40px;margin-bottom:24px}._loading_1rmpx_75{margin-top:40px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_10g0a_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_10g0a_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_10g0a_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_10g0a_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_10g0a_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_10g0a_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_10g0a_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_10g0a_60{padding:20px 16px}@media (min-width: 800px){._container_10g0a_60{padding:20px 24px}}._itemWrapper_10g0a_69{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--layout-border)}._itemWrapper_10g0a_69:first-child{padding-top:0}._numberItem_10g0a_79{display:flex;flex-direction:column;justify-content:center;padding-inline-end:10px;overflow:hidden}._name_10g0a_87{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px}._number_10g0a_79{overflow:hidden;text-overflow:ellipsis;font-size:14px;color:var(--foreground-secondary)}._loading_10g0a_103{justify-content:center}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_m1bhh_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_m1bhh_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_m1bhh_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_m1bhh_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_m1bhh_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_m1bhh_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_m1bhh_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._label_m1bhh_60{margin:20px 16px 10px;text-transform:uppercase}@media (min-width: 800px){._label_m1bhh_60{margin:20px 24px 10px}}._settingsContainer_m1bhh_70{padding:0 8px 10px}@media (min-width: 800px){._settingsContainer_m1bhh_70{padding:0 10px 10px}}._itemContainer_m1bhh_79{position:relative}._itemContainer_m1bhh_79:not(:last-of-type){margin-bottom:10px}._item_m1bhh_79{display:flex;align-items:center;font-size:16px;border-radius:8px;padding:15px 8px}._item_m1bhh_79:hover{text-decoration:none}@media (hover: hover){._item_m1bhh_79:hover{background-color:var(--surface-background-hover)}}@media (min-width: 800px){._item_m1bhh_79{padding:20px 14px;font-size:17px}}._activeItem_m1bhh_109{background-color:var(--surface-background-active)}._iconContainer_m1bhh_113{display:flex;align-items:center;justify-content:center;width:20px;margin-inline-end:10px}._devicesIcon_m1bhh_121{width:20px;fill:#59cad1}._blockIcon_m1bhh_126{width:17px;fill:#fe442b}._expensesIcon_m1bhh_131{width:17px;fill:#ffb133}._expensesIcon_m1bhh_131>circle{fill:#fff}._globeIcon_m1bhh_139{width:17px;fill:#65b8ff}._subscriptionsIcon_m1bhh_144{width:14px;fill:#ffc63d}._telegramIcon_m1bhh_149{width:18px}._handIcon_m1bhh_153{width:14px;fill:#ff4040}._lawsIcon_m1bhh_158{width:16px;fill:#7a78ff}._logout_m1bhh_163{max-width:50%;width:100%;margin:15px auto;font-size:17px}@media (min-width: 800px){._logout_m1bhh_163{margin:25px auto}}._userId_m1bhh_175{text-align:center;font-size:12px;color:var(--foreground-tertiary)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1ors0_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1ors0_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1ors0_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1ors0_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1ors0_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1ors0_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1ors0_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1ors0_60{padding:20px 16px}@media (min-width: 800px){._container_1ors0_60{padding:40px 24px 20px}}._title_1ors0_69{padding-bottom:15px;font-size:24px}._description_1ors0_75{margin-bottom:40px;font-size:14px;color:var(--foreground-secondary)}._pickers_1ors0_82{display:flex;flex-direction:column;justify-content:space-between;gap:3%;margin-bottom:45px}@media (min-width: 1200px){._pickers_1ors0_82{flex-direction:row}}._pickerWrapper_1ors0_95{flex:1 1}._picker_1ors0_82{flex:1 1;margin-bottom:20px}@media (min-width: 1200px){._picker_1ors0_82{margin-bottom:0}}._label_1ors0_110{font-size:11px;color:var(--foreground-secondary)}._prices_1ors0_116{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,30%));gap:20px}._skeleton_1ors0_122{display:block;width:80px;height:100%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1hyry_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1hyry_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1hyry_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1hyry_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1hyry_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1hyry_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1hyry_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1hyry_60{padding:20px 16px;text-align:center}@media (min-width: 800px){._container_1hyry_60{padding:40px 24px}}._mainText_1hyry_70{padding-bottom:10px;font-size:20px;line-height:26px}@media (min-width: 800px){._mainText_1hyry_70{font-size:24px;line-height:30px}}._subtext_1hyry_83{padding-bottom:20px;font-size:14px;color:var(--foreground-tertiary)}._red_1hyry_90{color:var(--foreground-destructive)}._blue_1hyry_94{color:var(--accent)}._button_1hyry_98{margin:0 auto;width:60%;font-size:14px}@media (min-width: 800px){._button_1hyry_98{font-size:17px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_21p4v_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_21p4v_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_21p4v_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_21p4v_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_21p4v_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_21p4v_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_21p4v_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._itemContainer_21p4v_60{padding:8px 0;border-bottom:1px solid var(--layout-border)}._dateAndTime_21p4v_65,._description_21p4v_66{font-size:12px;color:var(--foreground-secondary)}@media (min-width: 800px){._dateAndTime_21p4v_65,._description_21p4v_66{font-size:14px}}._description_21p4v_66{display:flex;gap:5px;width:95%}._description_21p4v_66 span{flex-shrink:0}._dateAndTime_21p4v_65{text-align:start}@media (min-width: 800px){._dateAndTime_21p4v_65{padding-bottom:5px}}[dir=rtl] ._dateAndTime_21p4v_65{text-align:end}._title_21p4v_99{display:flex;align-items:center;justify-content:space-between;padding-bottom:2px;font-size:15px}@media (min-width: 800px){._title_21p4v_99{padding-bottom:5px;font-size:18px}}._amountContainer_21p4v_114{flex-shrink:0}._amount_21p4v_114{font-size:18px;vertical-align:middle}@media (min-width: 800px){._amount_21p4v_114{font-size:21px}}._coin_21p4v_129{width:12px;height:12px;margin-inline-end:7px;vertical-align:middle}@media (min-width: 800px){._coin_21p4v_129{width:16px;height:16px}}._numberOrContact_21p4v_142{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._numberOrContact_21p4v_142._half_21p4v_147{max-width:50%}._numberOrContact_21p4v_142._third_21p4v_150{max-width:30%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_17f8g_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_17f8g_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_17f8g_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_17f8g_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_17f8g_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_17f8g_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_17f8g_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._content_17f8g_60{overflow:hidden}._container_17f8g_64{height:100%;padding:0 16px 15px;overflow-y:auto;contain:strict}@media (min-width: 800px){._container_17f8g_64{padding:0 24px 25px}}._loading_17f8g_76{display:flex;justify-content:center;margin-top:20px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1wlen_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1wlen_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1wlen_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1wlen_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1wlen_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1wlen_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1wlen_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1wlen_60{display:flex;flex-direction:column;justify-content:space-between;max-width:390px;width:100%;height:100%;margin:0 auto;padding:20px}@media (min-width: 800px){._container_1wlen_60{padding:30px 20px}}._title_1wlen_76{padding-bottom:10px;font-size:24px;color:var(--foreground-primary)}@media (min-width: 800px){._title_1wlen_76{padding-bottom:15px;font-size:28px}}@media (min-width: 1200px){._title_1wlen_76{padding-bottom:30px}}._numberInfo_1wlen_94{margin-bottom:25px}@media (min-width: 800px){._numberInfo_1wlen_94{margin-bottom:80px}}._number_1wlen_94{display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:22px;color:var(--foreground-success)}@media (min-width: 800px){._number_1wlen_94{font-size:26px}}._greenCheckIcon_1wlen_118{width:15px;margin-inline-start:10px;fill:var(--foreground-success)}._country_1wlen_124{display:flex;justify-content:center;align-items:center;font-size:18px}._flag_1wlen_132{width:20px;height:20px;margin-inline-end:10px}._carousel_1wlen_138{position:relative;flex-shrink:0;margin-bottom:20px;overflow:hidden}._carouselContainer_1wlen_145{display:flex}._carouselButton_1wlen_149{position:absolute;width:20px;height:calc(100% - 23px);top:0;display:flex;cursor:pointer;z-index:var(--z-floating-element)}._carouselPrevButton_1wlen_159{left:0;justify-content:flex-start}._carouselNextButton_1wlen_165{right:0;justify-content:flex-end}._carouselButtonIcon_1wlen_171{width:7px;fill:var(--foreground-tertiary)}._feature_1wlen_176{flex:0 0 100%;margin-bottom:20px;cursor:default}._featureTitle_1wlen_182{display:flex;justify-content:center;align-items:center;padding-bottom:10px;font-size:16px}@media (min-width: 800px){._featureTitle_1wlen_182{font-size:18px}}._featureTitle_1wlen_182,._featureDescription_1wlen_196{margin:0 10px}._featureIcon_1wlen_200{width:16px;height:16px;margin-inline-end:8px;flex-shrink:0}._featureDescription_1wlen_196{font-size:14px;color:var(--foreground-tertiary)}@media (min-width: 800px){._featureDescription_1wlen_196{font-size:16px}}._indicator_1wlen_218{display:inline-block;width:10px;height:10px;margin:0 5px;border-radius:50%;background-color:var(--gray-200);cursor:pointer}._activeIndicator_1wlen_228{background-color:var(--accent)}._ratesWrapper_1wlen_232{padding-bottom:20px}@media (min-width: 800px){._ratesWrapper_1wlen_232{padding-bottom:50px}}._skeletonsContainer_1wlen_241{display:flex;flex-direction:column}._skeleton_1wlen_241{height:46px;margin-bottom:5px}._cancelAnytime_1wlen_251{margin-bottom:15px;font-size:15px}._button_1wlen_257{display:flex;justify-content:center;position:relative;margin-bottom:10px}._buttonArrowIcon_1wlen_264{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:10px}._noThanksButton_1wlen_272{padding:0;margin-bottom:20px}._freeNumberIcon_1wlen_277{fill:#5ec16b}._voiceMailIcon_1wlen_281{fill:#7875eb}._callRecIcon_1wlen_285{fill:#ff3b3b}._smsIcon_1wlen_289,._cameraIcon_1wlen_293{fill:#1ea1f0}._translatorIcon_1wlen_297,._timeIcon_1wlen_301{fill:#fea94e}._callForwardingIcon_1wlen_305{fill:#1da0f0}._overlay_170z4_1{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-overlay);background:var(--overlay);overflow-y:auto}._modal_170z4_15{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;outline:none;white-space:normal;font-size:20px;text-align:center;background:var(--background);border-radius:0;box-shadow:0 1px 6px #00000026;overflow:auto;z-index:var(--z-modal)}@media (min-width: 800px){._modal_170z4_15{top:5vh;bottom:auto;left:auto;right:auto;max-width:600px;width:100%;margin:0 20px;border-radius:20px}}@media (min-width: 1200px){._modal_170z4_15{top:10vh}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1tkdm_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1tkdm_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1tkdm_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1tkdm_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1tkdm_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1tkdm_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1tkdm_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_1tkdm_60{max-width:390px;width:100%;padding:20px 20px 15px;margin:0 20px;border-radius:15px;background-color:var(--background);overflow:hidden;z-index:var(--z-modal)}@media (min-width: 800px){._modal_1tkdm_60{padding:20px 50px 15px}}._wrapper_1tkdm_76{position:relative;padding-top:35px;white-space:break-spaces}._background_1tkdm_82{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:cover;background-repeat:no-repeat;z-index:var(--z-below)}._title_1tkdm_93{padding-bottom:10px;font-size:18px}@media (min-width: 800px){._title_1tkdm_93{font-size:20px}}._text_1tkdm_104{padding-bottom:40px;font-size:16px}@media (min-width: 800px){._text_1tkdm_104{font-size:18px}}._buttonsGroup_1tkdm_115{display:flex;flex-direction:column;align-items:center}._button_1tkdm_115{border-radius:8px}._noThanksButton_1tkdm_125{margin-bottom:0}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1cr3f_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1cr3f_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1cr3f_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1cr3f_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1cr3f_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1cr3f_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1cr3f_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1cr3f_60{display:flex;flex-direction:column;justify-content:space-between;max-width:390px;width:100%;height:100%;margin:0 auto;padding:20px}@media (min-width: 800px){._container_1cr3f_60{padding:30px 20px}}._title_1cr3f_76{font-size:24px;padding-bottom:10px}@media (min-width: 800px){._title_1cr3f_76{padding-bottom:15px;font-size:28px}}@media (min-width: 1200px){._title_1cr3f_76{padding-bottom:30px}}._numberInfo_1cr3f_93{margin-bottom:25px}@media (min-width: 800px){._numberInfo_1cr3f_93{margin-bottom:50px}}._number_1cr3f_93{display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:22px;color:var(--foreground-success)}@media (min-width: 800px){._number_1cr3f_93{font-size:26px}}._greenCheckIcon_1cr3f_117{width:15px;margin-inline-start:10px;fill:var(--foreground-success)}._country_1cr3f_123{display:flex;justify-content:center;align-items:center;font-size:18px}._flag_1cr3f_131{width:20px;height:20px;margin-inline-end:10px}._carousel_1cr3f_137{position:relative;flex-shrink:0;margin-bottom:20px;overflow:hidden}._carouselContainer_1cr3f_144{display:flex}._carouselButton_1cr3f_148{position:absolute;display:flex;width:20px;height:calc(100% - 23px);top:0;cursor:pointer;z-index:var(--z-floating-element)}._carouselPrevButton_1cr3f_158{left:0;justify-content:flex-start}._carouselNextButton_1cr3f_164{right:0;justify-content:flex-end}._carouselButtonIcon_1cr3f_170{width:7px;fill:var(--foreground-tertiary)}._feature_1cr3f_175{flex:0 0 100%;margin-bottom:20px;cursor:default}._featureTitle_1cr3f_181{display:flex;justify-content:center;align-items:center;padding-bottom:10px;font-size:16px}@media (min-width: 800px){._featureTitle_1cr3f_181{font-size:18px}}._featureTitle_1cr3f_181,._featureDescription_1cr3f_195{margin:0 10px}._featureIcon_1cr3f_199{width:16px;margin-inline-end:8px;flex-shrink:0}._socialNetworkIcon_1cr3f_205{width:20px;margin-inline-end:8px;flex-shrink:0}._featureDescription_1cr3f_195{font-size:14px;color:var(--foreground-tertiary)}@media (min-width: 800px){._featureDescription_1cr3f_195{font-size:16px}}._indicator_1cr3f_222{display:inline-block;width:10px;height:10px;margin:0 5px;border-radius:50%;background-color:var(--gray-200);cursor:pointer}._activeIndicator_1cr3f_232{background-color:var(--accent)}._ratesWrapper_1cr3f_236{padding-bottom:20px}@media (min-width: 800px){._ratesWrapper_1cr3f_236{padding-bottom:30px}}._skeletonsContainer_1cr3f_245{display:flex;flex-direction:column}._skeleton_1cr3f_245{height:46px;margin-bottom:5px}._radioButton_1cr3f_255{display:inline-block;position:relative;width:17px;height:17px;margin-right:10px;border-radius:50%;border:1px solid #ececec}._ratingWrapper_1cr3f_265{display:flex;flex-direction:column;align-items:center;margin-bottom:15px}._stars_1cr3f_272{width:40%;margin-bottom:10px}._ratingTitle_1cr3f_277{font-size:18px;margin-bottom:10px}._averageRating_1cr3f_283{margin-bottom:15px;font-size:15px;color:var(--foreground-secondary)}._button_1cr3f_290{display:flex;justify-content:center;position:relative;margin-bottom:10px}._buttonArrowIcon_1cr3f_297{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:10px}._noThanksButton_1cr3f_305{padding:0;margin-bottom:20px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1c6yr_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1c6yr_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1c6yr_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1c6yr_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1c6yr_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1c6yr_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1c6yr_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1c6yr_60{display:flex;width:100%;padding:10px 0 15px;border-bottom:1px solid var(--layout-border)}._clickable_1c6yr_67{cursor:pointer;transition:opacity .15s ease-in-out}@media (hover){._clickable_1c6yr_67:hover{opacity:.5}}._deviceIcon_1c6yr_77{width:26px;height:26px}._content_1c6yr_82{display:flex;flex-direction:column;padding-inline-start:15px}._name_1c6yr_88{padding-bottom:5px;font-size:15px}@media (min-width: 800px){._name_1c6yr_88{padding-bottom:10px;font-size:17px}}._platform_1c6yr_100{padding-bottom:5px;font-size:12px}@media (min-width: 800px){._platform_1c6yr_100{padding-bottom:10px;font-size:14px}}._time_1c6yr_112{font-size:12px;color:var(--foreground-secondary)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1sn5g_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1sn5g_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1sn5g_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1sn5g_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1sn5g_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1sn5g_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1sn5g_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1sn5g_60{display:flex;flex-direction:column;padding:0 16px 20px}@media (min-width: 800px){._container_1sn5g_60{padding:0 24px 20px}}._label_1sn5g_71{padding:16px 16px 5px}@media (min-width: 800px){._label_1sn5g_71{padding:20px 24px 5px}}._currentDevice_1sn5g_80{margin-bottom:10px}._terminateButton_1sn5g_84{display:flex;align-items:center;padding:10px 0 0;font-size:16px;color:var(--foreground-destructive);cursor:pointer;transition:opacity .15s ease-in-out}@media (hover){._terminateButton_1sn5g_84:hover{opacity:.5}}@media (min-width: 800px){._terminateButton_1sn5g_84{font-size:17px}}._handIcon_1sn5g_105{margin-inline-end:20px;width:16px;fill:var(--foreground-destructive)}@media (min-width: 800px){._handIcon_1sn5g_105{width:17px}}._description_1sn5g_116{padding-top:15px;font-size:12px;color:var(--foreground-secondary)}@media (min-width: 800px){._description_1sn5g_116{font-size:14px}}._devicesList_1sn5g_128{padding-top:10px;max-height:calc(var(--app-height) / 100 * 50);overflow-y:auto}._device_1sn5g_128:last-of-type{border-bottom:none}._loading_1sn5g_138{margin:10px 0 20px}._row_1sn5g_142{display:flex;justify-content:space-between;align-items:center}._inactivePeriodTitle_1sn5g_148{padding:10px 0;font-size:17px}@media (min-width: 800px){._inactivePeriodTitle_1sn5g_148{font-size:19px}}._select_1sn5g_159{min-width:150px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_bgamr_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_bgamr_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_bgamr_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_bgamr_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_bgamr_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_bgamr_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_bgamr_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._tabsContainer_bgamr_60{display:flex;cursor:pointer;padding:0;margin:0;border-bottom:none}._tab_bgamr_60{width:50%;padding:10px 10px 5px;border:none;border-radius:0;border-bottom:1px solid var(--layout-border);font-size:14px;line-height:1.36;letter-spacing:normal;text-transform:capitalize;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer}@media (hover: hover){._tab_bgamr_60:hover{background-color:var(--surface-background-hover)}}._tab_bgamr_60:hover{text-decoration:none}._tab_bgamr_60:focus-visible{box-shadow:none;background-color:var(--surface-background-hover)}._activeTab_bgamr_97{border-bottom:3px solid var(--success);border-radius:0;outline:none}._content_1pzk0_1{display:flex;flex-direction:column}._purposeWrapper_1pzk0_6{display:flex;height:100%;padding:30px 20px 20px}._titleWithFilter_1pzk0_12{display:flex;justify-content:space-between;align-items:center}._loadingWrapper_1pzk0_18{margin-top:30px}._socialNetworkNumberContainer_1pzk0_22{margin-top:90px}._container_1uybq_1{min-width:200px}._filterItem_1uybq_5{position:relative;display:flex;align-items:center;padding-inline-start:30px;text-align:center;cursor:pointer}._text_1uybq_14{flex-grow:1;text-align:start}._checkIcon_1uybq_19{position:absolute;inset-inline-start:8px;width:10px}._icon_1uybq_25{width:20px;height:20px;margin-inline-start:5px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_8wut8_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_8wut8_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_8wut8_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_8wut8_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_8wut8_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_8wut8_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_8wut8_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._noResult_8wut8_60{display:flex;flex-direction:column;align-items:center;padding:80px 35px;text-align:center}._noResultImage_8wut8_68{width:70px;height:70px;margin-bottom:30px}._noResultsTitle_8wut8_74{padding-bottom:15px;font-size:22px}._noResultText_8wut8_80{font-size:14px;color:var(--foreground-primary);text-align:center}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1int3_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1int3_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1int3_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1int3_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1int3_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1int3_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1int3_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._stateFilter_1int3_60{display:flex;align-items:center;padding-inline-end:35px;font-size:13px;color:var(--accent);white-space:nowrap;cursor:pointer;transition:opacity .2s ease}@media (hover: hover){._stateFilter_1int3_60:hover{opacity:.7}}._filterArrow_1int3_77{width:7px;margin-inline-start:10px;fill:var(--accent)}[dir=rtl] ._filterArrow_1int3_77{transform:rotateY(180deg)}._listContainer_1int3_86{flex-grow:1;overflow:scroll}._list_1int3_86:not(:last-of-type){margin:20px 0}._listItem_1int3_95{position:relative;display:flex;flex-direction:column;padding:20px 15px;font-size:16px;text-align:start;cursor:pointer}@media (hover: hover){._listItem_1int3_95:hover{background-color:var(--surface-background-hover)}}@media (min-width: 800px){._listItem_1int3_95{padding:20px}}._listItemRow_1int3_116{display:flex;justify-content:space-between;align-items:center;width:100%}._loadingWrapper_1int3_123{display:flex;justify-content:center;padding:30px 0}._debugInfo_1int3_129{position:absolute;top:3px;display:flex;gap:2px}._debugInfo_1int3_129>span{background:red;color:var(--white);font-size:10px}._subtextWrapper_1int3_141{display:flex;flex-direction:column;align-items:flex-end}._price_1int3_147{display:flex;align-items:center;font-size:14px;margin-bottom:5px}._coinIcon_1int3_155{width:10px;height:10px;margin-inline-end:5px}._tagsContainer_1int3_161{display:flex;gap:5px}._tooltip_1int3_166{width:250px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_lc81y_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_lc81y_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_lc81y_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_lc81y_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_lc81y_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_lc81y_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_lc81y_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._listContainer_lc81y_60{flex-grow:1;overflow:scroll}._list_lc81y_60:not(:last-of-type){margin:20px 0}._listItem_lc81y_69{position:relative;display:flex;flex-direction:column;padding:20px 15px;font-size:16px;text-align:start;cursor:pointer}._listItem_lc81y_69:hover{background-color:var(--surface-background-hover)}@media (min-width: 800px){._listItem_lc81y_69{padding:20px}}._listItemRow_lc81y_88{display:flex;justify-content:space-between;align-items:center;width:100%}._selectedState_lc81y_95{color:var(--accent)}._subtext_lc81y_99{font-size:13px;color:var(--foreground-tertiary)}._stateCheckIcon_lc81y_105{width:15px;fill:var(--accent)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_17wkd_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_17wkd_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_17wkd_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_17wkd_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_17wkd_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_17wkd_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_17wkd_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_17wkd_60{display:flex;align-items:center;flex-direction:column;height:100%;padding:60px 10px 15px}@media (min-width: 800px){._container_17wkd_60{padding:70px 10px 25px}}._title_17wkd_73{position:relative;margin-bottom:60px;font-size:28px}@media (min-width: 800px){._title_17wkd_73{font-size:32px}}._info_17wkd_85{margin-bottom:120px}._number_17wkd_89{display:flex;align-items:center;padding-bottom:10px;font-size:26px;color:var(--foreground-success)}@media (min-width: 800px){._number_17wkd_89{font-size:30px}}._greenCheckIcon_17wkd_103{width:15px;margin-left:10px;color:var(--foreground-success)}._country_17wkd_109{font-size:20px;text-align:center}._flag_17wkd_115{width:18px;height:18px;margin-right:10px}._button_17wkd_121{width:70%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1jfdt_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1jfdt_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1jfdt_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1jfdt_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1jfdt_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1jfdt_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1jfdt_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._label_1jfdt_60{text-transform:uppercase;font-size:11px;color:var(--foreground-tertiary)}@media (min-width: 800px){._label_1jfdt_60{font-size:13px}}._info_1jfdt_72{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5px}._amount_1jfdt_80{font-size:28px}@media (min-width: 800px){._amount_1jfdt_80{font-size:30px}}@media (min-width: 1200px){._amount_1jfdt_80{font-size:36px}}._coinIcon_1jfdt_95{width:18px;height:18px;margin-inline-end:10px}@media (min-width: 800px){._coinIcon_1jfdt_95{width:22px;height:22px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_z94ve_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_z94ve_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_z94ve_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_z94ve_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_z94ve_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_z94ve_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_z94ve_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._priceSelectWrapper_z94ve_60{display:flex;flex-direction:column;height:100%}._balance_z94ve_66{padding-bottom:40px}@media (min-width: 800px){._balance_z94ve_66{display:none}}._title_z94ve_75{position:relative;padding-bottom:5px;font-size:28px}@media (min-width: 800px){._title_z94ve_75{font-size:32px;padding-bottom:10px}}._subtitle_z94ve_88{font-size:14px}._numberInfoContainer_z94ve_93{padding:10px 10px 25px}@media (min-width: 800px){._numberInfoContainer_z94ve_93{padding:35px 25px 30px}}._numberInfo_z94ve_93{display:flex;flex-direction:column;justify-content:start;padding-top:20px}._numberWrapper_z94ve_109{display:flex}._number_z94ve_93{display:flex;align-items:center;padding-bottom:10px;font-size:26px;color:var(--foreground-success)}@media (min-width: 800px){._number_z94ve_93{font-size:30px}}._greenCheckIcon_z94ve_127{width:15px;margin-inline-start:10px;fill:var(--foreground-success)}._country_z94ve_133{display:flex;align-items:center;font-size:20px}._flag_z94ve_140{width:18px;height:18px;margin-inline-end:10px}._pricesContainer_z94ve_146{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:space-between;align-items:center;gap:10px;margin-bottom:auto;padding:0 10px}@media (min-width: 800px){._pricesContainer_z94ve_146{padding:0 25px}}._skeleton_z94ve_161{flex:.5 1;aspect-ratio:7/5}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_w66jx_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_w66jx_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_w66jx_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_w66jx_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_w66jx_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_w66jx_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_w66jx_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_w66jx_60{display:flex;align-items:center;width:100%;padding-inline:13px 30px;padding-block:10px;border-radius:7px;background-color:var(--background-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}@media (hover: hover){._container_w66jx_60:hover{background-color:var(--background-muted-hover)}}._container_w66jx_60:active{background-color:var(--background-muted-active)}._container_w66jx_60._selected_w66jx_80{background-color:var(--accent)}@media (min-width: 800px){._container_w66jx_60{padding-block:16px}}._selected_w66jx_80 ._title_w66jx_89{color:var(--foreground-inverted)}._selected_w66jx_80 ._subtext_w66jx_92{color:var(--foreground-inverted);opacity:.8}._icon_w66jx_97{width:24px;height:24px;margin-inline-end:12px}._title_w66jx_89{margin-bottom:5px;font-size:14px;line-height:15.5px;letter-spacing:.3px}@media (min-width: 800px){._title_w66jx_89{font-size:15px}}._subtext_w66jx_92{font-size:10px;line-height:13px;color:var(--foreground-secondary)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_cp3jx_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_cp3jx_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_cp3jx_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_cp3jx_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_cp3jx_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_cp3jx_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_cp3jx_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_cp3jx_60{display:flex;flex-direction:column;align-items:center;flex-grow:1}._title_cp3jx_67{padding-bottom:5px;font-size:16px}._title_cp3jx_67:before{content:"";display:inline-block;width:24px;height:24px;margin-inline-end:10px;background-image:url(https://edge.onphone.app/web/assets/hand-3qD8_FDg.png);background-size:contain;background-repeat:no-repeat;vertical-align:top}@media (min-width: 800px){._title_cp3jx_67{padding-bottom:15px;font-size:18px;line-height:25px}}._subtitle_cp3jx_91{padding-bottom:22px;width:100%;font-size:13px;line-height:12px;letter-spacing:.39px;text-align:start;color:var(--foreground-tertiary)}._optionsContainer_cp3jx_102{width:100%;margin-bottom:50px}._optionsContainer_cp3jx_102 button:not(:last-of-type){margin-bottom:10px}@media (min-width: 800px){._optionsContainer_cp3jx_102 button:not(:last-of-type){margin-bottom:15px}}._button_cp3jx_115{margin-bottom:15px}@media (min-width: 800px){._button_cp3jx_115{margin-bottom:25px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_u945q_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_u945q_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_u945q_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_u945q_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_u945q_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_u945q_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_u945q_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_u945q_60{max-width:490px;width:100%;padding:30px 20px;margin:0 20px;border-radius:15px;background-color:var(--background);overflow:hidden;z-index:var(--z-modal)}@media (min-width: 800px){._modal_u945q_60{padding:40px 70px}}._wrapper_u945q_76{white-space:break-spaces}._checkIcon_u945q_80{width:43px;height:43px;margin-bottom:20px;fill:#5cc16a}._title_u945q_87{padding-bottom:10px;font-size:20px}@media (min-width: 800px){._title_u945q_87{font-size:22px}}._text_u945q_98{padding-bottom:40px;font-size:12px;line-height:22px;color:var(--foreground-primary)}@media (min-width: 800px){._text_u945q_98{font-size:14px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_hjg9w_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_hjg9w_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_hjg9w_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_hjg9w_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_hjg9w_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_hjg9w_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_hjg9w_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_hjg9w_60{display:flex;flex-direction:column;flex:1}._sliderContainer_hjg9w_66{position:relative;margin-bottom:45px}._slider_hjg9w_66{overflow:hidden}._sliderTrack_hjg9w_75{display:flex;gap:25px}._slide_hjg9w_66{width:79px;height:79px}@media (min-width: 800px){._slide_hjg9w_66{width:85px;height:85px}}@media (min-width: 1200px){._slide_hjg9w_66{width:94px;height:94px}}._sliderButton_hjg9w_97{position:absolute;top:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border-radius:50%;background-color:var(--background);cursor:pointer;z-index:var(--z-floating-element);box-shadow:0 0 8px -1px #929292;transition:background-color .15s ease}@media (hover: hover){._sliderButton_hjg9w_97:hover{background-color:var(--surface-background-hover)}}._sliderButton_hjg9w_97:active{background-color:var(--surface-background-active)}@media (min-width: 1200px){._sliderButton_hjg9w_97{width:35px;height:35px}}._sliderPrevButton_hjg9w_128{left:2%}._sliderNextButton_hjg9w_133{right:2%}._chevronIcon_hjg9w_138{width:8px;height:12px;fill:var(--foreground-tertiary)}._hide_hjg9w_144{display:none}._description_hjg9w_148{max-width:70%;margin:0 auto 30px;text-align:center;font-size:12px;line-height:18px;color:var(--foreground-tertiary)}@media (min-width: 800px){._description_hjg9w_148{margin:0 auto 45px;font-size:14px;line-height:22px}}@media (min-width: 1200px){._description_hjg9w_148{margin:0 auto 55px;font-size:16px;line-height:26px}}._numberInfo_hjg9w_172{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:40px}@media (min-width: 800px){._numberInfo_hjg9w_172{margin-bottom:50px}}._number_hjg9w_172{display:flex;align-items:center;padding-bottom:10px;font-size:31px;color:var(--foreground-success)}@media (min-width: 800px){._number_hjg9w_172{font-size:34px}}@media (min-width: 1200px){._number_hjg9w_172{font-size:43px}}._greenCheckIcon_hjg9w_204{width:20px;margin-inline-start:12px;fill:var(--foreground-success)}._country_hjg9w_210{display:flex;align-items:center;margin-bottom:20px;font-size:21px}@media (min-width: 800px){._country_hjg9w_210{font-size:24px}}@media (min-width: 1200px){._country_hjg9w_210{font-size:26px}}._flag_hjg9w_228{width:20px;height:20px;margin-inline-end:13px}@media (min-width: 800px){._flag_hjg9w_228{width:24px;height:24px}}@media (min-width: 1200px){._flag_hjg9w_228{width:28px;height:28px}}._warningButton_hjg9w_246>svg{width:24px;height:24px}@media (min-width: 800px){._warningButton_hjg9w_246>svg{width:28px;height:28px}}._button_hjg9w_257{display:block;width:70%;margin:auto auto 40px}@media (min-width: 800px){._button_hjg9w_257{width:60%;margin:0 auto 40px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_49bkn_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_49bkn_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_49bkn_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_49bkn_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_49bkn_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_49bkn_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_49bkn_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._item_49bkn_60{display:flex;align-items:center;padding:15px 20px;font-size:16px;line-height:19px;letter-spacing:.16px;cursor:pointer}@media (hover: hover){._item_49bkn_60:hover{background-color:var(--surface-background-hover)}}._icon_49bkn_76{width:24px;height:24px;margin-inline-end:10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1iarm_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1iarm_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1iarm_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1iarm_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1iarm_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1iarm_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1iarm_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._label_1iarm_60{position:sticky;top:0;padding:15px 15px 10px;font-size:10px;color:var(--foreground-secondary);background-color:var(--background);text-align:start;text-transform:uppercase}@media (min-width: 800px){._label_1iarm_60{padding:15px 20px 10px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1feph_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1feph_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1feph_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1feph_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1feph_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1feph_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1feph_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1feph_60{display:flex;flex-direction:column;flex-grow:1;overflow:scroll}._firstList_1feph_67{margin-top:20px}._loadingWrapper_1feph_71{display:flex;justify-content:center;padding:30px 0}._separator_1feph_77{flex-shrink:0}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ik5nb_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ik5nb_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ik5nb_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ik5nb_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ik5nb_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ik5nb_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ik5nb_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_ik5nb_60{max-width:390px;width:100%;padding:20px 20px 10px;margin:0 20px;background:var(--background);border-radius:20px;box-shadow:0 1px 6px #00000026}._form_ik5nb_70{display:flex;flex-direction:column;align-items:center}._title_ik5nb_76{margin-bottom:12px;font-size:22px}._subtitle_ik5nb_82{margin-bottom:15px;font-size:16px;white-space:break-spaces}._textarea_ik5nb_89{width:100%;padding:10px 14px;margin-bottom:20px;font-size:14px;line-height:20px;letter-spacing:.36px;text-align:start;background-color:var(--background-muted);border-radius:10px;word-break:break-word}[dir=rtl] ._textarea_ik5nb_89::placeholder{text-align:start}._buttonsGroup_ik5nb_109{display:flex;flex-direction:column;align-items:center;justify-content:center;width:70%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_qcphq_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_qcphq_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_qcphq_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_qcphq_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_qcphq_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_qcphq_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_qcphq_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_qcphq_60{max-width:490px;width:100%;padding:30px 20px;margin:0 20px;border-radius:15px;background-color:var(--background);overflow:hidden;z-index:var(--z-modal)}@media (min-width: 800px){._modal_qcphq_60{padding:40px 70px}}._wrapper_qcphq_76{white-space:break-spaces}._gearIcon_qcphq_80{width:60px;height:60px}._title_qcphq_85{padding-bottom:10px;font-size:20px}@media (min-width: 800px){._title_qcphq_85{font-size:22px}}._text_qcphq_96{padding-bottom:40px;font-size:12px;line-height:22px;color:var(--foreground-primary)}@media (min-width: 800px){._text_qcphq_96{font-size:14px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1hp12_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1hp12_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1hp12_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1hp12_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1hp12_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1hp12_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1hp12_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_1hp12_60{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:60px 20px 20px;height:calc(var(--app-height) - 60px)}@media (min-width: 800px){._wrapper_1hp12_60{height:calc(var(--app-height) - 70px)}}._simCard_1hp12_74{width:66px;height:140px;padding-bottom:45px}._title_1hp12_80{padding-bottom:25px;font-size:20px;text-align:center}._text_1hp12_87{padding-bottom:30px;font-size:15px;text-align:center}._link_1hp12_94{color:var(--accent)}._link_1hp12_94:hover{text-decoration:none}._linkButton_1hp12_102{width:100%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_108na_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_108na_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_108na_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_108na_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_108na_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_108na_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_108na_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_108na_60{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:35px 20px;height:calc(var(--app-height) - 60px)}@media (min-width: 800px){._wrapper_108na_60{height:calc(var(--app-height) - 70px)}}._title_108na_74{padding-bottom:45px;font-size:28px}@media (min-width: 800px){._title_108na_74{font-size:32px}}._entity_108na_85{width:100%;padding:18px;margin-bottom:12px;font-size:15px;text-align:center;border-radius:8px;background-color:var(--background-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}@media (hover){._entity_108na_85:hover{background-color:var(--background-muted-hover)}}._entity_108na_85:active{background-color:var(--background-muted-active)}._entity_108na_85:last-of-type{margin-bottom:40px}._entityActive_108na_110{background-color:var(--accent);color:var(--foreground-inverted)}@media (hover){._entityActive_108na_110:hover{background-color:var(--accent)}}._menu_hvqy9_1{width:60vw;max-height:calc(var(--app-height) / 100 * 40);overflow-y:auto}@media (min-width: 800px){._menu_hvqy9_1{max-width:300px;width:100%;max-height:calc(var(--app-height) / 100 * 30)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_xdsbe_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_xdsbe_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_xdsbe_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_xdsbe_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_xdsbe_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_xdsbe_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_xdsbe_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._item_xdsbe_60{display:flex;flex-direction:column;align-items:flex-start;padding:15px 10px;font-size:15px}._header_xdsbe_68{display:flex;align-items:center;margin-bottom:27px}._icon_xdsbe_78{width:15px;height:15px;margin-inline-end:12px}._container_xdsbe_84{display:flex;flex-direction:column;padding-inline-start:15px;font-size:14px;word-break:break-all}._fieldItem_xdsbe_92{padding-bottom:25px}._fieldItem_xdsbe_92:last-child{padding-bottom:15px}._fieldName_xdsbe_99{text-transform:capitalize}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_y5on0_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_y5on0_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_y5on0_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_y5on0_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_y5on0_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_y5on0_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_y5on0_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_y5on0_60{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:35px 20px;overflow-y:auto;height:calc(var(--app-height) - 60px)}@media (min-width: 800px){._wrapper_y5on0_60{height:calc(var(--app-height) - 70px)}}._closeButton_y5on0_76{position:absolute;top:10px;inset-inline-end:10px;cursor:pointer;transition:transform .2s ease}@media (hover){._closeButton_y5on0_76:hover{transform:scale(1.2)}}._close_y5on0_76{width:20px;height:20px}._title_y5on0_94{padding-bottom:15px;font-size:28px}@media (min-width: 800px){._title_y5on0_94{font-size:32px}}._subtitle_y5on0_105{padding-bottom:25px;font-size:13px;color:var(--foreground-secondary)}@media (min-width: 800px){._subtitle_y5on0_105{padding-bottom:65px;font-size:14px}}._form_y5on0_118{width:100%}._iconWrapper_y5on0_122{position:relative;width:100%}._input_y5on0_127{margin-bottom:20px}._inputButton_y5on0_131{width:28px;height:28px}._inputButton_y5on0_131>svg{width:18px;height:18px}._inputButtonOpened_y5on0_140{background-color:var(--background-muted-active)}._country_y5on0_144{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-bottom:20px;font-size:14px;border-bottom:1px solid var(--border);pointer-events:none}@media (hover){._country_y5on0_144:hover{opacity:.6}}._interactive_y5on0_162{pointer-events:auto;cursor:pointer}._flagWrapper_y5on0_167{display:flex;align-items:center}._flag_y5on0_167{width:15px;height:15px}._arrowIcon_y5on0_177{display:flex;align-items:center;width:8px;height:8px;margin-inline-start:5px}[dir=rtl] ._arrowIcon_y5on0_177{transform:rotateY(180deg)}._countriesListContainer_y5on0_188{position:absolute;bottom:0;top:0;padding-top:20px;width:100%;overflow-y:auto;background-color:var(--background)}._countriesListTitle_y5on0_198{font-size:22px;text-align:center}@media (min-width: 800px){._countriesListTitle_y5on0_198{font-size:26px}}._savedUserIcon_y5on0_209{color:var(--accent)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1t8nn_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1t8nn_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1t8nn_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1t8nn_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1t8nn_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1t8nn_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1t8nn_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1t8nn_60{display:flex;flex-direction:column;width:100%;margin-bottom:20px}._name_1t8nn_67{padding-bottom:10px;font-size:15px;text-align:start}._details_1t8nn_74{display:flex;flex-direction:column;padding:15px;font-size:12px;border-radius:5px;background-color:var(--background-muted)}._detailsName_1t8nn_84{padding-bottom:10px;font-size:9px;color:var(--indigo-100)}._detailsContent_1t8nn_91{display:flex;flex-wrap:wrap}._documentSelectContainer_1t8nn_96{padding:16px;font-size:14px}._documentSelectSingleValue_1t8nn_102{display:flex}._documentOptionLabel_1t8nn_106{display:flex;flex-direction:column}._recommended_1t8nn_111{color:var(--success);font-size:9px}._documentIcon_1t8nn_117{width:13px;margin-inline-end:15px;fill:#5cc16a}._separator_1t8nn_123{width:100%;height:10px}._red_1t8nn_128{color:var(--foreground-destructive)}._uploadButton_1t8nn_132{display:flex;padding:16px;font-size:14px;cursor:pointer;transition:opacity .2s ease}@media (hover){._uploadButton_1t8nn_132:hover{opacity:.7}}._uploadIcon_1t8nn_146{width:18px;margin-inline-end:15px;fill:#ff3b3b}._uploadedIcon_1t8nn_152{width:13px;margin-inline-end:15px;fill:var(--accent)}._uploadedButtonText_1t8nn_158{display:flex;align-items:center;margin-inline-start:auto;color:var(--success);font-size:11px}._arrowRight_1t8nn_167{width:6px;margin-inline-start:5px;fill:var(--success)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_u0uz0_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_u0uz0_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_u0uz0_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_u0uz0_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_u0uz0_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_u0uz0_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_u0uz0_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_u0uz0_60{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:15px 20px;overflow-y:auto;height:calc(var(--app-height) - 60px)}@media (min-width: 800px){._wrapper_u0uz0_60{height:calc(var(--app-height) - 70px)}}._title_u0uz0_76{padding:30px 0 15px;font-size:28px}@media (min-width: 800px){._title_u0uz0_76{font-size:32px}}._subtitle_u0uz0_87{padding-bottom:25px;font-size:13px;color:var(--foreground-secondary)}@media (min-width: 800px){._subtitle_u0uz0_87{padding-bottom:45px;font-size:14px}}._failureReasonContainer_u0uz0_100{width:100%;margin-bottom:30px;padding:25px 15px 18px;background-color:var(--background-muted);border-radius:8px;text-align:center}._failureReason_u0uz0_100{padding-bottom:15px;font-size:11px;color:var(--foreground-destructive)}._link_u0uz0_116{font-size:13px;color:var(--accent);text-decoration:underline}@media (hover){._link_u0uz0_116:hover{text-decoration:none;opacity:.7}}._linkButton_u0uz0_129{width:100%}._button_u0uz0_133{margin-bottom:10px}._deleteButton_u0uz0_137{color:var(--foreground-destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_t3i84_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_t3i84_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_t3i84_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_t3i84_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_t3i84_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_t3i84_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_t3i84_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_t3i84_60{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:35px 20px;height:calc(var(--app-height) - 60px)}@media (min-width: 800px){._wrapper_t3i84_60{height:calc(var(--app-height) - 70px)}}._title_t3i84_74{padding-bottom:45px;font-size:28px}@media (min-width: 800px){._title_t3i84_74{font-size:32px}}._option_t3i84_85{width:100%;padding:18px;margin-bottom:12px;font-size:15px;text-align:center;border-radius:8px;background-color:var(--background-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease}@media (hover){._option_t3i84_85:hover{background-color:var(--background-muted-hover)}}._option_t3i84_85:active{background-color:var(--background-muted-active)}._option_t3i84_85:last-of-type{margin-bottom:40px}._optionActive_t3i84_109{background-color:var(--accent);color:var(--foreground-inverted)}@media (hover){._optionActive_t3i84_109:hover{background-color:var(--accent);color:var(--foreground-inverted)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_9an1b_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_9an1b_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_9an1b_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_9an1b_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_9an1b_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_9an1b_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_9an1b_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_9an1b_60{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:35px 20px;height:calc(var(--app-height) - 60px)}@media (min-width: 800px){._wrapper_9an1b_60{height:calc(var(--app-height) - 70px)}}._title_9an1b_74{padding-bottom:45px;font-size:28px}@media (min-width: 800px){._title_9an1b_74{font-size:32px}}._bundle_9an1b_85{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:18px;margin-bottom:12px;font-size:15px;text-align:center;border-radius:8px;background-color:var(--background-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}@media (hover){._bundle_9an1b_85:hover{background-color:var(--background-muted-hover)}}._bundle_9an1b_85:active{background-color:var(--background-muted-active)}._bundle_9an1b_85:last-of-type{margin-bottom:40px}._bundleActive_9an1b_113{background-color:var(--accent);color:var(--foreground-inverted)}@media (hover){._bundleActive_9an1b_113:hover{background-color:var(--accent)}}._name_9an1b_123{padding-bottom:5px;text-align:start;font-size:15px;line-height:15.5px;letter-spacing:.3px}._address_9an1b_132{text-align:start;font-size:10px;line-height:15.5px;letter-spacing:.2px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1rsds_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1rsds_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1rsds_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1rsds_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1rsds_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1rsds_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1rsds_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1rsds_60{display:flex;flex-direction:column;width:100%;padding-bottom:20px;border-bottom:1px solid var(--border)}._header_1rsds_68{width:100%;display:flex;justify-content:space-between;padding:15px 0}._pageNumber_1rsds_75{font-size:14px;color:var(--foreground-tertiary)}._controlsGroup_1rsds_81{display:flex}._controlsGroup_1rsds_81>:first-child{margin-inline-end:10px}._trashIcon_1rsds_88{width:15px}._reuploadIcon_1rsds_92{width:17px}._control_1rsds_81{cursor:pointer;transition:opacity .2s ease}@media (hover: hover){._control_1rsds_81:hover{opacity:.7}}._control_1rsds_81:disabled{pointer-events:none;opacity:.5}._disabled_1rsds_110{pointer-events:none;opacity:.5}._uploadInput_1rsds_115{display:none}._previewContainer_1rsds_119{position:relative;display:flex}._preview_1rsds_119{aspect-ratio:16/9;object-fit:contain;width:70%;margin:0 auto}._hidden_1rsds_131{opacity:0}._skeletonContainer_1rsds_135{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;width:70%;margin:0 auto}._uploadButton_1rsds_146{width:100%;display:flex;flex-direction:column;align-items:center;padding:20px 0;font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s ease}._uploadButton_1rsds_146:not(:last-of-type){border-bottom:1px solid var(--border)}@media (hover){._uploadButton_1rsds_146:hover{opacity:.7}}._uploadIcon_1rsds_167{width:30px;padding-bottom:15px;fill:var(--green-500)}._subtext_1rsds_173{font-size:9px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_47afj_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_47afj_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_47afj_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_47afj_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_47afj_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_47afj_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_47afj_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_47afj_60{padding:35px 20px;overflow-y:auto;height:calc(var(--app-height) - 60px)}@media (min-width: 800px){._wrapper_47afj_60{height:calc(var(--app-height) - 70px)}}._title_47afj_71{padding-bottom:15px;font-size:28px;text-align:center}@media (min-width: 800px){._title_47afj_71{font-size:32px}}._subtitle_47afj_83{padding:25px 0;font-size:14px}._bold_47afj_50{font-weight:700}._note_47afj_93{font-size:14px}._note_47afj_93:last-of-type{padding-bottom:30px}._uploadInput_47afj_101{display:none}._separator_47afj_105{width:100%;height:10px}._requirementsList_47afj_110{padding-inline-start:15px}._requirementItem_47afj_114{display:flex;align-items:center;margin-bottom:30px;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}@media (hover){._requirementItem_47afj_114:hover:not(:first-of-type){opacity:.7}}._requirementName_47afj_129{margin-inline-start:10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_zx3we_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_zx3we_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_zx3we_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_zx3we_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_zx3we_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_zx3we_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_zx3we_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_zx3we_60{display:flex;flex-direction:column;align-items:center;padding:30px;margin:0 20px;border-radius:15px;background-color:var(--background)}._text_zx3we_70{max-width:60%;font-size:15px;text-align:center;white-space:break-spaces}._text_zx3we_70:last-of-type{padding-bottom:30px}._image_zx3we_85{width:110px;padding-bottom:20px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1kbwd_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1kbwd_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1kbwd_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1kbwd_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1kbwd_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1kbwd_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1kbwd_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_1kbwd_60{max-width:400px;width:100%;padding:30px;margin:0 20px;border-radius:15px;background-color:var(--background);overflow:hidden;z-index:var(--z-base)}._wrapper_1kbwd_71{position:relative;padding-top:35px;white-space:break-spaces}._background_1kbwd_77{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:contain;background-repeat:no-repeat;z-index:var(--z-below)}._text_1kbwd_87{padding-bottom:40px;font-size:18px}._buttonsGroup_1kbwd_93{display:flex;gap:10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1qj13_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1qj13_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1qj13_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1qj13_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1qj13_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1qj13_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1qj13_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_1qj13_60{position:relative;max-width:500px;width:100%;padding:20px;margin:0 20px;border-radius:15px;background-color:var(--background);overflow:hidden;z-index:var(--z-modal)}@media (min-width: 800px){._modal_1qj13_60{padding:30px}}._wrapper_1qj13_77{position:relative;padding-top:25px;white-space:break-spaces}@media (min-width: 800px){._wrapper_1qj13_77{padding-top:35px}}._background_1qj13_88{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:contain;background-repeat:no-repeat;z-index:var(--z-below)}._title_1qj13_98{padding-bottom:10px;font-size:18px}@media (min-width: 800px){._title_1qj13_98{padding-bottom:20px;font-size:20px}}._text_1qj13_110{padding-bottom:20px;font-size:16px}@media (min-width: 800px){._text_1qj13_110{font-size:18px}}._buttonsGroup_1qj13_121{display:flex;flex-wrap:wrap;gap:10px}._button_1qj13_121{flex:1 1}._closeButton_1qj13_131{position:absolute;top:15px;right:15px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1oy8b_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1oy8b_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1oy8b_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1oy8b_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1oy8b_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1oy8b_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1oy8b_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._email_1oy8b_60{width:80px;fill:#1da1f1}._title_1oy8b_65{font-size:28px}._text_1oy8b_70{padding-bottom:30px;font-size:16px}._input_1oy8b_76{margin-bottom:20px;text-align:center}._input_1oy8b_76 label{width:100%;transform-origin:top}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_v0zqc_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_v0zqc_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_v0zqc_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_v0zqc_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_v0zqc_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_v0zqc_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_v0zqc_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._cannotRemoveNumberModalTitle_v0zqc_60{padding-bottom:10px;font-size:20px}@media (min-width: 800px){._cannotRemoveNumberModalTitle_v0zqc_60{font-size:22px}}._cannotRemoveNumberModalContent_v0zqc_71{padding-bottom:20px;font-size:16px}@media (min-width: 800px){._cannotRemoveNumberModalContent_v0zqc_71{padding-bottom:30px;font-size:18px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_pajwm_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_pajwm_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_pajwm_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_pajwm_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_pajwm_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_pajwm_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_pajwm_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._item_pajwm_60{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:1;font-size:14px;border-radius:8px;padding:15px 8px;cursor:pointer}@media (min-width: 800px){._item_pajwm_60{font-size:15px}}@media (min-width: 800px){._item_pajwm_60{padding:20px 14px;font-size:17px}}._content_pajwm_84{display:flex}._icon_pajwm_88{display:flex;justify-content:center;align-items:center;margin-inline-end:15px}._label_pajwm_95{color:var(--foreground-primary)}._value_pajwm_99{font-size:14px;text-align:end;color:var(--foreground-tertiary)}@media (min-width: 800px){._value_pajwm_99{font-size:15px}}@media (min-width: 1200px){._value_pajwm_99{font-size:17px}}._green_pajwm_115{color:var(--foreground-success)}._red_pajwm_119{color:var(--foreground-destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_17p57_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_17p57_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_17p57_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_17p57_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_17p57_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_17p57_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_17p57_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._label_17p57_60{margin:20px 16px 10px;text-transform:uppercase}@media (min-width: 800px){._label_17p57_60{margin:20px 24px 10px}}._settingsContainer_17p57_70{display:flex;flex-direction:column;gap:10px;padding:0 8px 10px}@media (min-width: 800px){._settingsContainer_17p57_70{padding:0 10px 10px}}._itemIcon_17p57_82{width:20px;height:15px}@media (min-width: 800px){._itemIcon_17p57_82{height:20px}}._pencilIcon_17p57_92{width:12px;margin-inline-start:15px}@media (hover: hover){._pencilIcon_17p57_92:hover{opacity:.5}}._flagContainer_17p57_102{display:flex;justify-content:center;align-items:center;margin-inline-end:15px;width:20px}._flag_17p57_102{width:15px;height:15px}@media (min-width: 800px){._flag_17p57_102{width:20px;height:20px}}._numberItem_17p57_121{flex-direction:column;align-items:flex-start;padding:15px 8px;min-width:0;font-size:14px}@media (min-width: 800px){._numberItem_17p57_121{font-size:15px;padding:20px 14px}}@media (min-width: 1200px){._numberItem_17p57_121{font-size:17px}}._numberName_17p57_141{width:100%;padding-inline-start:38px;font-size:14px;color:var(--foreground-tertiary);overflow:hidden;text-overflow:ellipsis}._numberContent_17p57_150{display:flex;align-items:center}._link_17p57_155:hover{text-decoration:none}._item_17p57_82{display:flex;border-radius:8px}@media (hover: hover){._item_17p57_82:hover{background-color:var(--surface-background-hover)}}._activeItem_17p57_170{background-color:var(--surface-background-active)}._autoRenewalIcon_17p57_174{fill:#ff9b24}._expiresIcon_17p57_179{fill:#5cc16a}._voicemailIcon_17p57_184{height:13px;fill:#7875eb}@media (min-width: 800px){._voicemailIcon_17p57_184{height:20px}}._callForwardingIcon_17p57_195{fill:#1da0f0}._autoReplyToCallsIcon_17p57_200,._autoReplyToTextsIcon_17p57_205{fill:#5cc16a}._blockCallsIcon_17p57_210{fill:#4acca0}._smsForwardingIcon_17p57_215{fill:#feb033}._trashIcon_17p57_220{fill:#ff3b3b}._blockSmsIcon_17p57_225{fill:#7875eb}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_qjwnf_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_qjwnf_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_qjwnf_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_qjwnf_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_qjwnf_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_qjwnf_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_qjwnf_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_qjwnf_60{display:flex;flex-direction:column;align-items:center;padding:40px 20px 20px}._title_qjwnf_67{font-size:20px;text-align:center;margin-bottom:30px}._inputContainer_qjwnf_74{position:relative;width:70%;margin-bottom:20px}@media (min-width: 800px){._inputContainer_qjwnf_74{width:60%}}@media (min-width: 1200px){._inputContainer_qjwnf_74{width:50%}}._button_qjwnf_90{width:80%}@media (min-width: 800px){._button_qjwnf_90{width:70%}}@media (min-width: 1200px){._button_qjwnf_90{width:60%}}._container_1u132_1{display:flex;flex-direction:column;padding:25px 14px}@media (min-width: 800px){._container_1u132_1{padding:30px 28px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_z78cv_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_z78cv_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_z78cv_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_z78cv_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_z78cv_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_z78cv_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_z78cv_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._item_z78cv_60{display:flex;flex-direction:column;border-radius:8px}._itemContent_z78cv_66{display:flex;align-items:center;flex:1 1}._row_z78cv_72{display:flex;align-items:center;justify-content:space-between;gap:10px}._firstRow_z78cv_79{margin-bottom:10px}@media (min-width: 800px){._firstRow_z78cv_79{margin-bottom:20px}}._iconContainer_z78cv_88{display:flex;align-items:center;justify-content:center;margin-inline-end:15px;height:15px}@media (min-width: 800px){._iconContainer_z78cv_88{height:19px}}._label_z78cv_101{font-size:15px}@media (min-width: 800px){._label_z78cv_101{font-size:16px}}@media (min-width: 1200px){._label_z78cv_101{font-size:19px}}._description_z78cv_116{font-size:13px;color:var(--foreground-tertiary)}@media (min-width: 800px){._description_z78cv_116{font-size:15px}}._clickableDescription_z78cv_127{-webkit-user-select:none;user-select:none;cursor:pointer}._switch_z78cv_132{flex:.3 0 30%}@media (min-width: 800px){._switch_z78cv_132{flex:.3 0 20%}}._triangle_z78cv_141{width:5px;height:7px;flex-shrink:0;fill:var(--foreground-tertiary);transition:transform .2s ease}._triangleOpened_z78cv_149{transform:rotate(90deg)}._childrenContainer_z78cv_153{height:0;overflow:hidden}._innerContainer_z78cv_158{padding-top:15px}._icon_ouecc_1{width:20px;height:15px;fill:#ff9b24}@media (min-width: 800px){._icon_ouecc_1{height:20px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1cm5h_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1cm5h_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1cm5h_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1cm5h_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1cm5h_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1cm5h_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1cm5h_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._row_1cm5h_60:first-of-type{margin-bottom:10px}@media (min-width: 800px){._row_1cm5h_60:first-of-type{margin-bottom:20px}}._label_1cm5h_69{font-size:16px}@media (min-width: 800px){._label_1cm5h_69{font-size:19px}}._numberWrapper_1cm5h_79{display:flex;align-items:center}._inputContainer_1cm5h_84{position:relative}._input_1cm5h_84{width:100%;padding:0 0 12px;font-size:16px;border-bottom:1px solid var(--border)}._input_1cm5h_84:focus{border-bottom:1px solid var(--success)}@media (min-width: 1200px){._input_1cm5h_84{font-size:18px}}._number_1cm5h_79{font-size:18px}._editButton_1cm5h_109{margin-inline-start:15px;cursor:pointer;transition:opacity .2s ease}@media (hover: hover){._editButton_1cm5h_109:hover{opacity:.5}}._editIcon_1cm5h_120{width:12px}._deleteButton_1cm5h_124{position:absolute;inset-inline-end:0;top:50%;transform:translateY(-50%);width:24px;height:24px;margin-inline-start:10px;padding:0}@media (hover: hover){._deleteButton_1cm5h_124:hover{opacity:.5}}._deleteIcon_1cm5h_140{width:24px}._buttonContainer_1cm5h_144{display:flex;justify-content:center;padding:30px 0}._button_1cm5h_144{width:50%}._icon_1qc97_1{width:20px;height:15px;fill:#feb033}@media (min-width: 800px){._icon_1qc97_1{height:20px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1hy6m_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1hy6m_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1hy6m_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1hy6m_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1hy6m_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1hy6m_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1hy6m_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1hy6m_60{display:flex;flex-direction:column;justify-content:flex-start;flex:1;padding:12px 8px;border-radius:8px;cursor:pointer}@media (hover: hover){._container_1hy6m_60:hover{background-color:var(--surface-background-hover)}}._container_1hy6m_60:focus-within{background-color:var(--surface-background-hover)}@media (min-width: 800px){._container_1hy6m_60{padding:12px 14px}}._contentWrapper_1hy6m_83{display:flex;justify-content:flex-start;align-items:flex-start;flex:1;cursor:pointer}._contentWrapper_1hy6m_83:focus-visible{box-shadow:none}._content_1hy6m_83{display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0;padding-inline-start:10px}._row_1hy6m_103{display:flex;align-items:center;justify-content:space-between}._row_1hy6m_103:first-of-type{padding-bottom:7px}._name_1hy6m_112,._description_1hy6m_113{max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._name_1hy6m_112{font-size:17px}._description_1hy6m_113{display:flex;align-items:center;font-size:14px}._timeWrapper_1hy6m_132{display:flex;align-items:center;flex-shrink:0}._time_1hy6m_132{max-width:100%;padding-inline-start:5px;font-size:14px;color:var(--foreground-secondary)}._unread_1hy6m_146{width:8px;height:8px;border-radius:50%;background-color:var(--destructive)}._descriptionIcons_1hy6m_153{width:12px;height:12px;margin-inline-end:10px;vertical-align:middle}._recordIcon_1hy6m_160{fill:#ff3434}._outgoingIcon_1hy6m_164{fill:#a4a4a4}._triangle_1hy6m_168{width:5px;height:7px;flex-shrink:0;fill:gray;transition:transform .2s ease}._triangleOpened_1hy6m_176{transform:rotate(90deg)}._playerContainer_1hy6m_180{overflow:hidden}._playerPaddingWrapper_1hy6m_184{display:flex;padding-block:20px 10px;padding-inline:15px 0}._player_1hy6m_180{width:85%;padding:0}._playerButton_1hy6m_195{margin-inline-end:27px}._buttonsContainer_1hy6m_199{display:flex;align-items:center;gap:10px;margin-inline-start:auto}._button_1hy6m_199{display:flex;cursor:pointer;transition:opacity .15s ease}@media (hover: hover){._button_1hy6m_199:hover{opacity:.5}}._buttonIcon_1hy6m_217{width:18px;height:19px}._recordsList_h1ew6_1{height:calc(var(--app-height) / 100 * 30);overflow-y:auto;overflow-x:hidden}._recordContainer_h1ew6_7{padding:5px 0;border-bottom:1px solid var(--layout-border)}._recordContainer_h1ew6_7:first-of-type{border-top:1px solid var(--layout-border)}@media (min-width: 800px){._recordContainer_h1ew6_7{padding:12px 0}}._icon_h1ew6_20{width:20px;height:15px}@media (min-width: 800px){._icon_h1ew6_20{height:20px}}._loading_h1ew6_30{margin:20px 0 10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_htrxm_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_htrxm_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_htrxm_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_htrxm_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_htrxm_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_htrxm_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_htrxm_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_htrxm_60{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px}._left_htrxm_68{display:flex;align-items:center;font-size:14px;cursor:pointer}@media (min-width: 800px){._left_htrxm_68{font-size:16px}}@media (min-width: 1200px){._left_htrxm_68{font-size:18px}}._left_htrxm_68:has(._checkbox_htrxm_85:focus-visible){box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,var(--background) 0 0 0 2px,var(--accent) 0 0 0 4px,transparent 0 0 0 0}._left_htrxm_68._disabled_htrxm_88{opacity:.5}._checkbox_htrxm_85{margin-inline-end:6px}._checkbox_htrxm_85:focus-visible{box-shadow:none}@media (min-width: 800px){._checkbox_htrxm_85{margin-inline-end:12px}}._dayName_htrxm_104{font-size:14px}@media (min-width: 800px){._dayName_htrxm_104{font-size:16px}}@media (min-width: 1200px){._dayName_htrxm_104{font-size:18px}}._timePickersContainer_htrxm_119{display:flex;align-items:center;justify-content:flex-end;flex:1;gap:2px}@media (min-width: 800px){._timePickersContainer_htrxm_119{gap:10px}}._line_htrxm_132{width:8px;height:1px;margin:0 5px;background-color:var(--foreground-primary)}._line_htrxm_132._disabled_htrxm_88{opacity:.2}@media (min-width: 800px){._line_htrxm_132{width:15px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_asokt_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_asokt_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_asokt_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_asokt_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_asokt_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_asokt_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_asokt_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._optionsContainer_asokt_60{gap:20px}@media (min-width: 800px){._optionsContainer_asokt_60{gap:40px}}._title_asokt_69{display:flex;justify-content:space-between;align-items:center}._buttonIcon_asokt_75{width:22px}._optionIcon_asokt_79{width:20px;height:13px}@media (min-width: 800px){._optionIcon_asokt_79{height:20px}}._voicemailIcon_asokt_89{fill:#7875eb}._briefcaseIcon_asokt_94{fill:#ff8a44}._businessHoursTitle_asokt_99{display:block;padding-bottom:14px;font-size:16px}@media (min-width: 800px){._businessHoursTitle_asokt_99{font-size:19px}}._businessHoursDescription_asokt_111{font-size:13px;color:var(--foreground-tertiary)}@media (min-width: 800px){._businessHoursDescription_asokt_111{font-size:15px}}._sectionHeader_asokt_122{margin-bottom:20px}@media (min-width: 800px){._sectionHeader_asokt_122{margin-bottom:40px}}._scheduleContainer_asokt_131{display:flex;flex-direction:column;gap:25px;margin-bottom:35px}._saveButton_asokt_138{width:50%;margin:0 auto}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_15srb_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_15srb_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_15srb_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_15srb_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_15srb_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_15srb_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_15srb_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._optionsContainer_15srb_60{gap:10px;padding:25px 10px}@media (min-width: 800px){._optionsContainer_15srb_60{padding:30px 10px}}._selectContainer_15srb_70{padding-block:25px;padding-inline:24px}@media (min-width: 800px){._selectContainer_15srb_70{padding-block:30px}}._item_15srb_80{display:flex;align-items:center;justify-content:space-between;flex:1;padding:15px 10px;font-size:14px;line-height:22px;border-radius:8px;cursor:pointer}@media (min-width: 800px){._item_15srb_80{padding:20px 14px;font-size:17px}}@media (hover: hover){._item_15srb_80:hover{background-color:var(--surface-background-hover)}}._item_15srb_80:last-of-type{margin-bottom:18px}._activeItem_15srb_107{background-color:var(--background-muted);color:var(--foreground-success)}._iconContainer_15srb_112{position:relative;display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;background-color:var(--success)}._checkIcon_15srb_123{position:absolute;top:30%;width:12px;height:12px;fill:var(--foreground-inverted)}._description_15srb_131{padding:0 10px;font-size:13px;color:var(--foreground-tertiary)}@media (min-width: 800px){._description_15srb_131{padding:0 14px;font-size:15px}}._langSelector_15srb_144{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px}@media (min-width: 800px){._langSelector_15srb_144{font-size:17px}}._langSelector_15srb_144>span{flex:.8 1}._select_15srb_70{flex:.8}._recorderContainer_15srb_165{position:relative;display:flex;align-items:center}._reRecordButton_15srb_171{display:flex;align-items:center;justify-content:center;padding:4px;background-color:var(--black);border-radius:50%;color:var(--white);cursor:pointer;transition:opacity .15s ease}@media (hover: hover){._reRecordButton_15srb_171:hover{opacity:.7}}._reRecordIcon_15srb_188{width:14px;height:14px;transform:translate(1px)}._icon_1xhyq_1{width:20px;height:15px;fill:#1da0f0}@media (min-width: 800px){._icon_1xhyq_1{height:20px}}._icon_18mey_1{width:20px;height:20px;fill:#4acca0}._icon_2vdmv_1{width:20px;height:20px;fill:#7875eb}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_14w9v_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_14w9v_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_14w9v_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_14w9v_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_14w9v_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_14w9v_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_14w9v_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._button_14w9v_60{display:flex;align-items:center;width:fit-content;gap:12px;font-size:16px;cursor:pointer;transition:opacity .15s ease}@media (hover: hover){._button_14w9v_60:hover{opacity:.6}}@media (min-width: 800px){._button_14w9v_60{gap:15px;font-size:19px}}._icon_14w9v_82{border-radius:50%;background-color:var(--success);width:22px;height:22px;padding:5px;fill:var(--foreground-inverted)}@media (min-width: 800px){._icon_14w9v_82{width:28px;height:28px;padding:7px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_tp5ko_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_tp5ko_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_tp5ko_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_tp5ko_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_tp5ko_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_tp5ko_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_tp5ko_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._item_tp5ko_60{display:flex}._button_tp5ko_64{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 10px;border-radius:8px;cursor:pointer;transition:background-color .15s ease}._button_tp5ko_64._selected_tp5ko_74{background-color:var(--surface-background-active)}@media (hover: hover){._button_tp5ko_64:hover{background-color:var(--surface-background-hover)}}@media (min-width: 800px){._button_tp5ko_64{padding:15px 14px}}._content_tp5ko_88{display:flex;flex-direction:column;width:90%;gap:3px}._nameContainer_tp5ko_95{display:flex;align-items:center}._name_tp5ko_95{margin-inline-end:10px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 800px){._name_tp5ko_95{font-size:18px}}._text_tp5ko_114{font-size:12px;color:var(--foreground-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._iconContainer_tp5ko_123{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:24px;height:24px;border-radius:50%;background-color:var(--success)}._checkIcon_tp5ko_135{position:absolute;top:30%;width:12px;height:12px;fill:var(--foreground-inverted)}._settingsIcon_tp5ko_143{width:18px;height:18px}._dropdownTrigger_tp5ko_148{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease}@media (hover: hover){._dropdownTrigger_tp5ko_148:hover{opacity:.5}}._red_tp5ko_161{color:var(--foreground-destructive)}._list_qimmx_1{display:flex;flex-direction:column;gap:10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_169ib_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_169ib_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_169ib_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_169ib_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_169ib_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_169ib_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_169ib_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_169ib_60{max-width:490px;padding:0}@media (min-width: 800px){._modal_169ib_60{width:100%}}._header_169ib_70{position:relative;display:flex;align-items:center;justify-content:center;padding:15px 20px;border-bottom:1px solid var(--layout-border)}@media (min-width: 800px){._header_169ib_70{padding:15px 0 20px}}._title_169ib_84{max-width:calc(100% - 70px);font-size:17px}._closeButton_169ib_90{position:absolute;inset-inline-end:13px}@media (min-width: 800px){._closeButton_169ib_90{inset-inline-end:18px}}._fieldset_169ib_100{display:flex;flex-direction:column;gap:20px;padding:15px 20px 20px;text-align:start}._fieldset_169ib_100:disabled input,._fieldset_169ib_100:disabled textarea{cursor:not-allowed;color:var(--foreground-disabled)}@media (min-width: 800px){._fieldset_169ib_100{padding:15px 25px 30px}}._inputContainer_169ib_117>input:focus{border-bottom:1px solid var(--accent)}._textAreaContainer_169ib_121{height:240px;background-color:var(--background-muted);border:1px solid var(--layout-border)}._textAreaContainer_169ib_121:focus-within{border:1px solid var(--accent)}._textArea_169ib_121{height:100%;max-height:unset;padding:8px 12px 0;color:var(--foreground-primary);font-size:15px;line-height:26px}._button_169ib_140{width:70%;margin:0 auto;font-size:16px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_16969_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_16969_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_16969_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_16969_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_16969_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_16969_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_16969_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_16969_60{max-width:490px;padding:0}@media (min-width: 800px){._modal_16969_60{width:100%}}._header_16969_70{position:relative;display:flex;align-items:center;justify-content:center;padding:15px 0;border-bottom:1px solid var(--layout-border)}@media (min-width: 800px){._header_16969_70{padding:15px 0 20px}}._titleContainer_16969_84{max-width:70%;overflow:hidden;text-overflow:ellipsis}._title_16969_84{font-size:17px}._closeButton_16969_95{position:absolute;inset-inline-end:13px}@media (min-width: 800px){._closeButton_16969_95{inset-inline-end:18px}}._content_16969_105{padding:15px 25px 20px}._text_16969_109{font-size:15px;line-height:26px;text-align:start;word-break:break-word;white-space:break-spaces}._icon_7931a_1{width:20px;height:15px;fill:#5cc16a}@media (min-width: 800px){._icon_7931a_1{height:20px}}._container_7931a_12{padding-block:25px;padding-inline:24px 14px}@media (min-width: 800px){._container_7931a_12{padding-block:30px;padding-inline:28px 14px}}._repliesListContainer_7931a_23{padding:25px 14px}@media (min-width: 800px){._repliesListContainer_7931a_23{padding:30px 14px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ydbvp_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ydbvp_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ydbvp_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ydbvp_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ydbvp_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ydbvp_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ydbvp_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_ydbvp_60{display:flex;flex-direction:column;width:100%;padding:15px 10px;background-color:var(--outgoing-message-background);border-radius:20px}@media (min-width: 800px){._container_ydbvp_60{padding:15px}}@media (min-width: 1200px){._container_ydbvp_60{padding:20px 15px}}._incoming_ydbvp_79{background-color:var(--incoming-message-background)}._forwarded_ydbvp_83{padding-top:10px}._forwardedNumber_ydbvp_87{padding-inline-start:5px;padding-bottom:5px}._content_ydbvp_93{display:flex;align-items:center;margin-bottom:15px;-webkit-user-select:none;user-select:none}._info_ydbvp_100{display:flex;flex-direction:column;justify-content:flex-start;margin-inline-start:10px}._infoTitle_ydbvp_107{font-size:14px}@media (min-width: 800px){._infoTitle_ydbvp_107{font-size:15px}}@media (min-width: 1200px){._infoTitle_ydbvp_107{font-size:17px}}._infoSubtitle_ydbvp_122{display:flex;align-items:center;font-size:12px}@media (min-width: 800px){._infoSubtitle_ydbvp_122{font-size:13px}}@media (min-width: 1200px){._infoSubtitle_ydbvp_122{font-size:14px}}._type_ydbvp_139{margin-inline-end:5px}._bigIcon_ydbvp_143{width:32px;height:32px}@media (min-width: 800px){._bigIcon_ydbvp_143{width:36px;height:36px}}@media (min-width: 1200px){._bigIcon_ydbvp_143{width:42px;height:42px}}._smallIcon_ydbvp_160{padding-inline-end:5px;width:14px;color:var(--audio-message-accent)}@media (min-width: 800px){._smallIcon_ydbvp_160{width:15px}}@media (min-width: 1200px){._smallIcon_ydbvp_160{width:16px}}._playerContainer_ydbvp_176{background-color:var(--outgoing-message-secondary-background)}._incomingPlayerContainer_ydbvp_180{background-color:var(--incoming-message-secondary-background)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1fjr6_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1fjr6_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1fjr6_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1fjr6_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1fjr6_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1fjr6_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1fjr6_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_1fjr6_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1fjr6_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_1fjr6_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_1fjr6_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_1fjr6_92[data-state=open]{animation:_fadeIn_1fjr6_1 .15s ease-out,_scaleIn_1fjr6_1 .15s ease-out}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1fjr6_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._container_1fjr6_156{display:flex;flex-direction:column;padding:15px 10px 10px;background-color:var(--outgoing-message-background);border-radius:20px}@media (min-width: 800px){._container_1fjr6_156{padding:15px}}._incoming_1fjr6_169{background-color:var(--incoming-message-background)}._forwarded_1fjr6_173{padding-top:10px}._forwardedNumber_1fjr6_177{padding-inline-start:5px;padding-bottom:5px}._content_1fjr6_183{display:flex;align-items:center;margin-bottom:15px;-webkit-user-select:none;user-select:none}._info_1fjr6_190{display:flex;flex-direction:column;justify-content:flex-start;margin-inline-start:10px}._infoTitle_1fjr6_197{font-size:14px}@media (min-width: 800px){._infoTitle_1fjr6_197{font-size:15px}}@media (min-width: 1200px){._infoTitle_1fjr6_197{font-size:17px}}._infoSubtitle_1fjr6_212{display:flex;align-items:center;font-size:12px}@media (min-width: 800px){._infoSubtitle_1fjr6_212{font-size:13px}}@media (min-width: 1200px){._infoSubtitle_1fjr6_212{font-size:14px}}._type_1fjr6_229{margin-inline-end:5px}._bigIcon_1fjr6_233{width:32px;height:32px;fill:var(--video-message-accent)}@media (min-width: 800px){._bigIcon_1fjr6_233{width:36px;height:36px}}@media (min-width: 1200px){._bigIcon_1fjr6_233{width:42px;height:42px}}._smallIcon_1fjr6_251{padding-inline-end:5px;width:14px;fill:var(--video-message-accent)}@media (min-width: 800px){._smallIcon_1fjr6_251{width:15px}}@media (min-width: 1200px){._smallIcon_1fjr6_251{width:16px}}._thumbnailContainer_1fjr6_267{position:relative;display:flex;justify-content:center;align-items:center;width:150px;height:150px;border-radius:15px;overflow:hidden}@media (min-width: 800px){._thumbnailContainer_1fjr6_267{width:190px;height:175px}}._thumbnail_1fjr6_267{width:100%;height:100%;-webkit-user-select:none;user-select:none;cursor:pointer;animation:_fadeIn_1fjr6_1 .3s ease-in}._playButton_1fjr6_292{position:absolute;width:46px;height:46px;top:50%;left:50%;display:flex;justify-content:center;align-items:center;transform:translate(-50%,-50%);background-color:#ffffff80;border-radius:50%;z-index:var(--z-floating-element);cursor:pointer;transition:background-color .2s ease-in-out}@media (hover: hover){._playButton_1fjr6_292:hover{background-color:#fff3}}@media (min-width: 800px){._playButton_1fjr6_292{width:58px;height:58px}}._playIcon_1fjr6_320{width:18px;height:18px}@media (min-width: 800px){._playIcon_1fjr6_320{width:20px;height:20px}}._errorIcon_1fjr6_331{position:absolute;top:50%;left:50%;width:25px;height:25px;transform:translate(-50%,-50%);fill:var(--destructive)}._messageText_1fjr6_341{width:150px;padding:10px 5px 0}@media (min-width: 800px){._messageText_1fjr6_341{width:190px}}._spinner_1fjr6_352{width:24px;height:24px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_gmjde_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_gmjde_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_gmjde_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_gmjde_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_gmjde_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_gmjde_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_gmjde_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_gmjde_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_gmjde_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_gmjde_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_gmjde_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_gmjde_92[data-state=open]{animation:_fadeIn_gmjde_1 .15s ease-out,_scaleIn_gmjde_1 .15s ease-out}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_gmjde_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._messageBubble_gmjde_156{padding:5px;border-radius:20px;word-break:break-word;white-space:pre-line;background-color:var(--outgoing-message-background)}._incoming_gmjde_165{background-color:var(--incoming-message-background)}._imageContainer_gmjde_169{position:relative;width:150px;height:150px}@media (min-width: 1200px){._imageContainer_gmjde_169{width:200px;height:200px}}._image_gmjde_169{width:100%;height:100%;border-radius:15px;cursor:pointer;visibility:hidden;object-fit:cover}._imageLoaded_gmjde_190{visibility:visible;will-change:opacity,filter;animation:_fadeIn_gmjde_1 .3s ease-in}._forwardedNumber_gmjde_196{padding:0 5px 7px}._messageText_gmjde_200{max-width:150px;padding:10px}@media (min-width: 1200px){._messageText_gmjde_200{max-width:200px}}._spinnerContainer_gmjde_210{position:absolute;top:50%;left:50%;display:flex;justify-content:center;align-items:center;width:30px;height:30px;transform:translate(-50%,-50%)}._errorIcon_gmjde_222{position:absolute;top:50%;left:50%;width:25px;height:25px;transform:translate(-50%,-50%);fill:var(--destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_120p5_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_120p5_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_120p5_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_120p5_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_120p5_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_120p5_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_120p5_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._messageBubble_120p5_60{display:flex;flex-direction:column;position:relative;padding:10px 15px;border-radius:15px;word-break:break-word;white-space:pre-line}._messageBubble_120p5_60:before,._messageBubble_120p5_60:after{content:"";position:absolute;bottom:0;height:20px}._messageBubble_120p5_60:hover{text-decoration:none}._outgoingMessage_120p5_80{margin-inline-end:10px;background-color:var(--outgoing-message-background)}._outgoingMessage_120p5_80:before{inset-inline-end:-8px;width:20px;background-color:var(--outgoing-message-background);border-bottom-left-radius:15px}._outgoingMessage_120p5_80:after{inset-inline-end:-10px;width:10px;background:var(--chat-background);border-bottom-left-radius:10px}._incomingMessage_120p5_97{margin-inline-start:10px;background-color:var(--incoming-message-background)}._incomingMessage_120p5_97:before{margin-inline-start:-7px;width:20px;border-bottom-right-radius:15px;background-color:var(--incoming-message-background)}._incomingMessage_120p5_97:after{margin-inline-start:-10px;width:10px;background:var(--chat-background);border-bottom-right-radius:10px}._forwardedNumber_120p5_114{padding:0 5px 7px}._pdfImage_120p5_118{width:50px;height:50px;margin-inline-end:10px}._docMessageContent_120p5_124{display:flex;font-size:14px}._docsMessageText_120p5_129{display:flex;flex-direction:column}._fileSize_120p5_134{display:flex;padding-top:10px;color:var(--foreground-secondary)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1b1ci_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1b1ci_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1b1ci_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1b1ci_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1b1ci_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1b1ci_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1b1ci_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._messageBubble_1b1ci_60{display:flex;flex-direction:column;position:relative;padding:10px 15px;border-radius:15px;word-break:break-word;white-space:pre-line}._messageBubble_1b1ci_60:before,._messageBubble_1b1ci_60:after{content:"";position:absolute;bottom:0;height:20px}._messageBubble_1b1ci_60:hover{text-decoration:none}._outgoingMessage_1b1ci_80{margin-inline-end:10px;background-color:var(--outgoing-message-background)}._outgoingMessage_1b1ci_80:before{inset-inline-end:-8px;width:20px;border-end-start-radius:15px;background-color:var(--outgoing-message-background)}._outgoingMessage_1b1ci_80:after{inset-inline-end:-10px;width:10px;border-end-start-radius:10px;background:var(--chat-background)}._incomingMessage_1b1ci_97{margin-inline-start:10px;background-color:var(--incoming-message-background)}._incomingMessage_1b1ci_97:before{inset-inline-start:-7px;width:20px;border-end-end-radius:15px;background-color:var(--incoming-message-background)}._incomingMessage_1b1ci_97:after{inset-inline-start:-10px;width:10px;border-end-end-radius:10px;background:var(--chat-background)}._forwardedNumber_1b1ci_114{padding:0 5px 7px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ao1gf_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ao1gf_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ao1gf_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ao1gf_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ao1gf_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ao1gf_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ao1gf_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._messageBubble_ao1gf_60{display:flex;flex-direction:column;position:relative;border-radius:15px;word-break:break-word;white-space:pre-line}._messageBubble_ao1gf_60:before,._messageBubble_ao1gf_60:after{content:"";position:absolute;bottom:0;height:20px}._outgoingMessage_ao1gf_76{margin-inline-end:10px;background-color:var(--outgoing-message-background)}._outgoingMessage_ao1gf_76:before{inset-inline-end:-8px;width:20px;background-color:var(--outgoing-message-background);border-bottom-left-radius:15px}._outgoingMessage_ao1gf_76:after{inset-inline-end:-10px;width:10px;background:var(--chat-background);border-bottom-left-radius:10px}._incomingMessage_ao1gf_93{margin-inline-start:10px;background-color:var(--incoming-message-background)}._incomingMessage_ao1gf_93:before{margin-inline-start:-7px;width:20px;border-bottom-right-radius:15px;background-color:var(--incoming-message-background)}._incomingMessage_ao1gf_93:after{margin-inline-start:-10px;width:10px;background:var(--chat-background);border-bottom-right-radius:10px}._wrapper_ao1gf_110{position:relative;padding:15px;border-radius:15px;overflow:hidden}._filler_ao1gf_117{-webkit-user-select:none;user-select:none}._blur_ao1gf_121{position:absolute;top:0;right:0;bottom:0;left:0}._text_ao1gf_126{margin-bottom:10px}._content_ao1gf_130{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding:10px 15px;font-size:14px;line-height:22px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#f0f0f080}._button_ao1gf_143{padding:9px 17px;font-size:12px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_zaihm_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_zaihm_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_zaihm_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_zaihm_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_zaihm_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_zaihm_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_zaihm_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._guard_zaihm_60{display:flex;flex:1}._alignLeft_zaihm_65{justify-content:flex-start}._alignRight_zaihm_69{justify-content:flex-end}._message_zaihm_73{display:flex;position:relative;max-width:70%;font-size:16px}._audioMessage_zaihm_80{min-width:70%}@media (min-width: 1200px){._audioMessage_zaihm_80{min-width:60%}}._detainedMessage_zaihm_89{width:240px;max-width:unset}._time_zaihm_94{position:absolute;inset-inline-end:0;top:-18px;font-size:12px;color:var(--foreground-secondary);white-space:nowrap;-webkit-user-select:none;user-select:none}._contextMenuItem_xersd_1{padding:15px}._contextMenuItemIcon_xersd_5{width:15px;margin-right:10px}._red_xersd_10{color:var(--foreground-destructive);fill:var(--foreground-destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ups9v_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ups9v_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ups9v_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ups9v_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ups9v_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ups9v_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ups9v_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_ups9v_60{position:relative;margin:0;max-width:750px;width:100%;height:100%;padding:30px 25px;border-radius:unset;background-color:var(--gray-800);box-shadow:none;overflow:hidden}@media (min-width: 800px){._modal_ups9v_60{height:750px;margin:0 20px;border-radius:20px}}@media (orientation: landscape) and (hover: none){._modal_ups9v_60{height:90%}}._video_ups9v_85{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%)}@media (min-width: 800px){._video_ups9v_85{width:auto;min-width:100%;min-height:100%}._video_ups9v_85>video{object-fit:cover}._video_ups9v_85>video:focus{outline:none}}._topPanel_ups9v_106{position:absolute;top:30px;display:flex;gap:10px;z-index:var(--z-floating-element)}._bottomPanel_ups9v_114{position:absolute;display:flex;bottom:30px;inset-inline:30px;z-index:var(--z-floating-element)}._topButton_ups9v_122{display:flex;align-items:center;justify-content:center;padding:16px;border-radius:50%;background-color:#000000b3;cursor:pointer;transition:background-color .15s ease-in-out,filter .15s ease-in-out}@media (hover: hover){._topButton_ups9v_122:hover{background-color:#000}}._topButton_ups9v_122:active{filter:brightness(.6)}@media (min-width: 800px){._topButton_ups9v_122{padding:18px}}@media (min-width: 1200px){._topButton_ups9v_122{padding:20px}}._topButtonIcon_ups9v_151{width:16px;height:16px;fill:var(--white)}@media (min-width: 800px){._topButtonIcon_ups9v_151{width:18px;height:18px}}@media (min-width: 1200px){._topButtonIcon_ups9v_151{width:20px;height:20px}}._playerControls_ups9v_169{display:flex;align-items:center;flex:1;gap:20px}@media (min-width: 800px){._playerControls_ups9v_169{gap:30px}}._sliderContainer_ups9v_181{display:flex;align-items:center;flex:1;gap:18px}._playPauseButton_ups9v_188{flex-shrink:0;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:filter .2s ease-in-out,transform .15s ease-out}@media (hover: hover){._playPauseButton_ups9v_188:hover{filter:brightness(.8)}}._playPauseButton_ups9v_188:disabled{pointer-events:none;filter:brightness(.5)}._playPauseButton_ups9v_188:active{transform:scale(.9)}@media (min-width: 800px){._playPauseButton_ups9v_188{width:70px;height:70px}}@media (min-width: 1200px){._playPauseButton_ups9v_188{width:80px;height:80px}}._duration_ups9v_221{flex-shrink:0;width:46px;font-size:14px;line-height:14px;color:var(--white);opacity:.8}@media (min-width: 800px){._duration_ups9v_221{width:60px;font-size:18px}}._spinnerContainer_ups9v_237{position:absolute;top:40%;left:50%;display:flex;transform:translate(-50%)}._spinner_ups9v_237{width:50px;height:50px}._errorContainer_ups9v_250{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;width:90%;gap:20px;transform:translate(-50%,-50%)}._errorIcon_ups9v_262{width:70px;height:70px;fill:var(--destructive)}._errorText_ups9v_268{color:var(--white)}:root{--chat-background: var(--background);--audio-message-accent: #1da1f1;--video-message-accent: #5cc16a;--outgoing-message-background: #e6f6ff;--incoming-message-background: #f6f6f6;--outgoing-message-secondary-background: #c9e8fb;--incoming-message-secondary-background: #e9e9e9;--foregound-primary: #000;--foreground-secondary: #a5a5a5}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_uij1a_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_uij1a_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_uij1a_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_uij1a_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_uij1a_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_uij1a_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_uij1a_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_uij1a_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_uij1a_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_uij1a_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_uij1a_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_uij1a_92[data-state=open]{animation:_fadeIn_uij1a_1 .15s ease-out,_scaleIn_uij1a_1 .15s ease-out}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_uij1a_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._wrapper_uij1a_156{position:relative;height:100%;padding:20px 16px 0;overflow-y:auto;overflow-x:hidden;transform:scaleY(-1);overscroll-behavior:none}@media (min-width: 1200px){._wrapper_uij1a_156{padding:20px 24px 0}}._selectionRow_uij1a_171{cursor:pointer;-webkit-user-select:none;user-select:none}._messageRow_uij1a_176{position:relative;display:flex;align-items:center;margin-top:30px;margin-bottom:10px}._sameTimeMessages_uij1a_184{margin-top:0}._loading_uij1a_188{margin-bottom:auto;padding-top:20px;transform:scaleY(-1)}._date_uij1a_194{display:block;padding:35px 0 17px;font-size:12px;text-align:center;color:var(--foreground-secondary);-webkit-user-select:none;user-select:none}._checkboxContainer_uij1a_204{position:absolute;inset-inline-end:0;margin:0 auto;opacity:0}._imageModal_uij1a_211{max-width:unset;margin:20px;padding:0;outline:none;background:none;box-shadow:none}@media (min-width: 800px){._imageModal_uij1a_211{max-width:unset}}._imageModal_uij1a_211 ._modalImg_uij1a_224{max-width:90vw;max-height:calc(var(--app-height) / 100 * 90)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1qssy_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1qssy_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1qssy_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1qssy_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1qssy_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1qssy_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1qssy_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_1qssy_60{position:relative;display:flex;flex-direction:column;padding:30px;border-radius:20px;background-color:var(--background)}@media (min-width: 800px){._modal_1qssy_60{width:100%}}._title_1qssy_74{padding-bottom:15px;font-size:18px}@media (min-width: 800px){._title_1qssy_74{font-size:28px}}._text_1qssy_85{width:100%;padding-bottom:30px;font-size:16px;white-space:break-spaces;text-align:justify-all}@media (min-width: 800px){._text_1qssy_85{font-size:22px}}._warningIcon_1qssy_99{width:60px;margin:0 auto 20px;fill:#ff3434}._buttonsGroup_1qssy_105{display:flex;gap:10px}._button_1qssy_105{font-size:17px}._green_1qssy_114{color:var(--success)}._actionButton_13lpv_1{display:flex;align-items:center;padding:5px 10px;font-size:10px;line-height:1.2;border:none;border-radius:5px;color:var(--foreground-primary);background-color:var(--background-muted);box-shadow:none}._actionButton_13lpv_1:active{transform:scale(.95)}._selected_13lpv_17{background:var(--blue-gradient);color:var(--white)}._buttonsGroup_1kwes_1{display:flex;align-items:center}._uploadButton_1kwes_6{height:22px;margin-inline-end:10px;cursor:pointer;transition:opacity .2s ease}@media (hover){._uploadButton_1kwes_6:hover{opacity:.6}}._uploadButton_1kwes_6[data-disabled=true]{opacity:.4;pointer-events:none}._uploadInput_1kwes_22{display:none}._micIcon_1kwes_26{width:13px}._pdfIcon_1kwes_30{width:16px}._imageIcon_1kwes_34{width:19px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_196vj_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_196vj_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_196vj_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_196vj_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_196vj_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_196vj_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_196vj_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_196vj_60{display:flex;width:100%}._container_196vj_65{position:relative;display:flex;align-items:center;width:100%}._recorderContainer_196vj_72{display:flex;align-items:center;width:100%}._closeButton_196vj_78{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-inline-start:auto;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s}@media (hover){._closeButton_196vj_78:hover{opacity:.6}}._closeButton_196vj_78:active{transform:scale(.8)}._closeButton_196vj_78:disabled{pointer-events:none;opacity:.4}._closeButton_196vj_78 ._closeIcon_196vj_100{width:15px;height:15px}@media (min-width: 800px){._closeButton_196vj_78 ._closeIcon_196vj_100{width:22px;height:22px}}._playerCloseButton_196vj_111{margin-inline:0 10px}._playerCloseButton_196vj_111 ._closeIcon_196vj_100{width:17px;height:17px}._sendButton_196vj_120{margin-inline-end:5px;font-size:15px;color:var(--accent);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}@media (hover){._sendButton_196vj_120:hover{opacity:.7}}._sendButton_196vj_120:disabled{pointer-events:none;color:var(--foreground-tertiary)}._disabled_196vj_140{opacity:.6;pointer-events:none;transition:.2s}._container_curgl_1{display:flex;align-items:center;width:100%;flex:1}._form_6boqy_1{flex-grow:1}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_zwf9f_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_zwf9f_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_zwf9f_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_zwf9f_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_zwf9f_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_zwf9f_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_zwf9f_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._textarea_zwf9f_60{width:100%;height:20px;max-height:calc(var(--app-height) / 100 * 15);margin:10px 0;font-size:15px;line-height:1.2;resize:none;overflow-wrap:break-word}[dir=rtl] ._textarea_zwf9f_60::placeholder{text-align:end}._textarea_zwf9f_60[data-disabled=true]{pointer-events:none;color:var(--foreground-tertiary)}@media (min-width: 800px){._textarea_zwf9f_60{max-height:20vh}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_s8wal_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_s8wal_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_s8wal_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_s8wal_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_s8wal_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_s8wal_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_s8wal_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._sendButton_s8wal_60{padding:10px;font-size:15px;color:var(--accent);white-space:nowrap;cursor:pointer;transition:color .2s}._sendButton_s8wal_60:hover{opacity:.7}._sendButton_s8wal_60:disabled{pointer-events:none;color:var(--foreground-tertiary)}._container_jx0m8_1{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:5px;background-color:var(--background-muted)}._spinner_jx0m8_11{width:18px;height:18px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1j8vw_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1j8vw_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1j8vw_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1j8vw_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1j8vw_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1j8vw_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1j8vw_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1j8vw_60{display:flex;align-items:center;width:100%}._deleteButton_1j8vw_66{height:18px;margin-inline-end:5px;font-size:16px;cursor:pointer;transition:transform .2s}._deleteButton_1j8vw_66[data-disabled=true]{pointer-events:none;opacity:.5}@media (hover){._deleteButton_1j8vw_66:hover{opacity:.6}}._deleteButton_1j8vw_66:active{transform:scale(.8)}._deleteIcon_1j8vw_86{width:18px}._pdfImage_1j8vw_90{width:30px}._imageContainer_1j8vw_94{position:relative;width:45px;height:45px}._imagePreview_1j8vw_100{position:absolute;top:0;left:0;width:45px;height:45px;border-radius:5px;object-fit:cover;opacity:0;transition:opacity .3s ease-out}._previewLoaded_1j8vw_112{opacity:1}._filesContainer_1j8vw_116{display:flex;width:100%;padding:9px 0}._container_626dl_1{display:flex;width:100%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1bxxp_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1bxxp_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1bxxp_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1bxxp_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1bxxp_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1bxxp_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1bxxp_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1bxxp_60{position:absolute;bottom:100%;inset-inline:15px;max-height:320px;background-color:var(--background);border:1px solid var(--border);box-shadow:0 6px 13px #00000026}@media (min-width: 800px){._container_1bxxp_60{bottom:102%}}._title_1bxxp_75{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid var(--border);font-size:15px}@media (min-width: 800px){._title_1bxxp_75{padding:15px 12px;font-size:17px}}._close_1bxxp_91:before{font-size:22px}@media (min-width: 800px){._close_1bxxp_91:before{font-size:24px}}._footer_1bxxp_100{display:flex;justify-content:space-between;align-items:center;padding:12px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1wi5x_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1wi5x_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1wi5x_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1wi5x_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1wi5x_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1wi5x_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1wi5x_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._badge_1wi5x_60{padding:7px 12px;border-radius:16px;background-color:var(--blue-50);font-size:12px;color:var(--foreground-highlight);-webkit-user-select:none;user-select:none}@media (min-width: 800px){._badge_1wi5x_60{font-size:14px}}._text_1wi5x_75{padding:0 12px}._arrow_1wi5x_79{width:8px;fill:var(--foreground-highlight)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_17w7r_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_17w7r_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_17w7r_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_17w7r_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_17w7r_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_17w7r_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_17w7r_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._content_17w7r_60{width:100%;height:150px;padding:15px 25px;overflow-x:hidden;overflow-y:auto;font-size:14px;white-space:break-spaces;text-overflow:ellipsis}@media (min-width: 800px){._content_17w7r_60{font-size:16px}}._button_17w7r_76{padding:7px 30px;font-size:12px}@media (min-width: 800px){._button_17w7r_76{font-size:14px}}._hintsList_17w7r_86{list-style:inside decimal}._hintItem_17w7r_91:not(:last-child){margin-bottom:14px}@media (min-width: 800px){._hintItem_17w7r_91:not(:last-child){margin-bottom:20px}}._hintItem_17w7r_91::marker{font-family:Montserrat-SemiBold,sans-serif}._wrapper_vsvxh_1{position:relative;display:flex;width:100%}._slider_vsvxh_7{overflow:hidden}._sliderContainer_vsvxh_11{display:flex}._slide_vsvxh_7{flex:0 0 auto;min-width:0;margin-inline-end:5px}._sliderButton_vsvxh_21{position:absolute;top:0;bottom:0;display:flex;align-items:center;background-color:var(--background);cursor:pointer;z-index:var(--z-floating-element)}._sliderPrevButton_vsvxh_32{inset-inline-start:20px;padding-inline:5px 15px;fill:var(--foreground-primary);-webkit-mask-image:linear-gradient(-90deg,transparent 0,#000 35%);mask-image:linear-gradient(-90deg,transparent 0,#000 35%)}[dir=rtl] ._sliderPrevButton_vsvxh_32{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 35%);mask-image:linear-gradient(90deg,transparent 0,#000 35%)}._sliderNextButton_vsvxh_43{inset-inline-end:0;padding-inline:15px 5px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 35%);mask-image:linear-gradient(90deg,transparent 0,#000 35%)}[dir=rtl] ._sliderNextButton_vsvxh_43{-webkit-mask-image:linear-gradient(-90deg,transparent 0,#000 35%);mask-image:linear-gradient(-90deg,transparent 0,#000 35%)}._arrowIcon_vsvxh_53{width:10px;height:12px}[dir=rtl] ._arrowIcon_vsvxh_53{transform:rotateY(180deg)}._hide_vsvxh_61{display:none}._closeButton_vsvxh_65{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-inline-end:10px;cursor:pointer;transition:transform .2s}._closeButton_vsvxh_65:hover{opacity:.6}._closeButton_vsvxh_65:active{transform:scale(.8)}._closeButton_vsvxh_65:disabled{pointer-events:none;opacity:.4}._closeImg_vsvxh_85{width:15px;height:15px}@media (min-width: 800px){._closeImg_vsvxh_85{width:20px;height:20px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_9ykw2_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_9ykw2_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_9ykw2_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_9ykw2_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_9ykw2_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_9ykw2_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_9ykw2_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._content_9ykw2_60{width:100%;height:150px;padding:0 25px 10px;overflow-x:hidden;overflow-y:auto;font-size:14px;white-space:break-spaces;text-overflow:ellipsis}@media (min-width: 800px){._content_9ykw2_60{font-size:16px}}._mannersMenuContainer_9ykw2_76{padding:5px 10px}@media (min-width: 800px){._mannersMenuContainer_9ykw2_76{padding:15px 10px 5px}}._button_9ykw2_85{padding:7px 30px;font-size:12px}@media (min-width: 800px){._button_9ykw2_85{font-size:14px}}._answerText_9ykw2_95{font-size:14px;line-height:20px}@media (min-width: 800px){._answerText_9ykw2_95{font-size:16px;line-height:23px}}._loadingWrapper_9ykw2_107{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}._loader_9ykw2_115{margin-bottom:5px}._loaderIcon_9ykw2_119{width:22px;height:22px}@media (min-width: 800px){._loaderIcon_9ykw2_119{width:28px;height:28px}}._loadingTitle_9ykw2_130{font-size:16px;line-height:30px}@media (min-width: 800px){._loadingTitle_9ykw2_130{font-size:19px}}._loadingSubtitle_9ykw2_141{font-size:12px}@media (min-width: 800px){._loadingSubtitle_9ykw2_141{font-size:14px}}._wrapper_1by1v_1{position:relative;display:flex;width:100%}._slider_1by1v_7{overflow:hidden}._sliderContainer_1by1v_11{display:flex}._slide_1by1v_7{flex:0 0 auto;min-width:0;margin-inline-end:5px}._sliderButton_1by1v_21{position:absolute;top:-1px;bottom:-1px;display:flex;align-items:center;background-color:var(--background);cursor:pointer;z-index:var(--z-floating-element)}._sliderPrevButton_1by1v_32{inset-inline-start:-1px;padding-block:0;padding-inline:5px 15px;fill:var(--foreground-primary);-webkit-mask-image:linear-gradient(-90deg,transparent 0,#000 35%);mask-image:linear-gradient(-90deg,transparent 0,#000 35%)}[dir=rtl] ._sliderPrevButton_1by1v_32{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 35%);mask-image:linear-gradient(90deg,transparent 0,#000 35%)}._sliderNextButton_1by1v_44{inset-inline-end:-1px;padding-block:0;padding-inline:15px 5px;fill:var(--foreground-primary);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 35%);mask-image:linear-gradient(90deg,transparent 0,#000 35%)}[dir=rtl] ._sliderNextButton_1by1v_44{-webkit-mask-image:linear-gradient(-90deg,transparent 0,#000 35%);mask-image:linear-gradient(-90deg,transparent 0,#000 35%)}._arrowIcon_1by1v_56{width:10px;height:12px}[dir=rtl] ._arrowIcon_1by1v_56{transform:rotateY(180deg)}._hide_1by1v_64{display:none}._topics_1loa3_1{display:flex;flex-wrap:wrap;overflow:hidden}._topic_1loa3_1{flex:0 0 auto;margin-inline-end:5px;margin-bottom:5px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_17gzv_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_17gzv_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_17gzv_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_17gzv_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_17gzv_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_17gzv_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_17gzv_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_17gzv_60{padding:5px 15px 15px;background-color:var(--background)}._container_17gzv_65{display:flex;align-items:center;justify-content:space-between;flex-grow:1;font-size:14px;gap:10px;color:var(--foreground-secondary)}@media (min-width: 1200px){._container_17gzv_65{font-size:16px}}._selectedMessagesCount_17gzv_81{text-align:center}._button_17gzv_85{display:flex;align-items:center;gap:10px;padding:10px 0;color:var(--foreground-primary);font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s ease}._button_17gzv_85:disabled,._button_17gzv_85[data-disabled=true]{opacity:.3;cursor:default;pointer-events:none}@media (hover: hover){._button_17gzv_85:hover{text-decoration:none;opacity:.5}}@media (min-width: 1200px){._button_17gzv_85{gap:16px;font-size:16px}}._deleteButton_17gzv_114{color:var(--foreground-destructive)}._trashIcon_17gzv_118{width:20px;height:22px;fill:var(--foreground-destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1s5ku_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1s5ku_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1s5ku_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1s5ku_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1s5ku_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1s5ku_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1s5ku_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_1s5ku_60{display:flex;flex-direction:column;max-width:unset;max-height:60vh;padding:0;text-align:start;overflow:hidden}@media (min-width: 800px){._modal_1s5ku_60{max-width:550px;width:100%}}._header_1s5ku_76{display:flex;justify-content:space-between;padding:16px 15px 12px;border-bottom:1px solid var(--border)}._headerContent_1s5ku_83{position:relative;margin-inline-start:10px}._headerContent_1s5ku_83:before{content:"";position:absolute;top:50%;inset-inline-start:-10px;width:3px;height:100%;background-color:var(--accent);transform:translateY(-50%)}._title_1s5ku_98{display:block;padding-bottom:5px;font-size:15px}@media (min-width: 800px){._title_1s5ku_98{font-size:17px}}._subtitle_1s5ku_110{display:block;font-size:12px;color:var(--foreground-secondary)}._messagesList_1s5ku_117{margin:16px 0}@media (min-width: 800px){._messagesList_1s5ku_117{margin:20px 0}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_11ugc_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_11ugc_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_11ugc_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_11ugc_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_11ugc_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_11ugc_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_11ugc_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_11ugc_60{display:flex;justify-content:space-between;align-items:center;padding-block:16px 12px;padding-inline:15px 25px;border-bottom:1px solid var(--layout-border);cursor:pointer;transition:background-color .2s ease}@media (hover: hover){._container_11ugc_60:hover{background-color:var(--surface-background-hover)}}._content_11ugc_76{position:relative;margin-inline-start:10px}._content_11ugc_76:before{content:"";position:absolute;top:50%;inset-inline-start:-10px;width:3px;height:100%;background-color:var(--accent);transform:translateY(-50%)}._title_11ugc_91{display:block;padding-bottom:5px;font-size:15px}@media (min-width: 800px){._title_11ugc_91{font-size:17px}}._subtitle_11ugc_103{display:block;font-size:12px;color:var(--foreground-secondary)}._view_11ugc_110{font-size:13px;color:var(--foreground-secondary)}._inputPanel_1hcfr_1{height:100%;display:flex;align-items:center;padding:5px 16px 16px;background-color:var(--background)}@media (min-width: 1200px){._inputPanel_1hcfr_1{padding:5px 24px 16px}}._inputWrapper_1hcfr_14{width:100%;flex-grow:1;border-radius:18px;transition:box-shadow .2s ease-out}._inputWrapperFocused_1hcfr_21{box-shadow:0 0 0 5px var(--input-accent-border-spread)}._inputContainer_1hcfr_25{display:flex;flex-direction:column;box-sizing:border-box;box-shadow:0 0 0 1px #eaeaea;border-radius:18px;background-color:var(--background);overflow:hidden;transition:box-shadow .2s ease-out}._inputContainerFocused_1hcfr_36{box-shadow:0 0 0 2px var(--input-accent-border)}._paddingContainer_1hcfr_40{padding:8px 15px}._form_1hcfr_44{flex-grow:1}._motionContainer_1hcfr_48{justify-content:space-between}._textareaContainer_1hcfr_52{display:flex;flex-direction:column;flex:1;min-width:60%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_8eekv_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_8eekv_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_8eekv_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_8eekv_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_8eekv_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_8eekv_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_8eekv_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._avatarTitle_8eekv_60{display:flex;align-items:center}._avatar_8eekv_60{display:none;flex-shrink:0;margin-inline-end:20px}@media (min-width: 1200px){._avatar_8eekv_60{display:block}}._title_8eekv_76{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._content_8eekv_82{height:calc(var(--app-height) - 160px)}@media (min-width: 800px){._content_8eekv_82{height:calc(var(--app-height) - 168px)}}._supportContent_8eekv_91{height:calc(var(--app-height) - 136px)}@media (min-width: 800px){._supportContent_8eekv_91{height:calc(var(--app-height) - 146px)}}._red_8eekv_100{color:var(--foreground-destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_5dfa2_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_5dfa2_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_5dfa2_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_5dfa2_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_5dfa2_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_5dfa2_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_5dfa2_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_5dfa2_60{max-width:390px;width:100%;padding:5px 20px 25px;margin:0 20px;border-radius:15px;background-color:var(--background);overflow:hidden;z-index:var(--z-modal)}@media (min-width: 800px){._modal_5dfa2_60{padding:5px 50px 25px}}._wrapper_5dfa2_76{position:relative;padding-top:35px;white-space:break-spaces}._background_5dfa2_82{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:cover;background-repeat:no-repeat;z-index:var(--z-below)}._title_5dfa2_93{padding-bottom:10px;font-size:18px}@media (min-width: 800px){._title_5dfa2_93{font-size:20px}}._text_5dfa2_104{padding-bottom:40px;font-size:14px}@media (min-width: 800px){._text_5dfa2_104{font-size:18px}}._buttonGroup_5dfa2_115{display:flex;flex-direction:column;align-items:center}._button_5dfa2_115{padding:8px 10px;border-radius:8px}@media (min-width: 800px){._button_5dfa2_115{padding:10px 14px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_pr8yj_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_pr8yj_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_pr8yj_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_pr8yj_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_pr8yj_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_pr8yj_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_pr8yj_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._content_pr8yj_60{display:flex;flex-direction:column;overflow:hidden}._container_pr8yj_66{padding:10px}._container_pr8yj_66:first-of-type{padding:25px 10px}._label_pr8yj_73{text-transform:uppercase}._numbersInputContainer_pr8yj_77{flex:1;max-height:20vh;padding:10px 0 12px}._searchBarContainer_pr8yj_83{padding:0 10px}._inputWrapper_pr8yj_87{display:flex;align-items:center;width:100%;border-bottom:1px solid var(--layout-border)}._inputWrapper_pr8yj_87:focus-within{border-color:var(--accent)}._sendButton_pr8yj_97{font-size:15px;color:var(--accent);cursor:pointer}._sendButton_pr8yj_97:hover:not(:disabled){opacity:.7}._sendButton_pr8yj_97:disabled{color:var(--foreground-tertiary);cursor:not-allowed}._contactListContainer_pr8yj_111{flex:1;padding:10px 15px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_u9oih_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_u9oih_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_u9oih_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_u9oih_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_u9oih_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_u9oih_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_u9oih_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_u9oih_60{display:flex;flex-direction:column-reverse;padding:20px 15px 0;height:100%;overflow-y:scroll;overflow-x:hidden}._loading_u9oih_69{margin-bottom:auto;padding-top:20px}._messageRow_u9oih_74{display:flex;align-items:center;margin-top:30px;margin-bottom:10px}._messageWrapper_u9oih_81{flex:1}._sameTimeMessages_u9oih_85{margin-top:15px}._date_u9oih_89{display:block;margin:0 auto;padding-top:35px;font-size:12px;text-align:center;color:var(--foreground-secondary);-webkit-user-select:none;user-select:none}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ds3jy_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ds3jy_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ds3jy_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ds3jy_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ds3jy_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ds3jy_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ds3jy_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._avatarTitle_ds3jy_60{display:flex;align-items:center}._avatarContainer_ds3jy_65{position:relative;width:40px;height:40px;flex-shrink:0;margin-inline-end:20px}._avatar_ds3jy_60{position:absolute;border-radius:50%;width:20px;height:20px;border:2px solid var(--background);box-sizing:content-box;object-fit:cover;z-index:var(--z-base)}@media (min-width: 1200px){._avatar_ds3jy_60{display:block}}._avatar_ds3jy_60:nth-child(1){top:5px;inset-inline-start:0}._avatar_ds3jy_60:nth-child(2){top:5px;inset-inline-end:0;z-index:var(--z-floating-element)}._avatar_ds3jy_60:nth-child(3){top:40%;left:50%;transform:translate(-50%);z-index:var(--z-floating-element)}._title_ds3jy_104{max-width:70%;font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (min-width: 800px){._title_ds3jy_104{max-width:80%}}._content_ds3jy_117{height:calc(var(--app-height) - 160px);flex-grow:1}@media (min-width: 800px){._content_ds3jy_117{height:calc(var(--app-height) - 168px)}}._content_euphc_1{display:flex;flex-direction:column;overflow:hidden}._container_euphc_7{padding:20px}._container_euphc_7:first-of-type{padding:25px 20px}._contactListContainer_euphc_14{padding:10px}._label_euphc_18{text-transform:uppercase}._numbersInputContainer_euphc_22{max-height:20vh;padding:12px 0;border-bottom:1px solid var(--layout-border)}._numbersInputContainer_euphc_22:focus-within{border-color:var(--input-accent-border)}._searchBarContainer_euphc_31{padding:0 20px}._footer_euphc_35{margin-top:auto}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1hm8i_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1hm8i_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1hm8i_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1hm8i_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1hm8i_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1hm8i_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1hm8i_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._avatarTitle_1hm8i_60{display:flex;align-items:center}._avatar_1hm8i_60{display:none;margin-inline-end:20px}@media (min-width: 1200px){._avatar_1hm8i_60{display:block}}._title_1hm8i_75{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._red_1hm8i_81{color:var(--destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1gp29_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1gp29_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1gp29_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1gp29_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1gp29_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1gp29_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1gp29_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_1gp29_60{display:flex;flex:1;flex-direction:column;max-height:calc(var(--app-height) / 100 * 90);width:95%;margin:0 auto;border:1px solid var(--border);border-radius:8px;background-color:var(--background);box-shadow:0 6px 13px #0000001a;overflow:hidden}@media (min-width: 800px){._wrapper_1gp29_60{max-height:calc(var(--app-height) / 100 * 60);width:580px;margin:0 15px}}._header_1gp29_81{padding:20px 15px}@media (min-width: 800px){._header_1gp29_81{padding:20px}}._title_1gp29_90{display:flex;justify-content:space-between;align-items:center;padding-bottom:25px;font-size:18px;gap:5px}@media (min-width: 800px){._title_1gp29_90{font-size:24px}}._recordButton_1gp29_105{padding:8px 10px;gap:10px;font-size:12px}@media (min-width: 800px){._recordButton_1gp29_105{padding:10px 14px}}._callRecordingIcon_1gp29_116{width:17px;height:17px}._numberRow_1gp29_121{display:flex}._flag_1gp29_125{width:18px;height:18px;margin-inline-end:10px}._number_1gp29_121{padding-bottom:5px;font-size:15px;color:var(--success)}@media (min-width: 800px){._number_1gp29_121{font-size:17px}}._name_1gp29_143{padding-inline-start:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px;color:var(--foreground-tertiary)}@media (min-width: 800px){._name_1gp29_143{font-size:13px}}._inputContainer_1gp29_158{display:flex;align-items:center;padding-block:20px;padding-inline:15px 13px;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}@media (min-width: 800px){._inputContainer_1gp29_158{padding-inline:20px 18px}}._input_1gp29_158{flex:1 1;margin-inline-start:15px;font-size:15px;border:none}@media (min-width: 800px){._input_1gp29_158{font-size:22px}}._pickerButton_1gp29_185{display:flex;align-items:center;cursor:pointer}._pickerFlag_1gp29_191{width:25px;height:25px}._arrow_1gp29_196{width:10px;height:10px;margin-inline-start:10px}._arrowUp_1gp29_202{transform:rotate(180deg)}._countryListContainer_1gp29_206{overflow-y:auto}._countryList_1gp29_206>div:first-of-type{margin-top:0}._contactsList_1gp29_214{max-height:40%;overflow-y:scroll;border-bottom:1px solid var(--gray-100)}._listItem_1gp29_220{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px;padding:20px 15px;font-size:16px;text-align:start;cursor:pointer}._listItem_1gp29_220:hover{background-color:var(--surface-background-hover)}._listItem_1gp29_220:focus-visible{outline:none;background-color:var(--surface-background-hover)}@media (min-width: 800px){._listItem_1gp29_220{padding:20px}}._avatar_1gp29_245{margin-right:20px}._contactInfo_1gp29_249{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;overflow:hidden}._contactInfo_1gp29_249,._contactNumber_1gp29_258{font-size:15px}@media (min-width: 800px){._contactInfo_1gp29_249,._contactNumber_1gp29_258{font-size:17px}}._contactName_1gp29_268{padding-inline-end:10px;overflow:hidden;text-overflow:ellipsis}._buttonsContainer_1gp29_274{display:flex;justify-content:space-between;align-items:center;padding:16px}._button_1gp29_274{padding:15px 25px;font-size:16px}._buttonIcon_1gp29_287{margin-inline-end:10px;width:14px}@media (min-width: 800px){._buttonIcon_1gp29_287{width:18px}}._bold_1gp29_50{font-weight:700}._pressEnterToCall_1gp29_301{font-size:13px}@media (min-width: 800px){._pressEnterToCall_1gp29_301{font-size:15px}}._addAsContact_1gp29_310{display:inline-block;padding:10px 15px;font-size:13px;color:var(--accent);cursor:pointer}._addAsContact_1gp29_310:hover{opacity:.5}@media (min-width: 800px){._addAsContact_1gp29_310{font-size:15px;padding:15px 20px}}._button_hsble_1{--star-button-stroke: var(--gray-500);--star-button-color: var(--yellow-500);position:relative;display:flex;cursor:pointer}@media (hover){._button_hsble_1:hover{opacity:.6}}._button_hsble_1:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:1px solid var(--star-button-color);opacity:1;transform:scale(0);z-index:var(--z-below)}._star_hsble_25{display:flex;justify-content:center;align-items:center;width:14px;height:14px}._star_hsble_25>path{fill:none;stroke:var(--star-button-stroke);transition:fill .2s,stroke .2s}._filled_hsble_38 ._star_hsble_25>path{fill:var(--star-button-color);stroke:var(--star-button-color)}._button_hsble_1._animate_hsble_43{animation:_bounce_hsble_1 .3s cubic-bezier(.5,1.75,.75,1.25)}._button_hsble_1._animate_hsble_43:before{border:1px solid var(--star-button-color);opacity:0;transform:scale(2.5);transition:transform .5s,opacity .5s}@keyframes _bounce_hsble_1{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1o58q_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1o58q_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1o58q_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1o58q_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1o58q_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1o58q_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1o58q_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._itemContainer_1o58q_60{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;padding:12px 8px;border-radius:8px}@media (hover: hover){._itemContainer_1o58q_60:hover{background-color:var(--surface-background-hover)}}._itemContainer_1o58q_60:focus-within{background-color:var(--surface-background-hover)}@media (min-width: 800px){._itemContainer_1o58q_60{padding:12px 14px}}._active_1o58q_82{background-color:var(--surface-background-active)}._content_1o58q_86{display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0;padding-inline-start:10px}._row_1o58q_95{display:flex;align-items:center;justify-content:space-between}._row_1o58q_95:first-of-type{padding-bottom:7px}._name_1o58q_104,._description_1o58q_105{max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start}._name_1o58q_104{font-size:17px}._description_1o58q_105{font-size:14px;color:var(--foreground-secondary)}._timeWrapper_1o58q_124{display:flex;align-items:center;flex-shrink:0}._time_1o58q_124{max-width:100%;padding-inline-start:5px}._counter_1o58q_136{min-width:12px;height:12px;font-size:10px}._unread_1o58q_142{width:8px;height:8px;border-radius:50%;background-color:var(--foreground-destructive)}._missingCall_1o58q_149{color:var(--foreground-destructive)}._callsIcons_1o58q_154{width:12px;height:12px;margin-inline-end:10px;vertical-align:middle}._videoMessageIcon_1o58q_161{width:16px;height:9px;margin-inline-end:10px}._outgoingCallIcon_1o58q_167{fill:#a4a4a4}._videoMessageIcon_1o58q_161{fill:#5cc16a}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1b2xa_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1b2xa_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1b2xa_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1b2xa_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1b2xa_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1b2xa_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1b2xa_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._list_1b2xa_60{overflow-y:auto}._item_1b2xa_64:not(:last-of-type){margin-bottom:10px}@media (min-width: 800px){._item_1b2xa_64:not(:last-of-type){margin-bottom:50px}}._itemWrapper_1b2xa_73{margin-bottom:5px}@media (min-width: 800px){._itemWrapper_1b2xa_73{margin-bottom:10px}}._link_1b2xa_82{display:flex;border-radius:8px}._link_1b2xa_82:hover{text-decoration:none}._link_1b2xa_82:focus-visible{box-shadow:none;background-color:var(--surface-background-hover)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1szy6_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1szy6_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1szy6_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1szy6_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1szy6_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1szy6_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1szy6_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1szy6_60{height:calc(var(--app-height) - 60px - 30px - 153px);padding:10px 5px}@media (min-width: 800px){._container_1szy6_60{height:calc(var(--app-height) - 70px - 40px - 153px);padding:20px 10px}}._container_1szy6_60._adBlocked_1szy6_70{height:calc(var(--app-height) - 60px - 30px)}@media (min-width: 800px){._container_1szy6_60._adBlocked_1szy6_70{height:calc(var(--app-height) - 70px - 40px)}}._noFilterResultsWrapper_1szy6_79{display:flex;align-items:center;flex-direction:column;text-align:center;padding:80px 10px}._noFilterResults_1szy6_79{width:15%;margin-bottom:20px;aspect-ratio:.9/1}._noResultsTitle_1szy6_93{margin-bottom:10px;font-size:20px}._noResultsText_1szy6_99{font-size:14px;color:var(--foreground-secondary)}._noMessages_1szy6_105{width:50%;margin-bottom:20px;aspect-ratio:1.1/1}._counter_1szy6_111{margin-inline-start:5px;min-width:13px;height:13px}._loading_1szy6_117{padding-top:10px}@media (min-width: 800px){._loading_1szy6_117{padding-top:20px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_yjwmk_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_yjwmk_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_yjwmk_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_yjwmk_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_yjwmk_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_yjwmk_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_yjwmk_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._backdrop_yjwmk_60{position:fixed;left:-100vw;right:-100vw;top:-100vh;bottom:-100vh;z-index:calc(var(--z-popover) - 1)}._popoverContent_yjwmk_69{width:100vw;z-index:var(--z-popover)}._popoverContentDesktop_yjwmk_74{width:auto}[dir=rtl] ._headerIcon_yjwmk_78{transform:rotateY(180deg)}._content_yjwmk_86{overflow:hidden}._selectContainer_yjwmk_90>._control_yjwmk_90{justify-content:flex-start;font-size:15px;letter-spacing:.6px}@media (min-width: 800px){._selectContainer_yjwmk_90>._control_yjwmk_90{font-size:20px}}._selectContainer_yjwmk_90 ._menu_yjwmk_100{top:calc(100% + 10px);inset-inline-start:-72px;font-size:16px;z-index:var(--z-popover)}@media (min-width: 800px){._selectContainer_yjwmk_90 ._menu_yjwmk_100{top:calc(100% + 16px);inset-inline-start:-24px}}._selectContainer_yjwmk_90 ._menuList_yjwmk_112{max-height:unset}._control_yjwmk_90 ._valueContainer_yjwmk_119{display:flex;flex:unset}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ut1iz_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ut1iz_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ut1iz_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ut1iz_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ut1iz_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ut1iz_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ut1iz_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._searchTitle_ut1iz_60{font-size:12px;text-transform:uppercase;margin:18px 16px 0;color:var(--foreground-secondary)}@media (min-width: 800px){._searchTitle_ut1iz_60{margin:18px 24px 0}}._buttonWrapper_ut1iz_73{display:flex;justify-content:center;padding-top:20px;padding-bottom:20px;min-height:90px}._searchBar_ut1iz_81{min-height:60px}._button_ut1iz_73{width:60%;font-size:17px}._content_v22av_1{display:flex;flex-direction:column}._subPanelTitle_1mpod_1{display:flex;align-items:center;justify-content:space-between;font-size:12px}@media (min-width: 800px){._subPanelTitle_1mpod_1{font-size:15px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1ctye_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1ctye_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1ctye_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1ctye_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1ctye_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1ctye_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1ctye_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._overlay_1ctye_60{overflow-y:auto}._modal_1ctye_64{position:relative;display:flex;flex-direction:column;align-items:center;max-width:430px;padding:0;width:100%;height:calc(var(--app-height) / 100 * 90);margin:auto 20px;border-radius:20px;background-color:var(--background);white-space:normal;text-align:left;overflow:hidden}@media (min-width: 800px){._modal_1ctye_64{height:670px}}@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){._modal_1ctye_64{height:auto}}._wrapper_1ctye_91{position:relative;padding:50px 0 15px;width:100%}@media (min-width: 800px){._wrapper_1ctye_91{padding:15px 0}}@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){._wrapper_1ctye_91{padding:50px 0 15px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){._wrapper_1ctye_91{padding:50px 0 15px}}._container_1ctye_112{padding:0 15px}._closeButton_1ctye_116{position:absolute;top:10px;inset-inline-end:15px}@media (min-width: 800px){._closeButton_1ctye_116{display:none}}@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){._closeButton_1ctye_116{display:block}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){._closeButton_1ctye_116{display:block}}._callout_1ctye_137{margin-bottom:20px;font-size:12px}@media (min-width: 800px){._callout_1ctye_137{font-size:13px}}@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){._callout_1ctye_137{font-size:12px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){._callout_1ctye_137{font-size:12px}}._calloutIcon_1ctye_157{height:22px}._tabList_1ctye_161{margin-bottom:10px}._scrollContainer_1ctye_165{padding:10px 15px 0;height:calc(var(--app-height) / 100 * 90 - 270px);overflow-y:auto}@media (min-width: 800px){._scrollContainer_1ctye_165{height:430px}}@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){._scrollContainer_1ctye_165{height:400px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){._scrollContainer_1ctye_165{height:400px}}._title_1ctye_190{display:flex;gap:3px;margin-bottom:5px;font-size:11px;color:var(--foreground-secondary);text-transform:uppercase}._deviceList_1ctye_200{position:relative;margin-bottom:10px;padding-inline-start:33px;font-size:13px;line-height:28.5px}._deviceListItem_1ctye_209{text-align:start}[dir=rtl] ._deviceListItem_1ctye_209{text-align:end}._deviceListIconWrapper_1ctye_216{position:absolute;top:2px;inset-inline-start:0;width:24px;height:21px;display:flex;justify-content:center}._smartphoneIcon_1ctye_226{width:15px;height:21px}._tabletIcon_1ctye_231{width:24px;height:21px}._laptopIcon_1ctye_236{width:26px;height:21px}._footer_1ctye_241{width:100%;display:flex;justify-content:center;padding-top:15px}._button_1ctye_248{width:70%;border-radius:8px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_hujx1_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_hujx1_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_hujx1_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_hujx1_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_hujx1_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_hujx1_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_hujx1_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_hujx1_60{display:flex;flex-direction:column;align-items:center;max-width:380px;width:100%;padding:30px 30px 35px;margin:0 20px;border-radius:15px;background-color:var(--background)}._title_hujx1_72{padding-bottom:30px;font-size:20px;text-align:center;text-wrap:wrap}._container_hujx1_80{display:flex;justify-content:center;width:100%}._price_hujx1_86{flex:.7 1}@keyframes _fadeIn_8rb3t_106{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_8rb3t_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_8rb3t_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_8rb3t_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_8rb3t_33[data-state=open]{animation:_fadeIn_8rb3t_106 .15s ease-out,_scaleIn_8rb3t_1 .15s ease-out}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_8rb3t_33[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._imgCover_8rb3t_97{position:absolute;left:50%;bottom:20px;transform:translate(-50%) scale(1.2);background-repeat:no-repeat;background-size:cover}._fadeIn_8rb3t_106{animation:_fadeIn_8rb3t_106 ease 1.5s}._country_8rb3t_110{max-height:200px;min-height:200px;border-bottom-left-radius:30px;border-bottom-right-radius:30px}@media (min-width: 800px){._country_8rb3t_110{max-height:291px;min-height:291px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_iupra_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_iupra_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_iupra_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_iupra_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_iupra_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_iupra_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_iupra_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_iupra_60{position:relative;padding:30px;border-radius:15px;background-color:var(--background);z-index:var(--z-modal)}._wrapper_iupra_68:after{display:block;content:"";position:absolute;width:280px;height:126px;top:25%;left:50%;transform:translate(-50%,-25%);opacity:.5;padding-top:35px;background-image:url(https://edge.onphone.app/web/assets/congrats-DRGM2fsd.png);background-size:cover;background-repeat:no-repeat;z-index:var(--z-below)}._title_iupra_85{padding-bottom:10px;font-size:22px}._text_iupra_91{display:block;white-space:normal}._button_iupra_97{font-size:17px}._children_iupra_101{display:flex;flex-direction:column}._children_iupra_101 span{margin-bottom:10px}._children_iupra_101 :first-child{white-space:break-spaces}._footer_iupra_113{padding:20px;white-space:break-spaces}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_19jek_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_19jek_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_19jek_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_19jek_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_19jek_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_19jek_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_19jek_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._price_19jek_60{min-height:21px;display:flex;align-items:center;width:auto;font-size:14px}@media (min-width: 800px){._price_19jek_60{font-size:17px}}._traffic_19jek_74{margin-bottom:15px;font-size:18px;white-space:nowrap;text-transform:uppercase}._coinIcon_19jek_82{height:11px;width:11px;background-image:url(https://edge.onphone.app/web/assets/coin-BEeqAZa4.svg);background-size:cover;background-repeat:no-repeat;margin-inline-end:5px}._selectorItem_19jek_91{position:relative;display:flex;flex-direction:column;cursor:pointer;-webkit-user-select:none;user-select:none;width:103px;min-width:103px;height:121px}@media (min-width: 800px){._selectorItem_19jek_91{width:118px;min-width:118px;height:138px}}._selectorItem_19jek_91:before{content:"";position:absolute;width:100%;height:100%;background-color:var(--layout-border);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDExNiAxMzYiPgogIDxwYXRoIGQ9Ik05OC4zLDEuNWM4LjksMCwxNi4yLDcuMiwxNi4yLDE2LjF2ODMuMWMwLC41LDAsMSwwLDEuNiwwLDMuOC4xLDguOS0yLjMsMTEuNC0xLjQsMS40LTYuMyw2LjEtMTEsMTAuNi00LDMuOS03LjgsNy41LTguNyw4LjUtMS41LDEuNS01LjEsMS43LTgsMS43cy0xLjIsMC0xLjcsMGMtLjUsMC0xLDAtMS40LDBIMTcuN2MtOC45LDAtMTYuMi03LjItMTYuMi0xNi4xVjE3LjZDMS41LDguNyw4LjcsMS41LDE3LjcsMS41aDgwLjZNOTguMy41SDE3LjdDOC4yLjUuNSw4LjIuNSwxNy42djEwMC44YzAsOS40LDcuNywxNy4xLDE3LjIsMTcuMWg2My43Yy45LDAsMiwwLDMuMiwwLDMuMiwwLDYuOS0uMiw4LjctMiwyLTIsMTcuMS0xNi41LDE5LjctMTkuMSwzLjEtMy4xLDIuNi05LjcsMi42LTEzLjdWMTcuNmMwLTkuNC03LjctMTcuMS0xNy4yLTE3LjFoMFoiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDExNiAxMzYiPgogIDxwYXRoIGQ9Ik05OC4zLDEuNWM4LjksMCwxNi4yLDcuMiwxNi4yLDE2LjF2ODMuMWMwLC41LDAsMSwwLDEuNiwwLDMuOC4xLDguOS0yLjMsMTEuNC0xLjQsMS40LTYuMyw2LjEtMTEsMTAuNi00LDMuOS03LjgsNy41LTguNyw4LjUtMS41LDEuNS01LjEsMS43LTgsMS43cy0xLjIsMC0xLjcsMGMtLjUsMC0xLDAtMS40LDBIMTcuN2MtOC45LDAtMTYuMi03LjItMTYuMi0xNi4xVjE3LjZDMS41LDguNyw4LjcsMS41LDE3LjcsMS41aDgwLjZNOTguMy41SDE3LjdDOC4yLjUuNSw4LjIuNSwxNy42djEwMC44YzAsOS40LDcuNywxNy4xLDE3LjIsMTcuMWg2My43Yy45LDAsMiwwLDMuMiwwLDMuMiwwLDYuOS0uMiw4LjctMiwyLTIsMTcuMS0xNi41LDE5LjctMTkuMSwzLjEtMy4xLDIuNi05LjcsMi42LTEzLjdWMTcuNmMwLTkuNC03LjctMTcuMS0xNy4yLTE3LjFoMFoiLz4KPC9zdmc+Cg==);-webkit-mask-size:cover;mask-size:cover}[dir=rtl] ._selectorItem_19jek_91:before{transform:rotateY(180deg)}._selectorItemSelected_19jek_121:before{background-color:var(--success);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDExNiAxMzYiPgogIDxwYXRoIGQ9Ik05OC4zLDIuNWM4LjQsMCwxNS4yLDYuOCwxNS4yLDE1LjF2ODMuMWMwLC41LDAsMSwwLDEuNiwwLDMuNi4xLDguNS0yLDEwLjYtMS40LDEuNC02LjUsNi4zLTExLDEwLjYtNCwzLjktNy44LDcuNS04LjcsOC41LTEuNCwxLjQtNS44LDEuNC03LjIsMS40cy0xLjIsMC0xLjcsMGMtLjUsMC0xLDAtMS40LDBIMTcuN2MtOC40LDAtMTUuMi02LjgtMTUuMi0xNS4xVjE3LjZjMC04LjMsNi44LTE1LjEsMTUuMi0xNS4xaDgwLjZNOTguMy41SDE3LjdDOC4yLjUuNSw4LjIuNSwxNy42djEwMC44YzAsOS40LDcuNywxNy4xLDE3LjIsMTcuMWg2My43Yy45LDAsMiwwLDMuMiwwLDMuMiwwLDYuOS0uMiw4LjctMiwyLTIsMTcuMS0xNi41LDE5LjctMTkuMSwzLjEtMy4xLDIuNi05LjcsMi42LTEzLjdWMTcuNmMwLTkuNC03LjctMTcuMS0xNy4yLTE3LjFoMFoiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDExNiAxMzYiPgogIDxwYXRoIGQ9Ik05OC4zLDIuNWM4LjQsMCwxNS4yLDYuOCwxNS4yLDE1LjF2ODMuMWMwLC41LDAsMSwwLDEuNiwwLDMuNi4xLDguNS0yLDEwLjYtMS40LDEuNC02LjUsNi4zLTExLDEwLjYtNCwzLjktNy44LDcuNS04LjcsOC41LTEuNCwxLjQtNS44LDEuNC03LjIsMS40cy0xLjIsMC0xLjcsMGMtLjUsMC0xLDAtMS40LDBIMTcuN2MtOC40LDAtMTUuMi02LjgtMTUuMi0xNS4xVjE3LjZjMC04LjMsNi44LTE1LjEsMTUuMi0xNS4xaDgwLjZNOTguMy41SDE3LjdDOC4yLjUuNSw4LjIuNSwxNy42djEwMC44YzAsOS40LDcuNywxNy4xLDE3LjIsMTcuMWg2My43Yy45LDAsMiwwLDMuMiwwLDMuMiwwLDYuOS0uMiw4LjctMiwyLTIsMTcuMS0xNi41LDE5LjctMTkuMSwzLjEtMy4xLDIuNi05LjcsMi42LTEzLjdWMTcuNmMwLTkuNC03LjctMTcuMS0xNy4yLTE3LjFoMFoiLz4KPC9zdmc+Cg==)}._selectorContent_19jek_126{display:flex;flex-direction:column;height:100%;padding:14px}._selectorCheckbox_19jek_133{margin-bottom:12px}._selector_19jek_91{display:flex;gap:30px;padding:10px 22px;min-height:141px;overflow:auto hidden}@media (min-width: 800px){._selector_19jek_91{min-height:184px;padding:25px}}._error_19jek_151{display:flex;align-items:center;justify-content:center;flex-direction:column;width:80%;height:100%;padding:25px 15px;margin:0 auto;text-align:center}@media (min-width: 800px){._error_19jek_151{width:60%}}._errorIcon_19jek_169{width:30px;height:30px;margin-bottom:15px;color:#ff3434}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_nts4c_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_nts4c_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_nts4c_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_nts4c_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_nts4c_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_nts4c_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_nts4c_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._infoBar_nts4c_60{display:flex;justify-content:space-between;padding:27px 15px 0;min-height:110px}._infoBarItem_nts4c_67{display:flex;flex-direction:column;cursor:default}._cardTitle_nts4c_73{display:flex;margin-bottom:13px;font-size:13px;color:var(--indigo-100)}._cardSubtitle_nts4c_81{white-space:nowrap;font-size:17px}._serviceIcon_nts4c_87{width:17px;height:15px;margin-inline-end:5px}._speedIcon_nts4c_93{width:11px;height:15px;margin-inline-end:5px}._providerIcon_nts4c_99{width:14px;height:14px;margin-inline-end:5px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1xy26_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1xy26_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1xy26_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1xy26_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1xy26_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1xy26_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1xy26_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._selectDataPlan_1xy26_60{padding-top:31px;padding-inline-start:13px}._selectDataPlanTitle_1xy26_65{font-size:18px;padding-bottom:23px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_55c7c_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_55c7c_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_55c7c_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_55c7c_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_55c7c_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_55c7c_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_55c7c_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._contentCustom_55c7c_60{display:flex;flex-direction:column;height:100%;overflow-x:hidden;z-index:var(--z-base)}._stickySeparator_55c7c_72{position:sticky;bottom:70px}._buttonWrapper_55c7c_77{position:sticky;bottom:0;padding:10px 0;width:100%;background-color:var(--background);text-align:center}._trafficSize_55c7c_86{text-transform:uppercase}._firstLabel_55c7c_90{order:-1}._button_55c7c_77{width:60%;margin:0 auto}._callout_55c7c_99{margin:15px 15px 18px}._calloutLink_55c7c_107{text-decoration:underline;cursor:pointer}@media (hover: hover){._calloutLink_55c7c_107:hover{opacity:.7}}._calloutIcon_55c7c_117{height:22px}._header_1sgj4_1{padding-right:25px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_yl6ml_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_yl6ml_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_yl6ml_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_yl6ml_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_yl6ml_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_yl6ml_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_yl6ml_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._flag_yl6ml_60{width:22px;height:22px;margin-inline-end:13px;align-items:center}._country_yl6ml_67{width:100%;-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-size:17px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_34nsi_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_34nsi_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_34nsi_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_34nsi_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_34nsi_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_34nsi_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_34nsi_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._flag_34nsi_60{width:24px;height:24px;margin-inline-end:13px}._country_34nsi_66{-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-size:17px}._customSubPanelTitle_h1x7j_1{display:flex;justify-content:space-between}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_11xc7_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_11xc7_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_11xc7_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_11xc7_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_11xc7_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_11xc7_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_11xc7_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._countryCategoryTitle_11xc7_60{font-size:18px;line-height:1.11;letter-spacing:normal;margin-top:24px;margin-bottom:18px;margin-inline-start:15px;text-align:start;cursor:default}._createPlanButtonContainer_11xc7_72{display:flex}._createPlanButton_11xc7_72{margin:5px;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:15px;width:100%;height:137px;min-height:137px;overflow:hidden}@media (min-width: 800px){._createPlanButton_11xc7_72{margin:18px 10px}}._createPlan_11xc7_72{position:relative;background-image:url(https://edge.onphone.app/web/assets/createYourPlan-2HxJLEt-.png);background-size:cover;background-repeat:no-repeat;height:100%;width:100%;cursor:pointer}._createPlan_11xc7_72:after{content:"";display:block;background-color:var(--white);-webkit-mask-image:url(https://edge.onphone.app/web/assets/chevronRightBold-CZHGWrmZ.svg);mask-image:url(https://edge.onphone.app/web/assets/chevronRightBold-CZHGWrmZ.svg);background-repeat:no-repeat;background-size:cover;position:absolute;width:7px;height:12px;top:15px;inset-inline-end:11px;color:var(--white)}[dir=rtl] ._createPlan_11xc7_72:after{transform:rotateY(180deg)}._createPlanText_11xc7_119{display:flex;flex-direction:column;align-items:flex-start;color:var(--white);position:absolute;top:16px;inset-inline-start:14px}._createPlanTitle_11xc7_130{font-size:15px;margin-bottom:2px}._createPlanSubtitle_11xc7_135{font-size:12px;opacity:.6}._countryCategories_11xc7_140{overflow-y:auto;border-top:1px solid var(--layout-border)}._loading_11xc7_145{margin-top:20px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1fql3_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1fql3_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1fql3_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1fql3_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1fql3_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1fql3_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1fql3_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._content_1fql3_60,._countrySelectPanelEsim_1fql3_64{overflow:hidden}._esimCountriesContainer_1fql3_68{height:calc(var(--app-height) - 60px - 61px);overflow-y:auto}@media (min-width: 800px){._esimCountriesContainer_1fql3_68{height:calc(var(--app-height) - 70px - 61px)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1icrs_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1icrs_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1icrs_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1icrs_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1icrs_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1icrs_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1icrs_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._countriesSelected_1icrs_60{font-size:9.5px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1uv5v_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1uv5v_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1uv5v_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1uv5v_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1uv5v_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1uv5v_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1uv5v_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_1uv5v_60{max-width:400px;width:90vw;padding:10px 20px 20px;margin:0 20px;border-radius:15px;background-color:var(--background);overflow:hidden;z-index:var(--z-modal)}@media (min-width: 800px){._modal_1uv5v_60{max-width:500px;padding:10px 50px 30px}}._wrapper_1uv5v_77{position:relative;padding:35px 0 15px;white-space:break-spaces}._background_1uv5v_83{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:cover;background-repeat:no-repeat;z-index:var(--z-below)}._title_1uv5v_94{padding-bottom:15px;font-size:18px}@media (min-width: 800px){._title_1uv5v_94{font-size:28px}}._text_1uv5v_105{width:100%;padding-bottom:15px;font-size:16px;white-space:break-spaces;text-align:justify-all}@media (min-width: 800px){._text_1uv5v_105{padding-bottom:30px;font-size:22px}}._buttonsGroup_1uv5v_120{display:flex;gap:10px}._link_1uv5v_125{width:100%}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_wjs6n_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_wjs6n_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_wjs6n_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_wjs6n_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_wjs6n_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_wjs6n_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_wjs6n_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._esimWaitNotification_wjs6n_60{position:relative;padding:100px 50px 0}._esimWaitNotificationBg_wjs6n_65{width:100%;height:100%}._esimWaitNotificationContent_wjs6n_70{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}._esimWaitNotificationTitle_wjs6n_80{font-size:20px;text-align:center;margin-bottom:5px;white-space:nowrap}._esimWaitNotificationSubtitle_wjs6n_88{text-align:center;font-size:17px}._esimWaitNotificationFooter_wjs6n_94{display:flex;flex-direction:column;align-items:center;margin-top:15px;min-height:90px;max-height:90px}._button_wjs6n_103{margin-top:10px;width:100%;min-height:45px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_6n5fo_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_6n5fo_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_6n5fo_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_6n5fo_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_6n5fo_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_6n5fo_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_6n5fo_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_6n5fo_60{display:flex;flex-direction:column;align-items:center;padding:40px 20px 20px}._title_6n5fo_67{font-size:20px;text-align:center;margin-bottom:30px}._inputContainer_6n5fo_74{width:70%;margin-bottom:20px}@media (min-width: 800px){._inputContainer_6n5fo_74{width:60%}}@media (min-width: 1200px){._inputContainer_6n5fo_74{width:50%}}._button_6n5fo_89{width:80%}@media (min-width: 800px){._button_6n5fo_89{width:70%}}@media (min-width: 1200px){._button_6n5fo_89{width:60%}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_xx4om_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_xx4om_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_xx4om_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_xx4om_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_xx4om_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_xx4om_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_xx4om_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._instructionsMenu_xx4om_60{padding:18px 8px;border-bottom:1px solid var(--layout-border)}@media (min-width: 800px){._instructionsMenu_xx4om_60{padding:18px 10px}}._instructionsMenuTitle_xx4om_70{padding:0 8px;font-size:12px;text-transform:uppercase;color:var(--foreground-secondary);-webkit-user-select:none;user-select:none}@media (min-width: 800px){._instructionsMenuTitle_xx4om_70{padding:0 14px}}._instructionsMenuContainer_xx4om_84{display:flex;flex-direction:column;margin-top:19px;gap:10px}._instructionsMenuItem_xx4om_91{display:flex;align-items:center;justify-content:space-between;border-radius:8px;padding:10px 8px;cursor:pointer;position:relative;min-height:58px}._instructionsMenuItem_xx4om_91:hover{text-decoration:none;background-color:var(--surface-background-hover)}._instructionsMenuItem_xx4om_91:focus-visible{box-shadow:none;background-color:var(--surface-background-hover)}@media (min-width: 800px){._instructionsMenuItem_xx4om_91{padding:10px 14px}}._activeItem_xx4om_115{background-color:var(--surface-background-active)}._iosIcon_xx4om_119{width:17px;height:20px;margin-inline-end:13px}._androidIcon_xx4om_125{width:20px;height:22px;margin-inline-end:13px;fill:#95cf00}._platform_xx4om_132{display:flex;font-size:17px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_tyrp7_26{font-family:Montserrat,sans-serif;font-synthesis:none}._light_tyrp7_31{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_tyrp7_36{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_tyrp7_41{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_tyrp7_46{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_tyrp7_51{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_tyrp7_56{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._header_tyrp7_61{font-size:19px}._instructionsContainer_tyrp7_66{overflow-x:hidden;padding-top:22px;padding-inline:15px}._instructionStepTitle_tyrp7_72{font-size:18px}._instructionStepSubtitle_tyrp7_77{font-size:14px;margin-top:11px}._instructionStepSubtitleKissIcon_tyrp7_83:after{content:"😘";padding-inline-start:6px;transform:scale(1.5);display:inline-block}._instructionStepBody_tyrp7_90{font-size:14px}._instructionStepBody_tyrp7_90,._instructionStepSubtitle_tyrp7_77{color:var(--foreground-primary)}._instructionNote_tyrp7_100{margin-top:18px;margin-bottom:18px}._instructionBoldText_tyrp7_105{white-space:nowrap}._instructionUnderlineText_tyrp7_110{text-decoration:underline}._instructionSeparator_tyrp7_114{height:12px;position:relative;margin:23px 0}._instructionSeparator_tyrp7_114:before{content:"";position:absolute;height:12px;background-color:inherit;width:15px;inset-inline-start:-15px}._instructionSeparator_tyrp7_114:after{content:"";position:absolute;height:12px;background-color:inherit;width:15px;inset-inline-end:-15px}._instructionCheckList_tyrp7_138{display:flex;flex-direction:column;margin-top:30px;margin-inline-start:5px}._instructionCheckItem_tyrp7_145{display:flex;align-items:center;margin-bottom:26px}._checkIcon_tyrp7_152{width:12px;margin-inline-end:18px;fill:var(--accent)}._instructionCard_tyrp7_158{border-radius:32px;background-color:var(--indigo-500);margin:20px 0}@media (min-width: 800px){._instructionCard_tyrp7_158{margin:20px 14px}}._instructionStepCards_tyrp7_169{display:flex;margin-top:21px;padding:0 14px 50px;align-items:center;flex-direction:column}._instructionStepCards_tyrp7_169 ._instructionCard_tyrp7_158{margin:17px}._instructionCardStep1_tyrp7_180{height:297px}._instructionCardStep2_tyrp7_184{height:363px;width:100%;position:relative;padding-top:20px;min-width:310px}@media (min-width: 800px){._instructionCardStep2_tyrp7_184{min-width:350px}}._instructionCardStep2_tyrp7_184 img{position:absolute;bottom:0;left:50%;transform:translate(-50%)}._instructionImgStep2_tyrp7_203{width:234px;height:170px}._instructionCardStep3_tyrp7_208{height:220px;position:relative;overflow:hidden}._instructionCardStep3_tyrp7_208 img{position:absolute;width:230px;bottom:-14px;left:50%;transform:translate(-50%)}._instructionCardStep4_tyrp7_221{height:239px}._videoFrame_tyrp7_225{position:absolute;bottom:0;left:50%;transform:translate(-50%);border-top-right-radius:20px;border-top-left-radius:20px;overflow:hidden}._videoFrameStep1_tyrp7_235,._videoFrameStep3_tyrp7_236,._videoFrameStep5_tyrp7_237{width:224px;height:264px}._videoFrameStep4_tyrp7_242{width:230px;height:201px}._instructionCardStep3Android_tyrp7_247,._instructionCardStep5Android_tyrp7_248{height:300px}._instructionAndroidImgStep2_tyrp7_252{width:234px;height:216px}._instructionCardStep4Android_tyrp7_257{height:182px;position:relative}._instructionCardStep4Android_tyrp7_257 img{width:228px;height:160px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._copyElement_tyrp7_270{position:relative;display:flex;flex-direction:column;padding:0 20px 30px}@media (min-width: 800px){._copyElement_tyrp7_270{padding:10px 20px}}._copyElementRow_tyrp7_282{display:flex;justify-content:space-between;align-items:center}._copyTitle_tyrp7_288{margin-bottom:3px;font-size:10px;color:var(--indigo-100);-webkit-user-select:none;user-select:none}._copySubtitle_tyrp7_296{font-size:14px;color:var(--white)}._icon_tyrp7_302{fill:var(--indigo-100)}._shareContent_1qae5_1{display:flex;align-items:center;cursor:pointer;color:var(--white)}._shareIcon_1qae5_8{width:12px;margin-inline-end:10px;fill:var(--white)}._copiedText_1qae5_14{display:flex;align-items:center;white-space:nowrap;-webkit-user-select:none;user-select:none}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1y4q6_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1y4q6_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1y4q6_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1y4q6_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1y4q6_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1y4q6_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1y4q6_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._qrCodeCard_1y4q6_60{position:relative;height:360px;width:100%;min-width:310px;border-radius:32px;background-color:var(--indigo-500);margin:20px 14px}@media (min-width: 800px){._qrCodeCard_1y4q6_60{min-width:330px}}._qrCodeWrapper_1y4q6_75{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;background-color:var(--white);border-radius:10px}._qrCodeWrapper_1y4q6_75:after{visibility:hidden;content:"";top:0;inset-inline-start:0;position:absolute;border-radius:10px;width:100%;height:100%;background-position:center;background-image:url(https://edge.onphone.app/web/assets/download-CIoWln4c.svg);background-repeat:no-repeat;background-size:50px 50px;background-color:#fffffff2;cursor:pointer}._qrCodeWrapper_1y4q6_75:hover:after{visibility:visible}._qrCodeCardFooter_1y4q6_104{height:80px;width:100%;background-color:#34344e;position:absolute;bottom:-50px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;z-index:var(--z-below)}._qrCodeBody_1y4q6_115{bottom:0}._qrCodeBody_1y4q6_115 svg{height:150px;width:150px}._qrShareButton_1y4q6_123{position:absolute;transform:translate(-50%);bottom:-35px;left:50%;color:var(--white)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ma1ih_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ma1ih_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ma1ih_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ma1ih_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ma1ih_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ma1ih_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ma1ih_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_ma1ih_60{padding:25px 15px}@media (min-width: 800px){._container_ma1ih_60{padding:35px 30px 20px}}._item_ma1ih_69{display:flex;flex-direction:column;font-size:16px;border-radius:8px}@media (min-width: 800px){._item_ma1ih_69{font-size:19px}}._itemRow_ma1ih_82{display:flex;width:100%}._itemRow_ma1ih_82:not(:last-child){margin-bottom:15px}._itemIcon_ma1ih_90{margin-inline-end:15px;height:15px}@media (min-width: 800px){._itemIcon_ma1ih_90{height:19px}}._itemContent_ma1ih_100{display:flex;align-items:center;flex:1 1}._description_ma1ih_106{font-size:13px;color:var(--foreground-secondary)}@media (min-width: 800px){._description_ma1ih_106{font-size:15px}}._esimAutoRenewalIcon_ma1ih_117{width:22px;height:22px;margin-inline-end:13px;fill:#fe9b24}._switch_ma1ih_124,._select_ma1ih_128{flex:.2 1 20%}._trafficSize_ma1ih_132{text-transform:uppercase}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_gdocd_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_gdocd_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_gdocd_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_gdocd_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_gdocd_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_gdocd_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_gdocd_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._countryHeader_gdocd_60{font-size:19px}._trafficView_gdocd_65{padding:22px 15px 15px;border-bottom:12px solid var(--layout-border)}._availableIn_gdocd_70{padding-top:26px;padding-bottom:30px}._availableInTitle_gdocd_75{padding-inline-start:15px}._trafficViewTitle_gdocd_79,._availableInTitle_gdocd_75{font-size:18px}._trafficViewFooter_gdocd_85{padding-bottom:10px;margin-top:29px;font-size:15px;color:var(--foreground-tertiary);text-align:center}._trafficViewWidget_gdocd_94{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:10px}._button_gdocd_102{display:block;margin:0 auto 20px;text-align:center;white-space:nowrap;font-size:15px}@media (min-width: 800px){._button_gdocd_102{font-size:18px}}._button_gdocd_102:hover{text-decoration:none}._header_gdocd_118{padding-inline-end:25px}._link_gdocd_122:hover{text-decoration:none}._red_gdocd_126{color:var(--destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1ybxk_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1ybxk_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1ybxk_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1ybxk_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1ybxk_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1ybxk_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1ybxk_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._trafficWidget_1ybxk_60{width:240px;height:240px;min-width:240px;min-height:240px;border-radius:50%;border:solid 2px var(--layout-border);background-color:var(--background);position:relative}._trafficWidgetStatusRing_1ybxk_71{width:220px;height:220px;min-width:220px;min-height:220px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._trafficWidgetStatusRingInactive_1ybxk_83{background-color:var(--background-muted)}._trafficWidgetStatusRingInactive_1ybxk_83 ._trafficWidgetContentTitle_1ybxk_86{color:var(--foreground-destructive)}._trafficWidgetStatusRingInactive_1ybxk_83 ._trafficWidgetContentTitleExpired_1ybxk_89{font-size:22px}._trafficWidgetStatusRingActive_1ybxk_93{background-color:var(--foreground-success)}._trafficWidgetStatusRingActive_1ybxk_93 ._trafficWidgetContentTitle_1ybxk_86{color:var(--foreground-success)}._trafficWidgetContent_1ybxk_86{width:187px;height:187px;min-width:187px;min-height:187px;border-radius:50%;background-color:var(--background);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center}._trafficWidgetContentTitle_1ybxk_86{font-size:16px;text-transform:uppercase;line-height:.68;margin-bottom:16px}._trafficWidgetContentSubtitle_1ybxk_124{font-size:12px;color:var(--indigo-100);width:140px;text-align:center}._trafficSize_1ybxk_137{font-size:22px;margin-bottom:16px;text-transform:uppercase}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1htei_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1htei_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1htei_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1htei_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1htei_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1htei_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1htei_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._countryHeader_1htei_60{font-size:19px;overflow:hidden;text-overflow:ellipsis}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1u6fi_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1u6fi_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1u6fi_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1u6fi_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1u6fi_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1u6fi_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1u6fi_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._countryStatus_1u6fi_64{display:flex;flex-direction:column}._esimSettingsLoader_1u6fi_70{padding:18px 8px}@media (min-width: 800px){._esimSettingsLoader_1u6fi_70{padding:18px 10px}}._esimSettingsBody_1u6fi_79{display:flex;flex-direction:column;gap:10px;padding:18px 8px;border-bottom:12px solid var(--layout-border)}@media (min-width: 800px){._esimSettingsBody_1u6fi_79{padding:18px 10px}}._esimSettingsBodyTitle_1u6fi_92{display:block;padding:0 8px;margin-bottom:10px;font-size:12px;text-transform:uppercase;color:var(--foreground-secondary);-webkit-user-select:none;user-select:none}@media (min-width: 800px){._esimSettingsBodyTitle_1u6fi_92{padding:0 14px}}._esimSettingsItem_1u6fi_108{display:flex;align-items:center;justify-content:space-between;border-radius:8px;padding:10px 8px;cursor:pointer;position:relative;min-height:58px}@media (hover: hover){._esimSettingsItem_1u6fi_108:hover{text-decoration:none;background-color:var(--surface-background-hover)}}._esimSettingsItem_1u6fi_108:focus-visible{box-shadow:none;background-color:var(--surface-background-hover)}@media (min-width: 800px){._esimSettingsItem_1u6fi_108{padding:10px 14px}}._activeItem_1u6fi_134{background-color:var(--surface-background-active)}._esimSettingsEsimStatus_1u6fi_138,._esimAutoRenewalStatus_1u6fi_139{white-space:nowrap;text-align:end;font-size:16px;color:var(--success);flex:0 0 80px}._esimSettingsStatusInactive_1u6fi_148{color:var(--destructive)}._esimAutoRenewal_1u6fi_139{display:flex;font-size:17px}._esimAutoRenewalIcon_1u6fi_158{width:22px;height:22px;margin-inline-end:13px;fill:#fe9b24}._trafficSize_1u6fi_165{font-size:14px;color:var(--foreground-tertiary);text-transform:uppercase;margin-top:5px}._esimSubPanelTitle_1u6fi_173{display:flex;align-items:center;justify-content:space-between;width:100%}._imgCover_1u6fi_180{bottom:0;transform:translate(-50%) scale(1.5)}._imgCountry_1u6fi_185{border-radius:16px;max-height:122px;min-height:122px;overflow:hidden}@media (min-width: 800px){._instructionsTrafficView_1u6fi_193{display:none}}._searchTitle_1u6fi_198{font-size:12px;text-transform:uppercase;margin:18px 24px 0;color:var(--foreground-secondary)}._flag_1u6fi_206{width:24px;height:24px;margin-inline-end:13px}._defaultCountry_1u6fi_212{display:flex;flex-direction:row;align-items:center}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1npzk_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1npzk_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1npzk_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1npzk_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1npzk_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1npzk_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1npzk_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1npzk_60{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--gray-300)}._icon_1npzk_70{width:40px;margin-bottom:24px}._loading_1npzk_75{margin-top:40px}._layout_9hjel_1{position:relative;max-width:1440px;height:100%;margin:0 auto;background-color:var(--background);display:grid;grid-template-columns:1fr}@media (min-width: 800px){._layout_9hjel_1{grid-template-columns:3fr 5fr}}@media (min-width: 1200px){._layout_9hjel_1{grid-template-columns:3.5fr 10fr}}._contentLayout_18hqq_1{position:relative;display:grid;grid-template-columns:1fr}@media (min-width: 1200px){._contentLayout_18hqq_1{grid-template-columns:.75fr 1fr}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_mrhbd_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_mrhbd_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_mrhbd_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_mrhbd_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_mrhbd_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_mrhbd_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_mrhbd_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_mrhbd_60{display:flex;flex-direction:column;align-items:center;max-width:510px;flex:1;margin:0 10px;padding:25px 15px 10px;border-radius:20px;background:var(--background);box-shadow:0 1px 6px #00000026}@media (min-width: 800px){._wrapper_mrhbd_60{padding:45px 35px 10px}}._title_mrhbd_78{margin-bottom:30px;font-size:18px;text-align:center}@media (min-width: 800px){._title_mrhbd_78{font-size:20px}}._radioButton_mrhbd_90{width:100%;padding:15px 20px;margin-bottom:10px;border-radius:20px}._radioButton_mrhbd_90:last-of-type{margin-bottom:30px}@media (min-width: 800px){._radioButton_mrhbd_90{padding:20px 30px;margin-bottom:15px}}._radioButtonContent_mrhbd_106{display:flex;text-align:start}._icon_mrhbd_111{width:35px;margin-inline-end:15px}@media (min-width: 800px){._icon_mrhbd_111{width:50px;margin-inline-end:20px}}._radioButtonText_mrhbd_122{display:flex;flex-direction:column}._currencyName_mrhbd_127{font-size:18px;text-transform:uppercase}@media (min-width: 800px){._currencyName_mrhbd_127{font-size:24px}}._subtext_mrhbd_138{font-size:13px}@media (min-width: 800px){._subtext_mrhbd_138{font-size:14px}}._button_mrhbd_148{width:70%;padding:12px;border-radius:8px}@media (min-width: 800px){._button_mrhbd_148{padding:14px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1hhi2_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1hhi2_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1hhi2_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1hhi2_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1hhi2_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1hhi2_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1hhi2_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_1hhi2_60{--payment-info-amout-background: var(--blue-100);--payment-info-amout-background-hover: var(--blue-200);--payment-info-amout-background-active: var(--blue-300);display:flex;flex-direction:column;align-items:center;height:var(--app-height);flex-grow:1;padding:20px 15px 10px;background-color:var(--background);box-shadow:0 1px 6px #00000026;overflow-y:auto}@media (min-width: 800px){._wrapper_1hhi2_60{height:auto;max-width:490px;margin:0 10px;padding:30px 25px 10px;border-radius:20px}}._header_1hhi2_84{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:15px}._back_1hhi2_93{position:absolute;inset-inline-start:-10px;transition:opacity .15s ease}@media (min-width: 800px){._back_1hhi2_93{inset-inline-start:-20px}}._back_1hhi2_93._backDisabled_1hhi2_103{pointer-events:none;opacity:.5}._currencyIcon_1hhi2_108{width:25px;flex-shrink:0;margin-inline-end:8px}._title_1hhi2_114{font-size:18px;text-transform:uppercase}@media (min-width: 800px){._title_1hhi2_114{font-size:20px}}._warning_1hhi2_129{margin-bottom:20px;padding:15px;font-size:12px}@media (min-width: 800px){._warning_1hhi2_129{margin-bottom:40px;padding:20px;font-size:13px}}._warningIcon_1hhi2_142{width:15px;flex-shrink:0}._addressWrapper_1hhi2_147{margin-bottom:20px}@media (min-width: 800px){._addressWrapper_1hhi2_147{margin-bottom:40px}}._qrCodeContainer_1hhi2_156{display:flex;flex-direction:column;align-items:center;max-width:220px;padding:20px 15px;margin-bottom:12px;border-radius:10px;background-color:var(--background);box-shadow:0 2px 18px #0000000f}._qrCodeSkeletonWrapper_1hhi2_168{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:150px;height:150px;margin-bottom:15px;overflow:hidden}._skeleton_1hhi2_180{position:absolute;top:0;left:0;right:0;bottom:0;width:150px;height:150px;border-radius:10px}._qrHidden_1hhi2_191{opacity:0}._qrCode_1hhi2_156{width:100%;height:100%}._address_1hhi2_147{font-size:13px;word-break:break-all;text-align:center}._qrCodeButtonsGroup_1hhi2_207{display:flex;justify-content:space-between;gap:7px}._qrCodeButton_1hhi2_207{display:flex;flex:1;font-size:12px}._qrCodeButtonContent_1hhi2_219{display:flex;align-items:center;justify-content:center;flex:1;gap:7px}._copyIcon_1hhi2_227{width:18px;height:17px}._checkIcon_1hhi2_232{width:12px;height:17px;fill:var(--success)}._shareIcon_1hhi2_238{width:14px;height:17px}._downloadIcon_1hhi2_243{width:16px;height:17px}._footer_1hhi2_248{width:100%;margin-top:auto}@media (min-width: 800px){._footer_1hhi2_248{width:70%}}._amountContainer_1hhi2_258{display:flex;flex-shrink:0;width:100%;margin-bottom:20px;border:1px solid var(--payment-info-amout-background);border-radius:10px;overflow:hidden;background-image:repeating-linear-gradient(-45deg,#f0f9fe,#f0f9fe 1px,#fff 0,#fff 3px)}@media (min-width: 800px){._amountContainer_1hhi2_258{width:70%}}._amountContent_1hhi2_274{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:10px}@media (min-width: 800px){._amountContent_1hhi2_274{padding:15px 10px}}._amountTitle_1hhi2_288{font-size:12px;text-transform:uppercase}._cryptoValue_1hhi2_294{font-size:20px;color:var(--accent);text-transform:uppercase}@media (min-width: 800px){._cryptoValue_1hhi2_294{font-size:23px}}._copyAmountButton_1hhi2_306{display:flex;align-items:center;justify-content:center;margin-inline-start:auto;padding:0 15px;background-color:var(--payment-info-amout-background);cursor:pointer;transition:background-color .15s ease}@media (hover: hover){._copyAmountButton_1hhi2_306:hover{background-color:var(--payment-info-amout-background-hover)}}._copyAmountButton_1hhi2_306:active{background-color:var(--payment-info-amout-background-active)}._copyAmountButton_1hhi2_306:disabled{pointer-events:none}._copyBoldIcon_1hhi2_328,._amountCheckIcon_1hhi2_333{width:15px;fill:var(--accent)}._button_1hhi2_338{padding:12px;border-radius:8px;line-height:22px;transition:opacity .15s ease,color .15s ease}._button_1hhi2_338._buttonLoading_1hhi2_344{pointer-events:none}._spinner_1hhi2_348{color:var(--white)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_l957p_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_l957p_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_l957p_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_l957p_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_l957p_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_l957p_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_l957p_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_l957p_60{display:flex;flex-direction:column;align-items:center;max-width:490px;flex:1;margin:0 10px;border-radius:20px;background-color:var(--background);overflow:hidden}._header_l957p_72{position:relative;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:50px;padding:15px 10px;background-color:var(--yellow-100)}@media (min-width: 800px){._header_l957p_72{margin-bottom:60px;padding:25px 10px}}._title_l957p_89{font-size:17px;color:var(--gold);text-transform:uppercase}._priceInfo_l957p_96{position:absolute;inset-inline-end:0;display:flex;align-items:center}@media (min-width: 800px){._priceInfo_l957p_96{inset-inline-end:25px}}._currencyIcon_l957p_108{width:18px;margin-inline-end:5px}@media (min-width: 800px){._currencyIcon_l957p_108{width:25px;margin-inline-end:10px}}._amount_l957p_119{font-size:14px}@media (min-width: 800px){._amount_l957p_119{font-size:18px}}._magnifierImg_l957p_129{max-width:80px;margin-bottom:20px}._content_l957p_134{display:flex;flex-direction:column;align-items:center;max-width:315px;margin-bottom:20px;padding:0 10px}@media (min-width: 800px){._content_l957p_134{margin-bottom:30px}}._mainText_l957p_148{margin-bottom:15px;font-size:18px;text-align:center}._text_l957p_155{margin-bottom:20px;font-size:14px;text-align:center}._text_l957p_155:last-of-type{margin-bottom:40px}@media (min-width: 800px){._text_l957p_155:last-of-type{margin-bottom:50px}}._button_l957p_170{border-radius:8px}._traffic_h7ab1_1{text-transform:uppercase}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_6j2vs_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_6j2vs_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_6j2vs_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_6j2vs_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_6j2vs_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_6j2vs_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_6j2vs_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._button_6j2vs_60{display:flex;flex-direction:column;align-items:center;padding:5px 10px;border-radius:10px;color:var(--foreground-primary)}._image_6j2vs_69{max-width:35px;margin-bottom:10px}@media (min-width: 800px){._image_6j2vs_69{max-width:45px;margin-bottom:15px}}._text_6j2vs_80{font-size:12px;text-align:center}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_xw10v_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_xw10v_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_xw10v_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_xw10v_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_xw10v_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_xw10v_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_xw10v_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_xw10v_60{display:flex;flex-direction:column;align-items:center;max-width:490px;flex:1;margin:0 10px;border-radius:20px;overflow:hidden;background-color:var(--background)}._header_xw10v_72{width:100%;margin-bottom:35px;padding:15px 10px;text-align:center;background-color:var(--green-100)}@media (min-width: 800px){._header_xw10v_72{margin-bottom:55px;padding:25px 10px}}._title_xw10v_86{font-size:17px;color:var(--foreground-success);text-transform:uppercase}._content_xw10v_93{display:flex;flex-direction:column;align-items:center;margin-bottom:25px;max-width:310px;width:100%;padding:0 10px;box-sizing:content-box}@media (min-width: 800px){._content_xw10v_93{margin-bottom:35px}}._confettiImg_xw10v_109{width:65px;margin-bottom:30px}._contentTitle_xw10v_114{margin-bottom:15px;font-size:18px;text-transform:capitalize}._text_xw10v_121{margin-bottom:35px;font-size:14px;text-align:center}@media (min-width: 800px){._text_xw10v_121{margin-bottom:45px}}._emojiButtonsGroup_xw10v_137{display:flex;justify-content:space-between;width:100%;margin-bottom:30px}._emojiButtonsGroup_xw10v_137>button{flex:1}@media (min-width: 800px){._emojiButtonsGroup_xw10v_137{margin-bottom:40px;gap:15px}}._doneButton_xw10v_153{border-radius:8px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_nkszg_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_nkszg_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_nkszg_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_nkszg_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_nkszg_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_nkszg_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_nkszg_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_nkszg_60{display:flex;flex-direction:column;align-items:center;max-width:490px;flex:1;margin:0 10px;border-radius:20px;overflow:hidden;background-color:var(--background)}._header_nkszg_72{width:100%;margin-bottom:35px;padding:15px 10px;text-align:center;background-color:var(--red-100)}@media (min-width: 800px){._header_nkszg_72{margin-bottom:55px;padding:25px 10px}}._title_nkszg_86{font-size:17px;color:var(--foreground-destructive);text-transform:uppercase}._content_nkszg_93{display:flex;flex-direction:column;align-items:center;margin-bottom:10px;max-width:310px;width:100%;padding:0 10px;box-sizing:content-box}._pensiveFaceImg_nkszg_104{width:65px;margin-bottom:30px}._contentTitle_nkszg_109{margin-bottom:15px;font-size:18px;text-transform:capitalize}._text_nkszg_116{margin-bottom:35px;font-size:14px;text-align:center}@media (min-width: 800px){._text_nkszg_116{margin-bottom:45px}}._button_nkszg_132{border-radius:8px}._modal_1rz04_1{display:flex;justify-content:center;align-items:center;flex:1;margin:auto;max-width:490px;padding:0;background-color:unset;box-shadow:unset}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_xtu5s_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_xtu5s_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_xtu5s_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_xtu5s_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_xtu5s_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_xtu5s_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_xtu5s_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._keypad_xtu5s_60{display:grid;grid-template-columns:repeat(3,1fr);column-gap:26px;row-gap:10px}._key_xtu5s_60{width:54px;height:54px;font-size:24px;text-align:center;color:var(--white);background-color:var(--black);border-radius:50%;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease-in-out,transform .1s ease-in-out}@media (hover: hover){._key_xtu5s_60:hover{background-color:#0000004d}}._key_xtu5s_60:active{transform:scale(.92)}@media (min-width: 800px){._key_xtu5s_60{width:64px;height:64px;font-size:28px}}._asteriskButton_xtu5s_96{display:block;height:36px;font-size:44px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ywaat_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ywaat_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ywaat_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ywaat_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ywaat_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ywaat_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ywaat_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._overlay_ywaat_60{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-call-widget);background:var(--overlay);overflow:hidden}._callModal_ywaat_74{background:none}._callContainer_ywaat_78{--widget-background: var(--gray-700);position:relative;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100vw;height:100vh;padding:20px 40px;text-align:center;background:var(--widget-background);color:var(--white)}@media (min-width: 800px){._callContainer_ywaat_78{width:500px;height:640px;padding:40px 70px 70px;border-radius:20px}}._header_ywaat_102{display:flex;flex-direction:column;align-items:center;padding-bottom:20px}._direction_ywaat_109{margin-bottom:5px;font-size:16px;color:var(--foreground-tertiary)}._info_ywaat_116{width:100%;margin-top:15%;overflow:hidden}@media (min-width: 800px){._info_ywaat_116{margin-top:0}}._number_ywaat_127{margin-bottom:10px;font-size:25px;letter-spacing:.25px}._avatar_ywaat_134{width:99px;height:99px;margin-bottom:20px;border-radius:50%;object-fit:cover}._stopwatch_ywaat_142{margin-bottom:14px;font-size:25px;letter-spacing:.25px;color:var(--foreground-tertiary)}._onphoneAudio_ywaat_150{margin-bottom:20px;font-size:25px;color:var(--foreground-tertiary)}._logo_ywaat_157{width:19px;height:19px;margin-inline-end:9px}._arrow_ywaat_163{width:26px;height:26px}._caller_ywaat_168{display:flex;justify-content:center;align-items:flex-end;height:36px;font-size:30px;margin-bottom:20px;white-space:nowrap}._caller_ywaat_168 ._arrow_ywaat_163{margin:0 12px}@media (min-width: 800px){._caller_ywaat_168{margin-bottom:30px}}._marquee_ywaat_187{position:absolute;width:90%;display:flex;gap:160px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,var(--widget-background) 35%,var(--widget-background) 65%,transparent);mask-image:linear-gradient(90deg,transparent,var(--widget-background) 35%,var(--widget-background) 65%,transparent)}._marqueeText_ywaat_196{animation-name:_marquee_ywaat_187;animation-iteration-count:infinite;animation-timing-function:linear}._status_ywaat_202{font-size:25px;letter-spacing:.25px;color:var(--foreground-tertiary)}._participantInfo_ywaat_209{display:flex;flex-direction:column;align-items:center;padding-bottom:20px}._contactName_ywaat_216{width:100%;margin-bottom:10px;font-size:32px;letter-spacing:.32px;max-height:72px;line-height:36px;overflow:hidden;text-overflow:ellipsis}._contactNamePadding_ywaat_228{padding-bottom:40px}._phoneNumber_ywaat_232{font-size:28px;letter-spacing:.28px}._keypadContainer_ywaat_238{position:absolute;bottom:23%}@media (min-width: 800px){._keypadContainer_ywaat_238{bottom:28%}}._buttonGroup_ywaat_248{position:relative;display:flex;align-items:center;margin-top:auto;margin-bottom:8%;width:85%;height:80px}@media (min-width: 800px){._buttonGroup_ywaat_248{margin-bottom:0}}._button_ywaat_248{color:var(--white)}@media (min-width: 800px){._button_ywaat_248{width:80px;height:80px}}._acceptButton_ywaat_273{position:absolute;inset-inline-start:0}._rejectButton_ywaat_278{position:absolute;inset-inline-end:0}._muteButton_ywaat_283{position:absolute;inset-inline-start:0}._keypadButton_ywaat_288{position:absolute;inset-inline-end:0;transition:width .2s ease-in-out,height .2s ease-in-out}._keypadButton_ywaat_288:active{transform:none}._smallButton_ywaat_297{width:50px;height:50px;margin-inline-start:auto}@media (min-width: 800px){._smallButton_ywaat_297{width:65px;height:65px}}._acceptIcon_ywaat_309{width:22px;fill:#fff}@media (min-width: 800px){._acceptIcon_ywaat_309{width:28px}}._rejectIcon_ywaat_319{width:28px;fill:#fff}@media (min-width: 800px){._rejectIcon_ywaat_319{width:36px}}._muteIcon_ywaat_329{width:18px;fill:#fff}@media (min-width: 800px){._muteIcon_ywaat_329{width:24px}}._unmuteIcon_ywaat_339{width:20px;fill:#fff}@media (min-width: 800px){._unmuteIcon_ywaat_339{width:28px}}._keypadIcon_ywaat_349{width:24px;fill:#fff}@media (min-width: 800px){._keypadIcon_ywaat_349{width:28px}}._closeKeypadIcon_ywaat_359{width:16px;fill:#fff}@keyframes _marquee_ywaat_187{0%{transform:translate(0)}to{transform:translate(calc(-100% - 160px))}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_akrao_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_akrao_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_akrao_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_akrao_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_akrao_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_akrao_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_akrao_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_akrao_60{position:relative;display:flex;flex-direction:column;max-width:100vw;padding:30px;border-radius:20px;background-color:var(--background)}@media (min-width: 800px){._modal_akrao_60{max-width:500px}}._title_akrao_75{padding-bottom:15px;font-size:18px}@media (min-width: 800px){._title_akrao_75{font-size:28px}}._closeButton_akrao_86{position:absolute;top:10px;inset-inline-end:10px;width:20px;cursor:pointer;transition:.2s}@media (hover: hover){._closeButton_akrao_86:hover{transform:scale(1.2)}}._text_akrao_100{width:100%;padding-bottom:30px;font-size:16px;white-space:break-spaces;text-align:justify-all}@media (min-width: 800px){._text_akrao_100{font-size:22px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_gyj06_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_gyj06_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_gyj06_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_gyj06_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_gyj06_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_gyj06_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_gyj06_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_gyj06_60{position:absolute;top:0;right:0;bottom:0;left:0;max-width:unset;width:100%;display:flex;flex-direction:column;gap:20px;padding:20px 30px;border-radius:unset}@media (min-width: 800px){._modal_gyj06_60{top:5vh;bottom:auto;left:auto;right:auto;max-width:600px;width:100%;height:80vh;margin:0 20px;border-radius:20px}}@media (min-width: 1200px){._modal_gyj06_60{top:10vh}}._row_gyj06_90{position:relative;display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1;border-radius:8px}@media (min-width: 800px){._row_gyj06_90{font-size:19px}}._rowText_gyj06_105{flex:1 1;text-align:left}._rowValue_gyj06_111{display:flex;align-items:center;line-height:1}._switch_gyj06_118,._select_gyj06_118{flex:.2 1 20%}._closeButton_gyj06_122{position:absolute;top:10px;right:10px;cursor:pointer;transition:transform .2s ease}._closeButton_gyj06_122:hover{transform:scale(1.15)}._closeIcon_gyj06_133{width:20px}._copy_gyj06_137{color:var(--foreground-secondary);margin-left:10px}._menu_gyj06_142 ._option_gyj06_142{display:flex;align-items:center}._menu_gyj06_142 ._option_gyj06_142._optionSelected_gyj06_146{background-color:inherit!important}._menu_gyj06_142 ._option_gyj06_142._optionFocused_gyj06_149{background-color:var(--dropdown-option-active)}@media (hover: hover){._menu_gyj06_142 ._option_gyj06_142:hover{background-color:var(--dropdown-option-hover)}}._checkbox_gyj06_158{flex-shrink:0;width:18px;height:18px;border-radius:6px;margin-right:10px}._optionText_gyj06_166{overflow:hidden;text-overflow:ellipsis}._flag_gyj06_171{width:16px;margin-right:10px}._logo_1jsw1_1{display:none;width:40px;margin-bottom:10px}@media (min-width: 800px){._logo_1jsw1_1{display:block}}._menu_1jsw1_12{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}@media (min-width: 800px){._menu_1jsw1_12{flex-direction:column;justify-content:flex-start;padding:22px 8px;gap:15px;background-color:var(--sidebar-menu-background)}._menu_1jsw1_12>button:last-child{margin-top:auto}}._menuButton_1jsw1_31{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 15px;border-radius:8px;cursor:pointer;-webkit-tap-highlight-color:transparent}._menuButton_1jsw1_31:hover{background-color:var(--sidebar-menu-button-hover)}._menuButton_1jsw1_31:active{background-color:var(--sidebar-menu-button-active)}._menuButton_1jsw1_31:focus-visible{box-shadow:none;background-color:var(--sidebar-menu-button-hover)}._phoneIcon_1jsw1_52{width:25px;height:23px}._esimIcon_1jsw1_57{width:23px;height:26px}._contactsIcon_1jsw1_62{width:26px;height:25px}[dir=rtl] ._contactsIcon_1jsw1_62{transform:rotateY(180deg)}._settingsIcon_1jsw1_70{width:24px;height:22px}._activeButton_1jsw1_75{background-color:var(--sidebar-menu-button-hover)}._activeButton_1jsw1_75:before{content:"";position:absolute;left:50%;bottom:-2px;width:50%;height:4px;transform:translate(-50%);border-radius:2px;background-color:var(--accent)}@media (min-width: 800px){._activeButton_1jsw1_75:before{top:50%;bottom:unset;inset-inline-start:-2px;width:4px;height:50%;transform:translateY(-50%)}}._unread_1jsw1_100:after{content:"";position:absolute;right:14px;top:12px;width:8px;height:8px;transform:translateY(-50%);border-radius:50%;background-color:var(--destructive)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_188id_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_188id_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_188id_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_188id_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_188id_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_188id_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_188id_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._modal_188id_60{position:relative;display:flex;flex-direction:column;max-width:100vw;padding:30px;border-radius:20px;background-color:var(--background)}@media (min-width: 800px){._modal_188id_60{max-width:500px}}._title_188id_75{padding-bottom:15px;font-size:18px}@media (min-width: 800px){._title_188id_75{font-size:28px}}._closeButton_188id_86{position:absolute;top:10px;inset-inline-end:10px;width:20px}@media (hover: hover){._closeButton_188id_86:hover{opacity:.5}}._text_188id_98{width:100%;padding-bottom:30px;font-size:16px;white-space:break-spaces;text-align:justify-all}@media (min-width: 800px){._text_188id_98{font-size:22px}}._storesWrapper_188id_112{display:flex;justify-content:center}._storeItem_188id_117{margin:0 10px;width:140px}@media (min-width: 800px){._storeItem_188id_117{width:193px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_11fag_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_11fag_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_11fag_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_11fag_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_11fag_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_11fag_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_11fag_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._itemWrapper_11fag_60{border-radius:7px}._itemWrapper_11fag_60:not(:last-of-type){padding-bottom:8px}._item_11fag_60{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:12px 8px;border-radius:7px;position:relative}@media (hover: hover){._item_11fag_60:hover{cursor:pointer;box-shadow:0 0 3px #0003}._item_11fag_60:hover ._copy_11fag_82{visibility:visible}}._item_11fag_60._activeItem_11fag_86{color:var(--success);background-color:var(--sidebar-item-background-active)}._item_11fag_60:focus-visible{box-shadow:none;background-color:var(--surface-background-active)}._item_11fag_60 ._copy_11fag_82[data-copied=true]{visibility:visible;z-index:var(--z-sidebar)}._itemContainer_11fag_99{display:flex;flex-direction:column;width:100%}._itemContainer_11fag_99>._itemRow_11fag_104:first-of-type{padding-bottom:5px}._itemRow_11fag_104{position:relative;display:flex;align-items:center}._flag_11fag_114{width:18px;height:18px;margin-inline-end:10px}._number_11fag_120{font-size:16px;line-height:1;white-space:break-spaces}._subtext_11fag_127{width:100%;padding-left:30px;overflow:hidden;font-size:15px;color:var(--foreground-secondary);text-overflow:ellipsis;white-space:nowrap}@media (min-width: 800px){._subtext_11fag_127{font-size:13px}}._name_11fag_143{padding-bottom:5px;overflow:hidden;text-overflow:ellipsis}._capabilities_11fag_149{display:flex;align-items:center;gap:5px;margin-bottom:8px}._options_11fag_156{display:flex;flex-wrap:wrap;gap:3px;padding-bottom:5px;font-size:11px;color:var(--foreground-tertiary)}@media (min-width: 800px){._options_11fag_156{font-size:10px}}._option_11fag_156{display:flex;flex-wrap:wrap}._option_11fag_156._fullWidth_11fag_174{width:100%}._option_11fag_156 ._activeOption_11fag_177{color:var(--success)}._option_11fag_156:not(:last-child){padding-right:8px}._optionName_11fag_185{padding-inline-end:5px;white-space:break-spaces}._settingsButtonWrapper_11fag_190{display:flex}._settingsButton_11fag_190{display:flex;margin-inline-start:10px;cursor:pointer;transition:opacity .15s ease;transform:translateZ(0)}@media (hover: hover){._settingsButton_11fag_190:hover{opacity:.5}}._icon_11fag_207{width:18px;height:18px;color:var(--foreground-primary)}._alertIcon_11fag_213{fill:var(--destructive)}._checkIcon_11fag_218{margin-inline-start:auto;width:12px;height:12px;fill:var(--success)}._activeIcon_11fag_225{fill:var(--success)}._inactive_11fag_229{color:var(--foreground-tertiary)}._error_11fag_233{color:var(--destructive)}._counter_11fag_237{position:relative;top:-10px;font-size:13px}._copy_11fag_82{margin-inline:10px 5px;color:var(--foreground-primary);opacity:.5;visibility:visible}@media (hover: hover){._copy_11fag_82:hover{opacity:1}}@media (min-width: 800px){._copy_11fag_82{visibility:hidden}}._faxIcon_11fag_260{padding-inline-end:5px;width:18px;fill:#000}._debugInfo_11fag_266{position:absolute;top:-3px;left:42px;display:flex;z-index:var(--z-floating-element);gap:2px}._debugInfo_11fag_266>span{background:var(--destructive);color:var(--white);font-size:10px}._tooltip_11fag_280{width:250px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1mxed_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1mxed_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1mxed_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1mxed_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1mxed_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1mxed_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1mxed_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._itemWrapper_1mxed_60{border-radius:7px}._itemWrapper_1mxed_60:not(:last-of-type){padding-bottom:8px}._item_1mxed_60{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:12px 8px;border-radius:7px}@media (hover: hover){._item_1mxed_60:hover{cursor:pointer;box-shadow:0 0 3px #0003}}._item_1mxed_60:focus-within{box-shadow:none;background-color:var(--surface-background-hover)}._itemContainer_1mxed_87{width:230px}@media (min-width: 800px){._itemContainer_1mxed_87{width:215px}}._itemRow_1mxed_96{display:flex}._flag_1mxed_100{width:18px;height:18px;margin-inline-end:10px;border-radius:50%}._number_1mxed_107{padding-bottom:5px;font-size:19px;line-height:1}@media (min-width: 800px){._number_1mxed_107{font-size:17px}}._subtext_1mxed_119{width:100%;padding-inline-start:30px;overflow:hidden;font-size:15px;color:var(--foreground-secondary);text-overflow:ellipsis;white-space:nowrap}@media (min-width: 800px){._subtext_1mxed_119{font-size:13px}}._inactive_1mxed_135{color:var(--foreground-tertiary)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_ldohl_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_ldohl_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_ldohl_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_ldohl_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_ldohl_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_ldohl_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_ldohl_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._noResult_ldohl_60{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}._noResultImage_ldohl_68{width:30px;height:30px;margin-bottom:10px}._noResultsTitle_ldohl_74{font-size:14px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1cwfa_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1cwfa_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1cwfa_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1cwfa_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1cwfa_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1cwfa_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1cwfa_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1cwfa_60{display:flex;justify-content:center;padding:10px 8px;z-index:var(--z-base)}._paddingTop_1cwfa_67{padding-top:20px}._noNumbers_1cwfa_71{display:flex;align-items:center;padding:8px 10px;border-radius:7px;cursor:pointer}@media (hover: hover){._noNumbers_1cwfa_71:hover{box-shadow:0 0 3px #0003}}._noNumbersIcon_1cwfa_84{height:35px;width:35px;margin-right:10px}@media (min-width: 800px){._noNumbersIcon_1cwfa_84{height:45px;width:45px;margin-right:15px}}._noNumbersMainText_1cwfa_97{font-size:14px;margin-bottom:4px}@media (min-width: 800px){._noNumbersMainText_1cwfa_97{font-size:17px;margin-bottom:7px}}._noNumbersSubText_1cwfa_109{font-size:12px;opacity:.6;line-height:1.2}@media (min-width: 800px){._noNumbersSubText_1cwfa_109{font-size:14px}}._link_1cwfa_121:hover{text-decoration:none}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1l427_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1l427_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1l427_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1l427_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1l427_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1l427_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1l427_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1l427_60{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow-y:hidden}._labelWrapper_1l427_69{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 0}._label_1l427_69{display:flex;align-items:center;padding:12px 16px 0;text-transform:uppercase}._searchBarContainer_1l427_83{padding:0 16px}._searchBarInput_1l427_87{padding:10px 0;font-size:14px}._labelButton_1l427_92{width:24px;height:24px;margin-inline-start:5px;color:inherit;fill:var(--foreground-tertiary)}._labelButton_1l427_92>svg{width:12px;height:12px;transition:transform .2s ease}._searchIcon_1l427_105{fill:var(--foreground-tertiary)}._buttonIconClosed_1l427_109{transform:rotate(180deg)}._stickyButton_1l427_113{position:absolute;left:50%;bottom:24px;max-width:260px;width:100%;gap:10px;transform:translate(-50%);overflow:hidden;text-overflow:ellipsis}._stickyButton_1l427_113>svg{flex-shrink:0;width:20px;height:20px}@media (min-width: 800px){._stickyButton_1l427_113{max-width:90%;width:max-content}}._numberList_1l427_136{padding-bottom:80px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1dfmu_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1dfmu_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1dfmu_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1dfmu_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1dfmu_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1dfmu_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1dfmu_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._esimItem_1dfmu_60:focus-visible{box-shadow:none;background-color:var(--surface-background-active)}._esimConnected_1dfmu_65{display:flex;padding:12px 8px;margin-bottom:10px;border-radius:8px;position:relative;text-decoration:none;cursor:pointer}._esimConnected_1dfmu_65:hover{text-decoration:none}._esimConnected_1dfmu_65:last-child ._esimConnected_1dfmu_65,._esimConnected_1dfmu_65:last-child ._esimInProcessing_1dfmu_79{margin-bottom:0}._noEsims_1dfmu_83{min-height:45px;padding-inline:10px 8px;padding-block:10px;border-radius:7px}@media (hover: hover){._noEsims_1dfmu_83:hover{box-shadow:0 0 3px #0003}}._esimInProcessing_1dfmu_79{padding:10px 8px;margin-bottom:10px;border-radius:8px;cursor:pointer}._esimSelected_1dfmu_102{background-color:var(--sidebar-item-background-active)}@media (hover: hover){._esimConnected_1dfmu_65:hover,._esimInProcessing_1dfmu_79:hover{box-shadow:0 0 3px #0003}}._esimHeader_1dfmu_113{display:flex;align-items:center;border-radius:7px;cursor:pointer}._esimIcon_1dfmu_120{width:30px;height:41px;margin-inline-end:10px}@media (min-width: 800px){._esimIcon_1dfmu_120{height:45px;width:45px}}._esimInProcessingIcon_1dfmu_132{margin-inline-end:10px;height:35px;width:27px}._esimTitle_1dfmu_138{-webkit-user-select:none;user-select:none;font-size:14px;line-height:1;color:var(--foreground-primary)}._flag_1dfmu_146{width:18px;height:18px;margin-inline-end:10px}._plan_1dfmu_152{display:flex;flex-direction:column;margin-bottom:10px;font-size:17px;line-height:1}._planNameMargin_1dfmu_161{margin-bottom:5px}._name_1dfmu_165{margin-bottom:5px;color:var(--foreground-secondary);font-size:13px;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}._esimInfo_1dfmu_175{display:flex;flex-direction:column;overflow:hidden}._options_1dfmu_181{display:flex;flex-wrap:wrap;margin-bottom:5px;font-size:11px;color:var(--foreground-tertiary)}@media (min-width: 800px){._options_1dfmu_181{font-size:10px}}._option_1dfmu_181{display:flex;flex-wrap:wrap}._option_1dfmu_181:not(:last-child){padding-inline-end:8px}._optionName_1dfmu_204{padding-inline-end:5px}._activeOption_1dfmu_208{color:var(--success)}._status_1dfmu_212{margin-bottom:5px}._trafficSize_1dfmu_216{margin-bottom:5px;color:var(--foreground-secondary);font-size:13px;text-transform:uppercase}._optionTrafficSize_1dfmu_224{text-transform:uppercase}._link_1dfmu_228:hover{text-decoration:none}._esimsList_1hkhb_1{display:flex;flex-direction:column;padding:10px 8px;overflow-y:auto}._esimsLoader_1hkhb_8{display:flex;justify-content:center;padding:20px 8px 10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1j1ap_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1j1ap_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1j1ap_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1j1ap_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1j1ap_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1j1ap_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1j1ap_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1j1ap_60{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow-y:hidden}._label_1j1ap_69{display:flex;align-items:center;padding:12px 16px 0;font-size:12px;line-height:24px;text-transform:uppercase}@media (min-width: 800px){._label_1j1ap_69{font-size:13px}}._stickyButton_1j1ap_83{position:absolute;left:50%;bottom:24px;max-width:260px;width:100%;gap:10px;transform:translate(-50%);overflow:hidden;text-overflow:ellipsis}._stickyButton_1j1ap_83>svg{flex-shrink:0;width:20px;height:20px;transform:translateY(-2px)}@media (min-width: 800px){._stickyButton_1j1ap_83{max-width:90%;width:max-content}}._esimsList_1j1ap_107{padding-bottom:80px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1sqct_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1sqct_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1sqct_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1sqct_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1sqct_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1sqct_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1sqct_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1sqct_60{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow-y:hidden}._label_1sqct_69{display:flex;align-items:center;padding:12px 16px 0;text-transform:uppercase}._labelButton_1sqct_76{width:24px;height:24px;margin-inline-start:5px;color:inherit;fill:var(--foreground-tertiary)}._labelButton_1sqct_76>svg{width:12px;height:12px;transition:transform .2s ease}._searchIcon_1sqct_89{fill:var(--foreground-tertiary)}._searchBarContainer_1sqct_93{padding:0 16px}._searchBarInput_1sqct_97{padding:10px 0;font-size:14px}._listContainer_1sqct_102{height:100%}._list_1sqct_102{padding:10px 8px 80px}._stickyButton_1sqct_110{position:absolute;left:50%;bottom:24px;max-width:260px;width:100%;gap:10px;transform:translate(-50%);overflow:hidden;text-overflow:ellipsis}._stickyButton_1sqct_110>svg{flex-shrink:0;width:20px;height:20px}@media (min-width: 800px){._stickyButton_1sqct_110{max-width:90%;width:max-content}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1plj7_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1plj7_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1plj7_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1plj7_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1plj7_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1plj7_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1plj7_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1plj7_60{display:flex;flex-direction:column;flex:1}._label_1plj7_66{display:flex;align-items:center;padding:12px 16px 0;text-transform:uppercase}._menu_1plj7_73{display:flex;flex-direction:column;flex:1;padding:10px 8px}._menuLink_1plj7_80{position:relative;font-size:19px;color:var(--foreground-primary);letter-spacing:.18px;padding:10px 8px;margin-bottom:10px;border-radius:8px;display:flex}@media (hover: hover){._menuLink_1plj7_80:hover{background-color:var(--surface-background-hover)}}._menuLink_1plj7_80:hover{text-decoration:none}@media (min-width: 800px){._menuLink_1plj7_80{font-size:20px}}._menuLinkActive_1plj7_105{background-color:var(--surface-background-active)}._menuIcon_1plj7_109{display:flex;align-items:center;margin-inline-end:10px;flex-shrink:0;width:19px;height:25px}@media (min-width: 800px){._menuIcon_1plj7_109{width:17px;height:25px}}._settingsIcon_1plj7_124{fill:#5c67cd}._supportIcon_1plj7_129{fill:#8dd657}[dir=rtl] ._supportIcon_1plj7_129{transform:rotateY(180deg)}._stores_1plj7_137{justify-content:center;flex-wrap:wrap;padding:16px}._unread_1plj7_143{position:absolute;top:50%;inset-inline-end:10px;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:var(--gold)}._languageSwitcherContainer_1plj7_154{border-top:1px solid var(--layout-border)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_a716q_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_a716q_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_a716q_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_a716q_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_a716q_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_a716q_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_a716q_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._languageSwitcher_a716q_60{min-width:80px;margin:5px 16px;font-size:12px;transition:min-width .2s ease,max-width .2s ease}@media (min-width: 800px){._languageSwitcher_a716q_60{min-width:150px}}._languageSwitcher_a716q_60>._control_a716q_72{width:100%;padding:0 11px;box-shadow:none;border:none;border-radius:8px;transition:min-width .2s ease!important}@media (hover){._languageSwitcher_a716q_60>._control_a716q_72:hover{background-color:unset;box-shadow:0 0 3px #0003}}._languageSwitcher_a716q_60>._control_a716q_72._controlFocused_a716q_86{background-color:var(--dropdown-option-hover);box-shadow:0 0 3px #0003}._languageSwitcher_a716q_60>._control_a716q_72 ._valueContainer_a716q_90{max-width:max(22px,(100% - 100px) * 999);min-width:22px}._languageSwitcher_a716q_60>._control_a716q_72 ._valueContainer_a716q_90 ._singleValue_a716q_94{flex:1}._languageSwitcher_a716q_60 ._menu_a716q_97{width:100%;min-height:20px;border:.5px solid var(--border);border-radius:8px;background-color:var(--background);box-shadow:0 6px 13px #0000001a}._menuOpen_a716q_106{min-width:110px;box-shadow:0 6px 13px #0000001a}@media (min-width: 800px){._menuOpen_a716q_106{min-width:150px}}._flag_a716q_116{width:22px;height:22px;margin-inline-end:10px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1hl4u_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1hl4u_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1hl4u_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1hl4u_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1hl4u_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1hl4u_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1hl4u_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._sidebarContainer_1hl4u_60{overflow:hidden}._overlay_1hl4u_64{z-index:var(--z-sidebar-overlay)}@media (min-width: 800px){._overlay_1hl4u_64{display:none}}._sidebar_1hl4u_60{position:absolute;inset-inline-start:0;display:flex;border-inline-end:1px solid var(--layout-border);background-color:var(--background);width:75%;height:var(--app-height);overflow-x:hidden;overflow-y:auto;z-index:var(--z-sidebar);transform:translate(0);transition:transform .25s ease-in-out,visibility .25s ease-in-out}@media (min-width: 800px){._sidebar_1hl4u_60{position:relative;width:100%;transform:none;transition:none;z-index:var(--z-base)}}._sidebarHidden_1hl4u_97{transform:translate(-100%);visibility:hidden;pointer-events:none}[dir=rtl] ._sidebarHidden_1hl4u_97{transform:translate(100%)}@media (min-width: 800px){._sidebarHidden_1hl4u_97{transform:none;visibility:visible;pointer-events:auto}[dir=rtl] ._sidebarHidden_1hl4u_97{transform:none}}._content_1hl4u_116{display:flex;flex-direction:column;flex:1;min-width:0}._header_1hl4u_123{position:relative;justify-content:center;padding:20px 16px;border-bottom:1px solid var(--layout-border)}@media (min-width: 800px){._header_1hl4u_123{justify-content:flex-start}}._closeButton_1hl4u_135{position:absolute;inset-inline-start:8px}@media (min-width: 800px){._closeButton_1hl4u_135{display:none}}._title_1hl4u_145{display:none;flex:1;text-align:center;font-size:22px}@media (min-width: 800px){._title_1hl4u_145{display:block;text-align:start}}._balance_1hl4u_159{padding:16px 16px 20px;border-bottom:1px solid var(--layout-border)}._mobileMenu_1hl4u_164{border-bottom:1px solid var(--layout-border)}@media (min-width: 800px){._mobileMenu_1hl4u_164{display:none}}._desktopMenu_1hl4u_173{display:none}@media (min-width: 800px){._desktopMenu_1hl4u_173{display:flex}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_lojm4_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_lojm4_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_lojm4_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_lojm4_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_lojm4_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_lojm4_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_lojm4_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_lojm4_60{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:var(--background);border:1px solid var(--border);border-radius:10px;transition:background-color .1s ease-in-out,opacity .1s ease-in-out;cursor:pointer}@media (hover: hover){._container_lojm4_60:hover{background-color:var(--surface-background-hover)}}._container_lojm4_60:active{background-color:var(--surface-background-active)}@media (min-width: 800px){._container_lojm4_60{padding:30px}}._image_lojm4_86{width:48px}._value_lojm4_90{display:flex;flex-direction:column;justify-content:center;width:110px;flex-shrink:0}@media (min-width: 800px){._value_lojm4_90{width:127px}}._count_lojm4_103{font-size:26px}@media (min-width: 800px){._count_lojm4_103{font-size:32px}}._text_lojm4_113{font-size:15px;color:var(--foreground-tertiary)}._separator_lojm4_119{width:1px;height:25px;flex-shrink:0;background-color:var(--foreground-primary)}._price_lojm4_126{width:92px;flex-shrink:0;font-size:18px;text-align:end}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_7hseg_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_7hseg_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_7hseg_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_7hseg_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_7hseg_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_7hseg_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_7hseg_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_7hseg_60{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto}._container_7hseg_69{flex:1;padding:10px 15px}@media (min-width: 800px){._container_7hseg_69{padding:30px 25px}}._title_7hseg_79{font-size:24px}@media (min-width: 800px){._title_7hseg_79{font-size:28px}}@media (min-width: 1200px){._title_7hseg_79{padding-bottom:40px}}._balanceWrapper_7hseg_94{text-align:left}@media (min-width: 1200px){._balanceWrapper_7hseg_94{display:none}}._balance_7hseg_94{padding-bottom:20px;font-size:26px}@media (min-width: 800px){._balance_7hseg_94{font-size:36px}}._pricesWrapper_7hseg_113{display:flex;flex-direction:column;max-width:420px;margin:0 auto;gap:10px}@media (min-width: 800px){._pricesWrapper_7hseg_113{gap:20px}}._closeButton_7hseg_126{position:absolute;top:15px;right:15px}@media (min-width: 800px){._closeButton_7hseg_126{display:none}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_fuw7f_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_fuw7f_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_fuw7f_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_fuw7f_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_fuw7f_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_fuw7f_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_fuw7f_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._pageLayout_fuw7f_60{min-height:100%;display:flex;flex-direction:column}._header_fuw7f_66{position:relative;display:flex;justify-content:center;align-items:center;padding:18px 10px 19px;text-align:center;border-bottom:1px solid var(--layout-border);background-color:var(--background)}@media (min-width: 800px){._header_fuw7f_66{padding:22px 10px}}._header_fuw7f_66 ._langSelect_fuw7f_81{position:absolute;inset-inline-start:10px;margin:0;max-width:70px;min-width:70px}@media (min-width: 800px){._header_fuw7f_66 ._langSelect_fuw7f_81{max-width:150px;width:100%}}._header_fuw7f_66 ._langSelect_fuw7f_81 ._langSelectControl_fuw7f_94{min-height:34px;flex-wrap:nowrap!important;gap:5px}@media (min-width: 800px){._header_fuw7f_66 ._langSelect_fuw7f_81 ._langSelectControl_fuw7f_94{min-height:38px;gap:10px}}._header_fuw7f_66 ._langSelect_fuw7f_81 ._menu_fuw7f_105{width:max-content}._header_fuw7f_66 ._langSelect_fuw7f_81 ._flag_fuw7f_108{width:18px;height:18px}@media (min-width: 800px){._header_fuw7f_66 ._langSelect_fuw7f_81 ._flag_fuw7f_108{width:22px;height:22px}}._logo_fuw7f_119{height:20px}@media (min-width: 800px){._logo_fuw7f_119{height:26px}}._main_fuw7f_128{flex-grow:1;display:flex;justify-content:center}._loginButton_fuw7f_134{position:absolute;inset-inline-end:10px;padding:10px 8px;border:none;border-radius:10px;background-color:var(--background);font-size:12px;cursor:pointer;transition:opacity .2s ease,transform .2s ease}._loginButton_fuw7f_134:hover{text-decoration:none;opacity:.8;background-color:var(--background);box-shadow:0 0 3px #0003}@media (min-width: 800px){._loginButton_fuw7f_134{padding:10px 14px;font-size:14px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_4nshb_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_4nshb_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_4nshb_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_4nshb_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_4nshb_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_4nshb_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_4nshb_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_4nshb_60{width:90%;display:flex;flex-direction:column;margin:0 auto;padding:0 15px 20px;color:var(--foreground-secondary)}@media (min-width: 800px){._container_4nshb_60{flex-direction:row;align-items:flex-start;padding-bottom:25px}}._iconsWrapper_4nshb_77{display:flex;justify-content:center;align-items:center;flex:1;flex-wrap:nowrap;padding-bottom:10px}@media (min-width: 800px){._iconsWrapper_4nshb_77{padding-bottom:0}}._icon_4nshb_77{margin-right:10px}._desktopIcon_4nshb_95{width:23px;height:20px}._iosIcon_4nshb_101{width:14px;height:26px}._androidIcon_4nshb_107{width:22px;height:25px}._text_4nshb_113{flex:5;font-size:12px;text-align:center}@media (min-width: 800px){._text_4nshb_113{font-size:15px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1mh66_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1mh66_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1mh66_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1mh66_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1mh66_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1mh66_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1mh66_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_1mh66_60{max-width:700px;margin:15px 10px 10px}._panel_1mh66_65{position:relative;display:flex;flex-direction:column;align-items:center;padding:35px 30px 15px;margin-bottom:14px;text-align:center;background-color:var(--background);border-radius:20px}@media (min-width: 800px){._panel_1mh66_65{padding:35px 110px 30px;margin-bottom:25px}}@media (min-width: 1200px){._panel_1mh66_65{padding:35px 180px 30px}}._title_1mh66_88{font-size:36px;margin-bottom:22px;margin-inline-start:20px}@media (min-width: 800px){._title_1mh66_88{font-size:42px;margin-bottom:28px}}._subtitle_1mh66_101{margin-bottom:29px;font-size:12px;color:var(--foreground-secondary)}@media (min-width: 800px){._subtitle_1mh66_101{margin-bottom:36px;font-size:17px}}._mainText_1mh66_114{font-size:14px;margin-bottom:24px}@media (min-width: 800px){._mainText_1mh66_114{font-size:17px;margin-bottom:44px}}._captchaPolicy_1mh66_126{font-size:13px;color:var(--foreground-tertiary);margin-top:18px}@media (min-width: 800px){._captchaPolicy_1mh66_126{font-size:14px;margin-top:20px}}._captchaPolicyLink_1mh66_139{color:inherit}._captchaPolicyLink_1mh66_139:hover{text-decoration:none;color:var(--foreground-primary)}._back_1mh66_148{display:flex;margin:0;position:absolute;top:10px;inset-inline-start:5px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_153re_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_153re_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_153re_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_153re_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_153re_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_153re_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_153re_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._form_153re_60{margin:0 auto;width:100%;max-width:300px}@media (min-width: 800px){._form_153re_60{max-width:340px}}._error_153re_71{display:flex;align-items:center;min-height:14px;margin-top:3px;margin-bottom:10px;font-size:11px;letter-spacing:.21px;line-height:14px;text-align:start;color:var(--foreground-destructive-light)}@media (min-width: 800px){._error_153re_71{margin-bottom:10px}}._errorIcon_153re_90{margin-inline-end:5px;width:10px;fill:var(--foreground-destructive-light)}._errorHidden_153re_96{visibility:hidden}._continue_153re_100{margin-bottom:15px}@media (min-width: 800px){._continue_153re_100{margin-bottom:25px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1dmfu_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1dmfu_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1dmfu_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1dmfu_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1dmfu_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1dmfu_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1dmfu_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}@keyframes _fadeIn_1dmfu_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1dmfu_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_1dmfu_1{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _scaleOut_1dmfu_1{0%{transform:scale(1)}to{transform:scale(.95)}}._dropdownMenuAnimation_1dmfu_92[data-state=open]{animation:_fadeIn_1dmfu_1 .15s ease-out,_scaleIn_1dmfu_1 .15s ease-out}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=bottom][data-align=center]{transform-origin:top center}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top right}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom left}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=top][data-align=center]{transform-origin:bottom center}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=left][data-align=start]{transform-origin:top right}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=left][data-align=center]{transform-origin:center right}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom right}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=right][data-align=start]{transform-origin:top left}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=right][data-align=center]{transform-origin:center left}._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=bottom][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=bottom][data-align=end]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=top][data-align=start]{transform-origin:bottom right}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=top][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=left][data-align=start]{transform-origin:top left}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=left][data-align=end]{transform-origin:bottom left}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=right][data-align=start]{transform-origin:top right}[dir=rtl] ._dropdownMenuAnimation_1dmfu_92[data-state=open][data-side=right][data-align=end]{transform-origin:bottom right}._container_1dmfu_156{max-width:300px;width:100%}@media (min-width: 800px){._container_1dmfu_156{max-width:340px}}._smsLink_1dmfu_166:hover{text-decoration:none}._signUpSms_1dmfu_170{margin-bottom:12px;width:100%}._buttonsContainer_1dmfu_175{display:flex;flex-direction:column;margin:0 auto;padding-bottom:25px;width:100%}._socialButton_1dmfu_183{display:flex;align-items:center;justify-content:center;letter-spacing:.17px;flex-basis:calc(50% - 4px);border:2px solid var(--gray-400);box-shadow:none;transition:box-shadow .2s ease}@media (hover: hover){._socialButton_1dmfu_183:hover{box-shadow:0 1px 7px #64646473}}._socialButton_1dmfu_183:not(:last-of-type){margin-bottom:15px}._socialIcon_1dmfu_202{margin-inline-end:12px}._handIcon_1dmfu_206{width:42px;padding-inline-start:10px}._enterByUsername_1dmfu_211{padding-bottom:10px;font-size:12px;color:var(--foreground-primary)}@media (min-width: 800px){._enterByUsername_1dmfu_211{font-size:14px}}._link_1dmfu_223:hover{opacity:.6;text-decoration:none}._bold_1dmfu_50{font-weight:700}._orSeparator_1dmfu_232{display:flex;align-items:center;width:100%;justify-content:center;margin-bottom:30px;font-size:15px;text-transform:uppercase;text-align:center}._orSeparator_1dmfu_232:before,._orSeparator_1dmfu_232:after{content:"";flex:1 1;height:1px;vertical-align:middle;background-color:var(--border)}._orSeparator_1dmfu_232:before{margin-inline-end:10px}._orSeparator_1dmfu_232:after{margin-inline-end:10px}._qrCodeContainer_1dmfu_257{position:relative;display:flex;justify-content:center;align-items:center;height:150px;margin-bottom:10px}@media (min-width: 800px){._qrCodeContainer_1dmfu_257{margin-bottom:30px}}._qrCode_1dmfu_257{animation:_fadeIn_1dmfu_1 .15s ease-out forwards,_scaleIn_1dmfu_1 .25s ease-out forwards}._qrCodeLoginTitle_1dmfu_275{margin-bottom:25px;font-size:20px;text-align:center}._instructionList_1dmfu_282{width:calc(100% - 25px);margin-inline-start:auto;margin-bottom:25px;counter-reset:item}._instructionItem_1dmfu_289{position:relative;font-size:15px;text-align:start;color:var(--foreground-primary)}._instructionItem_1dmfu_289:not(:last-of-type){margin-bottom:20px}._instructionItem_1dmfu_289:before{content:counter(item);counter-increment:item;position:absolute;top:-3px;inset-inline-start:-40px;display:flex;justify-content:center;align-items:center;width:25px;height:25px;padding:10px;border-radius:50px;background-color:var(--background-muted);font-family:Montserrat-SemiBold,sans-serif}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1h9ck_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1h9ck_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1h9ck_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1h9ck_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1h9ck_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1h9ck_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1h9ck_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_1h9ck_60{position:relative}._input_1h9ck_64{width:100%;padding:15px 40px 15px 15px;border:2px solid var(--border);border-radius:5px;font-size:16px;text-align:left}._input_1h9ck_64:focus{border-color:var(--accent)}._input_1h9ck_64:-webkit-autofill,._input_1h9ck_64 :-webkit-autofill:hover,._input_1h9ck_64 :-webkit-autofill:focus,._input_1h9ck_64 :-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #fff inset}._input_1h9ck_64[type=number]{-moz-appearance:textfield}._input_1h9ck_64::-webkit-outer-spin-button,._input_1h9ck_64::-webkit-inner-spin-button{-webkit-appearance:none}._disabled_1h9ck_89{background-color:var(--background-muted);color:var(--foreground-tertiary);pointer-events:none}._error_1h9ck_95{border-color:var(--destructive)}._eyeButton_1h9ck_99{position:absolute;top:16.5px;right:15px;display:flex;align-items:center;height:20px;cursor:pointer;transition:opacity .2s ease-in-out}@media (hover: hover){._eyeButton_1h9ck_99:hover{opacity:.6}}._eyeIcon_1h9ck_115{fill:var(--foreground-tertiary)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_10uk3_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_10uk3_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_10uk3_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_10uk3_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_10uk3_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_10uk3_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_10uk3_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_10uk3_60{display:flex;justify-content:center;width:100%;height:var(--app-height);background-color:var(--background)}._container_10uk3_68{display:flex;align-items:center;flex-direction:column;max-width:340px;margin-top:40px;text-align:center}@media (min-width: 800px){._container_10uk3_68{margin-top:70px}}._enterCodeImg_10uk3_82{width:140px;margin-bottom:20px}@media (min-width: 800px){._enterCodeImg_10uk3_82{width:195px;margin-bottom:42px}}._title_10uk3_93{font-size:36px;margin-bottom:10px}@media (min-width: 800px){._title_10uk3_93{margin-bottom:18px}}._subtitle_10uk3_104{font-size:22px;margin-bottom:15px}@media (min-width: 800px){._subtitle_10uk3_104{margin-bottom:25px}}._text_10uk3_115{margin-bottom:25px;line-height:20px;font-size:15px;color:var(--foreground-primary)}@media (min-width: 800px){._text_10uk3_115{margin-bottom:35px}}._link_10uk3_128{width:100%}._backButton_10uk3_132{padding:0 10px 15px;margin-bottom:15px}._resendButton_10uk3_137{margin-bottom:45px;font-size:15px;color:var(--accent)}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_c7ta0_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_c7ta0_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_c7ta0_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_c7ta0_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_c7ta0_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_c7ta0_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_c7ta0_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_c7ta0_60{max-width:700px;width:100%;margin:15px 0 10px}@media (min-width: 800px){._wrapper_c7ta0_60{margin-top:120px}}._panel_c7ta0_71{margin:0 5px 15px;border-radius:20px;background-color:var(--accent)}@media (min-width: 800px){._panel_c7ta0_71{margin:0 30px 15px}}._container_c7ta0_82{max-width:400px;margin:0 auto;padding:30px 20px}._carousel_c7ta0_88{position:relative;margin-bottom:30px;overflow:hidden}@media (min-width: 800px){._carousel_c7ta0_88{margin-bottom:50px}}._carouselContainer_c7ta0_99{display:flex}._feature_c7ta0_103{flex:0 0 100%;display:flex;flex-direction:column;align-items:center;text-align:center;-webkit-user-select:none;user-select:none;margin-bottom:25px}._featureTitle_c7ta0_113{margin-bottom:20px;font-size:20px;color:var(--foreground-inverted)}@media (min-width: 800px){._featureTitle_c7ta0_113{font-size:34.5px}}._featureDescription_c7ta0_125{font-size:16px;color:var(--foreground-inverted)}@media (min-width: 800px){._featureDescription_c7ta0_125{font-size:23.5px}}._featureImage_c7ta0_136{width:100px;height:100px;object-fit:contain}@media (min-width: 800px){._featureImage_c7ta0_136{width:160px;height:160px}}._dots_c7ta0_148{display:flex;justify-content:center}._indicator_c7ta0_153{display:inline-block;width:10px;height:10px;margin:0 5px;border-radius:50%;background-color:var(--foreground-inverted);opacity:.3;cursor:pointer}._activeIndicator_c7ta0_164{background-color:var(--foreground-inverted);opacity:1}._button_c7ta0_169{padding:20px 0;margin-bottom:20px;color:var(--accent)}._alreadyMember_c7ta0_175{font-size:15px;color:var(--foreground-inverted);text-align:center}._login_c7ta0_182{display:inline-block;margin-inline-start:10px;padding:0;color:var(--foreground-inverted);font-size:15px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_19p51_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_19p51_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_19p51_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_19p51_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_19p51_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_19p51_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_19p51_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_19p51_60{display:flex;justify-content:center;width:100%;height:calc(var(--app-height) - 64.5px);background-color:var(--background)}@media (min-width: 800px){._wrapper_19p51_60{height:calc(var(--app-height) - 74.5px)}}._container_19p51_73{position:relative;display:flex;align-items:center;flex-direction:column;max-width:340px;margin-top:40px;padding:0 15px;text-align:center}@media (min-width: 800px){._container_19p51_73{margin-top:100px}}@media (min-width: 1200px){._container_19p51_73{margin-top:130px}}._signUpImg_19p51_94{width:195px;margin-bottom:42px}._title_19p51_99{font-size:36px;margin-bottom:18px}._text_19p51_105{margin-bottom:35px;line-height:20px;font-size:15px;color:var(--foreground-primary)}._back_19p51_113{position:absolute;top:-15px;inset-inline-start:5px;font-size:11px}@media (min-width: 800px){._back_19p51_113{top:0;left:-60px}}._form_19p51_126{display:flex;flex-direction:column;width:100%;margin-bottom:50px}._form_19p51_126 input{margin-bottom:12px}._error_19p51_136{font-size:11px;letter-spacing:.21px;color:var(--foreground-destructive-light);margin-top:10px;margin-bottom:14px}@media (min-width: 800px){._error_19p51_136{margin-bottom:21px}}._errorHidden_19p51_150{visibility:hidden}._wrapper_1ao75_1{position:relative;margin:50px 10px 20px;max-width:540px;width:100%}@media (min-width: 800px){._wrapper_1ao75_1{margin-top:95px}}._panel_1ao75_13{position:relative;display:flex;flex-direction:column;width:100%;max-height:750px;min-height:620px;height:100%;border-radius:20px;background-color:var(--background);overflow:hidden}@media (min-width: 800px){._panel_1ao75_13{min-height:700px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_wq4e4_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_wq4e4_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_wq4e4_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_wq4e4_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_wq4e4_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_wq4e4_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_wq4e4_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._tabPanelSelected_wq4e4_60{display:flex;flex-direction:column;width:100%;max-height:750px;border-radius:20px;background-color:var(--background);position:relative;overflow:hidden}._tab_wq4e4_60{display:flex;align-items:center;justify-content:center;width:50%;font-size:12px;border:none;border-radius:0;padding:10px 10px 5px;line-height:1.36;letter-spacing:normal;white-space:nowrap;-webkit-user-select:none;user-select:none}._tab_wq4e4_60 ._tabContent_wq4e4_86{display:flex;align-items:center;width:max-content;padding-bottom:5px;border-bottom:3px solid transparent}._tab_wq4e4_60>a:focus-visible{box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,var(--layout-background) 0 0 0 2px,var(--accent) 0 0 0 4px,transparent 0 0 0 0}._tab_wq4e4_60:hover,._tab_wq4e4_60 a:hover{text-decoration:none}@media (min-width: 800px){._tab_wq4e4_60{font-size:14px}}._tabSelected_wq4e4_108 ._tabContent_wq4e4_86{border-bottom:3px solid var(--success)}._tabSelected_wq4e4_108:focus:after{display:none}._tabList_wq4e4_116{display:flex;padding:0;margin:0;border-bottom:none;position:absolute;top:-45px;left:0;right:0}@media (min-width: 800px){._tabList_wq4e4_116{top:-50px}}._numbersIcon_wq4e4_132{width:16px;margin-inline-end:5px;color:#1da0f0}._esimsIcon_wq4e4_138{width:16px;margin-inline-end:5px;color:#ffc63d}._panel_wq4e4_144{overflow-y:hidden;border-radius:20px;max-height:750px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1cnve_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1cnve_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1cnve_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1cnve_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1cnve_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1cnve_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1cnve_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._header_1cnve_60{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:35px 35px 20px}._title_1cnve_69{width:100%;font-size:22px;text-transform:capitalize}._back_1cnve_76{position:absolute;top:15px;inset-inline-start:5px;display:flex;font-size:11px;transition:.2s}@media (hover){._back_1cnve_76:hover{opacity:.65}}._back_1cnve_76:hover{text-decoration:none}@media (min-width: 800px){._back_1cnve_76{top:20px;inset-inline-start:10px;font-size:13px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_p1yrs_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_p1yrs_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_p1yrs_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_p1yrs_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_p1yrs_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_p1yrs_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_p1yrs_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._header_p1yrs_60{padding:30px 35px 10px}._searchContainer_p1yrs_64{border-bottom:1px solid var(--layout-border)}._searchInput_p1yrs_68{padding:10px 0}._subtitle_p1yrs_72{font-size:14px;color:var(--foreground-secondary);text-transform:initial}._esimCountriesContainer_p1yrs_79{height:calc(100% - 81px);overflow-y:auto}@media (min-width: 800px){._esimCountriesContainer_p1yrs_79{height:calc(100% - 81px)}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_n0v5z_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_n0v5z_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_n0v5z_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_n0v5z_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_n0v5z_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_n0v5z_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_n0v5z_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._header_n0v5z_60{padding:30px 35px 0}._subtitle_n0v5z_64{font-size:14px;color:var(--foreground-secondary);text-transform:initial;text-align:center}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_11sod_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_11sod_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_11sod_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_11sod_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_11sod_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_11sod_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_11sod_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._header_11sod_60{position:relative;display:flex;justify-content:space-between;align-items:center;padding:35px 30px 25px}._back_11sod_68{position:absolute;top:15px;inset-inline-start:5px;display:flex;font-size:11px;transition:.2s}@media (hover){._back_11sod_68:hover{opacity:.65}}._back_11sod_68:hover{text-decoration:none}@media (min-width: 800px){._back_11sod_68{top:20px;inset-inline-start:10px;font-size:13px}}._countryHeader_11sod_93{margin:0 auto;font-size:17px;cursor:default}@media (min-width: 800px){._countryHeader_11sod_93{font-size:26px}}._infoButton_11sod_105{display:contents;cursor:pointer}._infoButton_11sod_105:hover svg{opacity:.5}._infoButton_11sod_105 svg{width:18px;height:18px}@media (min-width: 800px){._infoButton_11sod_105 svg{width:25px;height:25px}}._header_1g41t_1{padding:15px 35px 20px}@media (min-width: 800px){._header_1g41t_1{padding:35px 35px 20px}}._container_1g41t_10{display:flex;max-width:340px;margin:0 auto;padding:15px 20px 0;height:100%}@media (min-width: 800px){._container_1g41t_10{padding:0}}._header_p7nor_1{padding:35px 0 0}._searchInput_p7nor_5{font-size:14px}._header_dtexv_1{padding:35px 0 0}._searchInput_dtexv_5{font-size:14px}._filterButton_dtexv_9{position:absolute;top:10px;inset-inline-end:10px}._header_qf0hc_1{padding:35px 0 0}._loadingWrapper_qf0hc_5{margin-top:30px}._socialNetworkNumberContainer_qf0hc_9{padding-top:30px;overflow-y:auto}@media (min-width: 800px){._socialNetworkNumberContainer_qf0hc_9{flex:unset;margin:auto 0}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1vk2r_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1vk2r_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1vk2r_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1vk2r_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1vk2r_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1vk2r_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1vk2r_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._header_1vk2r_60{padding:30px 35px 10px}._searchInput_1vk2r_64{font-size:14px}._subtitle_1vk2r_68{font-size:14px;color:var(--foreground-secondary);text-transform:initial}._header_1v2ik_1{padding:35px 0 20px}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_jc10e_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_jc10e_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_jc10e_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_jc10e_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_jc10e_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_jc10e_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_jc10e_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_jc10e_60{margin:10px;max-width:700px;width:100%}@media (min-width: 800px){._wrapper_jc10e_60{margin-top:45px}}._panel_jc10e_71{position:relative;width:100%;max-height:770px;border-radius:20px;background-color:var(--background);text-align:center;overflow:hidden}._links_jc10e_81{display:flex;justify-content:center;margin-top:10px;width:100%}._link_jc10e_81{margin:0 10px;font-size:12px;color:var(--foreground-secondary)}._back_jc10e_95{position:absolute;top:15px;inset-inline-start:15px;display:flex;font-size:11px;transition:.2s}._back_jc10e_95:hover{text-decoration:none;opacity:.65}@media (min-width: 800px){._back_jc10e_95{top:40px;inset-inline-start:30px;font-size:13px}}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_uzjdg_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_uzjdg_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_uzjdg_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_uzjdg_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_uzjdg_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_uzjdg_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_uzjdg_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._container_uzjdg_60{display:flex;flex-direction:column;justify-content:space-evenly;padding:30px 20px;max-width:340px;margin:0 auto;height:100%}._title_uzjdg_70{margin-bottom:30px;font-size:24px}@media (min-width: 800px){._title_uzjdg_70{margin-bottom:45px}}._stepsContainer_uzjdg_81{display:flex;justify-content:flex-start;margin-bottom:30px}@media (min-width: 800px){._stepsContainer_uzjdg_81{margin-bottom:55px}}._stepsImg_uzjdg_92{width:55px;height:100%}._steps_uzjdg_81{display:flex;flex-direction:column;justify-content:space-between;margin-inline-start:15px}._step_uzjdg_81{text-align:start}._stepTitle_uzjdg_108{font-size:16px;color:var(--foreground-primary)}._completedStep_uzjdg_114{color:var(--success);text-decoration-line:line-through;text-decoration-thickness:1px}._stepDescription_uzjdg_120{font-size:12px;color:var(--foreground-tertiary)}._offer_uzjdg_126{margin-bottom:15px;font-size:14px}._button_uzjdg_132{display:flex;justify-content:center;position:relative;margin-bottom:10px}._buttonArrowIcon_uzjdg_139{position:absolute;inset-inline-end:10px;top:50%;transform:translateY(-50%);width:10px;fill:var(--white)}[dir=rtl] ._buttonArrowIcon_uzjdg_139{transform:translateY(-50%) rotateY(180deg)}._noThanksButton_uzjdg_151{padding:0;margin-bottom:0}@font-face{font-family:Montserrat-Light;src:url(https://edge.onphone.app/web/assets/Montserrat-Light-azRlW_RW.otf) format("opentype")}@font-face{font-family:Montserrat-Regular;src:url(https://edge.onphone.app/web/assets/Montserrat-Regular-sZls3Q25.otf) format("opentype")}@font-face{font-family:Montserrat-Medium;src:url(https://edge.onphone.app/web/assets/Montserrat-Medium-5C8I5e8z.otf) format("opentype")}@font-face{font-family:Montserrat-SemiBold;src:url(https://edge.onphone.app/web/assets/Montserrat-SemiBold-MgP8KZ4B.otf) format("opentype")}@font-face{font-family:Montserrat-Bold;src:url(https://edge.onphone.app/web/assets/Montserrat-Bold-Dmddk12W.otf) format("opentype")}@font-face{font-family:Montserrat-ExtraBold;src:url(https://edge.onphone.app/web/assets/Montserrat-ExtraBold-DoAa1KyB.otf) format("opentype")}._font_1oflq_25{font-family:Montserrat,sans-serif;font-synthesis:none}._light_1oflq_30{font-family:Montserrat-Light,sans-serif;font-weight:300}._regular_1oflq_35{font-family:Montserrat-Regular,sans-serif;font-weight:400}._medium_1oflq_40{font-family:Montserrat-Medium,sans-serif;font-weight:500}._semibold_1oflq_45{font-family:Montserrat-SemiBold,sans-serif;font-weight:600}._bold_1oflq_50{font-family:Montserrat-Bold,sans-serif;font-weight:700}._extrabold_1oflq_55{font-family:Montserrat-ExtraBold,sans-serif;font-weight:800}._wrapper_1oflq_60{width:100%;height:calc(var(--app-height) - 64.5px);background-color:var(--background)}@media (min-width: 800px){._wrapper_1oflq_60{height:calc(var(--app-height) - 74.5px)}}._container_1oflq_71{display:flex;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;padding:30px 15px 50px;text-align:center}@media (min-width: 800px){._container_1oflq_71{padding-top:100px}}._image_1oflq_86{width:250px;margin-bottom:20px}@media (min-width: 800px){._image_1oflq_86{width:320px}}._title_1oflq_96{padding-bottom:25px;font-size:24px}._text_1oflq_102{font-size:15px;line-height:23px}._link_1oflq_108{font-size:17px;color:var(--accent)}
