-Beautified CSS- .ant-fade-enter,.ant-fade-appear,.ant-fade-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-fade-enter.ant-fade-enter-active,.ant-fade-appear.ant-fade-appear-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{pointer-events:none;animation-name:antFadeOut;animation-play-state:running}.ant-fade-enter,.ant-fade-appear{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.ant-move-up-enter,.ant-move-up-appear,.ant-move-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-move-up-enter.ant-move-up-enter-active,.ant-move-up-appear.ant-move-up-appear-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{pointer-events:none;animation-name:antMoveUpOut;animation-play-state:running}.ant-move-up-enter,.ant-move-up-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-down-enter,.ant-move-down-appear,.ant-move-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-move-down-enter.ant-move-down-enter-active,.ant-move-down-appear.ant-move-down-appear-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{pointer-events:none;animation-name:antMoveDownOut;animation-play-state:running}.ant-move-down-enter,.ant-move-down-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-left-enter,.ant-move-left-appear,.ant-move-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-move-left-enter.ant-move-left-enter-active,.ant-move-left-appear.ant-move-left-appear-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{pointer-events:none;animation-name:antMoveLeftOut;animation-play-state:running}.ant-move-left-enter,.ant-move-left-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-right-enter,.ant-move-right-appear,.ant-move-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-move-right-enter.ant-move-right-enter-active,.ant-move-right-appear.ant-move-right-appear-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{pointer-events:none;animation-name:antMoveRightOut;animation-play-state:running}.ant-move-right-enter,.ant-move-right-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{transform-origin:0 0;opacity:0;transform:translateY(100%)}to{transform-origin:0 0;opacity:1;transform:translateY(0%)}}@keyframes antMoveDownOut{0%{transform-origin:0 0;opacity:1;transform:translateY(0%)}to{transform-origin:0 0;opacity:0;transform:translateY(100%)}}@keyframes antMoveLeftIn{0%{transform-origin:0 0;opacity:0;transform:translate(-100%)}to{transform-origin:0 0;opacity:1;transform:translate(0%)}}@keyframes antMoveLeftOut{0%{transform-origin:0 0;opacity:1;transform:translate(0%)}to{transform-origin:0 0;opacity:0;transform:translate(-100%)}}@keyframes antMoveRightIn{0%{transform-origin:0 0;opacity:0;transform:translate(100%)}to{transform-origin:0 0;opacity:1;transform:translate(0%)}}@keyframes antMoveRightOut{0%{transform-origin:0 0;opacity:1;transform:translate(0%)}to{transform-origin:0 0;opacity:0;transform:translate(100%)}}@keyframes antMoveUpIn{0%{transform-origin:0 0;opacity:0;transform:translateY(-100%)}to{transform-origin:0 0;opacity:1;transform:translateY(0%)}}@keyframes antMoveUpOut{0%{transform-origin:0 0;opacity:1;transform:translateY(0%)}to{transform-origin:0 0;opacity:0;transform:translateY(-100%)}}@keyframes loadingCircle{to{transform:rotate(360deg)}}[ant-click-animating=true],[ant-click-animating-without-extra-node=true]{position:relative}html{--antd-wave-shadow-color:#1890ff;--scroll-bar:0}[ant-click-animating-without-extra-node=true]:after,.ant-click-animating-node{border-radius:inherit;box-shadow:0 0 #1890ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;content:"";pointer-events:none;animation-name:fadeEffect,waveEffect;animation-duration:2s,.4s;animation-timing-function:cubic-bezier(.08,.82,.17,1),cubic-bezier(.08,.82,.17,1);animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto;display:block;position:absolute;inset:0}@keyframes waveEffect{to{box-shadow:0 0 #1890ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{to{opacity:0}}.ant-slide-up-enter,.ant-slide-up-appear,.ant-slide-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-slide-up-enter.ant-slide-up-enter-active,.ant-slide-up-appear.ant-slide-up-appear-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{pointer-events:none;animation-name:antSlideUpOut;animation-play-state:running}.ant-slide-up-enter,.ant-slide-up-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-down-enter,.ant-slide-down-appear,.ant-slide-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-slide-down-enter.ant-slide-down-enter-active,.ant-slide-down-appear.ant-slide-down-appear-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{pointer-events:none;animation-name:antSlideDownOut;animation-play-state:running}.ant-slide-down-enter,.ant-slide-down-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-left-enter,.ant-slide-left-appear,.ant-slide-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-slide-left-enter.ant-slide-left-enter-active,.ant-slide-left-appear.ant-slide-left-appear-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{pointer-events:none;animation-name:antSlideLeftOut;animation-play-state:running}.ant-slide-left-enter,.ant-slide-left-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-right-enter,.ant-slide-right-appear,.ant-slide-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-slide-right-enter.ant-slide-right-enter-active,.ant-slide-right-appear.ant-slide-right-appear-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{pointer-events:none;animation-name:antSlideRightOut;animation-play-state:running}.ant-slide-right-enter,.ant-slide-right-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{transform-origin:0 0;opacity:0;transform:scaleY(.8)}to{transform-origin:0 0;opacity:1;transform:scaleY(1)}}@keyframes antSlideUpOut{0%{transform-origin:0 0;opacity:1;transform:scaleY(1)}to{transform-origin:0 0;opacity:0;transform:scaleY(.8)}}@keyframes antSlideDownIn{0%{transform-origin:100% 100%;opacity:0;transform:scaleY(.8)}to{transform-origin:100% 100%;opacity:1;transform:scaleY(1)}}@keyframes antSlideDownOut{0%{transform-origin:100% 100%;opacity:1;transform:scaleY(1)}to{transform-origin:100% 100%;opacity:0;transform:scaleY(.8)}}@keyframes antSlideLeftIn{0%{transform-origin:0 0;opacity:0;transform:scaleX(.8)}to{transform-origin:0 0;opacity:1;transform:scaleX(1)}}@keyframes antSlideLeftOut{0%{transform-origin:0 0;opacity:1;transform:scaleX(1)}to{transform-origin:0 0;opacity:0;transform:scaleX(.8)}}@keyframes antSlideRightIn{0%{transform-origin:100% 0;opacity:0;transform:scaleX(.8)}to{transform-origin:100% 0;opacity:1;transform:scaleX(1)}}@keyframes antSlideRightOut{0%{transform-origin:100% 0;opacity:1;transform:scaleX(1)}to{transform-origin:100% 0;opacity:0;transform:scaleX(.8)}}.ant-zoom-enter,.ant-zoom-appear,.ant-zoom-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-zoom-enter.ant-zoom-enter-active,.ant-zoom-appear.ant-zoom-appear-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{pointer-events:none;animation-name:antZoomOut;animation-play-state:running}.ant-zoom-enter,.ant-zoom-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);transform:scale(0)}.ant-zoom-enter-prepare,.ant-zoom-appear-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-enter,.ant-zoom-big-appear,.ant-zoom-big-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-zoom-big-enter.ant-zoom-big-enter-active,.ant-zoom-big-appear.ant-zoom-big-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{pointer-events:none;animation-name:antZoomBigOut;animation-play-state:running}.ant-zoom-big-enter,.ant-zoom-big-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);transform:scale(0)}.ant-zoom-big-enter-prepare,.ant-zoom-big-appear-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-fast-enter,.ant-zoom-big-fast-appear,.ant-zoom-big-fast-leave{animation-duration:.1s;animation-play-state:paused;animation-fill-mode:both}.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{pointer-events:none;animation-name:antZoomBigOut;animation-play-state:running}.ant-zoom-big-fast-enter,.ant-zoom-big-fast-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);transform:scale(0)}.ant-zoom-big-fast-enter-prepare,.ant-zoom-big-fast-appear-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-up-enter,.ant-zoom-up-appear,.ant-zoom-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-zoom-up-enter.ant-zoom-up-enter-active,.ant-zoom-up-appear.ant-zoom-up-appear-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{pointer-events:none;animation-name:antZoomUpOut;animation-play-state:running}.ant-zoom-up-enter,.ant-zoom-up-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);transform:scale(0)}.ant-zoom-up-enter-prepare,.ant-zoom-up-appear-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-down-enter,.ant-zoom-down-appear,.ant-zoom-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-zoom-down-enter.ant-zoom-down-enter-active,.ant-zoom-down-appear.ant-zoom-down-appear-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{pointer-events:none;animation-name:antZoomDownOut;animation-play-state:running}.ant-zoom-down-enter,.ant-zoom-down-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);transform:scale(0)}.ant-zoom-down-enter-prepare,.ant-zoom-down-appear-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-left-enter,.ant-zoom-left-appear,.ant-zoom-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-zoom-left-enter.ant-zoom-left-enter-active,.ant-zoom-left-appear.ant-zoom-left-appear-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{pointer-events:none;animation-name:antZoomLeftOut;animation-play-state:running}.ant-zoom-left-enter,.ant-zoom-left-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);transform:scale(0)}.ant-zoom-left-enter-prepare,.ant-zoom-left-appear-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-right-enter,.ant-zoom-right-appear,.ant-zoom-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.ant-zoom-right-enter.ant-zoom-right-enter-active,.ant-zoom-right-appear.ant-zoom-right-appear-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{pointer-events:none;animation-name:antZoomRightOut;animation-play-state:running}.ant-zoom-right-enter,.ant-zoom-right-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);transform:scale(0)}.ant-zoom-right-enter-prepare,.ant-zoom-right-appear-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes antZoomOut{0%{transform:scale(1)}to{opacity:0;transform:scale(.2)}}@keyframes antZoomBigIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes antZoomBigOut{0%{transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes antZoomUpIn{0%{transform-origin:50% 0;opacity:0;transform:scale(.8)}to{transform-origin:50% 0;transform:scale(1)}}@keyframes antZoomUpOut{0%{transform-origin:50% 0;transform:scale(1)}to{transform-origin:50% 0;opacity:0;transform:scale(.8)}}@keyframes antZoomLeftIn{0%{transform-origin:0%;opacity:0;transform:scale(.8)}to{transform-origin:0%;transform:scale(1)}}@keyframes antZoomLeftOut{0%{transform-origin:0%;transform:scale(1)}to{transform-origin:0%;opacity:0;transform:scale(.8)}}@keyframes antZoomRightIn{0%{transform-origin:100%;opacity:0;transform:scale(.8)}to{transform-origin:100%;transform:scale(1)}}@keyframes antZoomRightOut{0%{transform-origin:100%;transform:scale(1)}to{transform-origin:100%;opacity:0;transform:scale(.8)}}@keyframes antZoomDownIn{0%{transform-origin:50% 100%;opacity:0;transform:scale(.8)}to{transform-origin:50% 100%;transform:scale(1)}}@keyframes antZoomDownOut{0%{transform-origin:50% 100%;transform:scale(1)}to{transform-origin:50% 100%;opacity:0;transform:scale(.8)}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-badge-zoom-appear,.ant-badge-zoom-enter{animation:.3s cubic-bezier(.12,.4,.29,1.46) both antZoomBadgeIn}.ant-badge-zoom-leave{animation:.3s cubic-bezier(.71,-.46,.88,.6) both antZoomBadgeOut}@keyframes fadeIn{0%{opacity:0}20%{opacity:0}40%{opacity:.3}60%{opacity:.5}80%{opacity:.9}to{opacity:1}}.ant-image{display:inline-block;position:relative}.ant-image-img{vertical-align:middle;width:100%;height:auto}.ant-image-img-placeholder{background-color:#f5f5f5;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:30%}.ant-image-mask{color:#fff;cursor:pointer;opacity:0;background-color:#000000c9;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ant-image-mask-info{white-space:nowrap;text-overflow:ellipsis;padding:0 4px;overflow:hidden}.ant-image-mask-info .anticon{-webkit-margin-end:4px;margin-inline-end:4px}.ant-image-mask:hover{opacity:1}.ant-image-placeholder{position:absolute;inset:0}.ant-image-preview{pointer-events:none;text-align:center;height:100%}.ant-image-preview.ant-zoom-enter,.ant-image-preview.ant-zoom-appear{opacity:0;-webkit-user-select:none;user-select:none;animation-duration:.3s;transform:none}.ant-image-preview-mask{z-index:1000;background-color:#00000073;height:100%;position:fixed;inset:0}.ant-image-preview-mask-hidden{display:none}.ant-image-preview-wrap{-webkit-overflow-scrolling:touch;outline:0;position:fixed;inset:0;overflow:auto}.ant-image-preview-body{position:absolute;inset:0;overflow:hidden}.ant-image-preview-img{vertical-align:middle;max-width:100%;max-height:100%;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;user-select:none;pointer-events:auto;transition:transform .3s cubic-bezier(.215,.61,.355,1);transform:scale(1)}.ant-image-preview-img-wrapper{transition:transform .3s cubic-bezier(.215,.61,.355,1);position:absolute;inset:0}.ant-image-preview-img-wrapper:before{content:"";width:1px;height:50%;margin-right:-1px;display:inline-block}.ant-image-preview-moving .ant-image-preview-img{cursor:-webkit-grabbing;cursor:grabbing}.ant-image-preview-moving .ant-image-preview-img-wrapper{transition-duration:0s}.ant-image-preview-wrap{z-index:1080}.ant-image-preview-operations{box-sizing:border-box;color:#ffffffd9;font-variant:tabular-nums;font-feature-settings:"tnum";z-index:1;pointer-events:auto;background:#0000001a;flex-direction:row-reverse;align-items:center;width:100%;margin:0;padding:0;font-size:14px;line-height:1.5715;list-style:none;display:flex;position:absolute;top:0;right:0}.ant-image-preview-operations-operation{cursor:pointer;margin-left:12px;padding:12px}.ant-image-preview-operations-operation-disabled{color:#ffffff40;pointer-events:none}.ant-image-preview-operations-operation:last-of-type{margin-left:0}.ant-image-preview-operations-progress{position:absolute;left:50%;transform:translate(-50%)}.ant-image-preview-operations-icon{font-size:18px}.ant-image-preview-switch-left,.ant-image-preview-switch-right{z-index:1;color:#ffffffd9;cursor:pointer;pointer-events:auto;background:#0000001a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-top:-22px;display:flex;position:absolute;top:50%;right:10px}.ant-image-preview-switch-left-disabled,.ant-image-preview-switch-right-disabled{color:#ffffff40;cursor:not-allowed}.ant-image-preview-switch-left-disabled>.anticon,.ant-image-preview-switch-right-disabled>.anticon{cursor:not-allowed}.ant-image-preview-switch-left>.anticon,.ant-image-preview-switch-right>.anticon{font-size:18px}.ant-image-preview-switch-left{left:10px}.ant-image-preview-switch-right{right:10px}.breadcrumbs{width:100%;margin-bottom:30px}@media (max-width:992px){.breadcrumbs{margin-bottom:28px}}.breadcrumbs a{color:#d32ce6;margin-right:20px;font-size:16px;font-weight:500;line-height:19px;text-decoration:none;transition:all .5s;position:relative}.breadcrumbs a:hover{color:var(--t-text-text-0)}.breadcrumbs a:before{content:"•";font-size:16px;font-weight:500;line-height:19px;position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.breadcrumbs>:first-child{text-transform:uppercase}.breadcrumbs>:last-child{color:var(--t-text-text-0)}.breadcrumbs>:last-child:before{display:none}.news-single-btns a:before,.news-banner-girl:before,.news-socials a:before,.news-sidebar-item-title:after,.news-sidebar-item-title:before,.news:before,.pagination-link-active:before,.pagination-link .ant-pagination-item-active:before,.pagination-item-active:before,.pagination-item .ant-pagination-item-active:before,.pagination .ant-pagination-item-active:before,.pagination .ant-pagination-item .ant-pagination-item-active:before,.ant-pagination-link-active:before,.ant-pagination-link .ant-pagination-item-active:before,.ant-pagination-item-active:before,.ant-pagination-item .ant-pagination-item-active:before,.ant-pagination .ant-pagination-item-active:before,.ant-pagination .ant-pagination-item .ant-pagination-item-active:before,.pagination:after,.pagination:before,.ant-pagination:after,.ant-pagination:before{content:"";display:block;position:absolute}.pagination,.ant-pagination{justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex;position:relative}.pagination-disabled:hover,.ant-pagination-disabled:hover{cursor:not-allowed}.pagination:after,.pagination:before,.ant-pagination:after,.ant-pagination:before{opacity:.4;background:linear-gradient(90deg,#20084200 0%,#860b95 50%,#870b95 50%,#20084200 100%);width:100%;height:2px;top:0}.pagination:after,.ant-pagination:after{top:auto;bottom:0}.pagination a,.ant-pagination a{border:0;border-radius:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:500;color:#fff!important;display:flex!important}.pagination a:hover,.ant-pagination a:hover{color:#c20bd9}.pagination a .ant-pagination-item-container,.ant-pagination a .ant-pagination-item-container{height:100%}.pagination a .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination a .ant-pagination-item-container .ant-pagination-item-ellipsis{justify-content:center;align-items:flex-end;color:#fff!important;display:flex!important}.pagination-prev,.pagination-next,.pagination .ant-pagination-next,.pagination .ant-pagination-prev,.ant-pagination-prev,.ant-pagination-next,.ant-pagination .ant-pagination-next,.ant-pagination .ant-pagination-prev{width:40px;height:40px}.pagination-prev:hover path,.pagination-next:hover path,.pagination .ant-pagination-next:hover path,.pagination .ant-pagination-prev:hover path,.ant-pagination-prev:hover path,.ant-pagination-next:hover path,.ant-pagination .ant-pagination-next:hover path,.ant-pagination .ant-pagination-prev:hover path{fill:#ffd800}.pagination-next svg,.ant-pagination-next svg{transform:rotate(180deg)}.pagination-link,.pagination-item,.pagination .ant-pagination-item,.ant-pagination-link,.ant-pagination-item,.ant-pagination .ant-pagination-item{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;border:0;border-radius:0;min-height:40px;text-decoration:none;position:relative}.pagination-link:hover,.pagination-item:hover,.pagination .ant-pagination-item:hover,.ant-pagination-link:hover,.ant-pagination-item:hover,.ant-pagination .ant-pagination-item:hover{background:#23093b!important}.pagination-link-active,.pagination-link .ant-pagination-item-active,.pagination-item-active,.pagination-item .ant-pagination-item-active,.pagination .ant-pagination-item-active,.pagination .ant-pagination-item .ant-pagination-item-active,.ant-pagination-link-active,.ant-pagination-link .ant-pagination-item-active,.ant-pagination-item-active,.ant-pagination-item .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item .ant-pagination-item-active{color:#c20bd9;background:linear-gradient(#c20bd900 0%,#c20bd9 100%)}.pagination-link-active a,.pagination-link .ant-pagination-item-active a,.pagination-item-active a,.pagination-item .ant-pagination-item-active a,.pagination .ant-pagination-item-active a,.pagination .ant-pagination-item .ant-pagination-item-active a,.ant-pagination-link-active a,.ant-pagination-link .ant-pagination-item-active a,.ant-pagination-item-active a,.ant-pagination-item .ant-pagination-item-active a,.ant-pagination .ant-pagination-item-active a,.ant-pagination .ant-pagination-item .ant-pagination-item-active a{z-index:2;position:relative;color:#c20bd9!important}.pagination-link-active:before,.pagination-link .ant-pagination-item-active:before,.pagination-item-active:before,.pagination-item .ant-pagination-item-active:before,.pagination .ant-pagination-item-active:before,.pagination .ant-pagination-item .ant-pagination-item-active:before,.ant-pagination-link-active:before,.ant-pagination-link .ant-pagination-item-active:before,.ant-pagination-item-active:before,.ant-pagination-item .ant-pagination-item-active:before,.ant-pagination .ant-pagination-item-active:before,.ant-pagination .ant-pagination-item .ant-pagination-item-active:before{z-index:2;background:#23093b;width:calc(100% - 2px);height:calc(100% - 2px);top:1px;left:1px}.menu-under-header{z-index:5;background:#1c0a47;height:72px;position:relative}@media (max-width:992px){.menu-under-header{overflow-x:auto}}.menu-under-header-container{align-items:center;width:100%;max-width:1170px;margin:0 auto;display:flex}@media (max-width:992px){.menu-under-header-container{min-width:992px}}.menu-under-header ul{display:flex}.menu-under-header ul a{letter-spacing:.325px;text-transform:uppercase;color:#ccc;align-items:center;padding:24px 40px;font-size:14px;font-weight:700;line-height:24px;text-decoration:none;display:flex}@media (max-width:992px){.menu-under-header ul a{padding:24px 20px}}.menu-under-header ul a .icon{width:24px;height:24px;margin-right:10px}.menu-under-header ul a:hover{background:linear-gradient(#270c4c 0%,#3e065f 100%)}.menu-under-header-search{background:url(../media/menu-under-header-search-bg.svg.0fs931rwm6eaw.js) no-repeat;width:308px;height:66px;padding:9px 20px 9px 40px;position:relative}@media (max-width:1200px){.menu-under-header-search{display:none}}@media (max-width:992px){.menu-under-header-search{display:block}}.menu-under-header-search input{color:#c131e4;background:0 0;border:none;width:100%;height:100%;padding-right:43px;font-size:18px;line-height:21px}.menu-under-header-search input::placeholder{color:#d32ce680;opacity:.5}.menu-under-header-search input::placeholder{color:#d32ce680;opacity:.5}.menu-under-header-search input::placeholder{color:#d32ce680;opacity:.5}.menu-under-header-search input:-moz-placeholder-shown{color:#d32ce680;opacity:.5}.menu-under-header-search input:placeholder-shown{color:#d32ce680;opacity:.5}.menu-under-header-search input::-moz-placeholder{color:#d32ce680;opacity:.5}.menu-under-header-search input.placeholder{color:#d32ce680;opacity:.5}.menu-under-header-search input:focus{outline:none}.menu-under-header-search .btn-search{color:#e69bff80;font-size:36px;line-height:36px;text-decoration:none;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.menu-under-header-search .btn-search:hover{color:#c131e4}.page-news{max-width:1170px;margin:0 auto;padding-top:40px;padding-bottom:113px}@media (max-width:1200px){.page-news{padding:28px 20px 50px}}.page-news h1{text-align:center;text-transform:uppercase;color:var(--t-text-text-0);text-shadow:0 0 80px #c131e4,0 0 24px #c131e4a3,-1px -1px #c131e4,1px -1px #c131e4,-1px 1px #c131e4,1px 1px #c131e4,0 0 24px #c131e4;text-align:left;margin-bottom:65px;font-size:40px;font-weight:700;line-height:40px}@media (max-width:992px){.page-news h1{text-align:center;margin-bottom:28px;font-size:30px;line-height:30px}}.page-news-wrapper{align-items:flex-start;display:flex}@media (max-width:992px){.page-news-wrapper{flex-direction:column}}.page-news-content{flex-wrap:wrap;flex-grow:1;margin:0 -15px;display:flex;position:relative}@media (max-width:1200px){.page-news-content{margin:0}}.page-news-content .swiper-wrapper,.page-news-content .swiper-container{width:100%}.page-news-content .gallery-swiper .swiper-slide{height:320px}.page-news-content .gallery-swiper .swiper-slide .ant-image{width:100%;height:100%}.page-news-content .gallery-swiper .swiper-slide .ant-image img{object-fit:cover;width:100%;height:100%}.page-news-content .gallery-swiper-thumbs{margin-top:10px;margin-bottom:32x}.page-news-content .gallery-swiper-thumbs .swiper-slide{opacity:.4;width:190px;height:100px}.page-news-content .gallery-swiper-thumbs .swiper-slide .ant-image{width:100%;height:100%}.page-news-content .gallery-swiper-thumbs .swiper-slide .ant-image img{object-fit:cover;width:100%;height:100%}.page-news-content .gallery-swiper-thumbs .swiper-slide.swiper-slide-thumb-active{opacity:1}.page-news-content .breadcrumbs{margin-bottom:40px}.page-news-content h1{margin-bottom:40px;line-height:130%}.page-news-sidebar{width:370px;min-width:370px;margin-left:30px}@media (max-width:992px){.page-news-sidebar{width:100%;min-width:auto;margin-left:0;padding-top:32px}}.news{border-radius:4px;width:calc(50% - 30px);margin:0 15px 30px;display:flex;position:relative;overflow:hidden}@media (max-width:1200px){.news{width:100%;margin:0 0 30px}}.news:before{z-index:2;background:linear-gradient(#0000 0%,#0f0621 83.77%);width:100%;height:100%}.news img{object-fit:cover;width:100%;height:auto;max-height:288px;transition:all .5s;display:block}@media (max-width:1200px){.news img{max-height:initial}}.news-badge{color:#fff;z-index:2;background:linear-gradient(90deg,#323c99 0%,#151d6b 100%);border-radius:4px;align-items:center;padding:1px 8px;font-size:14px;line-height:16px;display:flex;position:absolute;top:16px;left:16px}.news-big{width:100%}.news-big .news-name{font-size:28px;line-height:33px}@media (max-width:560px){.news-big .news-name{font-size:14px;line-height:16px}}.news-big .news-content{padding:0 32px 32px}@media (max-width:560px){.news-big .news-content{padding:0 16px 16px}}.news-big .news-bagde{top:32px;left:32px}.news-big img{object-fit:cover;width:100%;height:auto;max-height:400px}@media (max-width:1200px){.news-big img{max-height:initial}}.news:hover>img{transform:scale(1.1)}.news-content{z-index:2;flex-direction:column;padding:0 16px 16px;display:flex;position:absolute;bottom:0;left:0}.news-date{color:#ccc;margin-top:3px;font-size:12px;line-height:14px}.news-name{color:#fff;margin-bottom:8px;font-size:22px;font-weight:700;line-height:130%}@media (max-width:560px){.news-name{font-size:14px;line-height:16px}}.news-author{color:#ccc;display:flex}@media (max-width:480px){.news-author{margin-bottom:12px}}.news-author img{border:1px solid #5f6100;border-radius:50%;width:39px;height:39px;margin-right:12px}.news-author-content{flex-direction:column;display:flex}.news-author-name{text-transform:uppercase;margin-bottom:4px;font-size:14px;line-height:16px}.news-author-date{font-size:12px;line-height:14px}.news-sidebar-item-title{color:#8746fd;text-transform:uppercase;margin-bottom:40px;padding:0 20px 22px;font-size:16px;font-weight:700;line-height:19px;position:relative}.news-sidebar-item-title:before{background:radial-gradient(100% 9000% at 0 100%,#8847ff 0%,#8847ff00 100%);width:100%;height:2px;bottom:0;left:0}.news-sidebar-item-title:after{opacity:.4;background:radial-gradient(50% 100% at 0 0,#8847ff 0%,#20084200 100%);width:100%;height:40px;bottom:-40px;left:0}.news-sidebar-item{border:1px solid #0000;align-items:center;padding:15px 24px;text-decoration:none;transition:all .5s;display:flex}@media (max-width:560px){.news-sidebar-item{padding:15px 12px}}.news-sidebar-item-wrap{margin-bottom:44px}.news-sidebar-item-content{align-items:flex-start;display:flex}.news-sidebar-item img{max-width:30px;height:auto;margin-right:10px}.news-sidebar-item-text{line-height:130%}.news-sidebar-item-name{color:#c131e4;font-size:14px;line-height:130%}.news-sidebar-item-date{color:#ccc;font-size:12px}.news-sidebar-item-more{color:#ffd800;justify-content:center;align-items:center;margin-top:24px;font-size:16px;font-weight:500;line-height:19px;text-decoration:none;display:flex}.news-sidebar-item-more .icon{margin-left:20px;position:relative;top:1px}.news-sidebar-item:hover{background:#d32ce614;border:1px solid #d32ce633;border-radius:8px}.btn-partners{text-transform:uppercase;color:#fff;background:linear-gradient(90deg,#7800a2 0%,#b111c4 100%);border:2px solid #c20bd9;border-radius:18px;justify-content:center;align-items:center;height:34px;font-size:14px;font-weight:700;line-height:16px;text-decoration:none;display:flex}.btn-partners .icon{margin-right:10px}.btn-partners:hover{background:linear-gradient(90deg,#b111c4 0%,#7800a2 100%)}.page-news-single{margin-bottom:120px;display:flex}@media (max-width:992px){.page-news-single{flex-direction:column;margin-bottom:0}}.page-news-single .page-news-sidebar{padding-top:63px}.page-news-single .page-news-wrapper{width:100%;max-width:calc(100% - 200px)}@media (max-width:992px){.page-news-single .page-news-wrapper{max-width:100%}}.page-news-single .page-news-wrapper .page-news-content{width:calc(100% - 400px)}@media (max-width:992px){.page-news-single .page-news-wrapper .page-news-content{width:100%;max-width:100%}}.page-news-single .page-news-wrapper .page-news-content .news-single-content{overflow:hidden}.page-news-single .page-news-content{margin:0}.page-single-sidebar{width:170px;min-width:170px;margin-right:30px;padding-top:67px}@media (max-width:992px){.page-single-sidebar{order:1;width:100%;margin-right:0}}.news-single-image{border-radius:4px;width:100%;height:auto;margin-bottom:24px;display:block}.news-single-content{color:#fff;width:100%;margin-bottom:40px;font-size:16px;font-weight:400;line-height:150%}.news-single-content img{width:100%;max-width:100%}.news-single-content a{color:#fff}.news-single-content a:hover{text-decoration:none}.news-single-content p{margin-bottom:20px}.news-single-content h2,.news-single-content h3,.news-single-content h4,.news-single-content h5,.news-single-content h6{margin-bottom:20px;font-weight:700}.news-single-content h2{font-size:30px;line-height:150%}.news-single-content h3{font-size:26px;line-height:140%}.news-single-content h4{font-size:22px;line-height:130%}.news-single-content h5{font-size:18px;line-height:120%}.news-single-content h6{font-size:16px;line-height:120%}.news-socials{margin:17px 0 46px;display:flex}@media (max-width:480px){.news-socials{display:none}}.news-socials a{width:32px;height:32px;text-decoration:none;position:relative}.news-socials a:before{opacity:0;pointer-events:none;width:68px;height:68px;transition:all .5s;top:50%;left:50%;transform:translate(-50%,-50%)}.news-socials a:hover:before{opacity:1}.news-socials a.vk{background:url(/images/icon-vk-small.svg) no-repeat}.news-socials a.vk:before{background:url(/images/icon-vk-small-hover.svg) no-repeat}.news-socials a.inst{background:url(/images/icon-inst-small.svg) no-repeat}.news-socials a.inst:before{background:url(/images/icon-inst-small-hover.svg) no-repeat}.news-socials a.tg{background:url(/images/icon-tg-small.svg) no-repeat}.news-socials a.tg:before{background:url(/images/icon-tg-small-hover.svg) no-repeat}.news-socials a.fb{background:url(/images/icon-fb-small.svg) no-repeat}.news-socials a.fb:before{background:url(/images/icon-fb-small-hover.svg) no-repeat}.news-banner{filter:drop-shadow(1px 4px 7px #fe41e4);border:2px solid #fe41e4;margin-bottom:58px;transition:all .5s;display:block;position:relative}.news-banner img{width:100%;height:auto;display:block}.news-banner-title{text-transform:uppercase;color:var(--t-text-text-0);text-shadow:0 0 80px #c131e4,0 0 24px #c131e4a3;text-align:center;width:100%;padding:0 5px;font-size:16px;font-weight:700;line-height:19px;position:absolute;top:14px}.news-banner-girl:before{background:url(/images/news-banner-girl.png) no-repeat;width:85px;height:232px;position:absolute;bottom:-27px;right:-4px}.news-banner:hover{filter:none}.news-single-btns{flex-wrap:wrap;display:flex}@media (max-width:560px){.news-single-btns{text-align:center;flex-direction:column;gap:12px;width:100%}}.news-single-btns a{text-transform:uppercase;color:#fff;background:linear-gradient(90deg,#323c99 0%,#151d6b 100%);border-radius:18px;height:36px;margin-right:34px;padding:10px 16px;font-size:14px;font-weight:700;line-height:16px;text-decoration:none;position:relative}@media (max-width:560px){.news-single-btns a{margin-right:0}}.news-single-btns a:before{z-index:-1;background:linear-gradient(90deg,#151d6b 0%,#323c99 100%);border-radius:18px;width:calc(100% + 4px);height:calc(100% + 4px);position:absolute;top:-2px;left:-2px}.news-single-btns a:hover{background:linear-gradient(90deg,#151d6b 0%,#323c99 100%)}.news-single-btns a:hover:before{background:linear-gradient(90deg,#323c99 0%,#151d6b 100%)}.news-read-more-wrap{flex-wrap:wrap;margin:0 -15px;display:flex}@media (max-width:1024px){.news-read-more-wrap{margin:0}}.news-read-more .news{width:calc(33.3% - 30px);margin:0 15px 15px}@media (max-width:1024px){.news-read-more .news{width:100%;margin:0 0 15px}}@media (max-width:480px){.news-read-more .news{min-height:170px}}.news-read-more-title{color:#fff;margin-bottom:40px;font-size:30px;font-weight:700;line-height:150%}@media (max-width:560px){.news-read-more-title{margin-bottom:28px}}.ant-pagination{flex-wrap:wrap}.ant-pagination-options,.ant-pagination-item-link .anticon-double-right{display:none}@media (max-width:992px){.news-banners{gap:12px;display:flex}}@media (max-width:420px){.news-banners .news-banner{flex-wrap:wrap;width:50%}}
