svg.ako-avatar{padding:8px;border-radius:50%}svg.ako-avatar path{stroke:currentColor!important}.ako-avatar{display:flex;align-items:center}.ako-avatar img{border-radius:50%;padding:3px;border:1px dashed var(--border)}.ako-avatar .ako-avatar-header{font-weight:500!important;font-size:.95rem!important;max-width:150px!important}.ako-avatar .ako-avatar-subtitle{font-weight:400!important;font-size:.85rem!important}.ako-avatar-uploader{display:flex;align-items:center}.ako-avatar-uploader input{display:none}.ako-avatar-uploader img{border:1px dashed var(--border-2);border-radius:50%;padding:5px;width:101px;height:101px;object-fit:contain}.ako-avatar-uploader svg.ako-avatar-uploader--img{background-color:var(--light-text)!important}.ako-avatar-uploader svg.ako-avatar-uploader--img path{stroke:#222!important}.ako-avatar-uploader .ako-avatar-uploader--actions{display:flex}.ako-avatar-uploader .ako-avatar-uploader--actions button{height:30px!important;font-size:.8rem!important;display:flex;align-items:center}.ako-avatar-uploader .ako-avatar-uploader--actions button:first-child svg{color:#fff}.ako-avatar-uploader .ako-avatar-uploader--actions button svg{width:14px!important;height:14px!important}.ako-avatar-uploader .ako-avatar-uploader--actions button:disabled{color:var(--text)!important;opacity:.7}.ako-avatar-uploader .ako-avatar-uploader--actions button:disabled svg{color:var(--text)!important}.ako-avatar-uploader .ako-avatar-uploader--actions button.ako-avatar-uploader--delete-btn{width:25px!important;display:flex;justify-content:center}aside{height:100vh;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;bottom:0;background-color:var(--light);border-left:1px solid var(--border);width:260px;padding:0!important;transition:all .25s ease;white-space:nowrap;display:flex;flex-direction:column;justify-content:space-between;z-index:999}aside::-webkit-scrollbar{width:4px;height:10px}aside::-webkit-scrollbar-track{border-radius:10px}aside::-webkit-scrollbar-thumb{background:transparent;border-radius:2px}aside:hover::-webkit-scrollbar-thumb{background:var(--light-3)}aside *{user-select:none!important;-moz-user-select:none!important;-webkit-user-select:none!important;-ms-user-select:none!important}aside>ul{padding:20px 0 0!important;margin:0!important;width:100%}aside .sidebar-item a{display:flex;margin-bottom:10px;position:relative;padding:8px 0;align-items:center}aside .sidebar-item a svg,aside .sidebar-item a .sidebar-item-title{transition:.25s ease}aside .sidebar-item a:hover .sidebar-item-title{color:var(--text)}aside .sidebar-item a:before{content:"";position:absolute;right:-5px;top:3px;bottom:3px;width:10px;background-color:transparent;border-radius:15px 0 0 15px;z-index:9999;transition:.2s ease-out;transform:scale(0)}aside .sidebar-item a.active{padding-right:7px}aside .sidebar-item a.active:before{background-color:var(--primary);transform:scale(1);transition:.2s ease}aside .sidebar-item a.active svg{color:var(--primary)!important}aside .sidebar-item a.active svg *{stroke:var(--primary)!important}aside .sidebar-item a.active .sidebar-item-title{color:var(--text)}aside .sidebar-item a .sidebar-item-title{margin-right:15px;font-size:.94rem!important;color:var(--text);font-weight:500!important;transition:all .15s ease}aside .sidebar-item .sidebar-item-icon{display:flex;position:relative;z-index:999;padding-right:15px}aside .sidebar-item .sidebar-item-icon svg{width:20px;height:20px;color:var(--text)}aside .sidebar-item .sidebar-item-icon svg *{stroke:currentColor!important}aside .sidebar-item.sidebar-item--collapse{width:100%;direction:ltr;display:flex;justify-content:flex-end}aside .sidebar-item.sidebar-item--collapse .sidebar-item-icon{margin:8px 0 0 15px}aside .sidebar-item.sidebar-item--collapse .ant-collapse{width:100%;margin-bottom:10px;background-color:transparent!important}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-header{width:100%;position:relative;padding:8px 0!important}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-header .ant-collapse-header-text{font-weight:500;color:var(--text)}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box{padding:0 10px 0 0!important;position:relative}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box:before{content:"";position:absolute;right:-26px;top:10px;bottom:10px!important;background-color:var(--divider);opacity:.3;width:2px;z-index:9999!important}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box a{justify-content:flex-end;padding:0!important;position:relative;font-size:.8rem!important;color:var(--light-text)}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box a:first-child{margin-top:10px}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box a:after{content:"";position:absolute;right:-38px!important;top:50%!important;transform:translateY(-50%);background-color:var(--divider);width:6px!important;height:6px!important;z-index:9999!important;border-radius:50%;opacity:.4}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box a:before{content:"";position:absolute;right:-43px!important;top:50%!important;transform:translateY(-50%);background-color:var(--divider);width:16px!important;height:16px!important;z-index:9999!important;border-radius:50%;background-color:var(--light)!important;transition:.2s ease}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box a.active{color:var(--text)!important}aside .sidebar-item.sidebar-item--collapse .ant-collapse .ant-collapse-content-box a.active:after{background-color:var(--primary);opacity:1!important;box-shadow:0 0 10px 1px var(--primary)}aside .sidebar-item.sidebar-item--collapse .ant-collapse-arrow{position:absolute;left:20px;width:16px!important;height:16px!important;transition:.1s ease-out;transform:scale(.65);top:8px}aside .sidebar-item.sidebar-item--collapse .ant-collapse-arrow.opened{transform:rotate(-90deg) scale(.65)}aside .sidebar-item .ant-badge-count{background-color:var(--danger);color:#fff;box-shadow:unset;padding:1px 10px}aside .sidebar-bottom{margin-bottom:20px}aside .sidebar-divider{width:60%;display:block!important;margin:25px 15px 14px auto!important;color:var(--light-text-2)!important;font-size:.75rem}aside .sidebar-logo{display:flex;justify-content:flex-start;align-items:center;margin:0 0 40px;transition:.2s ease;height:50px}aside .sidebar-logo img.small-logo{display:none}aside .sidebar-logo img.full-logo{margin:auto;width:auto;height:40px;transition:.2s ease}aside .sidebar-logo img.small-logo{width:auto;height:35px;transition:.2s ease}aside .ako-avatar .ako-avatar-header,aside .ako-avatar .ako-avatar-subtitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px;display:inherit}aside .ako-avatar .ako-avatar-header{font-size:.8rem!important;transition:.1s ease;border-bottom:1px dashed transparent}aside .ako-avatar{cursor:pointer}aside .ako-avatar:hover .ako-avatar-header{border-color:var(--light-text)!important}aside .ako-avatar .ako-avatar-subtitle{font-size:.7rem!important;margin-top:4px}aside .ako-avatar img{transition:.1s ease-out}aside .logout-icon{width:16px!important;height:16px!important}aside.aside-collapsed{width:50px}aside.aside-collapsed .sidebar-item-title{text-indent:-200%}aside.aside-collapsed .ant-collapse-header{opacity:0}aside.aside-collapsed .ako-avatar img{width:40px!important;height:40px!important;margin-right:5px!important}aside.aside-collapsed a{padding-right:0!important}aside.aside-collapsed .sidebar-logo{justify-content:center;margin-right:0!important}aside.aside-collapsed .sidebar-logo img.full-logo{display:none}aside.aside-collapsed .sidebar-logo img.small-logo{display:inline-block}aside:hover{width:260px!important}aside:hover .sidebar-item-title{text-indent:0!important}aside:hover .ant-collapse-header{opacity:1!important}aside:hover .sidebar-logo{justify-content:flex-start}aside:hover .sidebar-logo img.full-logo{display:inline-block}aside:hover .sidebar-logo img.small-logo{display:none}@media(max-width:993px){aside{width:260px!important;right:0}aside .sidebar-item-title{text-indent:0!important}aside.aside-collapsed{right:-260px}.sidebar-opened .panel-overlay{content:"";position:fixed;inset:0;z-index:1;background:#65656880!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.panel-layout-container{margin-right:0!important}}.text-light-text .ako-avatar-header h4{min-width:150px}.ant-breadcrumb{color:var(--text-muted)!important}.ant-breadcrumb ol{margin-right:10px;align-items:center}.ant-breadcrumb ol svg,.ant-breadcrumb ol a{transition:.2s ease}.ant-breadcrumb ol a,.ant-breadcrumb ol span{font-size:.9rem!important;font-weight:500!important;display:flex}.ant-breadcrumb ol li{display:flex!important}.ant-breadcrumb ol li a:hover{color:var(--primary)!important}.ant-breadcrumb ol li a:hover svg{color:var(--primary)!important}.ant-breadcrumb ol li a:hover svg path{stroke:var(--primary)!important;color:var(--primary)!important}.ant-breadcrumb ol li svg,.ant-breadcrumb ol li a{color:var(--light-text)!important}.ant-breadcrumb ol li.ant-breadcrumb-separator{transform:translateY(3px);font-size:1.3rem;color:var(--light-text);margin-inline:10px!important}.ant-breadcrumb ol li svg{transform:scale(.9)}.ant-breadcrumb ol li svg path{stroke:var(--light-text)}.ant-breadcrumb ol li:last-child a{color:var(--light-text)}#main-header{background-color:transparent!important;position:relative;border-bottom:1px solid var(--border)!important}#main-header a svg{color:var(--text)!important}#main-header .header-row{display:flex;align-items:center;justify-content:space-between}#main-header .theme-icon{width:26px;height:26px}#main-header .theme-icon path{fill:#efbf0f!important}#main-header .header-title{font-weight:600;font-size:1.3rem;margin-top:5px 0 0 0!important;padding:0!important;color:var(--light-text)}#main-header .hamburger-container{position:relative;height:50px;padding-left:60px}#main-header .hamburger-menu{margin-left:14px}#main-header .hamburger-menu label{display:flex;flex-direction:column;width:30px;cursor:pointer}#main-header .hamburger-menu label span{background:var(--primary);border-radius:10px;height:2px;margin:3px 0;transition:.4s cubic-bezier(.68,-.6,.32,1.6)}#main-header .hamburger-menu span:nth-of-type(1){width:50%}#main-header .hamburger-menu span:nth-of-type(2){width:100%}#main-header .hamburger-menu span:nth-of-type(3){width:75%}#main-header .hamburger-menu input[type=checkbox]{display:none}#main-header .hamburger-menu input[type=checkbox]:checked~span:nth-of-type(1){transform-origin:left;transform:rotate(125deg) translate(-1px)}#main-header .hamburger-menu input[type=checkbox]:checked~span:nth-of-type(2){display:none}#main-header .hamburger-menu input[type=checkbox]:checked~span:nth-of-type(3){transform-origin:bottom;width:50%;transform:translate(-12px,-14px) rotate(45deg)}.ant-dropdown.profile-dropdown ul{background-color:var(--surface)!important;min-width:150px}.header-profile-btn{outline:none;display:flex;align-items:center;border:none!important;color:var(--light-text);background-color:transparent;padding:10px 20px 10px 12px;cursor:pointer;transition:.2s ease-out}.header-profile-btn span{font-weight:500;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;font-size:.9rem}.header-profile-btn svg{width:20px;height:20px;margin-left:10px}.header-profile-btn svg path{stroke:var(--light-text)}.header-profile-btn:hover{color:#fff}.header-profile-btn:hover svg path{stroke:var(--primary)}.toggle-them-panel{--size: 24px !important;-webkit-appearance:none;appearance:none;outline:none;cursor:pointer;width:var(--size)!important;height:var(--size)!important;box-shadow:inset calc(var(--size) * .33) calc(var(--size) * -.25) 0!important;border-radius:999px!important;color:var(--light-text)!important;transition:all .5s!important}.toggle-them-panel:checked{--ray-size: calc(var(--size) * -.42) !important;--offset-orthogonal: calc(var(--size) * .8) !important;--offset-diagonal: calc(var(--size) * .55) !important;transform:scale(.6)!important;color:#efbf0f!important;box-shadow:inset 0 0 0 var(--size),calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size),var(--offset-orthogonal) 0 0 var(--ray-size),0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size),0 var(--offset-orthogonal) 0 var(--ray-size),calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size),var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size),calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size),var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size)!important}.ako-card{background-color:var(--surface);border-radius:20px;padding:20px;border:1px solid var(--border);box-shadow:0 3px 4px #00000005}.ako-card input,.ako-card .ant-select-selector{background-color:var(--input)!important}.ako-card h1{margin-bottom:20px}.ako-card form button[type=submit]{height:44px!important}.panel-layout-container{margin-right:260px;transition:.2s ease-in-out}.panel-layout-container>.panel-layout-content,.panel-layout-container header{width:100%!important}.sidebar-closed .panel-layout-container{margin-right:0}.sidebar-miniaturized .panel-layout-container{margin-right:50px}.inner-layout,#main-header{padding:15px 30px!important}.inner-layout{display:flex;flex-direction:column;gap:10px}.panel-loading-card{position:fixed;width:100%;top:50%;transform:translateY(-50%) translate(-50%);left:50%;max-width:700px;margin:0 20px}.panel-loading-card .panel-loading-card--title{margin-top:20px}.container{display:flex;flex-wrap:wrap;width:100%;gap:10px}.container .rightSide{width:calc(75% - 5px);display:flex;flex-direction:column;gap:10px}@media screen and (max-width:1024px){.container .rightSide{width:100%}}.container .leftSide{position:relative;width:calc(25% - 5px);display:flex;flex-direction:column;gap:10px}@media screen and (max-width:1024px){.container .leftSide{width:100%}}.container .form-header{margin-bottom:5px!important}.container .ant-list-item{padding:8px 0!important;-webkit-border-after:1px solid var(--input);border-block-end:1px solid var(--input)}.statisticBox{border:1px solid var(--light-2);padding:20px;border-radius:16px;display:flex;flex-direction:column;align-items:center}.statisticBox .counter{font-size:30px;font-weight:600;color:var(--primary)}.statisticBox .title{font-size:16px;font-weight:700}.statisticBox .description{font-size:12px;text-align:center;color:var(--light-text)}.operatorStatus{display:flex;width:100%;align-items:center;justify-content:space-between;flex-direction:row}.operatorStatus .statusIndicator{content:"";display:block;width:10px;height:10px;background:red;border-radius:8px}.bugStatus{font-size:14px;padding:10px 20px}.bugStatus div{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bugStatus.green{border-color:var(--success)!important;background:#0080001f;color:var(--primary)}.bugStatus.red{border-color:var(--danger)!important;background:#ff000017;color:var(--danger)}.bugStatus .btn{display:flex!important;align-items:center;padding:unset;border-radius:12px;border:1px solid var(--text);width:38px;color:var(--text)}#login-page{display:flex;align-items:center;justify-content:center;height:100vh!important;width:100vw!important;position:relative}#login-page:before{content:"";cursor:pointer;position:absolute;background-color:#30e0a166;box-shadow:0 0 300px 120px var(--primary);opacity:.5;filter:blur(80px);border-radius:50%;width:5px;height:5px;top:50%;right:50%}#login-page h1{padding:0;margin:0 0 20px;font-size:1.5rem;font-weight:600!important}#login-page .ako-card{position:relative;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999!important;max-width:450px!important;flex-grow:1!important;margin:20px}#login-page .ako-card .ant-input-affix-wrapper,#login-page .ako-card input{text-align:left}#login-page form{border-radius:10px}#login-page form input{font-size:15px!important}#login-page form .ant-form-item{margin-bottom:15px!important}#login-page form .ant-form-item svg{width:20px;height:20px}#login-page form *{box-shadow:none!important}#login-page form button{margin-top:20px;background-color:var(--primary)}#login-page form .ant-input-group-addon{min-width:75px;background-color:#ffffff14;text-align:right}#not-found-page{height:100vh;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}#not-found-page>div{max-width:350px}#not-found-page>div h1{font-size:6rem!important;margin:0!important;padding:0!important}#not-found-page>div p{padding:0!important;margin:0!important;color:var(--light-text);font-size:.95rem;line-height:1.7rem}#not-found-page>div .actions-n{display:flex;align-items:center;justify-content:center;gap:10px}#not-found-page>div .actions-n a{height:22px!important;line-height:1.5rem!important;font-size:.8rem}#not-found-page>div .actions-n button{line-height:1.6rem!important;font-size:.8rem;padding:14px 26px!important;line-height:1!important;height:auto!important}.list-action,.list-action ul{background-color:var(--surface)!important}.list-action ul{padding:7px 0!important}.list-action ul li:not(.ant-dropdown-menu-item-divider){padding:0!important}.list-action ul li:not(.ant-dropdown-menu-item-divider) button{width:100%;cursor:pointer}.list-action ul li:not(.ant-dropdown-menu-item-divider) a,.list-action ul li:not(.ant-dropdown-menu-item-divider) button{display:inline-block;padding:6px 20px!important;min-width:200px;display:flex;align-items:center;font-size:.75rem;font-weight:300;background-color:transparent;outline:none;border:none;text-align:right}.list-action ul li:not(.ant-dropdown-menu-item-divider) a>div,.list-action ul li:not(.ant-dropdown-menu-item-divider) button>div{display:flex;flex-direction:column}.list-action ul li:not(.ant-dropdown-menu-item-divider) a>div>*,.list-action ul li:not(.ant-dropdown-menu-item-divider) button>div>*{line-height:1.2rem!important;color:var(--light-text)}.list-action ul li:not(.ant-dropdown-menu-item-divider) a>div>:first-child,.list-action ul li:not(.ant-dropdown-menu-item-divider) button>div>:first-child{font-weight:500!important;font-size:.75rem}.list-action ul li:not(.ant-dropdown-menu-item-divider) a svg,.list-action ul li:not(.ant-dropdown-menu-item-divider) button svg{transition:.2s ease;margin-left:15px;width:21px;height:21px;color:var(--light-text)}.list-action ul li:not(.ant-dropdown-menu-item-divider) a:hover,.list-action ul li:not(.ant-dropdown-menu-item-divider) button:hover{background-color:var(--bg)}.list-action ul li:not(.ant-dropdown-menu-item-divider) a:hover svg,.list-action ul li:not(.ant-dropdown-menu-item-divider) button:hover svg{color:var(--primary)}.list-action .trigger-icon,.list-action .trigger-icon *{stroke:#fff!important}.list-action--trigger-icon-btn{outline:none!important;border:none!important;display:inline-flex!important;align-items:center;justify-content:center;cursor:pointer;padding:7px!important;border-radius:50%!important;transition:.2s ease;background-color:transparent}.list-action--trigger-icon-btn:hover{background-color:#0000001a}.list-action--trigger-icon-btn svg{width:20px;height:20px}.ant-modal-mask{background:#65656833!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ant-modal-close-icon{color:var(--light-text)}.ant-modal-content .ant-modal-footer button{border:none!important;padding:8px 22px!important;height:38px;line-height:1.1;font-size:.8rem;transition:all .3s;min-width:100px;box-shadow:none!important}.ant-modal-footer{margin-top:40px!important;padding-top:20px;border-top:1px solid var(--border-2)}.cancel-btn--modal{background-color:var(--light)!important}.cancel-btn--modal:hover{color:inherit!important}.ant-modal-title{font-size:1.2rem!important}.modal--subtitle{font-size:.9rem;font-weight:400!important;margin:0}body:not(.dark-theme) .table-wrapper>.ako-card{border:none!important}.table-wrapper{border:1px solid var(--border);border-radius:12px;padding:10px}.table-wrapper .ant-table-header{border-radius:0!important}.table-wrapper .ant-table-measure-row td{background-color:transparent!important;border:none!important}.table-wrapper .ant-dropdown-trigger{width:44px!important;height:44px}table thead *{border-radius:0!important}table thead th,table thead tr{border-color:transparent!important}table thead tr :first-child,table tbody tr td:first-child{padding-right:30px!important}table tr th{border-left:1px solid;background-color:var(--light)!important;color:var(--text-2)!important;font-weight:500!important;font-size:.85rem!important}table tr th:before{display:none}table tr td{border-bottom:1px solid var(--border)!important;border-top:none!important;padding:1px 16px!important;background-color:transparent;font-size:.8rem!important}table tr:hover td{background-color:var(--light-2)!important}table .ant-table-cell.ant-table-cell-scrollbar{box-shadow:none!important}.ant-table{border-radius:0!important;background-color:transparent!important}.table-search-header{display:flex;align-items:center;margin-bottom:10px;justify-content:space-between}.table-search-header .search-input-wrapper{position:relative;padding:0!important}.table-search-header .search-input-wrapper svg{width:18px;height:18px;color:var(--light-text-2)!important;position:absolute;right:14px;top:50%;transform:translateY(-50%);transition:.1s ease-out}.table-search-header .search-input-wrapper input:focus~svg{color:var(--primary)!important}.table-search-header .search-input-wrapper input[type=search]{min-width:220px;padding:8.3px 22px;text-indent:16px}.table-search-header .search-input-wrapper input[type=search]::placeholder{color:var(--light-text-2)!important}td.ant-table-cell-row-hover{background-color:transparent!important}.ant-table-content::-webkit-scrollbar{width:4px;height:6px}.ant-table-content::-webkit-scrollbar-track{border-radius:10px}.ant-table-content::-webkit-scrollbar-thumb{background:var(--light-3);border-radius:2px}.table-filters-and-sort-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.table-sort-container .ant-select-arrow svg{width:14px;height:14px}.table-sort-container .ant-select-selection-item{line-height:2.5!important;font-size:.78rem!important}.table-sort-container .ant-select-selection-placeholder{line-height:1.7!important;font-size:.78rem!important;margin-bottom:10px}.table-sort-container>*{width:100%}.table-filters-container{display:flex;gap:10px;flex-wrap:wrap}.table-filters-container .table-filters-input-container .ant-select-arrow svg{width:14px;height:14px}.table-filters-container .table-filters-input-container .ant-select-selection-item{line-height:2.8!important;font-size:.78rem!important}.table-filters-container .table-filters-input-container .ant-select-selection-placeholder{line-height:2.3!important;font-size:.78rem!important;margin-bottom:10px}.table-filters-container .table-filters-input-container{min-width:150px}.table-filters-container .table-filters-input-container>*{width:100%}.table-filters-input-container--root .ant-select-item.ant-select-item-option{padding:0!important}.table-filters-input-container--root .ant-select-item-option-content{font-size:.75rem!important;padding-right:20px!important}form .ant-form-item-explain{margin-top:4px}form .ant-form-item-explain-error{font-size:.8rem}form .form-btn-container{margin-top:30px;width:100%}form .form-btn-container button{min-width:240px;height:40px!important;width:auto;font-weight:500!important;font-size:.9rem!important}form .ant-form-item{width:100%!important}form .ant-col{padding-bottom:2px!important}form .ant-select-arrow svg{transition:.2s ease}form .ant-select-open .ant-select-arrow svg{color:var(--primary)!important;transform:rotate(-90deg)}form .watch-send-request-spinner{position:absolute;z-index:99999;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center;display:none}form .watch-send-request-spinner.watch-send-request-spinner-show{display:block!important}form .watch-send-request-spinner>span{font-size:.7rem!important;margin-right:10px;opacity:.5}.form-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid rgba(162,165,185,.1);margin-bottom:30px}.form-header h2{transition:.2s ease}.form-header h2 .ako-form-back-icon{transform:scale(.8) translateY(2px)}.form-header h2:hover .ako-form-back-icon{color:var(--primary)!important}.form-header a{display:flex;align-items:center;color:var(--light-text)}.form-dynamic-list--header{margin-top:50px;font-size:.8rem!important}.form-dynamic-list--title{display:flex;align-items:flex-end;justify-content:space-between;margin:20px 0 10px 7px;padding-bottom:5px;border-bottom:1px solid var(--border-2);width:100%}.form-dynamic-list--title h3{display:flex;gap:1px;font-size:.78rem!important;font-weight:500}.form-dynamic-list--title button{height:25px!important;display:flex;gap:3px;min-width:60px;background-color:var(--danger-muted)!important;font-size:.75rem!important}.form-dynamic-list--delete-btn{height:auto;width:60px!important;border:none!important;outline:none!important;background-color:transparent;color:var(--danger);transition:.2s;display:flex;align-items:center;justify-content:center}.form-dynamic-list--delete-btn:hover{background-color:var(--danger-muted)!important}.dynamic-list--add-btn{max-width:300px;background-color:transparent!important;border:1px dashed var(--border-2);height:38px!important;font-size:.8rem!important;color:var(--light-tex);display:flex;align-items:center;justify-content:center;gap:6px}.dynamic-list--add-btn:hover{border-color:var(--primary)!important}.pageDescription{margin-bottom:20px}.pageDescription p{font-size:.9rem}.ako-file-input{display:flex;background-color:var(--input)!important;border:1px solid var(--border);position:relative;padding:20px 10px 15px;gap:10px;border-radius:12px}.ako-file-input>*{margin-bottom:10px}.ako-file-input .ako-file-input--placeholder{position:absolute;left:0;right:0;top:50%;text-align:center;transform:translateY(-50%);opacity:.5}.ako-file-input .ako-file-input-images{width:110px;height:110px;border:1px solid var(--border-2);border-radius:12px;overflow:hidden;cursor:pointer;position:relative}.ako-file-input .ako-file-input-images svg{position:absolute;right:40%;top:50%;transform:translateY(-50%);z-index:999;width:20px;height:20px;display:none;color:#fff;transition:.1s ease-out}.ako-file-input .ako-file-input-images:after{content:"";position:absolute;inset:0;transition:.1s ease-out}.ako-file-input .ako-file-input-images:hover:after{background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ako-file-input .ako-file-input-images:hover svg{display:block}.ako-file-input .ako-file-input-images img{width:100%;height:100%;object-fit:cover}.ako-file-input input{display:none!important}.ako-file-input label{width:110px;height:110px;border:1px dashed var(--border-2);background-color:var(--input);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ako-file-input label svg{width:50px;height:50px;color:var(--light-text);opacity:.5}.ako-file-input .ako-file-input-images--actions button{display:inline-block!important;width:auto!important;height:25px;font-size:.7rem!important;outline:none!important;border:none!important}.ako-file-input-images--alert.ako-file-input-image--error .ant-message-notice-content{background-color:var(--danger)}.ako-file-input-images--alert.ako-file-input-image--error svg{color:#fff!important}.ako-file-input-images--alert .ant-message-custom-content{display:flex;min-width:200px;align-items:center}.ako-drop-input{display:flex;background-color:var(--input)!important;border:1px solid var(--border);position:relative;padding:20px 10px 15px;gap:10px;border-radius:12px}.ako-drop-input>*{margin-bottom:10px}.ako-drop-input .ako-drop-input--placeholder{position:absolute;left:0;right:0;top:50%;text-align:center;transform:translateY(-50%);opacity:.5}.ako-drop-input .ako-drop-input-images{width:110px;height:110px;border:1px solid var(--border-2);border-radius:12px;overflow:hidden;cursor:pointer;position:relative}.ako-drop-input .ako-drop-input-images svg{position:absolute;right:40%;top:50%;transform:translateY(-50%);z-index:999;width:20px;height:20px;display:none;color:#fff;transition:.1s ease-out}.ako-drop-input .ako-drop-input-images:after{content:"";position:absolute;inset:0;transition:.1s ease-out}.ako-drop-input .ako-drop-input-images:hover:after{background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ako-drop-input .ako-drop-input-images:hover svg{display:block}.ako-drop-input .ako-drop-input-images img{width:100%;height:100%;object-fit:cover}.ako-drop-input input{display:none!important}.ako-drop-input label{width:110px;height:110px;border:1px dashed var(--border-2);background-color:var(--input);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ako-drop-input label svg{width:50px;height:50px;color:var(--light-text);opacity:.5}.ako-drop-input .ako-drop-input-images--actions button{display:inline-block!important;width:auto!important;height:25px;font-size:.7rem!important;outline:none!important;border:none!important}.ako-drop-input-images--alert.ako-drop-input-image--error .ant-message-notice-content{background-color:var(--danger)}.ako-drop-input-images--alert.ako-drop-input-image--error svg{color:#fff!important}.ako-drop-input-images--alert .ant-message-custom-content{display:flex;min-width:200px;align-items:center}.ako-input-item--avatar .ant-col label{display:none}.ako-input-item--avatar .ako-input-avatar{display:flex;gap:20px;align-items:flex-end}.ako-input-item--avatar .ako-input-avatar>span{display:flex;gap:7px;flex-direction:column;align-self:flex-end;height:100%}.ako-input-item--avatar .ako-input-avatar>span>span{display:flex;gap:5px}.ako-input-item--avatar .ako-input-avatar>span button{outline:none;border:none;height:28px;width:28px;display:flex;align-items:center;justify-content:center;font-size:.8rem!important;gap:4px;margin-bottom:7px}.ako-input-item--avatar .ako-input-avatar input{display:none!important}.ako-input-item--avatar .ako-input-avatar label{width:100px;height:100px;border-radius:50%;display:inline-flex!important;overflow:hidden;border:1px dashed var(--input)!important;background-color:var(--input);display:flex;text-align:center;align-items:center;justify-content:center}.ako-input-item--avatar .ako-input-avatar label img{width:inherit;height:inherit;background-size:cover}.ako-input-item--avatar .ako-input-avatar label svg{width:80%;height:80%;background-size:cover;color:var(--muted-2)}.ako-input-item--avatar .ako-input-avatar.rounded--sm label{border-radius:5px!important}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.dropzone-container .dropzone{border-bottom:1px dashed rgba(204,204,204,.4)!important;background-color:var(--input)!important;padding:60px 20px;border-radius:12px!important}.dropzone-container .dropzone p{text-align:center;font-size:.95rem;display:flex;flex-direction:column;gap:5px;opacity:.3!important}.dropzone-container .dropzone p>span:last-child{opacity:1!important;font-size:1.05rem;font-weight:500}.dropzone-container .thumbs-container{display:"flex";flex-direction:row;flex-wrap:wrap;margin-top:16px}.dropzone-container .thumbs-container img{object-fit:contain}.dropzone-container .dropzone-thumbs{display:inline-flex;margin-bottom:8px;margin-right:8px;width:100px;height:140px;padding:4px;box-sizing:border-box}.dropzone-container .dropzone-thumbs>div{display:flex;min-width:0;overflow:hidden;flex-direction:column;gap:5px;justify-content:space-between}.dropzone-container .dropzone-thumbs>div>img{display:block;width:auto;height:calc(100% - 40px);border-radius:2px;border:1px solid rgba(204,204,204,.1)}.dropzone-container .dropzone-thumbs>div>span{display:flex;align-items:center;justify-content:center}.dropzone-container .dropzone-thumbs>div>span button{width:100%;height:30px;display:inline-flex!important;align-items:center;justify-content:center}.ant-color-picker-trigger{background-color:transparent!important}.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:var(--primary)!important;color:var(--text)!important;font-weight:500!important}.ant-picker-time-panel-cell-inner{background-color:transparent!important}.ant-picker-time-panel-cell-inner:hover{background-color:var(--surface)!important}.ant-picker-content tr td{padding:6px!important}.ant-picker-content thead tr :first-child,.ant-picker-content thead tr,.ant-picker-content tbody tr,.ant-picker-content tbody tr td:first-child{padding:0!important}.ant-picker-content tr td{min-width:35px!important;width:35px!important}.ant-picker-content th{background-color:transparent!important;width:unset!important;height:unset!important;min-width:unset!important;min-height:unset!important;padding:0!important}.ant-picker-content td:hover{font-weight:700}.ant-picker-content tr:hover,.ant-picker-content tr:hover td{background-color:transparent!important}.ant-picker{border-radius:12px;padding:0!important;background-color:transparent}.ant-picker .ant-picker-suffix{display:none!important}.ant-picker input{border:1px solid!important;width:100%!important;padding:0!important;margin:0!important}.ProseMirror{height:100%;min-height:300px;outline:none;overflow-y:auto;border:1px solid var(--border);border-radius:0 0 12px 12px;padding:30px 20px}.ProseMirror img{width:auto;height:220px}.ProseMirror{min-height:320px;padding:1rem;outline:none;line-height:1.75}.ProseMirror h1{font-size:2rem;font-weight:700}.ProseMirror h2{font-size:1.5rem;font-weight:600}.ProseMirror h3{font-size:1.25rem;font-weight:600}.ProseMirror ul{list-style:disc;padding-left:1.5rem}.ProseMirror ol{list-style:decimal;padding-left:1.5rem}.ProseMirror blockquote{border-left:3px solid #e5e7eb;padding-left:1rem;color:#52525b}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-yellow-400:oklch(85.2% .199 91.936);--color-gray-500:oklch(55.1% .027 264.364);--color-zinc-900:oklch(21% .006 285.885);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::-webkit-file-upload-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::-webkit-file-upload-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{-webkit-padding-start:20px;padding-inline-start:20px}::-webkit-file-upload-button{-webkit-margin-end:4px;margin-inline-end:4px}::file-selector-button{-webkit-margin-end:4px;margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.z-10{z-index:10}.z-50{z-index:50}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-0{margin-inline:calc(var(--spacing)*0)}.mx-5{margin-inline:calc(var(--spacing)*5)}.mx-6{margin-inline:calc(var(--spacing)*6)}.my-2{margin-block:calc(var(--spacing)*2)}.my-8{margin-block:calc(var(--spacing)*8)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-7{margin-top:calc(var(--spacing)*7)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-12{margin-top:calc(var(--spacing)*12)}.mt-20{margin-top:calc(var(--spacing)*20)}.mt-30{margin-top:calc(var(--spacing)*30)}.mt-40{margin-top:calc(var(--spacing)*40)}.mt-50{margin-top:calc(var(--spacing)*50)}.mr-4{margin-right:calc(var(--spacing)*4)}.mr-5{margin-right:calc(var(--spacing)*5)}.mr-7{margin-right:calc(var(--spacing)*7)}.mr-10{margin-right:calc(var(--spacing)*10)}.mr-15{margin-right:calc(var(--spacing)*15)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-14{margin-bottom:calc(var(--spacing)*14)}.mb-20{margin-bottom:calc(var(--spacing)*20)}.mb-50{margin-bottom:calc(var(--spacing)*50)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-5{margin-left:calc(var(--spacing)*5)}.ml-6{margin-left:calc(var(--spacing)*6)}.ml-8{margin-left:calc(var(--spacing)*8)}.ml-10{margin-left:calc(var(--spacing)*10)}.ml-20{margin-left:calc(var(--spacing)*20)}.\!flex{display:flex!important}.\!hidden{display:none!important}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.table{display:table}.\!h-10{height:calc(var(--spacing)*10)!important}.\!h-12{height:calc(var(--spacing)*12)!important}.h-5{height:calc(var(--spacing)*5)}.h-9{height:calc(var(--spacing)*9)}.h-16{height:calc(var(--spacing)*16)}.h-\[80px\]{height:80px}.h-\[200px\]{height:200px}.h-full{height:100%}.w-9{width:calc(var(--spacing)*9)}.w-72{width:calc(var(--spacing)*72)}.w-\[80px\]{width:80px}.w-\[100px\]{width:100px}.w-\[180px\]{width:180px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.max-w-\[350px\]{max-width:350px}.min-w-\[100px\]{min-width:100px}.min-w-\[150px\]{min-width:150px}.min-w-\[250px\]{min-width:250px}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;-webkit-margin-before:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));-webkit-margin-after:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}.gap-y-2{row-gap:calc(var(--spacing)*2)}.gap-y-5{row-gap:calc(var(--spacing)*5)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.\!rounded-lg{border-radius:var(--radius-lg)!important}.\!rounded-xl{border-radius:var(--radius-xl)!important}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-lg{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.border-transparent{border-color:#0000}.border-zinc-900{border-color:var(--color-zinc-900)}.\!bg-transparent{background-color:#0000!important}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-zinc-900{background-color:var(--color-zinc-900)}.fill-yellow-400{fill:var(--color-yellow-400)}.object-cover{object-fit:cover}.\!p-0{padding:calc(var(--spacing)*0)!important}.p-3{padding:calc(var(--spacing)*3)}.\!px-3{padding-inline:calc(var(--spacing)*3)!important}.\!px-4{padding-inline:calc(var(--spacing)*4)!important}.px-0{padding-inline:calc(var(--spacing)*0)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-40{padding-inline:calc(var(--spacing)*40)}.\!py-2{padding-block:calc(var(--spacing)*2)!important}.\!py-3{padding-block:calc(var(--spacing)*3)!important}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-50{padding-block:calc(var(--spacing)*50)}.pt-10{padding-top:calc(var(--spacing)*10)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-10{padding-bottom:calc(var(--spacing)*10)}.text-center{text-align:center}.text-end{text-align:end}.\!text-lg{font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important}.\!text-xl{font-size:var(--text-xl)!important;line-height:var(--tw-leading,var(--text-xl--line-height))!important}.\!text-xs{font-size:var(--text-xs)!important;line-height:var(--tw-leading,var(--text-xs--line-height))!important}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.\!text-\[0\.9rem\]{font-size:.9rem!important}.\!text-\[1rem\]{font-size:1rem!important}.text-\[0\.9rem\]{font-size:.9rem}.text-\[0\.85rem\]{font-size:.85rem}.\!font-semibold{--tw-font-weight:var(--font-weight-semibold)!important;font-weight:var(--font-weight-semibold)!important}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.\!text-white{color:var(--color-white)!important}.text-gray-500{color:var(--color-gray-500)}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.text-yellow-400{color:var(--color-yellow-400)}.italic{font-style:italic}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-0{opacity:0}.opacity-30{opacity:.3}.\!shadow-none{--tw-shadow:0 0 #0000!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}@media(hover:hover){.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:blur-\[2px\]:hover{--tw-blur:blur(2px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}.focus\:ring:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@media(min-width:64rem){.lg\:h-\[500px\]{height:500px}.lg\:flex-row{flex-direction:row}}@media(min-width:80rem){.xl\:grid-cols-\[150px_100px_100px_100px_200px_130px\]{grid-template-columns:150px 100px 100px 100px 200px 130px}}.\[\&_div\]\:w-full div{width:100%}.\[\&_input\]\:\!border-1 input{border-style:var(--tw-border-style)!important;border-width:1px!important}.\[\&\>textarea\]\:\!max-h-\[250px\]>textarea{max-height:250px!important}.\[\&\>textarea\]\:\!bg-transparent>textarea{background-color:#0000!important}}.d-flex{display:flex!important}.align-center{align-items:center!important}.justify-between{justify-content:space-between!important}.justify-center{justify-content:center!important}.fw-400,.fw-normal{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.ml-0{margin-left:0!important}.ml-1{margin-left:1px!important}.ml-2{margin-left:2px!important}.ml-3{margin-left:3px!important}.ml-4{margin-left:4px!important}.ml-5{margin-left:5px!important}.ml-6{margin-left:6px!important}.ml-7{margin-left:7px!important}.ml-8{margin-left:8px!important}.ml-9{margin-left:9px!important}.ml-10{margin-left:10px!important}.ml-11{margin-left:11px!important}.ml-12{margin-left:12px!important}.ml-13{margin-left:13px!important}.ml-14{margin-left:14px!important}.ml-15{margin-left:15px!important}.ml-16{margin-left:16px!important}.ml-17{margin-left:17px!important}.ml-18{margin-left:18px!important}.ml-19{margin-left:19px!important}.ml-20{margin-left:20px!important}.ml-21{margin-left:21px!important}.ml-22{margin-left:22px!important}.ml-23{margin-left:23px!important}.ml-24{margin-left:24px!important}.ml-25{margin-left:25px!important}.ml-26{margin-left:26px!important}.ml-27{margin-left:27px!important}.ml-28{margin-left:28px!important}.ml-29{margin-left:29px!important}.ml-30{margin-left:30px!important}.ml-31{margin-left:31px!important}.ml-32{margin-left:32px!important}.ml-33{margin-left:33px!important}.ml-34{margin-left:34px!important}.ml-35{margin-left:35px!important}.ml-36{margin-left:36px!important}.ml-37{margin-left:37px!important}.ml-38{margin-left:38px!important}.ml-39{margin-left:39px!important}.ml-40{margin-left:40px!important}.ml-41{margin-left:41px!important}.ml-42{margin-left:42px!important}.ml-43{margin-left:43px!important}.ml-44{margin-left:44px!important}.ml-45{margin-left:45px!important}.ml-46{margin-left:46px!important}.ml-47{margin-left:47px!important}.ml-48{margin-left:48px!important}.ml-49{margin-left:49px!important}.ml-50{margin-left:50px!important}.ml-51{margin-left:51px!important}.ml-52{margin-left:52px!important}.ml-53{margin-left:53px!important}.ml-54{margin-left:54px!important}.ml-55{margin-left:55px!important}.ml-56{margin-left:56px!important}.ml-57{margin-left:57px!important}.ml-58{margin-left:58px!important}.ml-59{margin-left:59px!important}.ml-60{margin-left:60px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:1px!important}.mr-2{margin-right:2px!important}.mr-3{margin-right:3px!important}.mr-4{margin-right:4px!important}.mr-5{margin-right:5px!important}.mr-6{margin-right:6px!important}.mr-7{margin-right:7px!important}.mr-8{margin-right:8px!important}.mr-9{margin-right:9px!important}.mr-10{margin-right:10px!important}.mr-11{margin-right:11px!important}.mr-12{margin-right:12px!important}.mr-13{margin-right:13px!important}.mr-14{margin-right:14px!important}.mr-15{margin-right:15px!important}.mr-16{margin-right:16px!important}.mr-17{margin-right:17px!important}.mr-18{margin-right:18px!important}.mr-19{margin-right:19px!important}.mr-20{margin-right:20px!important}.mr-21{margin-right:21px!important}.mr-22{margin-right:22px!important}.mr-23{margin-right:23px!important}.mr-24{margin-right:24px!important}.mr-25{margin-right:25px!important}.mr-26{margin-right:26px!important}.mr-27{margin-right:27px!important}.mr-28{margin-right:28px!important}.mr-29{margin-right:29px!important}.mr-30{margin-right:30px!important}.mr-31{margin-right:31px!important}.mr-32{margin-right:32px!important}.mr-33{margin-right:33px!important}.mr-34{margin-right:34px!important}.mr-35{margin-right:35px!important}.mr-36{margin-right:36px!important}.mr-37{margin-right:37px!important}.mr-38{margin-right:38px!important}.mr-39{margin-right:39px!important}.mr-40{margin-right:40px!important}.mr-41{margin-right:41px!important}.mr-42{margin-right:42px!important}.mr-43{margin-right:43px!important}.mr-44{margin-right:44px!important}.mr-45{margin-right:45px!important}.mr-46{margin-right:46px!important}.mr-47{margin-right:47px!important}.mr-48{margin-right:48px!important}.mr-49{margin-right:49px!important}.mr-50{margin-right:50px!important}.mr-51{margin-right:51px!important}.mr-52{margin-right:52px!important}.mr-53{margin-right:53px!important}.mr-54{margin-right:54px!important}.mr-55{margin-right:55px!important}.mr-56{margin-right:56px!important}.mr-57{margin-right:57px!important}.mr-58{margin-right:58px!important}.mr-59{margin-right:59px!important}.mr-60{margin-right:60px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:1px!important}.mt-2{margin-top:2px!important}.mt-3{margin-top:3px!important}.mt-4{margin-top:4px!important}.mt-5{margin-top:5px!important}.mt-6{margin-top:6px!important}.mt-7{margin-top:7px!important}.mt-8{margin-top:8px!important}.mt-9{margin-top:9px!important}.mt-10{margin-top:10px!important}.mt-11{margin-top:11px!important}.mt-12{margin-top:12px!important}.mt-13{margin-top:13px!important}.mt-14{margin-top:14px!important}.mt-15{margin-top:15px!important}.mt-16{margin-top:16px!important}.mt-17{margin-top:17px!important}.mt-18{margin-top:18px!important}.mt-19{margin-top:19px!important}.mt-20{margin-top:20px!important}.mt-21{margin-top:21px!important}.mt-22{margin-top:22px!important}.mt-23{margin-top:23px!important}.mt-24{margin-top:24px!important}.mt-25{margin-top:25px!important}.mt-26{margin-top:26px!important}.mt-27{margin-top:27px!important}.mt-28{margin-top:28px!important}.mt-29{margin-top:29px!important}.mt-30{margin-top:30px!important}.mt-31{margin-top:31px!important}.mt-32{margin-top:32px!important}.mt-33{margin-top:33px!important}.mt-34{margin-top:34px!important}.mt-35{margin-top:35px!important}.mt-36{margin-top:36px!important}.mt-37{margin-top:37px!important}.mt-38{margin-top:38px!important}.mt-39{margin-top:39px!important}.mt-40{margin-top:40px!important}.mt-41{margin-top:41px!important}.mt-42{margin-top:42px!important}.mt-43{margin-top:43px!important}.mt-44{margin-top:44px!important}.mt-45{margin-top:45px!important}.mt-46{margin-top:46px!important}.mt-47{margin-top:47px!important}.mt-48{margin-top:48px!important}.mt-49{margin-top:49px!important}.mt-50{margin-top:50px!important}.mt-51{margin-top:51px!important}.mt-52{margin-top:52px!important}.mt-53{margin-top:53px!important}.mt-54{margin-top:54px!important}.mt-55{margin-top:55px!important}.mt-56{margin-top:56px!important}.mt-57{margin-top:57px!important}.mt-58{margin-top:58px!important}.mt-59{margin-top:59px!important}.mt-60{margin-top:60px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1px!important}.mb-2{margin-bottom:2px!important}.mb-3{margin-bottom:3px!important}.mb-4{margin-bottom:4px!important}.mb-5{margin-bottom:5px!important}.mb-6{margin-bottom:6px!important}.mb-7{margin-bottom:7px!important}.mb-8{margin-bottom:8px!important}.mb-9{margin-bottom:9px!important}.mb-10{margin-bottom:10px!important}.mb-11{margin-bottom:11px!important}.mb-12{margin-bottom:12px!important}.mb-13{margin-bottom:13px!important}.mb-14{margin-bottom:14px!important}.mb-15{margin-bottom:15px!important}.mb-16{margin-bottom:16px!important}.mb-17{margin-bottom:17px!important}.mb-18{margin-bottom:18px!important}.mb-19{margin-bottom:19px!important}.mb-20{margin-bottom:20px!important}.mb-21{margin-bottom:21px!important}.mb-22{margin-bottom:22px!important}.mb-23{margin-bottom:23px!important}.mb-24{margin-bottom:24px!important}.mb-25{margin-bottom:25px!important}.mb-26{margin-bottom:26px!important}.mb-27{margin-bottom:27px!important}.mb-28{margin-bottom:28px!important}.mb-29{margin-bottom:29px!important}.mb-30{margin-bottom:30px!important}.mb-31{margin-bottom:31px!important}.mb-32{margin-bottom:32px!important}.mb-33{margin-bottom:33px!important}.mb-34{margin-bottom:34px!important}.mb-35{margin-bottom:35px!important}.mb-36{margin-bottom:36px!important}.mb-37{margin-bottom:37px!important}.mb-38{margin-bottom:38px!important}.mb-39{margin-bottom:39px!important}.mb-40{margin-bottom:40px!important}.mb-41{margin-bottom:41px!important}.mb-42{margin-bottom:42px!important}.mb-43{margin-bottom:43px!important}.mb-44{margin-bottom:44px!important}.mb-45{margin-bottom:45px!important}.mb-46{margin-bottom:46px!important}.mb-47{margin-bottom:47px!important}.mb-48{margin-bottom:48px!important}.mb-49{margin-bottom:49px!important}.mb-50{margin-bottom:50px!important}.mb-51{margin-bottom:51px!important}.mb-52{margin-bottom:52px!important}.mb-53{margin-bottom:53px!important}.mb-54{margin-bottom:54px!important}.mb-55{margin-bottom:55px!important}.mb-56{margin-bottom:56px!important}.mb-57{margin-bottom:57px!important}.mb-58{margin-bottom:58px!important}.mb-59{margin-bottom:59px!important}.mb-60{margin-bottom:60px!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:1px!important;margin-right:1px!important}.mx-2{margin-left:2px!important;margin-right:2px!important}.mx-3{margin-left:3px!important;margin-right:3px!important}.mx-4{margin-left:4px!important;margin-right:4px!important}.mx-5{margin-left:5px!important;margin-right:5px!important}.mx-6{margin-left:6px!important;margin-right:6px!important}.mx-7{margin-left:7px!important;margin-right:7px!important}.mx-8{margin-left:8px!important;margin-right:8px!important}.mx-9{margin-left:9px!important;margin-right:9px!important}.mx-10{margin-left:10px!important;margin-right:10px!important}.mx-11{margin-left:11px!important;margin-right:11px!important}.mx-12{margin-left:12px!important;margin-right:12px!important}.mx-13{margin-left:13px!important;margin-right:13px!important}.mx-14{margin-left:14px!important;margin-right:14px!important}.mx-15{margin-left:15px!important;margin-right:15px!important}.mx-16{margin-left:16px!important;margin-right:16px!important}.mx-17{margin-left:17px!important;margin-right:17px!important}.mx-18{margin-left:18px!important;margin-right:18px!important}.mx-19{margin-left:19px!important;margin-right:19px!important}.mx-20{margin-left:20px!important;margin-right:20px!important}.mx-21{margin-left:21px!important;margin-right:21px!important}.mx-22{margin-left:22px!important;margin-right:22px!important}.mx-23{margin-left:23px!important;margin-right:23px!important}.mx-24{margin-left:24px!important;margin-right:24px!important}.mx-25{margin-left:25px!important;margin-right:25px!important}.mx-26{margin-left:26px!important;margin-right:26px!important}.mx-27{margin-left:27px!important;margin-right:27px!important}.mx-28{margin-left:28px!important;margin-right:28px!important}.mx-29{margin-left:29px!important;margin-right:29px!important}.mx-30{margin-left:30px!important;margin-right:30px!important}.mx-31{margin-left:31px!important;margin-right:31px!important}.mx-32{margin-left:32px!important;margin-right:32px!important}.mx-33{margin-left:33px!important;margin-right:33px!important}.mx-34{margin-left:34px!important;margin-right:34px!important}.mx-35{margin-left:35px!important;margin-right:35px!important}.mx-36{margin-left:36px!important;margin-right:36px!important}.mx-37{margin-left:37px!important;margin-right:37px!important}.mx-38{margin-left:38px!important;margin-right:38px!important}.mx-39{margin-left:39px!important;margin-right:39px!important}.mx-40{margin-left:40px!important;margin-right:40px!important}.mx-41{margin-left:41px!important;margin-right:41px!important}.mx-42{margin-left:42px!important;margin-right:42px!important}.mx-43{margin-left:43px!important;margin-right:43px!important}.mx-44{margin-left:44px!important;margin-right:44px!important}.mx-45{margin-left:45px!important;margin-right:45px!important}.mx-46{margin-left:46px!important;margin-right:46px!important}.mx-47{margin-left:47px!important;margin-right:47px!important}.mx-48{margin-left:48px!important;margin-right:48px!important}.mx-49{margin-left:49px!important;margin-right:49px!important}.mx-50{margin-left:50px!important;margin-right:50px!important}.mx-51{margin-left:51px!important;margin-right:51px!important}.mx-52{margin-left:52px!important;margin-right:52px!important}.mx-53{margin-left:53px!important;margin-right:53px!important}.mx-54{margin-left:54px!important;margin-right:54px!important}.mx-55{margin-left:55px!important;margin-right:55px!important}.mx-56{margin-left:56px!important;margin-right:56px!important}.mx-57{margin-left:57px!important;margin-right:57px!important}.mx-58{margin-left:58px!important;margin-right:58px!important}.mx-59{margin-left:59px!important;margin-right:59px!important}.mx-60{margin-left:60px!important;margin-right:60px!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:1px!important;margin-bottom:1px!important}.my-2{margin-top:2px!important;margin-bottom:2px!important}.my-3{margin-top:3px!important;margin-bottom:3px!important}.my-4{margin-top:4px!important;margin-bottom:4px!important}.my-5{margin-top:5px!important;margin-bottom:5px!important}.my-6{margin-top:6px!important;margin-bottom:6px!important}.my-7{margin-top:7px!important;margin-bottom:7px!important}.my-8{margin-top:8px!important;margin-bottom:8px!important}.my-9{margin-top:9px!important;margin-bottom:9px!important}.my-10{margin-top:10px!important;margin-bottom:10px!important}.my-11{margin-top:11px!important;margin-bottom:11px!important}.my-12{margin-top:12px!important;margin-bottom:12px!important}.my-13{margin-top:13px!important;margin-bottom:13px!important}.my-14{margin-top:14px!important;margin-bottom:14px!important}.my-15{margin-top:15px!important;margin-bottom:15px!important}.my-16{margin-top:16px!important;margin-bottom:16px!important}.my-17{margin-top:17px!important;margin-bottom:17px!important}.my-18{margin-top:18px!important;margin-bottom:18px!important}.my-19{margin-top:19px!important;margin-bottom:19px!important}.my-20{margin-top:20px!important;margin-bottom:20px!important}.my-21{margin-top:21px!important;margin-bottom:21px!important}.my-22{margin-top:22px!important;margin-bottom:22px!important}.my-23{margin-top:23px!important;margin-bottom:23px!important}.my-24{margin-top:24px!important;margin-bottom:24px!important}.my-25{margin-top:25px!important;margin-bottom:25px!important}.my-26{margin-top:26px!important;margin-bottom:26px!important}.my-27{margin-top:27px!important;margin-bottom:27px!important}.my-28{margin-top:28px!important;margin-bottom:28px!important}.my-29{margin-top:29px!important;margin-bottom:29px!important}.my-30{margin-top:30px!important;margin-bottom:30px!important}.my-31{margin-top:31px!important;margin-bottom:31px!important}.my-32{margin-top:32px!important;margin-bottom:32px!important}.my-33{margin-top:33px!important;margin-bottom:33px!important}.my-34{margin-top:34px!important;margin-bottom:34px!important}.my-35{margin-top:35px!important;margin-bottom:35px!important}.my-36{margin-top:36px!important;margin-bottom:36px!important}.my-37{margin-top:37px!important;margin-bottom:37px!important}.my-38{margin-top:38px!important;margin-bottom:38px!important}.my-39{margin-top:39px!important;margin-bottom:39px!important}.my-40{margin-top:40px!important;margin-bottom:40px!important}.my-41{margin-top:41px!important;margin-bottom:41px!important}.my-42{margin-top:42px!important;margin-bottom:42px!important}.my-43{margin-top:43px!important;margin-bottom:43px!important}.my-44{margin-top:44px!important;margin-bottom:44px!important}.my-45{margin-top:45px!important;margin-bottom:45px!important}.my-46{margin-top:46px!important;margin-bottom:46px!important}.my-47{margin-top:47px!important;margin-bottom:47px!important}.my-48{margin-top:48px!important;margin-bottom:48px!important}.my-49{margin-top:49px!important;margin-bottom:49px!important}.my-50{margin-top:50px!important;margin-bottom:50px!important}.my-51{margin-top:51px!important;margin-bottom:51px!important}.my-52{margin-top:52px!important;margin-bottom:52px!important}.my-53{margin-top:53px!important;margin-bottom:53px!important}.my-54{margin-top:54px!important;margin-bottom:54px!important}.my-55{margin-top:55px!important;margin-bottom:55px!important}.my-56{margin-top:56px!important;margin-bottom:56px!important}.my-57{margin-top:57px!important;margin-bottom:57px!important}.my-58{margin-top:58px!important;margin-bottom:58px!important}.my-59{margin-top:59px!important;margin-bottom:59px!important}.my-60{margin-top:60px!important;margin-bottom:60px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:1px!important}.pl-2{padding-left:2px!important}.pl-3{padding-left:3px!important}.pl-4{padding-left:4px!important}.pl-5{padding-left:5px!important}.pl-6{padding-left:6px!important}.pl-7{padding-left:7px!important}.pl-8{padding-left:8px!important}.pl-9{padding-left:9px!important}.pl-10{padding-left:10px!important}.pl-11{padding-left:11px!important}.pl-12{padding-left:12px!important}.pl-13{padding-left:13px!important}.pl-14{padding-left:14px!important}.pl-15{padding-left:15px!important}.pl-16{padding-left:16px!important}.pl-17{padding-left:17px!important}.pl-18{padding-left:18px!important}.pl-19{padding-left:19px!important}.pl-20{padding-left:20px!important}.pl-21{padding-left:21px!important}.pl-22{padding-left:22px!important}.pl-23{padding-left:23px!important}.pl-24{padding-left:24px!important}.pl-25{padding-left:25px!important}.pl-26{padding-left:26px!important}.pl-27{padding-left:27px!important}.pl-28{padding-left:28px!important}.pl-29{padding-left:29px!important}.pl-30{padding-left:30px!important}.pl-31{padding-left:31px!important}.pl-32{padding-left:32px!important}.pl-33{padding-left:33px!important}.pl-34{padding-left:34px!important}.pl-35{padding-left:35px!important}.pl-36{padding-left:36px!important}.pl-37{padding-left:37px!important}.pl-38{padding-left:38px!important}.pl-39{padding-left:39px!important}.pl-40{padding-left:40px!important}.pl-41{padding-left:41px!important}.pl-42{padding-left:42px!important}.pl-43{padding-left:43px!important}.pl-44{padding-left:44px!important}.pl-45{padding-left:45px!important}.pl-46{padding-left:46px!important}.pl-47{padding-left:47px!important}.pl-48{padding-left:48px!important}.pl-49{padding-left:49px!important}.pl-50{padding-left:50px!important}.pl-51{padding-left:51px!important}.pl-52{padding-left:52px!important}.pl-53{padding-left:53px!important}.pl-54{padding-left:54px!important}.pl-55{padding-left:55px!important}.pl-56{padding-left:56px!important}.pl-57{padding-left:57px!important}.pl-58{padding-left:58px!important}.pl-59{padding-left:59px!important}.pl-60{padding-left:60px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:1px!important}.pr-2{padding-right:2px!important}.pr-3{padding-right:3px!important}.pr-4{padding-right:4px!important}.pr-5{padding-right:5px!important}.pr-6{padding-right:6px!important}.pr-7{padding-right:7px!important}.pr-8{padding-right:8px!important}.pr-9{padding-right:9px!important}.pr-10{padding-right:10px!important}.pr-11{padding-right:11px!important}.pr-12{padding-right:12px!important}.pr-13{padding-right:13px!important}.pr-14{padding-right:14px!important}.pr-15{padding-right:15px!important}.pr-16{padding-right:16px!important}.pr-17{padding-right:17px!important}.pr-18{padding-right:18px!important}.pr-19{padding-right:19px!important}.pr-20{padding-right:20px!important}.pr-21{padding-right:21px!important}.pr-22{padding-right:22px!important}.pr-23{padding-right:23px!important}.pr-24{padding-right:24px!important}.pr-25{padding-right:25px!important}.pr-26{padding-right:26px!important}.pr-27{padding-right:27px!important}.pr-28{padding-right:28px!important}.pr-29{padding-right:29px!important}.pr-30{padding-right:30px!important}.pr-31{padding-right:31px!important}.pr-32{padding-right:32px!important}.pr-33{padding-right:33px!important}.pr-34{padding-right:34px!important}.pr-35{padding-right:35px!important}.pr-36{padding-right:36px!important}.pr-37{padding-right:37px!important}.pr-38{padding-right:38px!important}.pr-39{padding-right:39px!important}.pr-40{padding-right:40px!important}.pr-41{padding-right:41px!important}.pr-42{padding-right:42px!important}.pr-43{padding-right:43px!important}.pr-44{padding-right:44px!important}.pr-45{padding-right:45px!important}.pr-46{padding-right:46px!important}.pr-47{padding-right:47px!important}.pr-48{padding-right:48px!important}.pr-49{padding-right:49px!important}.pr-50{padding-right:50px!important}.pr-51{padding-right:51px!important}.pr-52{padding-right:52px!important}.pr-53{padding-right:53px!important}.pr-54{padding-right:54px!important}.pr-55{padding-right:55px!important}.pr-56{padding-right:56px!important}.pr-57{padding-right:57px!important}.pr-58{padding-right:58px!important}.pr-59{padding-right:59px!important}.pr-60{padding-right:60px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:1px!important}.pt-2{padding-top:2px!important}.pt-3{padding-top:3px!important}.pt-4{padding-top:4px!important}.pt-5{padding-top:5px!important}.pt-6{padding-top:6px!important}.pt-7{padding-top:7px!important}.pt-8{padding-top:8px!important}.pt-9{padding-top:9px!important}.pt-10{padding-top:10px!important}.pt-11{padding-top:11px!important}.pt-12{padding-top:12px!important}.pt-13{padding-top:13px!important}.pt-14{padding-top:14px!important}.pt-15{padding-top:15px!important}.pt-16{padding-top:16px!important}.pt-17{padding-top:17px!important}.pt-18{padding-top:18px!important}.pt-19{padding-top:19px!important}.pt-20{padding-top:20px!important}.pt-21{padding-top:21px!important}.pt-22{padding-top:22px!important}.pt-23{padding-top:23px!important}.pt-24{padding-top:24px!important}.pt-25{padding-top:25px!important}.pt-26{padding-top:26px!important}.pt-27{padding-top:27px!important}.pt-28{padding-top:28px!important}.pt-29{padding-top:29px!important}.pt-30{padding-top:30px!important}.pt-31{padding-top:31px!important}.pt-32{padding-top:32px!important}.pt-33{padding-top:33px!important}.pt-34{padding-top:34px!important}.pt-35{padding-top:35px!important}.pt-36{padding-top:36px!important}.pt-37{padding-top:37px!important}.pt-38{padding-top:38px!important}.pt-39{padding-top:39px!important}.pt-40{padding-top:40px!important}.pt-41{padding-top:41px!important}.pt-42{padding-top:42px!important}.pt-43{padding-top:43px!important}.pt-44{padding-top:44px!important}.pt-45{padding-top:45px!important}.pt-46{padding-top:46px!important}.pt-47{padding-top:47px!important}.pt-48{padding-top:48px!important}.pt-49{padding-top:49px!important}.pt-50{padding-top:50px!important}.pt-51{padding-top:51px!important}.pt-52{padding-top:52px!important}.pt-53{padding-top:53px!important}.pt-54{padding-top:54px!important}.pt-55{padding-top:55px!important}.pt-56{padding-top:56px!important}.pt-57{padding-top:57px!important}.pt-58{padding-top:58px!important}.pt-59{padding-top:59px!important}.pt-60{padding-top:60px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:1px!important}.pb-2{padding-bottom:2px!important}.pb-3{padding-bottom:3px!important}.pb-4{padding-bottom:4px!important}.pb-5{padding-bottom:5px!important}.pb-6{padding-bottom:6px!important}.pb-7{padding-bottom:7px!important}.pb-8{padding-bottom:8px!important}.pb-9{padding-bottom:9px!important}.pb-10{padding-bottom:10px!important}.pb-11{padding-bottom:11px!important}.pb-12{padding-bottom:12px!important}.pb-13{padding-bottom:13px!important}.pb-14{padding-bottom:14px!important}.pb-15{padding-bottom:15px!important}.pb-16{padding-bottom:16px!important}.pb-17{padding-bottom:17px!important}.pb-18{padding-bottom:18px!important}.pb-19{padding-bottom:19px!important}.pb-20{padding-bottom:20px!important}.pb-21{padding-bottom:21px!important}.pb-22{padding-bottom:22px!important}.pb-23{padding-bottom:23px!important}.pb-24{padding-bottom:24px!important}.pb-25{padding-bottom:25px!important}.pb-26{padding-bottom:26px!important}.pb-27{padding-bottom:27px!important}.pb-28{padding-bottom:28px!important}.pb-29{padding-bottom:29px!important}.pb-30{padding-bottom:30px!important}.pb-31{padding-bottom:31px!important}.pb-32{padding-bottom:32px!important}.pb-33{padding-bottom:33px!important}.pb-34{padding-bottom:34px!important}.pb-35{padding-bottom:35px!important}.pb-36{padding-bottom:36px!important}.pb-37{padding-bottom:37px!important}.pb-38{padding-bottom:38px!important}.pb-39{padding-bottom:39px!important}.pb-40{padding-bottom:40px!important}.pb-41{padding-bottom:41px!important}.pb-42{padding-bottom:42px!important}.pb-43{padding-bottom:43px!important}.pb-44{padding-bottom:44px!important}.pb-45{padding-bottom:45px!important}.pb-46{padding-bottom:46px!important}.pb-47{padding-bottom:47px!important}.pb-48{padding-bottom:48px!important}.pb-49{padding-bottom:49px!important}.pb-50{padding-bottom:50px!important}.pb-51{padding-bottom:51px!important}.pb-52{padding-bottom:52px!important}.pb-53{padding-bottom:53px!important}.pb-54{padding-bottom:54px!important}.pb-55{padding-bottom:55px!important}.pb-56{padding-bottom:56px!important}.pb-57{padding-bottom:57px!important}.pb-58{padding-bottom:58px!important}.pb-59{padding-bottom:59px!important}.pb-60{padding-bottom:60px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:1px!important;padding-right:1px!important}.px-2{padding-left:2px!important;padding-right:2px!important}.px-3{padding-left:3px!important;padding-right:3px!important}.px-4{padding-left:4px!important;padding-right:4px!important}.px-5{padding-left:5px!important;padding-right:5px!important}.px-6{padding-left:6px!important;padding-right:6px!important}.px-7{padding-left:7px!important;padding-right:7px!important}.px-8{padding-left:8px!important;padding-right:8px!important}.px-9{padding-left:9px!important;padding-right:9px!important}.px-10{padding-left:10px!important;padding-right:10px!important}.px-11{padding-left:11px!important;padding-right:11px!important}.px-12{padding-left:12px!important;padding-right:12px!important}.px-13{padding-left:13px!important;padding-right:13px!important}.px-14{padding-left:14px!important;padding-right:14px!important}.px-15{padding-left:15px!important;padding-right:15px!important}.px-16{padding-left:16px!important;padding-right:16px!important}.px-17{padding-left:17px!important;padding-right:17px!important}.px-18{padding-left:18px!important;padding-right:18px!important}.px-19{padding-left:19px!important;padding-right:19px!important}.px-20{padding-left:20px!important;padding-right:20px!important}.px-21{padding-left:21px!important;padding-right:21px!important}.px-22{padding-left:22px!important;padding-right:22px!important}.px-23{padding-left:23px!important;padding-right:23px!important}.px-24{padding-left:24px!important;padding-right:24px!important}.px-25{padding-left:25px!important;padding-right:25px!important}.px-26{padding-left:26px!important;padding-right:26px!important}.px-27{padding-left:27px!important;padding-right:27px!important}.px-28{padding-left:28px!important;padding-right:28px!important}.px-29{padding-left:29px!important;padding-right:29px!important}.px-30{padding-left:30px!important;padding-right:30px!important}.px-31{padding-left:31px!important;padding-right:31px!important}.px-32{padding-left:32px!important;padding-right:32px!important}.px-33{padding-left:33px!important;padding-right:33px!important}.px-34{padding-left:34px!important;padding-right:34px!important}.px-35{padding-left:35px!important;padding-right:35px!important}.px-36{padding-left:36px!important;padding-right:36px!important}.px-37{padding-left:37px!important;padding-right:37px!important}.px-38{padding-left:38px!important;padding-right:38px!important}.px-39{padding-left:39px!important;padding-right:39px!important}.px-40{padding-left:40px!important;padding-right:40px!important}.px-41{padding-left:41px!important;padding-right:41px!important}.px-42{padding-left:42px!important;padding-right:42px!important}.px-43{padding-left:43px!important;padding-right:43px!important}.px-44{padding-left:44px!important;padding-right:44px!important}.px-45{padding-left:45px!important;padding-right:45px!important}.px-46{padding-left:46px!important;padding-right:46px!important}.px-47{padding-left:47px!important;padding-right:47px!important}.px-48{padding-left:48px!important;padding-right:48px!important}.px-49{padding-left:49px!important;padding-right:49px!important}.px-50{padding-left:50px!important;padding-right:50px!important}.px-51{padding-left:51px!important;padding-right:51px!important}.px-52{padding-left:52px!important;padding-right:52px!important}.px-53{padding-left:53px!important;padding-right:53px!important}.px-54{padding-left:54px!important;padding-right:54px!important}.px-55{padding-left:55px!important;padding-right:55px!important}.px-56{padding-left:56px!important;padding-right:56px!important}.px-57{padding-left:57px!important;padding-right:57px!important}.px-58{padding-left:58px!important;padding-right:58px!important}.px-59{padding-left:59px!important;padding-right:59px!important}.px-60{padding-left:60px!important;padding-right:60px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:1px!important;padding-bottom:1px!important}.py-2{padding-top:2px!important;padding-bottom:2px!important}.py-3{padding-top:3px!important;padding-bottom:3px!important}.py-4{padding-top:4px!important;padding-bottom:4px!important}.py-5{padding-top:5px!important;padding-bottom:5px!important}.py-6{padding-top:6px!important;padding-bottom:6px!important}.py-7{padding-top:7px!important;padding-bottom:7px!important}.py-8{padding-top:8px!important;padding-bottom:8px!important}.py-9{padding-top:9px!important;padding-bottom:9px!important}.py-10{padding-top:10px!important;padding-bottom:10px!important}.py-11{padding-top:11px!important;padding-bottom:11px!important}.py-12{padding-top:12px!important;padding-bottom:12px!important}.py-13{padding-top:13px!important;padding-bottom:13px!important}.py-14{padding-top:14px!important;padding-bottom:14px!important}.py-15{padding-top:15px!important;padding-bottom:15px!important}.py-16{padding-top:16px!important;padding-bottom:16px!important}.py-17{padding-top:17px!important;padding-bottom:17px!important}.py-18{padding-top:18px!important;padding-bottom:18px!important}.py-19{padding-top:19px!important;padding-bottom:19px!important}.py-20{padding-top:20px!important;padding-bottom:20px!important}.py-21{padding-top:21px!important;padding-bottom:21px!important}.py-22{padding-top:22px!important;padding-bottom:22px!important}.py-23{padding-top:23px!important;padding-bottom:23px!important}.py-24{padding-top:24px!important;padding-bottom:24px!important}.py-25{padding-top:25px!important;padding-bottom:25px!important}.py-26{padding-top:26px!important;padding-bottom:26px!important}.py-27{padding-top:27px!important;padding-bottom:27px!important}.py-28{padding-top:28px!important;padding-bottom:28px!important}.py-29{padding-top:29px!important;padding-bottom:29px!important}.py-30{padding-top:30px!important;padding-bottom:30px!important}.py-31{padding-top:31px!important;padding-bottom:31px!important}.py-32{padding-top:32px!important;padding-bottom:32px!important}.py-33{padding-top:33px!important;padding-bottom:33px!important}.py-34{padding-top:34px!important;padding-bottom:34px!important}.py-35{padding-top:35px!important;padding-bottom:35px!important}.py-36{padding-top:36px!important;padding-bottom:36px!important}.py-37{padding-top:37px!important;padding-bottom:37px!important}.py-38{padding-top:38px!important;padding-bottom:38px!important}.py-39{padding-top:39px!important;padding-bottom:39px!important}.py-40{padding-top:40px!important;padding-bottom:40px!important}.py-41{padding-top:41px!important;padding-bottom:41px!important}.py-42{padding-top:42px!important;padding-bottom:42px!important}.py-43{padding-top:43px!important;padding-bottom:43px!important}.py-44{padding-top:44px!important;padding-bottom:44px!important}.py-45{padding-top:45px!important;padding-bottom:45px!important}.py-46{padding-top:46px!important;padding-bottom:46px!important}.py-47{padding-top:47px!important;padding-bottom:47px!important}.py-48{padding-top:48px!important;padding-bottom:48px!important}.py-49{padding-top:49px!important;padding-bottom:49px!important}.py-50{padding-top:50px!important;padding-bottom:50px!important}.py-51{padding-top:51px!important;padding-bottom:51px!important}.py-52{padding-top:52px!important;padding-bottom:52px!important}.py-53{padding-top:53px!important;padding-bottom:53px!important}.py-54{padding-top:54px!important;padding-bottom:54px!important}.py-55{padding-top:55px!important;padding-bottom:55px!important}.py-56{padding-top:56px!important;padding-bottom:56px!important}.py-57{padding-top:57px!important;padding-bottom:57px!important}.py-58{padding-top:58px!important;padding-bottom:58px!important}.py-59{padding-top:59px!important;padding-bottom:59px!important}.py-60{padding-top:60px!important;padding-bottom:60px!important}.text-larger-0{font-size:1rem!important}.text-larger-1{font-size:1.05rem!important}.text-larger-2{font-size:1.1rem!important}.text-larger-3{font-size:1.15rem!important}.text-larger-4{font-size:1.2rem!important}.text-larger-5{font-size:1.25rem!important}.text-larger-6{font-size:1.3rem!important}.text-larger-7{font-size:1.35rem!important}.text-larger-8{font-size:1.4rem!important}.text-larger-9{font-size:1.45rem!important}.text-larger-10{font-size:1.5rem!important}.text-larger-11{font-size:1.55rem!important}.text-larger-12{font-size:1.6rem!important}.text-larger-13{font-size:1.65rem!important}.text-larger-14{font-size:1.7rem!important}.text-larger-15{font-size:1.75rem!important}.text-larger-16{font-size:1.8rem!important}.text-larger-17{font-size:1.85rem!important}.text-larger-18{font-size:1.9rem!important}.text-larger-19{font-size:1.95rem!important}.text-larger-20{font-size:2rem!important}.text-larger-21{font-size:2.05rem!important}.text-larger-22{font-size:2.1rem!important}.text-larger-23{font-size:2.15rem!important}.text-larger-24{font-size:2.2rem!important}.text-larger-25{font-size:2.25rem!important}.text-larger-26{font-size:2.3rem!important}.text-larger-27{font-size:2.35rem!important}.text-larger-28{font-size:2.4rem!important}.text-larger-29{font-size:2.45rem!important}.text-larger-30{font-size:2.5rem!important}.text-smaller-0{font-size:1rem!important}.text-smaller-1{font-size:.95rem!important}.text-smaller-2{font-size:.9rem!important}.text-smaller-3{font-size:.85rem!important}.text-smaller-4{font-size:.8rem!important}.text-smaller-5{font-size:.75rem!important}.text-smaller-6{font-size:.7rem!important}.text-smaller-7{font-size:.65rem!important}.text-smaller-8{font-size:.6rem!important}.text-smaller-9{font-size:.55rem!important}.text-smaller-10{font-size:.5rem!important}.text-smaller-11{font-size:.45rem!important}.text-smaller-12{font-size:.4rem!important}.text-smaller-13{font-size:.35rem!important}.text-smaller-14{font-size:.3rem!important}.text-smaller-15{font-size:.25rem!important}.text-smaller-16{font-size:.2rem!important}.text-smaller-17{font-size:.15rem!important}.text-smaller-18{font-size:.1rem!important}.text-smaller-19{font-size:.05rem!important}.text-smaller-20{font-size:0!important}.text-smaller-21{font-size:-.05rem!important}.text-smaller-22{font-size:-.1rem!important}.text-smaller-23{font-size:-.15rem!important}.text-smaller-24{font-size:-.2rem!important}.text-smaller-25{font-size:-.25rem!important}.text-smaller-26{font-size:-.3rem!important}.text-smaller-27{font-size:-.35rem!important}.text-smaller-28{font-size:-.4rem!important}.text-smaller-29{font-size:-.45rem!important}.text-smaller-30{font-size:-.5rem!important}@media screen and (min-width:576px){.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:1px!important}.ml-sm-2{margin-left:2px!important}.ml-sm-3{margin-left:3px!important}.ml-sm-4{margin-left:4px!important}.ml-sm-5{margin-left:5px!important}.ml-sm-6{margin-left:6px!important}.ml-sm-7{margin-left:7px!important}.ml-sm-8{margin-left:8px!important}.ml-sm-9{margin-left:9px!important}.ml-sm-10{margin-left:10px!important}.ml-sm-11{margin-left:11px!important}.ml-sm-12{margin-left:12px!important}.ml-sm-13{margin-left:13px!important}.ml-sm-14{margin-left:14px!important}.ml-sm-15{margin-left:15px!important}.ml-sm-16{margin-left:16px!important}.ml-sm-17{margin-left:17px!important}.ml-sm-18{margin-left:18px!important}.ml-sm-19{margin-left:19px!important}.ml-sm-20{margin-left:20px!important}.ml-sm-21{margin-left:21px!important}.ml-sm-22{margin-left:22px!important}.ml-sm-23{margin-left:23px!important}.ml-sm-24{margin-left:24px!important}.ml-sm-25{margin-left:25px!important}.ml-sm-26{margin-left:26px!important}.ml-sm-27{margin-left:27px!important}.ml-sm-28{margin-left:28px!important}.ml-sm-29{margin-left:29px!important}.ml-sm-30{margin-left:30px!important}.ml-sm-31{margin-left:31px!important}.ml-sm-32{margin-left:32px!important}.ml-sm-33{margin-left:33px!important}.ml-sm-34{margin-left:34px!important}.ml-sm-35{margin-left:35px!important}.ml-sm-36{margin-left:36px!important}.ml-sm-37{margin-left:37px!important}.ml-sm-38{margin-left:38px!important}.ml-sm-39{margin-left:39px!important}.ml-sm-40{margin-left:40px!important}.ml-sm-41{margin-left:41px!important}.ml-sm-42{margin-left:42px!important}.ml-sm-43{margin-left:43px!important}.ml-sm-44{margin-left:44px!important}.ml-sm-45{margin-left:45px!important}.ml-sm-46{margin-left:46px!important}.ml-sm-47{margin-left:47px!important}.ml-sm-48{margin-left:48px!important}.ml-sm-49{margin-left:49px!important}.ml-sm-50{margin-left:50px!important}.ml-sm-51{margin-left:51px!important}.ml-sm-52{margin-left:52px!important}.ml-sm-53{margin-left:53px!important}.ml-sm-54{margin-left:54px!important}.ml-sm-55{margin-left:55px!important}.ml-sm-56{margin-left:56px!important}.ml-sm-57{margin-left:57px!important}.ml-sm-58{margin-left:58px!important}.ml-sm-59{margin-left:59px!important}.ml-sm-60{margin-left:60px!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:1px!important}.mr-sm-2{margin-right:2px!important}.mr-sm-3{margin-right:3px!important}.mr-sm-4{margin-right:4px!important}.mr-sm-5{margin-right:5px!important}.mr-sm-6{margin-right:6px!important}.mr-sm-7{margin-right:7px!important}.mr-sm-8{margin-right:8px!important}.mr-sm-9{margin-right:9px!important}.mr-sm-10{margin-right:10px!important}.mr-sm-11{margin-right:11px!important}.mr-sm-12{margin-right:12px!important}.mr-sm-13{margin-right:13px!important}.mr-sm-14{margin-right:14px!important}.mr-sm-15{margin-right:15px!important}.mr-sm-16{margin-right:16px!important}.mr-sm-17{margin-right:17px!important}.mr-sm-18{margin-right:18px!important}.mr-sm-19{margin-right:19px!important}.mr-sm-20{margin-right:20px!important}.mr-sm-21{margin-right:21px!important}.mr-sm-22{margin-right:22px!important}.mr-sm-23{margin-right:23px!important}.mr-sm-24{margin-right:24px!important}.mr-sm-25{margin-right:25px!important}.mr-sm-26{margin-right:26px!important}.mr-sm-27{margin-right:27px!important}.mr-sm-28{margin-right:28px!important}.mr-sm-29{margin-right:29px!important}.mr-sm-30{margin-right:30px!important}.mr-sm-31{margin-right:31px!important}.mr-sm-32{margin-right:32px!important}.mr-sm-33{margin-right:33px!important}.mr-sm-34{margin-right:34px!important}.mr-sm-35{margin-right:35px!important}.mr-sm-36{margin-right:36px!important}.mr-sm-37{margin-right:37px!important}.mr-sm-38{margin-right:38px!important}.mr-sm-39{margin-right:39px!important}.mr-sm-40{margin-right:40px!important}.mr-sm-41{margin-right:41px!important}.mr-sm-42{margin-right:42px!important}.mr-sm-43{margin-right:43px!important}.mr-sm-44{margin-right:44px!important}.mr-sm-45{margin-right:45px!important}.mr-sm-46{margin-right:46px!important}.mr-sm-47{margin-right:47px!important}.mr-sm-48{margin-right:48px!important}.mr-sm-49{margin-right:49px!important}.mr-sm-50{margin-right:50px!important}.mr-sm-51{margin-right:51px!important}.mr-sm-52{margin-right:52px!important}.mr-sm-53{margin-right:53px!important}.mr-sm-54{margin-right:54px!important}.mr-sm-55{margin-right:55px!important}.mr-sm-56{margin-right:56px!important}.mr-sm-57{margin-right:57px!important}.mr-sm-58{margin-right:58px!important}.mr-sm-59{margin-right:59px!important}.mr-sm-60{margin-right:60px!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:1px!important}.mt-sm-2{margin-top:2px!important}.mt-sm-3{margin-top:3px!important}.mt-sm-4{margin-top:4px!important}.mt-sm-5{margin-top:5px!important}.mt-sm-6{margin-top:6px!important}.mt-sm-7{margin-top:7px!important}.mt-sm-8{margin-top:8px!important}.mt-sm-9{margin-top:9px!important}.mt-sm-10{margin-top:10px!important}.mt-sm-11{margin-top:11px!important}.mt-sm-12{margin-top:12px!important}.mt-sm-13{margin-top:13px!important}.mt-sm-14{margin-top:14px!important}.mt-sm-15{margin-top:15px!important}.mt-sm-16{margin-top:16px!important}.mt-sm-17{margin-top:17px!important}.mt-sm-18{margin-top:18px!important}.mt-sm-19{margin-top:19px!important}.mt-sm-20{margin-top:20px!important}.mt-sm-21{margin-top:21px!important}.mt-sm-22{margin-top:22px!important}.mt-sm-23{margin-top:23px!important}.mt-sm-24{margin-top:24px!important}.mt-sm-25{margin-top:25px!important}.mt-sm-26{margin-top:26px!important}.mt-sm-27{margin-top:27px!important}.mt-sm-28{margin-top:28px!important}.mt-sm-29{margin-top:29px!important}.mt-sm-30{margin-top:30px!important}.mt-sm-31{margin-top:31px!important}.mt-sm-32{margin-top:32px!important}.mt-sm-33{margin-top:33px!important}.mt-sm-34{margin-top:34px!important}.mt-sm-35{margin-top:35px!important}.mt-sm-36{margin-top:36px!important}.mt-sm-37{margin-top:37px!important}.mt-sm-38{margin-top:38px!important}.mt-sm-39{margin-top:39px!important}.mt-sm-40{margin-top:40px!important}.mt-sm-41{margin-top:41px!important}.mt-sm-42{margin-top:42px!important}.mt-sm-43{margin-top:43px!important}.mt-sm-44{margin-top:44px!important}.mt-sm-45{margin-top:45px!important}.mt-sm-46{margin-top:46px!important}.mt-sm-47{margin-top:47px!important}.mt-sm-48{margin-top:48px!important}.mt-sm-49{margin-top:49px!important}.mt-sm-50{margin-top:50px!important}.mt-sm-51{margin-top:51px!important}.mt-sm-52{margin-top:52px!important}.mt-sm-53{margin-top:53px!important}.mt-sm-54{margin-top:54px!important}.mt-sm-55{margin-top:55px!important}.mt-sm-56{margin-top:56px!important}.mt-sm-57{margin-top:57px!important}.mt-sm-58{margin-top:58px!important}.mt-sm-59{margin-top:59px!important}.mt-sm-60{margin-top:60px!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:1px!important}.mb-sm-2{margin-bottom:2px!important}.mb-sm-3{margin-bottom:3px!important}.mb-sm-4{margin-bottom:4px!important}.mb-sm-5{margin-bottom:5px!important}.mb-sm-6{margin-bottom:6px!important}.mb-sm-7{margin-bottom:7px!important}.mb-sm-8{margin-bottom:8px!important}.mb-sm-9{margin-bottom:9px!important}.mb-sm-10{margin-bottom:10px!important}.mb-sm-11{margin-bottom:11px!important}.mb-sm-12{margin-bottom:12px!important}.mb-sm-13{margin-bottom:13px!important}.mb-sm-14{margin-bottom:14px!important}.mb-sm-15{margin-bottom:15px!important}.mb-sm-16{margin-bottom:16px!important}.mb-sm-17{margin-bottom:17px!important}.mb-sm-18{margin-bottom:18px!important}.mb-sm-19{margin-bottom:19px!important}.mb-sm-20{margin-bottom:20px!important}.mb-sm-21{margin-bottom:21px!important}.mb-sm-22{margin-bottom:22px!important}.mb-sm-23{margin-bottom:23px!important}.mb-sm-24{margin-bottom:24px!important}.mb-sm-25{margin-bottom:25px!important}.mb-sm-26{margin-bottom:26px!important}.mb-sm-27{margin-bottom:27px!important}.mb-sm-28{margin-bottom:28px!important}.mb-sm-29{margin-bottom:29px!important}.mb-sm-30{margin-bottom:30px!important}.mb-sm-31{margin-bottom:31px!important}.mb-sm-32{margin-bottom:32px!important}.mb-sm-33{margin-bottom:33px!important}.mb-sm-34{margin-bottom:34px!important}.mb-sm-35{margin-bottom:35px!important}.mb-sm-36{margin-bottom:36px!important}.mb-sm-37{margin-bottom:37px!important}.mb-sm-38{margin-bottom:38px!important}.mb-sm-39{margin-bottom:39px!important}.mb-sm-40{margin-bottom:40px!important}.mb-sm-41{margin-bottom:41px!important}.mb-sm-42{margin-bottom:42px!important}.mb-sm-43{margin-bottom:43px!important}.mb-sm-44{margin-bottom:44px!important}.mb-sm-45{margin-bottom:45px!important}.mb-sm-46{margin-bottom:46px!important}.mb-sm-47{margin-bottom:47px!important}.mb-sm-48{margin-bottom:48px!important}.mb-sm-49{margin-bottom:49px!important}.mb-sm-50{margin-bottom:50px!important}.mb-sm-51{margin-bottom:51px!important}.mb-sm-52{margin-bottom:52px!important}.mb-sm-53{margin-bottom:53px!important}.mb-sm-54{margin-bottom:54px!important}.mb-sm-55{margin-bottom:55px!important}.mb-sm-56{margin-bottom:56px!important}.mb-sm-57{margin-bottom:57px!important}.mb-sm-58{margin-bottom:58px!important}.mb-sm-59{margin-bottom:59px!important}.mb-sm-60{margin-bottom:60px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:1px!important}.pl-sm-2{padding-left:2px!important}.pl-sm-3{padding-left:3px!important}.pl-sm-4{padding-left:4px!important}.pl-sm-5{padding-left:5px!important}.pl-sm-6{padding-left:6px!important}.pl-sm-7{padding-left:7px!important}.pl-sm-8{padding-left:8px!important}.pl-sm-9{padding-left:9px!important}.pl-sm-10{padding-left:10px!important}.pl-sm-11{padding-left:11px!important}.pl-sm-12{padding-left:12px!important}.pl-sm-13{padding-left:13px!important}.pl-sm-14{padding-left:14px!important}.pl-sm-15{padding-left:15px!important}.pl-sm-16{padding-left:16px!important}.pl-sm-17{padding-left:17px!important}.pl-sm-18{padding-left:18px!important}.pl-sm-19{padding-left:19px!important}.pl-sm-20{padding-left:20px!important}.pl-sm-21{padding-left:21px!important}.pl-sm-22{padding-left:22px!important}.pl-sm-23{padding-left:23px!important}.pl-sm-24{padding-left:24px!important}.pl-sm-25{padding-left:25px!important}.pl-sm-26{padding-left:26px!important}.pl-sm-27{padding-left:27px!important}.pl-sm-28{padding-left:28px!important}.pl-sm-29{padding-left:29px!important}.pl-sm-30{padding-left:30px!important}.pl-sm-31{padding-left:31px!important}.pl-sm-32{padding-left:32px!important}.pl-sm-33{padding-left:33px!important}.pl-sm-34{padding-left:34px!important}.pl-sm-35{padding-left:35px!important}.pl-sm-36{padding-left:36px!important}.pl-sm-37{padding-left:37px!important}.pl-sm-38{padding-left:38px!important}.pl-sm-39{padding-left:39px!important}.pl-sm-40{padding-left:40px!important}.pl-sm-41{padding-left:41px!important}.pl-sm-42{padding-left:42px!important}.pl-sm-43{padding-left:43px!important}.pl-sm-44{padding-left:44px!important}.pl-sm-45{padding-left:45px!important}.pl-sm-46{padding-left:46px!important}.pl-sm-47{padding-left:47px!important}.pl-sm-48{padding-left:48px!important}.pl-sm-49{padding-left:49px!important}.pl-sm-50{padding-left:50px!important}.pl-sm-51{padding-left:51px!important}.pl-sm-52{padding-left:52px!important}.pl-sm-53{padding-left:53px!important}.pl-sm-54{padding-left:54px!important}.pl-sm-55{padding-left:55px!important}.pl-sm-56{padding-left:56px!important}.pl-sm-57{padding-left:57px!important}.pl-sm-58{padding-left:58px!important}.pl-sm-59{padding-left:59px!important}.pl-sm-60{padding-left:60px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:1px!important}.pr-sm-2{padding-right:2px!important}.pr-sm-3{padding-right:3px!important}.pr-sm-4{padding-right:4px!important}.pr-sm-5{padding-right:5px!important}.pr-sm-6{padding-right:6px!important}.pr-sm-7{padding-right:7px!important}.pr-sm-8{padding-right:8px!important}.pr-sm-9{padding-right:9px!important}.pr-sm-10{padding-right:10px!important}.pr-sm-11{padding-right:11px!important}.pr-sm-12{padding-right:12px!important}.pr-sm-13{padding-right:13px!important}.pr-sm-14{padding-right:14px!important}.pr-sm-15{padding-right:15px!important}.pr-sm-16{padding-right:16px!important}.pr-sm-17{padding-right:17px!important}.pr-sm-18{padding-right:18px!important}.pr-sm-19{padding-right:19px!important}.pr-sm-20{padding-right:20px!important}.pr-sm-21{padding-right:21px!important}.pr-sm-22{padding-right:22px!important}.pr-sm-23{padding-right:23px!important}.pr-sm-24{padding-right:24px!important}.pr-sm-25{padding-right:25px!important}.pr-sm-26{padding-right:26px!important}.pr-sm-27{padding-right:27px!important}.pr-sm-28{padding-right:28px!important}.pr-sm-29{padding-right:29px!important}.pr-sm-30{padding-right:30px!important}.pr-sm-31{padding-right:31px!important}.pr-sm-32{padding-right:32px!important}.pr-sm-33{padding-right:33px!important}.pr-sm-34{padding-right:34px!important}.pr-sm-35{padding-right:35px!important}.pr-sm-36{padding-right:36px!important}.pr-sm-37{padding-right:37px!important}.pr-sm-38{padding-right:38px!important}.pr-sm-39{padding-right:39px!important}.pr-sm-40{padding-right:40px!important}.pr-sm-41{padding-right:41px!important}.pr-sm-42{padding-right:42px!important}.pr-sm-43{padding-right:43px!important}.pr-sm-44{padding-right:44px!important}.pr-sm-45{padding-right:45px!important}.pr-sm-46{padding-right:46px!important}.pr-sm-47{padding-right:47px!important}.pr-sm-48{padding-right:48px!important}.pr-sm-49{padding-right:49px!important}.pr-sm-50{padding-right:50px!important}.pr-sm-51{padding-right:51px!important}.pr-sm-52{padding-right:52px!important}.pr-sm-53{padding-right:53px!important}.pr-sm-54{padding-right:54px!important}.pr-sm-55{padding-right:55px!important}.pr-sm-56{padding-right:56px!important}.pr-sm-57{padding-right:57px!important}.pr-sm-58{padding-right:58px!important}.pr-sm-59{padding-right:59px!important}.pr-sm-60{padding-right:60px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:1px!important}.pt-sm-2{padding-top:2px!important}.pt-sm-3{padding-top:3px!important}.pt-sm-4{padding-top:4px!important}.pt-sm-5{padding-top:5px!important}.pt-sm-6{padding-top:6px!important}.pt-sm-7{padding-top:7px!important}.pt-sm-8{padding-top:8px!important}.pt-sm-9{padding-top:9px!important}.pt-sm-10{padding-top:10px!important}.pt-sm-11{padding-top:11px!important}.pt-sm-12{padding-top:12px!important}.pt-sm-13{padding-top:13px!important}.pt-sm-14{padding-top:14px!important}.pt-sm-15{padding-top:15px!important}.pt-sm-16{padding-top:16px!important}.pt-sm-17{padding-top:17px!important}.pt-sm-18{padding-top:18px!important}.pt-sm-19{padding-top:19px!important}.pt-sm-20{padding-top:20px!important}.pt-sm-21{padding-top:21px!important}.pt-sm-22{padding-top:22px!important}.pt-sm-23{padding-top:23px!important}.pt-sm-24{padding-top:24px!important}.pt-sm-25{padding-top:25px!important}.pt-sm-26{padding-top:26px!important}.pt-sm-27{padding-top:27px!important}.pt-sm-28{padding-top:28px!important}.pt-sm-29{padding-top:29px!important}.pt-sm-30{padding-top:30px!important}.pt-sm-31{padding-top:31px!important}.pt-sm-32{padding-top:32px!important}.pt-sm-33{padding-top:33px!important}.pt-sm-34{padding-top:34px!important}.pt-sm-35{padding-top:35px!important}.pt-sm-36{padding-top:36px!important}.pt-sm-37{padding-top:37px!important}.pt-sm-38{padding-top:38px!important}.pt-sm-39{padding-top:39px!important}.pt-sm-40{padding-top:40px!important}.pt-sm-41{padding-top:41px!important}.pt-sm-42{padding-top:42px!important}.pt-sm-43{padding-top:43px!important}.pt-sm-44{padding-top:44px!important}.pt-sm-45{padding-top:45px!important}.pt-sm-46{padding-top:46px!important}.pt-sm-47{padding-top:47px!important}.pt-sm-48{padding-top:48px!important}.pt-sm-49{padding-top:49px!important}.pt-sm-50{padding-top:50px!important}.pt-sm-51{padding-top:51px!important}.pt-sm-52{padding-top:52px!important}.pt-sm-53{padding-top:53px!important}.pt-sm-54{padding-top:54px!important}.pt-sm-55{padding-top:55px!important}.pt-sm-56{padding-top:56px!important}.pt-sm-57{padding-top:57px!important}.pt-sm-58{padding-top:58px!important}.pt-sm-59{padding-top:59px!important}.pt-sm-60{padding-top:60px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:1px!important}.pb-sm-2{padding-bottom:2px!important}.pb-sm-3{padding-bottom:3px!important}.pb-sm-4{padding-bottom:4px!important}.pb-sm-5{padding-bottom:5px!important}.pb-sm-6{padding-bottom:6px!important}.pb-sm-7{padding-bottom:7px!important}.pb-sm-8{padding-bottom:8px!important}.pb-sm-9{padding-bottom:9px!important}.pb-sm-10{padding-bottom:10px!important}.pb-sm-11{padding-bottom:11px!important}.pb-sm-12{padding-bottom:12px!important}.pb-sm-13{padding-bottom:13px!important}.pb-sm-14{padding-bottom:14px!important}.pb-sm-15{padding-bottom:15px!important}.pb-sm-16{padding-bottom:16px!important}.pb-sm-17{padding-bottom:17px!important}.pb-sm-18{padding-bottom:18px!important}.pb-sm-19{padding-bottom:19px!important}.pb-sm-20{padding-bottom:20px!important}.pb-sm-21{padding-bottom:21px!important}.pb-sm-22{padding-bottom:22px!important}.pb-sm-23{padding-bottom:23px!important}.pb-sm-24{padding-bottom:24px!important}.pb-sm-25{padding-bottom:25px!important}.pb-sm-26{padding-bottom:26px!important}.pb-sm-27{padding-bottom:27px!important}.pb-sm-28{padding-bottom:28px!important}.pb-sm-29{padding-bottom:29px!important}.pb-sm-30{padding-bottom:30px!important}.pb-sm-31{padding-bottom:31px!important}.pb-sm-32{padding-bottom:32px!important}.pb-sm-33{padding-bottom:33px!important}.pb-sm-34{padding-bottom:34px!important}.pb-sm-35{padding-bottom:35px!important}.pb-sm-36{padding-bottom:36px!important}.pb-sm-37{padding-bottom:37px!important}.pb-sm-38{padding-bottom:38px!important}.pb-sm-39{padding-bottom:39px!important}.pb-sm-40{padding-bottom:40px!important}.pb-sm-41{padding-bottom:41px!important}.pb-sm-42{padding-bottom:42px!important}.pb-sm-43{padding-bottom:43px!important}.pb-sm-44{padding-bottom:44px!important}.pb-sm-45{padding-bottom:45px!important}.pb-sm-46{padding-bottom:46px!important}.pb-sm-47{padding-bottom:47px!important}.pb-sm-48{padding-bottom:48px!important}.pb-sm-49{padding-bottom:49px!important}.pb-sm-50{padding-bottom:50px!important}.pb-sm-51{padding-bottom:51px!important}.pb-sm-52{padding-bottom:52px!important}.pb-sm-53{padding-bottom:53px!important}.pb-sm-54{padding-bottom:54px!important}.pb-sm-55{padding-bottom:55px!important}.pb-sm-56{padding-bottom:56px!important}.pb-sm-57{padding-bottom:57px!important}.pb-sm-58{padding-bottom:58px!important}.pb-sm-59{padding-bottom:59px!important}.pb-sm-60{padding-bottom:60px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:1px!important;padding-right:1px!important}.px-sm-2{padding-left:2px!important;padding-right:2px!important}.px-sm-3{padding-left:3px!important;padding-right:3px!important}.px-sm-4{padding-left:4px!important;padding-right:4px!important}.px-sm-5{padding-left:5px!important;padding-right:5px!important}.px-sm-6{padding-left:6px!important;padding-right:6px!important}.px-sm-7{padding-left:7px!important;padding-right:7px!important}.px-sm-8{padding-left:8px!important;padding-right:8px!important}.px-sm-9{padding-left:9px!important;padding-right:9px!important}.px-sm-10{padding-left:10px!important;padding-right:10px!important}.px-sm-11{padding-left:11px!important;padding-right:11px!important}.px-sm-12{padding-left:12px!important;padding-right:12px!important}.px-sm-13{padding-left:13px!important;padding-right:13px!important}.px-sm-14{padding-left:14px!important;padding-right:14px!important}.px-sm-15{padding-left:15px!important;padding-right:15px!important}.px-sm-16{padding-left:16px!important;padding-right:16px!important}.px-sm-17{padding-left:17px!important;padding-right:17px!important}.px-sm-18{padding-left:18px!important;padding-right:18px!important}.px-sm-19{padding-left:19px!important;padding-right:19px!important}.px-sm-20{padding-left:20px!important;padding-right:20px!important}.px-sm-21{padding-left:21px!important;padding-right:21px!important}.px-sm-22{padding-left:22px!important;padding-right:22px!important}.px-sm-23{padding-left:23px!important;padding-right:23px!important}.px-sm-24{padding-left:24px!important;padding-right:24px!important}.px-sm-25{padding-left:25px!important;padding-right:25px!important}.px-sm-26{padding-left:26px!important;padding-right:26px!important}.px-sm-27{padding-left:27px!important;padding-right:27px!important}.px-sm-28{padding-left:28px!important;padding-right:28px!important}.px-sm-29{padding-left:29px!important;padding-right:29px!important}.px-sm-30{padding-left:30px!important;padding-right:30px!important}.px-sm-31{padding-left:31px!important;padding-right:31px!important}.px-sm-32{padding-left:32px!important;padding-right:32px!important}.px-sm-33{padding-left:33px!important;padding-right:33px!important}.px-sm-34{padding-left:34px!important;padding-right:34px!important}.px-sm-35{padding-left:35px!important;padding-right:35px!important}.px-sm-36{padding-left:36px!important;padding-right:36px!important}.px-sm-37{padding-left:37px!important;padding-right:37px!important}.px-sm-38{padding-left:38px!important;padding-right:38px!important}.px-sm-39{padding-left:39px!important;padding-right:39px!important}.px-sm-40{padding-left:40px!important;padding-right:40px!important}.px-sm-41{padding-left:41px!important;padding-right:41px!important}.px-sm-42{padding-left:42px!important;padding-right:42px!important}.px-sm-43{padding-left:43px!important;padding-right:43px!important}.px-sm-44{padding-left:44px!important;padding-right:44px!important}.px-sm-45{padding-left:45px!important;padding-right:45px!important}.px-sm-46{padding-left:46px!important;padding-right:46px!important}.px-sm-47{padding-left:47px!important;padding-right:47px!important}.px-sm-48{padding-left:48px!important;padding-right:48px!important}.px-sm-49{padding-left:49px!important;padding-right:49px!important}.px-sm-50{padding-left:50px!important;padding-right:50px!important}.px-sm-51{padding-left:51px!important;padding-right:51px!important}.px-sm-52{padding-left:52px!important;padding-right:52px!important}.px-sm-53{padding-left:53px!important;padding-right:53px!important}.px-sm-54{padding-left:54px!important;padding-right:54px!important}.px-sm-55{padding-left:55px!important;padding-right:55px!important}.px-sm-56{padding-left:56px!important;padding-right:56px!important}.px-sm-57{padding-left:57px!important;padding-right:57px!important}.px-sm-58{padding-left:58px!important;padding-right:58px!important}.px-sm-59{padding-left:59px!important;padding-right:59px!important}.px-sm-60{padding-left:60px!important;padding-right:60px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:1px!important;padding-bottom:1px!important}.py-sm-2{padding-top:2px!important;padding-bottom:2px!important}.py-sm-3{padding-top:3px!important;padding-bottom:3px!important}.py-sm-4{padding-top:4px!important;padding-bottom:4px!important}.py-sm-5{padding-top:5px!important;padding-bottom:5px!important}.py-sm-6{padding-top:6px!important;padding-bottom:6px!important}.py-sm-7{padding-top:7px!important;padding-bottom:7px!important}.py-sm-8{padding-top:8px!important;padding-bottom:8px!important}.py-sm-9{padding-top:9px!important;padding-bottom:9px!important}.py-sm-10{padding-top:10px!important;padding-bottom:10px!important}.py-sm-11{padding-top:11px!important;padding-bottom:11px!important}.py-sm-12{padding-top:12px!important;padding-bottom:12px!important}.py-sm-13{padding-top:13px!important;padding-bottom:13px!important}.py-sm-14{padding-top:14px!important;padding-bottom:14px!important}.py-sm-15{padding-top:15px!important;padding-bottom:15px!important}.py-sm-16{padding-top:16px!important;padding-bottom:16px!important}.py-sm-17{padding-top:17px!important;padding-bottom:17px!important}.py-sm-18{padding-top:18px!important;padding-bottom:18px!important}.py-sm-19{padding-top:19px!important;padding-bottom:19px!important}.py-sm-20{padding-top:20px!important;padding-bottom:20px!important}.py-sm-21{padding-top:21px!important;padding-bottom:21px!important}.py-sm-22{padding-top:22px!important;padding-bottom:22px!important}.py-sm-23{padding-top:23px!important;padding-bottom:23px!important}.py-sm-24{padding-top:24px!important;padding-bottom:24px!important}.py-sm-25{padding-top:25px!important;padding-bottom:25px!important}.py-sm-26{padding-top:26px!important;padding-bottom:26px!important}.py-sm-27{padding-top:27px!important;padding-bottom:27px!important}.py-sm-28{padding-top:28px!important;padding-bottom:28px!important}.py-sm-29{padding-top:29px!important;padding-bottom:29px!important}.py-sm-30{padding-top:30px!important;padding-bottom:30px!important}.py-sm-31{padding-top:31px!important;padding-bottom:31px!important}.py-sm-32{padding-top:32px!important;padding-bottom:32px!important}.py-sm-33{padding-top:33px!important;padding-bottom:33px!important}.py-sm-34{padding-top:34px!important;padding-bottom:34px!important}.py-sm-35{padding-top:35px!important;padding-bottom:35px!important}.py-sm-36{padding-top:36px!important;padding-bottom:36px!important}.py-sm-37{padding-top:37px!important;padding-bottom:37px!important}.py-sm-38{padding-top:38px!important;padding-bottom:38px!important}.py-sm-39{padding-top:39px!important;padding-bottom:39px!important}.py-sm-40{padding-top:40px!important;padding-bottom:40px!important}.py-sm-41{padding-top:41px!important;padding-bottom:41px!important}.py-sm-42{padding-top:42px!important;padding-bottom:42px!important}.py-sm-43{padding-top:43px!important;padding-bottom:43px!important}.py-sm-44{padding-top:44px!important;padding-bottom:44px!important}.py-sm-45{padding-top:45px!important;padding-bottom:45px!important}.py-sm-46{padding-top:46px!important;padding-bottom:46px!important}.py-sm-47{padding-top:47px!important;padding-bottom:47px!important}.py-sm-48{padding-top:48px!important;padding-bottom:48px!important}.py-sm-49{padding-top:49px!important;padding-bottom:49px!important}.py-sm-50{padding-top:50px!important;padding-bottom:50px!important}.py-sm-51{padding-top:51px!important;padding-bottom:51px!important}.py-sm-52{padding-top:52px!important;padding-bottom:52px!important}.py-sm-53{padding-top:53px!important;padding-bottom:53px!important}.py-sm-54{padding-top:54px!important;padding-bottom:54px!important}.py-sm-55{padding-top:55px!important;padding-bottom:55px!important}.py-sm-56{padding-top:56px!important;padding-bottom:56px!important}.py-sm-57{padding-top:57px!important;padding-bottom:57px!important}.py-sm-58{padding-top:58px!important;padding-bottom:58px!important}.py-sm-59{padding-top:59px!important;padding-bottom:59px!important}.py-sm-60{padding-top:60px!important;padding-bottom:60px!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:1px!important;margin-right:1px!important}.mx-sm-2{margin-left:2px!important;margin-right:2px!important}.mx-sm-3{margin-left:3px!important;margin-right:3px!important}.mx-sm-4{margin-left:4px!important;margin-right:4px!important}.mx-sm-5{margin-left:5px!important;margin-right:5px!important}.mx-sm-6{margin-left:6px!important;margin-right:6px!important}.mx-sm-7{margin-left:7px!important;margin-right:7px!important}.mx-sm-8{margin-left:8px!important;margin-right:8px!important}.mx-sm-9{margin-left:9px!important;margin-right:9px!important}.mx-sm-10{margin-left:10px!important;margin-right:10px!important}.mx-sm-11{margin-left:11px!important;margin-right:11px!important}.mx-sm-12{margin-left:12px!important;margin-right:12px!important}.mx-sm-13{margin-left:13px!important;margin-right:13px!important}.mx-sm-14{margin-left:14px!important;margin-right:14px!important}.mx-sm-15{margin-left:15px!important;margin-right:15px!important}.mx-sm-16{margin-left:16px!important;margin-right:16px!important}.mx-sm-17{margin-left:17px!important;margin-right:17px!important}.mx-sm-18{margin-left:18px!important;margin-right:18px!important}.mx-sm-19{margin-left:19px!important;margin-right:19px!important}.mx-sm-20{margin-left:20px!important;margin-right:20px!important}.mx-sm-21{margin-left:21px!important;margin-right:21px!important}.mx-sm-22{margin-left:22px!important;margin-right:22px!important}.mx-sm-23{margin-left:23px!important;margin-right:23px!important}.mx-sm-24{margin-left:24px!important;margin-right:24px!important}.mx-sm-25{margin-left:25px!important;margin-right:25px!important}.mx-sm-26{margin-left:26px!important;margin-right:26px!important}.mx-sm-27{margin-left:27px!important;margin-right:27px!important}.mx-sm-28{margin-left:28px!important;margin-right:28px!important}.mx-sm-29{margin-left:29px!important;margin-right:29px!important}.mx-sm-30{margin-left:30px!important;margin-right:30px!important}.mx-sm-31{margin-left:31px!important;margin-right:31px!important}.mx-sm-32{margin-left:32px!important;margin-right:32px!important}.mx-sm-33{margin-left:33px!important;margin-right:33px!important}.mx-sm-34{margin-left:34px!important;margin-right:34px!important}.mx-sm-35{margin-left:35px!important;margin-right:35px!important}.mx-sm-36{margin-left:36px!important;margin-right:36px!important}.mx-sm-37{margin-left:37px!important;margin-right:37px!important}.mx-sm-38{margin-left:38px!important;margin-right:38px!important}.mx-sm-39{margin-left:39px!important;margin-right:39px!important}.mx-sm-40{margin-left:40px!important;margin-right:40px!important}.mx-sm-41{margin-left:41px!important;margin-right:41px!important}.mx-sm-42{margin-left:42px!important;margin-right:42px!important}.mx-sm-43{margin-left:43px!important;margin-right:43px!important}.mx-sm-44{margin-left:44px!important;margin-right:44px!important}.mx-sm-45{margin-left:45px!important;margin-right:45px!important}.mx-sm-46{margin-left:46px!important;margin-right:46px!important}.mx-sm-47{margin-left:47px!important;margin-right:47px!important}.mx-sm-48{margin-left:48px!important;margin-right:48px!important}.mx-sm-49{margin-left:49px!important;margin-right:49px!important}.mx-sm-50{margin-left:50px!important;margin-right:50px!important}.mx-sm-51{margin-left:51px!important;margin-right:51px!important}.mx-sm-52{margin-left:52px!important;margin-right:52px!important}.mx-sm-53{margin-left:53px!important;margin-right:53px!important}.mx-sm-54{margin-left:54px!important;margin-right:54px!important}.mx-sm-55{margin-left:55px!important;margin-right:55px!important}.mx-sm-56{margin-left:56px!important;margin-right:56px!important}.mx-sm-57{margin-left:57px!important;margin-right:57px!important}.mx-sm-58{margin-left:58px!important;margin-right:58px!important}.mx-sm-59{margin-left:59px!important;margin-right:59px!important}.mx-sm-60{margin-left:60px!important;margin-right:60px!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:1px!important;margin-bottom:1px!important}.my-sm-2{margin-top:2px!important;margin-bottom:2px!important}.my-sm-3{margin-top:3px!important;margin-bottom:3px!important}.my-sm-4{margin-top:4px!important;margin-bottom:4px!important}.my-sm-5{margin-top:5px!important;margin-bottom:5px!important}.my-sm-6{margin-top:6px!important;margin-bottom:6px!important}.my-sm-7{margin-top:7px!important;margin-bottom:7px!important}.my-sm-8{margin-top:8px!important;margin-bottom:8px!important}.my-sm-9{margin-top:9px!important;margin-bottom:9px!important}.my-sm-10{margin-top:10px!important;margin-bottom:10px!important}.my-sm-11{margin-top:11px!important;margin-bottom:11px!important}.my-sm-12{margin-top:12px!important;margin-bottom:12px!important}.my-sm-13{margin-top:13px!important;margin-bottom:13px!important}.my-sm-14{margin-top:14px!important;margin-bottom:14px!important}.my-sm-15{margin-top:15px!important;margin-bottom:15px!important}.my-sm-16{margin-top:16px!important;margin-bottom:16px!important}.my-sm-17{margin-top:17px!important;margin-bottom:17px!important}.my-sm-18{margin-top:18px!important;margin-bottom:18px!important}.my-sm-19{margin-top:19px!important;margin-bottom:19px!important}.my-sm-20{margin-top:20px!important;margin-bottom:20px!important}.my-sm-21{margin-top:21px!important;margin-bottom:21px!important}.my-sm-22{margin-top:22px!important;margin-bottom:22px!important}.my-sm-23{margin-top:23px!important;margin-bottom:23px!important}.my-sm-24{margin-top:24px!important;margin-bottom:24px!important}.my-sm-25{margin-top:25px!important;margin-bottom:25px!important}.my-sm-26{margin-top:26px!important;margin-bottom:26px!important}.my-sm-27{margin-top:27px!important;margin-bottom:27px!important}.my-sm-28{margin-top:28px!important;margin-bottom:28px!important}.my-sm-29{margin-top:29px!important;margin-bottom:29px!important}.my-sm-30{margin-top:30px!important;margin-bottom:30px!important}.my-sm-31{margin-top:31px!important;margin-bottom:31px!important}.my-sm-32{margin-top:32px!important;margin-bottom:32px!important}.my-sm-33{margin-top:33px!important;margin-bottom:33px!important}.my-sm-34{margin-top:34px!important;margin-bottom:34px!important}.my-sm-35{margin-top:35px!important;margin-bottom:35px!important}.my-sm-36{margin-top:36px!important;margin-bottom:36px!important}.my-sm-37{margin-top:37px!important;margin-bottom:37px!important}.my-sm-38{margin-top:38px!important;margin-bottom:38px!important}.my-sm-39{margin-top:39px!important;margin-bottom:39px!important}.my-sm-40{margin-top:40px!important;margin-bottom:40px!important}.my-sm-41{margin-top:41px!important;margin-bottom:41px!important}.my-sm-42{margin-top:42px!important;margin-bottom:42px!important}.my-sm-43{margin-top:43px!important;margin-bottom:43px!important}.my-sm-44{margin-top:44px!important;margin-bottom:44px!important}.my-sm-45{margin-top:45px!important;margin-bottom:45px!important}.my-sm-46{margin-top:46px!important;margin-bottom:46px!important}.my-sm-47{margin-top:47px!important;margin-bottom:47px!important}.my-sm-48{margin-top:48px!important;margin-bottom:48px!important}.my-sm-49{margin-top:49px!important;margin-bottom:49px!important}.my-sm-50{margin-top:50px!important;margin-bottom:50px!important}.my-sm-51{margin-top:51px!important;margin-bottom:51px!important}.my-sm-52{margin-top:52px!important;margin-bottom:52px!important}.my-sm-53{margin-top:53px!important;margin-bottom:53px!important}.my-sm-54{margin-top:54px!important;margin-bottom:54px!important}.my-sm-55{margin-top:55px!important;margin-bottom:55px!important}.my-sm-56{margin-top:56px!important;margin-bottom:56px!important}.my-sm-57{margin-top:57px!important;margin-bottom:57px!important}.my-sm-58{margin-top:58px!important;margin-bottom:58px!important}.my-sm-59{margin-top:59px!important;margin-bottom:59px!important}.my-sm-60{margin-top:60px!important;margin-bottom:60px!important}.text-larger-sm-0{font-size:1rem!important}.text-larger-sm-1{font-size:1.05rem!important}.text-larger-sm-2{font-size:1.1rem!important}.text-larger-sm-3{font-size:1.15rem!important}.text-larger-sm-4{font-size:1.2rem!important}.text-larger-sm-5{font-size:1.25rem!important}.text-larger-sm-6{font-size:1.3rem!important}.text-larger-sm-7{font-size:1.35rem!important}.text-larger-sm-8{font-size:1.4rem!important}.text-larger-sm-9{font-size:1.45rem!important}.text-larger-sm-10{font-size:1.5rem!important}.text-larger-sm-11{font-size:1.55rem!important}.text-larger-sm-12{font-size:1.6rem!important}.text-larger-sm-13{font-size:1.65rem!important}.text-larger-sm-14{font-size:1.7rem!important}.text-larger-sm-15{font-size:1.75rem!important}.text-larger-sm-16{font-size:1.8rem!important}.text-larger-sm-17{font-size:1.85rem!important}.text-larger-sm-18{font-size:1.9rem!important}.text-larger-sm-19{font-size:1.95rem!important}.text-larger-sm-20{font-size:2rem!important}.text-larger-sm-21{font-size:2.05rem!important}.text-larger-sm-22{font-size:2.1rem!important}.text-larger-sm-23{font-size:2.15rem!important}.text-larger-sm-24{font-size:2.2rem!important}.text-larger-sm-25{font-size:2.25rem!important}.text-larger-sm-26{font-size:2.3rem!important}.text-larger-sm-27{font-size:2.35rem!important}.text-larger-sm-28{font-size:2.4rem!important}.text-larger-sm-29{font-size:2.45rem!important}.text-larger-sm-30{font-size:2.5rem!important}.text-smaller-sm-0{font-size:1rem!important}.text-smaller-sm-1{font-size:.95rem!important}.text-smaller-sm-2{font-size:.9rem!important}.text-smaller-sm-3{font-size:.85rem!important}.text-smaller-sm-4{font-size:.8rem!important}.text-smaller-sm-5{font-size:.75rem!important}.text-smaller-sm-6{font-size:.7rem!important}.text-smaller-sm-7{font-size:.65rem!important}.text-smaller-sm-8{font-size:.6rem!important}.text-smaller-sm-9{font-size:.55rem!important}.text-smaller-sm-10{font-size:.5rem!important}.text-smaller-sm-11{font-size:.45rem!important}.text-smaller-sm-12{font-size:.4rem!important}.text-smaller-sm-13{font-size:.35rem!important}.text-smaller-sm-14{font-size:.3rem!important}.text-smaller-sm-15{font-size:.25rem!important}.text-smaller-sm-16{font-size:.2rem!important}.text-smaller-sm-17{font-size:.15rem!important}.text-smaller-sm-18{font-size:.1rem!important}.text-smaller-sm-19{font-size:.05rem!important}.text-smaller-sm-20{font-size:0!important}.text-smaller-sm-21{font-size:-.05rem!important}.text-smaller-sm-22{font-size:-.1rem!important}.text-smaller-sm-23{font-size:-.15rem!important}.text-smaller-sm-24{font-size:-.2rem!important}.text-smaller-sm-25{font-size:-.25rem!important}.text-smaller-sm-26{font-size:-.3rem!important}.text-smaller-sm-27{font-size:-.35rem!important}.text-smaller-sm-28{font-size:-.4rem!important}.text-smaller-sm-29{font-size:-.45rem!important}.text-smaller-sm-30{font-size:-.5rem!important}.w-sm-0{width:0%!important}.w-sm-10{width:10%!important}.w-sm-20{width:20%!important}.w-sm-30{width:30%!important}.w-sm-40{width:40%!important}.w-sm-50{width:50%!important}.w-sm-60{width:60%!important}.w-sm-70{width:70%!important}.w-sm-80{width:80%!important}.w-sm-90{width:90%!important}.w-sm-100{width:100%!important}.w-sm-110{width:110%!important}.w-sm-120{width:120%!important}.w-sm-130{width:130%!important}.w-sm-140{width:140%!important}.w-sm-150{width:150%!important}.w-sm-160{width:160%!important}.w-sm-170{width:170%!important}.w-sm-180{width:180%!important}.w-sm-190{width:190%!important}.w-sm-200{width:200%!important}.w-sm-210{width:210%!important}.w-sm-220{width:220%!important}.w-sm-230{width:230%!important}.w-sm-240{width:240%!important}.w-sm-250{width:250%!important}.w-sm-260{width:260%!important}.w-sm-270{width:270%!important}.w-sm-280{width:280%!important}.w-sm-290{width:290%!important}.w-sm-300{width:300%!important}.w-sm-310{width:310%!important}.w-sm-320{width:320%!important}.w-sm-330{width:330%!important}.w-sm-340{width:340%!important}.w-sm-350{width:350%!important}.w-sm-360{width:360%!important}.w-sm-370{width:370%!important}.w-sm-380{width:380%!important}.w-sm-390{width:390%!important}.w-sm-400{width:400%!important}.w-sm-410{width:410%!important}.w-sm-420{width:420%!important}.w-sm-430{width:430%!important}.w-sm-440{width:440%!important}.w-sm-450{width:450%!important}.w-sm-460{width:460%!important}.w-sm-470{width:470%!important}.w-sm-480{width:480%!important}.w-sm-490{width:490%!important}.w-sm-500{width:500%!important}.w-sm-510{width:510%!important}.w-sm-520{width:520%!important}.w-sm-530{width:530%!important}.w-sm-540{width:540%!important}.w-sm-550{width:550%!important}.w-sm-560{width:560%!important}.w-sm-570{width:570%!important}.w-sm-580{width:580%!important}.w-sm-590{width:590%!important}.w-sm-600{width:600%!important}.w-sm-610{width:610%!important}.w-sm-620{width:620%!important}.w-sm-630{width:630%!important}.w-sm-640{width:640%!important}.w-sm-650{width:650%!important}.w-sm-660{width:660%!important}.w-sm-670{width:670%!important}.w-sm-680{width:680%!important}.w-sm-690{width:690%!important}.w-sm-700{width:700%!important}.w-sm-710{width:710%!important}.w-sm-720{width:720%!important}.w-sm-730{width:730%!important}.w-sm-740{width:740%!important}.w-sm-750{width:750%!important}.w-sm-760{width:760%!important}.w-sm-770{width:770%!important}.w-sm-780{width:780%!important}.w-sm-790{width:790%!important}.w-sm-800{width:800%!important}.w-sm-810{width:810%!important}.w-sm-820{width:820%!important}.w-sm-830{width:830%!important}.w-sm-840{width:840%!important}.w-sm-850{width:850%!important}.w-sm-860{width:860%!important}.w-sm-870{width:870%!important}.w-sm-880{width:880%!important}.w-sm-890{width:890%!important}.w-sm-900{width:900%!important}.w-sm-910{width:910%!important}.w-sm-920{width:920%!important}.w-sm-930{width:930%!important}.w-sm-940{width:940%!important}.w-sm-950{width:950%!important}.w-sm-960{width:960%!important}.w-sm-970{width:970%!important}.w-sm-980{width:980%!important}.w-sm-990{width:990%!important}.w-sm-1000{width:1000%!important}}@media screen and (min-width:768px){.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:1px!important}.ml-md-2{margin-left:2px!important}.ml-md-3{margin-left:3px!important}.ml-md-4{margin-left:4px!important}.ml-md-5{margin-left:5px!important}.ml-md-6{margin-left:6px!important}.ml-md-7{margin-left:7px!important}.ml-md-8{margin-left:8px!important}.ml-md-9{margin-left:9px!important}.ml-md-10{margin-left:10px!important}.ml-md-11{margin-left:11px!important}.ml-md-12{margin-left:12px!important}.ml-md-13{margin-left:13px!important}.ml-md-14{margin-left:14px!important}.ml-md-15{margin-left:15px!important}.ml-md-16{margin-left:16px!important}.ml-md-17{margin-left:17px!important}.ml-md-18{margin-left:18px!important}.ml-md-19{margin-left:19px!important}.ml-md-20{margin-left:20px!important}.ml-md-21{margin-left:21px!important}.ml-md-22{margin-left:22px!important}.ml-md-23{margin-left:23px!important}.ml-md-24{margin-left:24px!important}.ml-md-25{margin-left:25px!important}.ml-md-26{margin-left:26px!important}.ml-md-27{margin-left:27px!important}.ml-md-28{margin-left:28px!important}.ml-md-29{margin-left:29px!important}.ml-md-30{margin-left:30px!important}.ml-md-31{margin-left:31px!important}.ml-md-32{margin-left:32px!important}.ml-md-33{margin-left:33px!important}.ml-md-34{margin-left:34px!important}.ml-md-35{margin-left:35px!important}.ml-md-36{margin-left:36px!important}.ml-md-37{margin-left:37px!important}.ml-md-38{margin-left:38px!important}.ml-md-39{margin-left:39px!important}.ml-md-40{margin-left:40px!important}.ml-md-41{margin-left:41px!important}.ml-md-42{margin-left:42px!important}.ml-md-43{margin-left:43px!important}.ml-md-44{margin-left:44px!important}.ml-md-45{margin-left:45px!important}.ml-md-46{margin-left:46px!important}.ml-md-47{margin-left:47px!important}.ml-md-48{margin-left:48px!important}.ml-md-49{margin-left:49px!important}.ml-md-50{margin-left:50px!important}.ml-md-51{margin-left:51px!important}.ml-md-52{margin-left:52px!important}.ml-md-53{margin-left:53px!important}.ml-md-54{margin-left:54px!important}.ml-md-55{margin-left:55px!important}.ml-md-56{margin-left:56px!important}.ml-md-57{margin-left:57px!important}.ml-md-58{margin-left:58px!important}.ml-md-59{margin-left:59px!important}.ml-md-60{margin-left:60px!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:1px!important}.mr-md-2{margin-right:2px!important}.mr-md-3{margin-right:3px!important}.mr-md-4{margin-right:4px!important}.mr-md-5{margin-right:5px!important}.mr-md-6{margin-right:6px!important}.mr-md-7{margin-right:7px!important}.mr-md-8{margin-right:8px!important}.mr-md-9{margin-right:9px!important}.mr-md-10{margin-right:10px!important}.mr-md-11{margin-right:11px!important}.mr-md-12{margin-right:12px!important}.mr-md-13{margin-right:13px!important}.mr-md-14{margin-right:14px!important}.mr-md-15{margin-right:15px!important}.mr-md-16{margin-right:16px!important}.mr-md-17{margin-right:17px!important}.mr-md-18{margin-right:18px!important}.mr-md-19{margin-right:19px!important}.mr-md-20{margin-right:20px!important}.mr-md-21{margin-right:21px!important}.mr-md-22{margin-right:22px!important}.mr-md-23{margin-right:23px!important}.mr-md-24{margin-right:24px!important}.mr-md-25{margin-right:25px!important}.mr-md-26{margin-right:26px!important}.mr-md-27{margin-right:27px!important}.mr-md-28{margin-right:28px!important}.mr-md-29{margin-right:29px!important}.mr-md-30{margin-right:30px!important}.mr-md-31{margin-right:31px!important}.mr-md-32{margin-right:32px!important}.mr-md-33{margin-right:33px!important}.mr-md-34{margin-right:34px!important}.mr-md-35{margin-right:35px!important}.mr-md-36{margin-right:36px!important}.mr-md-37{margin-right:37px!important}.mr-md-38{margin-right:38px!important}.mr-md-39{margin-right:39px!important}.mr-md-40{margin-right:40px!important}.mr-md-41{margin-right:41px!important}.mr-md-42{margin-right:42px!important}.mr-md-43{margin-right:43px!important}.mr-md-44{margin-right:44px!important}.mr-md-45{margin-right:45px!important}.mr-md-46{margin-right:46px!important}.mr-md-47{margin-right:47px!important}.mr-md-48{margin-right:48px!important}.mr-md-49{margin-right:49px!important}.mr-md-50{margin-right:50px!important}.mr-md-51{margin-right:51px!important}.mr-md-52{margin-right:52px!important}.mr-md-53{margin-right:53px!important}.mr-md-54{margin-right:54px!important}.mr-md-55{margin-right:55px!important}.mr-md-56{margin-right:56px!important}.mr-md-57{margin-right:57px!important}.mr-md-58{margin-right:58px!important}.mr-md-59{margin-right:59px!important}.mr-md-60{margin-right:60px!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:1px!important}.mt-md-2{margin-top:2px!important}.mt-md-3{margin-top:3px!important}.mt-md-4{margin-top:4px!important}.mt-md-5{margin-top:5px!important}.mt-md-6{margin-top:6px!important}.mt-md-7{margin-top:7px!important}.mt-md-8{margin-top:8px!important}.mt-md-9{margin-top:9px!important}.mt-md-10{margin-top:10px!important}.mt-md-11{margin-top:11px!important}.mt-md-12{margin-top:12px!important}.mt-md-13{margin-top:13px!important}.mt-md-14{margin-top:14px!important}.mt-md-15{margin-top:15px!important}.mt-md-16{margin-top:16px!important}.mt-md-17{margin-top:17px!important}.mt-md-18{margin-top:18px!important}.mt-md-19{margin-top:19px!important}.mt-md-20{margin-top:20px!important}.mt-md-21{margin-top:21px!important}.mt-md-22{margin-top:22px!important}.mt-md-23{margin-top:23px!important}.mt-md-24{margin-top:24px!important}.mt-md-25{margin-top:25px!important}.mt-md-26{margin-top:26px!important}.mt-md-27{margin-top:27px!important}.mt-md-28{margin-top:28px!important}.mt-md-29{margin-top:29px!important}.mt-md-30{margin-top:30px!important}.mt-md-31{margin-top:31px!important}.mt-md-32{margin-top:32px!important}.mt-md-33{margin-top:33px!important}.mt-md-34{margin-top:34px!important}.mt-md-35{margin-top:35px!important}.mt-md-36{margin-top:36px!important}.mt-md-37{margin-top:37px!important}.mt-md-38{margin-top:38px!important}.mt-md-39{margin-top:39px!important}.mt-md-40{margin-top:40px!important}.mt-md-41{margin-top:41px!important}.mt-md-42{margin-top:42px!important}.mt-md-43{margin-top:43px!important}.mt-md-44{margin-top:44px!important}.mt-md-45{margin-top:45px!important}.mt-md-46{margin-top:46px!important}.mt-md-47{margin-top:47px!important}.mt-md-48{margin-top:48px!important}.mt-md-49{margin-top:49px!important}.mt-md-50{margin-top:50px!important}.mt-md-51{margin-top:51px!important}.mt-md-52{margin-top:52px!important}.mt-md-53{margin-top:53px!important}.mt-md-54{margin-top:54px!important}.mt-md-55{margin-top:55px!important}.mt-md-56{margin-top:56px!important}.mt-md-57{margin-top:57px!important}.mt-md-58{margin-top:58px!important}.mt-md-59{margin-top:59px!important}.mt-md-60{margin-top:60px!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:1px!important}.mb-md-2{margin-bottom:2px!important}.mb-md-3{margin-bottom:3px!important}.mb-md-4{margin-bottom:4px!important}.mb-md-5{margin-bottom:5px!important}.mb-md-6{margin-bottom:6px!important}.mb-md-7{margin-bottom:7px!important}.mb-md-8{margin-bottom:8px!important}.mb-md-9{margin-bottom:9px!important}.mb-md-10{margin-bottom:10px!important}.mb-md-11{margin-bottom:11px!important}.mb-md-12{margin-bottom:12px!important}.mb-md-13{margin-bottom:13px!important}.mb-md-14{margin-bottom:14px!important}.mb-md-15{margin-bottom:15px!important}.mb-md-16{margin-bottom:16px!important}.mb-md-17{margin-bottom:17px!important}.mb-md-18{margin-bottom:18px!important}.mb-md-19{margin-bottom:19px!important}.mb-md-20{margin-bottom:20px!important}.mb-md-21{margin-bottom:21px!important}.mb-md-22{margin-bottom:22px!important}.mb-md-23{margin-bottom:23px!important}.mb-md-24{margin-bottom:24px!important}.mb-md-25{margin-bottom:25px!important}.mb-md-26{margin-bottom:26px!important}.mb-md-27{margin-bottom:27px!important}.mb-md-28{margin-bottom:28px!important}.mb-md-29{margin-bottom:29px!important}.mb-md-30{margin-bottom:30px!important}.mb-md-31{margin-bottom:31px!important}.mb-md-32{margin-bottom:32px!important}.mb-md-33{margin-bottom:33px!important}.mb-md-34{margin-bottom:34px!important}.mb-md-35{margin-bottom:35px!important}.mb-md-36{margin-bottom:36px!important}.mb-md-37{margin-bottom:37px!important}.mb-md-38{margin-bottom:38px!important}.mb-md-39{margin-bottom:39px!important}.mb-md-40{margin-bottom:40px!important}.mb-md-41{margin-bottom:41px!important}.mb-md-42{margin-bottom:42px!important}.mb-md-43{margin-bottom:43px!important}.mb-md-44{margin-bottom:44px!important}.mb-md-45{margin-bottom:45px!important}.mb-md-46{margin-bottom:46px!important}.mb-md-47{margin-bottom:47px!important}.mb-md-48{margin-bottom:48px!important}.mb-md-49{margin-bottom:49px!important}.mb-md-50{margin-bottom:50px!important}.mb-md-51{margin-bottom:51px!important}.mb-md-52{margin-bottom:52px!important}.mb-md-53{margin-bottom:53px!important}.mb-md-54{margin-bottom:54px!important}.mb-md-55{margin-bottom:55px!important}.mb-md-56{margin-bottom:56px!important}.mb-md-57{margin-bottom:57px!important}.mb-md-58{margin-bottom:58px!important}.mb-md-59{margin-bottom:59px!important}.mb-md-60{margin-bottom:60px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:1px!important}.pl-md-2{padding-left:2px!important}.pl-md-3{padding-left:3px!important}.pl-md-4{padding-left:4px!important}.pl-md-5{padding-left:5px!important}.pl-md-6{padding-left:6px!important}.pl-md-7{padding-left:7px!important}.pl-md-8{padding-left:8px!important}.pl-md-9{padding-left:9px!important}.pl-md-10{padding-left:10px!important}.pl-md-11{padding-left:11px!important}.pl-md-12{padding-left:12px!important}.pl-md-13{padding-left:13px!important}.pl-md-14{padding-left:14px!important}.pl-md-15{padding-left:15px!important}.pl-md-16{padding-left:16px!important}.pl-md-17{padding-left:17px!important}.pl-md-18{padding-left:18px!important}.pl-md-19{padding-left:19px!important}.pl-md-20{padding-left:20px!important}.pl-md-21{padding-left:21px!important}.pl-md-22{padding-left:22px!important}.pl-md-23{padding-left:23px!important}.pl-md-24{padding-left:24px!important}.pl-md-25{padding-left:25px!important}.pl-md-26{padding-left:26px!important}.pl-md-27{padding-left:27px!important}.pl-md-28{padding-left:28px!important}.pl-md-29{padding-left:29px!important}.pl-md-30{padding-left:30px!important}.pl-md-31{padding-left:31px!important}.pl-md-32{padding-left:32px!important}.pl-md-33{padding-left:33px!important}.pl-md-34{padding-left:34px!important}.pl-md-35{padding-left:35px!important}.pl-md-36{padding-left:36px!important}.pl-md-37{padding-left:37px!important}.pl-md-38{padding-left:38px!important}.pl-md-39{padding-left:39px!important}.pl-md-40{padding-left:40px!important}.pl-md-41{padding-left:41px!important}.pl-md-42{padding-left:42px!important}.pl-md-43{padding-left:43px!important}.pl-md-44{padding-left:44px!important}.pl-md-45{padding-left:45px!important}.pl-md-46{padding-left:46px!important}.pl-md-47{padding-left:47px!important}.pl-md-48{padding-left:48px!important}.pl-md-49{padding-left:49px!important}.pl-md-50{padding-left:50px!important}.pl-md-51{padding-left:51px!important}.pl-md-52{padding-left:52px!important}.pl-md-53{padding-left:53px!important}.pl-md-54{padding-left:54px!important}.pl-md-55{padding-left:55px!important}.pl-md-56{padding-left:56px!important}.pl-md-57{padding-left:57px!important}.pl-md-58{padding-left:58px!important}.pl-md-59{padding-left:59px!important}.pl-md-60{padding-left:60px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:1px!important}.pr-md-2{padding-right:2px!important}.pr-md-3{padding-right:3px!important}.pr-md-4{padding-right:4px!important}.pr-md-5{padding-right:5px!important}.pr-md-6{padding-right:6px!important}.pr-md-7{padding-right:7px!important}.pr-md-8{padding-right:8px!important}.pr-md-9{padding-right:9px!important}.pr-md-10{padding-right:10px!important}.pr-md-11{padding-right:11px!important}.pr-md-12{padding-right:12px!important}.pr-md-13{padding-right:13px!important}.pr-md-14{padding-right:14px!important}.pr-md-15{padding-right:15px!important}.pr-md-16{padding-right:16px!important}.pr-md-17{padding-right:17px!important}.pr-md-18{padding-right:18px!important}.pr-md-19{padding-right:19px!important}.pr-md-20{padding-right:20px!important}.pr-md-21{padding-right:21px!important}.pr-md-22{padding-right:22px!important}.pr-md-23{padding-right:23px!important}.pr-md-24{padding-right:24px!important}.pr-md-25{padding-right:25px!important}.pr-md-26{padding-right:26px!important}.pr-md-27{padding-right:27px!important}.pr-md-28{padding-right:28px!important}.pr-md-29{padding-right:29px!important}.pr-md-30{padding-right:30px!important}.pr-md-31{padding-right:31px!important}.pr-md-32{padding-right:32px!important}.pr-md-33{padding-right:33px!important}.pr-md-34{padding-right:34px!important}.pr-md-35{padding-right:35px!important}.pr-md-36{padding-right:36px!important}.pr-md-37{padding-right:37px!important}.pr-md-38{padding-right:38px!important}.pr-md-39{padding-right:39px!important}.pr-md-40{padding-right:40px!important}.pr-md-41{padding-right:41px!important}.pr-md-42{padding-right:42px!important}.pr-md-43{padding-right:43px!important}.pr-md-44{padding-right:44px!important}.pr-md-45{padding-right:45px!important}.pr-md-46{padding-right:46px!important}.pr-md-47{padding-right:47px!important}.pr-md-48{padding-right:48px!important}.pr-md-49{padding-right:49px!important}.pr-md-50{padding-right:50px!important}.pr-md-51{padding-right:51px!important}.pr-md-52{padding-right:52px!important}.pr-md-53{padding-right:53px!important}.pr-md-54{padding-right:54px!important}.pr-md-55{padding-right:55px!important}.pr-md-56{padding-right:56px!important}.pr-md-57{padding-right:57px!important}.pr-md-58{padding-right:58px!important}.pr-md-59{padding-right:59px!important}.pr-md-60{padding-right:60px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:1px!important}.pt-md-2{padding-top:2px!important}.pt-md-3{padding-top:3px!important}.pt-md-4{padding-top:4px!important}.pt-md-5{padding-top:5px!important}.pt-md-6{padding-top:6px!important}.pt-md-7{padding-top:7px!important}.pt-md-8{padding-top:8px!important}.pt-md-9{padding-top:9px!important}.pt-md-10{padding-top:10px!important}.pt-md-11{padding-top:11px!important}.pt-md-12{padding-top:12px!important}.pt-md-13{padding-top:13px!important}.pt-md-14{padding-top:14px!important}.pt-md-15{padding-top:15px!important}.pt-md-16{padding-top:16px!important}.pt-md-17{padding-top:17px!important}.pt-md-18{padding-top:18px!important}.pt-md-19{padding-top:19px!important}.pt-md-20{padding-top:20px!important}.pt-md-21{padding-top:21px!important}.pt-md-22{padding-top:22px!important}.pt-md-23{padding-top:23px!important}.pt-md-24{padding-top:24px!important}.pt-md-25{padding-top:25px!important}.pt-md-26{padding-top:26px!important}.pt-md-27{padding-top:27px!important}.pt-md-28{padding-top:28px!important}.pt-md-29{padding-top:29px!important}.pt-md-30{padding-top:30px!important}.pt-md-31{padding-top:31px!important}.pt-md-32{padding-top:32px!important}.pt-md-33{padding-top:33px!important}.pt-md-34{padding-top:34px!important}.pt-md-35{padding-top:35px!important}.pt-md-36{padding-top:36px!important}.pt-md-37{padding-top:37px!important}.pt-md-38{padding-top:38px!important}.pt-md-39{padding-top:39px!important}.pt-md-40{padding-top:40px!important}.pt-md-41{padding-top:41px!important}.pt-md-42{padding-top:42px!important}.pt-md-43{padding-top:43px!important}.pt-md-44{padding-top:44px!important}.pt-md-45{padding-top:45px!important}.pt-md-46{padding-top:46px!important}.pt-md-47{padding-top:47px!important}.pt-md-48{padding-top:48px!important}.pt-md-49{padding-top:49px!important}.pt-md-50{padding-top:50px!important}.pt-md-51{padding-top:51px!important}.pt-md-52{padding-top:52px!important}.pt-md-53{padding-top:53px!important}.pt-md-54{padding-top:54px!important}.pt-md-55{padding-top:55px!important}.pt-md-56{padding-top:56px!important}.pt-md-57{padding-top:57px!important}.pt-md-58{padding-top:58px!important}.pt-md-59{padding-top:59px!important}.pt-md-60{padding-top:60px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:1px!important}.pb-md-2{padding-bottom:2px!important}.pb-md-3{padding-bottom:3px!important}.pb-md-4{padding-bottom:4px!important}.pb-md-5{padding-bottom:5px!important}.pb-md-6{padding-bottom:6px!important}.pb-md-7{padding-bottom:7px!important}.pb-md-8{padding-bottom:8px!important}.pb-md-9{padding-bottom:9px!important}.pb-md-10{padding-bottom:10px!important}.pb-md-11{padding-bottom:11px!important}.pb-md-12{padding-bottom:12px!important}.pb-md-13{padding-bottom:13px!important}.pb-md-14{padding-bottom:14px!important}.pb-md-15{padding-bottom:15px!important}.pb-md-16{padding-bottom:16px!important}.pb-md-17{padding-bottom:17px!important}.pb-md-18{padding-bottom:18px!important}.pb-md-19{padding-bottom:19px!important}.pb-md-20{padding-bottom:20px!important}.pb-md-21{padding-bottom:21px!important}.pb-md-22{padding-bottom:22px!important}.pb-md-23{padding-bottom:23px!important}.pb-md-24{padding-bottom:24px!important}.pb-md-25{padding-bottom:25px!important}.pb-md-26{padding-bottom:26px!important}.pb-md-27{padding-bottom:27px!important}.pb-md-28{padding-bottom:28px!important}.pb-md-29{padding-bottom:29px!important}.pb-md-30{padding-bottom:30px!important}.pb-md-31{padding-bottom:31px!important}.pb-md-32{padding-bottom:32px!important}.pb-md-33{padding-bottom:33px!important}.pb-md-34{padding-bottom:34px!important}.pb-md-35{padding-bottom:35px!important}.pb-md-36{padding-bottom:36px!important}.pb-md-37{padding-bottom:37px!important}.pb-md-38{padding-bottom:38px!important}.pb-md-39{padding-bottom:39px!important}.pb-md-40{padding-bottom:40px!important}.pb-md-41{padding-bottom:41px!important}.pb-md-42{padding-bottom:42px!important}.pb-md-43{padding-bottom:43px!important}.pb-md-44{padding-bottom:44px!important}.pb-md-45{padding-bottom:45px!important}.pb-md-46{padding-bottom:46px!important}.pb-md-47{padding-bottom:47px!important}.pb-md-48{padding-bottom:48px!important}.pb-md-49{padding-bottom:49px!important}.pb-md-50{padding-bottom:50px!important}.pb-md-51{padding-bottom:51px!important}.pb-md-52{padding-bottom:52px!important}.pb-md-53{padding-bottom:53px!important}.pb-md-54{padding-bottom:54px!important}.pb-md-55{padding-bottom:55px!important}.pb-md-56{padding-bottom:56px!important}.pb-md-57{padding-bottom:57px!important}.pb-md-58{padding-bottom:58px!important}.pb-md-59{padding-bottom:59px!important}.pb-md-60{padding-bottom:60px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:1px!important;padding-right:1px!important}.px-md-2{padding-left:2px!important;padding-right:2px!important}.px-md-3{padding-left:3px!important;padding-right:3px!important}.px-md-4{padding-left:4px!important;padding-right:4px!important}.px-md-5{padding-left:5px!important;padding-right:5px!important}.px-md-6{padding-left:6px!important;padding-right:6px!important}.px-md-7{padding-left:7px!important;padding-right:7px!important}.px-md-8{padding-left:8px!important;padding-right:8px!important}.px-md-9{padding-left:9px!important;padding-right:9px!important}.px-md-10{padding-left:10px!important;padding-right:10px!important}.px-md-11{padding-left:11px!important;padding-right:11px!important}.px-md-12{padding-left:12px!important;padding-right:12px!important}.px-md-13{padding-left:13px!important;padding-right:13px!important}.px-md-14{padding-left:14px!important;padding-right:14px!important}.px-md-15{padding-left:15px!important;padding-right:15px!important}.px-md-16{padding-left:16px!important;padding-right:16px!important}.px-md-17{padding-left:17px!important;padding-right:17px!important}.px-md-18{padding-left:18px!important;padding-right:18px!important}.px-md-19{padding-left:19px!important;padding-right:19px!important}.px-md-20{padding-left:20px!important;padding-right:20px!important}.px-md-21{padding-left:21px!important;padding-right:21px!important}.px-md-22{padding-left:22px!important;padding-right:22px!important}.px-md-23{padding-left:23px!important;padding-right:23px!important}.px-md-24{padding-left:24px!important;padding-right:24px!important}.px-md-25{padding-left:25px!important;padding-right:25px!important}.px-md-26{padding-left:26px!important;padding-right:26px!important}.px-md-27{padding-left:27px!important;padding-right:27px!important}.px-md-28{padding-left:28px!important;padding-right:28px!important}.px-md-29{padding-left:29px!important;padding-right:29px!important}.px-md-30{padding-left:30px!important;padding-right:30px!important}.px-md-31{padding-left:31px!important;padding-right:31px!important}.px-md-32{padding-left:32px!important;padding-right:32px!important}.px-md-33{padding-left:33px!important;padding-right:33px!important}.px-md-34{padding-left:34px!important;padding-right:34px!important}.px-md-35{padding-left:35px!important;padding-right:35px!important}.px-md-36{padding-left:36px!important;padding-right:36px!important}.px-md-37{padding-left:37px!important;padding-right:37px!important}.px-md-38{padding-left:38px!important;padding-right:38px!important}.px-md-39{padding-left:39px!important;padding-right:39px!important}.px-md-40{padding-left:40px!important;padding-right:40px!important}.px-md-41{padding-left:41px!important;padding-right:41px!important}.px-md-42{padding-left:42px!important;padding-right:42px!important}.px-md-43{padding-left:43px!important;padding-right:43px!important}.px-md-44{padding-left:44px!important;padding-right:44px!important}.px-md-45{padding-left:45px!important;padding-right:45px!important}.px-md-46{padding-left:46px!important;padding-right:46px!important}.px-md-47{padding-left:47px!important;padding-right:47px!important}.px-md-48{padding-left:48px!important;padding-right:48px!important}.px-md-49{padding-left:49px!important;padding-right:49px!important}.px-md-50{padding-left:50px!important;padding-right:50px!important}.px-md-51{padding-left:51px!important;padding-right:51px!important}.px-md-52{padding-left:52px!important;padding-right:52px!important}.px-md-53{padding-left:53px!important;padding-right:53px!important}.px-md-54{padding-left:54px!important;padding-right:54px!important}.px-md-55{padding-left:55px!important;padding-right:55px!important}.px-md-56{padding-left:56px!important;padding-right:56px!important}.px-md-57{padding-left:57px!important;padding-right:57px!important}.px-md-58{padding-left:58px!important;padding-right:58px!important}.px-md-59{padding-left:59px!important;padding-right:59px!important}.px-md-60{padding-left:60px!important;padding-right:60px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:1px!important;padding-bottom:1px!important}.py-md-2{padding-top:2px!important;padding-bottom:2px!important}.py-md-3{padding-top:3px!important;padding-bottom:3px!important}.py-md-4{padding-top:4px!important;padding-bottom:4px!important}.py-md-5{padding-top:5px!important;padding-bottom:5px!important}.py-md-6{padding-top:6px!important;padding-bottom:6px!important}.py-md-7{padding-top:7px!important;padding-bottom:7px!important}.py-md-8{padding-top:8px!important;padding-bottom:8px!important}.py-md-9{padding-top:9px!important;padding-bottom:9px!important}.py-md-10{padding-top:10px!important;padding-bottom:10px!important}.py-md-11{padding-top:11px!important;padding-bottom:11px!important}.py-md-12{padding-top:12px!important;padding-bottom:12px!important}.py-md-13{padding-top:13px!important;padding-bottom:13px!important}.py-md-14{padding-top:14px!important;padding-bottom:14px!important}.py-md-15{padding-top:15px!important;padding-bottom:15px!important}.py-md-16{padding-top:16px!important;padding-bottom:16px!important}.py-md-17{padding-top:17px!important;padding-bottom:17px!important}.py-md-18{padding-top:18px!important;padding-bottom:18px!important}.py-md-19{padding-top:19px!important;padding-bottom:19px!important}.py-md-20{padding-top:20px!important;padding-bottom:20px!important}.py-md-21{padding-top:21px!important;padding-bottom:21px!important}.py-md-22{padding-top:22px!important;padding-bottom:22px!important}.py-md-23{padding-top:23px!important;padding-bottom:23px!important}.py-md-24{padding-top:24px!important;padding-bottom:24px!important}.py-md-25{padding-top:25px!important;padding-bottom:25px!important}.py-md-26{padding-top:26px!important;padding-bottom:26px!important}.py-md-27{padding-top:27px!important;padding-bottom:27px!important}.py-md-28{padding-top:28px!important;padding-bottom:28px!important}.py-md-29{padding-top:29px!important;padding-bottom:29px!important}.py-md-30{padding-top:30px!important;padding-bottom:30px!important}.py-md-31{padding-top:31px!important;padding-bottom:31px!important}.py-md-32{padding-top:32px!important;padding-bottom:32px!important}.py-md-33{padding-top:33px!important;padding-bottom:33px!important}.py-md-34{padding-top:34px!important;padding-bottom:34px!important}.py-md-35{padding-top:35px!important;padding-bottom:35px!important}.py-md-36{padding-top:36px!important;padding-bottom:36px!important}.py-md-37{padding-top:37px!important;padding-bottom:37px!important}.py-md-38{padding-top:38px!important;padding-bottom:38px!important}.py-md-39{padding-top:39px!important;padding-bottom:39px!important}.py-md-40{padding-top:40px!important;padding-bottom:40px!important}.py-md-41{padding-top:41px!important;padding-bottom:41px!important}.py-md-42{padding-top:42px!important;padding-bottom:42px!important}.py-md-43{padding-top:43px!important;padding-bottom:43px!important}.py-md-44{padding-top:44px!important;padding-bottom:44px!important}.py-md-45{padding-top:45px!important;padding-bottom:45px!important}.py-md-46{padding-top:46px!important;padding-bottom:46px!important}.py-md-47{padding-top:47px!important;padding-bottom:47px!important}.py-md-48{padding-top:48px!important;padding-bottom:48px!important}.py-md-49{padding-top:49px!important;padding-bottom:49px!important}.py-md-50{padding-top:50px!important;padding-bottom:50px!important}.py-md-51{padding-top:51px!important;padding-bottom:51px!important}.py-md-52{padding-top:52px!important;padding-bottom:52px!important}.py-md-53{padding-top:53px!important;padding-bottom:53px!important}.py-md-54{padding-top:54px!important;padding-bottom:54px!important}.py-md-55{padding-top:55px!important;padding-bottom:55px!important}.py-md-56{padding-top:56px!important;padding-bottom:56px!important}.py-md-57{padding-top:57px!important;padding-bottom:57px!important}.py-md-58{padding-top:58px!important;padding-bottom:58px!important}.py-md-59{padding-top:59px!important;padding-bottom:59px!important}.py-md-60{padding-top:60px!important;padding-bottom:60px!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:1px!important;margin-right:1px!important}.mx-md-2{margin-left:2px!important;margin-right:2px!important}.mx-md-3{margin-left:3px!important;margin-right:3px!important}.mx-md-4{margin-left:4px!important;margin-right:4px!important}.mx-md-5{margin-left:5px!important;margin-right:5px!important}.mx-md-6{margin-left:6px!important;margin-right:6px!important}.mx-md-7{margin-left:7px!important;margin-right:7px!important}.mx-md-8{margin-left:8px!important;margin-right:8px!important}.mx-md-9{margin-left:9px!important;margin-right:9px!important}.mx-md-10{margin-left:10px!important;margin-right:10px!important}.mx-md-11{margin-left:11px!important;margin-right:11px!important}.mx-md-12{margin-left:12px!important;margin-right:12px!important}.mx-md-13{margin-left:13px!important;margin-right:13px!important}.mx-md-14{margin-left:14px!important;margin-right:14px!important}.mx-md-15{margin-left:15px!important;margin-right:15px!important}.mx-md-16{margin-left:16px!important;margin-right:16px!important}.mx-md-17{margin-left:17px!important;margin-right:17px!important}.mx-md-18{margin-left:18px!important;margin-right:18px!important}.mx-md-19{margin-left:19px!important;margin-right:19px!important}.mx-md-20{margin-left:20px!important;margin-right:20px!important}.mx-md-21{margin-left:21px!important;margin-right:21px!important}.mx-md-22{margin-left:22px!important;margin-right:22px!important}.mx-md-23{margin-left:23px!important;margin-right:23px!important}.mx-md-24{margin-left:24px!important;margin-right:24px!important}.mx-md-25{margin-left:25px!important;margin-right:25px!important}.mx-md-26{margin-left:26px!important;margin-right:26px!important}.mx-md-27{margin-left:27px!important;margin-right:27px!important}.mx-md-28{margin-left:28px!important;margin-right:28px!important}.mx-md-29{margin-left:29px!important;margin-right:29px!important}.mx-md-30{margin-left:30px!important;margin-right:30px!important}.mx-md-31{margin-left:31px!important;margin-right:31px!important}.mx-md-32{margin-left:32px!important;margin-right:32px!important}.mx-md-33{margin-left:33px!important;margin-right:33px!important}.mx-md-34{margin-left:34px!important;margin-right:34px!important}.mx-md-35{margin-left:35px!important;margin-right:35px!important}.mx-md-36{margin-left:36px!important;margin-right:36px!important}.mx-md-37{margin-left:37px!important;margin-right:37px!important}.mx-md-38{margin-left:38px!important;margin-right:38px!important}.mx-md-39{margin-left:39px!important;margin-right:39px!important}.mx-md-40{margin-left:40px!important;margin-right:40px!important}.mx-md-41{margin-left:41px!important;margin-right:41px!important}.mx-md-42{margin-left:42px!important;margin-right:42px!important}.mx-md-43{margin-left:43px!important;margin-right:43px!important}.mx-md-44{margin-left:44px!important;margin-right:44px!important}.mx-md-45{margin-left:45px!important;margin-right:45px!important}.mx-md-46{margin-left:46px!important;margin-right:46px!important}.mx-md-47{margin-left:47px!important;margin-right:47px!important}.mx-md-48{margin-left:48px!important;margin-right:48px!important}.mx-md-49{margin-left:49px!important;margin-right:49px!important}.mx-md-50{margin-left:50px!important;margin-right:50px!important}.mx-md-51{margin-left:51px!important;margin-right:51px!important}.mx-md-52{margin-left:52px!important;margin-right:52px!important}.mx-md-53{margin-left:53px!important;margin-right:53px!important}.mx-md-54{margin-left:54px!important;margin-right:54px!important}.mx-md-55{margin-left:55px!important;margin-right:55px!important}.mx-md-56{margin-left:56px!important;margin-right:56px!important}.mx-md-57{margin-left:57px!important;margin-right:57px!important}.mx-md-58{margin-left:58px!important;margin-right:58px!important}.mx-md-59{margin-left:59px!important;margin-right:59px!important}.mx-md-60{margin-left:60px!important;margin-right:60px!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:1px!important;margin-bottom:1px!important}.my-md-2{margin-top:2px!important;margin-bottom:2px!important}.my-md-3{margin-top:3px!important;margin-bottom:3px!important}.my-md-4{margin-top:4px!important;margin-bottom:4px!important}.my-md-5{margin-top:5px!important;margin-bottom:5px!important}.my-md-6{margin-top:6px!important;margin-bottom:6px!important}.my-md-7{margin-top:7px!important;margin-bottom:7px!important}.my-md-8{margin-top:8px!important;margin-bottom:8px!important}.my-md-9{margin-top:9px!important;margin-bottom:9px!important}.my-md-10{margin-top:10px!important;margin-bottom:10px!important}.my-md-11{margin-top:11px!important;margin-bottom:11px!important}.my-md-12{margin-top:12px!important;margin-bottom:12px!important}.my-md-13{margin-top:13px!important;margin-bottom:13px!important}.my-md-14{margin-top:14px!important;margin-bottom:14px!important}.my-md-15{margin-top:15px!important;margin-bottom:15px!important}.my-md-16{margin-top:16px!important;margin-bottom:16px!important}.my-md-17{margin-top:17px!important;margin-bottom:17px!important}.my-md-18{margin-top:18px!important;margin-bottom:18px!important}.my-md-19{margin-top:19px!important;margin-bottom:19px!important}.my-md-20{margin-top:20px!important;margin-bottom:20px!important}.my-md-21{margin-top:21px!important;margin-bottom:21px!important}.my-md-22{margin-top:22px!important;margin-bottom:22px!important}.my-md-23{margin-top:23px!important;margin-bottom:23px!important}.my-md-24{margin-top:24px!important;margin-bottom:24px!important}.my-md-25{margin-top:25px!important;margin-bottom:25px!important}.my-md-26{margin-top:26px!important;margin-bottom:26px!important}.my-md-27{margin-top:27px!important;margin-bottom:27px!important}.my-md-28{margin-top:28px!important;margin-bottom:28px!important}.my-md-29{margin-top:29px!important;margin-bottom:29px!important}.my-md-30{margin-top:30px!important;margin-bottom:30px!important}.my-md-31{margin-top:31px!important;margin-bottom:31px!important}.my-md-32{margin-top:32px!important;margin-bottom:32px!important}.my-md-33{margin-top:33px!important;margin-bottom:33px!important}.my-md-34{margin-top:34px!important;margin-bottom:34px!important}.my-md-35{margin-top:35px!important;margin-bottom:35px!important}.my-md-36{margin-top:36px!important;margin-bottom:36px!important}.my-md-37{margin-top:37px!important;margin-bottom:37px!important}.my-md-38{margin-top:38px!important;margin-bottom:38px!important}.my-md-39{margin-top:39px!important;margin-bottom:39px!important}.my-md-40{margin-top:40px!important;margin-bottom:40px!important}.my-md-41{margin-top:41px!important;margin-bottom:41px!important}.my-md-42{margin-top:42px!important;margin-bottom:42px!important}.my-md-43{margin-top:43px!important;margin-bottom:43px!important}.my-md-44{margin-top:44px!important;margin-bottom:44px!important}.my-md-45{margin-top:45px!important;margin-bottom:45px!important}.my-md-46{margin-top:46px!important;margin-bottom:46px!important}.my-md-47{margin-top:47px!important;margin-bottom:47px!important}.my-md-48{margin-top:48px!important;margin-bottom:48px!important}.my-md-49{margin-top:49px!important;margin-bottom:49px!important}.my-md-50{margin-top:50px!important;margin-bottom:50px!important}.my-md-51{margin-top:51px!important;margin-bottom:51px!important}.my-md-52{margin-top:52px!important;margin-bottom:52px!important}.my-md-53{margin-top:53px!important;margin-bottom:53px!important}.my-md-54{margin-top:54px!important;margin-bottom:54px!important}.my-md-55{margin-top:55px!important;margin-bottom:55px!important}.my-md-56{margin-top:56px!important;margin-bottom:56px!important}.my-md-57{margin-top:57px!important;margin-bottom:57px!important}.my-md-58{margin-top:58px!important;margin-bottom:58px!important}.my-md-59{margin-top:59px!important;margin-bottom:59px!important}.my-md-60{margin-top:60px!important;margin-bottom:60px!important}.text-larger-md-0{font-size:1rem!important}.text-larger-md-1{font-size:1.05rem!important}.text-larger-md-2{font-size:1.1rem!important}.text-larger-md-3{font-size:1.15rem!important}.text-larger-md-4{font-size:1.2rem!important}.text-larger-md-5{font-size:1.25rem!important}.text-larger-md-6{font-size:1.3rem!important}.text-larger-md-7{font-size:1.35rem!important}.text-larger-md-8{font-size:1.4rem!important}.text-larger-md-9{font-size:1.45rem!important}.text-larger-md-10{font-size:1.5rem!important}.text-larger-md-11{font-size:1.55rem!important}.text-larger-md-12{font-size:1.6rem!important}.text-larger-md-13{font-size:1.65rem!important}.text-larger-md-14{font-size:1.7rem!important}.text-larger-md-15{font-size:1.75rem!important}.text-larger-md-16{font-size:1.8rem!important}.text-larger-md-17{font-size:1.85rem!important}.text-larger-md-18{font-size:1.9rem!important}.text-larger-md-19{font-size:1.95rem!important}.text-larger-md-20{font-size:2rem!important}.text-larger-md-21{font-size:2.05rem!important}.text-larger-md-22{font-size:2.1rem!important}.text-larger-md-23{font-size:2.15rem!important}.text-larger-md-24{font-size:2.2rem!important}.text-larger-md-25{font-size:2.25rem!important}.text-larger-md-26{font-size:2.3rem!important}.text-larger-md-27{font-size:2.35rem!important}.text-larger-md-28{font-size:2.4rem!important}.text-larger-md-29{font-size:2.45rem!important}.text-larger-md-30{font-size:2.5rem!important}.text-smaller-md-0{font-size:1rem!important}.text-smaller-md-1{font-size:.95rem!important}.text-smaller-md-2{font-size:.9rem!important}.text-smaller-md-3{font-size:.85rem!important}.text-smaller-md-4{font-size:.8rem!important}.text-smaller-md-5{font-size:.75rem!important}.text-smaller-md-6{font-size:.7rem!important}.text-smaller-md-7{font-size:.65rem!important}.text-smaller-md-8{font-size:.6rem!important}.text-smaller-md-9{font-size:.55rem!important}.text-smaller-md-10{font-size:.5rem!important}.text-smaller-md-11{font-size:.45rem!important}.text-smaller-md-12{font-size:.4rem!important}.text-smaller-md-13{font-size:.35rem!important}.text-smaller-md-14{font-size:.3rem!important}.text-smaller-md-15{font-size:.25rem!important}.text-smaller-md-16{font-size:.2rem!important}.text-smaller-md-17{font-size:.15rem!important}.text-smaller-md-18{font-size:.1rem!important}.text-smaller-md-19{font-size:.05rem!important}.text-smaller-md-20{font-size:0!important}.text-smaller-md-21{font-size:-.05rem!important}.text-smaller-md-22{font-size:-.1rem!important}.text-smaller-md-23{font-size:-.15rem!important}.text-smaller-md-24{font-size:-.2rem!important}.text-smaller-md-25{font-size:-.25rem!important}.text-smaller-md-26{font-size:-.3rem!important}.text-smaller-md-27{font-size:-.35rem!important}.text-smaller-md-28{font-size:-.4rem!important}.text-smaller-md-29{font-size:-.45rem!important}.text-smaller-md-30{font-size:-.5rem!important}.w-md-0{width:0%!important}.w-md-10{width:10%!important}.w-md-20{width:20%!important}.w-md-30{width:30%!important}.w-md-40{width:40%!important}.w-md-50{width:50%!important}.w-md-60{width:60%!important}.w-md-70{width:70%!important}.w-md-80{width:80%!important}.w-md-90{width:90%!important}.w-md-100{width:100%!important}.w-md-110{width:110%!important}.w-md-120{width:120%!important}.w-md-130{width:130%!important}.w-md-140{width:140%!important}.w-md-150{width:150%!important}.w-md-160{width:160%!important}.w-md-170{width:170%!important}.w-md-180{width:180%!important}.w-md-190{width:190%!important}.w-md-200{width:200%!important}.w-md-210{width:210%!important}.w-md-220{width:220%!important}.w-md-230{width:230%!important}.w-md-240{width:240%!important}.w-md-250{width:250%!important}.w-md-260{width:260%!important}.w-md-270{width:270%!important}.w-md-280{width:280%!important}.w-md-290{width:290%!important}.w-md-300{width:300%!important}.w-md-310{width:310%!important}.w-md-320{width:320%!important}.w-md-330{width:330%!important}.w-md-340{width:340%!important}.w-md-350{width:350%!important}.w-md-360{width:360%!important}.w-md-370{width:370%!important}.w-md-380{width:380%!important}.w-md-390{width:390%!important}.w-md-400{width:400%!important}.w-md-410{width:410%!important}.w-md-420{width:420%!important}.w-md-430{width:430%!important}.w-md-440{width:440%!important}.w-md-450{width:450%!important}.w-md-460{width:460%!important}.w-md-470{width:470%!important}.w-md-480{width:480%!important}.w-md-490{width:490%!important}.w-md-500{width:500%!important}.w-md-510{width:510%!important}.w-md-520{width:520%!important}.w-md-530{width:530%!important}.w-md-540{width:540%!important}.w-md-550{width:550%!important}.w-md-560{width:560%!important}.w-md-570{width:570%!important}.w-md-580{width:580%!important}.w-md-590{width:590%!important}.w-md-600{width:600%!important}.w-md-610{width:610%!important}.w-md-620{width:620%!important}.w-md-630{width:630%!important}.w-md-640{width:640%!important}.w-md-650{width:650%!important}.w-md-660{width:660%!important}.w-md-670{width:670%!important}.w-md-680{width:680%!important}.w-md-690{width:690%!important}.w-md-700{width:700%!important}.w-md-710{width:710%!important}.w-md-720{width:720%!important}.w-md-730{width:730%!important}.w-md-740{width:740%!important}.w-md-750{width:750%!important}.w-md-760{width:760%!important}.w-md-770{width:770%!important}.w-md-780{width:780%!important}.w-md-790{width:790%!important}.w-md-800{width:800%!important}.w-md-810{width:810%!important}.w-md-820{width:820%!important}.w-md-830{width:830%!important}.w-md-840{width:840%!important}.w-md-850{width:850%!important}.w-md-860{width:860%!important}.w-md-870{width:870%!important}.w-md-880{width:880%!important}.w-md-890{width:890%!important}.w-md-900{width:900%!important}.w-md-910{width:910%!important}.w-md-920{width:920%!important}.w-md-930{width:930%!important}.w-md-940{width:940%!important}.w-md-950{width:950%!important}.w-md-960{width:960%!important}.w-md-970{width:970%!important}.w-md-980{width:980%!important}.w-md-990{width:990%!important}.w-md-1000{width:1000%!important}}@media screen and (min-width:992px){.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:1px!important}.ml-lg-2{margin-left:2px!important}.ml-lg-3{margin-left:3px!important}.ml-lg-4{margin-left:4px!important}.ml-lg-5{margin-left:5px!important}.ml-lg-6{margin-left:6px!important}.ml-lg-7{margin-left:7px!important}.ml-lg-8{margin-left:8px!important}.ml-lg-9{margin-left:9px!important}.ml-lg-10{margin-left:10px!important}.ml-lg-11{margin-left:11px!important}.ml-lg-12{margin-left:12px!important}.ml-lg-13{margin-left:13px!important}.ml-lg-14{margin-left:14px!important}.ml-lg-15{margin-left:15px!important}.ml-lg-16{margin-left:16px!important}.ml-lg-17{margin-left:17px!important}.ml-lg-18{margin-left:18px!important}.ml-lg-19{margin-left:19px!important}.ml-lg-20{margin-left:20px!important}.ml-lg-21{margin-left:21px!important}.ml-lg-22{margin-left:22px!important}.ml-lg-23{margin-left:23px!important}.ml-lg-24{margin-left:24px!important}.ml-lg-25{margin-left:25px!important}.ml-lg-26{margin-left:26px!important}.ml-lg-27{margin-left:27px!important}.ml-lg-28{margin-left:28px!important}.ml-lg-29{margin-left:29px!important}.ml-lg-30{margin-left:30px!important}.ml-lg-31{margin-left:31px!important}.ml-lg-32{margin-left:32px!important}.ml-lg-33{margin-left:33px!important}.ml-lg-34{margin-left:34px!important}.ml-lg-35{margin-left:35px!important}.ml-lg-36{margin-left:36px!important}.ml-lg-37{margin-left:37px!important}.ml-lg-38{margin-left:38px!important}.ml-lg-39{margin-left:39px!important}.ml-lg-40{margin-left:40px!important}.ml-lg-41{margin-left:41px!important}.ml-lg-42{margin-left:42px!important}.ml-lg-43{margin-left:43px!important}.ml-lg-44{margin-left:44px!important}.ml-lg-45{margin-left:45px!important}.ml-lg-46{margin-left:46px!important}.ml-lg-47{margin-left:47px!important}.ml-lg-48{margin-left:48px!important}.ml-lg-49{margin-left:49px!important}.ml-lg-50{margin-left:50px!important}.ml-lg-51{margin-left:51px!important}.ml-lg-52{margin-left:52px!important}.ml-lg-53{margin-left:53px!important}.ml-lg-54{margin-left:54px!important}.ml-lg-55{margin-left:55px!important}.ml-lg-56{margin-left:56px!important}.ml-lg-57{margin-left:57px!important}.ml-lg-58{margin-left:58px!important}.ml-lg-59{margin-left:59px!important}.ml-lg-60{margin-left:60px!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:1px!important}.mr-lg-2{margin-right:2px!important}.mr-lg-3{margin-right:3px!important}.mr-lg-4{margin-right:4px!important}.mr-lg-5{margin-right:5px!important}.mr-lg-6{margin-right:6px!important}.mr-lg-7{margin-right:7px!important}.mr-lg-8{margin-right:8px!important}.mr-lg-9{margin-right:9px!important}.mr-lg-10{margin-right:10px!important}.mr-lg-11{margin-right:11px!important}.mr-lg-12{margin-right:12px!important}.mr-lg-13{margin-right:13px!important}.mr-lg-14{margin-right:14px!important}.mr-lg-15{margin-right:15px!important}.mr-lg-16{margin-right:16px!important}.mr-lg-17{margin-right:17px!important}.mr-lg-18{margin-right:18px!important}.mr-lg-19{margin-right:19px!important}.mr-lg-20{margin-right:20px!important}.mr-lg-21{margin-right:21px!important}.mr-lg-22{margin-right:22px!important}.mr-lg-23{margin-right:23px!important}.mr-lg-24{margin-right:24px!important}.mr-lg-25{margin-right:25px!important}.mr-lg-26{margin-right:26px!important}.mr-lg-27{margin-right:27px!important}.mr-lg-28{margin-right:28px!important}.mr-lg-29{margin-right:29px!important}.mr-lg-30{margin-right:30px!important}.mr-lg-31{margin-right:31px!important}.mr-lg-32{margin-right:32px!important}.mr-lg-33{margin-right:33px!important}.mr-lg-34{margin-right:34px!important}.mr-lg-35{margin-right:35px!important}.mr-lg-36{margin-right:36px!important}.mr-lg-37{margin-right:37px!important}.mr-lg-38{margin-right:38px!important}.mr-lg-39{margin-right:39px!important}.mr-lg-40{margin-right:40px!important}.mr-lg-41{margin-right:41px!important}.mr-lg-42{margin-right:42px!important}.mr-lg-43{margin-right:43px!important}.mr-lg-44{margin-right:44px!important}.mr-lg-45{margin-right:45px!important}.mr-lg-46{margin-right:46px!important}.mr-lg-47{margin-right:47px!important}.mr-lg-48{margin-right:48px!important}.mr-lg-49{margin-right:49px!important}.mr-lg-50{margin-right:50px!important}.mr-lg-51{margin-right:51px!important}.mr-lg-52{margin-right:52px!important}.mr-lg-53{margin-right:53px!important}.mr-lg-54{margin-right:54px!important}.mr-lg-55{margin-right:55px!important}.mr-lg-56{margin-right:56px!important}.mr-lg-57{margin-right:57px!important}.mr-lg-58{margin-right:58px!important}.mr-lg-59{margin-right:59px!important}.mr-lg-60{margin-right:60px!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:1px!important}.mt-lg-2{margin-top:2px!important}.mt-lg-3{margin-top:3px!important}.mt-lg-4{margin-top:4px!important}.mt-lg-5{margin-top:5px!important}.mt-lg-6{margin-top:6px!important}.mt-lg-7{margin-top:7px!important}.mt-lg-8{margin-top:8px!important}.mt-lg-9{margin-top:9px!important}.mt-lg-10{margin-top:10px!important}.mt-lg-11{margin-top:11px!important}.mt-lg-12{margin-top:12px!important}.mt-lg-13{margin-top:13px!important}.mt-lg-14{margin-top:14px!important}.mt-lg-15{margin-top:15px!important}.mt-lg-16{margin-top:16px!important}.mt-lg-17{margin-top:17px!important}.mt-lg-18{margin-top:18px!important}.mt-lg-19{margin-top:19px!important}.mt-lg-20{margin-top:20px!important}.mt-lg-21{margin-top:21px!important}.mt-lg-22{margin-top:22px!important}.mt-lg-23{margin-top:23px!important}.mt-lg-24{margin-top:24px!important}.mt-lg-25{margin-top:25px!important}.mt-lg-26{margin-top:26px!important}.mt-lg-27{margin-top:27px!important}.mt-lg-28{margin-top:28px!important}.mt-lg-29{margin-top:29px!important}.mt-lg-30{margin-top:30px!important}.mt-lg-31{margin-top:31px!important}.mt-lg-32{margin-top:32px!important}.mt-lg-33{margin-top:33px!important}.mt-lg-34{margin-top:34px!important}.mt-lg-35{margin-top:35px!important}.mt-lg-36{margin-top:36px!important}.mt-lg-37{margin-top:37px!important}.mt-lg-38{margin-top:38px!important}.mt-lg-39{margin-top:39px!important}.mt-lg-40{margin-top:40px!important}.mt-lg-41{margin-top:41px!important}.mt-lg-42{margin-top:42px!important}.mt-lg-43{margin-top:43px!important}.mt-lg-44{margin-top:44px!important}.mt-lg-45{margin-top:45px!important}.mt-lg-46{margin-top:46px!important}.mt-lg-47{margin-top:47px!important}.mt-lg-48{margin-top:48px!important}.mt-lg-49{margin-top:49px!important}.mt-lg-50{margin-top:50px!important}.mt-lg-51{margin-top:51px!important}.mt-lg-52{margin-top:52px!important}.mt-lg-53{margin-top:53px!important}.mt-lg-54{margin-top:54px!important}.mt-lg-55{margin-top:55px!important}.mt-lg-56{margin-top:56px!important}.mt-lg-57{margin-top:57px!important}.mt-lg-58{margin-top:58px!important}.mt-lg-59{margin-top:59px!important}.mt-lg-60{margin-top:60px!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:1px!important}.mb-lg-2{margin-bottom:2px!important}.mb-lg-3{margin-bottom:3px!important}.mb-lg-4{margin-bottom:4px!important}.mb-lg-5{margin-bottom:5px!important}.mb-lg-6{margin-bottom:6px!important}.mb-lg-7{margin-bottom:7px!important}.mb-lg-8{margin-bottom:8px!important}.mb-lg-9{margin-bottom:9px!important}.mb-lg-10{margin-bottom:10px!important}.mb-lg-11{margin-bottom:11px!important}.mb-lg-12{margin-bottom:12px!important}.mb-lg-13{margin-bottom:13px!important}.mb-lg-14{margin-bottom:14px!important}.mb-lg-15{margin-bottom:15px!important}.mb-lg-16{margin-bottom:16px!important}.mb-lg-17{margin-bottom:17px!important}.mb-lg-18{margin-bottom:18px!important}.mb-lg-19{margin-bottom:19px!important}.mb-lg-20{margin-bottom:20px!important}.mb-lg-21{margin-bottom:21px!important}.mb-lg-22{margin-bottom:22px!important}.mb-lg-23{margin-bottom:23px!important}.mb-lg-24{margin-bottom:24px!important}.mb-lg-25{margin-bottom:25px!important}.mb-lg-26{margin-bottom:26px!important}.mb-lg-27{margin-bottom:27px!important}.mb-lg-28{margin-bottom:28px!important}.mb-lg-29{margin-bottom:29px!important}.mb-lg-30{margin-bottom:30px!important}.mb-lg-31{margin-bottom:31px!important}.mb-lg-32{margin-bottom:32px!important}.mb-lg-33{margin-bottom:33px!important}.mb-lg-34{margin-bottom:34px!important}.mb-lg-35{margin-bottom:35px!important}.mb-lg-36{margin-bottom:36px!important}.mb-lg-37{margin-bottom:37px!important}.mb-lg-38{margin-bottom:38px!important}.mb-lg-39{margin-bottom:39px!important}.mb-lg-40{margin-bottom:40px!important}.mb-lg-41{margin-bottom:41px!important}.mb-lg-42{margin-bottom:42px!important}.mb-lg-43{margin-bottom:43px!important}.mb-lg-44{margin-bottom:44px!important}.mb-lg-45{margin-bottom:45px!important}.mb-lg-46{margin-bottom:46px!important}.mb-lg-47{margin-bottom:47px!important}.mb-lg-48{margin-bottom:48px!important}.mb-lg-49{margin-bottom:49px!important}.mb-lg-50{margin-bottom:50px!important}.mb-lg-51{margin-bottom:51px!important}.mb-lg-52{margin-bottom:52px!important}.mb-lg-53{margin-bottom:53px!important}.mb-lg-54{margin-bottom:54px!important}.mb-lg-55{margin-bottom:55px!important}.mb-lg-56{margin-bottom:56px!important}.mb-lg-57{margin-bottom:57px!important}.mb-lg-58{margin-bottom:58px!important}.mb-lg-59{margin-bottom:59px!important}.mb-lg-60{margin-bottom:60px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:1px!important}.pl-lg-2{padding-left:2px!important}.pl-lg-3{padding-left:3px!important}.pl-lg-4{padding-left:4px!important}.pl-lg-5{padding-left:5px!important}.pl-lg-6{padding-left:6px!important}.pl-lg-7{padding-left:7px!important}.pl-lg-8{padding-left:8px!important}.pl-lg-9{padding-left:9px!important}.pl-lg-10{padding-left:10px!important}.pl-lg-11{padding-left:11px!important}.pl-lg-12{padding-left:12px!important}.pl-lg-13{padding-left:13px!important}.pl-lg-14{padding-left:14px!important}.pl-lg-15{padding-left:15px!important}.pl-lg-16{padding-left:16px!important}.pl-lg-17{padding-left:17px!important}.pl-lg-18{padding-left:18px!important}.pl-lg-19{padding-left:19px!important}.pl-lg-20{padding-left:20px!important}.pl-lg-21{padding-left:21px!important}.pl-lg-22{padding-left:22px!important}.pl-lg-23{padding-left:23px!important}.pl-lg-24{padding-left:24px!important}.pl-lg-25{padding-left:25px!important}.pl-lg-26{padding-left:26px!important}.pl-lg-27{padding-left:27px!important}.pl-lg-28{padding-left:28px!important}.pl-lg-29{padding-left:29px!important}.pl-lg-30{padding-left:30px!important}.pl-lg-31{padding-left:31px!important}.pl-lg-32{padding-left:32px!important}.pl-lg-33{padding-left:33px!important}.pl-lg-34{padding-left:34px!important}.pl-lg-35{padding-left:35px!important}.pl-lg-36{padding-left:36px!important}.pl-lg-37{padding-left:37px!important}.pl-lg-38{padding-left:38px!important}.pl-lg-39{padding-left:39px!important}.pl-lg-40{padding-left:40px!important}.pl-lg-41{padding-left:41px!important}.pl-lg-42{padding-left:42px!important}.pl-lg-43{padding-left:43px!important}.pl-lg-44{padding-left:44px!important}.pl-lg-45{padding-left:45px!important}.pl-lg-46{padding-left:46px!important}.pl-lg-47{padding-left:47px!important}.pl-lg-48{padding-left:48px!important}.pl-lg-49{padding-left:49px!important}.pl-lg-50{padding-left:50px!important}.pl-lg-51{padding-left:51px!important}.pl-lg-52{padding-left:52px!important}.pl-lg-53{padding-left:53px!important}.pl-lg-54{padding-left:54px!important}.pl-lg-55{padding-left:55px!important}.pl-lg-56{padding-left:56px!important}.pl-lg-57{padding-left:57px!important}.pl-lg-58{padding-left:58px!important}.pl-lg-59{padding-left:59px!important}.pl-lg-60{padding-left:60px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:1px!important}.pr-lg-2{padding-right:2px!important}.pr-lg-3{padding-right:3px!important}.pr-lg-4{padding-right:4px!important}.pr-lg-5{padding-right:5px!important}.pr-lg-6{padding-right:6px!important}.pr-lg-7{padding-right:7px!important}.pr-lg-8{padding-right:8px!important}.pr-lg-9{padding-right:9px!important}.pr-lg-10{padding-right:10px!important}.pr-lg-11{padding-right:11px!important}.pr-lg-12{padding-right:12px!important}.pr-lg-13{padding-right:13px!important}.pr-lg-14{padding-right:14px!important}.pr-lg-15{padding-right:15px!important}.pr-lg-16{padding-right:16px!important}.pr-lg-17{padding-right:17px!important}.pr-lg-18{padding-right:18px!important}.pr-lg-19{padding-right:19px!important}.pr-lg-20{padding-right:20px!important}.pr-lg-21{padding-right:21px!important}.pr-lg-22{padding-right:22px!important}.pr-lg-23{padding-right:23px!important}.pr-lg-24{padding-right:24px!important}.pr-lg-25{padding-right:25px!important}.pr-lg-26{padding-right:26px!important}.pr-lg-27{padding-right:27px!important}.pr-lg-28{padding-right:28px!important}.pr-lg-29{padding-right:29px!important}.pr-lg-30{padding-right:30px!important}.pr-lg-31{padding-right:31px!important}.pr-lg-32{padding-right:32px!important}.pr-lg-33{padding-right:33px!important}.pr-lg-34{padding-right:34px!important}.pr-lg-35{padding-right:35px!important}.pr-lg-36{padding-right:36px!important}.pr-lg-37{padding-right:37px!important}.pr-lg-38{padding-right:38px!important}.pr-lg-39{padding-right:39px!important}.pr-lg-40{padding-right:40px!important}.pr-lg-41{padding-right:41px!important}.pr-lg-42{padding-right:42px!important}.pr-lg-43{padding-right:43px!important}.pr-lg-44{padding-right:44px!important}.pr-lg-45{padding-right:45px!important}.pr-lg-46{padding-right:46px!important}.pr-lg-47{padding-right:47px!important}.pr-lg-48{padding-right:48px!important}.pr-lg-49{padding-right:49px!important}.pr-lg-50{padding-right:50px!important}.pr-lg-51{padding-right:51px!important}.pr-lg-52{padding-right:52px!important}.pr-lg-53{padding-right:53px!important}.pr-lg-54{padding-right:54px!important}.pr-lg-55{padding-right:55px!important}.pr-lg-56{padding-right:56px!important}.pr-lg-57{padding-right:57px!important}.pr-lg-58{padding-right:58px!important}.pr-lg-59{padding-right:59px!important}.pr-lg-60{padding-right:60px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:1px!important}.pt-lg-2{padding-top:2px!important}.pt-lg-3{padding-top:3px!important}.pt-lg-4{padding-top:4px!important}.pt-lg-5{padding-top:5px!important}.pt-lg-6{padding-top:6px!important}.pt-lg-7{padding-top:7px!important}.pt-lg-8{padding-top:8px!important}.pt-lg-9{padding-top:9px!important}.pt-lg-10{padding-top:10px!important}.pt-lg-11{padding-top:11px!important}.pt-lg-12{padding-top:12px!important}.pt-lg-13{padding-top:13px!important}.pt-lg-14{padding-top:14px!important}.pt-lg-15{padding-top:15px!important}.pt-lg-16{padding-top:16px!important}.pt-lg-17{padding-top:17px!important}.pt-lg-18{padding-top:18px!important}.pt-lg-19{padding-top:19px!important}.pt-lg-20{padding-top:20px!important}.pt-lg-21{padding-top:21px!important}.pt-lg-22{padding-top:22px!important}.pt-lg-23{padding-top:23px!important}.pt-lg-24{padding-top:24px!important}.pt-lg-25{padding-top:25px!important}.pt-lg-26{padding-top:26px!important}.pt-lg-27{padding-top:27px!important}.pt-lg-28{padding-top:28px!important}.pt-lg-29{padding-top:29px!important}.pt-lg-30{padding-top:30px!important}.pt-lg-31{padding-top:31px!important}.pt-lg-32{padding-top:32px!important}.pt-lg-33{padding-top:33px!important}.pt-lg-34{padding-top:34px!important}.pt-lg-35{padding-top:35px!important}.pt-lg-36{padding-top:36px!important}.pt-lg-37{padding-top:37px!important}.pt-lg-38{padding-top:38px!important}.pt-lg-39{padding-top:39px!important}.pt-lg-40{padding-top:40px!important}.pt-lg-41{padding-top:41px!important}.pt-lg-42{padding-top:42px!important}.pt-lg-43{padding-top:43px!important}.pt-lg-44{padding-top:44px!important}.pt-lg-45{padding-top:45px!important}.pt-lg-46{padding-top:46px!important}.pt-lg-47{padding-top:47px!important}.pt-lg-48{padding-top:48px!important}.pt-lg-49{padding-top:49px!important}.pt-lg-50{padding-top:50px!important}.pt-lg-51{padding-top:51px!important}.pt-lg-52{padding-top:52px!important}.pt-lg-53{padding-top:53px!important}.pt-lg-54{padding-top:54px!important}.pt-lg-55{padding-top:55px!important}.pt-lg-56{padding-top:56px!important}.pt-lg-57{padding-top:57px!important}.pt-lg-58{padding-top:58px!important}.pt-lg-59{padding-top:59px!important}.pt-lg-60{padding-top:60px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:1px!important}.pb-lg-2{padding-bottom:2px!important}.pb-lg-3{padding-bottom:3px!important}.pb-lg-4{padding-bottom:4px!important}.pb-lg-5{padding-bottom:5px!important}.pb-lg-6{padding-bottom:6px!important}.pb-lg-7{padding-bottom:7px!important}.pb-lg-8{padding-bottom:8px!important}.pb-lg-9{padding-bottom:9px!important}.pb-lg-10{padding-bottom:10px!important}.pb-lg-11{padding-bottom:11px!important}.pb-lg-12{padding-bottom:12px!important}.pb-lg-13{padding-bottom:13px!important}.pb-lg-14{padding-bottom:14px!important}.pb-lg-15{padding-bottom:15px!important}.pb-lg-16{padding-bottom:16px!important}.pb-lg-17{padding-bottom:17px!important}.pb-lg-18{padding-bottom:18px!important}.pb-lg-19{padding-bottom:19px!important}.pb-lg-20{padding-bottom:20px!important}.pb-lg-21{padding-bottom:21px!important}.pb-lg-22{padding-bottom:22px!important}.pb-lg-23{padding-bottom:23px!important}.pb-lg-24{padding-bottom:24px!important}.pb-lg-25{padding-bottom:25px!important}.pb-lg-26{padding-bottom:26px!important}.pb-lg-27{padding-bottom:27px!important}.pb-lg-28{padding-bottom:28px!important}.pb-lg-29{padding-bottom:29px!important}.pb-lg-30{padding-bottom:30px!important}.pb-lg-31{padding-bottom:31px!important}.pb-lg-32{padding-bottom:32px!important}.pb-lg-33{padding-bottom:33px!important}.pb-lg-34{padding-bottom:34px!important}.pb-lg-35{padding-bottom:35px!important}.pb-lg-36{padding-bottom:36px!important}.pb-lg-37{padding-bottom:37px!important}.pb-lg-38{padding-bottom:38px!important}.pb-lg-39{padding-bottom:39px!important}.pb-lg-40{padding-bottom:40px!important}.pb-lg-41{padding-bottom:41px!important}.pb-lg-42{padding-bottom:42px!important}.pb-lg-43{padding-bottom:43px!important}.pb-lg-44{padding-bottom:44px!important}.pb-lg-45{padding-bottom:45px!important}.pb-lg-46{padding-bottom:46px!important}.pb-lg-47{padding-bottom:47px!important}.pb-lg-48{padding-bottom:48px!important}.pb-lg-49{padding-bottom:49px!important}.pb-lg-50{padding-bottom:50px!important}.pb-lg-51{padding-bottom:51px!important}.pb-lg-52{padding-bottom:52px!important}.pb-lg-53{padding-bottom:53px!important}.pb-lg-54{padding-bottom:54px!important}.pb-lg-55{padding-bottom:55px!important}.pb-lg-56{padding-bottom:56px!important}.pb-lg-57{padding-bottom:57px!important}.pb-lg-58{padding-bottom:58px!important}.pb-lg-59{padding-bottom:59px!important}.pb-lg-60{padding-bottom:60px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:1px!important;padding-right:1px!important}.px-lg-2{padding-left:2px!important;padding-right:2px!important}.px-lg-3{padding-left:3px!important;padding-right:3px!important}.px-lg-4{padding-left:4px!important;padding-right:4px!important}.px-lg-5{padding-left:5px!important;padding-right:5px!important}.px-lg-6{padding-left:6px!important;padding-right:6px!important}.px-lg-7{padding-left:7px!important;padding-right:7px!important}.px-lg-8{padding-left:8px!important;padding-right:8px!important}.px-lg-9{padding-left:9px!important;padding-right:9px!important}.px-lg-10{padding-left:10px!important;padding-right:10px!important}.px-lg-11{padding-left:11px!important;padding-right:11px!important}.px-lg-12{padding-left:12px!important;padding-right:12px!important}.px-lg-13{padding-left:13px!important;padding-right:13px!important}.px-lg-14{padding-left:14px!important;padding-right:14px!important}.px-lg-15{padding-left:15px!important;padding-right:15px!important}.px-lg-16{padding-left:16px!important;padding-right:16px!important}.px-lg-17{padding-left:17px!important;padding-right:17px!important}.px-lg-18{padding-left:18px!important;padding-right:18px!important}.px-lg-19{padding-left:19px!important;padding-right:19px!important}.px-lg-20{padding-left:20px!important;padding-right:20px!important}.px-lg-21{padding-left:21px!important;padding-right:21px!important}.px-lg-22{padding-left:22px!important;padding-right:22px!important}.px-lg-23{padding-left:23px!important;padding-right:23px!important}.px-lg-24{padding-left:24px!important;padding-right:24px!important}.px-lg-25{padding-left:25px!important;padding-right:25px!important}.px-lg-26{padding-left:26px!important;padding-right:26px!important}.px-lg-27{padding-left:27px!important;padding-right:27px!important}.px-lg-28{padding-left:28px!important;padding-right:28px!important}.px-lg-29{padding-left:29px!important;padding-right:29px!important}.px-lg-30{padding-left:30px!important;padding-right:30px!important}.px-lg-31{padding-left:31px!important;padding-right:31px!important}.px-lg-32{padding-left:32px!important;padding-right:32px!important}.px-lg-33{padding-left:33px!important;padding-right:33px!important}.px-lg-34{padding-left:34px!important;padding-right:34px!important}.px-lg-35{padding-left:35px!important;padding-right:35px!important}.px-lg-36{padding-left:36px!important;padding-right:36px!important}.px-lg-37{padding-left:37px!important;padding-right:37px!important}.px-lg-38{padding-left:38px!important;padding-right:38px!important}.px-lg-39{padding-left:39px!important;padding-right:39px!important}.px-lg-40{padding-left:40px!important;padding-right:40px!important}.px-lg-41{padding-left:41px!important;padding-right:41px!important}.px-lg-42{padding-left:42px!important;padding-right:42px!important}.px-lg-43{padding-left:43px!important;padding-right:43px!important}.px-lg-44{padding-left:44px!important;padding-right:44px!important}.px-lg-45{padding-left:45px!important;padding-right:45px!important}.px-lg-46{padding-left:46px!important;padding-right:46px!important}.px-lg-47{padding-left:47px!important;padding-right:47px!important}.px-lg-48{padding-left:48px!important;padding-right:48px!important}.px-lg-49{padding-left:49px!important;padding-right:49px!important}.px-lg-50{padding-left:50px!important;padding-right:50px!important}.px-lg-51{padding-left:51px!important;padding-right:51px!important}.px-lg-52{padding-left:52px!important;padding-right:52px!important}.px-lg-53{padding-left:53px!important;padding-right:53px!important}.px-lg-54{padding-left:54px!important;padding-right:54px!important}.px-lg-55{padding-left:55px!important;padding-right:55px!important}.px-lg-56{padding-left:56px!important;padding-right:56px!important}.px-lg-57{padding-left:57px!important;padding-right:57px!important}.px-lg-58{padding-left:58px!important;padding-right:58px!important}.px-lg-59{padding-left:59px!important;padding-right:59px!important}.px-lg-60{padding-left:60px!important;padding-right:60px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:1px!important;padding-bottom:1px!important}.py-lg-2{padding-top:2px!important;padding-bottom:2px!important}.py-lg-3{padding-top:3px!important;padding-bottom:3px!important}.py-lg-4{padding-top:4px!important;padding-bottom:4px!important}.py-lg-5{padding-top:5px!important;padding-bottom:5px!important}.py-lg-6{padding-top:6px!important;padding-bottom:6px!important}.py-lg-7{padding-top:7px!important;padding-bottom:7px!important}.py-lg-8{padding-top:8px!important;padding-bottom:8px!important}.py-lg-9{padding-top:9px!important;padding-bottom:9px!important}.py-lg-10{padding-top:10px!important;padding-bottom:10px!important}.py-lg-11{padding-top:11px!important;padding-bottom:11px!important}.py-lg-12{padding-top:12px!important;padding-bottom:12px!important}.py-lg-13{padding-top:13px!important;padding-bottom:13px!important}.py-lg-14{padding-top:14px!important;padding-bottom:14px!important}.py-lg-15{padding-top:15px!important;padding-bottom:15px!important}.py-lg-16{padding-top:16px!important;padding-bottom:16px!important}.py-lg-17{padding-top:17px!important;padding-bottom:17px!important}.py-lg-18{padding-top:18px!important;padding-bottom:18px!important}.py-lg-19{padding-top:19px!important;padding-bottom:19px!important}.py-lg-20{padding-top:20px!important;padding-bottom:20px!important}.py-lg-21{padding-top:21px!important;padding-bottom:21px!important}.py-lg-22{padding-top:22px!important;padding-bottom:22px!important}.py-lg-23{padding-top:23px!important;padding-bottom:23px!important}.py-lg-24{padding-top:24px!important;padding-bottom:24px!important}.py-lg-25{padding-top:25px!important;padding-bottom:25px!important}.py-lg-26{padding-top:26px!important;padding-bottom:26px!important}.py-lg-27{padding-top:27px!important;padding-bottom:27px!important}.py-lg-28{padding-top:28px!important;padding-bottom:28px!important}.py-lg-29{padding-top:29px!important;padding-bottom:29px!important}.py-lg-30{padding-top:30px!important;padding-bottom:30px!important}.py-lg-31{padding-top:31px!important;padding-bottom:31px!important}.py-lg-32{padding-top:32px!important;padding-bottom:32px!important}.py-lg-33{padding-top:33px!important;padding-bottom:33px!important}.py-lg-34{padding-top:34px!important;padding-bottom:34px!important}.py-lg-35{padding-top:35px!important;padding-bottom:35px!important}.py-lg-36{padding-top:36px!important;padding-bottom:36px!important}.py-lg-37{padding-top:37px!important;padding-bottom:37px!important}.py-lg-38{padding-top:38px!important;padding-bottom:38px!important}.py-lg-39{padding-top:39px!important;padding-bottom:39px!important}.py-lg-40{padding-top:40px!important;padding-bottom:40px!important}.py-lg-41{padding-top:41px!important;padding-bottom:41px!important}.py-lg-42{padding-top:42px!important;padding-bottom:42px!important}.py-lg-43{padding-top:43px!important;padding-bottom:43px!important}.py-lg-44{padding-top:44px!important;padding-bottom:44px!important}.py-lg-45{padding-top:45px!important;padding-bottom:45px!important}.py-lg-46{padding-top:46px!important;padding-bottom:46px!important}.py-lg-47{padding-top:47px!important;padding-bottom:47px!important}.py-lg-48{padding-top:48px!important;padding-bottom:48px!important}.py-lg-49{padding-top:49px!important;padding-bottom:49px!important}.py-lg-50{padding-top:50px!important;padding-bottom:50px!important}.py-lg-51{padding-top:51px!important;padding-bottom:51px!important}.py-lg-52{padding-top:52px!important;padding-bottom:52px!important}.py-lg-53{padding-top:53px!important;padding-bottom:53px!important}.py-lg-54{padding-top:54px!important;padding-bottom:54px!important}.py-lg-55{padding-top:55px!important;padding-bottom:55px!important}.py-lg-56{padding-top:56px!important;padding-bottom:56px!important}.py-lg-57{padding-top:57px!important;padding-bottom:57px!important}.py-lg-58{padding-top:58px!important;padding-bottom:58px!important}.py-lg-59{padding-top:59px!important;padding-bottom:59px!important}.py-lg-60{padding-top:60px!important;padding-bottom:60px!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:1px!important;margin-right:1px!important}.mx-lg-2{margin-left:2px!important;margin-right:2px!important}.mx-lg-3{margin-left:3px!important;margin-right:3px!important}.mx-lg-4{margin-left:4px!important;margin-right:4px!important}.mx-lg-5{margin-left:5px!important;margin-right:5px!important}.mx-lg-6{margin-left:6px!important;margin-right:6px!important}.mx-lg-7{margin-left:7px!important;margin-right:7px!important}.mx-lg-8{margin-left:8px!important;margin-right:8px!important}.mx-lg-9{margin-left:9px!important;margin-right:9px!important}.mx-lg-10{margin-left:10px!important;margin-right:10px!important}.mx-lg-11{margin-left:11px!important;margin-right:11px!important}.mx-lg-12{margin-left:12px!important;margin-right:12px!important}.mx-lg-13{margin-left:13px!important;margin-right:13px!important}.mx-lg-14{margin-left:14px!important;margin-right:14px!important}.mx-lg-15{margin-left:15px!important;margin-right:15px!important}.mx-lg-16{margin-left:16px!important;margin-right:16px!important}.mx-lg-17{margin-left:17px!important;margin-right:17px!important}.mx-lg-18{margin-left:18px!important;margin-right:18px!important}.mx-lg-19{margin-left:19px!important;margin-right:19px!important}.mx-lg-20{margin-left:20px!important;margin-right:20px!important}.mx-lg-21{margin-left:21px!important;margin-right:21px!important}.mx-lg-22{margin-left:22px!important;margin-right:22px!important}.mx-lg-23{margin-left:23px!important;margin-right:23px!important}.mx-lg-24{margin-left:24px!important;margin-right:24px!important}.mx-lg-25{margin-left:25px!important;margin-right:25px!important}.mx-lg-26{margin-left:26px!important;margin-right:26px!important}.mx-lg-27{margin-left:27px!important;margin-right:27px!important}.mx-lg-28{margin-left:28px!important;margin-right:28px!important}.mx-lg-29{margin-left:29px!important;margin-right:29px!important}.mx-lg-30{margin-left:30px!important;margin-right:30px!important}.mx-lg-31{margin-left:31px!important;margin-right:31px!important}.mx-lg-32{margin-left:32px!important;margin-right:32px!important}.mx-lg-33{margin-left:33px!important;margin-right:33px!important}.mx-lg-34{margin-left:34px!important;margin-right:34px!important}.mx-lg-35{margin-left:35px!important;margin-right:35px!important}.mx-lg-36{margin-left:36px!important;margin-right:36px!important}.mx-lg-37{margin-left:37px!important;margin-right:37px!important}.mx-lg-38{margin-left:38px!important;margin-right:38px!important}.mx-lg-39{margin-left:39px!important;margin-right:39px!important}.mx-lg-40{margin-left:40px!important;margin-right:40px!important}.mx-lg-41{margin-left:41px!important;margin-right:41px!important}.mx-lg-42{margin-left:42px!important;margin-right:42px!important}.mx-lg-43{margin-left:43px!important;margin-right:43px!important}.mx-lg-44{margin-left:44px!important;margin-right:44px!important}.mx-lg-45{margin-left:45px!important;margin-right:45px!important}.mx-lg-46{margin-left:46px!important;margin-right:46px!important}.mx-lg-47{margin-left:47px!important;margin-right:47px!important}.mx-lg-48{margin-left:48px!important;margin-right:48px!important}.mx-lg-49{margin-left:49px!important;margin-right:49px!important}.mx-lg-50{margin-left:50px!important;margin-right:50px!important}.mx-lg-51{margin-left:51px!important;margin-right:51px!important}.mx-lg-52{margin-left:52px!important;margin-right:52px!important}.mx-lg-53{margin-left:53px!important;margin-right:53px!important}.mx-lg-54{margin-left:54px!important;margin-right:54px!important}.mx-lg-55{margin-left:55px!important;margin-right:55px!important}.mx-lg-56{margin-left:56px!important;margin-right:56px!important}.mx-lg-57{margin-left:57px!important;margin-right:57px!important}.mx-lg-58{margin-left:58px!important;margin-right:58px!important}.mx-lg-59{margin-left:59px!important;margin-right:59px!important}.mx-lg-60{margin-left:60px!important;margin-right:60px!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:1px!important;margin-bottom:1px!important}.my-lg-2{margin-top:2px!important;margin-bottom:2px!important}.my-lg-3{margin-top:3px!important;margin-bottom:3px!important}.my-lg-4{margin-top:4px!important;margin-bottom:4px!important}.my-lg-5{margin-top:5px!important;margin-bottom:5px!important}.my-lg-6{margin-top:6px!important;margin-bottom:6px!important}.my-lg-7{margin-top:7px!important;margin-bottom:7px!important}.my-lg-8{margin-top:8px!important;margin-bottom:8px!important}.my-lg-9{margin-top:9px!important;margin-bottom:9px!important}.my-lg-10{margin-top:10px!important;margin-bottom:10px!important}.my-lg-11{margin-top:11px!important;margin-bottom:11px!important}.my-lg-12{margin-top:12px!important;margin-bottom:12px!important}.my-lg-13{margin-top:13px!important;margin-bottom:13px!important}.my-lg-14{margin-top:14px!important;margin-bottom:14px!important}.my-lg-15{margin-top:15px!important;margin-bottom:15px!important}.my-lg-16{margin-top:16px!important;margin-bottom:16px!important}.my-lg-17{margin-top:17px!important;margin-bottom:17px!important}.my-lg-18{margin-top:18px!important;margin-bottom:18px!important}.my-lg-19{margin-top:19px!important;margin-bottom:19px!important}.my-lg-20{margin-top:20px!important;margin-bottom:20px!important}.my-lg-21{margin-top:21px!important;margin-bottom:21px!important}.my-lg-22{margin-top:22px!important;margin-bottom:22px!important}.my-lg-23{margin-top:23px!important;margin-bottom:23px!important}.my-lg-24{margin-top:24px!important;margin-bottom:24px!important}.my-lg-25{margin-top:25px!important;margin-bottom:25px!important}.my-lg-26{margin-top:26px!important;margin-bottom:26px!important}.my-lg-27{margin-top:27px!important;margin-bottom:27px!important}.my-lg-28{margin-top:28px!important;margin-bottom:28px!important}.my-lg-29{margin-top:29px!important;margin-bottom:29px!important}.my-lg-30{margin-top:30px!important;margin-bottom:30px!important}.my-lg-31{margin-top:31px!important;margin-bottom:31px!important}.my-lg-32{margin-top:32px!important;margin-bottom:32px!important}.my-lg-33{margin-top:33px!important;margin-bottom:33px!important}.my-lg-34{margin-top:34px!important;margin-bottom:34px!important}.my-lg-35{margin-top:35px!important;margin-bottom:35px!important}.my-lg-36{margin-top:36px!important;margin-bottom:36px!important}.my-lg-37{margin-top:37px!important;margin-bottom:37px!important}.my-lg-38{margin-top:38px!important;margin-bottom:38px!important}.my-lg-39{margin-top:39px!important;margin-bottom:39px!important}.my-lg-40{margin-top:40px!important;margin-bottom:40px!important}.my-lg-41{margin-top:41px!important;margin-bottom:41px!important}.my-lg-42{margin-top:42px!important;margin-bottom:42px!important}.my-lg-43{margin-top:43px!important;margin-bottom:43px!important}.my-lg-44{margin-top:44px!important;margin-bottom:44px!important}.my-lg-45{margin-top:45px!important;margin-bottom:45px!important}.my-lg-46{margin-top:46px!important;margin-bottom:46px!important}.my-lg-47{margin-top:47px!important;margin-bottom:47px!important}.my-lg-48{margin-top:48px!important;margin-bottom:48px!important}.my-lg-49{margin-top:49px!important;margin-bottom:49px!important}.my-lg-50{margin-top:50px!important;margin-bottom:50px!important}.my-lg-51{margin-top:51px!important;margin-bottom:51px!important}.my-lg-52{margin-top:52px!important;margin-bottom:52px!important}.my-lg-53{margin-top:53px!important;margin-bottom:53px!important}.my-lg-54{margin-top:54px!important;margin-bottom:54px!important}.my-lg-55{margin-top:55px!important;margin-bottom:55px!important}.my-lg-56{margin-top:56px!important;margin-bottom:56px!important}.my-lg-57{margin-top:57px!important;margin-bottom:57px!important}.my-lg-58{margin-top:58px!important;margin-bottom:58px!important}.my-lg-59{margin-top:59px!important;margin-bottom:59px!important}.my-lg-60{margin-top:60px!important;margin-bottom:60px!important}.text-larger-lg-0{font-size:1rem!important}.text-larger-lg-1{font-size:1.05rem!important}.text-larger-lg-2{font-size:1.1rem!important}.text-larger-lg-3{font-size:1.15rem!important}.text-larger-lg-4{font-size:1.2rem!important}.text-larger-lg-5{font-size:1.25rem!important}.text-larger-lg-6{font-size:1.3rem!important}.text-larger-lg-7{font-size:1.35rem!important}.text-larger-lg-8{font-size:1.4rem!important}.text-larger-lg-9{font-size:1.45rem!important}.text-larger-lg-10{font-size:1.5rem!important}.text-larger-lg-11{font-size:1.55rem!important}.text-larger-lg-12{font-size:1.6rem!important}.text-larger-lg-13{font-size:1.65rem!important}.text-larger-lg-14{font-size:1.7rem!important}.text-larger-lg-15{font-size:1.75rem!important}.text-larger-lg-16{font-size:1.8rem!important}.text-larger-lg-17{font-size:1.85rem!important}.text-larger-lg-18{font-size:1.9rem!important}.text-larger-lg-19{font-size:1.95rem!important}.text-larger-lg-20{font-size:2rem!important}.text-larger-lg-21{font-size:2.05rem!important}.text-larger-lg-22{font-size:2.1rem!important}.text-larger-lg-23{font-size:2.15rem!important}.text-larger-lg-24{font-size:2.2rem!important}.text-larger-lg-25{font-size:2.25rem!important}.text-larger-lg-26{font-size:2.3rem!important}.text-larger-lg-27{font-size:2.35rem!important}.text-larger-lg-28{font-size:2.4rem!important}.text-larger-lg-29{font-size:2.45rem!important}.text-larger-lg-30{font-size:2.5rem!important}.text-smaller-lg-0{font-size:1rem!important}.text-smaller-lg-1{font-size:.95rem!important}.text-smaller-lg-2{font-size:.9rem!important}.text-smaller-lg-3{font-size:.85rem!important}.text-smaller-lg-4{font-size:.8rem!important}.text-smaller-lg-5{font-size:.75rem!important}.text-smaller-lg-6{font-size:.7rem!important}.text-smaller-lg-7{font-size:.65rem!important}.text-smaller-lg-8{font-size:.6rem!important}.text-smaller-lg-9{font-size:.55rem!important}.text-smaller-lg-10{font-size:.5rem!important}.text-smaller-lg-11{font-size:.45rem!important}.text-smaller-lg-12{font-size:.4rem!important}.text-smaller-lg-13{font-size:.35rem!important}.text-smaller-lg-14{font-size:.3rem!important}.text-smaller-lg-15{font-size:.25rem!important}.text-smaller-lg-16{font-size:.2rem!important}.text-smaller-lg-17{font-size:.15rem!important}.text-smaller-lg-18{font-size:.1rem!important}.text-smaller-lg-19{font-size:.05rem!important}.text-smaller-lg-20{font-size:0!important}.text-smaller-lg-21{font-size:-.05rem!important}.text-smaller-lg-22{font-size:-.1rem!important}.text-smaller-lg-23{font-size:-.15rem!important}.text-smaller-lg-24{font-size:-.2rem!important}.text-smaller-lg-25{font-size:-.25rem!important}.text-smaller-lg-26{font-size:-.3rem!important}.text-smaller-lg-27{font-size:-.35rem!important}.text-smaller-lg-28{font-size:-.4rem!important}.text-smaller-lg-29{font-size:-.45rem!important}.text-smaller-lg-30{font-size:-.5rem!important}.w-lg-0{width:0%!important}.w-lg-10{width:10%!important}.w-lg-20{width:20%!important}.w-lg-30{width:30%!important}.w-lg-40{width:40%!important}.w-lg-50{width:50%!important}.w-lg-60{width:60%!important}.w-lg-70{width:70%!important}.w-lg-80{width:80%!important}.w-lg-90{width:90%!important}.w-lg-100{width:100%!important}.w-lg-110{width:110%!important}.w-lg-120{width:120%!important}.w-lg-130{width:130%!important}.w-lg-140{width:140%!important}.w-lg-150{width:150%!important}.w-lg-160{width:160%!important}.w-lg-170{width:170%!important}.w-lg-180{width:180%!important}.w-lg-190{width:190%!important}.w-lg-200{width:200%!important}.w-lg-210{width:210%!important}.w-lg-220{width:220%!important}.w-lg-230{width:230%!important}.w-lg-240{width:240%!important}.w-lg-250{width:250%!important}.w-lg-260{width:260%!important}.w-lg-270{width:270%!important}.w-lg-280{width:280%!important}.w-lg-290{width:290%!important}.w-lg-300{width:300%!important}.w-lg-310{width:310%!important}.w-lg-320{width:320%!important}.w-lg-330{width:330%!important}.w-lg-340{width:340%!important}.w-lg-350{width:350%!important}.w-lg-360{width:360%!important}.w-lg-370{width:370%!important}.w-lg-380{width:380%!important}.w-lg-390{width:390%!important}.w-lg-400{width:400%!important}.w-lg-410{width:410%!important}.w-lg-420{width:420%!important}.w-lg-430{width:430%!important}.w-lg-440{width:440%!important}.w-lg-450{width:450%!important}.w-lg-460{width:460%!important}.w-lg-470{width:470%!important}.w-lg-480{width:480%!important}.w-lg-490{width:490%!important}.w-lg-500{width:500%!important}.w-lg-510{width:510%!important}.w-lg-520{width:520%!important}.w-lg-530{width:530%!important}.w-lg-540{width:540%!important}.w-lg-550{width:550%!important}.w-lg-560{width:560%!important}.w-lg-570{width:570%!important}.w-lg-580{width:580%!important}.w-lg-590{width:590%!important}.w-lg-600{width:600%!important}.w-lg-610{width:610%!important}.w-lg-620{width:620%!important}.w-lg-630{width:630%!important}.w-lg-640{width:640%!important}.w-lg-650{width:650%!important}.w-lg-660{width:660%!important}.w-lg-670{width:670%!important}.w-lg-680{width:680%!important}.w-lg-690{width:690%!important}.w-lg-700{width:700%!important}.w-lg-710{width:710%!important}.w-lg-720{width:720%!important}.w-lg-730{width:730%!important}.w-lg-740{width:740%!important}.w-lg-750{width:750%!important}.w-lg-760{width:760%!important}.w-lg-770{width:770%!important}.w-lg-780{width:780%!important}.w-lg-790{width:790%!important}.w-lg-800{width:800%!important}.w-lg-810{width:810%!important}.w-lg-820{width:820%!important}.w-lg-830{width:830%!important}.w-lg-840{width:840%!important}.w-lg-850{width:850%!important}.w-lg-860{width:860%!important}.w-lg-870{width:870%!important}.w-lg-880{width:880%!important}.w-lg-890{width:890%!important}.w-lg-900{width:900%!important}.w-lg-910{width:910%!important}.w-lg-920{width:920%!important}.w-lg-930{width:930%!important}.w-lg-940{width:940%!important}.w-lg-950{width:950%!important}.w-lg-960{width:960%!important}.w-lg-970{width:970%!important}.w-lg-980{width:980%!important}.w-lg-990{width:990%!important}.w-lg-1000{width:1000%!important}}@media screen and (min-width:1200px){.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:1px!important}.ml-xl-2{margin-left:2px!important}.ml-xl-3{margin-left:3px!important}.ml-xl-4{margin-left:4px!important}.ml-xl-5{margin-left:5px!important}.ml-xl-6{margin-left:6px!important}.ml-xl-7{margin-left:7px!important}.ml-xl-8{margin-left:8px!important}.ml-xl-9{margin-left:9px!important}.ml-xl-10{margin-left:10px!important}.ml-xl-11{margin-left:11px!important}.ml-xl-12{margin-left:12px!important}.ml-xl-13{margin-left:13px!important}.ml-xl-14{margin-left:14px!important}.ml-xl-15{margin-left:15px!important}.ml-xl-16{margin-left:16px!important}.ml-xl-17{margin-left:17px!important}.ml-xl-18{margin-left:18px!important}.ml-xl-19{margin-left:19px!important}.ml-xl-20{margin-left:20px!important}.ml-xl-21{margin-left:21px!important}.ml-xl-22{margin-left:22px!important}.ml-xl-23{margin-left:23px!important}.ml-xl-24{margin-left:24px!important}.ml-xl-25{margin-left:25px!important}.ml-xl-26{margin-left:26px!important}.ml-xl-27{margin-left:27px!important}.ml-xl-28{margin-left:28px!important}.ml-xl-29{margin-left:29px!important}.ml-xl-30{margin-left:30px!important}.ml-xl-31{margin-left:31px!important}.ml-xl-32{margin-left:32px!important}.ml-xl-33{margin-left:33px!important}.ml-xl-34{margin-left:34px!important}.ml-xl-35{margin-left:35px!important}.ml-xl-36{margin-left:36px!important}.ml-xl-37{margin-left:37px!important}.ml-xl-38{margin-left:38px!important}.ml-xl-39{margin-left:39px!important}.ml-xl-40{margin-left:40px!important}.ml-xl-41{margin-left:41px!important}.ml-xl-42{margin-left:42px!important}.ml-xl-43{margin-left:43px!important}.ml-xl-44{margin-left:44px!important}.ml-xl-45{margin-left:45px!important}.ml-xl-46{margin-left:46px!important}.ml-xl-47{margin-left:47px!important}.ml-xl-48{margin-left:48px!important}.ml-xl-49{margin-left:49px!important}.ml-xl-50{margin-left:50px!important}.ml-xl-51{margin-left:51px!important}.ml-xl-52{margin-left:52px!important}.ml-xl-53{margin-left:53px!important}.ml-xl-54{margin-left:54px!important}.ml-xl-55{margin-left:55px!important}.ml-xl-56{margin-left:56px!important}.ml-xl-57{margin-left:57px!important}.ml-xl-58{margin-left:58px!important}.ml-xl-59{margin-left:59px!important}.ml-xl-60{margin-left:60px!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:1px!important}.mr-xl-2{margin-right:2px!important}.mr-xl-3{margin-right:3px!important}.mr-xl-4{margin-right:4px!important}.mr-xl-5{margin-right:5px!important}.mr-xl-6{margin-right:6px!important}.mr-xl-7{margin-right:7px!important}.mr-xl-8{margin-right:8px!important}.mr-xl-9{margin-right:9px!important}.mr-xl-10{margin-right:10px!important}.mr-xl-11{margin-right:11px!important}.mr-xl-12{margin-right:12px!important}.mr-xl-13{margin-right:13px!important}.mr-xl-14{margin-right:14px!important}.mr-xl-15{margin-right:15px!important}.mr-xl-16{margin-right:16px!important}.mr-xl-17{margin-right:17px!important}.mr-xl-18{margin-right:18px!important}.mr-xl-19{margin-right:19px!important}.mr-xl-20{margin-right:20px!important}.mr-xl-21{margin-right:21px!important}.mr-xl-22{margin-right:22px!important}.mr-xl-23{margin-right:23px!important}.mr-xl-24{margin-right:24px!important}.mr-xl-25{margin-right:25px!important}.mr-xl-26{margin-right:26px!important}.mr-xl-27{margin-right:27px!important}.mr-xl-28{margin-right:28px!important}.mr-xl-29{margin-right:29px!important}.mr-xl-30{margin-right:30px!important}.mr-xl-31{margin-right:31px!important}.mr-xl-32{margin-right:32px!important}.mr-xl-33{margin-right:33px!important}.mr-xl-34{margin-right:34px!important}.mr-xl-35{margin-right:35px!important}.mr-xl-36{margin-right:36px!important}.mr-xl-37{margin-right:37px!important}.mr-xl-38{margin-right:38px!important}.mr-xl-39{margin-right:39px!important}.mr-xl-40{margin-right:40px!important}.mr-xl-41{margin-right:41px!important}.mr-xl-42{margin-right:42px!important}.mr-xl-43{margin-right:43px!important}.mr-xl-44{margin-right:44px!important}.mr-xl-45{margin-right:45px!important}.mr-xl-46{margin-right:46px!important}.mr-xl-47{margin-right:47px!important}.mr-xl-48{margin-right:48px!important}.mr-xl-49{margin-right:49px!important}.mr-xl-50{margin-right:50px!important}.mr-xl-51{margin-right:51px!important}.mr-xl-52{margin-right:52px!important}.mr-xl-53{margin-right:53px!important}.mr-xl-54{margin-right:54px!important}.mr-xl-55{margin-right:55px!important}.mr-xl-56{margin-right:56px!important}.mr-xl-57{margin-right:57px!important}.mr-xl-58{margin-right:58px!important}.mr-xl-59{margin-right:59px!important}.mr-xl-60{margin-right:60px!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:1px!important}.mt-xl-2{margin-top:2px!important}.mt-xl-3{margin-top:3px!important}.mt-xl-4{margin-top:4px!important}.mt-xl-5{margin-top:5px!important}.mt-xl-6{margin-top:6px!important}.mt-xl-7{margin-top:7px!important}.mt-xl-8{margin-top:8px!important}.mt-xl-9{margin-top:9px!important}.mt-xl-10{margin-top:10px!important}.mt-xl-11{margin-top:11px!important}.mt-xl-12{margin-top:12px!important}.mt-xl-13{margin-top:13px!important}.mt-xl-14{margin-top:14px!important}.mt-xl-15{margin-top:15px!important}.mt-xl-16{margin-top:16px!important}.mt-xl-17{margin-top:17px!important}.mt-xl-18{margin-top:18px!important}.mt-xl-19{margin-top:19px!important}.mt-xl-20{margin-top:20px!important}.mt-xl-21{margin-top:21px!important}.mt-xl-22{margin-top:22px!important}.mt-xl-23{margin-top:23px!important}.mt-xl-24{margin-top:24px!important}.mt-xl-25{margin-top:25px!important}.mt-xl-26{margin-top:26px!important}.mt-xl-27{margin-top:27px!important}.mt-xl-28{margin-top:28px!important}.mt-xl-29{margin-top:29px!important}.mt-xl-30{margin-top:30px!important}.mt-xl-31{margin-top:31px!important}.mt-xl-32{margin-top:32px!important}.mt-xl-33{margin-top:33px!important}.mt-xl-34{margin-top:34px!important}.mt-xl-35{margin-top:35px!important}.mt-xl-36{margin-top:36px!important}.mt-xl-37{margin-top:37px!important}.mt-xl-38{margin-top:38px!important}.mt-xl-39{margin-top:39px!important}.mt-xl-40{margin-top:40px!important}.mt-xl-41{margin-top:41px!important}.mt-xl-42{margin-top:42px!important}.mt-xl-43{margin-top:43px!important}.mt-xl-44{margin-top:44px!important}.mt-xl-45{margin-top:45px!important}.mt-xl-46{margin-top:46px!important}.mt-xl-47{margin-top:47px!important}.mt-xl-48{margin-top:48px!important}.mt-xl-49{margin-top:49px!important}.mt-xl-50{margin-top:50px!important}.mt-xl-51{margin-top:51px!important}.mt-xl-52{margin-top:52px!important}.mt-xl-53{margin-top:53px!important}.mt-xl-54{margin-top:54px!important}.mt-xl-55{margin-top:55px!important}.mt-xl-56{margin-top:56px!important}.mt-xl-57{margin-top:57px!important}.mt-xl-58{margin-top:58px!important}.mt-xl-59{margin-top:59px!important}.mt-xl-60{margin-top:60px!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:1px!important}.mb-xl-2{margin-bottom:2px!important}.mb-xl-3{margin-bottom:3px!important}.mb-xl-4{margin-bottom:4px!important}.mb-xl-5{margin-bottom:5px!important}.mb-xl-6{margin-bottom:6px!important}.mb-xl-7{margin-bottom:7px!important}.mb-xl-8{margin-bottom:8px!important}.mb-xl-9{margin-bottom:9px!important}.mb-xl-10{margin-bottom:10px!important}.mb-xl-11{margin-bottom:11px!important}.mb-xl-12{margin-bottom:12px!important}.mb-xl-13{margin-bottom:13px!important}.mb-xl-14{margin-bottom:14px!important}.mb-xl-15{margin-bottom:15px!important}.mb-xl-16{margin-bottom:16px!important}.mb-xl-17{margin-bottom:17px!important}.mb-xl-18{margin-bottom:18px!important}.mb-xl-19{margin-bottom:19px!important}.mb-xl-20{margin-bottom:20px!important}.mb-xl-21{margin-bottom:21px!important}.mb-xl-22{margin-bottom:22px!important}.mb-xl-23{margin-bottom:23px!important}.mb-xl-24{margin-bottom:24px!important}.mb-xl-25{margin-bottom:25px!important}.mb-xl-26{margin-bottom:26px!important}.mb-xl-27{margin-bottom:27px!important}.mb-xl-28{margin-bottom:28px!important}.mb-xl-29{margin-bottom:29px!important}.mb-xl-30{margin-bottom:30px!important}.mb-xl-31{margin-bottom:31px!important}.mb-xl-32{margin-bottom:32px!important}.mb-xl-33{margin-bottom:33px!important}.mb-xl-34{margin-bottom:34px!important}.mb-xl-35{margin-bottom:35px!important}.mb-xl-36{margin-bottom:36px!important}.mb-xl-37{margin-bottom:37px!important}.mb-xl-38{margin-bottom:38px!important}.mb-xl-39{margin-bottom:39px!important}.mb-xl-40{margin-bottom:40px!important}.mb-xl-41{margin-bottom:41px!important}.mb-xl-42{margin-bottom:42px!important}.mb-xl-43{margin-bottom:43px!important}.mb-xl-44{margin-bottom:44px!important}.mb-xl-45{margin-bottom:45px!important}.mb-xl-46{margin-bottom:46px!important}.mb-xl-47{margin-bottom:47px!important}.mb-xl-48{margin-bottom:48px!important}.mb-xl-49{margin-bottom:49px!important}.mb-xl-50{margin-bottom:50px!important}.mb-xl-51{margin-bottom:51px!important}.mb-xl-52{margin-bottom:52px!important}.mb-xl-53{margin-bottom:53px!important}.mb-xl-54{margin-bottom:54px!important}.mb-xl-55{margin-bottom:55px!important}.mb-xl-56{margin-bottom:56px!important}.mb-xl-57{margin-bottom:57px!important}.mb-xl-58{margin-bottom:58px!important}.mb-xl-59{margin-bottom:59px!important}.mb-xl-60{margin-bottom:60px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:1px!important}.pl-xl-2{padding-left:2px!important}.pl-xl-3{padding-left:3px!important}.pl-xl-4{padding-left:4px!important}.pl-xl-5{padding-left:5px!important}.pl-xl-6{padding-left:6px!important}.pl-xl-7{padding-left:7px!important}.pl-xl-8{padding-left:8px!important}.pl-xl-9{padding-left:9px!important}.pl-xl-10{padding-left:10px!important}.pl-xl-11{padding-left:11px!important}.pl-xl-12{padding-left:12px!important}.pl-xl-13{padding-left:13px!important}.pl-xl-14{padding-left:14px!important}.pl-xl-15{padding-left:15px!important}.pl-xl-16{padding-left:16px!important}.pl-xl-17{padding-left:17px!important}.pl-xl-18{padding-left:18px!important}.pl-xl-19{padding-left:19px!important}.pl-xl-20{padding-left:20px!important}.pl-xl-21{padding-left:21px!important}.pl-xl-22{padding-left:22px!important}.pl-xl-23{padding-left:23px!important}.pl-xl-24{padding-left:24px!important}.pl-xl-25{padding-left:25px!important}.pl-xl-26{padding-left:26px!important}.pl-xl-27{padding-left:27px!important}.pl-xl-28{padding-left:28px!important}.pl-xl-29{padding-left:29px!important}.pl-xl-30{padding-left:30px!important}.pl-xl-31{padding-left:31px!important}.pl-xl-32{padding-left:32px!important}.pl-xl-33{padding-left:33px!important}.pl-xl-34{padding-left:34px!important}.pl-xl-35{padding-left:35px!important}.pl-xl-36{padding-left:36px!important}.pl-xl-37{padding-left:37px!important}.pl-xl-38{padding-left:38px!important}.pl-xl-39{padding-left:39px!important}.pl-xl-40{padding-left:40px!important}.pl-xl-41{padding-left:41px!important}.pl-xl-42{padding-left:42px!important}.pl-xl-43{padding-left:43px!important}.pl-xl-44{padding-left:44px!important}.pl-xl-45{padding-left:45px!important}.pl-xl-46{padding-left:46px!important}.pl-xl-47{padding-left:47px!important}.pl-xl-48{padding-left:48px!important}.pl-xl-49{padding-left:49px!important}.pl-xl-50{padding-left:50px!important}.pl-xl-51{padding-left:51px!important}.pl-xl-52{padding-left:52px!important}.pl-xl-53{padding-left:53px!important}.pl-xl-54{padding-left:54px!important}.pl-xl-55{padding-left:55px!important}.pl-xl-56{padding-left:56px!important}.pl-xl-57{padding-left:57px!important}.pl-xl-58{padding-left:58px!important}.pl-xl-59{padding-left:59px!important}.pl-xl-60{padding-left:60px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:1px!important}.pr-xl-2{padding-right:2px!important}.pr-xl-3{padding-right:3px!important}.pr-xl-4{padding-right:4px!important}.pr-xl-5{padding-right:5px!important}.pr-xl-6{padding-right:6px!important}.pr-xl-7{padding-right:7px!important}.pr-xl-8{padding-right:8px!important}.pr-xl-9{padding-right:9px!important}.pr-xl-10{padding-right:10px!important}.pr-xl-11{padding-right:11px!important}.pr-xl-12{padding-right:12px!important}.pr-xl-13{padding-right:13px!important}.pr-xl-14{padding-right:14px!important}.pr-xl-15{padding-right:15px!important}.pr-xl-16{padding-right:16px!important}.pr-xl-17{padding-right:17px!important}.pr-xl-18{padding-right:18px!important}.pr-xl-19{padding-right:19px!important}.pr-xl-20{padding-right:20px!important}.pr-xl-21{padding-right:21px!important}.pr-xl-22{padding-right:22px!important}.pr-xl-23{padding-right:23px!important}.pr-xl-24{padding-right:24px!important}.pr-xl-25{padding-right:25px!important}.pr-xl-26{padding-right:26px!important}.pr-xl-27{padding-right:27px!important}.pr-xl-28{padding-right:28px!important}.pr-xl-29{padding-right:29px!important}.pr-xl-30{padding-right:30px!important}.pr-xl-31{padding-right:31px!important}.pr-xl-32{padding-right:32px!important}.pr-xl-33{padding-right:33px!important}.pr-xl-34{padding-right:34px!important}.pr-xl-35{padding-right:35px!important}.pr-xl-36{padding-right:36px!important}.pr-xl-37{padding-right:37px!important}.pr-xl-38{padding-right:38px!important}.pr-xl-39{padding-right:39px!important}.pr-xl-40{padding-right:40px!important}.pr-xl-41{padding-right:41px!important}.pr-xl-42{padding-right:42px!important}.pr-xl-43{padding-right:43px!important}.pr-xl-44{padding-right:44px!important}.pr-xl-45{padding-right:45px!important}.pr-xl-46{padding-right:46px!important}.pr-xl-47{padding-right:47px!important}.pr-xl-48{padding-right:48px!important}.pr-xl-49{padding-right:49px!important}.pr-xl-50{padding-right:50px!important}.pr-xl-51{padding-right:51px!important}.pr-xl-52{padding-right:52px!important}.pr-xl-53{padding-right:53px!important}.pr-xl-54{padding-right:54px!important}.pr-xl-55{padding-right:55px!important}.pr-xl-56{padding-right:56px!important}.pr-xl-57{padding-right:57px!important}.pr-xl-58{padding-right:58px!important}.pr-xl-59{padding-right:59px!important}.pr-xl-60{padding-right:60px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:1px!important}.pt-xl-2{padding-top:2px!important}.pt-xl-3{padding-top:3px!important}.pt-xl-4{padding-top:4px!important}.pt-xl-5{padding-top:5px!important}.pt-xl-6{padding-top:6px!important}.pt-xl-7{padding-top:7px!important}.pt-xl-8{padding-top:8px!important}.pt-xl-9{padding-top:9px!important}.pt-xl-10{padding-top:10px!important}.pt-xl-11{padding-top:11px!important}.pt-xl-12{padding-top:12px!important}.pt-xl-13{padding-top:13px!important}.pt-xl-14{padding-top:14px!important}.pt-xl-15{padding-top:15px!important}.pt-xl-16{padding-top:16px!important}.pt-xl-17{padding-top:17px!important}.pt-xl-18{padding-top:18px!important}.pt-xl-19{padding-top:19px!important}.pt-xl-20{padding-top:20px!important}.pt-xl-21{padding-top:21px!important}.pt-xl-22{padding-top:22px!important}.pt-xl-23{padding-top:23px!important}.pt-xl-24{padding-top:24px!important}.pt-xl-25{padding-top:25px!important}.pt-xl-26{padding-top:26px!important}.pt-xl-27{padding-top:27px!important}.pt-xl-28{padding-top:28px!important}.pt-xl-29{padding-top:29px!important}.pt-xl-30{padding-top:30px!important}.pt-xl-31{padding-top:31px!important}.pt-xl-32{padding-top:32px!important}.pt-xl-33{padding-top:33px!important}.pt-xl-34{padding-top:34px!important}.pt-xl-35{padding-top:35px!important}.pt-xl-36{padding-top:36px!important}.pt-xl-37{padding-top:37px!important}.pt-xl-38{padding-top:38px!important}.pt-xl-39{padding-top:39px!important}.pt-xl-40{padding-top:40px!important}.pt-xl-41{padding-top:41px!important}.pt-xl-42{padding-top:42px!important}.pt-xl-43{padding-top:43px!important}.pt-xl-44{padding-top:44px!important}.pt-xl-45{padding-top:45px!important}.pt-xl-46{padding-top:46px!important}.pt-xl-47{padding-top:47px!important}.pt-xl-48{padding-top:48px!important}.pt-xl-49{padding-top:49px!important}.pt-xl-50{padding-top:50px!important}.pt-xl-51{padding-top:51px!important}.pt-xl-52{padding-top:52px!important}.pt-xl-53{padding-top:53px!important}.pt-xl-54{padding-top:54px!important}.pt-xl-55{padding-top:55px!important}.pt-xl-56{padding-top:56px!important}.pt-xl-57{padding-top:57px!important}.pt-xl-58{padding-top:58px!important}.pt-xl-59{padding-top:59px!important}.pt-xl-60{padding-top:60px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:1px!important}.pb-xl-2{padding-bottom:2px!important}.pb-xl-3{padding-bottom:3px!important}.pb-xl-4{padding-bottom:4px!important}.pb-xl-5{padding-bottom:5px!important}.pb-xl-6{padding-bottom:6px!important}.pb-xl-7{padding-bottom:7px!important}.pb-xl-8{padding-bottom:8px!important}.pb-xl-9{padding-bottom:9px!important}.pb-xl-10{padding-bottom:10px!important}.pb-xl-11{padding-bottom:11px!important}.pb-xl-12{padding-bottom:12px!important}.pb-xl-13{padding-bottom:13px!important}.pb-xl-14{padding-bottom:14px!important}.pb-xl-15{padding-bottom:15px!important}.pb-xl-16{padding-bottom:16px!important}.pb-xl-17{padding-bottom:17px!important}.pb-xl-18{padding-bottom:18px!important}.pb-xl-19{padding-bottom:19px!important}.pb-xl-20{padding-bottom:20px!important}.pb-xl-21{padding-bottom:21px!important}.pb-xl-22{padding-bottom:22px!important}.pb-xl-23{padding-bottom:23px!important}.pb-xl-24{padding-bottom:24px!important}.pb-xl-25{padding-bottom:25px!important}.pb-xl-26{padding-bottom:26px!important}.pb-xl-27{padding-bottom:27px!important}.pb-xl-28{padding-bottom:28px!important}.pb-xl-29{padding-bottom:29px!important}.pb-xl-30{padding-bottom:30px!important}.pb-xl-31{padding-bottom:31px!important}.pb-xl-32{padding-bottom:32px!important}.pb-xl-33{padding-bottom:33px!important}.pb-xl-34{padding-bottom:34px!important}.pb-xl-35{padding-bottom:35px!important}.pb-xl-36{padding-bottom:36px!important}.pb-xl-37{padding-bottom:37px!important}.pb-xl-38{padding-bottom:38px!important}.pb-xl-39{padding-bottom:39px!important}.pb-xl-40{padding-bottom:40px!important}.pb-xl-41{padding-bottom:41px!important}.pb-xl-42{padding-bottom:42px!important}.pb-xl-43{padding-bottom:43px!important}.pb-xl-44{padding-bottom:44px!important}.pb-xl-45{padding-bottom:45px!important}.pb-xl-46{padding-bottom:46px!important}.pb-xl-47{padding-bottom:47px!important}.pb-xl-48{padding-bottom:48px!important}.pb-xl-49{padding-bottom:49px!important}.pb-xl-50{padding-bottom:50px!important}.pb-xl-51{padding-bottom:51px!important}.pb-xl-52{padding-bottom:52px!important}.pb-xl-53{padding-bottom:53px!important}.pb-xl-54{padding-bottom:54px!important}.pb-xl-55{padding-bottom:55px!important}.pb-xl-56{padding-bottom:56px!important}.pb-xl-57{padding-bottom:57px!important}.pb-xl-58{padding-bottom:58px!important}.pb-xl-59{padding-bottom:59px!important}.pb-xl-60{padding-bottom:60px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:1px!important;padding-right:1px!important}.px-xl-2{padding-left:2px!important;padding-right:2px!important}.px-xl-3{padding-left:3px!important;padding-right:3px!important}.px-xl-4{padding-left:4px!important;padding-right:4px!important}.px-xl-5{padding-left:5px!important;padding-right:5px!important}.px-xl-6{padding-left:6px!important;padding-right:6px!important}.px-xl-7{padding-left:7px!important;padding-right:7px!important}.px-xl-8{padding-left:8px!important;padding-right:8px!important}.px-xl-9{padding-left:9px!important;padding-right:9px!important}.px-xl-10{padding-left:10px!important;padding-right:10px!important}.px-xl-11{padding-left:11px!important;padding-right:11px!important}.px-xl-12{padding-left:12px!important;padding-right:12px!important}.px-xl-13{padding-left:13px!important;padding-right:13px!important}.px-xl-14{padding-left:14px!important;padding-right:14px!important}.px-xl-15{padding-left:15px!important;padding-right:15px!important}.px-xl-16{padding-left:16px!important;padding-right:16px!important}.px-xl-17{padding-left:17px!important;padding-right:17px!important}.px-xl-18{padding-left:18px!important;padding-right:18px!important}.px-xl-19{padding-left:19px!important;padding-right:19px!important}.px-xl-20{padding-left:20px!important;padding-right:20px!important}.px-xl-21{padding-left:21px!important;padding-right:21px!important}.px-xl-22{padding-left:22px!important;padding-right:22px!important}.px-xl-23{padding-left:23px!important;padding-right:23px!important}.px-xl-24{padding-left:24px!important;padding-right:24px!important}.px-xl-25{padding-left:25px!important;padding-right:25px!important}.px-xl-26{padding-left:26px!important;padding-right:26px!important}.px-xl-27{padding-left:27px!important;padding-right:27px!important}.px-xl-28{padding-left:28px!important;padding-right:28px!important}.px-xl-29{padding-left:29px!important;padding-right:29px!important}.px-xl-30{padding-left:30px!important;padding-right:30px!important}.px-xl-31{padding-left:31px!important;padding-right:31px!important}.px-xl-32{padding-left:32px!important;padding-right:32px!important}.px-xl-33{padding-left:33px!important;padding-right:33px!important}.px-xl-34{padding-left:34px!important;padding-right:34px!important}.px-xl-35{padding-left:35px!important;padding-right:35px!important}.px-xl-36{padding-left:36px!important;padding-right:36px!important}.px-xl-37{padding-left:37px!important;padding-right:37px!important}.px-xl-38{padding-left:38px!important;padding-right:38px!important}.px-xl-39{padding-left:39px!important;padding-right:39px!important}.px-xl-40{padding-left:40px!important;padding-right:40px!important}.px-xl-41{padding-left:41px!important;padding-right:41px!important}.px-xl-42{padding-left:42px!important;padding-right:42px!important}.px-xl-43{padding-left:43px!important;padding-right:43px!important}.px-xl-44{padding-left:44px!important;padding-right:44px!important}.px-xl-45{padding-left:45px!important;padding-right:45px!important}.px-xl-46{padding-left:46px!important;padding-right:46px!important}.px-xl-47{padding-left:47px!important;padding-right:47px!important}.px-xl-48{padding-left:48px!important;padding-right:48px!important}.px-xl-49{padding-left:49px!important;padding-right:49px!important}.px-xl-50{padding-left:50px!important;padding-right:50px!important}.px-xl-51{padding-left:51px!important;padding-right:51px!important}.px-xl-52{padding-left:52px!important;padding-right:52px!important}.px-xl-53{padding-left:53px!important;padding-right:53px!important}.px-xl-54{padding-left:54px!important;padding-right:54px!important}.px-xl-55{padding-left:55px!important;padding-right:55px!important}.px-xl-56{padding-left:56px!important;padding-right:56px!important}.px-xl-57{padding-left:57px!important;padding-right:57px!important}.px-xl-58{padding-left:58px!important;padding-right:58px!important}.px-xl-59{padding-left:59px!important;padding-right:59px!important}.px-xl-60{padding-left:60px!important;padding-right:60px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:1px!important;padding-bottom:1px!important}.py-xl-2{padding-top:2px!important;padding-bottom:2px!important}.py-xl-3{padding-top:3px!important;padding-bottom:3px!important}.py-xl-4{padding-top:4px!important;padding-bottom:4px!important}.py-xl-5{padding-top:5px!important;padding-bottom:5px!important}.py-xl-6{padding-top:6px!important;padding-bottom:6px!important}.py-xl-7{padding-top:7px!important;padding-bottom:7px!important}.py-xl-8{padding-top:8px!important;padding-bottom:8px!important}.py-xl-9{padding-top:9px!important;padding-bottom:9px!important}.py-xl-10{padding-top:10px!important;padding-bottom:10px!important}.py-xl-11{padding-top:11px!important;padding-bottom:11px!important}.py-xl-12{padding-top:12px!important;padding-bottom:12px!important}.py-xl-13{padding-top:13px!important;padding-bottom:13px!important}.py-xl-14{padding-top:14px!important;padding-bottom:14px!important}.py-xl-15{padding-top:15px!important;padding-bottom:15px!important}.py-xl-16{padding-top:16px!important;padding-bottom:16px!important}.py-xl-17{padding-top:17px!important;padding-bottom:17px!important}.py-xl-18{padding-top:18px!important;padding-bottom:18px!important}.py-xl-19{padding-top:19px!important;padding-bottom:19px!important}.py-xl-20{padding-top:20px!important;padding-bottom:20px!important}.py-xl-21{padding-top:21px!important;padding-bottom:21px!important}.py-xl-22{padding-top:22px!important;padding-bottom:22px!important}.py-xl-23{padding-top:23px!important;padding-bottom:23px!important}.py-xl-24{padding-top:24px!important;padding-bottom:24px!important}.py-xl-25{padding-top:25px!important;padding-bottom:25px!important}.py-xl-26{padding-top:26px!important;padding-bottom:26px!important}.py-xl-27{padding-top:27px!important;padding-bottom:27px!important}.py-xl-28{padding-top:28px!important;padding-bottom:28px!important}.py-xl-29{padding-top:29px!important;padding-bottom:29px!important}.py-xl-30{padding-top:30px!important;padding-bottom:30px!important}.py-xl-31{padding-top:31px!important;padding-bottom:31px!important}.py-xl-32{padding-top:32px!important;padding-bottom:32px!important}.py-xl-33{padding-top:33px!important;padding-bottom:33px!important}.py-xl-34{padding-top:34px!important;padding-bottom:34px!important}.py-xl-35{padding-top:35px!important;padding-bottom:35px!important}.py-xl-36{padding-top:36px!important;padding-bottom:36px!important}.py-xl-37{padding-top:37px!important;padding-bottom:37px!important}.py-xl-38{padding-top:38px!important;padding-bottom:38px!important}.py-xl-39{padding-top:39px!important;padding-bottom:39px!important}.py-xl-40{padding-top:40px!important;padding-bottom:40px!important}.py-xl-41{padding-top:41px!important;padding-bottom:41px!important}.py-xl-42{padding-top:42px!important;padding-bottom:42px!important}.py-xl-43{padding-top:43px!important;padding-bottom:43px!important}.py-xl-44{padding-top:44px!important;padding-bottom:44px!important}.py-xl-45{padding-top:45px!important;padding-bottom:45px!important}.py-xl-46{padding-top:46px!important;padding-bottom:46px!important}.py-xl-47{padding-top:47px!important;padding-bottom:47px!important}.py-xl-48{padding-top:48px!important;padding-bottom:48px!important}.py-xl-49{padding-top:49px!important;padding-bottom:49px!important}.py-xl-50{padding-top:50px!important;padding-bottom:50px!important}.py-xl-51{padding-top:51px!important;padding-bottom:51px!important}.py-xl-52{padding-top:52px!important;padding-bottom:52px!important}.py-xl-53{padding-top:53px!important;padding-bottom:53px!important}.py-xl-54{padding-top:54px!important;padding-bottom:54px!important}.py-xl-55{padding-top:55px!important;padding-bottom:55px!important}.py-xl-56{padding-top:56px!important;padding-bottom:56px!important}.py-xl-57{padding-top:57px!important;padding-bottom:57px!important}.py-xl-58{padding-top:58px!important;padding-bottom:58px!important}.py-xl-59{padding-top:59px!important;padding-bottom:59px!important}.py-xl-60{padding-top:60px!important;padding-bottom:60px!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:1px!important;margin-right:1px!important}.mx-xl-2{margin-left:2px!important;margin-right:2px!important}.mx-xl-3{margin-left:3px!important;margin-right:3px!important}.mx-xl-4{margin-left:4px!important;margin-right:4px!important}.mx-xl-5{margin-left:5px!important;margin-right:5px!important}.mx-xl-6{margin-left:6px!important;margin-right:6px!important}.mx-xl-7{margin-left:7px!important;margin-right:7px!important}.mx-xl-8{margin-left:8px!important;margin-right:8px!important}.mx-xl-9{margin-left:9px!important;margin-right:9px!important}.mx-xl-10{margin-left:10px!important;margin-right:10px!important}.mx-xl-11{margin-left:11px!important;margin-right:11px!important}.mx-xl-12{margin-left:12px!important;margin-right:12px!important}.mx-xl-13{margin-left:13px!important;margin-right:13px!important}.mx-xl-14{margin-left:14px!important;margin-right:14px!important}.mx-xl-15{margin-left:15px!important;margin-right:15px!important}.mx-xl-16{margin-left:16px!important;margin-right:16px!important}.mx-xl-17{margin-left:17px!important;margin-right:17px!important}.mx-xl-18{margin-left:18px!important;margin-right:18px!important}.mx-xl-19{margin-left:19px!important;margin-right:19px!important}.mx-xl-20{margin-left:20px!important;margin-right:20px!important}.mx-xl-21{margin-left:21px!important;margin-right:21px!important}.mx-xl-22{margin-left:22px!important;margin-right:22px!important}.mx-xl-23{margin-left:23px!important;margin-right:23px!important}.mx-xl-24{margin-left:24px!important;margin-right:24px!important}.mx-xl-25{margin-left:25px!important;margin-right:25px!important}.mx-xl-26{margin-left:26px!important;margin-right:26px!important}.mx-xl-27{margin-left:27px!important;margin-right:27px!important}.mx-xl-28{margin-left:28px!important;margin-right:28px!important}.mx-xl-29{margin-left:29px!important;margin-right:29px!important}.mx-xl-30{margin-left:30px!important;margin-right:30px!important}.mx-xl-31{margin-left:31px!important;margin-right:31px!important}.mx-xl-32{margin-left:32px!important;margin-right:32px!important}.mx-xl-33{margin-left:33px!important;margin-right:33px!important}.mx-xl-34{margin-left:34px!important;margin-right:34px!important}.mx-xl-35{margin-left:35px!important;margin-right:35px!important}.mx-xl-36{margin-left:36px!important;margin-right:36px!important}.mx-xl-37{margin-left:37px!important;margin-right:37px!important}.mx-xl-38{margin-left:38px!important;margin-right:38px!important}.mx-xl-39{margin-left:39px!important;margin-right:39px!important}.mx-xl-40{margin-left:40px!important;margin-right:40px!important}.mx-xl-41{margin-left:41px!important;margin-right:41px!important}.mx-xl-42{margin-left:42px!important;margin-right:42px!important}.mx-xl-43{margin-left:43px!important;margin-right:43px!important}.mx-xl-44{margin-left:44px!important;margin-right:44px!important}.mx-xl-45{margin-left:45px!important;margin-right:45px!important}.mx-xl-46{margin-left:46px!important;margin-right:46px!important}.mx-xl-47{margin-left:47px!important;margin-right:47px!important}.mx-xl-48{margin-left:48px!important;margin-right:48px!important}.mx-xl-49{margin-left:49px!important;margin-right:49px!important}.mx-xl-50{margin-left:50px!important;margin-right:50px!important}.mx-xl-51{margin-left:51px!important;margin-right:51px!important}.mx-xl-52{margin-left:52px!important;margin-right:52px!important}.mx-xl-53{margin-left:53px!important;margin-right:53px!important}.mx-xl-54{margin-left:54px!important;margin-right:54px!important}.mx-xl-55{margin-left:55px!important;margin-right:55px!important}.mx-xl-56{margin-left:56px!important;margin-right:56px!important}.mx-xl-57{margin-left:57px!important;margin-right:57px!important}.mx-xl-58{margin-left:58px!important;margin-right:58px!important}.mx-xl-59{margin-left:59px!important;margin-right:59px!important}.mx-xl-60{margin-left:60px!important;margin-right:60px!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:1px!important;margin-bottom:1px!important}.my-xl-2{margin-top:2px!important;margin-bottom:2px!important}.my-xl-3{margin-top:3px!important;margin-bottom:3px!important}.my-xl-4{margin-top:4px!important;margin-bottom:4px!important}.my-xl-5{margin-top:5px!important;margin-bottom:5px!important}.my-xl-6{margin-top:6px!important;margin-bottom:6px!important}.my-xl-7{margin-top:7px!important;margin-bottom:7px!important}.my-xl-8{margin-top:8px!important;margin-bottom:8px!important}.my-xl-9{margin-top:9px!important;margin-bottom:9px!important}.my-xl-10{margin-top:10px!important;margin-bottom:10px!important}.my-xl-11{margin-top:11px!important;margin-bottom:11px!important}.my-xl-12{margin-top:12px!important;margin-bottom:12px!important}.my-xl-13{margin-top:13px!important;margin-bottom:13px!important}.my-xl-14{margin-top:14px!important;margin-bottom:14px!important}.my-xl-15{margin-top:15px!important;margin-bottom:15px!important}.my-xl-16{margin-top:16px!important;margin-bottom:16px!important}.my-xl-17{margin-top:17px!important;margin-bottom:17px!important}.my-xl-18{margin-top:18px!important;margin-bottom:18px!important}.my-xl-19{margin-top:19px!important;margin-bottom:19px!important}.my-xl-20{margin-top:20px!important;margin-bottom:20px!important}.my-xl-21{margin-top:21px!important;margin-bottom:21px!important}.my-xl-22{margin-top:22px!important;margin-bottom:22px!important}.my-xl-23{margin-top:23px!important;margin-bottom:23px!important}.my-xl-24{margin-top:24px!important;margin-bottom:24px!important}.my-xl-25{margin-top:25px!important;margin-bottom:25px!important}.my-xl-26{margin-top:26px!important;margin-bottom:26px!important}.my-xl-27{margin-top:27px!important;margin-bottom:27px!important}.my-xl-28{margin-top:28px!important;margin-bottom:28px!important}.my-xl-29{margin-top:29px!important;margin-bottom:29px!important}.my-xl-30{margin-top:30px!important;margin-bottom:30px!important}.my-xl-31{margin-top:31px!important;margin-bottom:31px!important}.my-xl-32{margin-top:32px!important;margin-bottom:32px!important}.my-xl-33{margin-top:33px!important;margin-bottom:33px!important}.my-xl-34{margin-top:34px!important;margin-bottom:34px!important}.my-xl-35{margin-top:35px!important;margin-bottom:35px!important}.my-xl-36{margin-top:36px!important;margin-bottom:36px!important}.my-xl-37{margin-top:37px!important;margin-bottom:37px!important}.my-xl-38{margin-top:38px!important;margin-bottom:38px!important}.my-xl-39{margin-top:39px!important;margin-bottom:39px!important}.my-xl-40{margin-top:40px!important;margin-bottom:40px!important}.my-xl-41{margin-top:41px!important;margin-bottom:41px!important}.my-xl-42{margin-top:42px!important;margin-bottom:42px!important}.my-xl-43{margin-top:43px!important;margin-bottom:43px!important}.my-xl-44{margin-top:44px!important;margin-bottom:44px!important}.my-xl-45{margin-top:45px!important;margin-bottom:45px!important}.my-xl-46{margin-top:46px!important;margin-bottom:46px!important}.my-xl-47{margin-top:47px!important;margin-bottom:47px!important}.my-xl-48{margin-top:48px!important;margin-bottom:48px!important}.my-xl-49{margin-top:49px!important;margin-bottom:49px!important}.my-xl-50{margin-top:50px!important;margin-bottom:50px!important}.my-xl-51{margin-top:51px!important;margin-bottom:51px!important}.my-xl-52{margin-top:52px!important;margin-bottom:52px!important}.my-xl-53{margin-top:53px!important;margin-bottom:53px!important}.my-xl-54{margin-top:54px!important;margin-bottom:54px!important}.my-xl-55{margin-top:55px!important;margin-bottom:55px!important}.my-xl-56{margin-top:56px!important;margin-bottom:56px!important}.my-xl-57{margin-top:57px!important;margin-bottom:57px!important}.my-xl-58{margin-top:58px!important;margin-bottom:58px!important}.my-xl-59{margin-top:59px!important;margin-bottom:59px!important}.my-xl-60{margin-top:60px!important;margin-bottom:60px!important}.text-larger-xl-0{font-size:1rem!important}.text-larger-xl-1{font-size:1.05rem!important}.text-larger-xl-2{font-size:1.1rem!important}.text-larger-xl-3{font-size:1.15rem!important}.text-larger-xl-4{font-size:1.2rem!important}.text-larger-xl-5{font-size:1.25rem!important}.text-larger-xl-6{font-size:1.3rem!important}.text-larger-xl-7{font-size:1.35rem!important}.text-larger-xl-8{font-size:1.4rem!important}.text-larger-xl-9{font-size:1.45rem!important}.text-larger-xl-10{font-size:1.5rem!important}.text-larger-xl-11{font-size:1.55rem!important}.text-larger-xl-12{font-size:1.6rem!important}.text-larger-xl-13{font-size:1.65rem!important}.text-larger-xl-14{font-size:1.7rem!important}.text-larger-xl-15{font-size:1.75rem!important}.text-larger-xl-16{font-size:1.8rem!important}.text-larger-xl-17{font-size:1.85rem!important}.text-larger-xl-18{font-size:1.9rem!important}.text-larger-xl-19{font-size:1.95rem!important}.text-larger-xl-20{font-size:2rem!important}.text-larger-xl-21{font-size:2.05rem!important}.text-larger-xl-22{font-size:2.1rem!important}.text-larger-xl-23{font-size:2.15rem!important}.text-larger-xl-24{font-size:2.2rem!important}.text-larger-xl-25{font-size:2.25rem!important}.text-larger-xl-26{font-size:2.3rem!important}.text-larger-xl-27{font-size:2.35rem!important}.text-larger-xl-28{font-size:2.4rem!important}.text-larger-xl-29{font-size:2.45rem!important}.text-larger-xl-30{font-size:2.5rem!important}.text-smaller-xl-0{font-size:1rem!important}.text-smaller-xl-1{font-size:.95rem!important}.text-smaller-xl-2{font-size:.9rem!important}.text-smaller-xl-3{font-size:.85rem!important}.text-smaller-xl-4{font-size:.8rem!important}.text-smaller-xl-5{font-size:.75rem!important}.text-smaller-xl-6{font-size:.7rem!important}.text-smaller-xl-7{font-size:.65rem!important}.text-smaller-xl-8{font-size:.6rem!important}.text-smaller-xl-9{font-size:.55rem!important}.text-smaller-xl-10{font-size:.5rem!important}.text-smaller-xl-11{font-size:.45rem!important}.text-smaller-xl-12{font-size:.4rem!important}.text-smaller-xl-13{font-size:.35rem!important}.text-smaller-xl-14{font-size:.3rem!important}.text-smaller-xl-15{font-size:.25rem!important}.text-smaller-xl-16{font-size:.2rem!important}.text-smaller-xl-17{font-size:.15rem!important}.text-smaller-xl-18{font-size:.1rem!important}.text-smaller-xl-19{font-size:.05rem!important}.text-smaller-xl-20{font-size:0!important}.text-smaller-xl-21{font-size:-.05rem!important}.text-smaller-xl-22{font-size:-.1rem!important}.text-smaller-xl-23{font-size:-.15rem!important}.text-smaller-xl-24{font-size:-.2rem!important}.text-smaller-xl-25{font-size:-.25rem!important}.text-smaller-xl-26{font-size:-.3rem!important}.text-smaller-xl-27{font-size:-.35rem!important}.text-smaller-xl-28{font-size:-.4rem!important}.text-smaller-xl-29{font-size:-.45rem!important}.text-smaller-xl-30{font-size:-.5rem!important}.w-xl-0{width:0%!important}.w-xl-10{width:10%!important}.w-xl-20{width:20%!important}.w-xl-30{width:30%!important}.w-xl-40{width:40%!important}.w-xl-50{width:50%!important}.w-xl-60{width:60%!important}.w-xl-70{width:70%!important}.w-xl-80{width:80%!important}.w-xl-90{width:90%!important}.w-xl-100{width:100%!important}.w-xl-110{width:110%!important}.w-xl-120{width:120%!important}.w-xl-130{width:130%!important}.w-xl-140{width:140%!important}.w-xl-150{width:150%!important}.w-xl-160{width:160%!important}.w-xl-170{width:170%!important}.w-xl-180{width:180%!important}.w-xl-190{width:190%!important}.w-xl-200{width:200%!important}.w-xl-210{width:210%!important}.w-xl-220{width:220%!important}.w-xl-230{width:230%!important}.w-xl-240{width:240%!important}.w-xl-250{width:250%!important}.w-xl-260{width:260%!important}.w-xl-270{width:270%!important}.w-xl-280{width:280%!important}.w-xl-290{width:290%!important}.w-xl-300{width:300%!important}.w-xl-310{width:310%!important}.w-xl-320{width:320%!important}.w-xl-330{width:330%!important}.w-xl-340{width:340%!important}.w-xl-350{width:350%!important}.w-xl-360{width:360%!important}.w-xl-370{width:370%!important}.w-xl-380{width:380%!important}.w-xl-390{width:390%!important}.w-xl-400{width:400%!important}.w-xl-410{width:410%!important}.w-xl-420{width:420%!important}.w-xl-430{width:430%!important}.w-xl-440{width:440%!important}.w-xl-450{width:450%!important}.w-xl-460{width:460%!important}.w-xl-470{width:470%!important}.w-xl-480{width:480%!important}.w-xl-490{width:490%!important}.w-xl-500{width:500%!important}.w-xl-510{width:510%!important}.w-xl-520{width:520%!important}.w-xl-530{width:530%!important}.w-xl-540{width:540%!important}.w-xl-550{width:550%!important}.w-xl-560{width:560%!important}.w-xl-570{width:570%!important}.w-xl-580{width:580%!important}.w-xl-590{width:590%!important}.w-xl-600{width:600%!important}.w-xl-610{width:610%!important}.w-xl-620{width:620%!important}.w-xl-630{width:630%!important}.w-xl-640{width:640%!important}.w-xl-650{width:650%!important}.w-xl-660{width:660%!important}.w-xl-670{width:670%!important}.w-xl-680{width:680%!important}.w-xl-690{width:690%!important}.w-xl-700{width:700%!important}.w-xl-710{width:710%!important}.w-xl-720{width:720%!important}.w-xl-730{width:730%!important}.w-xl-740{width:740%!important}.w-xl-750{width:750%!important}.w-xl-760{width:760%!important}.w-xl-770{width:770%!important}.w-xl-780{width:780%!important}.w-xl-790{width:790%!important}.w-xl-800{width:800%!important}.w-xl-810{width:810%!important}.w-xl-820{width:820%!important}.w-xl-830{width:830%!important}.w-xl-840{width:840%!important}.w-xl-850{width:850%!important}.w-xl-860{width:860%!important}.w-xl-870{width:870%!important}.w-xl-880{width:880%!important}.w-xl-890{width:890%!important}.w-xl-900{width:900%!important}.w-xl-910{width:910%!important}.w-xl-920{width:920%!important}.w-xl-930{width:930%!important}.w-xl-940{width:940%!important}.w-xl-950{width:950%!important}.w-xl-960{width:960%!important}.w-xl-970{width:970%!important}.w-xl-980{width:980%!important}.w-xl-990{width:990%!important}.w-xl-1000{width:1000%!important}}@media screen and (min-width:1600px){.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:1px!important}.ml-xxl-2{margin-left:2px!important}.ml-xxl-3{margin-left:3px!important}.ml-xxl-4{margin-left:4px!important}.ml-xxl-5{margin-left:5px!important}.ml-xxl-6{margin-left:6px!important}.ml-xxl-7{margin-left:7px!important}.ml-xxl-8{margin-left:8px!important}.ml-xxl-9{margin-left:9px!important}.ml-xxl-10{margin-left:10px!important}.ml-xxl-11{margin-left:11px!important}.ml-xxl-12{margin-left:12px!important}.ml-xxl-13{margin-left:13px!important}.ml-xxl-14{margin-left:14px!important}.ml-xxl-15{margin-left:15px!important}.ml-xxl-16{margin-left:16px!important}.ml-xxl-17{margin-left:17px!important}.ml-xxl-18{margin-left:18px!important}.ml-xxl-19{margin-left:19px!important}.ml-xxl-20{margin-left:20px!important}.ml-xxl-21{margin-left:21px!important}.ml-xxl-22{margin-left:22px!important}.ml-xxl-23{margin-left:23px!important}.ml-xxl-24{margin-left:24px!important}.ml-xxl-25{margin-left:25px!important}.ml-xxl-26{margin-left:26px!important}.ml-xxl-27{margin-left:27px!important}.ml-xxl-28{margin-left:28px!important}.ml-xxl-29{margin-left:29px!important}.ml-xxl-30{margin-left:30px!important}.ml-xxl-31{margin-left:31px!important}.ml-xxl-32{margin-left:32px!important}.ml-xxl-33{margin-left:33px!important}.ml-xxl-34{margin-left:34px!important}.ml-xxl-35{margin-left:35px!important}.ml-xxl-36{margin-left:36px!important}.ml-xxl-37{margin-left:37px!important}.ml-xxl-38{margin-left:38px!important}.ml-xxl-39{margin-left:39px!important}.ml-xxl-40{margin-left:40px!important}.ml-xxl-41{margin-left:41px!important}.ml-xxl-42{margin-left:42px!important}.ml-xxl-43{margin-left:43px!important}.ml-xxl-44{margin-left:44px!important}.ml-xxl-45{margin-left:45px!important}.ml-xxl-46{margin-left:46px!important}.ml-xxl-47{margin-left:47px!important}.ml-xxl-48{margin-left:48px!important}.ml-xxl-49{margin-left:49px!important}.ml-xxl-50{margin-left:50px!important}.ml-xxl-51{margin-left:51px!important}.ml-xxl-52{margin-left:52px!important}.ml-xxl-53{margin-left:53px!important}.ml-xxl-54{margin-left:54px!important}.ml-xxl-55{margin-left:55px!important}.ml-xxl-56{margin-left:56px!important}.ml-xxl-57{margin-left:57px!important}.ml-xxl-58{margin-left:58px!important}.ml-xxl-59{margin-left:59px!important}.ml-xxl-60{margin-left:60px!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:1px!important}.mr-xxl-2{margin-right:2px!important}.mr-xxl-3{margin-right:3px!important}.mr-xxl-4{margin-right:4px!important}.mr-xxl-5{margin-right:5px!important}.mr-xxl-6{margin-right:6px!important}.mr-xxl-7{margin-right:7px!important}.mr-xxl-8{margin-right:8px!important}.mr-xxl-9{margin-right:9px!important}.mr-xxl-10{margin-right:10px!important}.mr-xxl-11{margin-right:11px!important}.mr-xxl-12{margin-right:12px!important}.mr-xxl-13{margin-right:13px!important}.mr-xxl-14{margin-right:14px!important}.mr-xxl-15{margin-right:15px!important}.mr-xxl-16{margin-right:16px!important}.mr-xxl-17{margin-right:17px!important}.mr-xxl-18{margin-right:18px!important}.mr-xxl-19{margin-right:19px!important}.mr-xxl-20{margin-right:20px!important}.mr-xxl-21{margin-right:21px!important}.mr-xxl-22{margin-right:22px!important}.mr-xxl-23{margin-right:23px!important}.mr-xxl-24{margin-right:24px!important}.mr-xxl-25{margin-right:25px!important}.mr-xxl-26{margin-right:26px!important}.mr-xxl-27{margin-right:27px!important}.mr-xxl-28{margin-right:28px!important}.mr-xxl-29{margin-right:29px!important}.mr-xxl-30{margin-right:30px!important}.mr-xxl-31{margin-right:31px!important}.mr-xxl-32{margin-right:32px!important}.mr-xxl-33{margin-right:33px!important}.mr-xxl-34{margin-right:34px!important}.mr-xxl-35{margin-right:35px!important}.mr-xxl-36{margin-right:36px!important}.mr-xxl-37{margin-right:37px!important}.mr-xxl-38{margin-right:38px!important}.mr-xxl-39{margin-right:39px!important}.mr-xxl-40{margin-right:40px!important}.mr-xxl-41{margin-right:41px!important}.mr-xxl-42{margin-right:42px!important}.mr-xxl-43{margin-right:43px!important}.mr-xxl-44{margin-right:44px!important}.mr-xxl-45{margin-right:45px!important}.mr-xxl-46{margin-right:46px!important}.mr-xxl-47{margin-right:47px!important}.mr-xxl-48{margin-right:48px!important}.mr-xxl-49{margin-right:49px!important}.mr-xxl-50{margin-right:50px!important}.mr-xxl-51{margin-right:51px!important}.mr-xxl-52{margin-right:52px!important}.mr-xxl-53{margin-right:53px!important}.mr-xxl-54{margin-right:54px!important}.mr-xxl-55{margin-right:55px!important}.mr-xxl-56{margin-right:56px!important}.mr-xxl-57{margin-right:57px!important}.mr-xxl-58{margin-right:58px!important}.mr-xxl-59{margin-right:59px!important}.mr-xxl-60{margin-right:60px!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:1px!important}.mt-xxl-2{margin-top:2px!important}.mt-xxl-3{margin-top:3px!important}.mt-xxl-4{margin-top:4px!important}.mt-xxl-5{margin-top:5px!important}.mt-xxl-6{margin-top:6px!important}.mt-xxl-7{margin-top:7px!important}.mt-xxl-8{margin-top:8px!important}.mt-xxl-9{margin-top:9px!important}.mt-xxl-10{margin-top:10px!important}.mt-xxl-11{margin-top:11px!important}.mt-xxl-12{margin-top:12px!important}.mt-xxl-13{margin-top:13px!important}.mt-xxl-14{margin-top:14px!important}.mt-xxl-15{margin-top:15px!important}.mt-xxl-16{margin-top:16px!important}.mt-xxl-17{margin-top:17px!important}.mt-xxl-18{margin-top:18px!important}.mt-xxl-19{margin-top:19px!important}.mt-xxl-20{margin-top:20px!important}.mt-xxl-21{margin-top:21px!important}.mt-xxl-22{margin-top:22px!important}.mt-xxl-23{margin-top:23px!important}.mt-xxl-24{margin-top:24px!important}.mt-xxl-25{margin-top:25px!important}.mt-xxl-26{margin-top:26px!important}.mt-xxl-27{margin-top:27px!important}.mt-xxl-28{margin-top:28px!important}.mt-xxl-29{margin-top:29px!important}.mt-xxl-30{margin-top:30px!important}.mt-xxl-31{margin-top:31px!important}.mt-xxl-32{margin-top:32px!important}.mt-xxl-33{margin-top:33px!important}.mt-xxl-34{margin-top:34px!important}.mt-xxl-35{margin-top:35px!important}.mt-xxl-36{margin-top:36px!important}.mt-xxl-37{margin-top:37px!important}.mt-xxl-38{margin-top:38px!important}.mt-xxl-39{margin-top:39px!important}.mt-xxl-40{margin-top:40px!important}.mt-xxl-41{margin-top:41px!important}.mt-xxl-42{margin-top:42px!important}.mt-xxl-43{margin-top:43px!important}.mt-xxl-44{margin-top:44px!important}.mt-xxl-45{margin-top:45px!important}.mt-xxl-46{margin-top:46px!important}.mt-xxl-47{margin-top:47px!important}.mt-xxl-48{margin-top:48px!important}.mt-xxl-49{margin-top:49px!important}.mt-xxl-50{margin-top:50px!important}.mt-xxl-51{margin-top:51px!important}.mt-xxl-52{margin-top:52px!important}.mt-xxl-53{margin-top:53px!important}.mt-xxl-54{margin-top:54px!important}.mt-xxl-55{margin-top:55px!important}.mt-xxl-56{margin-top:56px!important}.mt-xxl-57{margin-top:57px!important}.mt-xxl-58{margin-top:58px!important}.mt-xxl-59{margin-top:59px!important}.mt-xxl-60{margin-top:60px!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:1px!important}.mb-xxl-2{margin-bottom:2px!important}.mb-xxl-3{margin-bottom:3px!important}.mb-xxl-4{margin-bottom:4px!important}.mb-xxl-5{margin-bottom:5px!important}.mb-xxl-6{margin-bottom:6px!important}.mb-xxl-7{margin-bottom:7px!important}.mb-xxl-8{margin-bottom:8px!important}.mb-xxl-9{margin-bottom:9px!important}.mb-xxl-10{margin-bottom:10px!important}.mb-xxl-11{margin-bottom:11px!important}.mb-xxl-12{margin-bottom:12px!important}.mb-xxl-13{margin-bottom:13px!important}.mb-xxl-14{margin-bottom:14px!important}.mb-xxl-15{margin-bottom:15px!important}.mb-xxl-16{margin-bottom:16px!important}.mb-xxl-17{margin-bottom:17px!important}.mb-xxl-18{margin-bottom:18px!important}.mb-xxl-19{margin-bottom:19px!important}.mb-xxl-20{margin-bottom:20px!important}.mb-xxl-21{margin-bottom:21px!important}.mb-xxl-22{margin-bottom:22px!important}.mb-xxl-23{margin-bottom:23px!important}.mb-xxl-24{margin-bottom:24px!important}.mb-xxl-25{margin-bottom:25px!important}.mb-xxl-26{margin-bottom:26px!important}.mb-xxl-27{margin-bottom:27px!important}.mb-xxl-28{margin-bottom:28px!important}.mb-xxl-29{margin-bottom:29px!important}.mb-xxl-30{margin-bottom:30px!important}.mb-xxl-31{margin-bottom:31px!important}.mb-xxl-32{margin-bottom:32px!important}.mb-xxl-33{margin-bottom:33px!important}.mb-xxl-34{margin-bottom:34px!important}.mb-xxl-35{margin-bottom:35px!important}.mb-xxl-36{margin-bottom:36px!important}.mb-xxl-37{margin-bottom:37px!important}.mb-xxl-38{margin-bottom:38px!important}.mb-xxl-39{margin-bottom:39px!important}.mb-xxl-40{margin-bottom:40px!important}.mb-xxl-41{margin-bottom:41px!important}.mb-xxl-42{margin-bottom:42px!important}.mb-xxl-43{margin-bottom:43px!important}.mb-xxl-44{margin-bottom:44px!important}.mb-xxl-45{margin-bottom:45px!important}.mb-xxl-46{margin-bottom:46px!important}.mb-xxl-47{margin-bottom:47px!important}.mb-xxl-48{margin-bottom:48px!important}.mb-xxl-49{margin-bottom:49px!important}.mb-xxl-50{margin-bottom:50px!important}.mb-xxl-51{margin-bottom:51px!important}.mb-xxl-52{margin-bottom:52px!important}.mb-xxl-53{margin-bottom:53px!important}.mb-xxl-54{margin-bottom:54px!important}.mb-xxl-55{margin-bottom:55px!important}.mb-xxl-56{margin-bottom:56px!important}.mb-xxl-57{margin-bottom:57px!important}.mb-xxl-58{margin-bottom:58px!important}.mb-xxl-59{margin-bottom:59px!important}.mb-xxl-60{margin-bottom:60px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:1px!important}.pl-xxl-2{padding-left:2px!important}.pl-xxl-3{padding-left:3px!important}.pl-xxl-4{padding-left:4px!important}.pl-xxl-5{padding-left:5px!important}.pl-xxl-6{padding-left:6px!important}.pl-xxl-7{padding-left:7px!important}.pl-xxl-8{padding-left:8px!important}.pl-xxl-9{padding-left:9px!important}.pl-xxl-10{padding-left:10px!important}.pl-xxl-11{padding-left:11px!important}.pl-xxl-12{padding-left:12px!important}.pl-xxl-13{padding-left:13px!important}.pl-xxl-14{padding-left:14px!important}.pl-xxl-15{padding-left:15px!important}.pl-xxl-16{padding-left:16px!important}.pl-xxl-17{padding-left:17px!important}.pl-xxl-18{padding-left:18px!important}.pl-xxl-19{padding-left:19px!important}.pl-xxl-20{padding-left:20px!important}.pl-xxl-21{padding-left:21px!important}.pl-xxl-22{padding-left:22px!important}.pl-xxl-23{padding-left:23px!important}.pl-xxl-24{padding-left:24px!important}.pl-xxl-25{padding-left:25px!important}.pl-xxl-26{padding-left:26px!important}.pl-xxl-27{padding-left:27px!important}.pl-xxl-28{padding-left:28px!important}.pl-xxl-29{padding-left:29px!important}.pl-xxl-30{padding-left:30px!important}.pl-xxl-31{padding-left:31px!important}.pl-xxl-32{padding-left:32px!important}.pl-xxl-33{padding-left:33px!important}.pl-xxl-34{padding-left:34px!important}.pl-xxl-35{padding-left:35px!important}.pl-xxl-36{padding-left:36px!important}.pl-xxl-37{padding-left:37px!important}.pl-xxl-38{padding-left:38px!important}.pl-xxl-39{padding-left:39px!important}.pl-xxl-40{padding-left:40px!important}.pl-xxl-41{padding-left:41px!important}.pl-xxl-42{padding-left:42px!important}.pl-xxl-43{padding-left:43px!important}.pl-xxl-44{padding-left:44px!important}.pl-xxl-45{padding-left:45px!important}.pl-xxl-46{padding-left:46px!important}.pl-xxl-47{padding-left:47px!important}.pl-xxl-48{padding-left:48px!important}.pl-xxl-49{padding-left:49px!important}.pl-xxl-50{padding-left:50px!important}.pl-xxl-51{padding-left:51px!important}.pl-xxl-52{padding-left:52px!important}.pl-xxl-53{padding-left:53px!important}.pl-xxl-54{padding-left:54px!important}.pl-xxl-55{padding-left:55px!important}.pl-xxl-56{padding-left:56px!important}.pl-xxl-57{padding-left:57px!important}.pl-xxl-58{padding-left:58px!important}.pl-xxl-59{padding-left:59px!important}.pl-xxl-60{padding-left:60px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:1px!important}.pr-xxl-2{padding-right:2px!important}.pr-xxl-3{padding-right:3px!important}.pr-xxl-4{padding-right:4px!important}.pr-xxl-5{padding-right:5px!important}.pr-xxl-6{padding-right:6px!important}.pr-xxl-7{padding-right:7px!important}.pr-xxl-8{padding-right:8px!important}.pr-xxl-9{padding-right:9px!important}.pr-xxl-10{padding-right:10px!important}.pr-xxl-11{padding-right:11px!important}.pr-xxl-12{padding-right:12px!important}.pr-xxl-13{padding-right:13px!important}.pr-xxl-14{padding-right:14px!important}.pr-xxl-15{padding-right:15px!important}.pr-xxl-16{padding-right:16px!important}.pr-xxl-17{padding-right:17px!important}.pr-xxl-18{padding-right:18px!important}.pr-xxl-19{padding-right:19px!important}.pr-xxl-20{padding-right:20px!important}.pr-xxl-21{padding-right:21px!important}.pr-xxl-22{padding-right:22px!important}.pr-xxl-23{padding-right:23px!important}.pr-xxl-24{padding-right:24px!important}.pr-xxl-25{padding-right:25px!important}.pr-xxl-26{padding-right:26px!important}.pr-xxl-27{padding-right:27px!important}.pr-xxl-28{padding-right:28px!important}.pr-xxl-29{padding-right:29px!important}.pr-xxl-30{padding-right:30px!important}.pr-xxl-31{padding-right:31px!important}.pr-xxl-32{padding-right:32px!important}.pr-xxl-33{padding-right:33px!important}.pr-xxl-34{padding-right:34px!important}.pr-xxl-35{padding-right:35px!important}.pr-xxl-36{padding-right:36px!important}.pr-xxl-37{padding-right:37px!important}.pr-xxl-38{padding-right:38px!important}.pr-xxl-39{padding-right:39px!important}.pr-xxl-40{padding-right:40px!important}.pr-xxl-41{padding-right:41px!important}.pr-xxl-42{padding-right:42px!important}.pr-xxl-43{padding-right:43px!important}.pr-xxl-44{padding-right:44px!important}.pr-xxl-45{padding-right:45px!important}.pr-xxl-46{padding-right:46px!important}.pr-xxl-47{padding-right:47px!important}.pr-xxl-48{padding-right:48px!important}.pr-xxl-49{padding-right:49px!important}.pr-xxl-50{padding-right:50px!important}.pr-xxl-51{padding-right:51px!important}.pr-xxl-52{padding-right:52px!important}.pr-xxl-53{padding-right:53px!important}.pr-xxl-54{padding-right:54px!important}.pr-xxl-55{padding-right:55px!important}.pr-xxl-56{padding-right:56px!important}.pr-xxl-57{padding-right:57px!important}.pr-xxl-58{padding-right:58px!important}.pr-xxl-59{padding-right:59px!important}.pr-xxl-60{padding-right:60px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:1px!important}.pt-xxl-2{padding-top:2px!important}.pt-xxl-3{padding-top:3px!important}.pt-xxl-4{padding-top:4px!important}.pt-xxl-5{padding-top:5px!important}.pt-xxl-6{padding-top:6px!important}.pt-xxl-7{padding-top:7px!important}.pt-xxl-8{padding-top:8px!important}.pt-xxl-9{padding-top:9px!important}.pt-xxl-10{padding-top:10px!important}.pt-xxl-11{padding-top:11px!important}.pt-xxl-12{padding-top:12px!important}.pt-xxl-13{padding-top:13px!important}.pt-xxl-14{padding-top:14px!important}.pt-xxl-15{padding-top:15px!important}.pt-xxl-16{padding-top:16px!important}.pt-xxl-17{padding-top:17px!important}.pt-xxl-18{padding-top:18px!important}.pt-xxl-19{padding-top:19px!important}.pt-xxl-20{padding-top:20px!important}.pt-xxl-21{padding-top:21px!important}.pt-xxl-22{padding-top:22px!important}.pt-xxl-23{padding-top:23px!important}.pt-xxl-24{padding-top:24px!important}.pt-xxl-25{padding-top:25px!important}.pt-xxl-26{padding-top:26px!important}.pt-xxl-27{padding-top:27px!important}.pt-xxl-28{padding-top:28px!important}.pt-xxl-29{padding-top:29px!important}.pt-xxl-30{padding-top:30px!important}.pt-xxl-31{padding-top:31px!important}.pt-xxl-32{padding-top:32px!important}.pt-xxl-33{padding-top:33px!important}.pt-xxl-34{padding-top:34px!important}.pt-xxl-35{padding-top:35px!important}.pt-xxl-36{padding-top:36px!important}.pt-xxl-37{padding-top:37px!important}.pt-xxl-38{padding-top:38px!important}.pt-xxl-39{padding-top:39px!important}.pt-xxl-40{padding-top:40px!important}.pt-xxl-41{padding-top:41px!important}.pt-xxl-42{padding-top:42px!important}.pt-xxl-43{padding-top:43px!important}.pt-xxl-44{padding-top:44px!important}.pt-xxl-45{padding-top:45px!important}.pt-xxl-46{padding-top:46px!important}.pt-xxl-47{padding-top:47px!important}.pt-xxl-48{padding-top:48px!important}.pt-xxl-49{padding-top:49px!important}.pt-xxl-50{padding-top:50px!important}.pt-xxl-51{padding-top:51px!important}.pt-xxl-52{padding-top:52px!important}.pt-xxl-53{padding-top:53px!important}.pt-xxl-54{padding-top:54px!important}.pt-xxl-55{padding-top:55px!important}.pt-xxl-56{padding-top:56px!important}.pt-xxl-57{padding-top:57px!important}.pt-xxl-58{padding-top:58px!important}.pt-xxl-59{padding-top:59px!important}.pt-xxl-60{padding-top:60px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:1px!important}.pb-xxl-2{padding-bottom:2px!important}.pb-xxl-3{padding-bottom:3px!important}.pb-xxl-4{padding-bottom:4px!important}.pb-xxl-5{padding-bottom:5px!important}.pb-xxl-6{padding-bottom:6px!important}.pb-xxl-7{padding-bottom:7px!important}.pb-xxl-8{padding-bottom:8px!important}.pb-xxl-9{padding-bottom:9px!important}.pb-xxl-10{padding-bottom:10px!important}.pb-xxl-11{padding-bottom:11px!important}.pb-xxl-12{padding-bottom:12px!important}.pb-xxl-13{padding-bottom:13px!important}.pb-xxl-14{padding-bottom:14px!important}.pb-xxl-15{padding-bottom:15px!important}.pb-xxl-16{padding-bottom:16px!important}.pb-xxl-17{padding-bottom:17px!important}.pb-xxl-18{padding-bottom:18px!important}.pb-xxl-19{padding-bottom:19px!important}.pb-xxl-20{padding-bottom:20px!important}.pb-xxl-21{padding-bottom:21px!important}.pb-xxl-22{padding-bottom:22px!important}.pb-xxl-23{padding-bottom:23px!important}.pb-xxl-24{padding-bottom:24px!important}.pb-xxl-25{padding-bottom:25px!important}.pb-xxl-26{padding-bottom:26px!important}.pb-xxl-27{padding-bottom:27px!important}.pb-xxl-28{padding-bottom:28px!important}.pb-xxl-29{padding-bottom:29px!important}.pb-xxl-30{padding-bottom:30px!important}.pb-xxl-31{padding-bottom:31px!important}.pb-xxl-32{padding-bottom:32px!important}.pb-xxl-33{padding-bottom:33px!important}.pb-xxl-34{padding-bottom:34px!important}.pb-xxl-35{padding-bottom:35px!important}.pb-xxl-36{padding-bottom:36px!important}.pb-xxl-37{padding-bottom:37px!important}.pb-xxl-38{padding-bottom:38px!important}.pb-xxl-39{padding-bottom:39px!important}.pb-xxl-40{padding-bottom:40px!important}.pb-xxl-41{padding-bottom:41px!important}.pb-xxl-42{padding-bottom:42px!important}.pb-xxl-43{padding-bottom:43px!important}.pb-xxl-44{padding-bottom:44px!important}.pb-xxl-45{padding-bottom:45px!important}.pb-xxl-46{padding-bottom:46px!important}.pb-xxl-47{padding-bottom:47px!important}.pb-xxl-48{padding-bottom:48px!important}.pb-xxl-49{padding-bottom:49px!important}.pb-xxl-50{padding-bottom:50px!important}.pb-xxl-51{padding-bottom:51px!important}.pb-xxl-52{padding-bottom:52px!important}.pb-xxl-53{padding-bottom:53px!important}.pb-xxl-54{padding-bottom:54px!important}.pb-xxl-55{padding-bottom:55px!important}.pb-xxl-56{padding-bottom:56px!important}.pb-xxl-57{padding-bottom:57px!important}.pb-xxl-58{padding-bottom:58px!important}.pb-xxl-59{padding-bottom:59px!important}.pb-xxl-60{padding-bottom:60px!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:1px!important;padding-right:1px!important}.px-xxl-2{padding-left:2px!important;padding-right:2px!important}.px-xxl-3{padding-left:3px!important;padding-right:3px!important}.px-xxl-4{padding-left:4px!important;padding-right:4px!important}.px-xxl-5{padding-left:5px!important;padding-right:5px!important}.px-xxl-6{padding-left:6px!important;padding-right:6px!important}.px-xxl-7{padding-left:7px!important;padding-right:7px!important}.px-xxl-8{padding-left:8px!important;padding-right:8px!important}.px-xxl-9{padding-left:9px!important;padding-right:9px!important}.px-xxl-10{padding-left:10px!important;padding-right:10px!important}.px-xxl-11{padding-left:11px!important;padding-right:11px!important}.px-xxl-12{padding-left:12px!important;padding-right:12px!important}.px-xxl-13{padding-left:13px!important;padding-right:13px!important}.px-xxl-14{padding-left:14px!important;padding-right:14px!important}.px-xxl-15{padding-left:15px!important;padding-right:15px!important}.px-xxl-16{padding-left:16px!important;padding-right:16px!important}.px-xxl-17{padding-left:17px!important;padding-right:17px!important}.px-xxl-18{padding-left:18px!important;padding-right:18px!important}.px-xxl-19{padding-left:19px!important;padding-right:19px!important}.px-xxl-20{padding-left:20px!important;padding-right:20px!important}.px-xxl-21{padding-left:21px!important;padding-right:21px!important}.px-xxl-22{padding-left:22px!important;padding-right:22px!important}.px-xxl-23{padding-left:23px!important;padding-right:23px!important}.px-xxl-24{padding-left:24px!important;padding-right:24px!important}.px-xxl-25{padding-left:25px!important;padding-right:25px!important}.px-xxl-26{padding-left:26px!important;padding-right:26px!important}.px-xxl-27{padding-left:27px!important;padding-right:27px!important}.px-xxl-28{padding-left:28px!important;padding-right:28px!important}.px-xxl-29{padding-left:29px!important;padding-right:29px!important}.px-xxl-30{padding-left:30px!important;padding-right:30px!important}.px-xxl-31{padding-left:31px!important;padding-right:31px!important}.px-xxl-32{padding-left:32px!important;padding-right:32px!important}.px-xxl-33{padding-left:33px!important;padding-right:33px!important}.px-xxl-34{padding-left:34px!important;padding-right:34px!important}.px-xxl-35{padding-left:35px!important;padding-right:35px!important}.px-xxl-36{padding-left:36px!important;padding-right:36px!important}.px-xxl-37{padding-left:37px!important;padding-right:37px!important}.px-xxl-38{padding-left:38px!important;padding-right:38px!important}.px-xxl-39{padding-left:39px!important;padding-right:39px!important}.px-xxl-40{padding-left:40px!important;padding-right:40px!important}.px-xxl-41{padding-left:41px!important;padding-right:41px!important}.px-xxl-42{padding-left:42px!important;padding-right:42px!important}.px-xxl-43{padding-left:43px!important;padding-right:43px!important}.px-xxl-44{padding-left:44px!important;padding-right:44px!important}.px-xxl-45{padding-left:45px!important;padding-right:45px!important}.px-xxl-46{padding-left:46px!important;padding-right:46px!important}.px-xxl-47{padding-left:47px!important;padding-right:47px!important}.px-xxl-48{padding-left:48px!important;padding-right:48px!important}.px-xxl-49{padding-left:49px!important;padding-right:49px!important}.px-xxl-50{padding-left:50px!important;padding-right:50px!important}.px-xxl-51{padding-left:51px!important;padding-right:51px!important}.px-xxl-52{padding-left:52px!important;padding-right:52px!important}.px-xxl-53{padding-left:53px!important;padding-right:53px!important}.px-xxl-54{padding-left:54px!important;padding-right:54px!important}.px-xxl-55{padding-left:55px!important;padding-right:55px!important}.px-xxl-56{padding-left:56px!important;padding-right:56px!important}.px-xxl-57{padding-left:57px!important;padding-right:57px!important}.px-xxl-58{padding-left:58px!important;padding-right:58px!important}.px-xxl-59{padding-left:59px!important;padding-right:59px!important}.px-xxl-60{padding-left:60px!important;padding-right:60px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:1px!important;padding-bottom:1px!important}.py-xxl-2{padding-top:2px!important;padding-bottom:2px!important}.py-xxl-3{padding-top:3px!important;padding-bottom:3px!important}.py-xxl-4{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-5{padding-top:5px!important;padding-bottom:5px!important}.py-xxl-6{padding-top:6px!important;padding-bottom:6px!important}.py-xxl-7{padding-top:7px!important;padding-bottom:7px!important}.py-xxl-8{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-9{padding-top:9px!important;padding-bottom:9px!important}.py-xxl-10{padding-top:10px!important;padding-bottom:10px!important}.py-xxl-11{padding-top:11px!important;padding-bottom:11px!important}.py-xxl-12{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-13{padding-top:13px!important;padding-bottom:13px!important}.py-xxl-14{padding-top:14px!important;padding-bottom:14px!important}.py-xxl-15{padding-top:15px!important;padding-bottom:15px!important}.py-xxl-16{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-17{padding-top:17px!important;padding-bottom:17px!important}.py-xxl-18{padding-top:18px!important;padding-bottom:18px!important}.py-xxl-19{padding-top:19px!important;padding-bottom:19px!important}.py-xxl-20{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-21{padding-top:21px!important;padding-bottom:21px!important}.py-xxl-22{padding-top:22px!important;padding-bottom:22px!important}.py-xxl-23{padding-top:23px!important;padding-bottom:23px!important}.py-xxl-24{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-25{padding-top:25px!important;padding-bottom:25px!important}.py-xxl-26{padding-top:26px!important;padding-bottom:26px!important}.py-xxl-27{padding-top:27px!important;padding-bottom:27px!important}.py-xxl-28{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-29{padding-top:29px!important;padding-bottom:29px!important}.py-xxl-30{padding-top:30px!important;padding-bottom:30px!important}.py-xxl-31{padding-top:31px!important;padding-bottom:31px!important}.py-xxl-32{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-33{padding-top:33px!important;padding-bottom:33px!important}.py-xxl-34{padding-top:34px!important;padding-bottom:34px!important}.py-xxl-35{padding-top:35px!important;padding-bottom:35px!important}.py-xxl-36{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-37{padding-top:37px!important;padding-bottom:37px!important}.py-xxl-38{padding-top:38px!important;padding-bottom:38px!important}.py-xxl-39{padding-top:39px!important;padding-bottom:39px!important}.py-xxl-40{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-41{padding-top:41px!important;padding-bottom:41px!important}.py-xxl-42{padding-top:42px!important;padding-bottom:42px!important}.py-xxl-43{padding-top:43px!important;padding-bottom:43px!important}.py-xxl-44{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-45{padding-top:45px!important;padding-bottom:45px!important}.py-xxl-46{padding-top:46px!important;padding-bottom:46px!important}.py-xxl-47{padding-top:47px!important;padding-bottom:47px!important}.py-xxl-48{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-49{padding-top:49px!important;padding-bottom:49px!important}.py-xxl-50{padding-top:50px!important;padding-bottom:50px!important}.py-xxl-51{padding-top:51px!important;padding-bottom:51px!important}.py-xxl-52{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-53{padding-top:53px!important;padding-bottom:53px!important}.py-xxl-54{padding-top:54px!important;padding-bottom:54px!important}.py-xxl-55{padding-top:55px!important;padding-bottom:55px!important}.py-xxl-56{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-57{padding-top:57px!important;padding-bottom:57px!important}.py-xxl-58{padding-top:58px!important;padding-bottom:58px!important}.py-xxl-59{padding-top:59px!important;padding-bottom:59px!important}.py-xxl-60{padding-top:60px!important;padding-bottom:60px!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:1px!important;margin-right:1px!important}.mx-xxl-2{margin-left:2px!important;margin-right:2px!important}.mx-xxl-3{margin-left:3px!important;margin-right:3px!important}.mx-xxl-4{margin-left:4px!important;margin-right:4px!important}.mx-xxl-5{margin-left:5px!important;margin-right:5px!important}.mx-xxl-6{margin-left:6px!important;margin-right:6px!important}.mx-xxl-7{margin-left:7px!important;margin-right:7px!important}.mx-xxl-8{margin-left:8px!important;margin-right:8px!important}.mx-xxl-9{margin-left:9px!important;margin-right:9px!important}.mx-xxl-10{margin-left:10px!important;margin-right:10px!important}.mx-xxl-11{margin-left:11px!important;margin-right:11px!important}.mx-xxl-12{margin-left:12px!important;margin-right:12px!important}.mx-xxl-13{margin-left:13px!important;margin-right:13px!important}.mx-xxl-14{margin-left:14px!important;margin-right:14px!important}.mx-xxl-15{margin-left:15px!important;margin-right:15px!important}.mx-xxl-16{margin-left:16px!important;margin-right:16px!important}.mx-xxl-17{margin-left:17px!important;margin-right:17px!important}.mx-xxl-18{margin-left:18px!important;margin-right:18px!important}.mx-xxl-19{margin-left:19px!important;margin-right:19px!important}.mx-xxl-20{margin-left:20px!important;margin-right:20px!important}.mx-xxl-21{margin-left:21px!important;margin-right:21px!important}.mx-xxl-22{margin-left:22px!important;margin-right:22px!important}.mx-xxl-23{margin-left:23px!important;margin-right:23px!important}.mx-xxl-24{margin-left:24px!important;margin-right:24px!important}.mx-xxl-25{margin-left:25px!important;margin-right:25px!important}.mx-xxl-26{margin-left:26px!important;margin-right:26px!important}.mx-xxl-27{margin-left:27px!important;margin-right:27px!important}.mx-xxl-28{margin-left:28px!important;margin-right:28px!important}.mx-xxl-29{margin-left:29px!important;margin-right:29px!important}.mx-xxl-30{margin-left:30px!important;margin-right:30px!important}.mx-xxl-31{margin-left:31px!important;margin-right:31px!important}.mx-xxl-32{margin-left:32px!important;margin-right:32px!important}.mx-xxl-33{margin-left:33px!important;margin-right:33px!important}.mx-xxl-34{margin-left:34px!important;margin-right:34px!important}.mx-xxl-35{margin-left:35px!important;margin-right:35px!important}.mx-xxl-36{margin-left:36px!important;margin-right:36px!important}.mx-xxl-37{margin-left:37px!important;margin-right:37px!important}.mx-xxl-38{margin-left:38px!important;margin-right:38px!important}.mx-xxl-39{margin-left:39px!important;margin-right:39px!important}.mx-xxl-40{margin-left:40px!important;margin-right:40px!important}.mx-xxl-41{margin-left:41px!important;margin-right:41px!important}.mx-xxl-42{margin-left:42px!important;margin-right:42px!important}.mx-xxl-43{margin-left:43px!important;margin-right:43px!important}.mx-xxl-44{margin-left:44px!important;margin-right:44px!important}.mx-xxl-45{margin-left:45px!important;margin-right:45px!important}.mx-xxl-46{margin-left:46px!important;margin-right:46px!important}.mx-xxl-47{margin-left:47px!important;margin-right:47px!important}.mx-xxl-48{margin-left:48px!important;margin-right:48px!important}.mx-xxl-49{margin-left:49px!important;margin-right:49px!important}.mx-xxl-50{margin-left:50px!important;margin-right:50px!important}.mx-xxl-51{margin-left:51px!important;margin-right:51px!important}.mx-xxl-52{margin-left:52px!important;margin-right:52px!important}.mx-xxl-53{margin-left:53px!important;margin-right:53px!important}.mx-xxl-54{margin-left:54px!important;margin-right:54px!important}.mx-xxl-55{margin-left:55px!important;margin-right:55px!important}.mx-xxl-56{margin-left:56px!important;margin-right:56px!important}.mx-xxl-57{margin-left:57px!important;margin-right:57px!important}.mx-xxl-58{margin-left:58px!important;margin-right:58px!important}.mx-xxl-59{margin-left:59px!important;margin-right:59px!important}.mx-xxl-60{margin-left:60px!important;margin-right:60px!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:1px!important;margin-bottom:1px!important}.my-xxl-2{margin-top:2px!important;margin-bottom:2px!important}.my-xxl-3{margin-top:3px!important;margin-bottom:3px!important}.my-xxl-4{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-5{margin-top:5px!important;margin-bottom:5px!important}.my-xxl-6{margin-top:6px!important;margin-bottom:6px!important}.my-xxl-7{margin-top:7px!important;margin-bottom:7px!important}.my-xxl-8{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-9{margin-top:9px!important;margin-bottom:9px!important}.my-xxl-10{margin-top:10px!important;margin-bottom:10px!important}.my-xxl-11{margin-top:11px!important;margin-bottom:11px!important}.my-xxl-12{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-13{margin-top:13px!important;margin-bottom:13px!important}.my-xxl-14{margin-top:14px!important;margin-bottom:14px!important}.my-xxl-15{margin-top:15px!important;margin-bottom:15px!important}.my-xxl-16{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-17{margin-top:17px!important;margin-bottom:17px!important}.my-xxl-18{margin-top:18px!important;margin-bottom:18px!important}.my-xxl-19{margin-top:19px!important;margin-bottom:19px!important}.my-xxl-20{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-21{margin-top:21px!important;margin-bottom:21px!important}.my-xxl-22{margin-top:22px!important;margin-bottom:22px!important}.my-xxl-23{margin-top:23px!important;margin-bottom:23px!important}.my-xxl-24{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-25{margin-top:25px!important;margin-bottom:25px!important}.my-xxl-26{margin-top:26px!important;margin-bottom:26px!important}.my-xxl-27{margin-top:27px!important;margin-bottom:27px!important}.my-xxl-28{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-29{margin-top:29px!important;margin-bottom:29px!important}.my-xxl-30{margin-top:30px!important;margin-bottom:30px!important}.my-xxl-31{margin-top:31px!important;margin-bottom:31px!important}.my-xxl-32{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-33{margin-top:33px!important;margin-bottom:33px!important}.my-xxl-34{margin-top:34px!important;margin-bottom:34px!important}.my-xxl-35{margin-top:35px!important;margin-bottom:35px!important}.my-xxl-36{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-37{margin-top:37px!important;margin-bottom:37px!important}.my-xxl-38{margin-top:38px!important;margin-bottom:38px!important}.my-xxl-39{margin-top:39px!important;margin-bottom:39px!important}.my-xxl-40{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-41{margin-top:41px!important;margin-bottom:41px!important}.my-xxl-42{margin-top:42px!important;margin-bottom:42px!important}.my-xxl-43{margin-top:43px!important;margin-bottom:43px!important}.my-xxl-44{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-45{margin-top:45px!important;margin-bottom:45px!important}.my-xxl-46{margin-top:46px!important;margin-bottom:46px!important}.my-xxl-47{margin-top:47px!important;margin-bottom:47px!important}.my-xxl-48{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-49{margin-top:49px!important;margin-bottom:49px!important}.my-xxl-50{margin-top:50px!important;margin-bottom:50px!important}.my-xxl-51{margin-top:51px!important;margin-bottom:51px!important}.my-xxl-52{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-53{margin-top:53px!important;margin-bottom:53px!important}.my-xxl-54{margin-top:54px!important;margin-bottom:54px!important}.my-xxl-55{margin-top:55px!important;margin-bottom:55px!important}.my-xxl-56{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-57{margin-top:57px!important;margin-bottom:57px!important}.my-xxl-58{margin-top:58px!important;margin-bottom:58px!important}.my-xxl-59{margin-top:59px!important;margin-bottom:59px!important}.my-xxl-60{margin-top:60px!important;margin-bottom:60px!important}.text-larger-xxl-0{font-size:1rem!important}.text-larger-xxl-1{font-size:1.05rem!important}.text-larger-xxl-2{font-size:1.1rem!important}.text-larger-xxl-3{font-size:1.15rem!important}.text-larger-xxl-4{font-size:1.2rem!important}.text-larger-xxl-5{font-size:1.25rem!important}.text-larger-xxl-6{font-size:1.3rem!important}.text-larger-xxl-7{font-size:1.35rem!important}.text-larger-xxl-8{font-size:1.4rem!important}.text-larger-xxl-9{font-size:1.45rem!important}.text-larger-xxl-10{font-size:1.5rem!important}.text-larger-xxl-11{font-size:1.55rem!important}.text-larger-xxl-12{font-size:1.6rem!important}.text-larger-xxl-13{font-size:1.65rem!important}.text-larger-xxl-14{font-size:1.7rem!important}.text-larger-xxl-15{font-size:1.75rem!important}.text-larger-xxl-16{font-size:1.8rem!important}.text-larger-xxl-17{font-size:1.85rem!important}.text-larger-xxl-18{font-size:1.9rem!important}.text-larger-xxl-19{font-size:1.95rem!important}.text-larger-xxl-20{font-size:2rem!important}.text-larger-xxl-21{font-size:2.05rem!important}.text-larger-xxl-22{font-size:2.1rem!important}.text-larger-xxl-23{font-size:2.15rem!important}.text-larger-xxl-24{font-size:2.2rem!important}.text-larger-xxl-25{font-size:2.25rem!important}.text-larger-xxl-26{font-size:2.3rem!important}.text-larger-xxl-27{font-size:2.35rem!important}.text-larger-xxl-28{font-size:2.4rem!important}.text-larger-xxl-29{font-size:2.45rem!important}.text-larger-xxl-30{font-size:2.5rem!important}.text-smaller-xxl-0{font-size:1rem!important}.text-smaller-xxl-1{font-size:.95rem!important}.text-smaller-xxl-2{font-size:.9rem!important}.text-smaller-xxl-3{font-size:.85rem!important}.text-smaller-xxl-4{font-size:.8rem!important}.text-smaller-xxl-5{font-size:.75rem!important}.text-smaller-xxl-6{font-size:.7rem!important}.text-smaller-xxl-7{font-size:.65rem!important}.text-smaller-xxl-8{font-size:.6rem!important}.text-smaller-xxl-9{font-size:.55rem!important}.text-smaller-xxl-10{font-size:.5rem!important}.text-smaller-xxl-11{font-size:.45rem!important}.text-smaller-xxl-12{font-size:.4rem!important}.text-smaller-xxl-13{font-size:.35rem!important}.text-smaller-xxl-14{font-size:.3rem!important}.text-smaller-xxl-15{font-size:.25rem!important}.text-smaller-xxl-16{font-size:.2rem!important}.text-smaller-xxl-17{font-size:.15rem!important}.text-smaller-xxl-18{font-size:.1rem!important}.text-smaller-xxl-19{font-size:.05rem!important}.text-smaller-xxl-20{font-size:0!important}.text-smaller-xxl-21{font-size:-.05rem!important}.text-smaller-xxl-22{font-size:-.1rem!important}.text-smaller-xxl-23{font-size:-.15rem!important}.text-smaller-xxl-24{font-size:-.2rem!important}.text-smaller-xxl-25{font-size:-.25rem!important}.text-smaller-xxl-26{font-size:-.3rem!important}.text-smaller-xxl-27{font-size:-.35rem!important}.text-smaller-xxl-28{font-size:-.4rem!important}.text-smaller-xxl-29{font-size:-.45rem!important}.text-smaller-xxl-30{font-size:-.5rem!important}.w-xxl-0{width:0%!important}.w-xxl-10{width:10%!important}.w-xxl-20{width:20%!important}.w-xxl-30{width:30%!important}.w-xxl-40{width:40%!important}.w-xxl-50{width:50%!important}.w-xxl-60{width:60%!important}.w-xxl-70{width:70%!important}.w-xxl-80{width:80%!important}.w-xxl-90{width:90%!important}.w-xxl-100{width:100%!important}.w-xxl-110{width:110%!important}.w-xxl-120{width:120%!important}.w-xxl-130{width:130%!important}.w-xxl-140{width:140%!important}.w-xxl-150{width:150%!important}.w-xxl-160{width:160%!important}.w-xxl-170{width:170%!important}.w-xxl-180{width:180%!important}.w-xxl-190{width:190%!important}.w-xxl-200{width:200%!important}.w-xxl-210{width:210%!important}.w-xxl-220{width:220%!important}.w-xxl-230{width:230%!important}.w-xxl-240{width:240%!important}.w-xxl-250{width:250%!important}.w-xxl-260{width:260%!important}.w-xxl-270{width:270%!important}.w-xxl-280{width:280%!important}.w-xxl-290{width:290%!important}.w-xxl-300{width:300%!important}.w-xxl-310{width:310%!important}.w-xxl-320{width:320%!important}.w-xxl-330{width:330%!important}.w-xxl-340{width:340%!important}.w-xxl-350{width:350%!important}.w-xxl-360{width:360%!important}.w-xxl-370{width:370%!important}.w-xxl-380{width:380%!important}.w-xxl-390{width:390%!important}.w-xxl-400{width:400%!important}.w-xxl-410{width:410%!important}.w-xxl-420{width:420%!important}.w-xxl-430{width:430%!important}.w-xxl-440{width:440%!important}.w-xxl-450{width:450%!important}.w-xxl-460{width:460%!important}.w-xxl-470{width:470%!important}.w-xxl-480{width:480%!important}.w-xxl-490{width:490%!important}.w-xxl-500{width:500%!important}.w-xxl-510{width:510%!important}.w-xxl-520{width:520%!important}.w-xxl-530{width:530%!important}.w-xxl-540{width:540%!important}.w-xxl-550{width:550%!important}.w-xxl-560{width:560%!important}.w-xxl-570{width:570%!important}.w-xxl-580{width:580%!important}.w-xxl-590{width:590%!important}.w-xxl-600{width:600%!important}.w-xxl-610{width:610%!important}.w-xxl-620{width:620%!important}.w-xxl-630{width:630%!important}.w-xxl-640{width:640%!important}.w-xxl-650{width:650%!important}.w-xxl-660{width:660%!important}.w-xxl-670{width:670%!important}.w-xxl-680{width:680%!important}.w-xxl-690{width:690%!important}.w-xxl-700{width:700%!important}.w-xxl-710{width:710%!important}.w-xxl-720{width:720%!important}.w-xxl-730{width:730%!important}.w-xxl-740{width:740%!important}.w-xxl-750{width:750%!important}.w-xxl-760{width:760%!important}.w-xxl-770{width:770%!important}.w-xxl-780{width:780%!important}.w-xxl-790{width:790%!important}.w-xxl-800{width:800%!important}.w-xxl-810{width:810%!important}.w-xxl-820{width:820%!important}.w-xxl-830{width:830%!important}.w-xxl-840{width:840%!important}.w-xxl-850{width:850%!important}.w-xxl-860{width:860%!important}.w-xxl-870{width:870%!important}.w-xxl-880{width:880%!important}.w-xxl-890{width:890%!important}.w-xxl-900{width:900%!important}.w-xxl-910{width:910%!important}.w-xxl-920{width:920%!important}.w-xxl-930{width:930%!important}.w-xxl-940{width:940%!important}.w-xxl-950{width:950%!important}.w-xxl-960{width:960%!important}.w-xxl-970{width:970%!important}.w-xxl-980{width:980%!important}.w-xxl-990{width:990%!important}.w-xxl-1000{width:1000%!important}}.w-100{width:100%!important}.text-center{text-align:center}:root{--primary:#2c56ff}:root .bg-primary{background-color:#2c56ff!important}:root .text-primary{color:#2c56ff!important}:root .border-primary{border-color:#2c56ff!important}:root{--primary-muted:#fcf3ea}:root .bg-primary-muted{background-color:#fcf3ea!important}:root .text-primary-muted{color:#fcf3ea!important}:root .border-primary-muted{border-color:#fcf3ea!important}:root{--primary-muted-1:#fcf3ea}:root .bg-primary-muted-1{background-color:#fcf3ea!important}:root .text-primary-muted-1{color:#fcf3ea!important}:root .border-primary-muted-1{border-color:#fcf3ea!important}:root{--primary-lighten:#fcf3ea}:root .bg-primary-lighten{background-color:#fcf3ea!important}:root .text-primary-lighten{color:#fcf3ea!important}:root .border-primary-lighten{border-color:#fcf3ea!important}:root{--bg:#fff}:root .bg-bg{background-color:#fff!important}:root .text-bg{color:#fff!important}:root .border-bg{border-color:#fff!important}:root{--bg-darken-1:#f7f8fa}:root .bg-bg-darken-1{background-color:#f7f8fa!important}:root .text-bg-darken-1{color:#f7f8fa!important}:root .border-bg-darken-1{border-color:#f7f8fa!important}:root{--bg-darken-2:#313135}:root .bg-bg-darken-2{background-color:#313135!important}:root .text-bg-darken-2{color:#313135!important}:root .border-bg-darken-2{border-color:#313135!important}:root{--bg-darken-3:#f7f8fa}:root .bg-bg-darken-3{background-color:#f7f8fa!important}:root .text-bg-darken-3{color:#f7f8fa!important}:root .border-bg-darken-3{border-color:#f7f8fa!important}:root{--light:#fafafa}:root .bg-light{background-color:#fafafa!important}:root .text-light{color:#fafafa!important}:root .border-light{border-color:#fafafa!important}:root{--light-2:#f5f5f5}:root .bg-light-2{background-color:#f5f5f5!important}:root .text-light-2{color:#f5f5f5!important}:root .border-light-2{border-color:#f5f5f5!important}:root{--light-3:#ccc}:root .bg-light-3{background-color:#ccc!important}:root .text-light-3{color:#ccc!important}:root .border-light-3{border-color:#ccc!important}:root{--text:#161719}:root .bg-text{background-color:#161719!important}:root .text-text{color:#161719!important}:root .border-text{border-color:#161719!important}:root{--text-2:#333}:root .bg-text-2{background-color:#333!important}:root .text-text-2{color:#333!important}:root .border-text-2{border-color:#333!important}:root{--text-3:#071437}:root .bg-text-3{background-color:#071437!important}:root .text-text-3{color:#071437!important}:root .border-text-3{border-color:#071437!important}:root{--light-text:#707580}:root .bg-light-text{background-color:#707580!important}:root .text-light-text{color:#707580!important}:root .border-light-text{border-color:#707580!important}:root{--border:#00000014}:root .bg-border{background-color:#00000014!important}:root .text-border{color:#00000014!important}:root .border-border{border-color:#00000014!important}:root{--border-2:#ccc}:root .bg-border-2{background-color:#ccc!important}:root .text-border-2{color:#ccc!important}:root .border-border-2{border-color:#ccc!important}:root{--white-text:#fff}:root .bg-white-text{background-color:#fff!important}:root .text-white-text{color:#fff!important}:root .border-white-text{border-color:#fff!important}:root{--black:#101727}:root .bg-black{background-color:#101727!important}:root .text-black{color:#101727!important}:root .border-black{border-color:#101727!important}:root{--light-text-2:#707580}:root .bg-light-text-2{background-color:#707580!important}:root .text-light-text-2{color:#707580!important}:root .border-light-text-2{border-color:#707580!important}:root{--surface:#fff}:root .bg-surface{background-color:#fff!important}:root .text-surface{color:#fff!important}:root .border-surface{border-color:#fff!important}:root{--input-text:#111}:root .bg-input-text{background-color:#111!important}:root .text-input-text{color:#111!important}:root .border-input-text{border-color:#111!important}:root{--info:#1f6feb}:root .bg-info{background-color:#1f6feb!important}:root .text-info{color:#1f6feb!important}:root .border-info{border-color:#1f6feb!important}:root{--info-muted:#1f6feb1a}:root .bg-info-muted{background-color:#1f6feb1a!important}:root .text-info-muted{color:#1f6feb1a!important}:root .border-info-muted{border-color:#1f6feb1a!important}:root{--info-muted-2:#e9f3ff}:root .bg-info-muted-2{background-color:#e9f3ff!important}:root .text-info-muted-2{color:#e9f3ff!important}:root .border-info-muted-2{border-color:#e9f3ff!important}:root{--muted-2:#999}:root .bg-muted-2{background-color:#999!important}:root .text-muted-2{color:#999!important}:root .border-muted-2{border-color:#999!important}:root{--dropdown:#222225}:root .bg-dropdown{background-color:#222225!important}:root .text-dropdown{color:#222225!important}:root .border-dropdown{border-color:#222225!important}:root{--warning:#f6c000}:root .bg-warning{background-color:#f6c000!important}:root .text-warning{color:#f6c000!important}:root .border-warning{border-color:#f6c000!important}:root{--warning-light:#fff8dd}:root .bg-warning-light{background-color:#fff8dd!important}:root .text-warning-light{color:#fff8dd!important}:root .border-warning-light{border-color:#fff8dd!important}:root{--success:#17c653}:root .bg-success{background-color:#17c653!important}:root .text-success{color:#17c653!important}:root .border-success{border-color:#17c653!important}:root{--success-light:#dfffea}:root .bg-success-light{background-color:#dfffea!important}:root .text-success-light{color:#dfffea!important}:root .border-success-light{border-color:#dfffea!important}:root{--blue:#006ae6}:root .bg-blue{background-color:#006ae6!important}:root .text-blue{color:#006ae6!important}:root .border-blue{border-color:#006ae6!important}:root{--blue-light:#e9f3ff}:root .bg-blue-light{background-color:#e9f3ff!important}:root .text-blue-light{color:#e9f3ff!important}:root .border-blue-light{border-color:#e9f3ff!important}:root{--purple:#7239ea}:root .bg-purple{background-color:#7239ea!important}:root .text-purple{color:#7239ea!important}:root .border-purple{border-color:#7239ea!important}:root{--purple-light:#f8f5ff}:root .bg-purple-light{background-color:#f8f5ff!important}:root .text-purple-light{color:#f8f5ff!important}:root .border-purple-light{border-color:#f8f5ff!important}:root{--danger:#f8285a}:root .bg-danger{background-color:#f8285a!important}:root .text-danger{color:#f8285a!important}:root .border-danger{border-color:#f8285a!important}:root{--danger-muted:#ffeef3}:root .bg-danger-muted{background-color:#ffeef3!important}:root .text-danger-muted{color:#ffeef3!important}:root .border-danger-muted{border-color:#ffeef3!important}:root{--danger-light:#ffeef3}:root .bg-danger-light{background-color:#ffeef3!important}:root .text-danger-light{color:#ffeef3!important}:root .border-danger-light{border-color:#ffeef3!important}:root{--input:#f2f3f5}:root .bg-input{background-color:#f2f3f5!important}:root .text-input{color:#f2f3f5!important}:root .border-input{border-color:#f2f3f5!important}:root{--divider:#a2a5b9}:root .bg-divider{background-color:#a2a5b9!important}:root .text-divider{color:#a2a5b9!important}:root .border-divider{border-color:#a2a5b9!important}body.dark-theme{--primary:#2c56ff}body.dark-theme .bg-primary{background-color:#2c56ff!important}body.dark-theme .text-primary{color:#2c56ff!important}body.dark-theme .border-primary{border-color:#2c56ff!important}body.dark-theme{--primary-muted:#fa8c161a}body.dark-theme .bg-primary-muted{background-color:#fa8c161a!important}body.dark-theme .text-primary-muted{color:#fa8c161a!important}body.dark-theme .border-primary-muted{border-color:#fa8c161a!important}body.dark-theme{--primary-muted-1:#fa8c161a}body.dark-theme .bg-primary-muted-1{background-color:#fa8c161a!important}body.dark-theme .text-primary-muted-1{color:#fa8c161a!important}body.dark-theme .border-primary-muted-1{border-color:#fa8c161a!important}body.dark-theme{--primary-lighten:#fcf3ea}body.dark-theme .bg-primary-lighten{background-color:#fcf3ea!important}body.dark-theme .text-primary-lighten{color:#fcf3ea!important}body.dark-theme .border-primary-lighten{border-color:#fcf3ea!important}body.dark-theme{--bg:#0d1117}body.dark-theme .bg-bg{background-color:#0d1117!important}body.dark-theme .text-bg{color:#0d1117!important}body.dark-theme .border-bg{border-color:#0d1117!important}body.dark-theme{--light:#23272e}body.dark-theme .bg-light{background-color:#23272e!important}body.dark-theme .text-light{color:#23272e!important}body.dark-theme .border-light{border-color:#23272e!important}body.dark-theme{--light-2:#25292f}body.dark-theme .bg-light-2{background-color:#25292f!important}body.dark-theme .text-light-2{color:#25292f!important}body.dark-theme .border-light-2{border-color:#25292f!important}body.dark-theme{--light-3:#2c3038}body.dark-theme .bg-light-3{background-color:#2c3038!important}body.dark-theme .text-light-3{color:#2c3038!important}body.dark-theme .border-light-3{border-color:#2c3038!important}body.dark-theme{--text:#c6cace}body.dark-theme .bg-text{background-color:#c6cace!important}body.dark-theme .text-text{color:#c6cace!important}body.dark-theme .border-text{border-color:#c6cace!important}body.dark-theme{--text-2:#d2d8dd}body.dark-theme .bg-text-2{background-color:#d2d8dd!important}body.dark-theme .text-text-2{color:#d2d8dd!important}body.dark-theme .border-text-2{border-color:#d2d8dd!important}body.dark-theme{--text-3:#f5f5f5}body.dark-theme .bg-text-3{background-color:#f5f5f5!important}body.dark-theme .text-text-3{color:#f5f5f5!important}body.dark-theme .border-text-3{border-color:#f5f5f5!important}body.dark-theme{--border:#25292f}body.dark-theme .bg-border{background-color:#25292f!important}body.dark-theme .text-border{color:#25292f!important}body.dark-theme .border-border{border-color:#25292f!important}body.dark-theme{--border-2:#444}body.dark-theme .bg-border-2{background-color:#444!important}body.dark-theme .text-border-2{color:#444!important}body.dark-theme .border-border-2{border-color:#444!important}body.dark-theme{--bg-darken-1:#010409}body.dark-theme .bg-bg-darken-1{background-color:#010409!important}body.dark-theme .text-bg-darken-1{color:#010409!important}body.dark-theme .border-bg-darken-1{border-color:#010409!important}body.dark-theme{--bg-darken-2:#313135}body.dark-theme .bg-bg-darken-2{background-color:#313135!important}body.dark-theme .text-bg-darken-2{color:#313135!important}body.dark-theme .border-bg-darken-2{border-color:#313135!important}body.dark-theme{--bg-darken-3:#010409}body.dark-theme .bg-bg-darken-3{background-color:#010409!important}body.dark-theme .text-bg-darken-3{color:#010409!important}body.dark-theme .border-bg-darken-3{border-color:#010409!important}body.dark-theme{--light-text:#b6bacc}body.dark-theme .bg-light-text{background-color:#b6bacc!important}body.dark-theme .text-light-text{color:#b6bacc!important}body.dark-theme .border-light-text{border-color:#b6bacc!important}body.dark-theme{--black:#101727}body.dark-theme .bg-black{background-color:#101727!important}body.dark-theme .text-black{color:#101727!important}body.dark-theme .border-black{border-color:#101727!important}body.dark-theme{--light-text-2:#b1b3c4}body.dark-theme .bg-light-text-2{background-color:#b1b3c4!important}body.dark-theme .text-light-text-2{color:#b1b3c4!important}body.dark-theme .border-light-text-2{border-color:#b1b3c4!important}body.dark-theme{--surface:#161b22}body.dark-theme .bg-surface{background-color:#161b22!important}body.dark-theme .text-surface{color:#161b22!important}body.dark-theme .border-surface{border-color:#161b22!important}body.dark-theme{--input-text:#f1f1f1}body.dark-theme .bg-input-text{background-color:#f1f1f1!important}body.dark-theme .text-input-text{color:#f1f1f1!important}body.dark-theme .border-input-text{border-color:#f1f1f1!important}body.dark-theme{--white-text:#fff}body.dark-theme .bg-white-text{background-color:#fff!important}body.dark-theme .text-white-text{color:#fff!important}body.dark-theme .border-white-text{border-color:#fff!important}body.dark-theme{--info:#1f6feb}body.dark-theme .bg-info{background-color:#1f6feb!important}body.dark-theme .text-info{color:#1f6feb!important}body.dark-theme .border-info{border-color:#1f6feb!important}body.dark-theme{--info-muted:#1f6feb1a}body.dark-theme .bg-info-muted{background-color:#1f6feb1a!important}body.dark-theme .text-info-muted{color:#1f6feb1a!important}body.dark-theme .border-info-muted{border-color:#1f6feb1a!important}body.dark-theme{--info-muted-2:#172331}body.dark-theme .bg-info-muted-2{background-color:#172331!important}body.dark-theme .text-info-muted-2{color:#172331!important}body.dark-theme .border-info-muted-2{border-color:#172331!important}body.dark-theme{--muted-2:#999}body.dark-theme .bg-muted-2{background-color:#999!important}body.dark-theme .text-muted-2{color:#999!important}body.dark-theme .border-muted-2{border-color:#999!important}body.dark-theme{--dropdown:#222225}body.dark-theme .bg-dropdown{background-color:#222225!important}body.dark-theme .text-dropdown{color:#222225!important}body.dark-theme .border-dropdown{border-color:#222225!important}body.dark-theme{--warning:#c59a00}body.dark-theme .bg-warning{background-color:#c59a00!important}body.dark-theme .text-warning{color:#c59a00!important}body.dark-theme .border-warning{border-color:#c59a00!important}body.dark-theme{--warning-light:#242320}body.dark-theme .bg-warning-light{background-color:#242320!important}body.dark-theme .text-warning-light{color:#242320!important}body.dark-theme .border-warning-light{border-color:#242320!important}body.dark-theme{--success:#00a261}body.dark-theme .bg-success{background-color:#00a261!important}body.dark-theme .text-success{color:#00a261!important}body.dark-theme .border-success{border-color:#00a261!important}body.dark-theme{--success-light:#1f212a}body.dark-theme .bg-success-light{background-color:#1f212a!important}body.dark-theme .text-success-light{color:#1f212a!important}body.dark-theme .border-success-light{border-color:#1f212a!important}body.dark-theme{--blue:#006ae6}body.dark-theme .bg-blue{background-color:#006ae6!important}body.dark-theme .text-blue{color:#006ae6!important}body.dark-theme .border-blue{border-color:#006ae6!important}body.dark-theme{--blue-light:#172331}body.dark-theme .bg-blue-light{background-color:#172331!important}body.dark-theme .text-blue-light{color:#172331!important}body.dark-theme .border-blue-light{border-color:#172331!important}body.dark-theme{--purple:#883fff}body.dark-theme .bg-purple{background-color:#883fff!important}body.dark-theme .text-purple{color:#883fff!important}body.dark-theme .border-purple{border-color:#883fff!important}body.dark-theme{--purple-light:#272134}body.dark-theme .bg-purple-light{background-color:#272134!important}body.dark-theme .text-purple-light{color:#272134!important}body.dark-theme .border-purple-light{border-color:#272134!important}body.dark-theme{--danger:#e42855}body.dark-theme .bg-danger{background-color:#e42855!important}body.dark-theme .text-danger{color:#e42855!important}body.dark-theme .border-danger{border-color:#e42855!important}body.dark-theme{--danger-muted:#302024}body.dark-theme .bg-danger-muted{background-color:#302024!important}body.dark-theme .text-danger-muted{color:#302024!important}body.dark-theme .border-danger-muted{border-color:#302024!important}body.dark-theme{--danger-light:#302024}body.dark-theme .bg-danger-light{background-color:#302024!important}body.dark-theme .text-danger-light{color:#302024!important}body.dark-theme .border-danger-light{border-color:#302024!important}body.dark-theme{--input:#1f232c}body.dark-theme .bg-input{background-color:#1f232c!important}body.dark-theme .text-input{color:#1f232c!important}body.dark-theme .border-input{border-color:#1f232c!important}body.dark-theme{--divider:#a2a5b9}body.dark-theme .bg-divider{background-color:#a2a5b9!important}body.dark-theme .text-divider{color:#a2a5b9!important}body.dark-theme .border-divider{border-color:#a2a5b9!important}*{font-family:PeydaWebFaNum!important}.fa,.numeric,.panel-pagination li a{font-family:PeydaWebFaNum,sans-serif}body,main{font-size:.875rem;font-weight:400;background-color:var(--bg)!important;color:var(--text)!important;margin:0!important;padding:0!important;font-family:PeydaWebFaNum!important}h1,h2,h3,h4,h5,h6{color:var(--text)}body{height:100vh;overflow:hidden!important}hr{border-color:var(--border)}.ql-editor.ql-blank:before{color:var(--light-text)!important}.quill{background-color:var(--input);border:1px solid #cccccc14!important;border-radius:12px!important}.quill *,.quill svg line{color:var(--text)!important;stroke:var(--text)!important}.quill .ql-toolbar{border:none!important;border-bottom:1px solid #ccc6!important;border-radius:12px 12px 0 0!important}.quill .ql-container{border:none!important}.quill .ql-editor{height:250px;overflow-y:scroll;font-family:PeydaWebFaNum!important}.quill .ql-editor::-webkit-scrollbar{width:4px;height:10px}.quill .ql-editor::-webkit-scrollbar-track{border-radius:10px}.quill .ql-editor::-webkit-scrollbar-thumb{background:0 0;border-radius:2px}.quill .ql-editor:hover::-webkit-scrollbar-thumb{background:var(--light-3)}.en:not(th){font-family:apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,PeydaWebFaNum!important}.ltr{direction:ltr!important}#root{height:100vh;overflow:auto!important}section.ant-layout{background-color:var(--bg)!important}a{text-decoration:none}ul{margin:0;padding:0;list-style-type:none}svg{overflow:visible!important}svg path{stroke:currentColor!important}.border-none,.border-0{border:none!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:var(--bg-darken-2);border-radius:2px}.light-scrollbar::-webkit-scrollbar{width:4px;height:10px}.light-scrollbar::-webkit-scrollbar-track{border-radius:10px}.light-scrollbar::-webkit-scrollbar-thumb{background:0 0;border-radius:2px}.light-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--light-3)}.pointer{cursor:pointer!important}.ant-pagination{direction:ltr}.ant-pagination li{transition:all .3s}.ant-pagination li a{text-align:center;justify-content:center;align-items:center;display:flex!important}.ant-pagination li.ant-pagination-item-active{background-color:var(--primary)!important}.ant-pagination li.ant-pagination-item-active a{color:#fff!important}.ant-pagination li:hover{background-color:var(--surface)!important}.ant-pagination-item-ellipsis{color:var(--text)!important}.ant-select-selection-search-input{height:36px!important}.ant-table-pagination{justify-content:flex-start!important;padding:0!important}.ant-table-pagination a{margin-top:1px}.ant-pagination-disabled button svg{color:var(--text);opacity:.4}.actions-dropdown ul{min-width:200px;background-color:var(--dropdown)!important}.actions-dropdown ul li:not(.ant-dropdown-menu-item-divider){transition:all .1s;padding:12px 20px!important}.actions-dropdown ul li:not(.ant-dropdown-menu-item-divider):hover svg{color:var(--primary)!important}.actions-dropdown ul li:not(.ant-dropdown-menu-item-divider):hover a{color:var(--text)!important}.actions-dropdown ul li:not(.ant-dropdown-menu-item-divider) a{font-size:.8rem}.actions-dropdown ul li:not(.ant-dropdown-menu-item-divider) svg{width:16px;height:16px;margin-left:10px!important}.actions-dropdown ul .ant-dropdown-menu-item-divider{background-color:var(--bg)!important}.ant-pagination-options svg{color:var(--light-text)!important}.panel-table-footer{justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:20px;display:flex}.panel-table-footer .panel-pagination .ant-pagination-options{display:none}.ant-tabs-tab a{color:var(--light-text)}.ant-tabs-tab.ant-tabs-tab-active a{color:var(--primary)!important}.badge{border-radius:3px;font-size:.75rem;font-weight:400;line-height:1;padding:4px 6px!important;display:inline-block!important}.badge.badge-info{background-color:var(--info)!important;color:#fff!important}.badge.badge-primary{background-color:var(--primary)!important;color:#fff!important}.divider{margin:10px;border-bottom:1px solid var(--border)!important}.divider>span{padding-bottom:8px;font-weight:500;display:inline-block}.ant-modal-content,.ant-modal-content .ant-modal-header,.ant-table-placeholder{background-color:var(--surface)!important}.ant-empty-image svg{opacity:.9}.ant-empty-image svg ellipse{fill:var(--light-3)!important}.ant-empty-image svg g{color:var(--light-3)!important}.ant-empty-image svg g path:last-child{fill:var(--light-text)}.Toastify__toast-container{text-align:right;direction:rtl}.Toastify__toast-container *{direction:rtl!important}.Toastify__toast-container .Toastify__toast-body{flex-direction:row-reverse}.Toastify__toast-container .Toastify__toast-icon{margin:0 0 0 20px}.Toastify__toast-container .Toastify__close-button{position:absolute;left:10px;margin-right:auto!important;display:block!important}.Toastify__toast-container .Toastify__toast--success .Toastify__close-button svg,.Toastify__toast-container .Toastify__toast--success svg{color:var(--success)!important;fill:var(--success)!important}.Toastify__toast-container .Toastify__toast--error .Toastify__close-button svg,.Toastify__toast-container .Toastify__toast--error svg{color:var(--danger)!important;fill:var(--danger)!important}.Toastify__toast-container .Toastify__progress-bar--error{background-color:var(--danger)!important}.Toastify__toast-container .Toastify__progress-bar--success{background-color:var(--success)!important}.ant-collapse-arrow{transition:all .3s ease-out}.ant-tree-treenode{align-items:center}.ant-select-tree-switcher svg{transform:translateY(3px)}.ant-select-tree{background-color:#0000!important}.table-link{border-bottom:1px dashed var(--border)!important;width:auto!important;color:inherit!important;display:inline-block!important}.ant-alert-info{background-color:var(--info-muted-2)!important;border-style:dashed!important}.ant-alert-message{color:var(--text-3)!important;font-weight:600!important}.ant-alert-description{font-size:.8rem!important}.list-disc{list-style-type:disc!important}.ant-empty-description{color:var(--text-3)!important}.ant-form-item.ako-input-item--checkbox .ant-row{flex-direction:row-reverse;justify-content:flex-end;align-items:center;display:flex}.ant-form-item.ako-input-item--checkbox .ant-row>:last-child{transform:translateY(4px);width:14px!important;max-width:23px!important}.ant-form-item.ako-input-item--checkbox .ant-row>:last-child input[type=checkbox]{min-height:15px!important;padding:3px!important}.ant-tag{border:none!important;border-radius:.425rem!important;padding:.2rem .7rem!important;font-size:.7rem!important;font-weight:600!important}.ant-tag.ant-tag-green,.ant-tag.ant-tag-success{background-color:var(--success-light)!important;color:var(--success)!important}.ant-tag.ant-tag-blue{background-color:var(--blue-light)!important;color:var(--blue)!important}.ant-tag.ant-tag-yellow{background-color:var(--warning-light)!important;color:var(--warning)!important}.ant-tag.ant-tag-purple{background-color:var(--purple-light)!important;color:var(--purple)!important}.ant-tag.ant-tag-danger,.ant-tag.ant-tag-error,.ant-tag.ant-tag-red{background-color:var(--danger-light)!important;color:var(--danger)!important}.ant-tag.ant-tag-has-color{background-color:var(--light-2)!important;color:var(--text-2)!important}h1,h2,h3,h4,h5,h6,p{margin:0}h1{font-size:1.4rem;font-weight:600}.text-normal{font-size:1rem!important}.text-lg-1{font-size:1.05rem!important}.text-lg-2{font-size:1.1rem!important}.text-lg-3{font-size:1.15rem!important}.text-lg-4{font-size:1.2rem!important}.text-lg-5{font-size:1.25rem!important}.text-lg-6{font-size:1.3rem!important}.text-lg-7{font-size:1.35rem!important}.text-lg-8{font-size:1.45rem!important}.text-sm-1{font-size:.95rem}p{font-size:.8rem;font-weight:400;line-height:1.2rem}h1{font-size:1.2rem}h2{font-size:.9rem!important}h3{font-size:.85rem}h4{font-size:.8rem}h5{font-size:.75rem}h6{font-size:.7rem}.ant-form-item{flex-grow:1;display:inline-block;margin-bottom:10px!important}.ant-form-item-label{padding-right:5px!important;font-weight:500!important}.ant-form-item-label label{color:var(--light-text)!important;margin-bottom:0!important;font-size:.72rem!important;font-weight:400!important}button:not(.ant-switch),.btn:not(.ant-switch){cursor:pointer;outline:none;font-weight:500;box-shadow:none!important;border-radius:12px!important}button:not(.ant-switch).bg-danger,.btn:not(.ant-switch).bg-danger{border-color:var(--danger);color:#fff!important}button:not(.ant-switch).bg-primary-muted,.btn:not(.ant-switch).bg-primary-muted{background-color:var(--primary-muted)!important;color:var(--primary)!important;border-color:var(--primary-muted)!important}button:not(.ant-switch).bg-primary,.btn:not(.ant-switch).bg-primary{color:#fff}button:not(.ant-switch).danger-muted,.btn:not(.ant-switch).danger-muted{background-color:var(--danger-muted)!important;color:var(--danger)!important;border-color:#0000!important}button:not(.ant-switch).info-muted,.btn:not(.ant-switch).info-muted{color:var(--info)!important;background-color:var(--info-muted)!important;border-color:var(--info-muted)!important}button:not(.ant-switch).bg-black,.btn:not(.ant-switch).bg-black{color:#fff!important;border-radius:12px!important}button:not(.ant-switch).bg-black span,.btn:not(.ant-switch).bg-black span{color:#fff!important}.btn{height:38px;color:var(--text);white-space:nowrap;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;border:1px solid #0000;border-radius:12px;justify-content:center;padding:8px 22px;font-size:14px;font-weight:400;line-height:1.57143;transition:all .2s cubic-bezier(.645,.045,.355,1);display:inline-flex!important}.btn:hover{color:inherit!important}.btn.bg-primary{border-color:var(--primary)!important;color:#fff!important}button.light-primary,.btn.light-primary{color:#0ead98!important;background-color:#0ead980d!important}.form-btn-container .ant-form-item{flex-grow:0;display:inline-block}::placeholder,.ant-select-selection-placeholder{opacity:.5;margin-bottom:10px;color:var(--light-text)!important}.ant-select-selection-placeholder{margin-bottom:10px;transform:translateY(5px)}:-ms-placeholder-shown{opacity:.5;color:var(--light-text)!important}::-moz-placeholder{opacity:.5;color:var(--light-text)!important}.ant-select-selection-item,input{font-size:.79rem!important;line-height:2.3rem!important}input{border-color:#0000;padding:6px 12px;color:var(--input-text)!important;box-shadow:none!important;border-radius:12px!important;outline:none!important;transition:all .3s!important}input:not([type=search]){padding:0 12px!important}input[type=search]{border:1px solid #0000;transition:all .1s}input[disabled],textarea[disabled],:where(.css-dev-only-do-not-override-kfzo3y).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{color:inherit!important}input,.ant-input,.ant-select-selector,textarea{box-shadow:none!important;background-color:var(--input)!important;border-radius:12px!important;max-height:45px!important}.ant-select-selector{border-color:#0000!important}.ant-select-item-option-content{padding:5px 10px!important}.ant-select-item-option-selected{background-color:var(--primary-muted-1)!important;color:var(--primary)!important}.rc-virtual-list-holder-inner,.ant-select-dropdown,.rc-virtual-list-holder-inner .ant-select-item-option-active:not(.ant-select-item-option-disabled),.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:var(--bg)!important}.rc-virtual-list-holder-inner .ant-select-item-option-active:not(.ant-select-item-option-disabled):hover,.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled):hover{background-color:var(--primary-muted)!important}.ant-select,textarea:not(.ant-input-status-error){background-color:var(--input);border-radius:12px;border:1px solid #cccccc14!important}input:not(.ant-input-status-error),.ant-input-affix-wrapper{border-color:#cccccc14!important}.ant-select-status-error .ant-select-selector{border-color:#ff7875!important}.ant-input-affix-wrapper{background-color:var(--input)!important}form input,form .input,form .ant-select,form .ant-select-selector,form .ant-select-selection-item{height:100%;min-height:45px!important;font-size:.75rem!important}form .ant-input-affix-wrapper{box-shadow:none!important;padding-top:0!important;padding-bottom:0!important}form .ant-input-affix-wrapper svg{transition:all .2s}form .ant-input-affix-wrapper.ant-input-affix-wrapper-focused svg{color:var(--primary)}.ant-select-arrow svg{width:20px;height:20px;color:var(--light-text)!important}.ant-select-selection-item{padding-top:3px!important}.ant-select-multiple .ant-select-selector{height:100%!important;padding-top:0!important;padding-bottom:0!important}.ant-select-multiple .ant-select-selection-item{align-items:center;display:flex;background-color:var(--primary-muted-1)!important;color:var(--primary)!important;font-weight:500!important}.ant-select-multiple .ant-select-selection-item svg{color:var(--primary)}.ant-form-item-explain-error{font-size:.75rem!important;line-height:1rem!important}.danger-switch.ant-switch-checked{background-color:var(--danger)!important}.ant-btn-primary:disabled{background:#0003!important}.ant-form-item-explain-success{color:var(--light-text)!important;text-indent:10px!important}input:-webkit-autofill{caret-color:inherit;-webkit-text-fill-color:inherit!important;background:red!important;box-shadow:inset 0 0 0 1000px #fff!important}input:-webkit-autofill:hover{caret-color:inherit;-webkit-text-fill-color:inherit!important;background:red!important;box-shadow:inset 0 0 0 1000px #fff!important}input:-webkit-autofill:focus{caret-color:inherit;-webkit-text-fill-color:inherit!important;background:red!important;box-shadow:inset 0 0 0 1000px #fff!important}textarea:-webkit-autofill{caret-color:inherit;-webkit-text-fill-color:inherit!important;background:red!important;box-shadow:inset 0 0 0 1000px #fff!important}select:-webkit-autofill{caret-color:inherit;-webkit-text-fill-color:inherit!important;background:red!important;box-shadow:inset 0 0 0 1000px #fff!important}.apexcharts-canvas.apexchartspanel-bar .apexcharts-yaxis{transform:translate(-5px)!important}.apexcharts-canvas.apexchartspanel-bar tspan{fill:var(--text)!important}.apexcharts-canvas path{fill:#0ead98b3!important}.apexcharts-tooltip{background-color:var(--surface)!important;border-color:var(--border-2)!important;min-width:160px!important;padding:5px!important}.apexcharts-tooltip>*{color:var(--text-2)!important;background-color:inherit!important;border-color:inherit!important}.apexcharts-tooltip .apexcharts-tooltip-marker{background-color:var(--primary)!important;margin:0 0 0 10px!important}.zaman-container input{width:100%;box-shadow:none!important;outline:none!important}.zaman-container>div{width:410px;max-width:100%;height:380px;padding:30px 50px;background-color:var(--surface)!important;border:1px solid #30363d!important}.zaman-container div[role=rowgroup]{margin-right:40px}.zaman-container button div{color:var(--light-text)!important}.zaman-container button{font-weight:500;width:30px!important;height:30px!important}.zaman-container button[aria-selected=true] button[data-selected=true]{padding-top:3px}.zaman-container button[aria-selected=true] button[data-selected=true] div{color:#fff!important;font-weight:600!important}.zaman-container .css-sp254y>div:last-child{color:var(--danger)!important}.zaman-container .css-1boq8a:hover,.zaman-container .css-gsvx5o:hover{background-color:var(--bg)}.zaman-container .css-gsvx5o{padding-top:9px;line-height:1}.zaman-container div[role=row]{justify-content:space-around}.zm-Header{color:var(--light-text)!important;background-color:#0000!important;border-bottom:none!important}.zm-Header~.css-sp254y{gap:16px;width:100%;margin-right:4px;justify-content:space-between!important}.zm-Header~.css-sp254y div{font-weight:600;color:var(--primary)!important}.zm-Header button{font-weight:600}.css-pzj3me{background-color:var(--surface)!important;border-color:var(--border)!important;color:var(--text-color)!important;border-radius:12px!important}.css-pzj3me button:not([data-selected=true]){color:var(--light-text)!important}.css-pzj3me{box-shadow:0 10px 10px #5555551a}.single-component-with-tabs{margin-top:-100px;padding-top:100px}.single-component-with-tabs .scw-profile{border-radius:50%;width:140px;min-width:140px;height:140px;margin-left:20px;display:block}.single-component-with-tabs .scw-top{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:-200px;padding-top:200px;font-size:1rem;display:flex}.single-component-with-tabs .scw-top>div:first-child{align-items:center;display:flex}.single-component-with-tabs .scw-top .scw-name{font-size:1.4rem;font-weight:600}.single-component-with-tabs .scw-top .scw-info{flex-flow:column wrap;gap:30px;margin-top:15px;display:flex}.single-component-with-tabs .ant-tabs-content-holder{background-color:var(--bg);padding-top:40px}.single-component-with-tabs .ant-tabs-nav-wrap,.single-component-with-tabs .ant-tabs-content-holder{margin:0 auto;width:100%!important;max-width:1200px!important;padding:0 30px!important}.single-component-with-tabs .ant-tabs-content,.single-component-with-tabs .ant-tabs-nav{width:100%}.single-component-with-tabs .ant-tabs-nav{background-color:var(--bg-darken-1);align-self:flex-start;transform:translateY(-30px);margin-bottom:0!important}.single-component-with-tabs .ant-tabs-nav .ant-tabs-tab-btn{padding:0 15px;font-size:.9rem;font-weight:500}.single-component-with-tabs .ant-tabs-nav:before{display:none}.ant-tabs-tab{margin:0 0 0 30px!important}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:100;src:url(/assets/PeydaWebFaNum-Thin-D_wvA8sC.woff2) format("woff2"),url(/assets/PeydaWebFaNum-Thin-BXTFgb3I.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:200;src:url(/assets/PeydaWebFaNum-ExtraLight-BFMXPLI5.woff2) format("woff2"),url(/assets/PeydaWebFaNum-ExtraLight-CJUJ7Nak.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:300;src:url(/assets/PeydaWebFaNum-Light-BEp6wdgL.woff2) format("woff2"),url(/assets/PeydaWebFaNum-Light-DVwan35N.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:500;src:url(/assets/PeydaWebFaNum-Medium-CMNtEpfN.woff2) format("woff2"),url(/assets/PeydaWebFaNum-Medium-C0znl1SW.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:600;src:url(/assets/PeydaWebFaNum-SemiBold-kzXtqHT2.woff2) format("woff2"),url(/assets/PeydaWebFaNum-SemiBold-B7exUuzO.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:800;src:url(/assets/PeydaWebFaNum-ExtraBold-BgBS2Mea.woff2) format("woff2"),url(/assets/PeydaWebFaNum-ExtraBold-XLATHA1-.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:900;src:url(/assets/PeydaWebFaNum-Black-BRuyex7p.woff2) format("woff2"),url(/assets/PeydaWebFaNum-Black-ChHsK9RO.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:700;src:url(/assets/PeydaWebFaNum-Bold-CONP5g-F.woff2) format("woff2"),url(/assets/PeydaWebFaNum-Bold-Ccxu-x91.woff) format("woff")}@font-face{font-family:PeydaWebFaNum;font-style:normal;font-weight:400;src:url(/assets/PeydaWebFaNum-Regular-Dfo1Vyxy.woff2) format("woff2"),url(/assets/PeydaWebFaNum-Regular-B-s_9JMY.woff) format("woff")}
