@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 1365px) {
  .hidden-sm {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.hidden-readable {
  opacity: 0;
  display: block;
  height: 1px;
}

.db {
  display: block !important;
}

.disabled {
  color: #9b9b9b;
}

.w-100 {
  width: 100% !important;
}

.w-30 {
  width: 30% !important;
}

.overflow-hidden {
  overflow: hidden;
}

.color-red {
  color: #A30000;
}

.color-green {
  color: #77ac39;
}

.color-gray-16 {
  color: #c0c0c0;
}

.text-center {
  text-align: center;
}

/* lato-regular - full */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* lato-700 - full */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato-Bold.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* montserrat-regular - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-ext_latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-ext_latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-ext_latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-ext_latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
}

.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}

.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}

.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  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";
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}

.ant-pagination-item a:hover {
  text-decoration: none;
}

.ant-pagination-item:focus-visible,
.ant-pagination-item:hover {
  border-color: #d11722;
  transition: all 0.3s;
}

.ant-pagination-item:focus-visible a,
.ant-pagination-item:hover a {
  color: #d11722;
}

.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #d11722 !important;
}

.ant-pagination-item-active a {
  color: #d11722;
}

.ant-pagination-item-active:focus-visible,
.ant-pagination-item-active:hover {
  border-color: #d11722;
}

.ant-pagination-item-active:focus-visible a,
.ant-pagination-item-active:hover a {
  color: #d11722;
}

.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}

.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #d11722;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}

.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}

.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}

.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}

.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  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";
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}

.ant-pagination-prev button,
.ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #d11722;
}

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}

.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #d11722;
  border-color: #d11722;
}

.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}

.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination-slash {
  margin: 0 10px 0 5px;
}

.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}

.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}

.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}

.ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:hover {
  border-color: #d11722;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #d11722;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}

.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}

.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #d11722;
}

.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}

.ant-pagination.mini .ant-pagination-options-size-changer {
  top: 0px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}

.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}

.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}

.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}

.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}

.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}

@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  pointer-events: none;
}

.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: " ";
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}

/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}

.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: " ";
}

.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}

.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  -webkit-padding-end: 4px;
  padding-inline-end: 4px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}

.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}

.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}

.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}

.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}

.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}

.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: -0.2em;
}

.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-margin-start: 7px;
  margin-inline-start: 7px;
}

.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  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";
  line-height: 24px;
  transition: all 0.3s;
}

.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}

.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}

.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}

.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  -webkit-margin-start: 3px;
  margin-inline-start: 3px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}

.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}

/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #d11722;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #d11722;
  border-right-width: 1px !important;
}

.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 53%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.ant-select-arrow > * {
  line-height: 1;
}

.ant-select-arrow svg {
  display: inline-block;
}

.ant-select-arrow::before {
  display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}

.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}

.ant-select-arrow .anticon > svg {
  vertical-align: top;
}

.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}

.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}

.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}

.ant-select-clear::before {
  display: block;
}

.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-select:hover .ant-select-clear {
  opacity: 1;
}

.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
  display: none;
}

.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}

.ant-select-item-option {
  display: flex;
}

.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-select-item-option-state {
  flex: none;
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #fbeced;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #d11722;
}

.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-item-option-grouped {
  padding-left: 24px;
}

.ant-select-lg {
  font-size: 16px;
}

.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.ant-select-rtl {
  direction: rtl;
}

.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}

.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}

.ant-select-dropdown-rtl {
  direction: rtl;
}

.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}

.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}

.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}

.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}

.ant-space-vertical {
  flex-direction: column;
}

.ant-space-align-center {
  align-items: center;
}

.ant-space-align-start {
  align-items: flex-start;
}

.ant-space-align-end {
  align-items: flex-end;
}

.ant-space-align-baseline {
  align-items: baseline;
}

.ant-space-item:empty {
  display: none;
}

.ant-space-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  display: none;
  color: #d11722;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}

.ant-spin-nested-loading {
  position: relative;
}

.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}

.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}

.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}

.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}

.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}

.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9 ;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
}

.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}

.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}

.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}

.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #d11722;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
  animation: antSpinMove 1s infinite linear alternate;
}

.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}

.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ant-spin-dot-spin {
  transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
  animation: antRotate 1.2s infinite linear;
}

.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}

.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}

.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}

.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}

.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}

.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  -webkit-animation-name: antRotateRtl;
  animation-name: antRotateRtl;
}

@-webkit-keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table.ant-table-middle {
  font-size: 14px;
}

.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle tfoot > tr > th,
.ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}

.ant-table.ant-table-middle .ant-table-filter-trigger {
  margin-right: -4px;
}

.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}

.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 25px;
}

.ant-table.ant-table-small {
  font-size: 14px;
}

.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}

.ant-table.ant-table-small .ant-table-filter-trigger {
  margin-right: -4px;
}

.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}

.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 25px;
}

.ant-table-small .ant-table-thead > tr > th {
  background-color: #fafafa;
}

.ant-table-small .ant-table-selection-column {
  width: 46px;
  min-width: 46px;
}

.ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.ant-table.ant-table-bordered > .ant-table-container {
  border: 1px solid #f0f0f0;
  border-right: 0;
  border-bottom: 0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: "";
}

.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}

.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}

.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}

.ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}

.ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}

.ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px #fafafa;
}

.ant-table-wrapper {
  clear: both;
  max-width: 100%;
  margin-top: 1rem;
}

.ant-table-wrapper::before {
  display: table;
  content: "";
}

.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: "";
}

.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
}

.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}

.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}

.ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}

.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ant-table-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.ant-table-title {
  padding: 16px 16px;
}

.ant-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}

.ant-table-thead > tr > th {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s ease;
}

.ant-table-thead > tr > th[colspan]:not([colspan="1"]) {
  text-align: center;
}

.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: "";
}

.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}

.ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}

.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 33px;
}

.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}

.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}

.ant-table-tbody > tr.ant-table-row:hover > td {
  background: #fafafa;
}

.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6f7ff;
  border-color: rgba(0, 0, 0, 0.03);
}

.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #dcf4ff;
}

.ant-table-summary {
  background: #fff;
}

div.ant-table-summary {
  box-shadow: 0 -1px 0 #f0f0f0;
}

.ant-table-summary > tr > th,
.ant-table-summary > tr > td {
  border-bottom: 1px solid #f0f0f0;
}

.ant-table-pagination.ant-pagination {
  margin: 16px 0;
}

.ant-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.ant-table-pagination > * {
  flex: none;
}

.ant-table-pagination-left {
  justify-content: flex-start;
}

.ant-table-pagination-center {
  justify-content: center;
}

.ant-table-pagination-right {
  justify-content: flex-end;
}

.ant-table-thead th.ant-table-column-has-sorters {
  cursor: pointer;
  transition: all 0.3s;
}

.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}

.ant-table-thead th.ant-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}

.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
  background: #f5f5f5;
}

.ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5;
}

.ant-table-thead th.ant-table-column-sort::before {
  background-color: transparent !important;
}

td.ant-table-column-sort {
  background: #fafafa;
}

.ant-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}

.ant-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}

.ant-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.ant-table-column-sorter {
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}

.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #1890ff;
}

.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}

.ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #a6a6a6;
}

.ant-table-filter-column {
  display: flex;
  justify-content: space-between;
}

.ant-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
}

.ant-table-filter-trigger.active {
  color: #1890ff;
}

.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  min-width: 120px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}

.ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}

.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}

.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px 7px 3px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}

.ant-table-selection-col {
  width: 32px;
}

.ant-table-bordered .ant-table-selection-col {
  width: 50px;
}

table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

table tr th.ant-table-selection-column .ant-radio-wrapper,
table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}

table tr th.ant-table-selection-column::after {
  background-color: transparent !important;
}

.ant-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.ant-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-margin-start: 100%;
  margin-inline-start: 100%;
  -webkit-padding-start: 4px;
  padding-inline-start: 4px;
}

.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}

.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}

.ant-table-expand-icon-col {
  width: 48px;
}

.ant-table-row-expand-icon-cell {
  text-align: center;
}

.ant-table-row-indent {
  float: left;
  height: 1px;
}

.ant-table-row-expand-icon {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  transform: scale(0.94117647);
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #40a9ff;
}

.ant-table-row-expand-icon:active {
  color: #096dd9;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}

.ant-table-row-expand-icon::before,
.ant-table-row-expand-icon::after {
  position: absolute;
  background: currentColor;
  transition: transform 0.3s ease-out;
  content: "";
}

.ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}

.ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}

.ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}

.ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}

.ant-table-row-expand-icon-spaced::before,
.ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}

.ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}

tr.ant-table-expanded-row > td,
tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}

tr.ant-table-expanded-row .ant-descriptions-view {
  display: flex;
}

tr.ant-table-expanded-row .ant-descriptions-view table {
  flex: auto;
  width: auto;
}

.ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}

.ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}

.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}

.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  position: sticky !important;
  z-index: 2;
  background: #fff;
}

.ant-table-cell-fix-left-first::after,
.ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

.ant-table-cell-fix-right-first::after,
.ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

.ant-table .ant-table-container::before {
  left: 0;
}

.ant-table .ant-table-container::after {
  right: 0;
}

.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
  position: relative;
}

.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}

.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
  position: relative;
}

.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-sticky-holder {
  position: sticky;
  z-index: 3;
}

.ant-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}

.ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}

.ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}

@media all and (-ms-high-contrast: none) {
  .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }
  .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}
.ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}

.ant-table-title {
  border-radius: 2px 2px 0 0;
}

.ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}

.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}

.ant-table-container {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

.ant-table-footer {
  border-radius: 0 0 2px 2px;
}

.ant-table-wrapper-rtl {
  direction: rtl;
}

.ant-table-rtl {
  direction: rtl;
}

.ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}

.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan="1"]) {
  text-align: center;
}

.ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}

.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}

.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}

.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}

.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 8px;
  margin-left: 0;
}

.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}

.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}

.ant-table-wrapper-rtl .ant-table-filter-trigger-container {
  right: auto;
  left: 0;
}

.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}

.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}

.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}

.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}

.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}

.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: "";
  pointer-events: none;
}

.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}

.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #1890ff;
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}

.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: "";
}

.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}

.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}

.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}

.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: " ";
}

.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}

.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
}

.ant-tree-checkbox-group-item {
  margin-right: 8px;
}

.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}

.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f7ff;
}

.ant-tree-list-holder-inner {
  align-items: flex-start;
}

.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}

.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}

.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}

.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}

.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}

.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}

.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}

.ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-tree-switcher-noop {
  cursor: default;
}

.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.ant-tree-switcher-loading-icon {
  color: #1890ff;
}

.ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  bottom: -4px;
  margin-left: -1px;
  border-left: 1px solid #d9d9d9;
  content: " ";
}

.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  margin-left: -1px;
  border-bottom: 1px solid #d9d9d9;
  content: " ";
}

.ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}

.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}

.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}

.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
  color: #d11722;
}

.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}

.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}

.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}

.ant-tree-node-content-wrapper[draggable=true] {
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-tree-node-content-wrapper[draggable=true] .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}

.ant-tree-node-content-wrapper[draggable=true] .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: "";
}

.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}

.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}

.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: "";
}

.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}

.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}

.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.225em;
}

.ant-tree-rtl {
  direction: rtl;
}

.ant-tree-rtl .ant-tree-node-content-wrapper[draggable=true] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}

.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}

.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}

.ant-tree-rtl.ant-tree-checkbox {
  margin: 4px 0 0 8px;
}

.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}

