:root{--theme_box_background_color:#fff;--theme_box_background_color_alt:#fdfaff;--theme_body_background_color:#fff;--theme-base-color:indigo;--theme-light-color:#47414b;--theme-headline-color:#18002a;--theme_gridaint:linear-gradient(90deg,indigo 0%,#430074 100%);--theme_button_color:indigo;--theme_btn_color:#fff;--border-color:#e3e8ef;--border_alt_color:#ecd2ff;--theme_border_radius_5:5px;--theme_border_radius_10:10px;--theme_border_radius_15:15px;--theme_border_radius_20:20px;--theme_border_radius_50:50px;--theme_border_radius_100:50%;--theme_font_size_40:2.5rem;--theme_font_size_32:2rem;--theme_font_size_26:1.625rem;--theme_font_size_24:1.5rem;--theme_font_size_22:1.375rem;--theme_font_size_20:1.25rem;--theme_font_size_18:1.125rem;--theme_font_size_16:1rem;--theme_font_size_15:.9375rem;--theme_font_size_14:.875rem;--theme_font_size_13:.8125rem;--theme_font_size_12:.75rem;--theme_font_size_11:.6875rem;--theme_font_size_10:.625rem;--theme_font_size_9:.5625rem;--theme_font_800:800;--theme_font_700:700;--theme_font_600:600;--theme_font_500:500;--theme_font_400:400;--footer_bg_color:#160026;--footer_headline_color:#fff;--footer_links_color:#f6f6f6;--footer_border_color:#8b8b8b;--font_family_icon:"Font Awesome 5 Free";--text_warning:#ffbb01;--text_sucess:#00a82d;--text_danger:#ff2a2d;--theme_button_disabled_bg:#9c8db3;--theme_button_disabled_text:#f1eef5}ul{margin:0;padding:0;list-style:none}ul li{padding:0}figure{margin:0}img{max-width:100%}.img_auto{width:auto;height:auto}a{text-decoration:none;transition:all .4s}.btn{font-size:var(--theme_font_size_15);background-color:var(--theme_button_color);color:var(--theme_btn_color);border-radius:var(--theme_border_radius_10);border-width:0;outline:0;padding:12px 18px;transition:all .5s;display:inline-block;box-shadow:var(--theme_button_shadow)!important}.btn:hover{color:var(--theme_btn_color);opacity:.9;background-color:var(--theme_button_color)}h1,h2,h3,h4,h5,h6{color:var(--theme-headline-color)}p{color:var(--theme-light-color)}a,a:hover{color:var(--theme-base-color)}.visually_hidden{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{font-family:Inter,sans-serif;font-weight:var(--theme_font_400);color:var(--theme-light-color);font-size:var(--theme_font_size_14);background-color:var(--theme_body_background_color)}.common_space{padding:60px 0}.heading_title{font-size:var(--theme_font_size_32);font-weight:var(--theme_font_600);color:var(--theme-headline-color)}.heading_title span{color:var(--theme-base-color);font-style:italic}.heading_label{font-size:var(--theme_font_size_12);color:var(--theme-base-color);text-transform:uppercase;align-items:center;gap:0 10px;display:inline-flex}.heading_label:before{content:"";background-color:var(--theme-base-color);border-radius:2px;width:24px;height:2px}.common_heading p{font-size:var(--theme_font_size_16)}.common_list li{font-size:var(--theme_font_size_14);margin-top:15px;padding-left:24px;position:relative}.common_list li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23349C67' d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:18px;height:18px;position:absolute;top:1px;left:0}.common_list li>i{color:var(--theme-base-color);margin-right:8px;font-size:16px}.bg_alt{background-color:var(--theme_box_background_color_alt);background-image:url(../media/bg_alt.20bb3fa6.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.bg_color{background-color:var(--theme_box_background_color_alt)}.sub_title{font-size:var(--theme_font_size_18);color:var(--theme-headline-color);font-weight:var(--theme_font_500)}.mini_title{font-size:var(--theme_font_size_16);color:var(--theme-headline-color);font-weight:var(--theme_font_500)}.text_link_anchor{color:var(--theme-base-color);font-weight:var(--theme_font_500);text-decoration:underline}.text_link_anchor i{transition:all .5s}.text_link_anchor:hover i{margin-left:3px}.form-floating>label{background-color:var(--theme_box_background_color);height:auto;padding:5px 8px;transition:all .2s;top:12px;left:10px}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:1;font-size:var(--theme_font_size_12);top:-12px;transform:inherit!important}.form-control,.form-select{border-color:var(--border-color);border-radius:var(--theme_border_radius_10);font-size:var(--theme_font_size_15);padding:12px 15px}.form-select{background-position:98%;background-size:15px;padding-right:25px}.select2-container--default .select2-selection--single{padding:12px 15px}.form-control:focus,.form-select:focus{box-shadow:inherit;border-color:var(--theme-base-color);outline:0}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control,.form-floating>.form-select{padding:15px 20px 10px}textarea.form-control{min-height:100px}input:-webkit-autofill{-webkit-text-fill-color:var(--theme-headline-color);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 #0000}.select2-container--default .select2-selection--single{border-radius:var(--theme_border_radius_10);border-color:#ced4da;min-height:48px;padding:10px 5px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px;color:var(--theme-headline-color)}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-width:6px 6px 0;border-color:#ced4da #0000;margin-left:-10px}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 6px 6px;border-color:#0000 #0000 #ced4da}.select2-results__options li{color:var(--theme-headline-color);font-size:var(--theme_font_size_14);padding:8px 10px}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--theme_button_color);color:var(--theme_btn_color)}.select2-container--default .select2-results__option--selected{background-color:var(--theme_box_background_color_alt)}.tab-content>.active{outline:0}.common_error{border-radius:var(--theme_border_radius_5);color:#d70000;font-size:var(--theme_font_size_13);background-color:#fff0f0;padding:6px 12px;display:inline-block}._suceess{font-size:var(--theme_font_size_14);z-index:1;border-radius:var(--theme_border_radius_5);color:#00ab16;background-color:#edfff0;padding:8px 12px;transition:all .5s;position:fixed;top:62px;right:20px;box-shadow:0 2px 14px #00000014}._danger{font-size:var(--theme_font_size_14);z-index:1;border-radius:var(--theme_border_radius_5);color:#ab0000;background-color:#ffeded;padding:8px 12px;transition:all .5s;position:fixed;top:62px;right:20px;box-shadow:0 2px 14px #00000014}.faq_page .accordion-item{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);border:0;overflow:hidden;box-shadow:0 0 20px #4b00821a}.faq_page .accordion-button{color:var(--theme-headline-color);font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500)}.faq_page .accordion-item+.accordion-item{margin-top:15px}.faq_page .accordion-button:focus,.faq_page .accordion-button:not(.collapsed){box-shadow:inherit;background-color:var(--theme_box_background_color_alt);color:var(--theme-base-color)}.faq_page .accordion-body ul li{margin:12px 0 0 18px;list-style:outside}.support_right{position:sticky;top:80px}.support_form_box{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);border:1px solid #cf8dff;padding:15px}.support_form_box .sub_title{font-weight:var(--theme_font_600)}.MuiFormControl-root.MuiTelInput-TextField{margin-bottom:16px}.support_right .form-floating .btn{width:100%;display:block}.support_form_box .btn{width:100%;display:block;background-color:var(--theme_button_color)!important;color:var(--theme_btn_color)!important}.react-international-phone-country-selector-dropdown{z-index:999!important}.phone-input-wrapper .react-international-phone-input,.phone-input-wrapper .react-international-phone-country-selector>button{border:var(--bs-border-width)solid var(--bs-border-color);border-radius:var(--bs-border-radius);min-height:calc(3.5rem + calc(var(--bs-border-width)*2))!important;padding:10px!important;line-height:1.25!important}.phone-input-wrapper.is-invalid .react-international-phone-input,.phone-input-wrapper.is-invalid .react-international-phone-country-selector>button{border-color:#dc3545!important}.phone-input-wrapper.is-invalid .react-international-phone-country-selector>button{border-right:none!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.phone-input-wrapper.is-invalid .react-international-phone-input{border-left:none!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.phone-input-wrapper .react-international-phone-country-selector>button{border-right:none!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.otp_btn{pointer-events:none;opacity:.65;background-color:var(--bs-btn-disabled-border-color)!important}.resend_btn{opacity:.65;background-color:var(--bs-btn-disabled-border-color)!important}.resend_btn:hover{color:var(--theme-base-color)}.phone-input-wrapper .react-international-phone-input,.phone-input-wrapper .react-international-phone-country-selector>button{min-height:calc(2.5rem + calc(var(--bs-border-width)*2))!important}.phone-input-wrapper .react-international-phone-input{border-radius:var(--theme_border_radius_10);border-bottom-left-radius:unset;border-top-left-radius:unset}.pagination{--bs-pagination-color:var(--theme-base-color);--bs-pagination-active-bg:var(--theme-base-color);--bs-pagination-active-border-color:var(--theme-base-color);--bs-pagination-hover-color:var(--theme-base-color);--bs-pagination-focus-color:var(--theme-base-color);--bs-pagination-focus-box-shadow:0 0 0 .25rem #a224ff2e}.new_checout_steps{background:radial-gradient(circle at 20% 0%,#ecd2ff4d,transparent 50%),radial-gradient(circle at 100% 100%,#ecd2ff33,transparent 50%),var(--theme_box_background_color);justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:50px 24px 90px;display:flex;position:relative;overflow:auto}._new_checkout_card{max-width:620px;margin:0 auto}._process_card{justify-content:space-between;align-items:center;gap:8px;width:260px;display:flex}._process_card li{border-radius:var(--theme_border_radius_50);background-color:var(--border-color);flex:1;height:4px;font-size:0;transition:background .4s}._process_card li.active{background-color:var(--theme-base-color)}._process_card li.done{background-color:#16a34a}._card_processs_deatils p{color:var(--theme-headline-color)}._card_processs_deatils .form-group label{color:var(--theme-headline-color);font-weight:var(--theme_font_600);font-size:var(--theme_font_size_13)}._card_processs_deatils .form-group .form-select{font-size:var(--theme_font_size_14);color:var(--theme-headline-color)}.ranger_slide{border:1px solid var(--border_alt_color);background-color:var(--theme_box_background_color_alt);border-radius:var(--theme_border_radius_15);padding:24px}.ranger_slide .slider_scale{font-weight:var(--theme_font_500);font-size:var(--theme_font_size_12);color:var(--theme-light-color);justify-content:space-between;align-items:center;margin-top:10px;display:flex}.ranger_slide_display{margin-bottom:20px}.ranger_slide_display ._left{flex:1}.ranger_slide_display ._left ._text{font-size:30px;font-weight:var(--theme_font_700);color:var(--theme-headline-color);letter-spacing:-.025em}.ranger_slide_display ._left ._text em{color:var(--theme-base-color)}.ranger_slide_display ._right{flex-direction:column;justify-content:flex-end;gap:5px 0;display:flex}.ranger_slide_display ._right ._tags{color:#16a34a;border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_11);font-weight:var(--theme_font_500);text-transform:uppercase;letter-spacing:.08em;background-color:#16a34a1a;justify-content:center;align-items:center;gap:6px;padding:5px 8px;display:inline-flex}.ranger_slide_display ._right ._tags.resident{color:#ff6e00;background-color:#fffae7}.ranger_slide_display ._right ._label{font-size:var(--theme_font_size_11);color:var(--theme-light-color)}.ranger_slide .input_box input[type=range]{-webkit-appearance:none;border-radius:var(--theme_border_radius_50);background-color:var(--border_alt_color);outline:none;width:100%;height:6px}.ranger_slide .input_box input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;border-radius:var(--theme_border_radius_50);background-color:var(--theme-base-color);border:3px solid var(--theme_box_background_color);cursor:pointer;width:22px;height:22px;box-shadow:0 2px 10px #4b008273}.ranger_slide .input_box input[type=range]::-moz-range-thumb{border-radius:var(--theme_border_radius_50);background-color:var(--theme-base-color);border:3px solid var(--theme_box_background_color);cursor:pointer;width:22px;height:22px}.btn_group a{border-radius:var(--theme_border_radius_10);font-size:var(--theme_font_size_14);font-weight:var(--theme_font_600);color:var(--theme-headline-color);border:1px solid var(--border_alt_color);text-align:center;background-color:var(--theme_box_background_color);width:100%;padding:12px 14px;transition:all .2s;display:block}.btn_group a.active,.btn_group a:hover{background-color:var(--theme-base-color);color:var(--theme_btn_color)}.checkout_btn_footer{background-color:#fefcff;padding:12px 20px;position:fixed;bottom:0;left:0;right:0}.checkout_btn_footer_inner{max-width:620px;margin:0 auto}.checkout_btn_footer .btn{font-size:var(--theme_font_size_14);padding:10px 30px}.checkout_btn_footer .btn_back{border:1px solid var(--border_alt_color);color:var(--theme-headline-color);background-color:#0000}.checkout_btn_footer .btn_back:hover{color:var(--theme-base-color)}.income_checkout_box{height:100%;position:relative}.income_checkout_box article{background-color:var(--theme_box_background_color);border:1.5px solid var(--border-color);border-radius:var(--theme_border_radius_15);cursor:pointer;align-items:flex-start;gap:14px;height:100%;padding:18px;transition:all .2s;display:flex}.income_checkout_box ._icon{border-radius:var(--theme_border_radius_5);border:1.5px solid var(--border-color);background-color:var(--theme_box_background_color);width:22px;height:22px;color:var(--theme_btn_color);justify-content:center;align-items:center;margin-top:1px;transition:all .2s;display:flex}.income_checkout_box ._contnet{flex:1}.income_checkout_box .sub_title{font-size:var(--theme_font_size_14);font-weight:var(--theme_font_600)}.income_checkout_box p{font-size:var(--theme_font_size_12)}.income_checkout_box>input{cursor:pointer;opacity:0;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;right:0}.income_checkout_box>input:checked+article{border-color:var(--theme-base-color);background-color:#f4e5ff;box-shadow:0 4px 14px #4b008214}.income_checkout_box>input:checked+article ._icon{background-color:var(--theme-base-color);border-color:var(--theme-base-color)}.final_box_check{height:100%}.final_box_check article{background-color:var(--theme_box_background_color);border:1.5px solid var(--border-color);border-radius:var(--theme_border_radius_15);height:100%;padding:18px;transition:all .2s}.final_box_check article:hover{border-color:var(--border_alt_color);transform:translateY(-2px);box-shadow:0 8px 24px #4b008214}.final_box_check ._bage{font-size:var(--theme_font_size_12);text-transform:uppercase}.final_box_check .sub_title em{color:var(--theme-base-color);font-weight:var(--theme_font_700);font-size:var(--theme_font_size_22)}.final_box_check p{font-size:var(--theme_font_size_12)}.ca_checkout_card{color:var(--theme_btn_color);border-radius:var(--theme_border_radius_15);z-index:1;background:linear-gradient(90deg,indigo 0%,#430074 100%);padding:26px;position:relative;overflow:hidden;box-shadow:0 12px 30px #4b008238}.ca_checkout_card:before{content:"";z-index:-1;background:radial-gradient(circle,#ecd2ff40,#0000 70%);width:200px;height:200px;position:absolute;top:-60px;right:-60px}.ca_checkout_card:after{content:"";z-index:-1;border:1px solid #ffffff1f;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-40px;right:80px}.ca_checkout_card ._content{flex:1}.ca_checkout_card ._icon{border-radius:var(--theme_border_radius_50);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:60px;height:60px;font-weight:var(--theme_font_700);color:var(--theme_btn_color);font-size:var(--theme_font_size_20);background-color:#ffffff26;border:1.5px solid #ffffff4d;justify-content:center;align-items:center;display:flex}.ca_checkout_card span{font-size:var(--theme_font_size_11);letter-spacing:.2em;text-transform:uppercase;color:#ecd2fff2;font-weight:var(--theme_font_700);margin-bottom:4px}.ca_checkout_card .sub_title{font-size:var(--theme_font_size_22);font-weight:var(--theme_font_700);color:#fff;margin-bottom:4px}.ca_checkout_card p{font-size:var(--theme_font_size_13);color:#ffffffbf}@media (max-width:1199px){.container,.container-md,.container-sm{max-width:100%}}@media (max-width:991px){.heading_title{font-size:26px}.common_space{padding:45px 0}}@media (max-width:767px){html,div,p{font-size:14px}.common_space{padding:35px 0}.heading_title{font-size:24px}.sub_title{font-size:15px}.new_checout_steps{padding:30px 20px 100px}.final_box_check .sub_title em{font-size:18px}.final_box_check article{padding:14px}.ranger_slide{padding:18px 15px}.ranger_slide_display ._left ._text{font-size:26px}.ca_checkout_card{padding:18px}.ca_checkout_card ._icon{width:50px;height:50px;font-size:15px}.ca_checkout_card .sub_title{font-size:16px}._card_processs_deatils p{font-size:12px}.btn_group{flex-direction:column}}.checkout_loader_screen{z-index:50;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.checkout_loader{text-align:center;flex-direction:column;align-items:center;gap:22px;padding:24px;display:flex}.checkout_wordmark{letter-spacing:-1px;color:indigo;margin:0;font-size:clamp(38px,8vw,72px);font-weight:800;line-height:1;display:inline-flex}.checkout_wordmark_char{white-space:pre;will-change:transform;animation:1.3s ease-in-out infinite checkout_wave;display:inline-block}.checkout_loader_bar{background:#4b00821f;border-radius:99px;width:180px;height:4px;position:relative;overflow:hidden}.checkout_loader_bar_fill{will-change:transform;background:indigo;border-radius:99px;width:40%;height:100%;animation:1.2s ease-in-out infinite checkout_bar_slide;position:absolute;top:0;left:0}.checkout_loader_text{color:#5a6473;letter-spacing:.2px;margin:0;font-size:14px;font-weight:500}@keyframes checkout_wave{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-16px)}}@keyframes checkout_bar_slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media (prefers-reduced-motion:reduce){.checkout_wordmark_char{animation:none;transform:none}.checkout_loader_bar_fill{width:100%;animation:none;transform:none}}@media (max-width:767px){.btn_group{flex-direction:column}}
