/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/src/scss/header.scss ***!
  \*****************************************************************************************************************************************************************/
/*!
* # Semantic UI - Dropdown
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: 0;
  text-align: left;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
}
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: 0;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 0;
  background: #fff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}
.ui.dropdown .menu > * {
  white-space: nowrap;
}
.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0 0 0 1em;
}
.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: #fff;
  padding: 0.78571429rem 1.14285714rem;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-touch-callout: none;
}
.ui.dropdown .menu > .item:first-child {
  border-top-width: 0;
}
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important;
}
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important;
}
.ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
  margin-top: 0;
}
.ui.dropdown .menu > .header {
  margin: 1rem 0 0.75rem;
  padding: 0 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: 700;
  text-transform: uppercase;
}
.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0;
  margin: 0.5em 0;
}
.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}
.ui.dropdown .menu > .header + .input {
  margin-top: 0;
}
.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}
.ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4);
}
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: 400;
}
.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}
.ui.dropdown .menu .menu {
  top: 0 !important;
  left: 100%;
  right: auto;
  margin: 0 0 0 -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}
.ui.dropdown .menu .menu:after {
  display: none;
}
.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img {
  margin-top: 0;
}
.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img {
  margin-left: 0;
  float: none;
  margin-right: 0.78571429rem;
}
.ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}
.ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
  display: none !important;
}
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0 0 0 1em;
}
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ui.dropdown > .text > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important;
}
.ui.dropdown > .text > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important;
}
.ui.dropdown > .text > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4);
}
.ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
  margin-top: 0;
}
.ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
  margin-left: 0;
  float: none;
  margin-right: 0.78571429rem;
}
.ui.dropdown > .text > .image, .ui.dropdown > .text > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}
.ui.dropdown .ui.menu > .item:before {
  display: none;
}
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0;
}
.ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu {
  left: auto;
  right: 0;
}
.ui.label.dropdown .menu {
  min-width: 100%;
}
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0;
}
.ui.button.dropdown .menu {
  min-width: 100%;
}
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #fff;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
}
.ui.selection.dropdown.active, .ui.selection.dropdown.visible {
  z-index: 10;
}

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.91666667em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.ui.compact.selection.dropdown {
  min-width: 0;
}
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  width: auto;
  outline: 0;
  margin: 0 -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
  display: none;
}
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #fafafa;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.selection.active.dropdown {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.active.dropdown .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.dropdown:focus {
  border-color: #96c8da;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.selection.dropdown:focus .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.ui.selection.active.dropdown:hover {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.active.dropdown:hover .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
  opacity: "";
  z-index: 3;
}
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ui.search.dropdown {
  min-width: "";
}
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: text;
  top: 0;
  left: 1px;
  width: 100%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
  position: absolute;
  z-index: 2;
}
.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
}
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre;
}
.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
  cursor: auto;
}
.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
  pointer-events: none;
}
.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
  opacity: 0.45;
}
.ui.active.search.dropdown input.search:focus + .text {
  color: #fff !important;
}
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}
.ui.multiple.dropdown .menu {
  cursor: auto;
}
.ui.multiple.search.dropdown {
  cursor: text;
}
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
          box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}
.ui.multiple.dropdown .dropdown.icon {
  margin: "";
  padding: "";
}
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}
.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}
.ui.multiple.dropdown > .label ~ .text {
  display: none;
}
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}
.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}
.ui.inline.dropdown .dropdown.icon {
  margin: 0 0.21428571em 0 0.21428571em;
  vertical-align: baseline;
}
.ui.inline.dropdown > .text {
  font-weight: 700;
}
.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}
.ui.dropdown .menu .active.item {
  background: 0 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 12;
}
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}
.ui.loading.dropdown > i.icon {
  height: 1em !important;
}
.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important;
}
.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}
.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
          animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #d0d3d6 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}
.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
  display: none;
}
.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
  color: rgba(9, 21, 35, 0.5);
}
.ui.default.dropdown:not(.button) > input:focus ~ .text, .ui.dropdown:not(.button) > input:focus ~ .default.text {
  color: #fff;
}
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}
.ui.dropdown > .loading.menu {
  left: 0 !important;
  right: auto !important;
}
.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important;
}
.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}
.ui.dropdown > .filtered.text {
  visibility: hidden;
}
.ui.dropdown .filtered.item {
  display: none !important;
}
.ui.dropdown.error {
  color: #9f3a38;
}
.ui.dropdown.error > .default.text, .ui.dropdown.error > .text {
  color: #9f3a38;
}
.ui.selection.dropdown.error {
  background: #fff6f6;
  border-color: #e0b4b4;
}
.ui.selection.dropdown.error:hover {
  border-color: #e0b4b4;
}
.ui.dropdown.error > .menu {
  border-color: #e0b4b4;
}
.ui.dropdown.error > .menu .menu {
  border-color: #e0b4b4;
}
.ui.dropdown.error > .menu > .item {
  color: #9f3a38;
}
.ui.multiple.selection.error.dropdown > .label {
  border-color: #e0b4b4;
}
.ui.dropdown.error > .menu > .item:hover {
  background-color: #fff2f2;
}
.ui.dropdown.error > .menu .active.item {
  background-color: #fdcfcf;
}
.ui.dropdown > .clear.dropdown.icon {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1;
}
.ui.disabled.dropdown {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}
.ui.dropdown .menu {
  left: 0;
}
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}
.ui.dropdown .right.menu > .menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}
.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0 !important;
}
.ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
  left: auto;
  right: 100%;
  margin: 0 -0.5em 0 0 !important;
  border-radius: 0.28571429rem !important;
}
.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon, .ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0;
}
.ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0;
}
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}
.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
}
.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}
.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.ui.active.upward.selection.dropdown {
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}
.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}
.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}
.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}
.ui.scrolling.dropdown .menu .item.item.item, .ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child {
  border-top: none;
}
.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}
.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
  display: none;
}
.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui.simple.active.dropdown > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0 !important;
  left: 100% !important;
  opacity: 1;
}
.ui.simple.dropdown > .menu > .item:active > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0 !important;
  left: 100% !important;
  opacity: 1;
}
.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}
.ui.simple.visible.dropdown > .menu {
  display: block;
}
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0;
}
.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
          box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}
.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}
.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  background: #fff;
  z-index: 2;
  top: -0.25em;
  left: 50%;
  margin: 0 0 0 -0.25em;
}
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
}
.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 1em 0 0;
}
.ui.top.pointing.dropdown > .left.menu:after, .ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui.left.pointing.dropdown > .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em;
}
.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0 1em 0 0;
}
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.ui.right.pointing.dropdown > .menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0;
}
.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em;
}
.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0 !important;
}
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0;
  right: auto;
}
.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0;
  left: auto;
}
.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}
.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0 0 0.78571429rem;
  border-radius: 0.28571429rem;
}
.ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  -webkit-box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
  margin: -0.25em 0 0;
}
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 1em 0 0;
}
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 0 1em;
}
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}
.ui.dropdown > .dropdown.icon {
  font-family: Dropdown;
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: auto;
}
.ui.dropdown > .dropdown.icon:before {
  content: "\f0d7";
}
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "\f0da";
}
.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
}
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
}
.ui.dropdown > .clear.icon:before {
  content: "\f00d";
}
.ui.modal {
  position: absolute;
  display: none;
  z-index: 1001;
  text-align: left;
  background: #fff;
  border: none;
  -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 25%;
      -ms-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0.28571429rem;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  will-change: top, left, margin, transform, opacity;
}
.ui.modal > .icon:first-child + *, .ui.modal > :first-child:not(.icon) {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem;
}
.ui.modal > :last-child {
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}
.ui.modal > .close {
  cursor: pointer;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  z-index: 1;
  opacity: 0.8;
  font-size: 1.25em;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0 0 0;
}
.ui.modal > .close:hover {
  opacity: 1;
}
.ui.modal > .header {
  display: block;
  font-family: "Fira Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
  margin: 0;
  padding: 1.25rem 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.modal > .header:not(.ui) {
  font-size: 1.42857143rem;
  line-height: 1.28571429em;
  font-weight: 700;
}
.ui.modal > .content {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 1.5rem;
  background: #fff;
}
.ui.modal > .image.content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ui.modal > .content > .image {
  display: block;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: "";
  -ms-flex-item-align: top;
      align-self: top;
}
.ui.modal > [class*="top aligned"] {
  -ms-flex-item-align: top;
      align-self: top;
}
.ui.modal > [class*="middle aligned"] {
  -ms-flex-item-align: middle;
      align-self: middle;
}
.ui.modal > [class*=stretched] {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.ui.modal > .content > .description {
  display: block;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0;
  -ms-flex-item-align: top;
      align-self: top;
}
.ui.modal > .content > .icon + .description {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: "";
  width: auto;
  padding-left: 2em;
}
.ui.modal > .content > .image + .description {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: "";
  width: auto;
  padding-left: 2em;
}
.ui.modal > .content > .image > i.icon {
  margin: 0;
  opacity: 1;
  width: auto;
  line-height: 1;
  font-size: 8rem;
}
.ui.modal > .actions {
  background: #f9fafb;
  padding: 1rem 1rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
}
.ui.modal .actions > .button {
  margin-left: 0.75em;
}
.ui.inverted.dimmer > .ui.modal {
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
}
.ui.basic.modal {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.ui.basic.modal > .actions, .ui.basic.modal > .content {
  background-color: transparent;
}
.ui.basic.modal > .header {
  background-color: transparent;
  color: #fff;
}
.ui.basic.modal > .close {
  top: 1rem;
  right: 1.5rem;
}
.ui.inverted.dimmer > .basic.modal {
  color: #fff;
}
.ui.inverted.dimmer > .ui.basic.modal > .header {
  color: rgba(0, 0, 0, 0.85);
}
.ui.legacy.modal {
  top: 50%;
  left: 50%;
}
.ui.legacy.page.dimmer > .ui.modal {
  top: 50%;
  left: 50%;
}
.ui.legacy.page.dimmer > .ui.scrolling.modal {
  top: auto;
}
.ui.page.dimmer > .ui.scrolling.legacy.modal {
  top: auto;
}
.ui.top.aligned.dimmer > .ui.legacy.modal, .ui.top.aligned.legacy.page.dimmer > .ui.modal {
  top: auto;
}
.ui.loading.modal {
  display: block;
  visibility: hidden;
  z-index: -1;
}
.ui.active.modal {
  display: block;
}

@media only screen and (max-width: 899px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 900px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 1180px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
@media only screen and (max-width: 899px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 900px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 1180px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media all and (-ms-high-contrast: none) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 899px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 10.28571429rem;
  }
}
@media only screen and (min-width: 900px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 1180px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem;
  }
}
@font-face {
  font-family: Dropdown;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");
  font-weight: 400;
  font-style: normal;
}
/*-------------------
     Breakpoints
--------------------*/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9981;
  background: #0a1624;
}
header:has(.global-warning) .ui.menu.catalog-menu .sub-menu {
  top: 207px;
}
header .ui.menu.catalog-menu .container:not(.sub-menu) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
header .ui.menu.catalog-menu .toggle-menu {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .ui.menu.catalog-menu .toggle-menu .arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header .ui.menu.catalog-menu.expand .sub-menu {
  display: grid;
}
header .ui.menu.catalog-menu.expand .sub-menu .item:first-child {
  border-left: none !important;
}
header .ui.menu.catalog-menu.expand .item:has(.toggle-menu) {
  background: #0A1624;
}
header .ui.menu.catalog-menu.expand .toggle-menu .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .ui.top.sidebar.sidebar-menu.menu .toggle-menu {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 889px) {
  header .ui.top.sidebar.sidebar-menu.menu .toggle-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .ui.top.sidebar.sidebar-menu.menu .toggle-menu .arrow svg {
    width: 32px;
    height: 32px;
  }
  header .ui.top.sidebar.sidebar-menu.menu .toggle-menu.item {
    padding: 42px 32px;
  }
}
header .ui.top.sidebar.sidebar-menu.menu .toggle-menu .arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 889px) {
  header .ui.top.sidebar.sidebar-menu.menu .toggle-menu .arrow {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
header .ui.top.sidebar.sidebar-menu.menu.expand .sub-menu {
  display: grid;
}
header .ui.top.sidebar.sidebar-menu.menu.expand .sub-menu .item:first-child {
  border-left: none !important;
}
header .ui.top.sidebar.sidebar-menu.menu.expand .toggle-menu {
  background: #0A1624;
}
@media only screen and (max-width: 889px) {
  header .ui.top.sidebar.sidebar-menu.menu.expand .toggle-menu {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 24px;
  }
}
header .ui.top.sidebar.sidebar-menu.menu.expand .toggle-menu .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 889px) {
  header .ui.top.sidebar.sidebar-menu.menu.expand .toggle-menu .arrow {
    opacity: 1;
  }
  header .ui.top.sidebar.sidebar-menu.menu.expand .toggle-menu .arrow svg {
    width: 44px;
    height: 44px;
  }
  header .ui.top.sidebar.sidebar-menu.menu.expand .toggle-menu .arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
header .ui.top.sidebar.sidebar-menu.menu .arrow {
  opacity: 0.25;
}
header .ui.top.sidebar.sidebar-menu.menu .arrow svg {
  width: 32px;
  height: 32px;
}
header .ui.menu {
  margin: 0 !important;
}
header .ui.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 129px;
  background: #0A1624;
  border-radius: 0 0 6px 6px;
  padding: 24px 16px;
  gap: 34px;
  grid-auto-flow: dense;
}
@media only screen and (max-width: 889px) {
  header .ui.menu .sub-menu {
    padding: 12px 0;
    background: #122234;
    gap: 0;
    top: 104px;
  }
}
header .ui.menu .sub-menu .item {
  border: none;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  line-height: 28px;
}
header .ui.menu .sub-menu .item a {
  min-width: 153px;
}
header .ui.menu .sub-menu .item img {
  width: 28px;
  height: 28px;
  -o-object-fit: none;
     object-fit: none;
}
header .ui.menu .sub-menu .item.active img {
  opacity: 0.4;
}
header .ui.menu .sub-menu-title {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  pointer-events: none;
}
@media only screen and (max-width: 889px) {
  header .ui.menu .sub-menu-title {
    background: #122234;
    padding: 30px 64px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: auto;
  }
  header .ui.menu .sub-menu-title .arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
header .ui.menu .sub-menu > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px 20px;
}
header .ui.menu .sub-menu > div .arrow {
  display: none;
}
@media only screen and (max-width: 889px) {
  header .ui.menu .sub-menu > div {
    gap: 0;
  }
  header .ui.menu .sub-menu > div .arrow {
    display: block;
  }
  header .ui.menu .sub-menu > div .item {
    display: none;
  }
  header .ui.menu .sub-menu > div.active .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #0A1624;
    padding: 10px 64px;
    gap: 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 120px;
    border-bottom: 2px solid #122234;
  }
  header .ui.menu .sub-menu > div.active .item:last-child {
    border: none;
  }
  header .ui.menu .sub-menu > div.active .item img {
    width: 46px;
    height: 46px;
    padding: 8px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  header .ui.menu .sub-menu > div.active .item a {
    padding: 0;
  }
  header .ui.menu .sub-menu > div.active .arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
header .ui.menu.top-menu .header {
  padding-left: 0;
  padding-right: 26px;
}
header .ui.menu .item-search {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .ui.menu .item-search form {
  display: grid;
  width: 100%;
}
header .ui.menu .item-search form .prompt {
  border: none;
  outline: 0;
}
header .ui.menu .item-search form .prompt:focus-visible {
  border: none;
}
header .mobile-search, header .search.close.button {
  display: none;
}
header .ui.search.category .search.icon {
  pointer-events: auto;
}
header .ui.search.category .search.icon.clear {
  display: none;
}
header .ui.search.category .results {
  margin: 10px 0 0;
  border-radius: 10px;
  overflow: hidden;
}
header .ui.search.category .results .result {
  display: grid;
  font-weight: 700;
  font-size: 18px;
  line-height: 137%;
  padding: 10px;
  grid-template-columns: -webkit-min-content -webkit-max-content;
  grid-template-columns: min-content max-content;
  grid-gap: 10px;
}
header .ui.search.category .results .result .image {
  width: 35px;
  height: 50px;
  border-radius: 0;
}
header .ui.search.category .results .result .image img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 35/50;
}
header .ui.search.category .results .result .content {
  display: grid;
  grid-gap: 6px;
}
header .ui.search.category .results .result .content .price, header .ui.search.category .results .result .content .price-block {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
header .ui.search.category .results .result .content .price .old-price, header .ui.search.category .results .result .content .price-block .old-price {
  text-decoration: line-through;
  margin-right: 10px;
}
header .ui.search.category .results .result .content .badge.dlc {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border-radius: 10px;
  height: 20px;
  padding: 0 9px;
  width: auto;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
header .profile-icon {
  vertical-align: middle;
}
header .ui.top.sidebar.menu-lang-switcher, header .ui.top.sidebar.sidebar-menu {
  background: #0a1624;
  top: 112px !important;
  z-index: 801;
  bottom: 0 !important;
}
header .ui.top.sidebar.menu-lang-switcher .sidebar-menu--row, header .ui.top.sidebar.sidebar-menu .sidebar-menu--row {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header .ui.top.sidebar.menu-lang-switcher .sidebar-menu--row:last-child, header .ui.top.sidebar.sidebar-menu .sidebar-menu--row:last-child {
  border: none;
}
header .ui.top.sidebar.menu-lang-switcher .sidebar-menu--row .item:last-child, header .ui.top.sidebar.sidebar-menu .sidebar-menu--row .item:last-child {
  border-left: 1px solid #000;
}
header .ui.top.sidebar.menu-lang-switcher .item, header .ui.top.sidebar.sidebar-menu .item {
  width: 50%;
  float: left;
  font-size: 1.14285714em;
  padding: 1.71428571em 1.14285714em 1.28571429em;
}
header .ui.top.sidebar.menu-lang-switcher .item.blue a, header .ui.top.sidebar.sidebar-menu .item.blue a {
  color: #2b7fff;
}
header .ui.top.sidebar.menu-lang-switcher .item.active {
  background: #000;
  border: none;
  text-align: center;
}
header .ui.top.sidebar.menu-lang-switcher .item.active .icon {
  float: left;
}
header .cart-count {
  padding: 0 5px;
  position: absolute;
  height: 19px;
  left: 15px;
  top: 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  line-height: 19px;
  min-width: 19px;
  text-align: center;
}
header .ui.menu.fixed.mobile-menu--bottom {
  display: none;
}
header .ui.menu.fixed.mobile-menu--top {
  display: none;
  background: #0a1624;
}
header .ui.menu.fixed.mobile-menu--top .item {
  padding: 0.57142857em 1.14285714em;
}
header .ui.menu.fixed.mobile-menu--bottom {
  top: initial;
  bottom: 0;
  background: #122234;
}
header .ui.menu.fixed .icon {
  margin: 0;
}
header .lang-dropdown.ui.simple.dropdown {
  padding-right: 0;
}
header .lang-dropdown.ui.simple.dropdown .menu {
  background: #112439;
  border-radius: 10px;
  padding: 20px;
  margin-top: -14px;
  margin-left: 9px;
  border: none;
}
header .lang-dropdown.ui.simple.dropdown .menu > .item {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  padding: 0;
  margin: 0 0 19px;
  text-align: left;
  min-width: 56px;
}
header .lang-dropdown.ui.simple.dropdown .menu > .item a {
  text-decoration: none;
}
header .lang-dropdown.ui.simple.dropdown .menu > .item:last-child {
  margin: 0;
}
header .lang-dropdown.ui.simple.dropdown .menu > .item.active {
  font-weight: 300 !important;
}
header .lang-dropdown.ui.simple.dropdown .menu > .item:hover {
  color: #fff !important;
  font-weight: 300;
}
header .lang-arrow-icon {
  margin: 0 0 0 10px !important;
}

.ui.modals .hide {
  display: none;
}
.ui.modals .errors-block {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 40px;
  color: #fed43a;
}

.change-language-notification {
  background: #122234;
  display: grid;
  grid-gap: 15px;
  grid-auto-flow: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  padding: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 137%;
  z-index: 9999;
  position: relative;
}

.change-language-notification-dropdown {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change-language-notification-dropdown .ui.dropdown {
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 137%;
  padding: 11px 10px 10px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 110px;
  place-content: space-between;
}
.change-language-notification-dropdown .ui.dropdown.active {
  border-radius: 10px 10px 0 0;
}
.change-language-notification-dropdown .ui.dropdown.active > .dropdown.icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.change-language-notification-dropdown .ui.dropdown > .dropdown.icon {
  height: 16px;
  width: 16px;
  margin: 0;
}
.change-language-notification-dropdown .ui.dropdown > .dropdown.icon:before {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../images/dropdown-arrow.ea5ed9.svg) center center no-repeat !important;
  display: block;
}
.change-language-notification-dropdown .ui.dropdown .menu {
  border-radius: 0;
  background: 0 0;
  border: none;
  width: auto;
  left: -1px;
  right: -1px;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  min-width: 110px;
}
.change-language-notification-dropdown .ui.dropdown .item {
  background: #15283e;
  color: #d0d3d6;
  font-weight: 500;
  font-size: 13px;
  line-height: 137%;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
  position: relative;
}
.change-language-notification-dropdown .ui.dropdown .item:hover {
  background: #15283e;
  color: #d0d3d6;
}
.change-language-notification-dropdown .ui.dropdown .item.active {
  display: none;
}
.change-language-notification-dropdown .ui.dropdown .item:before {
  content: "";
  height: 1px;
  background: #21344a;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.change-language-notification .close-icon {
  cursor: pointer;
}
.change-language-notification .button {
  margin: 0 7px;
}

@media only screen and (max-width: 1180px) {
  header .lang-dropdown.ui.simple.dropdown {
    font-size: 0;
  }
  header .lang-dropdown.ui.simple.dropdown .menu {
    margin-left: 0;
  }
  header .lang-arrow-icon {
    margin: 0 0 0 2px !important;
  }
}
@media only screen and (max-width: 899px) {
  .ui.dimmer.modals.active {
    padding: 0 !important;
    z-index: 10000;
  }
  .ui.dimmer.modals.active .modal-close {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 20px;
    cursor: pointer;
    right: 20px;
    background: url(../images/mobile-close-modal.bfa70a.svg) center center no-repeat;
  }
  header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: -1px !important;
  }
  header .mobile-search.search-open-true {
    display: block;
  }
  header .mobile-search.search-open-true .search.close.button {
    display: none !important;
  }
  header .mobile-search.search-open-true .search.clear.icon {
    right: 30px !important;
  }
  header .mobile-search .item-search {
    background: #122234 !important;
    width: calc(100% + 64px);
    margin: 0 -32px;
    padding: 0 !important;
  }
  header .mobile-search .item-search i.search.icon {
    display: none;
  }
  header .mobile-search .item-search i.search.icon.clear {
    width: 50px;
    height: 50px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin: 13px 13px;
    position: absolute;
    right: 5px;
    z-index: 10;
    display: block !important;
    pointer-events: auto;
  }
  header .mobile-search .item-search i.search.icon.clear:before {
    background: url(../images/search-clear.4086d1.svg) no-repeat !important;
    content: "";
    height: 50px;
    width: 50px;
    background-size: cover !important;
    margin-top: 0;
    display: block;
    top: 0;
  }
  header .mobile-search .item-search .ui.search.category {
    width: 100%;
    display: grid;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-auto-flow: column;
    grid-template-columns: 1fr auto;
    text-align: center;
  }
  header .mobile-search .item-search .ui.search.category .search.close.button {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #4f5d73;
    opacity: 0.5;
    margin: 0 30px 0 -10px;
  }
  header .mobile-search .item-search .ui.search.category .results {
    margin: 0;
    background: #122234 !important;
    border-radius: 0;
    max-width: 100vw;
    width: 100vw;
  }
  header .mobile-search .item-search .ui.search.category .results-block {
    width: 100vw;
    height: calc(100vh - 350px);
    overflow-y: scroll;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result {
    padding: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 40px;
    grid-gap: 20px;
    text-decoration: none;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result .badge.dlc {
    padding: 5px 12px;
    line-height: 100%;
    height: auto;
    border-radius: 20px;
    font-size: 32px;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result .title {
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 485px;
    font-weight: 400;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result .image {
    width: 70px;
    height: 100px;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result .price {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result .price-block {
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result .price.old-price {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    opacity: 0.25;
  }
  header .mobile-search .item-search .ui.search.category .results-block .result:active, header .mobile-search .item-search .ui.search.category .results-block .result:hover {
    background: #122234 !important;
  }
  header .mobile-search .item-search .ui.search.category.loading i.search.icon.clear {
    margin: 13px 17px;
  }
  header .mobile-search .item-search .ui.search.category.loading i.search.icon.clear:before {
    background: 0 0 !important;
  }
  header .mobile-search .item-search .ui.search.category.focus i.search.icon.clear {
    display: block;
  }
  header .mobile-search .item-search .ui.search.category .input.search {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    font-size: 32px;
    margin: 24px 30px !important;
    width: calc(100% - 60px);
  }
  header .mobile-search .item-search .ui.search.category .input.search .prompt {
    padding: 18px 70px 18px 34px !important;
    color: #122234;
  }
  header .ui.top.sidebar.visible {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
  header .ui.top.sidebar.menu-lang-switcher .item, header .ui.top.sidebar.sidebar-menu .item {
    font-size: 32px;
    line-height: 137%;
    padding: 0;
    background: #122234;
    width: 100%;
  }
  header .ui.top.sidebar.menu-lang-switcher .item a, header .ui.top.sidebar.sidebar-menu .item a {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    padding: 30px 64px;
    display: inline-block;
    width: 100%;
  }
  header .ui.breadcrumbs {
    display: none;
  }
  header .ui.menu.catalog-menu, header .ui.menu.top-menu {
    display: none;
  }
  header .ui.menu.fixed.mobile-menu--bottom, header .ui.menu.fixed.mobile-menu--top {
    display: block;
    padding: 0 30px;
  }
  header .ui.menu.fixed.mobile-menu--bottom .icon, header .ui.menu.fixed.mobile-menu--top .icon {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
  header .ui.menu.fixed.mobile-menu--bottom .icon.person-mobile-icon, header .ui.menu.fixed.mobile-menu--top .icon.person-mobile-icon {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }
  header .ui.menu.fixed.mobile-menu--bottom .icon.burger, header .ui.menu.fixed.mobile-menu--top .icon.burger {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: 37px;
    height: 37px;
  }
  header .ui.menu.fixed.mobile-menu--bottom .icon.burger:before {
    width: 100%;
    height: 100%;
  }
  header .ui.menu.fixed.mobile-menu--top .icon.burger:before {
    width: 100%;
    height: 100%;
  }
  header .ui.menu.fixed.mobile-menu--top {
    padding: 9px 30px;
    position: initial;
  }
  header .ui.menu.fixed.mobile-menu--top .item {
    padding: 0;
  }
  header .ui.menu.fixed.mobile-menu--bottom {
    padding: 30px 50px 20px;
  }
  header .ui.menu.fixed .mobile-menu-logo {
    width: 137px;
    padding: 18px 0;
  }
  header .cart-count {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    top: 0;
    z-index: 1;
    left: 13px;
  }
  .ui.modal.login {
    width: 100%;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    position: initial;
    min-height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 112px 0 60px;
  }
  .ui.modal.login .ui.tab {
    padding: 0 70px 0;
    position: relative;
  }
  .ui.modal.login .ui.tab .reg-form {
    padding-top: 235px;
  }
  .ui.modal.login .ui.tab .auth-form {
    padding-top: 170px;
  }
  .ui.modal.login .errors-block {
    font-size: 28px;
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    line-height: 120%;
    margin: auto;
  }
  .ui.modal.login .form-description {
    font-size: 28px;
    line-height: 34px;
    position: absolute;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 70px;
  }
  .ui.modal.login .ui.form .field {
    margin: 0 0 60px !important;
    text-align: center !important;
    font-size: 24px;
  }
  .ui.modal.login .ui.form .field .two.fields {
    width: 50% !important;
  }
  .ui.modal.login .ui.form .field .two.fields .right.aligned {
    text-align: right !important;
  }
  .ui.modal.login .ui.form .field label {
    font-size: 24px;
    padding-left: 33px;
    line-height: 24px;
  }
  .ui.modal.login .ui.form .field input {
    font-size: 40px !important;
    padding: 17px 24px !important;
  }
  .ui.modal.login .reg-form .ui.form .field.column {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ui.modal.login .auth-form .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field {
    width: 50% !important;
    text-align: left !important;
  }
  .ui.modal.login .auth-form .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field.right {
    text-align: right !important;
  }
  .ui.modal.login .ui.primary.button {
    font-size: 32px !important;
    font-weight: 700;
    padding: 0;
    width: 500px;
    height: 100px;
    line-height: 100px !important;
    text-align: center;
  }
  .ui.modal.login .menu {
    position: relative;
  }
  .ui.modal.login .menu .item {
    height: 114px;
    line-height: 80px;
    font-size: 36px;
    font-weight: 400;
    border: none !important;
  }
  .ui.modal.login .menu .item.active {
    border-bottom: 5px solid #0064ff !important;
  }
  .ui.modal.login .ui.checkbox .box:after, .ui.modal.login .ui.checkbox .box:before {
    line-height: 24px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .ui.modal.login .ui.checkbox label:after, .ui.modal.login .ui.checkbox label:before {
    line-height: 24px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .change-language-notification {
    grid-gap: 36px;
    grid-auto-flow: row;
    padding-top: 108px;
    font-weight: 400;
    font-size: 32px;
    line-height: 137%;
    padding: 36px 100px 48px;
    text-align: center;
  }
  .change-language-notification-dropdown {
    grid-auto-flow: row;
    grid-gap: 16px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    margin: -20px 0 0;
  }
  .change-language-notification-dropdown .ui.dropdown {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 137%;
    padding: 17px 0 19px;
    width: 430px;
    margin: 0 auto;
    border-width: 1px;
    place-content: center;
  }
  .change-language-notification-dropdown .ui.dropdown > .dropdown.icon {
    height: 31px;
    width: 31px;
    margin: 0;
    position: absolute;
    right: 24px;
  }
  .change-language-notification-dropdown .ui.dropdown > .dropdown.icon:before {
    content: "";
    height: 31px;
    width: 31px;
    background: url(../images/dropdown-arrow.ea5ed9.svg) center center no-repeat !important;
    display: block;
    background-size: cover !important;
  }
  .change-language-notification-dropdown .ui.dropdown .menu {
    width: auto;
    left: -1px;
    right: -1px;
  }
  .change-language-notification-dropdown .ui.dropdown .item {
    font-weight: 500;
    font-size: 32px;
    line-height: 137%;
    border-width: 1px;
    text-align: center;
    padding: 17px 0;
  }
  .change-language-notification .close-icon {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: block;
    position: absolute;
    right: 48px;
    top: 48px;
    width: 24px;
  }
  .change-language-notification .ui.button.primary.medium {
    margin: 0 auto;
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 32px !important;
    padding: 24px 0 !important;
    width: 440px;
    text-align: center;
  }
}