.cms-datepicker input {
  margin-top: 0.25rem !important;
  height: unset !important;
}
.cms-datepicker input:active, .cms-datepicker input:focus {
  border: 1px solid #d11722;
}
.cms-datepicker .react-date-picker__wrapper {
  border-radius: 0;
  border: 1px solid #c0c0c0;
  color: #222222;
  font-family: "Lato", "Arial", sans-serif;
  padding: 0.325rem 0.25rem;
  transition: all 0.2s ease-out 0s;
  height: 2.75rem;
}
.cms-datepicker .react-date-picker__inputGroup__input {
  -moz-appearance: textfield !important;
}
.cms-datepicker .react-date-picker__inputGroup__year {
  width: 2.813rem !important;
}
.cms-datepicker .react-date-picker__inputGroup__month.react-date-picker__inputGroup__input--hasLeadingZero,
.cms-datepicker .react-date-picker__inputGroup__day.react-date-picker__inputGroup__input--hasLeadingZero {
  width: 0.625rem !important;
}
.cms-datepicker .react-date-picker__inputGroup__day,
.cms-datepicker .react-date-picker__inputGroup__month {
  width: 1.188rem !important;
}
.cms-datepicker .react-date-picker {
  display: inline-flex;
  position: relative;
  height: 2.75rem;
}
.cms-datepicker .react-date-picker, .cms-datepicker .react-date-picker *, .cms-datepicker .react-date-picker *:before, .cms-datepicker .react-date-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-datepicker .react-date-picker--disabled {
  background-color: #f5f5f5;
  color: #9b9b9b;
}
.cms-datepicker .react-date-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: 1px solid #c0c0c0;
}
.cms-datepicker .react-date-picker__inputGroup {
  min-width: calc(12px + 4.32em + 0.434em);
  flex-grow: 1;
  padding: 0 0.125rem;
  box-sizing: content-box;
}
.cms-datepicker .react-date-picker__inputGroup__divider {
  padding: 0.063rem 0;
  white-space: pre;
}
.cms-datepicker .react-date-picker__inputGroup__input {
  min-width: 0.54em;
  height: 100%;
  position: relative;
  padding: 0 0.063rem;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}
.cms-datepicker .react-date-picker__inputGroup__input::-webkit-outer-spin-button, .cms-datepicker .react-date-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cms-datepicker .react-date-picker__inputGroup__input:invalid {
  background: fade(#d11722, 10%);
}
.cms-datepicker .react-date-picker__button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 !important;
}
.cms-datepicker .react-date-picker__button:enabled {
  cursor: pointer;
}
.cms-datepicker .react-date-picker__button:enabled:hover .react-date-picker__button__icon, .cms-datepicker .react-date-picker__button:enabled:focus .react-date-picker__button__icon {
  stroke: #d11722;
}
.cms-datepicker .react-date-picker__button:disabled .react-date-picker__button__icon {
  stroke: #c0c0c0;
}
.cms-datepicker .react-date-picker__button svg {
  color: #5c5c5c !important;
  display: inherit;
  height: 1.75rem;
  font-size: 1.4rem;
}
.cms-datepicker .react-date-picker__calendar {
  width: 21.875rem;
  max-width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.cms-datepicker .react-date-picker__calendar--closed {
  display: none;
}
.cms-datepicker .react-date-picker__calendar .react-calendar {
  border-width: thin;
}
.cms-datepicker .react-calendar {
  width: 21.875rem;
  max-width: 100%;
  background: white;
  border: 1px solid #9b9b9b;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.cms-datepicker .react-calendar button {
  font-size: 0.9rem;
}
.cms-datepicker .react-calendar--doubleView {
  width: 43.75rem;
}
.cms-datepicker .react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.cms-datepicker .react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.cms-datepicker .react-calendar, .cms-datepicker .react-calendar *, .cms-datepicker .react-calendar *:before, .cms-datepicker .react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-datepicker .react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.cms-datepicker .react-calendar button:enabled:hover {
  cursor: pointer;
}
.cms-datepicker .react-calendar__navigation {
  display: flex;
  height: 2.75rem;
  margin-bottom: 1em;
}
.cms-datepicker .react-calendar__navigation button {
  min-width: 2.75rem;
  background: none;
}
.cms-datepicker .react-calendar__navigation button:enabled:hover, .cms-datepicker .react-calendar__navigation button:enabled:focus {
  background-color: #c0c0c0;
}
.cms-datepicker .react-calendar__navigation button[disabled] {
  background-color: #f5f5f5;
}
.cms-datepicker .react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.cms-datepicker .react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.cms-datepicker .react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
  padding: 1em 0.6666666667em;
}
.cms-datepicker .react-calendar__month-view__days__day--weekend {
  color: #d11722;
}
.cms-datepicker .react-calendar__month-view__days__day--neighboringMonth {
  color: #5c5c5c;
}
.cms-datepicker .react-calendar__year-view .react-calendar__tile, .cms-datepicker .react-calendar__decade-view .react-calendar__tile, .cms-datepicker .react-calendar__century-view .react-calendar__tile {
  padding: 1em 0.25em;
}
.cms-datepicker .react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.cms-datepicker .react-calendar__tile:disabled {
  background-color: #f5f5f5;
}
.cms-datepicker .react-calendar__tile:enabled:hover, .cms-datepicker .react-calendar__tile:enabled:focus {
  background-color: #c0c0c0;
}
.cms-datepicker .react-calendar__tile--now {
  background: #616161;
}
.cms-datepicker .react-calendar__tile--now:enabled:hover, .cms-datepicker .react-calendar__tile--now:enabled:focus {
  background: #7a7a7a;
}
.cms-datepicker .react-calendar__tile--hasActive {
  background: #f38e94;
}
.cms-datepicker .react-calendar__tile--hasActive:enabled:hover, .cms-datepicker .react-calendar__tile--hasActive:enabled:focus {
  background: #f8bcc0;
}
.cms-datepicker .react-calendar__tile--active {
  background: #d11722;
  color: #ffffff;
}
.cms-datepicker .react-calendar__tile--active:enabled:hover, .cms-datepicker .react-calendar__tile--active:enabled:focus {
  background: #e8333d;
}
.cms-datepicker .react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #c0c0c0;
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}

.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%;
  margin-left: -160px;
}

.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;
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}

.Toastify__toast--info {
  background: #3498db;
}

.Toastify__toast--success {
  background: #07bc0c;
}

.Toastify__toast--warning {
  background: #f1c40f;
}

