@charset "UTF-8";@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:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );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}}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_1ojae_26{font-size:10px;font-weight:400}._regular-11_1ojae_31{font-size:11px;font-weight:400}._regular-12_1ojae_36{font-size:12px;font-weight:400}._regular-13_1ojae_41{font-size:13px;font-weight:400}._regular-14_1ojae_46{font-size:14px;font-weight:400}._regular-15_1ojae_51{font-size:15px;font-weight:400}._regular-17_1ojae_61{font-size:17px;font-weight:400}._regular-18_1ojae_66{font-size:18px;font-weight:400}._regular-20_1ojae_71{font-size:20px;font-weight:400}._medium-12_1ojae_76{font-size:12px;font-weight:500}._medium-13_1ojae_81{font-size:13px;font-weight:500}._medium-14_1ojae_86{font-size:14px;font-weight:500}._medium-15_1ojae_91{font-size:15px;font-weight:500}._medium-16_1ojae_96{font-size:16px;font-weight:500}._medium-18_1ojae_101{font-size:18px;font-weight:500}._regular-16_1ojae_56{font-size:16px;font-weight:400}._medium-17_1ojae_111{font-size:17px;font-weight:500}._semi-bold-10_1ojae_116{font-size:10px;font-weight:600}._semi-bold-12_1ojae_121{font-size:12px;font-weight:600}._semi-bold-13_1ojae_126{font-size:13px;font-weight:600}._semi-bold-14_1ojae_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_1ojae_137{font-size:15px;font-weight:600}._semi-bold-16_1ojae_142{font-size:16px;font-weight:600}._semi-bold-17_1ojae_147{font-size:17px;font-weight:600}._semi-bold-18_1ojae_152{font-size:18px;font-weight:600}._semi-bold-20_1ojae_157{font-size:20px;font-weight:600}._semi-bold-24_1ojae_162{font-size:24px;font-weight:600}._bold-12_1ojae_167{font-size:12px;font-weight:700}._bold-13_1ojae_172{font-size:13px;font-weight:700}._bold-14_1ojae_177{font-size:14px;font-weight:700}._bold-17_1ojae_182{font-size:17px;font-weight:700}._bold-18_1ojae_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_1ojae_193{font-size:20px;font-weight:700;line-height:24px}._bold-24_1ojae_199{font-size:24px;font-weight:700}._bold-16_1ojae_204{font-size:16px;font-weight:700}._bold-22_1ojae_209{font-size:22px;font-weight:700}._bold-28_1ojae_214{font-size:28px;font-weight:700}._bold-32_1ojae_219{font-size:32px;font-weight:700}._bold-44_1ojae_224{font-weight:700;font-size:44px}._bold-60_1ojae_229{font-weight:700;font-size:60px}._extra-bold-16_1ojae_234{font-size:16px;font-weight:800}._extra-bold-17_1ojae_239{font-size:17px;font-weight:800}._extra-bold-18_1ojae_244{font-size:18px;font-weight:800}._extra-bold-20_1ojae_249{font-size:20px;font-weight:800}._extra-bold-24_1ojae_254{font-size:24px;font-weight:800}._extra-bold-28_1ojae_259{font-size:28px;font-weight:800}._container_1ojae_264{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;position:fixed;left:0;top:0;z-index:10;background:var(--grey-white)}._container_1ojae_264 img{height:60px;width:60px}._container_1ojae_264 ._loader_1ojae_280{width:200px;height:6px;position:relative;overflow:hidden;background-color:#ddd;margin:60px auto 0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}._container_1ojae_264 ._loader_1ojae_280:before{content:"";position:absolute;left:-50%;height:6px;width:40%;background-color:var(--primary);-webkit-animation:_lineAnim_1ojae_1 1s linear infinite;-moz-animation:_lineAnim_1ojae_1 1s linear infinite;animation:_lineAnim_1ojae_1 1s linear infinite;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}@keyframes _lineAnim_1ojae_1{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_met1e_26{font-size:10px;font-weight:400}._regular-11_met1e_31{font-size:11px;font-weight:400}._regular-12_met1e_36{font-size:12px;font-weight:400}._regular-13_met1e_41{font-size:13px;font-weight:400}._regular-14_met1e_46{font-size:14px;font-weight:400}._regular-15_met1e_51{font-size:15px;font-weight:400}._regular-17_met1e_61{font-size:17px;font-weight:400}._regular-18_met1e_66{font-size:18px;font-weight:400}._regular-20_met1e_71{font-size:20px;font-weight:400}._medium-12_met1e_76{font-size:12px;font-weight:500}._medium-13_met1e_81{font-size:13px;font-weight:500}._medium-14_met1e_86{font-size:14px;font-weight:500}._medium-15_met1e_91{font-size:15px;font-weight:500}._medium-16_met1e_96{font-size:16px;font-weight:500}._medium-18_met1e_101{font-size:18px;font-weight:500}._regular-16_met1e_56,._container_met1e_56 ._subTitle_met1e_56{font-size:16px;font-weight:400}._medium-17_met1e_111{font-size:17px;font-weight:500}._semi-bold-10_met1e_116{font-size:10px;font-weight:600}._semi-bold-12_met1e_121{font-size:12px;font-weight:600}._semi-bold-13_met1e_126{font-size:13px;font-weight:600}._semi-bold-14_met1e_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_met1e_137{font-size:15px;font-weight:600}._semi-bold-16_met1e_142{font-size:16px;font-weight:600}._semi-bold-17_met1e_147{font-size:17px;font-weight:600}._semi-bold-18_met1e_152{font-size:18px;font-weight:600}._semi-bold-20_met1e_157{font-size:20px;font-weight:600}._semi-bold-24_met1e_162{font-size:24px;font-weight:600}._bold-12_met1e_167{font-size:12px;font-weight:700}._bold-13_met1e_172{font-size:13px;font-weight:700}._bold-14_met1e_177{font-size:14px;font-weight:700}._bold-17_met1e_182{font-size:17px;font-weight:700}._bold-18_met1e_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_met1e_193{font-size:20px;font-weight:700;line-height:24px}._bold-24_met1e_199{font-size:24px;font-weight:700}._bold-16_met1e_204{font-size:16px;font-weight:700}._bold-22_met1e_209,._container_met1e_56 ._title_met1e_209{font-size:22px;font-weight:700}._bold-28_met1e_214{font-size:28px;font-weight:700}._bold-32_met1e_219{font-size:32px;font-weight:700}._bold-44_met1e_224{font-weight:700;font-size:44px}._bold-60_met1e_229{font-weight:700;font-size:60px}._extra-bold-16_met1e_234{font-size:16px;font-weight:800}._extra-bold-17_met1e_239{font-size:17px;font-weight:800}._extra-bold-18_met1e_244{font-size:18px;font-weight:800}._extra-bold-20_met1e_249{font-size:20px;font-weight:800}._extra-bold-24_met1e_254{font-size:24px;font-weight:800}._extra-bold-28_met1e_259{font-size:28px;font-weight:800}._container_met1e_56{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;left:0;top:0;z-index:10;background:var(--white);padding:0 16px;position:relative}._container_met1e_56 ._icon_met1e_279{height:40px;width:170px}._container_met1e_56 ._title_met1e_209{line-height:28px;text-align:center}._container_met1e_56 ._subTitle_met1e_56{text-align:center}._container_met1e_56 ._wrapper_met1e_290{position:absolute;bottom:34px;width:100%;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_7mtu1_26{font-size:10px;font-weight:400}._regular-11_7mtu1_31{font-size:11px;font-weight:400}._regular-12_7mtu1_36{font-size:12px;font-weight:400}._regular-13_7mtu1_41{font-size:13px;font-weight:400}._regular-14_7mtu1_46{font-size:14px;font-weight:400}._regular-15_7mtu1_51{font-size:15px;font-weight:400}._regular-17_7mtu1_61{font-size:17px;font-weight:400}._regular-18_7mtu1_66{font-size:18px;font-weight:400}._regular-20_7mtu1_71{font-size:20px;font-weight:400}._medium-12_7mtu1_76{font-size:12px;font-weight:500}._medium-13_7mtu1_81{font-size:13px;font-weight:500}._medium-14_7mtu1_86{font-size:14px;font-weight:500}._medium-15_7mtu1_91{font-size:15px;font-weight:500}._medium-16_7mtu1_96{font-size:16px;font-weight:500}._medium-18_7mtu1_101{font-size:18px;font-weight:500}._regular-16_7mtu1_56{font-size:16px;font-weight:400}._medium-17_7mtu1_111{font-size:17px;font-weight:500}._semi-bold-10_7mtu1_116{font-size:10px;font-weight:600}._semi-bold-12_7mtu1_121{font-size:12px;font-weight:600}._semi-bold-13_7mtu1_126{font-size:13px;font-weight:600}._semi-bold-14_7mtu1_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_7mtu1_137{font-size:15px;font-weight:600}._semi-bold-16_7mtu1_142{font-size:16px;font-weight:600}._semi-bold-17_7mtu1_147{font-size:17px;font-weight:600}._semi-bold-18_7mtu1_152{font-size:18px;font-weight:600}._semi-bold-20_7mtu1_157{font-size:20px;font-weight:600}._semi-bold-24_7mtu1_162{font-size:24px;font-weight:600}._bold-12_7mtu1_167{font-size:12px;font-weight:700}._bold-13_7mtu1_172{font-size:13px;font-weight:700}._bold-14_7mtu1_177{font-size:14px;font-weight:700}._bold-17_7mtu1_182{font-size:17px;font-weight:700}._bold-18_7mtu1_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_7mtu1_193{font-size:20px;font-weight:700;line-height:24px}._bold-24_7mtu1_199{font-size:24px;font-weight:700}._bold-16_7mtu1_204{font-size:16px;font-weight:700}._bold-22_7mtu1_209{font-size:22px;font-weight:700}._bold-28_7mtu1_214{font-size:28px;font-weight:700}._bold-32_7mtu1_219{font-size:32px;font-weight:700}._bold-44_7mtu1_224{font-weight:700;font-size:44px}._bold-60_7mtu1_229{font-weight:700;font-size:60px}._extra-bold-16_7mtu1_234{font-size:16px;font-weight:800}._extra-bold-17_7mtu1_239{font-size:17px;font-weight:800}._extra-bold-18_7mtu1_244{font-size:18px;font-weight:800}._extra-bold-20_7mtu1_249{font-size:20px;font-weight:800}._extra-bold-24_7mtu1_254{font-size:24px;font-weight:800}._extra-bold-28_7mtu1_259{font-size:28px;font-weight:800}._container_7mtu1_264{border-radius:20px}._white_7mtu1_268{background-color:var(--white)}._grey_7mtu1_272{background-color:var(--grey)}._darkGrey_7mtu1_276{background-color:var(--grey-8)}._lightGrey_7mtu1_280{background-color:var(--grey-17)}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_5dkec_26{font-size:10px;font-weight:400}._regular-11_5dkec_31{font-size:11px;font-weight:400}._regular-12_5dkec_36{font-size:12px;font-weight:400}._regular-13_5dkec_41{font-size:13px;font-weight:400}._regular-14_5dkec_46{font-size:14px;font-weight:400}._regular-15_5dkec_51{font-size:15px;font-weight:400}._regular-17_5dkec_61{font-size:17px;font-weight:400}._regular-18_5dkec_66{font-size:18px;font-weight:400}._regular-20_5dkec_71{font-size:20px;font-weight:400}._medium-12_5dkec_76{font-size:12px;font-weight:500}._medium-13_5dkec_81{font-size:13px;font-weight:500}._medium-14_5dkec_86{font-size:14px;font-weight:500}._medium-15_5dkec_91{font-size:15px;font-weight:500}._medium-16_5dkec_96{font-size:16px;font-weight:500}._medium-18_5dkec_101{font-size:18px;font-weight:500}._regular-16_5dkec_56{font-size:16px;font-weight:400}._medium-17_5dkec_111{font-size:17px;font-weight:500}._semi-bold-10_5dkec_116{font-size:10px;font-weight:600}._semi-bold-12_5dkec_121{font-size:12px;font-weight:600}._semi-bold-13_5dkec_126{font-size:13px;font-weight:600}._semi-bold-14_5dkec_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_5dkec_137{font-size:15px;font-weight:600}._semi-bold-16_5dkec_142{font-size:16px;font-weight:600}._semi-bold-17_5dkec_147{font-size:17px;font-weight:600}._semi-bold-18_5dkec_152{font-size:18px;font-weight:600}._semi-bold-20_5dkec_157{font-size:20px;font-weight:600}._semi-bold-24_5dkec_162{font-size:24px;font-weight:600}._bold-12_5dkec_167{font-size:12px;font-weight:700}._bold-13_5dkec_172{font-size:13px;font-weight:700}._bold-14_5dkec_177{font-size:14px;font-weight:700}._bold-17_5dkec_182{font-size:17px;font-weight:700}._bold-18_5dkec_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_5dkec_193{font-size:20px;font-weight:700;line-height:24px}._bold-24_5dkec_199{font-size:24px;font-weight:700}._bold-16_5dkec_204{font-size:16px;font-weight:700}._bold-22_5dkec_209{font-size:22px;font-weight:700}._bold-28_5dkec_214{font-size:28px;font-weight:700}._bold-32_5dkec_219{font-size:32px;font-weight:700}._bold-44_5dkec_224{font-weight:700;font-size:44px}._bold-60_5dkec_229{font-weight:700;font-size:60px}._extra-bold-16_5dkec_234{font-size:16px;font-weight:800}._extra-bold-17_5dkec_239{font-size:17px;font-weight:800}._extra-bold-18_5dkec_244{font-size:18px;font-weight:800}._extra-bold-20_5dkec_249{font-size:20px;font-weight:800}._extra-bold-24_5dkec_254{font-size:24px;font-weight:800}._extra-bold-28_5dkec_259{font-size:28px;font-weight:800}._dialogPopUpClosed_5dkec_264{display:none}._wrapper_5dkec_268{position:fixed;left:0;top:0;min-height:100vh;height:100%;width:100%;background-color:#0003;z-index:10}._dialog_5dkec_264{position:fixed;bottom:-100vh;left:0;transition:all .2s;width:100%;border-radius:16px 16px 0 0;background-color:var(--background-grey);padding:10px 16px var(--padding-bottom);z-index:12}._dialog_5dkec_264 ._header_5dkec_290{height:20px;width:100%;position:relative;margin-bottom:8px}._dialog_5dkec_264 ._header_5dkec_290:after{content:"";position:absolute;height:4px;width:34px;background-color:var(--tertiary);border-radius:10px;top:5px;left:calc(50% - 17px)}._dialogPopUpWrapper_5dkec_307{height:100%;width:100%;background-color:transparent;position:fixed;left:0;top:0;z-index:10;display:flex;justify-content:center;align-items:center}._dialogPopUpContent_5dkec_320{width:90%;overflow-y:auto;display:block}._dialogWrapper_5dkec_326{bottom:0}._children_5dkec_330{z-index:-10}._content_5dkec_334{max-height:60vh;min-height:100px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}._content_5dkec_334::-webkit-scrollbar{display:none}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_1jfzx_26{font-size:10px;font-weight:400}._regular-11_1jfzx_31{font-size:11px;font-weight:400}._regular-12_1jfzx_36{font-size:12px;font-weight:400}._regular-13_1jfzx_41{font-size:13px;font-weight:400}._regular-14_1jfzx_46{font-size:14px;font-weight:400}._regular-15_1jfzx_51{font-size:15px;font-weight:400}._regular-17_1jfzx_61{font-size:17px;font-weight:400}._regular-18_1jfzx_66{font-size:18px;font-weight:400}._regular-20_1jfzx_71{font-size:20px;font-weight:400}._medium-12_1jfzx_76{font-size:12px;font-weight:500}._medium-13_1jfzx_81{font-size:13px;font-weight:500}._medium-14_1jfzx_86{font-size:14px;font-weight:500}._medium-15_1jfzx_91{font-size:15px;font-weight:500}._medium-16_1jfzx_96{font-size:16px;font-weight:500}._medium-18_1jfzx_101{font-size:18px;font-weight:500}._regular-16_1jfzx_56{font-size:16px;font-weight:400}._medium-17_1jfzx_111{font-size:17px;font-weight:500}._semi-bold-10_1jfzx_116{font-size:10px;font-weight:600}._semi-bold-12_1jfzx_121{font-size:12px;font-weight:600}._semi-bold-13_1jfzx_126{font-size:13px;font-weight:600}._semi-bold-14_1jfzx_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_1jfzx_137{font-size:15px;font-weight:600}._semi-bold-16_1jfzx_142{font-size:16px;font-weight:600}._semi-bold-17_1jfzx_147{font-size:17px;font-weight:600}._semi-bold-18_1jfzx_152{font-size:18px;font-weight:600}._semi-bold-20_1jfzx_157{font-size:20px;font-weight:600}._semi-bold-24_1jfzx_162{font-size:24px;font-weight:600}._bold-12_1jfzx_167{font-size:12px;font-weight:700}._bold-13_1jfzx_172{font-size:13px;font-weight:700}._bold-14_1jfzx_177{font-size:14px;font-weight:700}._bold-17_1jfzx_182{font-size:17px;font-weight:700}._bold-18_1jfzx_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_1jfzx_193{font-size:20px;font-weight:700;line-height:24px}._bold-24_1jfzx_199{font-size:24px;font-weight:700}._bold-16_1jfzx_204{font-size:16px;font-weight:700}._bold-22_1jfzx_209{font-size:22px;font-weight:700}._bold-28_1jfzx_214{font-size:28px;font-weight:700}._bold-32_1jfzx_219{font-size:32px;font-weight:700}._bold-44_1jfzx_224{font-weight:700;font-size:44px}._bold-60_1jfzx_229{font-weight:700;font-size:60px}._extra-bold-16_1jfzx_234{font-size:16px;font-weight:800}._extra-bold-17_1jfzx_239{font-size:17px;font-weight:800}._extra-bold-18_1jfzx_244{font-size:18px;font-weight:800}._extra-bold-20_1jfzx_249{font-size:20px;font-weight:800}._extra-bold-24_1jfzx_254{font-size:24px;font-weight:800}._extra-bold-28_1jfzx_259{font-size:28px;font-weight:800}._wrapper_1jfzx_264{display:inline-block}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_1taal_26{font-size:10px;font-weight:400}._regular-11_1taal_31{font-size:11px;font-weight:400}._regular-12_1taal_36{font-size:12px;font-weight:400}._regular-13_1taal_41{font-size:13px;font-weight:400}._regular-14_1taal_46{font-size:14px;font-weight:400}._regular-15_1taal_51{font-size:15px;font-weight:400}._regular-17_1taal_61{font-size:17px;font-weight:400}._regular-18_1taal_66{font-size:18px;font-weight:400}._regular-20_1taal_71{font-size:20px;font-weight:400}._medium-12_1taal_76{font-size:12px;font-weight:500}._medium-13_1taal_81{font-size:13px;font-weight:500}._medium-14_1taal_86{font-size:14px;font-weight:500}._medium-15_1taal_91{font-size:15px;font-weight:500}._medium-16_1taal_96{font-size:16px;font-weight:500}._medium-18_1taal_101{font-size:18px;font-weight:500}._regular-16_1taal_56{font-size:16px;font-weight:400}._medium-17_1taal_111{font-size:17px;font-weight:500}._semi-bold-10_1taal_116{font-size:10px;font-weight:600}._semi-bold-12_1taal_121{font-size:12px;font-weight:600}._semi-bold-13_1taal_126{font-size:13px;font-weight:600}._semi-bold-14_1taal_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_1taal_137{font-size:15px;font-weight:600}._semi-bold-16_1taal_142{font-size:16px;font-weight:600}._semi-bold-17_1taal_147{font-size:17px;font-weight:600}._semi-bold-18_1taal_152{font-size:18px;font-weight:600}._semi-bold-20_1taal_157{font-size:20px;font-weight:600}._semi-bold-24_1taal_162{font-size:24px;font-weight:600}._bold-12_1taal_167{font-size:12px;font-weight:700}._bold-13_1taal_172{font-size:13px;font-weight:700}._bold-14_1taal_177{font-size:14px;font-weight:700}._bold-17_1taal_182,._container_1taal_182 p{font-size:17px;font-weight:700}._bold-18_1taal_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_1taal_193{font-size:20px;font-weight:700;line-height:24px}._bold-24_1taal_199{font-size:24px;font-weight:700}._bold-16_1taal_204{font-size:16px;font-weight:700}._bold-22_1taal_209{font-size:22px;font-weight:700}._bold-28_1taal_214{font-size:28px;font-weight:700}._bold-32_1taal_219{font-size:32px;font-weight:700}._bold-44_1taal_224{font-weight:700;font-size:44px}._bold-60_1taal_229{font-weight:700;font-size:60px}._extra-bold-16_1taal_234{font-size:16px;font-weight:800}._extra-bold-17_1taal_239{font-size:17px;font-weight:800}._extra-bold-18_1taal_244{font-size:18px;font-weight:800}._extra-bold-20_1taal_249{font-size:20px;font-weight:800}._extra-bold-24_1taal_254{font-size:24px;font-weight:800}._extra-bold-28_1taal_259{font-size:28px;font-weight:800}._container_1taal_182{min-height:48px;width:100%;display:flex;align-items:center;justify-content:center;position:relative}._container_1taal_182 ._action_1taal_272{position:absolute;top:0;height:100%;display:flex;align-items:center}._container_1taal_182 ._left_1taal_279{left:16px}._container_1taal_182 ._right_1taal_282{right:16px}._container_1taal_182 p{margin:0;width:77%;text-align:center;padding:8px 0}._white_1taal_292{background-color:var(--white)}._grey_1taal_296{background-color:var(--background-grey)}._transparent_1taal_300{background-color:transparent}._containerFixed_1taal_304{position:fixed;left:0;top:0;z-index:9}._back_1taal_311{height:48px}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_nb58g_26{font-size:10px;font-weight:400}._regular-11_nb58g_31{font-size:11px;font-weight:400}._regular-12_nb58g_36{font-size:12px;font-weight:400}._regular-13_nb58g_41{font-size:13px;font-weight:400}._regular-14_nb58g_46{font-size:14px;font-weight:400}._regular-15_nb58g_51{font-size:15px;font-weight:400}._regular-17_nb58g_61{font-size:17px;font-weight:400}._regular-18_nb58g_66{font-size:18px;font-weight:400}._regular-20_nb58g_71{font-size:20px;font-weight:400}._medium-12_nb58g_76{font-size:12px;font-weight:500}._medium-13_nb58g_81{font-size:13px;font-weight:500}._medium-14_nb58g_86{font-size:14px;font-weight:500}._medium-15_nb58g_91{font-size:15px;font-weight:500}._medium-16_nb58g_96{font-size:16px;font-weight:500}._medium-18_nb58g_101{font-size:18px;font-weight:500}._regular-16_nb58g_56{font-size:16px;font-weight:400}._medium-17_nb58g_111{font-size:17px;font-weight:500}._semi-bold-10_nb58g_116{font-size:10px;font-weight:600}._semi-bold-12_nb58g_121{font-size:12px;font-weight:600}._semi-bold-13_nb58g_126{font-size:13px;font-weight:600}._semi-bold-14_nb58g_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_nb58g_137{font-size:15px;font-weight:600}._semi-bold-16_nb58g_142{font-size:16px;font-weight:600}._semi-bold-17_nb58g_147{font-size:17px;font-weight:600}._semi-bold-18_nb58g_152{font-size:18px;font-weight:600}._semi-bold-20_nb58g_157{font-size:20px;font-weight:600}._semi-bold-24_nb58g_162{font-size:24px;font-weight:600}._bold-12_nb58g_167{font-size:12px;font-weight:700}._bold-13_nb58g_172{font-size:13px;font-weight:700}._bold-14_nb58g_177{font-size:14px;font-weight:700}._bold-17_nb58g_182{font-size:17px;font-weight:700}._bold-18_nb58g_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_nb58g_193{font-size:20px;font-weight:700;line-height:24px}._bold-24_nb58g_199{font-size:24px;font-weight:700}._bold-16_nb58g_204{font-size:16px;font-weight:700}._bold-22_nb58g_209{font-size:22px;font-weight:700}._bold-28_nb58g_214{font-size:28px;font-weight:700}._bold-32_nb58g_219{font-size:32px;font-weight:700}._bold-44_nb58g_224{font-weight:700;font-size:44px}._bold-60_nb58g_229{font-weight:700;font-size:60px}._extra-bold-16_nb58g_234{font-size:16px;font-weight:800}._extra-bold-17_nb58g_239{font-size:17px;font-weight:800}._extra-bold-18_nb58g_244{font-size:18px;font-weight:800}._extra-bold-20_nb58g_249{font-size:20px;font-weight:800}._extra-bold-24_nb58g_254{font-size:24px;font-weight:800}._extra-bold-28_nb58g_259{font-size:28px;font-weight:800}._logo_nb58g_264{width:105px;height:24px;margin:0 auto}._iconContainer_nb58g_270{padding:6px;border-radius:7px;background:var(--grey-8);display:flex;justify-content:center;align-items:center}._iconContainer_nb58g_270 ._icon_nb58g_270{color:var(--blue)}._iconContainer_nb58g_270 ._iconBlack_nb58g_281{color:var(--black)}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}._regular-10_1hbgs_26{font-size:10px;font-weight:400}._regular-11_1hbgs_31{font-size:11px;font-weight:400}._regular-12_1hbgs_36{font-size:12px;font-weight:400}._regular-13_1hbgs_41{font-size:13px;font-weight:400}._regular-14_1hbgs_46,._content_1hbgs_46 ._body_1hbgs_46 ._error_1hbgs_46,._contentButton_1hbgs_46{font-size:14px;font-weight:400}._regular-15_1hbgs_51{font-size:15px;font-weight:400}._regular-17_1hbgs_61{font-size:17px;font-weight:400}._regular-18_1hbgs_66{font-size:18px;font-weight:400}._regular-20_1hbgs_71{font-size:20px;font-weight:400}._medium-12_1hbgs_76{font-size:12px;font-weight:500}._medium-13_1hbgs_81{font-size:13px;font-weight:500}._medium-14_1hbgs_86{font-size:14px;font-weight:500}._medium-15_1hbgs_91{font-size:15px;font-weight:500}._medium-16_1hbgs_96{font-size:16px;font-weight:500}._medium-18_1hbgs_101{font-size:18px;font-weight:500}._regular-16_1hbgs_56{font-size:16px;font-weight:400}._medium-17_1hbgs_111{font-size:17px;font-weight:500}._semi-bold-10_1hbgs_116{font-size:10px;font-weight:600}._semi-bold-12_1hbgs_121{font-size:12px;font-weight:600}._semi-bold-13_1hbgs_126{font-size:13px;font-weight:600}._semi-bold-14_1hbgs_131{font-size:14px;font-weight:600;line-height:16px}._semi-bold-15_1hbgs_137,._contentInfo_1hbgs_137 ._text_1hbgs_137{font-size:15px;font-weight:600}._semi-bold-16_1hbgs_142{font-size:16px;font-weight:600}._semi-bold-17_1hbgs_147{font-size:17px;font-weight:600}._semi-bold-18_1hbgs_152{font-size:18px;font-weight:600}._semi-bold-20_1hbgs_157{font-size:20px;font-weight:600}._semi-bold-24_1hbgs_162{font-size:24px;font-weight:600}._bold-12_1hbgs_167{font-size:12px;font-weight:700}._bold-13_1hbgs_172{font-size:13px;font-weight:700}._bold-14_1hbgs_177{font-size:14px;font-weight:700}._bold-17_1hbgs_182,._buttonRefresh_1hbgs_182 span,._contentInfo_1hbgs_137 ._title_1hbgs_182,._drawerText_1hbgs_182{font-size:17px;font-weight:700}._bold-18_1hbgs_187{font-size:18px;font-weight:700;line-height:24px}._bold-20_1hbgs_193,._content_1hbgs_46 ._body_1hbgs_46{font-size:20px;font-weight:700;line-height:24px}._bold-24_1hbgs_199{font-size:24px;font-weight:700}._bold-16_1hbgs_204{font-size:16px;font-weight:700}._bold-22_1hbgs_209{font-size:22px;font-weight:700}._bold-28_1hbgs_214{font-size:28px;font-weight:700}._bold-32_1hbgs_219{font-size:32px;font-weight:700}._bold-44_1hbgs_224{font-weight:700;font-size:44px}._bold-60_1hbgs_229{font-weight:700;font-size:60px}._extra-bold-16_1hbgs_234{font-size:16px;font-weight:800}._extra-bold-17_1hbgs_239{font-size:17px;font-weight:800}._extra-bold-18_1hbgs_244{font-size:18px;font-weight:800}._extra-bold-20_1hbgs_249{font-size:20px;font-weight:800}._extra-bold-24_1hbgs_254{font-size:24px;font-weight:800}._extra-bold-28_1hbgs_259{font-size:28px;font-weight:800}._content_1hbgs_46{margin-top:80px}._content_1hbgs_46 ._image_1hbgs_267{display:flex;justify-content:center;margin-bottom:24px}._content_1hbgs_46 ._image_1hbgs_267 img{height:110px;width:110px}._content_1hbgs_46 ._body_1hbgs_46 ._title_1hbgs_182{text-align:center;margin:0 0 8px;line-height:24px}._content_1hbgs_46 ._body_1hbgs_46 ._error_1hbgs_46{color:var(--grey-3);text-align:center;margin-bottom:12px}._contentButton_1hbgs_46{color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:35px}._contentButton_1hbgs_46 ._icon_1hbgs_294{margin-left:12px}._buttonRefresh_1hbgs_182{width:220px;margin:0 auto}._buttonRefresh_1hbgs_182 span{color:var(--blue)}._contentInfo_1hbgs_137{margin-bottom:16px}._contentInfo_1hbgs_137 ._title_1hbgs_182{margin:0 0 8px}._contentInfo_1hbgs_137 ._text_1hbgs_137{color:var(--grey-3)}._warningInfo_1hbgs_316{max-height:50vh;overflow-y:auto;margin-bottom:20px}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}*:not(input,textarea){-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent}*{font-family:Inter,sans-serif}body{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;touch-action:pan-y;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--black);background-color:var(--background-grey)}textarea:focus,input:focus{outline:none}textarea,input{box-sizing:border-box}body .range-slider .range-slider__range{background:var(--secondary);height:4px}body .range-slider .range-slider__thumb{background:var(--secondary);height:16px;width:16px}body .range-slider .range-slider__thumb[data-active]{height:16px;width:16px;background:var(--secondary);box-shadow:0 0 10px 5px #5baaff99}.skeleton{animation:skeleton-loading 1s linear infinite alternate;height:100%;width:100%}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.container{padding:0 16px}:root{--padding-bottom: calc(56px + env(safe-area-inset-bottom, 56px)) }@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}:root{--primary: rgba(255, 221, 45, 1);--secondary: #5baaff;--background-grey: #eff1f4;--white: #ffffff;--grey-white: #f2f5ff;--grey-white-2: #e6e8f5;--grey-white-3: rgba(230, 230, 230, 1);--grey-white-4: #f1f8ff;--grey-white-5: #dfe1e4;--opacity-white: rgba(255, 255, 255, 1);--light-grey: #f3f5f9;--light-grey-2: #9ba6b2;--light-grey-3: #d9d9d9;--light-grey-4: #f7f7f8;--light-grey-5: #f0f1f3;--light-grey-6: #ccc;--light-grey-7: #eff0f1;--grey: #eff0f4;--grey-2: #c8ced6;--grey-3: #747476;--grey-4: #dcdfe4;--grey-5: #80838e;--grey-6: #838795;--grey-7: #d6d7dc;--grey-8: #d8dce2;--grey-9: #626975;--grey-10: #a9aaab;--grey-11: #b8bfca;--grey-12: #656d7a;--grey-13: #9ea4ab;--grey-14: #7b8491;--grey-15: #eff1f4;--grey-16: #555555;--grey-17: #f4f6f7;--grey-18: #a9b4bc;--grey-19: #e0e5e8;--grey-20: #bfc0c0;--grey-21: #eaeef0;--grey-22: #d7dce1;--grey-23: #f6f7f9;--grey-24: #a6b2ba;--mint: #c9f6d5;--pastel-1: #f7f3ff;--light-blue: #d4e3ff;--green: #129958;--opacity-green: rgba(2, 147, 96, .12);--green-2: #16a34a;--green-3: #10b981;--bright-green: #34c759;--green-secondary: #36ac89;--palette-green: #eef8f4;--black: #18191c;--black-blue: #244f6d;--light-black: #5a596b;--light-red: #f05a5a;--red: #ec1212;--red-2: #c32d20;--palette-red: #feeded;--coral: #fa7207;--palette-coral: #fff9d9;--dark-grey: #5b5c5e;--dark-grey-2: #222326;--transparent-coral: #fff1e6;--primary-coral: #fff1e6;--blue: #5baaff;--orange: #fc9e55;--orange-2: #ff8f26;--orange-3: #ff7a30;--orange-4: #ffa448;--orange-5: #f9a91b;--orange-6: #ef7801;--white-opacity: rgba(255, 255, 255, .7);--yellow: #fdbd1a;--yellow-1: #fede2e;--blue-status: linear-gradient(85.49deg, #74a2d3 -9.76%, #5982c0 112.33%);--tertiary: #9ea8b6;--primary-yellow: #ffdd2d;--text-primary: #111622;--palette-blue: #c5e1ff;--blue-radio: #4da6ff;--blue-second: #1c5cff;--blue-1: #192737;--blue-2: #162327;--blue-3: #2563eb;--purple: #926dfe;--purple-2: #4f46e5;--purple-3: #6049c7;--dark-coral: #d72828;--opacity-blue: #f1f8ff;--transparent-white: linear-gradient( 270deg, #fff 0%, rgba(255, 255, 255, 0) 100% );--muted: #768793;--star: #f97316;--white_grey: #e3e6eb;--white_grey_2: #f4f5f6;--fire: #ef2901;--orange-7: #f0ad00;--grey-soft: #40474f;--link: #3b82f6;--inverse: #0e0f11}@font-face{font-family:Inter;src:url(/assets/Inter_ExtraBold-nWZ-S1PQ.woff2) format("truetype");font-weight:800}@font-face{font-family:Inter;src:url(/assets/Inter_Bold-BBBDQMoL.woff2) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/assets/Inter_SemiBold-DBxDzXVA.woff2) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter_Medium-DPVbANFE.woff2) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter_Regular-CaJR-LFH.woff2) format("truetype");font-weight:400}.regular-10{font-size:10px;font-weight:400}.regular-11{font-size:11px;font-weight:400}.regular-12{font-size:12px;font-weight:400}.regular-13{font-size:13px;font-weight:400}.regular-14{font-size:14px;font-weight:400}.regular-15{font-size:15px;font-weight:400}.regular-17{font-size:17px;font-weight:400}.regular-18{font-size:18px;font-weight:400}.regular-20{font-size:20px;font-weight:400}.medium-12{font-size:12px;font-weight:500}.medium-13{font-size:13px;font-weight:500}.medium-14{font-size:14px;font-weight:500}.medium-15{font-size:15px;font-weight:500}.medium-16{font-size:16px;font-weight:500}.medium-18{font-size:18px;font-weight:500}.regular-16{font-size:16px;font-weight:400}.medium-17{font-size:17px;font-weight:500}.semi-bold-10{font-size:10px;font-weight:600}.semi-bold-12{font-size:12px;font-weight:600}.semi-bold-13{font-size:13px;font-weight:600}.semi-bold-14{font-size:14px;font-weight:600;line-height:16px}.semi-bold-15{font-size:15px;font-weight:600}.semi-bold-16{font-size:16px;font-weight:600}.semi-bold-17{font-size:17px;font-weight:600}.semi-bold-18{font-size:18px;font-weight:600}.semi-bold-20{font-size:20px;font-weight:600}.semi-bold-24{font-size:24px;font-weight:600}.bold-12{font-size:12px;font-weight:700}.bold-13{font-size:13px;font-weight:700}.bold-14{font-size:14px;font-weight:700}.bold-17{font-size:17px;font-weight:700}.bold-18{font-size:18px;font-weight:700;line-height:24px}.bold-20{font-size:20px;font-weight:700;line-height:24px}.bold-24{font-size:24px;font-weight:700}.bold-16{font-size:16px;font-weight:700}.bold-22{font-size:22px;font-weight:700}.bold-28{font-size:28px;font-weight:700}.bold-32{font-size:32px;font-weight:700}.bold-44{font-weight:700;font-size:44px}.bold-60{font-weight:700;font-size:60px}.extra-bold-16{font-size:16px;font-weight:800}.extra-bold-17{font-size:17px;font-weight:800}.extra-bold-18{font-size:18px;font-weight:800}.extra-bold-20{font-size:20px;font-weight:800}.extra-bold-24{font-size:24px;font-weight:800}.extra-bold-28{font-size:28px;font-weight:800}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;overscroll-behavior:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
