.card_panel{display:flex;flex-direction:column;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px}.card_panel_scroll{overflow:hidden;max-height:85vh}.card_title{line-height:1.5;padding:6px 16px;font-size:18px;font-weight:700;border-bottom:1px solid #dcdfe6;flex-shrink:0}.form_field{display:flex;flex-direction:column}.form_field+.form_field{margin-top:8px}.form_field>label{padding-bottom:4px}.form_field .vdp-datepicker>:first-child{display:flex;height:100%}.form_group{border:1px solid #dcdfe6;border-radius:4px;display:flex;align-items:center;background-color:#e4e4e4;flex-grow:1}.form_group:focus-within{border-color:var(--btn_primary_bg,#0077b2)}.form_group input,.form_group select,.form_group textarea{border:none;flex:1 1 auto;padding:0 6px;margin:0;min-height:calc(1.5rem + 8px);min-width:48px;font-size:1rem;line-height:1.5;border-radius:4px}.form_group select{background:#fff}.form_group textarea{height:auto}.form_group input[type=file]{padding:0;min-height:0}.form_group input:focus,.form_group select:focus,.form_group textarea:focus{outline:none}.form_group input:disabled,.form_group select:disabled,.form_group textarea:disabled{background-color:#ebebe4}.form_group>:not(.form_input_prepend):not(.form_input_append){align-self:stretch}.form_input_append,.form_input_prepend{display:flex;justify-content:center;align-items:center}.form_input_prepend{border-top-left-radius:4px;border-bottom-left-radius:4px}.form_input_append{border-top-right-radius:4px;border-bottom-right-radius:4px}.field_error{font-family:Segoe UI,Tahoma,sans-serif;font-size:85%;color:red;margin:3px 0}.i_icon{display:inline-flex;vertical-align:middle;margin:auto}.i_icon svg{width:100%;height:100%}.disabled .i_icon svg{color:#444}.modal_overlay{position:fixed;left:0;right:0;top:0;bottom:0;z-index:5;text-align:initial;background-color:#000000b3;display:flex}.modal_overlay.light{background-color:#0000001a}.modal_content{margin:auto;display:inline-block;max-width:90vw;max-height:85vh;overflow:hidden}.drop_down.v-popover{display:flex;flex:1 1 auto}.drop_down .trigger{flex-grow:1}.drop_down_option.selected{background-color:#e0e0e0}.drop_down_option:hover{background-color:#f9f9f9}.drop_down_popup{border:1px solid #dcdfe6;border-radius:4px;overflow:auto}.drop_down_popup.tooltip.popover .popover-inner{border-radius:unset}.default_button,a.default_button{border:none;border-radius:4px;background-color:initial;color:#000;display:flex;justify-content:center;align-items:center;padding:8px 12px;margin:5px;font-family:inherit;font-size:13px;text-decoration:none;cursor:pointer;position:relative;transition:all .2s ease-in}.default_button.dark{color:#fff}.default_button:hover{background-color:#f9f9f9}.default_button.dark:hover{color:#000}.default_button:disabled{opacity:.4;cursor:not-allowed}.default_button:active,a.default_button:active{transform:translate(1px,1px)}.default_button.primary{border-color:var(--btn_primary_border,#409eff)!important;background-color:var(--btn_primary_bg,#409eff);color:var(--btn_primary_color,#fff)}.default_button.secondary{background-color:var(--btn_secondary_bg,#fff);border:1px solid var(--btn_secondary_border,#409eff)!important;color:var(--btn_secondary_color,#409eff)}.secondary:hover{background:var(--btn_secondary_hover_bg,#e5e5e5)}.primary.default_button:hover{background-color:var(--btn_primary_hover_bg,#267cd4);transition:all .2s ease-out}.primary.default_button:hover:before{animation:shine .5s linear 0s}.primary.default_button:before{content:"";display:block;width:0;height:86%;position:absolute;top:7%;left:0;opacity:0;background:var(--btn_primary_color,#fff);box-shadow:0 0 15px 3px var(--btn_primary_color,#fff);transform:skewX(-20deg)}@keyframes shine{0%{opacity:0;left:0}50%{opacity:1}to{opacity:0;left:100%}}button.primary:disabled .i_icon svg,button.secondary:disabled .i_icon svg{color:currentColor}.color_button.info{background-color:#ecf5ff!important;border:1px solid #b3d8ff!important;color:#409eff}.color_button.info:not(:disabled):hover{background-color:#b3d8ff!important}.color_button.error{background-color:#fef0f0!important;border:1px solid #fbc4c4!important;color:#f56c6c}.color_button.error:not(:disabled):hover{background-color:#fbc4c4!important}.color_button.success{background-color:#f0f9eb!important;border:1px solid #c2e7b0!important;color:#67c23a}.color_button.success:not(:disabled):hover{background-color:#c2e7b0!important}.color_button.warn{background-color:#fdf6ec!important;border:1px solid #f5dab1!important;color:#e6a23c}.color_button.warn:not(:disabled):hover{background-color:#f5dab1!important}.color_button.default_button:disabled{border-color:#0000}.icon_button.default_button{border-radius:50%;padding:0;overflow:hidden;justify-content:center;align-items:center}.icon_button.solid{background-color:#e8e8e8;border:1px solid #dcdfe6}.switch{position:relative;width:40px;height:20px;border-radius:16px;border:1px solid var(--toggle_off,#dcdfe6);transition:background-color .2s linear;background-color:#fff}.switch.checked{border:none;border-color:var(--toggle_on,#fff);background-color:var(--toggle_bg,#409eff)}.switch_thumb{position:absolute;border-radius:50%;top:calc(50% - 8px);left:1px;height:16px;width:16px;background-color:var(--toggle_off,#dcdfe6);transition:transform .15s linear}.switch.checked .switch_thumb{transform:translateX(20px);background-color:var(--toggle_on,#fff)}.switch>input{opacity:0;visibility:hidden;z-index:-1;position:absolute}.badge{padding:2px 6px;border-radius:32px;background-color:var(--badge_bg,#ff3d96);border:1px solid var(--badge_color,#fff);color:var(--badge_color,#fff);font-size:.85rem}.badge.basket_badge{background-color:#444;color:#fff;padding-left:6px;padding-right:6px;top:-8px;left:20px}.header_top{background-color:var(--header_top_bg,#409eff);border-bottom:1px solid var(--info_icon_bg,#fff)}.header_top .default_button.dark{color:var(--header_top_color,#fff)}.header_top .default_button.dark:hover{color:var(--btn_header_hover,#999)}.header_top>*{max-width:calc(90% - 40px)}.brand_logo{height:50px;vertical-align:middle}.page_item{-webkit-appearance:none;border-radius:4px;border:1px solid #dcdfe6;padding:8px 6px 6px;margin:4px 6px;font-size:.95rem;min-width:2rem;font-weight:400;line-height:1;cursor:pointer;background-color:initial;transition:background-color .3s ease,color .1s ease,border-color .3s ease}.page_item.current{background-color:var(--page_current_bg,#d9ecff);color:var(--page_current_color,#409eff);cursor:default}.page_item:not(.current):hover{background-color:var(--page_hover_bg,#ccc);color:var(--page_hover_color,#000)}.data_table{width:100%;background-color:#fff;border-spacing:0;border-radius:4px}.data_table>tbody>tr>td,.data_table>tfoot>tr>td,.data_table>tfoot>tr>th,.data_table>thead>tr>th{border-bottom:1px solid #dbdfe8;height:35px;padding:0 16px}.data_table>tfoot>tr>td,.data_table>thead>tr>th{padding-top:6px;padding-bottom:6px}.data_table>tbody>tr>td:first-child,.data_table>tfoot>tr>td:first-child,.data_table>tfoot>tr>th:first-child,.data_table>thead>tr>th:first-child{border-left:1px solid #dbdfe8}.data_table>tbody>tr>td:last-child,.data_table>tfoot>tr>td:last-child,.data_table>tfoot>tr>th:last-child,.data_table>thead>tr>th:last-child{border-right:1px solid #dbdfe8}.striped_table>tbody>tr:nth-child(odd){background-color:#00000014}.data_table>tbody>tr:hover{background-color:#f9f9f9}.data_table>thead>tr:first-child>th{border-top:1px solid #dbdfe8}.data_table>thead>tr:first-child>th:first-child{border-top-left-radius:8px}.data_table>thead>tr:first-child>th:last-child{border-top-right-radius:8px}.data_table>tbody.no_footer>tr:last-child>td:first-child,.data_table>tfoot>tr:last-child>td:first-child,.data_table>tfoot>tr:last-child>th:first-child{border-bottom-left-radius:8px}.data_table>tbody.no_footer>tr:last-child>td:last-child,.data_table>tfoot>tr:last-child>td:last-child,.data_table>tfoot>tr:last-child>th:last-child{border-bottom-right-radius:8px}.popover_header.card_title{background-color:#dcdfe6;color:#000;font-size:1.2rem}.dialog_subaccounts{color:#444;min-width:50vw}.header_bottom{background-color:var(--header_bottom_bg,#409eff);color:var(--header_bottom_color,#fff);min-height:50px}.header_bottom>*{max-width:calc(90% - 40px)}.badge_tickets{right:-6px;top:-2px;background-color:var(--badge_color);color:var(--badge_bg)}.main_menu>*{color:var(--header_bottom_color,#fff);text-decoration:none;display:flex;justify-content:center;align-items:center;min-height:50px}.main_menu .i_icon{margin-right:8px}.main_menu>a.router-link-active,.main_menu>a:hover{background-color:var(--menu_selected_bg,#f3f9ff);color:var(--menu_selected_color,#303133)}.main_menu>a.router-link-active{font-weight:700}.safari_warning{max-width:calc(90% - 40px);color:#ff4949;background-color:#ffeded;border:1px solid #ffdbdb;border-radius:4px}.current_flag{width:24px;height:24px}.country_flag,.current_flag{border-radius:50%;background-size:cover;background-position:50%;background-repeat:no-repeat}.country_flag{width:22px;height:22px;margin-left:4px;margin-right:4px}.country_selector,footer{color:#909399}footer{display:flex;justify-content:space-between;align-items:center;padding:2px 20px;background-color:#ebebed;font-size:12px;font-weight:300}.footer__link{color:#409eff;text-decoration:none}.system_time{position:fixed;bottom:8px;left:50%;transform:translateX(-50%)}@media screen and (max-width:1059px){.system_time{transform:none;left:auto;right:80px}}@media screen and (max-width:750px){.system_time{display:none}}.infobox{border-radius:4px;background-color:var(--info_box_bg,#d9edf7)}.infobox .i_icon{color:var(--info_icon_bg,grey)}.qr_code{border-spacing:0;flex:0 0 auto}.qr_code td{padding:0;background-color:#fff}.qr_code td.qr_1{background-color:#000}.user_feedback{position:fixed;top:50%;left:0;margin:0;padding:2px 10px;background-color:#aaa;color:#fff;font-size:14px;text-align:center;border:1px solid #666;border-top:none;cursor:pointer;z-index:11;transform:rotate(270deg) translateY(50%);transform-origin:left}.api_details{background-color:var(--info_box_bg);border-radius:6px;border:1px solid var(--page_hover_bg);white-space:pre-wrap}*,:after,:before{box-sizing:border-box}:focus{outline:none}body,html{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;color:#444;overflow:hidden!important;min-height:100%;height:100%;margin:0}h1,h2,h3,h4,h5,h6{margin:0}p{margin:8px 0;text-indent:1em}.application{overflow:hidden;display:flex;flex-direction:column;height:100%}svg{fill:currentColor}main{overflow:auto;flex:1 1 0;background-color:var(--bg_color,#f9f9f9)}hr{margin:0}a{color:var(--link_color,#5088dd);text-decoration:none}textarea{font-family:inherit}.must_login{filter:blur(7px)}.spinner{z-index:255;position:fixed;top:50%;left:50%;height:100px;width:100px;margin-left:-50px;margin-top:-50px;animation:spinloader 1.1s linear infinite}.vue-loading{position:absolute;top:0;left:0;z-index:2;margin:0;padding:0;width:100%;height:100%;border:none;cursor:wait;display:flex;justify-content:center;align-items:center;overflow:hidden}.vue-loading>*{animation:spinloader 1.1s linear infinite}@keyframes spinloader{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.main_screen{min-height:100%;max-width:90%;margin:0 auto;padding:20px}@media(max-width:1024px){.main_screen{max-width:calc(100% - 40px)}}.light_bg{background-color:#f9f9f9}table.data_table .default_button{max-height:30px;overflow:hidden;margin-top:0;margin-bottom:0}table.data_table:not(.dns_table) .color_button{padding:4px 8px}.sheet{background-color:#f9f9f9}.popup_menu_item{cursor:pointer;padding:4px 8px}.popup_menu_item:not([disabled]):hover{background-color:#f9f9f9}.actions_border{border-top:1px solid #ccc}.info_panel{background-color:#d9ecff;border-radius:4px;color:#444}.info_panel.soft{background-color:#eff7ff}.info_panel .i_icon.primary{color:#409eff}.main_screen .multiselect__option--highlight{background-color:var(--info_box_bg)}#intercom-container.intercom-namespace>.intercom-app>div[class|=intercom-with-namespace]{right:12px;bottom:48px}.intercom-app>.intercom-messenger-frame,.intercom-namespace iframe.intercom-launcher-frame,body>.intercom-lightweight-app{z-index:58}.checkbox,.radio{appearance:none;position:relative;margin:0;padding:0;flex:0 0 var(--checkbox_size);cursor:pointer}.checkbox,.checkbox:before,.radio,.radio:before{box-sizing:border-box;height:var(--checkbox_size);width:var(--checkbox_size);display:inline-block}.checkbox:before,.radio:before{position:absolute;content:"";background-color:#f9f9f9;border:1px solid var(--checkbox_border);background-repeat:no-repeat;background-position:50%;transition:.2s}.radio:before{border-radius:50%}.checkbox:before{border-radius:calc(var(--checkbox_size)*.2)}.checkbox:checked:before,.radio:checked:before{background-color:var(--checkbox_bg);border-color:var(--checkbox_border)}.radio:checked:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%278%27 fill=%27%23ffffff%27%3E%3C/circle%3E%3C/svg%3E");background-size:calc(var(--checkbox_size)*.4)}.checkbox:checked:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6.5 3 3 7-7'/%3E%3C/svg%3E");background-size:calc(var(--checkbox_size)*2/3)}input[type=date]::-webkit-clear-button,input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.white_color{color:#fff}.success_color{color:#20a835!important}.error_color{color:#f04025!important}.warn_color{color:#ffc008!important}.minor_color{color:#1975d0!important}.info_color{color:var(--info_icon_bg,#1975d0)!important}.grey_color{color:#444}.success_bg{background-color:#20a835}.error_bg{background-color:#f04025}.warn_bg{background-color:#ffc008}.info_bg{background-color:#1975d0}.grey_bg{background-color:#d0d0d0}.snotifyToast__body{word-break:break-word}.file_input{visibility:hidden;position:absolute;width:0;height:0}iframe.frame_loaded{z-index:1;background-color:#fff}.inset{top:50%;left:50%;transform:translate(-50%,-50%)}.ripple{position:relative;overflow:hidden;transform:translateZ(0)}.ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,#0000 0);background-position:50%;background-repeat:no-repeat;transform:scale(10);opacity:0;transition:transform .2s,opacity 1s}.ripple:active:after{transform:scale(0);opacity:.65;transition:0s}.ma-auto{margin:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.ma-0{margin:0!important}.mt-0,.mt-n0{margin-top:0!important}.mb-0,.mb-n0{margin-bottom:0!important}.ml-0,.ml-n0{margin-left:0!important}.mr-0,.mr-n0{margin-right:0!important}.mx-0,.mx-n0{margin-left:0!important;margin-right:0!important}.my-0,.my-n0{margin-top:0!important;margin-bottom:0!important}.ma-1{margin:4px!important}.mt-1{margin-top:4px!important}.mt-n1{margin-top:-4px!important}.mb-1{margin-bottom:4px!important}.mb-n1{margin-bottom:-4px!important}.ml-1{margin-left:4px!important}.ml-n1{margin-left:-4px!important}.mr-1{margin-right:4px!important}.mr-n1{margin-right:-4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.mx-n1{margin-left:-4px!important;margin-right:-4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.ma-2{margin:8px!important}.mt-2{margin-top:8px!important}.mt-n2{margin-top:-8px!important}.mb-2{margin-bottom:8px!important}.mb-n2{margin-bottom:-8px!important}.ml-2{margin-left:8px!important}.ml-n2{margin-left:-8px!important}.mr-2{margin-right:8px!important}.mr-n2{margin-right:-8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.mx-n2{margin-left:-8px!important;margin-right:-8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.ma-3{margin:12px!important}.mt-3{margin-top:12px!important}.mt-n3{margin-top:-12px!important}.mb-3{margin-bottom:12px!important}.mb-n3{margin-bottom:-12px!important}.ml-3{margin-left:12px!important}.ml-n3{margin-left:-12px!important}.mr-3{margin-right:12px!important}.mr-n3{margin-right:-12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.mx-n3{margin-left:-12px!important;margin-right:-12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.ma-4{margin:16px!important}.mt-4{margin-top:16px!important}.mt-n4{margin-top:-16px!important}.mb-4{margin-bottom:16px!important}.mb-n4{margin-bottom:-16px!important}.ml-4{margin-left:16px!important}.ml-n4{margin-left:-16px!important}.mr-4{margin-right:16px!important}.mr-n4{margin-right:-16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.mx-n4{margin-left:-16px!important;margin-right:-16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.ma-5{margin:20px!important}.mt-5{margin-top:20px!important}.mt-n5{margin-top:-20px!important}.mb-5{margin-bottom:20px!important}.mb-n5{margin-bottom:-20px!important}.ml-5{margin-left:20px!important}.ml-n5{margin-left:-20px!important}.mr-5{margin-right:20px!important}.mr-n5{margin-right:-20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.mx-n5{margin-left:-20px!important;margin-right:-20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.ma-6{margin:24px!important}.mt-6{margin-top:24px!important}.mt-n6{margin-top:-24px!important}.mb-6{margin-bottom:24px!important}.mb-n6{margin-bottom:-24px!important}.ml-6{margin-left:24px!important}.ml-n6{margin-left:-24px!important}.mr-6{margin-right:24px!important}.mr-n6{margin-right:-24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.mx-n6{margin-left:-24px!important;margin-right:-24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.ma-7{margin:28px!important}.mt-7{margin-top:28px!important}.mt-n7{margin-top:-28px!important}.mb-7{margin-bottom:28px!important}.mb-n7{margin-bottom:-28px!important}.ml-7{margin-left:28px!important}.ml-n7{margin-left:-28px!important}.mr-7{margin-right:28px!important}.mr-n7{margin-right:-28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.mx-n7{margin-left:-28px!important;margin-right:-28px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.ma-8{margin:32px!important}.mt-8{margin-top:32px!important}.mt-n8{margin-top:-32px!important}.mb-8{margin-bottom:32px!important}.mb-n8{margin-bottom:-32px!important}.ml-8{margin-left:32px!important}.ml-n8{margin-left:-32px!important}.mr-8{margin-right:32px!important}.mr-n8{margin-right:-32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.mx-n8{margin-left:-32px!important;margin-right:-32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.ma-9{margin:36px!important}.mt-9{margin-top:36px!important}.mt-n9{margin-top:-36px!important}.mb-9{margin-bottom:36px!important}.mb-n9{margin-bottom:-36px!important}.ml-9{margin-left:36px!important}.ml-n9{margin-left:-36px!important}.mr-9{margin-right:36px!important}.mr-n9{margin-right:-36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.mx-n9{margin-left:-36px!important;margin-right:-36px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.ma-10{margin:40px!important}.mt-10{margin-top:40px!important}.mt-n10{margin-top:-40px!important}.mb-10{margin-bottom:40px!important}.mb-n10{margin-bottom:-40px!important}.ml-10{margin-left:40px!important}.ml-n10{margin-left:-40px!important}.mr-10{margin-right:40px!important}.mr-n10{margin-right:-40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.mx-n10{margin-left:-40px!important;margin-right:-40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.ma-11{margin:44px!important}.mt-11{margin-top:44px!important}.mt-n11{margin-top:-44px!important}.mb-11{margin-bottom:44px!important}.mb-n11{margin-bottom:-44px!important}.ml-11{margin-left:44px!important}.ml-n11{margin-left:-44px!important}.mr-11{margin-right:44px!important}.mr-n11{margin-right:-44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.mx-n11{margin-left:-44px!important;margin-right:-44px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.ma-12{margin:48px!important}.mt-12{margin-top:48px!important}.mt-n12{margin-top:-48px!important}.mb-12{margin-bottom:48px!important}.mb-n12{margin-bottom:-48px!important}.ml-12{margin-left:48px!important}.ml-n12{margin-left:-48px!important}.mr-12{margin-right:48px!important}.mr-n12{margin-right:-48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.mx-n12{margin-left:-48px!important;margin-right:-48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.ma-13{margin:52px!important}.mt-13{margin-top:52px!important}.mt-n13{margin-top:-52px!important}.mb-13{margin-bottom:52px!important}.mb-n13{margin-bottom:-52px!important}.ml-13{margin-left:52px!important}.ml-n13{margin-left:-52px!important}.mr-13{margin-right:52px!important}.mr-n13{margin-right:-52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.mx-n13{margin-left:-52px!important;margin-right:-52px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.ma-14{margin:56px!important}.mt-14{margin-top:56px!important}.mt-n14{margin-top:-56px!important}.mb-14{margin-bottom:56px!important}.mb-n14{margin-bottom:-56px!important}.ml-14{margin-left:56px!important}.ml-n14{margin-left:-56px!important}.mr-14{margin-right:56px!important}.mr-n14{margin-right:-56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.mx-n14{margin-left:-56px!important;margin-right:-56px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.ma-15{margin:60px!important}.mt-15{margin-top:60px!important}.mt-n15{margin-top:-60px!important}.mb-15{margin-bottom:60px!important}.mb-n15{margin-bottom:-60px!important}.ml-15{margin-left:60px!important}.ml-n15{margin-left:-60px!important}.mr-15{margin-right:60px!important}.mr-n15{margin-right:-60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.mx-n15{margin-left:-60px!important;margin-right:-60px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.ma-16{margin:64px!important}.mt-16{margin-top:64px!important}.mt-n16{margin-top:-64px!important}.mb-16{margin-bottom:64px!important}.mb-n16{margin-bottom:-64px!important}.ml-16{margin-left:64px!important}.ml-n16{margin-left:-64px!important}.mr-16{margin-right:64px!important}.mr-n16{margin-right:-64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.mx-n16{margin-left:-64px!important;margin-right:-64px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.ma-17{margin:68px!important}.mt-17{margin-top:68px!important}.mt-n17{margin-top:-68px!important}.mb-17{margin-bottom:68px!important}.mb-n17{margin-bottom:-68px!important}.ml-17{margin-left:68px!important}.ml-n17{margin-left:-68px!important}.mr-17{margin-right:68px!important}.mr-n17{margin-right:-68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.mx-n17{margin-left:-68px!important;margin-right:-68px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.my-n17{margin-top:-68px!important;margin-bottom:-68px!important}.ma-18{margin:72px!important}.mt-18{margin-top:72px!important}.mt-n18{margin-top:-72px!important}.mb-18{margin-bottom:72px!important}.mb-n18{margin-bottom:-72px!important}.ml-18{margin-left:72px!important}.ml-n18{margin-left:-72px!important}.mr-18{margin-right:72px!important}.mr-n18{margin-right:-72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.mx-n18{margin-left:-72px!important;margin-right:-72px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.my-n18{margin-top:-72px!important;margin-bottom:-72px!important}.ma-19{margin:76px!important}.mt-19{margin-top:76px!important}.mt-n19{margin-top:-76px!important}.mb-19{margin-bottom:76px!important}.mb-n19{margin-bottom:-76px!important}.ml-19{margin-left:76px!important}.ml-n19{margin-left:-76px!important}.mr-19{margin-right:76px!important}.mr-n19{margin-right:-76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.mx-n19{margin-left:-76px!important;margin-right:-76px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.my-n19{margin-top:-76px!important;margin-bottom:-76px!important}.ma-20{margin:80px!important}.mt-20{margin-top:80px!important}.mt-n20{margin-top:-80px!important}.mb-20{margin-bottom:80px!important}.mb-n20{margin-bottom:-80px!important}.ml-20{margin-left:80px!important}.ml-n20{margin-left:-80px!important}.mr-20{margin-right:80px!important}.mr-n20{margin-right:-80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.mx-n20{margin-left:-80px!important;margin-right:-80px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.my-n20{margin-top:-80px!important;margin-bottom:-80px!important}.ma-21{margin:84px!important}.mt-21{margin-top:84px!important}.mt-n21{margin-top:-84px!important}.mb-21{margin-bottom:84px!important}.mb-n21{margin-bottom:-84px!important}.ml-21{margin-left:84px!important}.ml-n21{margin-left:-84px!important}.mr-21{margin-right:84px!important}.mr-n21{margin-right:-84px!important}.mx-21{margin-left:84px!important;margin-right:84px!important}.mx-n21{margin-left:-84px!important;margin-right:-84px!important}.my-21{margin-top:84px!important;margin-bottom:84px!important}.my-n21{margin-top:-84px!important;margin-bottom:-84px!important}.ma-22{margin:88px!important}.mt-22{margin-top:88px!important}.mt-n22{margin-top:-88px!important}.mb-22{margin-bottom:88px!important}.mb-n22{margin-bottom:-88px!important}.ml-22{margin-left:88px!important}.ml-n22{margin-left:-88px!important}.mr-22{margin-right:88px!important}.mr-n22{margin-right:-88px!important}.mx-22{margin-left:88px!important;margin-right:88px!important}.mx-n22{margin-left:-88px!important;margin-right:-88px!important}.my-22{margin-top:88px!important;margin-bottom:88px!important}.my-n22{margin-top:-88px!important;margin-bottom:-88px!important}.ma-23{margin:92px!important}.mt-23{margin-top:92px!important}.mt-n23{margin-top:-92px!important}.mb-23{margin-bottom:92px!important}.mb-n23{margin-bottom:-92px!important}.ml-23{margin-left:92px!important}.ml-n23{margin-left:-92px!important}.mr-23{margin-right:92px!important}.mr-n23{margin-right:-92px!important}.mx-23{margin-left:92px!important;margin-right:92px!important}.mx-n23{margin-left:-92px!important;margin-right:-92px!important}.my-23{margin-top:92px!important;margin-bottom:92px!important}.my-n23{margin-top:-92px!important;margin-bottom:-92px!important}.ma-24{margin:96px!important}.mt-24{margin-top:96px!important}.mt-n24{margin-top:-96px!important}.mb-24{margin-bottom:96px!important}.mb-n24{margin-bottom:-96px!important}.ml-24{margin-left:96px!important}.ml-n24{margin-left:-96px!important}.mr-24{margin-right:96px!important}.mr-n24{margin-right:-96px!important}.mx-24{margin-left:96px!important;margin-right:96px!important}.mx-n24{margin-left:-96px!important;margin-right:-96px!important}.my-24{margin-top:96px!important;margin-bottom:96px!important}.my-n24{margin-top:-96px!important;margin-bottom:-96px!important}.pa-auto{padding:auto!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.pa-0{padding:0!important}.pt-0,.pt-n0{padding-top:0!important}.pb-0,.pb-n0{padding-bottom:0!important}.pl-0,.pl-n0{padding-left:0!important}.pr-0,.pr-n0{padding-right:0!important}.px-0,.px-n0{padding-left:0!important;padding-right:0!important}.py-0,.py-n0{padding-top:0!important;padding-bottom:0!important}.pa-1{padding:4px!important}.pt-1{padding-top:4px!important}.pt-n1{padding-top:-4px!important}.pb-1{padding-bottom:4px!important}.pb-n1{padding-bottom:-4px!important}.pl-1{padding-left:4px!important}.pl-n1{padding-left:-4px!important}.pr-1{padding-right:4px!important}.pr-n1{padding-right:-4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.px-n1{padding-left:-4px!important;padding-right:-4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-n1{padding-top:-4px!important;padding-bottom:-4px!important}.pa-2{padding:8px!important}.pt-2{padding-top:8px!important}.pt-n2{padding-top:-8px!important}.pb-2{padding-bottom:8px!important}.pb-n2{padding-bottom:-8px!important}.pl-2{padding-left:8px!important}.pl-n2{padding-left:-8px!important}.pr-2{padding-right:8px!important}.pr-n2{padding-right:-8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.px-n2{padding-left:-8px!important;padding-right:-8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-n2{padding-top:-8px!important;padding-bottom:-8px!important}.pa-3{padding:12px!important}.pt-3{padding-top:12px!important}.pt-n3{padding-top:-12px!important}.pb-3{padding-bottom:12px!important}.pb-n3{padding-bottom:-12px!important}.pl-3{padding-left:12px!important}.pl-n3{padding-left:-12px!important}.pr-3{padding-right:12px!important}.pr-n3{padding-right:-12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.px-n3{padding-left:-12px!important;padding-right:-12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-n3{padding-top:-12px!important;padding-bottom:-12px!important}.pa-4{padding:16px!important}.pt-4{padding-top:16px!important}.pt-n4{padding-top:-16px!important}.pb-4{padding-bottom:16px!important}.pb-n4{padding-bottom:-16px!important}.pl-4{padding-left:16px!important}.pl-n4{padding-left:-16px!important}.pr-4{padding-right:16px!important}.pr-n4{padding-right:-16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.px-n4{padding-left:-16px!important;padding-right:-16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-n4{padding-top:-16px!important;padding-bottom:-16px!important}.pa-5{padding:20px!important}.pt-5{padding-top:20px!important}.pt-n5{padding-top:-20px!important}.pb-5{padding-bottom:20px!important}.pb-n5{padding-bottom:-20px!important}.pl-5{padding-left:20px!important}.pl-n5{padding-left:-20px!important}.pr-5{padding-right:20px!important}.pr-n5{padding-right:-20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.px-n5{padding-left:-20px!important;padding-right:-20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-n5{padding-top:-20px!important;padding-bottom:-20px!important}.pa-6{padding:24px!important}.pt-6{padding-top:24px!important}.pt-n6{padding-top:-24px!important}.pb-6{padding-bottom:24px!important}.pb-n6{padding-bottom:-24px!important}.pl-6{padding-left:24px!important}.pl-n6{padding-left:-24px!important}.pr-6{padding-right:24px!important}.pr-n6{padding-right:-24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.px-n6{padding-left:-24px!important;padding-right:-24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-n6{padding-top:-24px!important;padding-bottom:-24px!important}.pa-7{padding:28px!important}.pt-7{padding-top:28px!important}.pt-n7{padding-top:-28px!important}.pb-7{padding-bottom:28px!important}.pb-n7{padding-bottom:-28px!important}.pl-7{padding-left:28px!important}.pl-n7{padding-left:-28px!important}.pr-7{padding-right:28px!important}.pr-n7{padding-right:-28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.px-n7{padding-left:-28px!important;padding-right:-28px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-n7{padding-top:-28px!important;padding-bottom:-28px!important}.pa-8{padding:32px!important}.pt-8{padding-top:32px!important}.pt-n8{padding-top:-32px!important}.pb-8{padding-bottom:32px!important}.pb-n8{padding-bottom:-32px!important}.pl-8{padding-left:32px!important}.pl-n8{padding-left:-32px!important}.pr-8{padding-right:32px!important}.pr-n8{padding-right:-32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.px-n8{padding-left:-32px!important;padding-right:-32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-n8{padding-top:-32px!important;padding-bottom:-32px!important}.pa-9{padding:36px!important}.pt-9{padding-top:36px!important}.pt-n9{padding-top:-36px!important}.pb-9{padding-bottom:36px!important}.pb-n9{padding-bottom:-36px!important}.pl-9{padding-left:36px!important}.pl-n9{padding-left:-36px!important}.pr-9{padding-right:36px!important}.pr-n9{padding-right:-36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.px-n9{padding-left:-36px!important;padding-right:-36px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-n9{padding-top:-36px!important;padding-bottom:-36px!important}.pa-10{padding:40px!important}.pt-10{padding-top:40px!important}.pt-n10{padding-top:-40px!important}.pb-10{padding-bottom:40px!important}.pb-n10{padding-bottom:-40px!important}.pl-10{padding-left:40px!important}.pl-n10{padding-left:-40px!important}.pr-10{padding-right:40px!important}.pr-n10{padding-right:-40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.px-n10{padding-left:-40px!important;padding-right:-40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-n10{padding-top:-40px!important;padding-bottom:-40px!important}.pa-11{padding:44px!important}.pt-11{padding-top:44px!important}.pt-n11{padding-top:-44px!important}.pb-11{padding-bottom:44px!important}.pb-n11{padding-bottom:-44px!important}.pl-11{padding-left:44px!important}.pl-n11{padding-left:-44px!important}.pr-11{padding-right:44px!important}.pr-n11{padding-right:-44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.px-n11{padding-left:-44px!important;padding-right:-44px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-n11{padding-top:-44px!important;padding-bottom:-44px!important}.pa-12{padding:48px!important}.pt-12{padding-top:48px!important}.pt-n12{padding-top:-48px!important}.pb-12{padding-bottom:48px!important}.pb-n12{padding-bottom:-48px!important}.pl-12{padding-left:48px!important}.pl-n12{padding-left:-48px!important}.pr-12{padding-right:48px!important}.pr-n12{padding-right:-48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.px-n12{padding-left:-48px!important;padding-right:-48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-n12{padding-top:-48px!important;padding-bottom:-48px!important}.pa-13{padding:52px!important}.pt-13{padding-top:52px!important}.pt-n13{padding-top:-52px!important}.pb-13{padding-bottom:52px!important}.pb-n13{padding-bottom:-52px!important}.pl-13{padding-left:52px!important}.pl-n13{padding-left:-52px!important}.pr-13{padding-right:52px!important}.pr-n13{padding-right:-52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.px-n13{padding-left:-52px!important;padding-right:-52px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-n13{padding-top:-52px!important;padding-bottom:-52px!important}.pa-14{padding:56px!important}.pt-14{padding-top:56px!important}.pt-n14{padding-top:-56px!important}.pb-14{padding-bottom:56px!important}.pb-n14{padding-bottom:-56px!important}.pl-14{padding-left:56px!important}.pl-n14{padding-left:-56px!important}.pr-14{padding-right:56px!important}.pr-n14{padding-right:-56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.px-n14{padding-left:-56px!important;padding-right:-56px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-n14{padding-top:-56px!important;padding-bottom:-56px!important}.pa-15{padding:60px!important}.pt-15{padding-top:60px!important}.pt-n15{padding-top:-60px!important}.pb-15{padding-bottom:60px!important}.pb-n15{padding-bottom:-60px!important}.pl-15{padding-left:60px!important}.pl-n15{padding-left:-60px!important}.pr-15{padding-right:60px!important}.pr-n15{padding-right:-60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.px-n15{padding-left:-60px!important;padding-right:-60px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-n15{padding-top:-60px!important;padding-bottom:-60px!important}.pa-16{padding:64px!important}.pt-16{padding-top:64px!important}.pt-n16{padding-top:-64px!important}.pb-16{padding-bottom:64px!important}.pb-n16{padding-bottom:-64px!important}.pl-16{padding-left:64px!important}.pl-n16{padding-left:-64px!important}.pr-16{padding-right:64px!important}.pr-n16{padding-right:-64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.px-n16{padding-left:-64px!important;padding-right:-64px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.py-n16{padding-top:-64px!important;padding-bottom:-64px!important}.pa-17{padding:68px!important}.pt-17{padding-top:68px!important}.pt-n17{padding-top:-68px!important}.pb-17{padding-bottom:68px!important}.pb-n17{padding-bottom:-68px!important}.pl-17{padding-left:68px!important}.pl-n17{padding-left:-68px!important}.pr-17{padding-right:68px!important}.pr-n17{padding-right:-68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.px-n17{padding-left:-68px!important;padding-right:-68px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.py-n17{padding-top:-68px!important;padding-bottom:-68px!important}.pa-18{padding:72px!important}.pt-18{padding-top:72px!important}.pt-n18{padding-top:-72px!important}.pb-18{padding-bottom:72px!important}.pb-n18{padding-bottom:-72px!important}.pl-18{padding-left:72px!important}.pl-n18{padding-left:-72px!important}.pr-18{padding-right:72px!important}.pr-n18{padding-right:-72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.px-n18{padding-left:-72px!important;padding-right:-72px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.py-n18{padding-top:-72px!important;padding-bottom:-72px!important}.pa-19{padding:76px!important}.pt-19{padding-top:76px!important}.pt-n19{padding-top:-76px!important}.pb-19{padding-bottom:76px!important}.pb-n19{padding-bottom:-76px!important}.pl-19{padding-left:76px!important}.pl-n19{padding-left:-76px!important}.pr-19{padding-right:76px!important}.pr-n19{padding-right:-76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.px-n19{padding-left:-76px!important;padding-right:-76px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.py-n19{padding-top:-76px!important;padding-bottom:-76px!important}.pa-20{padding:80px!important}.pt-20{padding-top:80px!important}.pt-n20{padding-top:-80px!important}.pb-20{padding-bottom:80px!important}.pb-n20{padding-bottom:-80px!important}.pl-20{padding-left:80px!important}.pl-n20{padding-left:-80px!important}.pr-20{padding-right:80px!important}.pr-n20{padding-right:-80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.px-n20{padding-left:-80px!important;padding-right:-80px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.py-n20{padding-top:-80px!important;padding-bottom:-80px!important}.pa-21{padding:84px!important}.pt-21{padding-top:84px!important}.pt-n21{padding-top:-84px!important}.pb-21{padding-bottom:84px!important}.pb-n21{padding-bottom:-84px!important}.pl-21{padding-left:84px!important}.pl-n21{padding-left:-84px!important}.pr-21{padding-right:84px!important}.pr-n21{padding-right:-84px!important}.px-21{padding-left:84px!important;padding-right:84px!important}.px-n21{padding-left:-84px!important;padding-right:-84px!important}.py-21{padding-top:84px!important;padding-bottom:84px!important}.py-n21{padding-top:-84px!important;padding-bottom:-84px!important}.pa-22{padding:88px!important}.pt-22{padding-top:88px!important}.pt-n22{padding-top:-88px!important}.pb-22{padding-bottom:88px!important}.pb-n22{padding-bottom:-88px!important}.pl-22{padding-left:88px!important}.pl-n22{padding-left:-88px!important}.pr-22{padding-right:88px!important}.pr-n22{padding-right:-88px!important}.px-22{padding-left:88px!important;padding-right:88px!important}.px-n22{padding-left:-88px!important;padding-right:-88px!important}.py-22{padding-top:88px!important;padding-bottom:88px!important}.py-n22{padding-top:-88px!important;padding-bottom:-88px!important}.pa-23{padding:92px!important}.pt-23{padding-top:92px!important}.pt-n23{padding-top:-92px!important}.pb-23{padding-bottom:92px!important}.pb-n23{padding-bottom:-92px!important}.pl-23{padding-left:92px!important}.pl-n23{padding-left:-92px!important}.pr-23{padding-right:92px!important}.pr-n23{padding-right:-92px!important}.px-23{padding-left:92px!important;padding-right:92px!important}.px-n23{padding-left:-92px!important;padding-right:-92px!important}.py-23{padding-top:92px!important;padding-bottom:92px!important}.py-n23{padding-top:-92px!important;padding-bottom:-92px!important}.pa-24{padding:96px!important}.pt-24{padding-top:96px!important}.pt-n24{padding-top:-96px!important}.pb-24{padding-bottom:96px!important}.pb-n24{padding-bottom:-96px!important}.pl-24{padding-left:96px!important}.pl-n24{padding-left:-96px!important}.pr-24{padding-right:96px!important}.pr-n24{padding-right:-96px!important}.px-24{padding-left:96px!important;padding-right:96px!important}.px-n24{padding-left:-96px!important;padding-right:-96px!important}.py-24{padding-top:96px!important;padding-bottom:96px!important}.py-n24{padding-top:-96px!important;padding-bottom:-96px!important}.center{text-align:center}.left{text-align:left}.right{text-align:right}.middle{vertical-align:middle}.baseline{vertical-align:initial}.flex-center{margin:auto}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-even{justify-content:space-evenly}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.round-border{border-radius:50%!important}.round-1{border-radius:2px}.round-top-1{border-top-left-radius:2px;border-top-right-radius:2px}.round-bottom-1{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.round-left-1{border-top-left-radius:2px;border-bottom-left-radius:2px}.round-right-1{border-top-right-radius:2px;border-bottom-right-radius:2px}.round-2{border-radius:4px}.round-top-2{border-top-left-radius:4px;border-top-right-radius:4px}.round-bottom-2{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.round-left-2{border-top-left-radius:4px;border-bottom-left-radius:4px}.round-right-2{border-top-right-radius:4px;border-bottom-right-radius:4px}.round-3{border-radius:6px}.round-top-3{border-top-left-radius:6px;border-top-right-radius:6px}.round-bottom-3{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.round-left-3{border-top-left-radius:6px;border-bottom-left-radius:6px}.round-right-3{border-top-right-radius:6px;border-bottom-right-radius:6px}.round-4{border-radius:9px}.round-top-4{border-top-left-radius:9px;border-top-right-radius:9px}.round-bottom-4{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.round-left-4{border-top-left-radius:9px;border-bottom-left-radius:9px}.round-right-4{border-top-right-radius:9px;border-bottom-right-radius:9px}.round-5{border-radius:12px}.round-top-5{border-top-left-radius:12px;border-top-right-radius:12px}.round-bottom-5{border-bottom-right-radius:12px}.round-bottom-5,.round-left-5{border-bottom-left-radius:12px}.round-left-5{border-top-left-radius:12px}.round-right-5{border-top-right-radius:12px;border-bottom-right-radius:12px}.round-6{border-radius:16px}.round-top-6{border-top-left-radius:16px;border-top-right-radius:16px}.round-bottom-6{border-bottom-right-radius:16px}.round-bottom-6,.round-left-6{border-bottom-left-radius:16px}.round-left-6{border-top-left-radius:16px}.round-right-6{border-top-right-radius:16px;border-bottom-right-radius:16px}.flexbox{display:flex}.inline-flex{display:inline-flex!important}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.grow{flex-grow:1}.shrink{flex-shrink:1}.flex-auto{flex:1 1 auto}.flex-equal{flex:1 1 0}.nowrap{white-space:nowrap}.upper{text-transform:uppercase}.capital{text-transform:capitalize}.underline{text-decoration:underline}.no_underline{text-decoration:none}.bold{font-weight:700}.normal{font-weight:400}.italic{font-style:italic}.light{font-weight:lighter}.line-1{line-height:normal}.font-0{font-size:.8rem!important}.font-1{font-size:.9rem!important}.font-2{font-size:1rem!important}.font-3{font-size:1.1rem!important}.font-4{font-size:1.25rem!important}.font-5{font-size:1.5rem!important}.font-6{font-size:1.8rem!important}.font-7{font-size:2rem!important}.font-8{font-size:2.25rem!important}.block{display:block}.inline-block{display:inline-block!important}.no_border{border:none}.pointer{cursor:pointer}.transparent{color:#0000!important}.clip{overflow:hidden}.scroll{overflow:auto}.relative{position:relative}.absolute{position:absolute}.full-width{width:100%}.full-height{height:100%}.tooltip{display:block!important;z-index:100}.tooltip .tooltip-inner{background:#606060e6;color:#fff;padding:5px 8px;font-size:.8rem;border-radius:2px}.tooltip .tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#606060e6;z-index:1}.tooltip[x-placement^=top]{margin-bottom:5px}.tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0 5px;border-left-color:#0000!important;border-right-color:#0000!important;border-bottom-color:#0000!important;bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px 5px;border-left-color:#0000!important;border-right-color:#0000!important;border-top-color:#0000!important;top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=right]{margin-left:5px}.tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:#0000!important;border-top-color:#0000!important;border-bottom-color:#0000!important;left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip[x-placement^=left]{margin-right:5px}.tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:#0000!important;border-right-color:#0000!important;border-bottom-color:#0000!important;right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip.popover{margin:0}.tooltip.popover .popover-inner{background:#f9f9f9;color:#000;padding:0;border-radius:5px;box-shadow:0 5px 30px #0000001a;font-size:1rem}.tooltip.popover .popover-arrow{border:none}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .25s,visibility .25s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .35s}.v-popover{display:inline-block;vertical-align:middle}.modal-enter-active{transition:all .4s ease}.modal-leave-active{transition:all .25s cubic-bezier(1,.5,.8,1)}.modal-enter,.modal-leave-to{transform:translateX(10px);opacity:0}.pop-in-top-leave-active{animation:popInTop;animation-duration:.8s;animation-fill-mode:both;animation-direction:reverse}.pop-in-top-enter-active{animation:popInTop;animation-duration:.8s;animation-fill-mode:both}@keyframes popInTop{0%{transform:translate3d(-50%,-200px,0) scale3d(.1,.1,.1);opacity:0}40%{animation-timing-function:cubic-bezier(.47,0,.745,.715);opacity:1;transform:translate3d(-50%,0,0) scale3d(1.08,1.08,1.08)}60%{animation-timing-function:ease-in-out;transform:translate3d(-50%,0,0) scaleX(1)}80%{animation-timing-function:ease-in-out;transform:translate3d(-50%,0,0) scale3d(1.03,1.03,1.03)}to{animation-timing-function:cubic-bezier(.25,.46,.45,.94);transform:translate3d(-50%,0,0) scaleX(1)}}.pop-in-bottom-leave-active{animation:popInBottom;animation-duration:.8s;animation-fill-mode:both;animation-direction:reverse}.pop-in-bottom-enter-active{animation:popInBottom;animation-duration:.8s;animation-fill-mode:both}@keyframes popInBottom{0%{transform:translate3d(-50%,200px,0) scale3d(.1,.1,.1);opacity:0}40%{animation-timing-function:cubic-bezier(.47,0,.745,.715);opacity:1;transform:translate3d(-50%,0,0) scale3d(1.08,1.08,1.08)}60%{animation-timing-function:ease-in-out;transform:translate3d(-50%,0,0) scaleX(1)}80%{animation-timing-function:ease-in-out;transform:translate3d(-50%,0,0) scale3d(1.03,1.03,1.03)}to{animation-timing-function:cubic-bezier(.25,.46,.45,.94);transform:translate3d(-50%,0,0) scaleX(1)}}.snotifyToast{animation-fill-mode:both}.snotify-leftBottom .fadeIn,.snotify-leftCenter .fadeIn,.snotify-leftTop .fadeIn{animation-name:fadeInLeft}.snotify-leftBottom .fadeOut,.snotify-leftCenter .fadeOut,.snotify-leftTop .fadeOut{animation-name:fadeOutLeft}.snotify-rightBottom .fadeIn,.snotify-rightCenter .fadeIn,.snotify-rightTop .fadeIn{animation-name:fadeInRight}.snotify-rightBottom .fadeOut,.snotify-rightCenter .fadeOut,.snotify-rightTop .fadeOut{animation-name:fadeOutRight}.snotify-centerTop .fadeIn{animation-name:fadeInDown}.snotify-centerTop .fadeOut{animation-name:fadeOutUp}.snotify-centerCenter .fadeIn{animation-name:fadeIn}.snotify-centerCenter .fadeOut{animation-name:fadeOut}.snotify-centerBottom .fadeIn{animation-name:fadeInUp}.snotify-centerBottom .fadeOut{animation-name:fadeOutDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes appear{0%{max-height:0}to{max-height:50vh}}@keyframes disappear{0%{opacity:0;max-height:50vh}to{opacity:0;max-height:0}}@keyframes async{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.snotify{display:block;position:fixed;width:300px;z-index:9999;pointer-events:none}.snotify,.snotify *{box-sizing:border-box}.snotify-leftBottom,.snotify-leftCenter,.snotify-leftTop{left:10px}.snotify-rightBottom,.snotify-rightCenter,.snotify-rightTop{right:10px}.snotify-centerBottom,.snotify-centerCenter,.snotify-centerTop{left:calc(50% - 150px)}.snotify-centerTop,.snotify-leftTop,.snotify-rightTop{top:10px}.snotify-centerCenter,.snotify-leftCenter,.snotify-rightCenter{top:50%;transform:translateY(-50%)}.snotify-centerBottom,.snotify-leftBottom,.snotify-rightBottom{bottom:10px}.snotify-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;z-index:9998;transition:opacity .3s}.snotifyToast{display:block;cursor:pointer;background-color:#fff;height:100%;margin:5px;opacity:0;border-radius:5px;overflow:hidden;pointer-events:auto}.snotifyToast--in{animation-name:appear}.snotifyToast--out{animation-name:disappear}.snotifyToast__inner{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:center;position:relative;padding:5px 65px 5px 15px;min-height:78px;font-size:13px;color:#000}.snotifyToast__noIcon{padding:5px 15px 5px 15px}.snotifyToast__progressBar{position:relative;width:100%;height:10px;background-color:#c7c7c7}.snotifyToast__progressBar__percentage{position:absolute;top:0;left:0;height:10px;background-color:#4c4c4c;max-width:100%}.snotifyToast__title{font-size:1.2em;font-weight:700;line-height:1.2em;margin-bottom:5px;color:#fff}.snotifyToast__body{font-size:1em}.snotifyToast-show{transform:translate(0);opacity:1}.snotifyToast-remove{max-height:0;overflow:hidden;transform:translateY(50%);opacity:0}.fadeOutRight{animation-name:fadeOutRight}.snotify-simple .snotifyToast__body,.snotify-simple .snotifyToast__title{color:#000}.snotify-success{background-color:#2ea44f}.snotify-success .snotifyToast__progressBar{background-color:#2c974b}.snotify-success .snotifyToast__progressBar__percentage{background-color:#81c784}.snotify-success .snotifyToast__body{color:#fff}.snotify-info{background-color:#1e88e5}.snotify-info .snotifyToast__progressBar{background-color:#1565c0}.snotify-info .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-info .snotifyToast__body{color:#e3f2fd}.snotify-warning{background-color:#ff9800}.snotify-warning .snotifyToast__progressBar{background-color:#ef6c00}.snotify-warning .snotifyToast__progressBar__percentage{background-color:#ffcc80}.snotify-warning .snotifyToast__body{color:#fff3e0}.snotify-error{background-color:#f04025}.snotify-error .snotifyToast__progressBar{background-color:#c62828}.snotify-error .snotifyToast__progressBar__percentage{background-color:#f56c6c}.snotify-error .snotifyToast__body{color:#fff}.snotify-error .snotifyToast__buttons button{background-color:var(--btn_primary_bg);color:#fff}.snotify-error .snotifyToast__buttons button:hover{background-color:var(--btn_primary_hover_bg)}.snotify-async{background-color:#1e88e5}.snotify-async .snotifyToast__progressBar{background-color:#1565c0}.snotify-async .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-async .snotifyToast__body{color:#e3f2fd}.snotify-confirm{background-color:#fff;border:1px solid var(--info_box_bg,#f0f0f0)}.snotify-confirm .snotifyToast__progressBar{background-color:#4db6ac}.snotify-confirm .snotifyToast__progressBar__percentage{background-color:#80cbc4}.snotify-confirm .snotifyToast__inner{align-items:center}.snotify-confirm .snotifyToast__body,.snotify-confirm .snotifyToast__title{color:#444}.snotify-confirm .snotifyToast__buttons button{background-color:var(--btn_primary_bg);color:#fff}.snotify-confirm .snotifyToast__buttons button:hover{background-color:var(--btn_primary_hover_bg)}.snotify-prompt{background-color:#009688}.snotify-prompt .snotifyToast__title{margin-bottom:0}.snotify-prompt .snotifyToast__body{color:#e0f2f1}.snotify-confirm .snotifyToast__inner,.snotify-prompt .snotifyToast__inner{padding:10px 15px}.snotifyToast__input{position:relative;z-index:1;display:inline-block;margin:0;width:100%;vertical-align:top;transition:all .5s;transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input__field{position:relative;display:block;float:right;padding:.85em .5em;width:100%;border:none;border-radius:0;background:#0000;color:#333;font-weight:700;-webkit-appearance:none;opacity:0;transition:opacity .3s}.snotifyToast__input__field:focus{outline:none}.snotifyToast__input__label{display:inline-block;float:right;padding:0 .85em;width:100%;color:#e0f2f1;font-weight:700;font-size:70.25%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:absolute;left:0;height:100%;text-align:left;pointer-events:none}.snotifyToast__input__label:after,.snotifyToast__input__label:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .3s}.snotifyToast__input__label:before{border-top:2px solid #fff;transform:translate3d(0,100%,0) translate3d(0,-2px,0);transition-delay:.3s}.snotifyToast__input__label:after{z-index:-1;background:#b2dfdb;transform:scaleY(0);transform-origin:50% 0}.snotifyToast__input__labelContent{position:relative;display:block;padding:1em 0;width:100%;transition:transform .3s .3s}.snotifyToast__input--filled{margin-top:2.5em}.snotifyToast__input--filled .snotifyToast__input__field,.snotifyToast__input--filled:focus{opacity:1;transition-delay:.3s}.snotifyToast__input--filled .snotifyToast__input__labelContent,.snotifyToast__input__field:focus+.snotifyToast__input__label .snotifyToast__input__labelContent{transform:translateY(-80%);transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input--filled .snotifyToast__input__label:before,.snotifyToast__input__field:focus+.snotifyToast__input__label:before{transition-delay:0s;transform:translate(0)}.snotifyToast__input--filled .snotifyToast__input__label:after,.snotifyToast__input__field:focus+.snotifyToast__input__label:after{transform:scale(1);transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast--invalid .snotifyToast__input__label:before{border-color:#f04025}.snotifyToast--valid .snotifyToast__input__label:before{border-color:#2ea44f}.snotifyToast__buttons{display:flex;flex-flow:row nowrap;justify-content:space-between;border-top:1px solid #0000001a}.snotifyToast__buttons button{position:relative;width:100%;border-right:1px solid #0000001a;border-left:1px solid #0000001a;border-top:none;border-bottom:none;background:#0000;padding:8px;text-transform:capitalize;color:#fff;box-sizing:border-box;overflow:hidden}.snotifyToast__buttons button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff4d;opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.snotifyToast__buttons button:focus:not(:active):after{animation:ripple 1s ease-out}.snotifyToast__buttons button:focus,.snotifyToast__buttons button:hover{background:#0000001a;outline:none}.snotifyToast__buttons button:active{background:#00000026}.snotifyToast__buttons button:last-child{border-right:none}.snotifyToast__buttons button:first-child{border-left:none}.snotifyToast__buttons--bold{font-weight:700}@keyframes ripple{0%{transform:scale(0);opacity:1}20%{transform:scale(25);opacity:1}to{opacity:0;transform:scale(40)}}.snotify-icon{position:absolute;right:10px;top:50%;line-height:0;transform:translateY(-50%);max-height:20px;max-width:20px;width:100%;height:100%;display:none}.snotify-icon--error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFCDD2'%3E%3Cpath d='M437 75A256 256 0 1 0 75 437 256 256 0 1 0 437 75Zm-20.57 341.43a226.82 226.82 0 0 1-320.86 0C7.11 328 7.11 184 95.57 95.57a226.82 226.82 0 0 1 320.86 0c88.46 88.43 88.46 232.43 0 320.86Z'/%3E%3Cpath d='M368.81 143.19a14.5 14.5 0 0 0-20.58 0L256 235.42l-92.23-92.23a14.55 14.55 0 0 0-20.58 20.58L235.42 256l-92.23 92.23a14.6 14.6 0 0 0 10.24 24.89 14.19 14.19 0 0 0 10.24-4.31l92.23-92.23 92.23 92.23a14.64 14.64 0 0 0 10.24 4.31 14 14 0 0 0 10.24-4.31 14.5 14.5 0 0 0 0-20.58l-92-92.23 92.23-92.23a14.5 14.5 0 0 0-.03-20.58Z'/%3E%3C/svg%3E")}.snotify-icon--warning{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFCCBC'%3E%3Cpath d='M256 512c141.15 0 256-114.84 256-256S397.15 0 256 0 0 114.84 0 256s114.85 256 256 256Zm0-480.49c123.79 0 224.49 100.71 224.49 224.49S379.79 480.49 256 480.49 31.51 379.79 31.51 256 132.21 31.51 256 31.51Z'/%3E%3Ccircle cx='260.08' cy='343.87' r='26.35'/%3E%3Cpath d='M254.68 278.39a15.76 15.76 0 0 0 15.75-15.75V128.72a15.75 15.75 0 1 0-31.51 0v133.91a15.76 15.76 0 0 0 15.76 15.76Z'/%3E%3C/svg%3E")}.snotify-icon--info{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23BBDEFB'%3E%3Cpath d='M256 0C114.84 0 0 114.84 0 256s114.84 256 256 256 256-114.84 256-256S397.15 0 256 0Zm0 478.43c-122.65 0-222.43-99.79-222.43-222.43S133.35 33.58 256 33.58 478.42 133.36 478.42 256 378.64 478.43 256 478.43Z'/%3E%3Cpath d='M251.26 161.24a22.39 22.39 0 1 0-22.38-22.39 22.39 22.39 0 0 0 22.38 22.39ZM286.84 357.87h-14v-160A16.79 16.79 0 0 0 256 181.05h-30.83a16.79 16.79 0 0 0 0 33.58h14.05v143.24h-14.05a16.79 16.79 0 0 0 0 33.57h61.67a16.79 16.79 0 1 0 0-33.57Z'/%3E%3C/svg%3E")}.snotify-icon--success{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23C8E6C9'%3E%3Cpath d='M256 0C114.85 0 0 114.84 0 256s114.85 256 256 256 256-114.84 256-256S397.15 0 256 0Zm0 492.31c-130.29 0-236.31-106-236.31-236.31S125.71 19.69 256 19.69 492.31 125.71 492.31 256 386.29 492.31 256 492.31Z'/%3E%3Cpath class='cls-1' d='M376.64 151 225.31 321.24l-91.17-72.93a9.85 9.85 0 0 0-12.3 15.38l98.46 78.77a9.86 9.86 0 0 0 13.52-1.15l157.54-177.23A9.85 9.85 0 0 0 376.64 151Z'/%3E%3C/svg%3E")}.snotify-icon--async{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23BBDEFB'%3E%3Cpath d='M256 0a32 32 0 0 0-32 32v64a32 32 0 0 0 64 0V32a32 32 0 0 0-32-32Zm0 384a32 32 0 0 0-32 32v64a32 32 0 0 0 64 0v-64a32 32 0 0 0-32-32Zm135.74-218.5L437 120.22A32 32 0 0 0 391.74 75l-45.24 45.22a32 32 0 0 0 45.25 45.28Zm-271.52 181L75 391.74A32 32 0 0 0 120.22 437l45.25-45.25a32 32 0 0 0-45.25-45.25Zm0-271.52A32 32 0 1 0 75 120.22l45.25 45.28a32 32 0 1 0 45.25-45.28ZM391.74 346.5a32 32 0 0 0-45.25 45.25L391.74 437A32 32 0 0 0 437 391.74ZM480 224h-64a32 32 0 0 0 0 64h64a32 32 0 0 0 0-64Zm-352 32a32 32 0 0 0-32-32H32a32 32 0 0 0 0 64h64a32 32 0 0 0 32-32Z'/%3E%3C/svg%3E");animation:async 3s linear infinite;transform-origin:50% 50%}.login_page{display:flex}.login_form{margin:auto;display:inline-block}.bad_route{width:100%;height:100%;min-height:65vh;line-height:1.5;font-family:sans-serif;display:flex}.bad_route>*{margin:auto;text-align:center}.bad_route h1{color:#555;font-size:2em;font-weight:400}.bad_route p{color:#888}