.Toastify__toast--error {
  background: #e74c3c;
}

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    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 {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    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: translate3d(0, 0, 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 {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 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;
}

:root {
  --font-size: 16px;
}

html, body {
  background-color: #ffffff;
  color: #222222;
  font-family: "Lato", "Arial", sans-serif;
  font-size: var(--font-size);
  font-variant-ligatures: common-ligatures;
  line-height: 160%;
}

body {
  overflow: hidden scroll;
}

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

.arrow-button {
  font-size: 1.1125em;
  border: none;
  color: #d11722;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
}
.arrow-button:hover {
  text-decoration: underline;
}
.arrow-button:focus {
  outline: auto;
}
.arrow-button__arrow {
  color: #5c5c5c;
}

.btn {
  background-color: #d11722;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 3px -3px #d11722;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  line-height: 123%;
  padding: 0.625rem 0.75rem;
  text-transform: uppercase;
  transition: all 0.2s ease-out 0s;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #450000;
  box-shadow: 0 3px 3px -3px #450000;
  color: #ffffff;
}
.btn:focus {
  outline: auto;
}
.btn[disabled] {
  opacity: 0.24;
  pointer-events: none;
}
.btn.btn--text {
  background-color: transparent;
  box-shadow: none;
  color: #d11722;
}
.btn.btn--text:hover, .btn.btn--text:active, .btn.btn--text:focus {
  background-color: rgba(209, 23, 34, 0.04);
}
.btn.btn--text.btn--with-border {
  border: 1px solid #c0c0c0;
  border-left: none;
}
.btn.btn--text-black {
  background-color: transparent;
  box-shadow: none;
  color: #000000;
  text-transform: capitalize;
  font-weight: 400;
}
.btn.btn--text-black:hover, .btn.btn--text-black:active, .btn.btn--text-black:focus {
  background-color: rgba(209, 23, 34, 0.04);
}
.btn.btn--text-white {
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
.btn.btn--text-white:hover, .btn.btn--text-white:active, .btn.btn--text-white:focus {
  background-color: rgba(255, 255, 255, 0.16);
}
.btn .anticon {
  color: inherit;
}
.btn .anticon.anticon-dark {
  color: #222222;
}
.btn.with-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn.with-icon:focus {
  display: flex;
  outline: none;
}
.btn.top-space {
  margin-top: 1rem;
}

.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column--30 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .columns .column--30 {
    flex-basis: 30%;
  }
}
.columns .column--70 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .columns .column--70 {
    flex-basis: 70%;
  }
}

input,
textarea {
  border-radius: 0;
  border: 1px solid #c0c0c0;
  color: #222222;
  font-family: "Lato", "Arial", sans-serif;
  padding: 0.625rem 0.75rem;
  transition: all 0.2s ease-out 0s;
}
input::placeholder,
textarea::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
input:hover, input:active,
textarea:hover,
textarea:active {
  border-color: #5c5c5c;
}
input:focus,
textarea:focus {
  border-color: #222222;
  box-shadow: inset 0 0 0 1px #222222;
}
input:disabled,
textarea:disabled {
  background-color: #f5f5f5;
  color: #5c5c5c;
}
input.is-error,
textarea.is-error {
  border: 1px solid #d11722;
}
input.is-error:focus,
textarea.is-error:focus {
  box-shadow: inset 0 0 0 1px #d11722;
}

.is-error-text {
  color: #d11722;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=checkbox] + .checkbox {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  margin-right: 0.5rem;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  transition: all 0.2s ease-out 0s;
  vertical-align: text-bottom;
  width: 1rem;
}
input[type=checkbox]:checked + .checkbox {
  background-color: #d11722;
  border-color: #d11722;
  position: relative;
}
input[type=checkbox]:checked + .checkbox::before {
  color: #ffffff;
  content: "✓";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type=checkbox]:disabled + .checkbox {
  background-color: #f5f5f5;
  color: #5c5c5c;
}
input[type=checkbox]:focus ~ .checkbox {
  border-color: #222222;
  box-shadow: inset 0 0 0 1px #222222;
}

label .label__required {
  color: #d11722;
}
label:hover .checkbox, label:active .checkbox {
  border-color: #5c5c5c;
}
label:focus .checkbox {
  border-color: #222222;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  margin: 1.5rem 0 0 0;
  text-transform: uppercase;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin: 0;
}
h1.header--decorated,
h2.header--decorated,
h3.header--decorated,
h4.header--decorated,
h5.header--decorated,
h6.header--decorated {
  padding-left: 0;
  position: relative;
}
h1.header--decorated::before,
h2.header--decorated::before,
h3.header--decorated::before,
h4.header--decorated::before,
h5.header--decorated::before,
h6.header--decorated::before {
  background-color: #d11722;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  transform: none;
  top: 50%;
  left: 0;
  width: 0;
}
h1.header--decorated__divider-mobile,
h2.header--decorated__divider-mobile,
h3.header--decorated__divider-mobile,
h4.header--decorated__divider-mobile,
h5.header--decorated__divider-mobile,
h6.header--decorated__divider-mobile {
  padding-left: 4rem;
}
h1.header--decorated__divider-mobile::before,
h2.header--decorated__divider-mobile::before,
h3.header--decorated__divider-mobile::before,
h4.header--decorated__divider-mobile::before,
h5.header--decorated__divider-mobile::before,
h6.header--decorated__divider-mobile::before {
  transform: translateX(calc(-100% + 2.5rem));
  width: 40rem;
}
@media (min-width: 768px) {
  h1.header--decorated,
  h2.header--decorated,
  h3.header--decorated,
  h4.header--decorated,
  h5.header--decorated,
  h6.header--decorated {
    padding-left: 6.5rem;
  }
  h1.header--decorated::before,
  h2.header--decorated::before,
  h3.header--decorated::before,
  h4.header--decorated::before,
  h5.header--decorated::before,
  h6.header--decorated::before {
    transform: translateX(calc(-100% + 5rem));
    width: 40rem;
  }
}
@media (min-width: 1366px) {
  h1.header--decorated,
  h2.header--decorated,
  h3.header--decorated,
  h4.header--decorated,
  h5.header--decorated,
  h6.header--decorated {
    padding-left: 18.5rem;
  }
  h1.header--decorated::before,
  h2.header--decorated::before,
  h3.header--decorated::before,
  h4.header--decorated::before,
  h5.header--decorated::before,
  h6.header--decorated::before {
    transform: none;
    width: 17rem;
  }
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.625rem;
  line-height: 120%;
}

h3 {
  font-size: 2rem;
  line-height: 140%;
}

h4 {
  font-size: 1.125rem;
  line-height: 140%;
}

p {
  margin: 0.5rem 0 0 0;
}
p:first-child {
  margin: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: #d11722;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover, a:active, a:focus {
  color: #450000;
}

#mbc_header {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.breadcrumbs {
  font-size: 0.875rem;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs li {
  margin-left: 1rem;
}
.breadcrumbs li:first-child {
  margin-left: 0;
}
.breadcrumbs li > * {
  margin-left: 1rem;
}
.breadcrumbs li > *:first-child {
  margin-left: 0;
}
.breadcrumbs a {
  color: #222222;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: #d11722;
}
.breadcrumbs .active {
  color: #5A5858;
}

.btn-group {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.btn-group .btn {
  margin-left: 2rem;
}
.btn-group .btn:first-child {
  margin-left: 0;
}
.btn-group.marginBottom {
  margin-bottom: 1rem;
}
.btn-group .btn-group--no-margin .btn {
  margin-left: 0;
}
.btn-group.btn-group--center {
  justify-content: center;
}
.btn-group.btn-group--column {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
.btn-group.btn-group--column > *:last-child {
  margin-top: 1rem;
  margin-left: 0;
}
.btn-group .btn-group__spacer {
  flex-grow: 1;
}
.btn-group.btn-group--no-space {
  flex-grow: 1;
}
.btn-group.btn-group--no-space > *:last-child {
  margin-left: 0;
}
.btn-group.btn-group--no-space input {
  width: 100%;
}
.btn-group.btn-group--panel {
  flex-direction: column;
  align-items: stretch;
}
.btn-group.btn-group--panel > * {
  margin-top: 0.5rem;
}
.btn-group.btn-group--panel > *:first-child {
  margin-top: 0;
}
.btn-group.btn-group--panel > .btn-group__spacer {
  margin-top: 0;
}
@media (min-width: 1366px) {
  .btn-group.btn-group--panel {
    flex-direction: row;
    align-items: center;
  }
  .btn-group.btn-group--panel > * {
    margin-top: 0;
    margin-left: 2rem;
  }
  .btn-group.btn-group--panel > *:first-child {
    margin-left: 0;
  }
  .btn-group.btn-group--panel > *:last-child {
    margin-left: auto;
  }
}
.btn-group.btn-group--panel ul,
.btn-group.btn-group--panel li {
  display: inline-block;
}
.btn-group.btn-group--panel li .btn {
  color: #222222;
}
.btn-group.btn-group--panel li .btn:hover, .btn-group.btn-group--panel li .btn:active, .btn-group.btn-group--panel li .btn:focus, .btn-group.btn-group--panel li .btn.active {
  color: #d11722;
}
@media (min-width: 1366px) {
  .btn-group.btn-group--panel {
    flex-wrap: nowrap;
  }
  .btn-group.btn-group--panel > *:last-child {
    margin-left: 2rem;
  }
}
.btn-group .btn-group__select {
  display: inherit;
  align-items: center;
  flex-grow: 1;
  min-width: 12rem;
}
.btn-group .btn-group__select label {
  margin-right: 0.25rem;
}

.card {
  position: relative;
}
.card .card__cover--ratio {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.card .card__cover--ratio img {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.card .card__cover img {
  width: 100%;
}
.card .card__content {
  color: #222222;
  padding: 1rem;
  position: relative;
}
.card .card__content .flex {
  display: flex;
  padding-right: 0 !important;
}
.card .card__content .flex a {
  flex-grow: 1;
}
.card .card__content .flex div {
  margin-left: 0.5rem;
}
.card .card__content__favorite {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  z-index: 999999999;
  pointer-events: none;
}
@media (min-width: 768px) {
  .card .card__content {
    padding: 1.5rem;
  }
}
.card .card__content > *:first-child {
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .card .card__content > *:first-child {
    padding-right: 2rem;
  }
}
.card .card__date {
  color: #5c5c5c;
  font-size: 0.875rem;
}
.card .card__title {
  font-family: "Montserrat", "Arial", sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-out 0s;
  display: -webkit-box;
  max-height: 4.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card .card__title:hover, .card .card__title:active {
  color: #d11722;
}
.card .card__description {
  font-size: 0.875rem;
}
.card .card__favourite {
  font-size: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 768px) {
  .card .card__favourite {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.card .card__select {
  display: none;
  line-height: 100%;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.card:hover, .card:active {
  color: #222222;
}
.card:focus, .card:focus-visible {
  outline: none;
}
.card a:focus-visible, .card a:focus {
  outline: none;
}
.card--selectable .card__select {
  display: inline-block;
}
.card--selectable a {
  cursor: default;
}
.card--selectable:hover, .card--selectable:active {
  color: #222222;
}
.card--selectable:hover .card__title, .card--selectable:active .card__title {
  color: #222222;
}

.favorite {
  position: relative;
}
.favorite img {
  transition: 0.3s;
  object-fit: cover;
}
.favorite .profile {
  width: 100%;
  max-height: 34rem;
}
.favorite .heart {
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 2rem;
  height: 2rem;
}
.favorite .heart-left {
  left: 2rem;
}
.favorite .heart * {
  display: none;
  width: 100% !important;
  height: 100% !important;
}
.favorite:hover img {
  opacity: 0.5;
}
.favorite:hover .heart * {
  display: block;
}

.form-group {
  max-width: 35rem;
}
.form-group > * {
  display: block;
  width: 100%;
}
.form-group label {
  margin-top: 1rem;
}
.form-group label:first-child {
  margin-top: 0;
}
.form-group input,
.form-group textarea {
  margin-top: 0.5rem;
}
.form-group input:first-child,
.form-group textarea:first-child {
  margin-top: 0;
}
.form-group textarea {
  resize: auto;
}
.form-group .input-container {
  position: relative;
}
.form-group .input-container input,
.form-group .input-container textarea {
  margin-top: 0.5rem;
}
.form-group .input-container:not(:first-child) {
  margin-top: 1rem;
}
.form-group .input-container .icon-end {
  margin: 0;
  position: absolute;
  top: 2.75rem;
  right: 0.25rem;
  background-color: transparent;
  border: none;
}
.form-group .input-container .icon-end__icon {
  color: #222222;
  cursor: pointer;
  font-size: 1.5em;
}
.form-group .input-container .icon-end__icon:hover {
  color: #000000;
}
.form-group .input-container .with-icon {
  position: relative;
  width: 100%;
}
.form-group button {
  margin-top: 1rem;
}
.form-group button:first-child {
  margin-top: 0;
}
.form-group.form-group--full-width {
  max-width: 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
}
@media (min-width: 768px) {
  .grid {
    gap: 1.5rem;
  }
}

.col-xs-1 {
  grid-column: span 1;
}

.col-xs-2 {
  grid-column: span 2;
}

.col-xs-3 {
  grid-column: span 3;
}

.col-xs-4 {
  grid-column: span 4;
}

.col-xs-5 {
  grid-column: span 5;
}

.col-xs-6 {
  grid-column: span 6;
}

.col-xs-7 {
  grid-column: span 7;
}

.col-xs-8 {
  grid-column: span 8;
}

.col-xs-9 {
  grid-column: span 9;
}

.col-xs-10 {
  grid-column: span 10;
}

.col-xs-11 {
  grid-column: span 11;
}

.col-xs-12 {
  grid-column: span 12;
}

@media (min-width: 768px) {
  .col-sm-1 {
    grid-column: span 1;
  }
}
@media (min-width: 768px) {
  .col-sm-2 {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .col-sm-3 {
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  .col-sm-4 {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .col-sm-5 {
    grid-column: span 5;
  }
}
@media (min-width: 768px) {
  .col-sm-6 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .col-sm-7 {
    grid-column: span 7;
  }
}
@media (min-width: 768px) {
  .col-sm-8 {
    grid-column: span 8;
  }
}
@media (min-width: 768px) {
  .col-sm-9 {
    grid-column: span 9;
  }
}
@media (min-width: 768px) {
  .col-sm-10 {
    grid-column: span 10;
  }
}
@media (min-width: 768px) {
  .col-sm-11 {
    grid-column: span 11;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1366px) {
  .col-md-1 {
    grid-column: span 1;
  }
}
@media (min-width: 1366px) {
  .col-md-2 {
    grid-column: span 2;
  }
}
@media (min-width: 1366px) {
  .col-md-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1366px) {
  .col-md-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1366px) {
  .col-md-5 {
    grid-column: span 5;
  }
}
@media (min-width: 1366px) {
  .col-md-6 {
    grid-column: span 6;
  }
}
@media (min-width: 1366px) {
  .col-md-7 {
    grid-column: span 7;
  }
}
@media (min-width: 1366px) {
  .col-md-8 {
    grid-column: span 8;
  }
}
@media (min-width: 1366px) {
  .col-md-9 {
    grid-column: span 9;
  }
}
@media (min-width: 1366px) {
  .col-md-10 {
    grid-column: span 10;
  }
}
@media (min-width: 1366px) {
  .col-md-11 {
    grid-column: span 11;
  }
}
@media (min-width: 1366px) {
  .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1680px) {
  .col-lg-1 {
    grid-column: span 1;
  }
}
@media (min-width: 1680px) {
  .col-lg-2 {
    grid-column: span 2;
  }
}
@media (min-width: 1680px) {
  .col-lg-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1680px) {
  .col-lg-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1680px) {
  .col-lg-5 {
    grid-column: span 5;
  }
}
@media (min-width: 1680px) {
  .col-lg-6 {
    grid-column: span 6;
  }
}
@media (min-width: 1680px) {
  .col-lg-7 {
    grid-column: span 7;
  }
}
@media (min-width: 1680px) {
  .col-lg-8 {
    grid-column: span 8;
  }
}
@media (min-width: 1680px) {
  .col-lg-9 {
    grid-column: span 9;
  }
}
@media (min-width: 1680px) {
  .col-lg-10 {
    grid-column: span 10;
  }
}
@media (min-width: 1680px) {
  .col-lg-11 {
    grid-column: span 11;
  }
}
@media (min-width: 1680px) {
  .col-lg-12 {
    grid-column: span 12;
  }
}
.row-xs-1 {
  grid-row: span 1;
}

.row-xs-2 {
  grid-row: span 2;
}

@media (min-width: 768px) {
  .row-sm-1 {
    grid-row: span 1;
  }
}
@media (min-width: 768px) {
  .row-sm-2 {
    grid-row: span 2;
  }
}
@media (min-width: 1366px) {
  .row-md-1 {
    grid-row: span 1;
  }
}
@media (min-width: 1366px) {
  .row-md-2 {
    grid-row: span 2;
  }
}
@media (min-width: 1680px) {
  .row-lg-1 {
    grid-row: span 1;
  }
}
@media (min-width: 1680px) {
  .row-lg-2 {
    grid-row: span 2;
  }
}
.anticon:first-child {
  margin-right: 0.5rem;
}
.anticon:last-child {
  margin-left: 0.5rem;
}
.anticon:only-child {
  margin-left: 0;
  margin-right: 0;
}

.list-group {
  margin: 1rem 0;
}
.list-group .pagination {
  text-align: right;
  margin-top: 1rem;
}
.list-group .element {
  display: flex;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #c0c0c0;
}
.list-group .element:first-of-type {
  border-top: 1px solid #c0c0c0;
}
.list-group .element .left-side,
.list-group .element .right-side {
  display: flex;
  flex-direction: column;
}
.list-group .element .left-side {
  flex-basis: 90%;
}
.list-group .element .left-side .title {
  font-weight: bold;
}
.list-group .element .left-side .date {
  color: #9b9b9b;
}

.side-menu {
  margin-bottom: 2rem;
}
.side-menu .side-menu__header {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.side-menu .side-menu__header:first-child {
  margin-top: 0;
}
.side-menu .side-menu__list,
.side-menu .side-menu__list-md {
  margin-top: 1rem;
}
.side-menu .side-menu__list.collapsed,
.side-menu .side-menu__list-md.collapsed {
  display: none;
}
@media (min-width: 768px) {
  .side-menu .side-menu__list.collapsed,
  .side-menu .side-menu__list-md.collapsed {
    display: block;
  }
}
.side-menu .side-menu__list > li,
.side-menu .side-menu__list-md > li {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 2rem;
  padding-left: 4rem;
  position: relative;
  text-transform: uppercase;
}
.side-menu .side-menu__list > li::before,
.side-menu .side-menu__list-md > li::before {
  background-color: #d11722;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
}
.side-menu .side-menu__list > li:first-child,
.side-menu .side-menu__list-md > li:first-child {
  margin-top: 0;
}
.side-menu .side-menu__list > li a,
.side-menu .side-menu__list-md > li a {
  color: #222222;
}
.side-menu .side-menu__list > li a:hover, .side-menu .side-menu__list > li a:active, .side-menu .side-menu__list > li a.active,
.side-menu .side-menu__list-md > li a:hover,
.side-menu .side-menu__list-md > li a:active,
.side-menu .side-menu__list-md > li a.active {
  color: #d11722;
}
.side-menu .side-menu__list > li a:focus,
.side-menu .side-menu__list-md > li a:focus {
  outline: auto;
}
.side-menu .side-menu__list > li .anticon,
.side-menu .side-menu__list-md > li .anticon {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.side-menu .side-menu__list--small,
.side-menu .side-menu__list-md--small {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .side-menu .side-menu__list--scrollable,
  .side-menu .side-menu__list-md--scrollable {
    max-height: 50vh;
    overflow-y: auto;
  }
}
.side-menu .side-menu__list-md.collapsed {
  display: none;
}
@media (min-width: 1366px) {
  .side-menu .side-menu__list-md.collapsed {
    display: block;
  }
}
.side-menu .to-focus:focus {
  opacity: 0.6 !important;
}
.side-menu--hidden {
  display: none;
}

@media (min-width: 768px) {
  .side-menu__trigger {
    display: none;
  }
}
@media (min-width: 1366px) {
  .side-menu__trigger-md {
    display: none;
  }
}
.side-menu__trigger, .side-menu__trigger-md {
  padding: 0;
  margin-bottom: 1.5rem;
}
.side-menu__trigger.collapsed, .side-menu__trigger-md.collapsed {
  margin-bottom: 0;
  color: #222222;
}
.side-menu__trigger .anticon, .side-menu__trigger-md .anticon {
  font-size: 1.5rem;
}

.cms-select {
  flex-grow: 1;
}

.cms-select__control {
  border-radius: 0 !important;
  border: 1px solid #c0c0c0 !important;
  cursor: pointer !important;
  transition: all 0.2s ease-out 0s !important;
}
.cms-select__control--is-focused {
  border-color: #222222 !important;
  box-shadow: inset 0 0 0 1px #222222 !important;
}

.is-error > .cms-select__control {
  border-color: #d11722 !important;
}
.is-error > .cms-select__control--is-focused {
  box-shadow: inset 0 0 0 1px #d11722 !important;
}

.cms-select__single-value {
  color: #222222 !important;
  font-family: "Lato", "Arial", sans-serif !important;
  padding: 0.625rem 0 !important;
}

.cms-select__indicator-separator {
  display: none !important;
}

.cms-select__indicator {
  color: #9b9b9b !important;
  transition: all 0.2s ease-out 0s !important;
}
.cms-select__indicator:hover, .cms-select__indicator:active, .cms-select__indicator:focus {
  color: #222222 !important;
}

.cms-select__menu {
  border-radius: 0;
  border: 1px solid #c0c0c0;
  margin: 0;
}

.cms-select__menu-portal {
  left: auto !important;
  top: auto !important;
}

.cms-select__placeholder {
  line-height: 0.9;
}

.cms-select__option--is-selected,
.cms-select__option--is-selected.cms-select__option--is-focused {
  background-color: #f4c7ca !important;
  color: #000000 !important;
}

.cms-select__option--is-focused {
  background-color: #fbeced !important;
  color: #000000 !important;
}

.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  font-style: italic;
  font-size: 1rem;
  color: #222222;
  width: 100%;
  border: 1px solid #5c5c5c;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-height: 12.5rem;
  overflow-y: auto;
  z-index: 2;
}
.react-autosuggest__suggestion {
  padding: 5px 5px;
}
.react-autosuggest__suggestion--highlighted {
  background-color: #f5f5f5;
}

.fixed-select-container > div[class^=css-] {
  top: unset;
  left: unset;
}

.ant-tree-title * {
  color: #222222 !important;
}

.ant-tree-node-selected {
  background-color: transparent !important;
  color: #d11722 !important;
  font-weight: bold;
}
.ant-tree-node-selected a {
  color: #d11722 !important;
  font-weight: bold;
}

a:focus {
  outline: auto;
}

.ant-table-column-has-sorters:focus {
  box-shadow: inset 0 0 0 2px #222222;
}

.wrapper, .breadcrumbs-base-container .breadcrumbs ul {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper, .breadcrumbs-base-container .breadcrumbs ul {
    max-width: 768px;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1366px) {
  .wrapper, .breadcrumbs-base-container .breadcrumbs ul {
    max-width: 1920px;
    padding: 0 5rem;
  }
}
.wrapper__no-padding-mobile {
  padding: 0;
}
@media (min-width: 768px) {
  .wrapper__no-padding-mobile {
    max-width: 768px;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1366px) {
  .wrapper__no-padding-mobile {
    max-width: 1920px;
    padding: 0 5rem;
  }
}
.wrapper__outside {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper__outside {
    max-width: 1366px;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1366px) {
  .wrapper__outside {
    max-width: 1920px;
    padding: 0 5rem;
  }
}

.alert {
  background-color: #d11722;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 1337;
  width: calc(100% - 2rem);
}
.alert .alert__header {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.alert .alert__content {
  padding: 1.5rem;
}
.alert .alert__confirm {
  flex: 1 0 auto;
}
.alert--hidden {
  display: none;
}
@media (min-width: 768px) {
  .alert {
    flex-direction: row;
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1366px) {
  .alert {
    width: 60%;
  }
}

.carousel {
  display: grid;
  gap: 1rem;
  grid-auto-columns: 90%;
  grid-auto-flow: column;
  grid-template-columns: 90%;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .carousel {
    gap: 1.5rem;
    grid-auto-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media (min-width: 1366px) {
  .carousel {
    overflow-x: hidden;
  }
}
.carousel a:focus {
  outline: none;
}
.carousel a:focus .card__title {
  color: #d11722;
}

.field-array input {
  width: 100%;
}

.footer {
  margin-top: 4rem;
  position: relative;
  bottom: 0;
}
.footer a {
  color: #ffffff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: underline;
}
.footer p {
  margin-top: 0.5rem;
}
.footer p:first-of-type {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 0;
  text-transform: uppercase;
}
.footer p:nth-of-type(2) {
  margin-top: 1rem;
}
.footer .grid {
  gap: 2rem 0;
}
.footer .footer__contact {
  background-color: #141414;
  color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer .footer__logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer .footer__logos img {
  margin-top: 2rem;
}
.footer .footer__logos img:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 1.25rem;
  }
  .footer .grid {
    gap: 1.5rem;
  }
  .footer .footer__contact {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .footer .footer__logos {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .footer .footer__logos img {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .footer .footer__logos {
    justify-content: space-evenly;
  }
}

.mbc_toastify .Toastify__toast {
  color: #000000;
  align-items: center;
}
.mbc_toastify .Toastify__toast--error {
  border-radius: 4px;
  background: #ffe6e6;
}
.mbc_toastify .Toastify__toast--success {
  border-radius: 4px;
  background: #f3f9ec;
}
.mbc_toastify__body__close_button {
  font-size: 12px;
  color: #9b9b9b;
}

.Toastify__toast-container--top-right {
  top: 2.5rem;
  right: 1rem;
  position: fixed;
}

.Toastify__progress-bar {
  opacity: 0.6 !important;
}
.Toastify__progress-bar--error {
  background-color: #ff0000 !important;
}
.Toastify__progress-bar--success {
  background-color: #77ac39 !important;
}

.mbc_toastify_icons__success {
  color: #77ac39;
}
.mbc_toastify_icons__error {
  color: #ff0000;
}

.header {
  background-color: #141414;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1337;
}
.header .header__top {
  display: none;
}
.header .header__top .wrapper, .header .header__top .breadcrumbs-base-container .breadcrumbs ul, .breadcrumbs-base-container .breadcrumbs .header .header__top ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header .header__top .wrapper > *, .header .header__top .breadcrumbs-base-container .breadcrumbs ul > *, .breadcrumbs-base-container .breadcrumbs .header .header__top ul > * {
  margin-left: 3rem;
}
@media (min-width: 1366px) {
  .header .header__top .wrapper > *, .header .header__top .breadcrumbs-base-container .breadcrumbs ul > *, .breadcrumbs-base-container .breadcrumbs .header .header__top ul > * {
    margin-left: 5rem;
  }
}
.header .header__top .wrapper > *:first-child, .header .header__top .breadcrumbs-base-container .breadcrumbs ul > *:first-child, .breadcrumbs-base-container .breadcrumbs .header .header__top ul > *:first-child {
  margin-left: 0;
}
.header .header__top li {
  display: inline-block;
}
.header .header__top li .btn {
  color: #9b9b9b;
}
.header .header__top li .btn:hover, .header .header__top li .btn:active, .header .header__top li .btn.active, .header .header__top li .btn:focus {
  color: #ffffff;
}
.header .header__top li .btn--red-focus:hover, .header .header__top li .btn--red-focus:active, .header .header__top li .btn--red-focus.active, .header .header__top li .btn--red-focus:focus {
  color: red;
}
@media (min-width: 768px) {
  .header .header__top {
    display: block;
  }
}
.header .header__bottom .wrapper, .header .header__bottom .breadcrumbs-base-container .breadcrumbs ul, .breadcrumbs-base-container .breadcrumbs .header .header__bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header .header__bottom .header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.header .header__bottom .header__nav .navbar-logo-link {
  margin-left: 5rem;
}
.header .header__bottom .header__nav img {
  display: inline-block;
  width: 4.75rem;
  margin-left: 1.75rem;
}
.header .header__bottom .header__search {
  height: 0;
  width: 100%;
}
.header .header__bottom .header__search form {
  display: flex;
}
.header .header__bottom .header__search input {
  width: 100%;
}
.header .header__bottom .header__search .btn-group {
  display: none;
}
.header .header__bottom .header__options {
  display: none;
  width: 25%;
}
@media (min-width: 768px) {
  .header .header__bottom .wrapper, .header .header__bottom .breadcrumbs-base-container .breadcrumbs ul, .breadcrumbs-base-container .breadcrumbs .header .header__bottom ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .header__bottom .header__nav img {
    width: auto;
    max-width: 10rem;
    margin-left: 2.75rem;
  }
  .header .header__bottom .header__search {
    height: auto;
    padding: 2.5rem 0;
  }
}
@media (min-width: 1366px) {
  .header .header__bottom .wrapper, .header .header__bottom .breadcrumbs-base-container .breadcrumbs ul, .breadcrumbs-base-container .breadcrumbs .header .header__bottom ul {
    flex-wrap: nowrap;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .header .header__bottom .header__nav {
    width: 25%;
  }
  .header .header__bottom .header__nav img {
    width: 10rem;
    margin-left: 4.5rem;
  }
  .header .header__bottom .header__search {
    padding: 0;
    width: 50%;
  }
  .header .header__bottom .header__options {
    display: block;
  }
}
@media (min-width: 1366px) {
  .header.expanded {
    background-image: url("../images/hero.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 28.75rem;
  }
  .header.expanded .header__top {
    background-color: #ffffff;
  }
  .header.expanded .header__top li .btn {
    color: #222222;
  }
  .header.expanded .header__top li .btn:hover, .header.expanded .header__top li .btn:active {
    background-color: rgba(209, 23, 34, 0.04);
  }
  .header.expanded .header__top li .btn:hover, .header.expanded .header__top li .btn:active, .header.expanded .header__top li .btn.active {
    color: #d11722;
  }
  .header.expanded .header__top .wrapper > .btn, .header.expanded .header__top .breadcrumbs-base-container .breadcrumbs ul > .btn, .breadcrumbs-base-container .breadcrumbs .header.expanded .header__top ul > .btn {
    color: #d11722;
  }
  .header.expanded .header__top .wrapper > .btn:hover, .header.expanded .header__top .breadcrumbs-base-container .breadcrumbs ul > .btn:hover, .breadcrumbs-base-container .breadcrumbs .header.expanded .header__top ul > .btn:hover, .header.expanded .header__top .wrapper > .btn:active, .header.expanded .header__top .breadcrumbs-base-container .breadcrumbs ul > .btn:active, .breadcrumbs-base-container .breadcrumbs .header.expanded .header__top ul > .btn:active {
    background-color: rgba(209, 23, 34, 0.04);
  }
  .header.expanded .header__bottom {
    height: 100%;
    position: relative;
  }
  .header.expanded .header__bottom .wrapper, .header.expanded .header__bottom .breadcrumbs-base-container .breadcrumbs ul, .breadcrumbs-base-container .breadcrumbs .header.expanded .header__bottom ul {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .header.expanded .header__bottom .header__nav img {
    width: auto;
  }
  .header.expanded .header__search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header.expanded .header__search .btn-group {
    display: flex;
    margin-top: 0.5rem;
  }
}
.header .header__drawer {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
}
.header .header__drawer .header__drawer-content {
  background-color: #141414;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.2s;
  width: 100%;
  overflow-y: auto;
}
.header .header__drawer .header__drawer-content > * {
  margin-top: 3.75rem;
}
.header .header__drawer .header__drawer-content > *:first-child {
  margin-top: 0;
}
.header .header__drawer .header__drawer-content .header__drawer-top {
  display: flex;
  align-items: center;
}
.header .header__drawer .header__drawer-content .header__drawer-top > * {
  margin-left: 2rem;
}
.header .header__drawer .header__drawer-content .header__drawer-top > *:first-child {
  margin-left: 0;
}
.header .header__drawer .header__drawer-content .header__drawer-top img {
  width: 4.75rem !important;
}
.header .header__drawer .header__drawer-content .header__drawer-top #logo-drawer-container {
  color: transparent !important;
  transition: none !important;
}
.header .header__drawer .header__drawer-content .header__drawer-middle {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
}
.header .header__drawer .header__drawer-content .header__drawer-middle a {
  color: #9b9b9b;
}
.header .header__drawer .header__drawer-content .header__drawer-middle a.active {
  color: #ffffff;
}
.header .header__drawer .header__drawer-content .header__drawer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 1.125rem;
  margin-top: auto;
}
.header .header__drawer .header__drawer-content .header__drawer-bottom > ul {
  min-width: 50%;
  text-align: center;
}
.header .header__drawer .header__drawer-content .header__drawer-bottom > a {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
.header .header__drawer .header__drawer-content .header__drawer-bottom > a.login-button {
  background-color: #d11722;
}
.header .header__drawer .header__drawer-content .header__drawer-bottom li {
  display: inline-block;
}
.header .header__drawer .header__drawer-content .header__drawer-bottom li .btn {
  color: #5c5c5c;
}
.header .header__drawer .header__drawer-content .header__drawer-bottom li .btn:hover, .header .header__drawer .header__drawer-content .header__drawer-bottom li .btn:active, .header .header__drawer .header__drawer-content .header__drawer-bottom li .btn.active {
  color: #ffffff;
}
.header .header__drawer.visible {
  visibility: visible;
}
.header .header__drawer.expanded {
  background-color: rgba(0, 0, 0, 0.32);
  visibility: visible;
}
.header .header__drawer.expanded .header__drawer-content {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .header .header__drawer .header__drawer-content {
    padding: 3.75rem 4.75rem;
    width: 40.5rem;
  }
  .header .header__drawer .header__drawer-content .header__drawer-top img {
    width: 6rem !important;
  }
  .header .header__drawer .header__drawer-content .header__drawer-top #logo-drawer-container {
    color: transparent !important;
    transition: none !important;
  }
  .header .header__drawer .header__drawer-content .header__drawer-bottom {
    display: none;
  }
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.download_files .modal__container .modal__content {
  overflow: inherit !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.32);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  animation: fade_in_show 0.4s;
}
.modal .download_files .modal__container .modal__content {
  overflow: inherit !important;
}
.modal .modal__container {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  box-shadow: 4px 8px 24px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 2rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
}
.modal .modal__container > * {
  border-top: 1px solid #c0c0c0;
  padding: 1rem 1.5rem;
}
.modal .modal__container > *:first-child {
  border-top: none;
}
.modal .modal__container .modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal__container .modal__header__close-button {
  font-size: 1.8rem;
}
.modal .modal__container .modal__header h3 {
  font-weight: bold;
}
.modal .modal__container .modal__header .btn {
  color: #5c5c5c;
}
.modal .modal__container .modal__content {
  overflow: auto;
}
.modal .modal__container .modal__content div ~ div.rules-content-section__element {
  border-top: 1px solid #c0c0c0;
}
.modal .modal__container .modal__content .only-text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.modal .modal__container .modal__content .only-text .anticon {
  font-size: 2.5rem;
}
.modal .modal__container .modal__content .bold {
  font-weight: bold;
}
.modal .modal__container .modal__buttons {
  display: flex;
  justify-content: flex-end;
}
.modal .modal__container .modal__buttons .button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.modal .modal__container .modal__buttons .button-container > button {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .modal .modal__container {
    max-height: 75%;
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1366px) {
  .modal .modal__container {
    width: 60%;
  }
}
.modal.active {
  display: block;
}

.no-items {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
  align-items: center;
  text-align: center;
  max-width: 25rem;
  color: #000000;
}
.no-items__title {
  margin-top: 1rem;
  font-weight: bold;
}

.plugin-actions {
  display: flex;
  color: #000000;
  justify-content: flex-start;
  align-content: center;
  margin: 0.5em 0;
  flex-direction: column;
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 99;
}
.plugin-actions__action {
  display: flex;
  color: #000000;
  justify-content: flex-start;
  align-content: center;
  flex-direction: row;
}
.plugin-actions__action__copy-icon {
  font-size: 1em;
  z-index: 101;
}
.plugin-actions__action__copy-icon:hover,
.plugin-actions__action__copy-icon :focus {
  cursor: pointer;
}
.plugin-actions__action__link, .plugin-actions__action__icon {
  display: flex;
  background: #ffffff;
  color: #000000;
  justify-content: center;
  align-items: center;
  height: 3em;
  min-width: 3em;
  padding: 0.75em 1em;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left: none;
}
.plugin-actions__action__link {
  overflow: hidden;
  justify-content: left;
}
.plugin-actions__action__link input {
  background: transparent;
  border: none;
  position: absolute;
  left: -9999px;
}
.plugin-actions__action__link .element-for-width {
  opacity: 0;
  display: block;
}
.plugin-actions__action__icon {
  z-index: 100;
}
.plugin-actions__action__icon:hover,
.plugin-actions__action__icon :focus {
  cursor: pointer;
}
.plugin-actions__action .buttonText {
  white-space: nowrap;
  color: #000000;
  user-select: all;
  cursor: pointer;
  padding-right: 0.5rem;
  text-transform: uppercase;
  color: #ff0000;
}

@media (max-width: 768px) {
  .plugin-actions__action__link {
    max-width: 85%;
  }
  .plugin-actions__action__link input {
    width: 100%;
    position: unset;
  }
  .plugin-actions__action__link .element-for-width {
    display: none;
  }
}
.section, .breadcrumbs-base-container .breadcrumbs ul {
  margin-top: 5rem;
}
.section:first-of-type, .breadcrumbs-base-container .breadcrumbs ul:first-of-type {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .section .section__container--side, .breadcrumbs-base-container .breadcrumbs ul .section__container--side {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section .section__container--side .side-menu, .breadcrumbs-base-container .breadcrumbs ul .section__container--side .side-menu {
    max-width: 25rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section .section__container--side .section__content, .breadcrumbs-base-container .breadcrumbs ul .section__container--side .section__content {
    margin-left: 2rem;
  }
}
@media (min-width: 1366px) {
  .section .section__container--side-md, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md {
    flex-direction: row !important;
  }
}
@media (min-width: 1366px) {
  .section .section__container--side-md .side-menu, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md .side-menu {
    max-width: 25rem;
  }
}
@media (min-width: 1366px) {
  .section .section__container--side-md .section__content, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md .section__content {
    margin-left: 2rem;
  }
}
.section .section__container--side, .breadcrumbs-base-container .breadcrumbs ul .section__container--side, .section .section__container--side-md, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 4rem;
}
.section .section__container--side .side-menu, .breadcrumbs-base-container .breadcrumbs ul .section__container--side .side-menu, .section .section__container--side-md .side-menu, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md .side-menu {
  width: 100%;
}
.section .section__container--side .section__content, .breadcrumbs-base-container .breadcrumbs ul .section__container--side .section__content, .section .section__container--side-md .section__content, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md .section__content {
  width: 100%;
}
.section .section__container--side .section__content__more, .breadcrumbs-base-container .breadcrumbs ul .section__container--side .section__content__more, .section .section__container--side-md .section__content__more, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md .section__content__more {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-top: 3rem;
}
.section .section__container--side .side-menu--hidden ~ .section__content, .breadcrumbs-base-container .breadcrumbs ul .section__container--side .side-menu--hidden ~ .section__content, .section .section__container--side-md .side-menu--hidden ~ .section__content, .breadcrumbs-base-container .breadcrumbs ul .section__container--side-md .side-menu--hidden ~ .section__content {
  margin-left: 0;
}
.section .grid, .breadcrumbs-base-container .breadcrumbs ul .grid {
  margin-top: 2rem;
}

.section__header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1366px) {
  .section__header-container {
    flex-direction: row;
  }
}

.section__header-note {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
}
@media (min-width: 1366px) {
  .section__header-note {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
  }
}

.skiplinks {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  width: 100%;
  max-width: 10rem;
}
.skiplinks .skiplink {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  transition: transform 0.2s;
}
.skiplinks .skiplink:focus {
  transform: translateX(0);
}

.text-row {
  display: flex;
  margin-bottom: 0.75rem;
}
.text-row__title {
  margin-right: 0.625rem;
  display: flex;
}
.text-row__content {
  font-size: 1rem;
  font-weight: bold;
}
.text-row__content--contain-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 4rem;
  margin-top: 2.5rem;
}
.timeline > * {
  position: relative;
}
.timeline > *:nth-child(2n+1)::before {
  background-color: #5c5c5c;
  content: "";
  height: calc(100% + 4rem);
  position: absolute;
  top: -1rem;
  right: -2rem;
  width: 2px;
}
.timeline > *:nth-child(2n+1)::after {
  background-color: #ffffff;
  border: 2px solid #5c5c5c;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  top: 0;
  right: calc(-2rem - 8px);
  width: 15px;
}
.timeline > *:nth-last-child(2)::before {
  height: 4rem;
}
.timeline .timeline__date {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 768px) {
  .timeline {
    grid-template-columns: 1fr 1fr;
  }
  .timeline > *:nth-child(4n) {
    text-align: right;
    transform: translateX(calc(-100% - 4rem));
  }
  .timeline > *:nth-child(4n+3) {
    transform: translateX(calc(100% + 4rem));
  }
  .timeline > *:nth-child(4n+3)::before {
    left: calc(-2rem - 2px);
    right: auto;
  }
  .timeline > *:nth-child(4n+3)::after {
    left: calc(-2rem - 11px);
    right: auto;
  }
  .timeline .timeline__date {
    font-size: 2rem;
    line-height: 120%;
  }
}

.toggle-section {
  display: flex;
  align-items: center;
  color: #222222;
  margin: 1.5rem 0;
}
.toggle-section__hr {
  width: 2.5rem;
  border-top: 1px solid #d11722;
  margin-right: 1.5rem;
  margin-left: 0;
}
.toggle-section__title {
  user-select: none;
  font-size: 1.1125em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 1.5rem;
}
.toggle-section__main_actions:focus:not(:focus-visible) {
  border: unset;
}
.toggle-section__main_actions:focus-visible {
  border: 1px solid #000000;
}

.advanced-search {
  overflow-y: auto;
}
.advanced-search-body .modal__content {
  overflow-y: auto !important;
}
.advanced-search input {
  width: 100%;
  height: 2.75rem;
}
.advanced-search__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.advanced-search__buttons__redo-icon {
  color: #222222;
}
.advanced-search__content {
  padding: 1.5rem;
  width: 100%;
  border-bottom: 1px dashed #9b9b9b;
}
.advanced-search__content__plus {
  color: #222222;
}
.advanced-search__content__row {
  margin-bottom: 1rem;
}
.advanced-search__content__add-new {
  display: flex;
  align-items: center;
}
.advanced-search__content__delete {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.advanced-search__settings {
  padding: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.advanced-search__settings > *:not(:last-child) {
  margin-bottom: 1rem;
}
.advanced-search__body__auto-suggest {
  border: 1px solid #5c5c5c;
  border-top: none;
}
.advanced-search__body__auto-suggest-element-button {
  border: none;
  background-color: transparent;
}

@media (max-width: 767px) {
  .advanced-search__content__add-new {
    display: flex;
    justify-content: center;
    order: 9999;
  }
  .advanced-search__content__delete {
    display: flex;
    justify-content: flex-end;
  }
  .advanced-search__content__conjuction {
    padding-top: 1.5rem;
    border-top: 1px dashed #9b9b9b;
  }
  .advanced-search__buttons {
    flex-direction: column-reverse;
  }
  .advanced-search__buttons > * {
    text-align: center;
  }
  .modal__container {
    width: 100% !important;
  }
}
@media (min-width: 1366px) {
  .advanced-search-body .modal__container {
    width: 85%;
  }
}
@media (min-width: 1680px) {
  .advanced-search-body .modal__container {
    width: 60%;
  }
}
.posts-container {
  margin-top: 2.5rem;
}
.posts-container .post-item .post__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.posts-container .post-item .header-container {
  padding: 1rem;
}
.posts-container .post-item .header-container .title-link {
  color: #000000;
}
.posts-container .post-item .header-container .title-link:hover, .posts-container .post-item .header-container .title-link:focus {
  color: #d11722;
}
.posts-container .post-item .blog-lead {
  padding: 0 1rem;
}
.posts-container .post-item .read-more {
  margin-left: 1rem;
  margin-top: 0.5rem;
  text-transform: capitalize;
}

.blog-list .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog-list .pagination .current {
  margin: 0 0.5rem;
}

.post-preview .blog-visual {
  margin-top: 4rem;
}
.post-preview .post-image {
  padding-bottom: 1.5rem;
}
@media (min-width: 1366px) {
  .post-preview .post-image {
    max-width: 50%;
    float: right;
    padding-left: 1.5rem;
  }
}
.post-preview .post-detail .details-item {
  color: #5A5858;
}
.post-preview .blog-content p {
  padding-top: 1.5rem;
}

.bookmarks__content {
  overflow-y: auto;
  height: 100%;
  padding: 1rem 1.5rem;
}
.bookmarks__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125px;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
  cursor: pointer;
}
.bookmarks__list .bookmarks-hideshow-button {
  display: flex;
  align-items: center;
  position: absolute;
  margin: auto;
  top: 0;
  left: -1rem;
  bottom: 0;
  z-index: 100;
  border-right: 16px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  height: 4rem;
  width: 0;
}
.bookmarks__list .selected-bookmark {
  color: #d11722;
  border-bottom: 2px solid #d11722 !important;
}
.bookmarks__list__tab {
  border-bottom: 2px solid transparent;
  margin-right: 1.5rem;
  display: flex;
  font-weight: bold;
  font-size: 1.125rem;
  justify-content: center;
}
.bookmarks__list__tab:focus:not(:focus-visible) {
  border: unset;
}
.bookmarks__list__tab:focus-visible {
  border: 1px solid #000000;
}

@media (max-width: 767px) {
  .bookmarks__list {
    margin-bottom: 0.625rem;
    justify-content: flex-start;
  }
  .bookmarks__list__tab {
    font-size: 1rem;
    margin-right: 0.75rem;
  }
  .bookmarks-hideshow-button {
    display: none;
  }
  .bookmarks__content {
    height: auto;
  }
}
.plugin-digital-item-collection {
  font-size: 1.05em;
}
.plugin-digital-item-collection__link {
  margin-bottom: 0.75rem;
}
.plugin-digital-item-collection__no-data {
  color: #222222;
}

.ant-tree-icon {
  background-color: transparent !important;
  border: none !important;
}

.to-focus:focus span {
  opacity: 0.5 !important;
}

.multicolumn2 {
  overflow: hidden;
  padding: 2.5rem 5rem 0;
}
@media (max-width: 767px) {
  .multicolumn2 {
    padding: 1rem;
  }
}
.multicolumn2 h2:first-of-type {
  position: relative;
  word-break: break-word;
}
.multicolumn2 h2:first-of-type::before {
  background-color: #d11722;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
}
@media (min-width: 1366px) {
  .multicolumn2 h2:first-of-type {
    padding-left: 12rem;
  }
  .multicolumn2 h2:first-of-type::before {
    transform: none;
    width: 10rem;
  }
}

@media (max-width: 767px) {
  .multi_column {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .multi_column {
    max-width: none;
  }
  .multi_column div {
    margin: 0 0.25rem;
  }
}
@media (min-width: 1366px) {
  .multi_column {
    max-width: 1920px;
  }
}

@media (max-width: 767px) {
  .footer_column {
    width: auto !important;
    margin-bottom: 2rem;
  }
  .footer_column:last-child {
    margin-bottom: 0;
  }
}

.comments .modal {
  display: block;
}
.comments .modal__header h3 {
  font-weight: bold;
}
.comments .button {
  height: 2.5rem;
  font-size: 1rem;
}
.comments textarea[name=comment],
.comments textarea[name=comment_edit] {
  width: 100%;
  resize: none;
  height: 6rem;
  margin-bottom: 0.75rem;
}
.comments__statement {
  color: #222222;
  font-size: 1.1rem;
  text-align: center;
  padding: 5% 10%;
}
.comments__login-link {
  color: #d11722;
  text-decoration: underline;
}
.comments__add-comment {
  padding: 5% 5% 0;
  overflow: hidden;
}
.comments__add-comment__button {
  margin-top: -0.2rem;
  float: right;
}
.comments__comments-list .ant-comment-inner {
  border-radius: 4px;
  margin: 1% 5%;
}
.comments__comments-list .ant-comment * {
  font-size: 1rem;
}
.comments__comments-list .ant-comment:nth-child(2n) {
  background-color: #f2f2f2;
}
.comments__comments-list .ant-comment-content-author {
  font-size: 0.93em !important;
  display: flex;
  order: 1;
  margin-bottom: 0.5rem;
}
.comments__comments-list .ant-comment-content-author-name {
  color: #222222 !important;
  font-weight: bold;
}
.comments__comments-list .ant-comment-content-author-time {
  color: #5c5c5c !important;
}
.comments__comments-list .ant-comment-content-detail {
  width: 100%;
}
.comments__comments-list .ant-comment-content-detail div {
  width: 100%;
}
.comments__comments-list .ant-comment-actions {
  color: #222222;
  margin-top: 0;
  display: flex;
  order: 2;
}
.comments__comments-list__pagination {
  color: #222222;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.comments__comments-list__pagination > * {
  margin: 0.2rem;
}
.comments__comments-list__pagination__container {
  display: inline-block;
}
.comments__comments-list__pagination__container .ant-pagination {
  color: #222222 !important;
  font-size: 1rem;
}
.comments__comments-list__pagination__container .ant-pagination > * {
  margin-right: 0.25rem;
}
.comments__comments-list__pagination__container .ant-pagination-item-container svg {
  display: none;
}
.comments__comments-list__pagination__container .ant-pagination-item-ellipsis {
  color: #d11722 !important;
  font-size: 1em !important;
}
.comments__comments-list__pagination__container .ant-pagination-item-ellipsis:hover {
  opacity: 1 !important;
}
.comments__comments-list__pagination__container .ant-pagination-item-active {
  border-color: #d11722;
}
.comments__comments-list__pagination__container .ant-pagination-item-active:hover, .comments__comments-list__pagination__container .ant-pagination-item-active:focus {
  border-color: #d11722;
}
.comments__comments-list__pagination__container .ant-pagination-item a:hover, .comments__comments-list__pagination__container .ant-pagination-item a:focus {
  color: #d11722 !important;
  text-decoration: underline;
}
.comments__comments-list__pagination__container .ant-pagination-item-active a:hover, .comments__comments-list__pagination__container .ant-pagination-item-active a:focus {
  text-decoration: none;
}
.comments__comments-list__pagination__container .ant-pagination-next a, .comments__comments-list__pagination__container .ant-pagination-prev a {
  font-size: 1em !important;
  color: #d11722;
}
.comments__comments-list__pagination__container .ant-pagination-next a:hover, .comments__comments-list__pagination__container .ant-pagination-next a:focus, .comments__comments-list__pagination__container .ant-pagination-prev a:hover, .comments__comments-list__pagination__container .ant-pagination-prev a:focus {
  outline: none;
}
.comments__comments-list__pagination__container .ant-pagination-next .ant-pagination-item-link {
  font-size: 1rem;
}
.comments__comments-list__pagination__container .ant-pagination-options-quick-jumper {
  font-size: 0.93rem;
  height: 1.3rem;
  height: 1.3rem;
}
.comments__comments-list__pagination__container .ant-pagination-options-quick-jumper > * {
  border-color: #d11722;
  height: 2.5rem;
}
.comments__comments-list__pagination__quick-jump {
  font-size: 0.93rem;
  height: 1.5rem;
  width: 3rem;
  border: 1px solid #d11722;
  border-radius: 4px;
  font-size: 0.93rem;
}
.comments__comments-list__pagination__quick-jump:focus {
  outline: none;
  box-shadow: 0 0 1px 2px #d11722;
}
.comments .comments__comments-list__pagination__container .ant-pagination {
  display: flex;
}
.comments .ant-comment-content-author-name {
  margin-right: 0.25rem;
}
.comments .ant-comment-actions {
  color: #d11722;
}
.comments .ant-comment-actions li {
  margin-right: 0.5rem;
}
.comments .ant-comment-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5rem;
}
.comments .ant-comment-content-detail {
  display: flex;
  order: 3;
  min-width: 100%;
}
.comments .ant-comment-avatar {
  margin-right: 0;
}

.ant-pagination-item-link {
  border: none;
  background: none;
}

.ant-pagination-item-active {
  border: 1px solid #f5f5f5;
  border-radius: 2px;
}

.show-more-button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-top: 0.375rem;
  font-weight: bold;
}

.contact__title-row {
  display: flex;
  flex-direction: column;
}
.contact__title-row .arrow-button {
  display: none;
}
@media (min-width: 1366px) {
  .contact__title-row .arrow-button {
    display: block;
  }
}
@media (min-width: 1366px) {
  .contact__title-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.contact__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 35rem;
  padding-top: 2rem;
}
.contact__container > * {
  margin-top: 2rem;
}
.contact__container > *:first-child {
  margin-top: 0;
}
.contact__container form input {
  width: 100%;
}
.contact__container form textarea {
  height: 10rem;
}
.contact__container .arrow-button {
  display: block;
  margin: auto;
  margin-top: 2rem;
}
@media (min-width: 1366px) {
  .contact__container .arrow-button {
    display: none;
  }
}
.contact__captcha {
  margin-top: 1rem;
}

.item-correction {
  display: flex;
  justify-content: flex-start;
  padding: 0.5rem;
  max-width: 960px;
  max-height: 540px;
  overflow-y: auto;
}
.item-correction__switch {
  padding: 0 3em;
}
.item-correction__modal {
  min-height: 200px;
}
.item-correction__modal .label-with-drawer {
  margin-bottom: 0;
}
.item-correction__modal__tip-container {
  display: flex;
  align-items: flex-end;
}
.item-correction__modal__tip {
  margin-bottom: 0.75rem;
}
.item-correction__modal__row {
  padding-bottom: 2rem;
}
.item-correction__modal__select {
  width: 100%;
}
.item-correction .input {
  font-size: 1em;
  height: 2.5em;
}
.item-correction .label {
  color: #ffffff;
  font-size: 0.93em;
}
.item-correction .control {
  font-size: 1em;
}
.item-correction .label.mbc-select__label__black {
  color: #ffffff !important;
}
.item-correction .mbc-select .react-select__control {
  min-height: 1px !important;
}

.generic_field_array__field-row__btn {
  margin-top: 2.2rem;
  text-align: center;
}
.generic_field_array__field-row__btn:hover {
  cursor: pointer;
}
.generic_field_array__field-row__btn:focus {
  outline: auto;
}

.generic-field-array__message {
  padding: 1.5rem 1rem;
}

.download-file__content {
  padding-top: 1rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.download-file__content > * {
  margin-bottom: 1.25rem;
  margin-left: 1rem;
}
.download-file .modal__container {
  max-width: 800px;
}
.download-file__modal__subtitle {
  font-size: 1.125rem;
}
.download-file__modal__select {
  margin-bottom: 0.5rem;
}
.download-file__modal__all-files {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.download-meta__content {
  padding-top: 1rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.download-meta__content > * {
  margin-bottom: 1.25rem;
  margin-left: 1rem;
}

.plugin-digital-item-dublin_core__attribute {
  margin: 1.5em 0;
  display: flex;
  justify-content: space-between;
}
.plugin-digital-item-dublin_core__attribute_name {
  text-transform: uppercase;
  font-size: 0.95em;
}
.plugin-digital-item-dublin_core__attribute_value {
  font-size: 1.05em;
  width: 60%;
}

.error-page {
  margin-bottom: 3rem;
}
.error-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  text-align: center;
}
.error-page__image {
  margin: 2.5rem 0;
}

.group-object-preview-details img {
  margin: auto;
}

.plugin-group-object-items-list {
  margin-top: 1rem;
}

.plugin-digital-item-header {
  margin-top: 1em;
}
.plugin-digital-item-header__title {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.plugin-digital-item-header__subtitle {
  color: #d11722;
  text-decoration: underline;
}

.home-section {
  position: relative;
}
.home-section .home-section__prev,
.home-section .home-section__next {
  cursor: pointer;
  display: none;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  color: #222222;
}
.home-section .home-section__prev {
  left: 1.25rem;
  transform: translate(-50%, -50%);
}
.home-section .home-section__next {
  right: 1.25rem;
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  .home-section .home-section__prev,
  .home-section .home-section__next {
    display: block;
  }
}
@media (min-width: 1366px) {
  .home-section .home-section__prev {
    left: 2.5rem;
  }
  .home-section .home-section__next {
    right: 2.5rem;
  }
}
.home-section__news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section__news-header .btn {
  display: none;
}
@media (min-width: 768px) {
  .home-section__news-header .btn {
    display: inline-block;
  }
}
.home-section__news-more {
  text-align: center;
}
@media (min-width: 768px) {
  .home-section__news-more {
    display: none;
  }
}
.home-section__news-container {
  display: flex;
  margin-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.home-section__news-container .home-section__news-element {
  background-color: #d11722;
  color: #ffffff;
  flex: 1 1 33.3333333333%;
  padding: 2.5rem;
  transition: all 0.2s ease-out 0s;
}
.home-section__news-container .home-section__news-element a {
  color: #ffffff;
  text-decoration: underline;
}
.home-section__news-container .home-section__news-element--wide {
  flex: 1 1 66.6666666667%;
}
.home-section__news-container .home-section__news-element--image {
  padding: 0;
}
.home-section__news-container .home-section__news-element--image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-section__news-container .home-section__news-element .read-more {
  margin-left: 1rem;
  margin-top: 0.5rem;
  text-transform: capitalize;
}
.home-section__news-container .home-section__news-element:nth-child(2n) {
  background-color: #141414;
  transform: translateY(1.5rem);
}
.home-section__news-container .home-section__news-element:hover {
  background-color: #450000;
}
.home-section__news-container .home-section__news-element:hover a {
  font-weight: bold;
}
.home-section__news-container .home-section__news-element:hover:nth-child(2n) {
  background-color: #222222;
}
.home-section__collections-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.home-section__collections-container .home-section__collections-element {
  flex: 1 1 auto;
  height: 29.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-section__collections-container .home-section__collections-element::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-section__collections-container .home-section__collections-element a {
  text-decoration: underline;
}
.home-section__collections-container .home-section__collections-element a:focus .home-section__collections-title,
.home-section__collections-container .home-section__collections-element a:hover .home-section__collections-title {
  text-decoration: underline;
}
.home-section__collections-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-section__collections-container .home-section__collections-counter {
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.home-section__collections-container .home-section__collections-title {
  color: #ffffff;
  margin: 0;
  padding: 0 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-section__collections-container .home-section__collections-open {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  width: calc(100% - 3rem);
}
.home-section__collections-container .home-section__collections-expansion {
  background-color: #ffffff;
  border: 1px solid #222222;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.2s ease-out 0s;
  overflow: scroll;
}
.home-section__collections-container .home-section__collections-expansion ul {
  padding: 1.5rem;
}
.home-section__collections-container .home-section__collections-expansion li {
  margin-top: 1.25rem;
}
.home-section__collections-container .home-section__collections-expansion li:first-child {
  margin-top: 0;
}
.home-section__collections-container .home-section__collections-expansion li:nth-child(2) {
  margin-top: 1.75rem;
}
.home-section__collections-container .home-section__collections-expansion .btn {
  padding: 0;
}
.home-section__collections-container .home-section__collections-cancel {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.home-section__collections-container .home-section__collections-element.expanded .home-section__collections-expansion {
  transform: none;
}
.home-section__collections-container .home-section__collections-element:not(.hide-extension) .home-section__collections-expansion {
  display: block;
}
.home-section__collections-container .home-section__collections-element.hide-extension .home-section__collections-expansion {
  display: none;
}
@media (min-width: 768px) {
  .home-section__collections-container .home-section__collections-element {
    width: 50%;
  }
  .home-section__collections-container .home-section__collections-element:last-child:nth-child(2n+1) {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .home-section__collections-container .home-section__collections-element {
    width: 20%;
  }
  .home-section__collections-container .home-section__collections-element:last-child:nth-child(2n+1) {
    width: 20%;
  }
}

body.login-body .login-button {
  display: none;
}

.login .login__title-row__register {
  display: none;
}
.login .login__have-account {
  padding-top: 2rem;
  align-self: center;
}
.login .login__links__register {
  margin-top: 1.5rem;
}
@media (min-width: 1366px) {
  .login {
    width: 65%;
    margin-left: auto;
  }
  .login::before {
    background-image: url("../images/login_bg.jpeg");
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    width: 35%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .login .header {
    position: static;
  }
  .login .header__top {
    background-color: #ffffff;
  }
  .login .header__top li .btn {
    color: #222222;
  }
  .login .header__top li .btn:hover, .login .header__top li .btn:active {
    background-color: rgba(209, 23, 34, 0.04);
  }
  .login .header__top li .btn:hover, .login .header__top li .btn:active, .login .header__top li .btn.active {
    color: #d11722;
  }
  .login .header__top .wrapper > .btn, .login .header__top .breadcrumbs-base-container .breadcrumbs ul > .btn, .breadcrumbs-base-container .breadcrumbs .login .header__top ul > .btn {
    color: #d11722;
  }
  .login .header__top .wrapper > .btn:hover, .login .header__top .breadcrumbs-base-container .breadcrumbs ul > .btn:hover, .breadcrumbs-base-container .breadcrumbs .login .header__top ul > .btn:hover, .login .header__top .wrapper > .btn:active, .login .header__top .breadcrumbs-base-container .breadcrumbs ul > .btn:active, .breadcrumbs-base-container .breadcrumbs .login .header__top ul > .btn:active {
    background-color: rgba(209, 23, 34, 0.04);
  }
  .login .header__bottom {
    position: fixed;
    top: 3.75rem;
    left: 4.75rem;
  }
  .login .header__bottom .wrapper, .login .header__bottom .breadcrumbs-base-container .breadcrumbs ul, .breadcrumbs-base-container .breadcrumbs .login .header__bottom ul {
    padding: 0;
  }
  .login .header__bottom .header__nav img {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .login .header__bottom .header__nav {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1366px) {
  .login .header__bottom .header__nav {
    padding-bottom: 0;
  }
}
.login .header__bottom .header__search {
  display: none;
}
.login .header__bottom .header__options {
  display: none;
}
.login__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login__or-row {
  color: #5c5c5c;
}
.login__password-field {
  position: relative;
}
.login .login__container {
  display: flex;
  flex-direction: column;
  margin: 2.5rem auto 0 auto;
  max-width: 35rem;
  padding: 5rem 0;
}
.login .login__container > * {
  margin-top: 2.5rem;
}
.login .login__container > *:first-child {
  margin-top: 0;
}
.login .login__container > p {
  text-align: center;
}
.login .login__container input {
  width: 100%;
}
.login .login__container > .form-group > a.btn {
  margin-top: 1rem;
}
.login .btn--facebook {
  background-color: #4267b2;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .btn--facebook .icon-facebook {
  font-size: 1.5rem;
  margin-right: 1.5rem;
}
.login .btn--facebook:hover, .login .btn--facebook:active {
  background-color: #385897;
}
.login .btn--google {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #c0c0c0;
  display: flex;
  color: #5c5c5c;
  justify-content: center;
  align-items: center;
}
.login .btn--google:hover, .login .btn--google:active {
  background-color: #f2f2f2;
}
.login .btn--google .google-icon {
  height: 1.5rem;
  display: inline;
  margin-right: 1.5rem;
}
.login .login__links {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.login .login__links > * {
  margin-top: 1rem;
}
.login .login__links > *:first-child {
  margin-top: 0;
}
.login .login__links a {
  text-decoration: underline;
}
.login .login__links__button {
  border: none;
  background-color: transparent;
  color: #d11722;
  cursor: pointer;
  text-decoration: underline;
}
.login .login__links__button:focus {
  opacity: 0.7;
}
.login .login__links__register {
  margin-top: 2rem;
  align-self: center;
}
.login .login__rodo {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .login a.login__links__register {
    display: none;
  }
  .login a.login__have-account {
    display: none;
  }
  .login .login__title-row__register {
    display: block;
  }
}

.plugin-digital-item-marc21__attribute {
  margin: 1.5em 0;
  display: flex;
  justify-content: space-between;
}
.plugin-digital-item-marc21__attribute_name {
  text-transform: uppercase;
  font-size: 0.95em;
}
.plugin-digital-item-marc21__attribute_value {
  font-size: 1.05em;
  width: 80%;
}

.cd-accordion {
  display: flex;
  flex-direction: column;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-accordion:last-child {
  margin-right: -2.5em;
}
.cd-accordion__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: "Montserrat", "Arial", sans-serif;
}
.cd-accordion__item .arrow-handler {
  transform: rotate(180deg);
}
.cd-accordion__item .list-handler {
  display: block;
  background: transparent;
}
.cd-accordion__label {
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2.5rem 1.425rem 0;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.cd-accordion__label:hover, .cd-accordion__label:focus {
  outline: none;
  color: #d11722;
  text-decoration: underline;
}
.cd-accordion__label span {
  font-size: 1.425rem;
  font-weight: 700;
}
.cd-accordion__input-label {
  position: absolute;
  padding: 0.3125rem;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: transparent;
  color: #ffffff;
  border: none;
}
.cd-accordion__input-label:hover, .cd-accordion__input-label:focus {
  background: rgba(255, 255, 255, 0.16);
}
.cd-accordion__input {
  position: absolute;
  opacity: 0;
  display: none;
}
.cd-accordion__input:focus ~ .cd-accordion__input-label {
  background: rgba(255, 255, 255, 0.16);
}
.cd-accordion__input:checked ~ .cd-accordion__input-label {
  transform: rotate(180deg);
}
.cd-accordion__input:checked ~ .cd-accordion__sub {
  display: block;
  background: transparent;
}
.cd-accordion__sub {
  display: none;
  overflow: hidden;
  z-index: 1;
  position: relative;
  left: 0;
  bottom: 0;
}
.cd-accordion__sub--l1 .cd-accordion__label, .cd-accordion__sub--l2 .cd-accordion__label, .cd-accordion__sub--l3 .cd-accordion__label {
  position: relative;
}
.cd-accordion__sub--l1 .cd-accordion__label::before, .cd-accordion__sub--l2 .cd-accordion__label::before, .cd-accordion__sub--l3 .cd-accordion__label::before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  background: #d11722;
}
.cd-accordion__sub--l1 .cd-accordion__label {
  padding-left: 3.5rem;
}
.cd-accordion__sub--l1 .cd-accordion__label::before {
  width: 2.5rem;
}
.cd-accordion__sub--l2 .cd-accordion__label {
  padding-left: 6rem;
}
.cd-accordion__sub--l2 .cd-accordion__label::before {
  width: 5rem;
}
.cd-accordion__sub--l3 .cd-accordion__label {
  padding-left: 8.5rem;
}
.cd-accordion__sub--l3 .cd-accordion__label::before {
  width: 7.5rem;
}

body.digital-item-preview {
  overflow: hidden;
  overflow-y: none;
  height: 100%;
}
@media (max-width: 767px) {
  body.digital-item-preview {
    overflow-y: auto;
  }
}
body.digital-item-preview .footer {
  height: 4.375rem;
  overflow: hidden;
  background-color: #141414;
  margin: 0;
}
body.digital-item-preview .bookmarks-hideshow-button:focus > span {
  outline: auto;
}
body.digital-item-preview .bookmarks-hideshow-button #bookmarks-hide-button-arrow {
  font-size: 1.1rem;
}
body.digital-item-preview .main-container {
  height: calc(100vh - 17.0625rem);
  overflow: hidden;
}
@media (max-width: 767px) {
  body.digital-item-preview .main-container {
    height: auto;
  }
  body.digital-item-preview .main-container .mirador-container {
    flex-direction: column;
  }
}
@media (min-width: 1366px) {
  body.digital-item-preview .main-container {
    height: calc(100vh - 12.3125rem);
  }
}
body.digital-item-preview .main-container .mirador-container {
  height: 100%;
  display: flex;
}
body.digital-item-preview .main-container .mirador-container h2,
body.digital-item-preview .main-container .mirador-container h1,
body.digital-item-preview .main-container .mirador-container label,
body.digital-item-preview .main-container .mirador-container p {
  color: #222222;
}
body.digital-item-preview .main-container .mirador-container a {
  color: #d11722;
  text-decoration: none;
}
body.digital-item-preview .main-container .mirador-container a:hover, body.digital-item-preview .main-container .mirador-container a:active {
  color: #d11722;
  text-decoration: underline;
}
body.digital-item-preview .main-container .mirador-container .mirador-companion-area-bottom {
  z-index: 1099;
}
body.digital-item-preview .main-container .mirador-container__viewer {
  height: 100%;
  width: 65%;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador__message {
  text-align: center;
  margin-top: 2rem;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador__viewer {
  flex: 1;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador img[role=presentation] {
  object-fit: contain;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador .mosaic-root {
  top: -0.125rem;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador .mosaic-tile {
  margin: 0;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador header {
  box-shadow: none !important;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador header nav > div {
  height: 6rem;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador header h2 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
}
body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador nav.MuiDrawer-paper {
  overflow: visible;
}
@media (max-width: 767px) {
  body.digital-item-preview .main-container .mirador-container__viewer {
    width: 100%;
  }
  body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador header nav > div {
    height: inherit;
  }
  body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador__button-show {
    width: calc(100% - 1.25rem);
    height: 2.5rem;
    margin: 0.625rem;
    border-radius: 0;
    background-color: #d11722;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
  }
  body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador__mobile-sticky {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador__mobile-sticky .mirador-viewer {
    top: 2.5rem;
  }
  body.digital-item-preview .main-container .mirador-container__viewer .plugin-mirador__mobile-sticky .plugin-mirador__button-show {
    width: 100%;
    margin: 0;
  }
}
body.digital-item-preview .main-container .mirador-container__details {
  height: 100%;
  width: 35%;
  position: relative;
  z-index: 1;
  box-shadow: -0.625rem 0px 0.625rem 1px #f5f5f5;
}
@media (max-width: 767px) {
  body.digital-item-preview .main-container .mirador-container__details {
    width: 100%;
  }
}
body.digital-item-preview .main-container .filetype-change {
  background-color: #ffffff;
  margin: 10px;
}
body.digital-item-preview .main-container .filetype-change--disabled {
  opacity: 0.24;
  pointer-events: none;
}
body.digital-item-preview .main-container .filetype-change * {
  font-weight: bold;
}
body.digital-item-preview .main-container .filetype-change__title {
  display: flex;
}
body.digital-item-preview .main-container .filetype-change__arrow {
  transform: translateY(-4px) rotate(-45deg);
}
body.digital-item-preview .MuiTabs-scroller {
  position: initial !important;
}

.news__more {
  margin-top: 2.5rem;
}

.plugin-nukat-viaf {
  margin-bottom: 0.75rem;
}
.plugin-nukat-viaf__attribute {
  margin: 1.5em 0;
}
.plugin-nukat-viaf__attribute_name {
  text-transform: uppercase;
  font-size: 0.95em;
}
.plugin-nukat-viaf__attribute_value {
  font-size: 1.05em;
  margin: 0 0.75em;
  display: block;
  text-decoration: underline;
}
.plugin-nukat-viaf__attribute__no_item {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile__info__description {
  padding-bottom: 0.5rem;
}
.profile__info__box {
  border-top: 1px solid #c0c0c0;
  padding: 0.5rem 0;
}
@media (min-width: 1366px) {
  .profile__info p > span {
    display: inline-block;
    width: 15rem;
  }
  .profile__info p > img {
    display: inline-block;
    max-width: 18.75rem;
    max-height: 9.375rem;
  }
}

.profile__info__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.profile__info__actions .btn {
  margin-top: 1rem;
}
.profile__info__actions .btn:first-child {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .profile__info__actions {
    align-items: flex-start;
  }
}

.plugin-digital-item-rating-display {
  display: flex;
  padding-bottom: 1em;
  align-items: center;
  font-size: 1.3em;
  flex-wrap: wrap;
}
.plugin-digital-item-rating-display__star {
  color: #d11722;
}
.plugin-digital-item-rating-display__rating {
  font-weight: bold;
}
.plugin-digital-item-rating-display--has-padding {
  display: inline-block;
  padding-right: 2em;
}
.plugin-digital-item-rating-display__heart__icon {
  font-size: 1.15em;
  color: #d11722;
  transition: 0.4s;
  cursor: pointer;
}
.plugin-digital-item-rating-display__heart__icon:hover {
  transform: scale(1.3);
}
.plugin-digital-item-rating-display div[role=button]:focus .plugin-digital-item-rating-display__heart__icon {
  transform: scale(1.3);
}
.plugin-digital-item-rating-display .--inactive {
  color: #5c5c5c !important;
}
.plugin-digital-item-rating-display .rate-stars {
  width: 100%;
  order: 9;
}
.plugin-digital-item-rating-display .comments__statement {
  color: #222222;
  padding: 0;
  font-size: 0.8em;
  text-align: left;
  margin-top: 1em;
}

.plugin-digital-item-rating__stars:focus {
  outline: auto;
}
.plugin-digital-item-rating__stars > span {
  font-size: 1.5em !important;
}

ul.with-checkbox > li {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.no-data {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.no-data__header {
  font-weight: bold;
  text-transform: uppercase;
  margin: 5rem auto 1.5rem auto;
}
.no-data__header h3 {
  font-size: 1.625rem;
}
.no-data__p-margin-auto {
  margin: auto;
}
.no-data__p {
  margin: 2.5rem auto 1.5rem auto;
}
.no-data__buttonPanel {
  display: flex;
  justify-content: center;
}
.no-data__buttonPanel__btn {
  padding: 0.5rem 1.5rem;
  color: #ffffff;
}

.plugin-filters-list li > span:not(.disabled) {
  cursor: pointer;
}
.plugin-filters-list li > span:not(.disabled):focus {
  outline: auto;
}

.search__grid .card__content {
  padding: 0;
}
@media (min-width: 1366px) {
  .search__grid .card__content {
    padding-top: 1.5rem;
  }
}
.search__grid .card__description {
  font-size: 16px;
}
.search__grid .card__favourite {
  top: 0;
  right: 0;
}
@media (min-width: 1366px) {
  .search__grid .card__favourite {
    top: 1.5rem;
  }
}
.search__grid .search__info {
  margin-top: 1.5rem;
}
.search__grid .search__info p {
  display: flex;
}
.search__grid .search__info p span {
  flex-shrink: 0;
  width: 10rem;
}
.search__grid .search__info p strong .search-highlight {
  color: #d11722;
}

.set-password__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.set-password__container {
  display: flex;
  flex-direction: column;
  margin: 2.5rem auto 0 auto;
  max-width: 35rem;
  padding: 5rem 0;
}
.set-password__container > * {
  margin-top: 2.5rem;
}
.set-password__container > *:first-child {
  margin-top: 0;
}
.set-password__container > p {
  text-align: center;
}
.set-password__container input {
  width: 100%;
}
.set-password__password-field {
  position: relative;
}

.plugin-similar__item {
  margin: 1rem 0;
  display: flex;
}
.plugin-similar__item__img-container {
  max-width: 45%;
  padding-right: 0.75rem;
}
.plugin-similar__item__attributes {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plugin-similar__item__attributes__header {
  display: flex;
  flex-direction: column;
}
.plugin-similar__item__attributes__header__title {
  font-size: 1.1125em;
  color: #222222;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.plugin-similar__item__attributes__header__author {
  color: #5c5c5c;
}
.plugin-similar__item__attributes__button {
  margin-bottom: 1.625rem;
}
.plugin-similar__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  margin-top: 1.5rem;
}

.simple-search__advanced {
  color: #ffffff;
  font-size: 1.5rem;
}
.simple-search__select {
  max-width: 10.5rem;
  min-width: 10.5rem;
}
.simple-search__hidden-label {
  display: none;
}
.simple-search__input-container {
  width: 100%;
  position: relative;
  align-self: stretch;
}
.simple-search__input-container input {
  height: 2.75rem;
}
.simple-search__input-container__info {
  color: #ffffff;
  position: absolute;
}
.simple-search__input-container .icon-container {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
}
.simple-search__input-container .icon-container:focus {
  outline: auto;
}
.simple-search__input-container .search {
  display: none;
  padding: 0;
  right: 0 !important;
}
.simple-search__input-container .search:hover {
  outline: none;
}
.simple-search__input-container .search button:focus {
  outline: none;
}
.simple-search__input-container .is-recording {
  top: 16%;
}
.simple-search__input-container .input-error {
  position: absolute;
  color: #ffffff;
  margin: 0;
}
.simple-search .btn {
  height: 2.75rem;
}
.simple-search input {
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .simple-search {
    overflow-x: hidden;
    max-height: 0;
    transition: all 0.2s ease-out 0s;
  }
  .simple-search--expanded {
    position: absolute;
    width: 100%;
    max-height: 100vh;
    transition: all 0.2s ease-out 0s;
    top: 0;
    left: 0;
    padding: 0.75rem 0.5rem;
    background-color: #ffffff;
  }
  .simple-search--expanded .icon-container {
    right: 2.6rem;
  }
  .simple-search--expanded .search {
    display: block;
  }
  .simple-search__input-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
  }
  .simple-search__input-container__info,
  .simple-search__input-container .input-error {
    color: #222222;
    bottom: -1.5rem;
    left: calc(10% + 0.5rem);
  }
  .simple-search__go-back {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    margin: 0 0.5rem;
  }
  .simple-search__select {
    width: 100%;
    max-width: 100%;
    min-height: 2.75rem !important;
  }
  .simple-search form {
    display: flex;
    flex-direction: column;
    max-height: 96.5vh;
  }
  .simple-search__mobile-icon {
    position: absolute;
    top: 1.7rem;
    right: 1.5rem;
    color: #ffffff;
    font-size: 1.1rem;
    z-index: 999;
  }
  .simple-search__advanced {
    color: #222222 !important;
    font-size: 1rem;
  }
  .simple-search__advanced::before {
    content: "";
    width: 120vw;
    height: 1px;
    border-top: 1px solid #c0c0c0;
    display: block;
    margin-bottom: 1.5rem;
    margin-left: -2rem;
  }
  .simple-search .is-gray {
    color: #5c5c5c;
  }
  .simple-search .react-autosuggest__container {
    width: 100%;
  }
  .simple-search .react-autosuggest__suggestions-container {
    display: none;
  }
  .simple-search__suggest-list {
    font-size: 1rem;
    overflow: auto;
  }
  .simple-search__suggest-list__title {
    color: #5c5c5c;
    margin: 1.25rem 0;
  }
  .simple-search__suggest-list ul li {
    cursor: pointer;
    padding: 0.75rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .simple-search .btn {
    height: auto;
  }
  .simple-search input {
    padding-right: 5rem;
  }
  .blurred {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.32);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .simple-search__mobile-icon {
    display: none;
  }
}
.plugin-digital-item-structure__item-title {
  font-weight: bold;
  padding: 1em 0;
}
.plugin-digital-item-structure__node--current {
  font-weight: bold;
}
.plugin-digital-item-structure .ant-tree {
  background: transparent;
  color: #222222;
}
.plugin-digital-item-structure .ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.plugin-digital-item-structure .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: transparent;
}
.plugin-digital-item-structure .ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: transparent;
  outline: 1px dashed #5c5c5c;
}
.plugin-digital-item-structure .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: transparent;
}