/**********************************
RESET
**********************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

html, body, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  max-width: 100%;
}

table img {
  max-width: none;
}

textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

ul {
  list-style: none;
}

/**********************************
MY CLASSES
**********************************/
.overflow {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.break-word {
  word-break: break-word !important;
}

.pointer {
  cursor: pointer !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.no-bord {
  border: 0 !important;
}

.hover:hover {
  opacity: 0.9 !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.sticky-top {
  position: sticky !important;
  top: calc(60px + 5.5em);
  z-index: 1;
}

.cols:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .cols {
  height: 1%;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.format-text .f-left {
  float: none !important;
  margin-bottom: 0.5em;
}
@media (min-width: calc(1089px + 1px)) {
  .format-text .f-left {
    float: left !important;
    margin-right: 1em;
  }
}

.format-text .f-right {
  float: none !important;
  margin-bottom: 0.5em;
}
@media (min-width: calc(1089px + 1px)) {
  .format-text .f-right {
    float: right !important;
    margin-left: 1em;
  }
}

.t-left {
  text-align: left !important;
}
.t-left td, .t-left th {
  text-align: left !important;
}

.t-center {
  text-align: center !important;
}
.t-center td, .t-center th {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}
.t-right td, .t-right th {
  text-align: right !important;
}

.t-justify {
  text-align: justify !important;
}
.t-justify td, .t-justify th {
  text-align: justify !important;
}

.v-top {
  vertical-align: top !important;
}

.v-center {
  vertical-align: middle !important;
}

.v-bott {
  vertical-align: bottom !important;
}

hr {
  border: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

pre {
  background-color: #ffffff;
  color: #111;
}

/**********************************
RADIUS
**********************************/
.no-radius {
  border-radius: 0 !important;
}

.radius-def {
  border-radius: 0.15em !important;
}

.radius-50, .circle {
  border-radius: 50% !important;
}

/**********************************
BACKGROUND
**********************************/
.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center center !important;
}

/**********************************
BORDER
**********************************/
.border-top {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.border-right {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.border-left {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

.border {
  border-width: 1px !important;
  border-style: solid !important;
}
.border--2 {
  border-width: 2px !important;
}
.border--3 {
  border-width: 3px !important;
}
.border--4 {
  border-width: 4px !important;
}
.border--5 {
  border-width: 5px !important;
}

.border--dotted {
  border-style: dotted !important;
}

.border--dashed {
  border-style: dashed !important;
}

/**********************************
SIRKY
**********************************/
.w1 {
  width: 10px !important;
}

.w2 {
  width: 20px !important;
}

.w3 {
  width: 30px !important;
}

.w4 {
  width: 40px !important;
}

.w5 {
  width: 50px !important;
}

.w6 {
  width: 60px !important;
}

.w7 {
  width: 70px !important;
}

.w8 {
  width: 80px !important;
}

.w9 {
  width: 90px !important;
}

.w10 {
  width: 100px !important;
}

.w11 {
  width: 110px !important;
}

.w12 {
  width: 120px !important;
}

.w13 {
  width: 130px !important;
}

.w14 {
  width: 140px !important;
}

.w15 {
  width: 150px !important;
}

.w16 {
  width: 160px !important;
}

.w17 {
  width: 170px !important;
}

.w18 {
  width: 180px !important;
}

.w19 {
  width: 190px !important;
}

.w20 {
  width: 200px !important;
}

.w30 {
  width: 300px !important;
}

.w40 {
  width: 400px !important;
}

.w50 {
  width: 500px !important;
}

.w10-pro {
  width: 10% !important;
}

.w20-pro {
  width: 20% !important;
}

.w30-pro {
  width: 30% !important;
}

.w40-pro {
  width: 40% !important;
}

.w50-pro {
  width: 50% !important;
}

.w60-pro {
  width: 60% !important;
}

.w70-pro {
  width: 70% !important;
}

.w80-pro {
  width: 80% !important;
}

.w90-pro {
  width: 90% !important;
}

.minw1 {
  min-width: 10px !important;
}

.minw2 {
  min-width: 20px !important;
}

.minw3 {
  min-width: 30px !important;
}

.minw4 {
  min-width: 40px !important;
}

.minw5 {
  min-width: 50px !important;
}

.minw6 {
  min-width: 60px !important;
}

.minw7 {
  min-width: 70px !important;
}

.minw8 {
  min-width: 80px !important;
}

.minw9 {
  min-width: 90px !important;
}

.minw10 {
  min-width: 100px !important;
}

.minw11 {
  min-width: 110px !important;
}

.minw12 {
  min-width: 120px !important;
}

.minw13 {
  min-width: 130px !important;
}

.minw14 {
  min-width: 140px !important;
}

.minw15 {
  min-width: 150px !important;
}

.minw16 {
  min-width: 160px !important;
}

.minw17 {
  min-width: 170px !important;
}

.minw18 {
  min-width: 180px !important;
}

.minw19 {
  min-width: 190px !important;
}

.minw20 {
  min-width: 200px !important;
}

.minw30 {
  min-width: 300px !important;
}

.minw40 {
  min-width: 400px !important;
}

.minw50 {
  min-width: 500px !important;
}

.wauto {
  width: auto !important;
}

.full {
  width: 100% !important;
}

@media (max-width: 575px) {
  .s-full {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .m-full {
    width: 100% !important;
  }
}

@media (max-width: 1089px) {
  .l-full {
    width: 100% !important;
  }
}

@media (max-width: 1279px) {
  .xl-full {
    width: 100% !important;
  }
}

@media (max-width: 1599px) {
  .xl2-full {
    width: 100% !important;
  }
}

@media (max-width: 1919px) {
  .xxl-full {
    width: 100% !important;
  }
}

.extratiny, .w-ico {
  width: 10px;
}

/**********************************
VYSKY
**********************************/
.hgt01 {
  height: 1px !important;
}

.hgt02 {
  height: 2px !important;
}

.hgt03 {
  height: 3px !important;
}

.hgt04 {
  height: 4px !important;
}

.hgt05 {
  height: 5px !important;
}

.hgt06 {
  height: 6px !important;
}

.hgt07 {
  height: 7px !important;
}

.hgt08 {
  height: 8px !important;
}

.hgt09 {
  height: 9px !important;
}

.hgt1 {
  height: 10px !important;
}

.hgt2 {
  height: 20px !important;
}

.hgt3 {
  height: 30px !important;
}

.hgt4 {
  height: 40px !important;
}

.hgt5 {
  height: 50px !important;
}

.hgt6 {
  height: 60px !important;
}

.hgt7 {
  height: 70px !important;
}

.hgt8 {
  height: 80px !important;
}

.hgt9 {
  height: 90px !important;
}

.hgt10 {
  height: 100px !important;
}

.hgt20 {
  height: 200px !important;
}

.hgt30 {
  height: 300px !important;
}

.hgt40 {
  height: 400px !important;
}

.hgt50 {
  height: 500px !important;
}

.hgt1em {
  height: 1em !important;
}

/**********************************
ODSTINY
**********************************/
.blue {
  color: #40B4E5 !important;
}

.blue-bg, tr.blue-bg td, tr.blue-bg th {
  background-color: #40B4E5 !important;
}

tr.blue-bg:nth-child(even) th, tr.blue-bg:nth-child(even) td {
  background-color: #4db9e7 !important;
}

.blue-border {
  border-color: #40B4E5 !important;
}

.blue-10 {
  color: #ecf8fc !important;
}

.blue-bg-10, tr.blue-bg-10 td, tr.blue-bg-10 th {
  background-color: #ecf8fc !important;
}

tr.blue-bg-10:nth-child(even) td, tr.blue-bg-10:nth-child(even) th {
  background-color: #e6f5fc !important;
}

.blue-border-10 {
  border-color: #ecf8fc !important;
}

.blue-20 {
  color: #d9f0fa !important;
}

.blue-bg-20, tr.blue-bg-20 td, tr.blue-bg-20 th {
  background-color: #d9f0fa !important;
}

tr.blue-bg-20:nth-child(even) td, tr.blue-bg-20:nth-child(even) th {
  background-color: #d3eef9 !important;
}

.blue-border-20 {
  border-color: #d9f0fa !important;
}

.blue-30 {
  color: #c6e9f7 !important;
}

.blue-bg-30, tr.blue-bg-30 td, tr.blue-bg-30 th {
  background-color: #c6e9f7 !important;
}

tr.blue-bg-30:nth-child(even) td, tr.blue-bg-30:nth-child(even) th {
  background-color: #c0e6f6 !important;
}

.blue-border-30 {
  border-color: #c6e9f7 !important;
}

.blue-40 {
  color: #b3e1f5 !important;
}

.blue-bg-40, tr.blue-bg-40 td, tr.blue-bg-40 th {
  background-color: #b3e1f5 !important;
}

tr.blue-bg-40:nth-child(even) td, tr.blue-bg-40:nth-child(even) th {
  background-color: #addff4 !important;
}

.blue-border-40 {
  border-color: #b3e1f5 !important;
}

.blue-50 {
  color: #a0daf2 !important;
}

.blue-bg-50, tr.blue-bg-50 td, tr.blue-bg-50 th {
  background-color: #a0daf2 !important;
}

tr.blue-bg-50:nth-child(even) td, tr.blue-bg-50:nth-child(even) th {
  background-color: #9ad7f1 !important;
}

.blue-border-50 {
  border-color: #a0daf2 !important;
}

.blue-60 {
  color: #8cd2ef !important;
}

.blue-bg-60, tr.blue-bg-60 td, tr.blue-bg-60 th {
  background-color: #8cd2ef !important;
}

tr.blue-bg-60:nth-child(even) td, tr.blue-bg-60:nth-child(even) th {
  background-color: #87d0ef !important;
}

.blue-border-60 {
  border-color: #8cd2ef !important;
}

.blue-70 {
  color: #79cbed !important;
}

.blue-bg-70, tr.blue-bg-70 td, tr.blue-bg-70 th {
  background-color: #79cbed !important;
}

tr.blue-bg-70:nth-child(even) td, tr.blue-bg-70:nth-child(even) th {
  background-color: #74c8ec !important;
}

.blue-border-70 {
  border-color: #79cbed !important;
}

.blue-80 {
  color: #66c3ea !important;
}

.blue-bg-80, tr.blue-bg-80 td, tr.blue-bg-80 th {
  background-color: #66c3ea !important;
}

tr.blue-bg-80:nth-child(even) td, tr.blue-bg-80:nth-child(even) th {
  background-color: #60c1e9 !important;
}

.blue-border-80 {
  border-color: #66c3ea !important;
}

.blue-90 {
  color: #53bce8 !important;
}

.blue-bg-90, tr.blue-bg-90 td, tr.blue-bg-90 th {
  background-color: #53bce8 !important;
}

tr.blue-bg-90:nth-child(even) td, tr.blue-bg-90:nth-child(even) th {
  background-color: #4db9e7 !important;
}

.blue-border-90 {
  border-color: #53bce8 !important;
}

.blue-110 {
  color: #3aa2ce !important;
}

.blue-bg-110, tr.blue-bg-110 td, tr.blue-bg-110 th {
  background-color: #3aa2ce !important;
}

tr.blue-bg-110:nth-child(even) td, tr.blue-bg-110:nth-child(even) th {
  background-color: #3ca7d5 !important;
}

.blue-border-110 {
  border-color: #3aa2ce !important;
}

.blue-120 {
  color: #3390b7 !important;
}

.blue-bg-120, tr.blue-bg-120 td, tr.blue-bg-120 th {
  background-color: #3390b7 !important;
}

tr.blue-bg-120:nth-child(even) td, tr.blue-bg-120:nth-child(even) th {
  background-color: #3595be !important;
}

.blue-border-120 {
  border-color: #3390b7 !important;
}

.blue-130 {
  color: #2d7ea0 !important;
}

.blue-bg-130, tr.blue-bg-130 td, tr.blue-bg-130 th {
  background-color: #2d7ea0 !important;
}

tr.blue-bg-130:nth-child(even) td, tr.blue-bg-130:nth-child(even) th {
  background-color: #2f83a7 !important;
}

.blue-border-130 {
  border-color: #2d7ea0 !important;
}

.blue-140 {
  color: #266c89 !important;
}

.blue-bg-140, tr.blue-bg-140 td, tr.blue-bg-140 th {
  background-color: #266c89 !important;
}

tr.blue-bg-140:nth-child(even) td, tr.blue-bg-140:nth-child(even) th {
  background-color: #287190 !important;
}

.blue-border-140 {
  border-color: #266c89 !important;
}

.blue-150 {
  color: #205a73 !important;
}

.blue-bg-150, tr.blue-bg-150 td, tr.blue-bg-150 th {
  background-color: #205a73 !important;
}

tr.blue-bg-150:nth-child(even) td, tr.blue-bg-150:nth-child(even) th {
  background-color: #225f79 !important;
}

.blue-border-150 {
  border-color: #205a73 !important;
}

.blue-160 {
  color: #1a485c !important;
}

.blue-bg-160, tr.blue-bg-160 td, tr.blue-bg-160 th {
  background-color: #1a485c !important;
}

tr.blue-bg-160:nth-child(even) td, tr.blue-bg-160:nth-child(even) th {
  background-color: #1c4d62 !important;
}

.blue-border-160 {
  border-color: #1a485c !important;
}

.blue-170 {
  color: #133645 !important;
}

.blue-bg-170, tr.blue-bg-170 td, tr.blue-bg-170 th {
  background-color: #133645 !important;
}

tr.blue-bg-170:nth-child(even) td, tr.blue-bg-170:nth-child(even) th {
  background-color: #153b4c !important;
}

.blue-border-170 {
  border-color: #133645 !important;
}

.blue-180 {
  color: #0d242e !important;
}

.blue-bg-180, tr.blue-bg-180 td, tr.blue-bg-180 th {
  background-color: #0d242e !important;
}

tr.blue-bg-180:nth-child(even) td, tr.blue-bg-180:nth-child(even) th {
  background-color: #0f2935 !important;
}

.blue-border-180 {
  border-color: #0d242e !important;
}

.blue-190 {
  color: #061217 !important;
}

.blue-bg-190, tr.blue-bg-190 td, tr.blue-bg-190 th {
  background-color: #061217 !important;
}

tr.blue-bg-190:nth-child(even) td, tr.blue-bg-190:nth-child(even) th {
  background-color: #08171e !important;
}

.blue-border-190 {
  border-color: #061217 !important;
}

.yellow {
  color: #FFCC00 !important;
}

.yellow-bg, tr.yellow-bg td, tr.yellow-bg th {
  background-color: #FFCC00 !important;
}

tr.yellow-bg:nth-child(even) th, tr.yellow-bg:nth-child(even) td {
  background-color: #ffcf0f !important;
}

.yellow-border {
  border-color: #FFCC00 !important;
}

.yellow-10 {
  color: #fffae6 !important;
}

.yellow-bg-10, tr.yellow-bg-10 td, tr.yellow-bg-10 th {
  background-color: #fffae6 !important;
}

tr.yellow-bg-10:nth-child(even) td, tr.yellow-bg-10:nth-child(even) th {
  background-color: #fff8de !important;
}

.yellow-border-10 {
  border-color: #fffae6 !important;
}

.yellow-20 {
  color: #fff5cc !important;
}

.yellow-bg-20, tr.yellow-bg-20 td, tr.yellow-bg-20 th {
  background-color: #fff5cc !important;
}

tr.yellow-bg-20:nth-child(even) td, tr.yellow-bg-20:nth-child(even) th {
  background-color: #fff3c4 !important;
}

.yellow-border-20 {
  border-color: #fff5cc !important;
}

.yellow-30 {
  color: #fff0b3 !important;
}

.yellow-bg-30, tr.yellow-bg-30 td, tr.yellow-bg-30 th {
  background-color: #fff0b3 !important;
}

tr.yellow-bg-30:nth-child(even) td, tr.yellow-bg-30:nth-child(even) th {
  background-color: #ffeeab !important;
}

.yellow-border-30 {
  border-color: #fff0b3 !important;
}

.yellow-40 {
  color: #ffeb99 !important;
}

.yellow-bg-40, tr.yellow-bg-40 td, tr.yellow-bg-40 th {
  background-color: #ffeb99 !important;
}

tr.yellow-bg-40:nth-child(even) td, tr.yellow-bg-40:nth-child(even) th {
  background-color: #ffe991 !important;
}

.yellow-border-40 {
  border-color: #ffeb99 !important;
}

.yellow-50 {
  color: #ffe680 !important;
}

.yellow-bg-50, tr.yellow-bg-50 td, tr.yellow-bg-50 th {
  background-color: #ffe680 !important;
}

tr.yellow-bg-50:nth-child(even) td, tr.yellow-bg-50:nth-child(even) th {
  background-color: #ffe478 !important;
}

.yellow-border-50 {
  border-color: #ffe680 !important;
}

.yellow-60 {
  color: #ffe066 !important;
}

.yellow-bg-60, tr.yellow-bg-60 td, tr.yellow-bg-60 th {
  background-color: #ffe066 !important;
}

tr.yellow-bg-60:nth-child(even) td, tr.yellow-bg-60:nth-child(even) th {
  background-color: #ffdf5e !important;
}

.yellow-border-60 {
  border-color: #ffe066 !important;
}

.yellow-70 {
  color: #ffdb4d !important;
}

.yellow-bg-70, tr.yellow-bg-70 td, tr.yellow-bg-70 th {
  background-color: #ffdb4d !important;
}

tr.yellow-bg-70:nth-child(even) td, tr.yellow-bg-70:nth-child(even) th {
  background-color: #ffda45 !important;
}

.yellow-border-70 {
  border-color: #ffdb4d !important;
}

.yellow-80 {
  color: #ffd633 !important;
}

.yellow-bg-80, tr.yellow-bg-80 td, tr.yellow-bg-80 th {
  background-color: #ffd633 !important;
}

tr.yellow-bg-80:nth-child(even) td, tr.yellow-bg-80:nth-child(even) th {
  background-color: #ffd52b !important;
}

.yellow-border-80 {
  border-color: #ffd633 !important;
}

.yellow-90 {
  color: #ffd11a !important;
}

.yellow-bg-90, tr.yellow-bg-90 td, tr.yellow-bg-90 th {
  background-color: #ffd11a !important;
}

tr.yellow-bg-90:nth-child(even) td, tr.yellow-bg-90:nth-child(even) th {
  background-color: #ffd012 !important;
}

.yellow-border-90 {
  border-color: #ffd11a !important;
}

.yellow-110 {
  color: #e6b800 !important;
}

.yellow-bg-110, tr.yellow-bg-110 td, tr.yellow-bg-110 th {
  background-color: #e6b800 !important;
}

tr.yellow-bg-110:nth-child(even) td, tr.yellow-bg-110:nth-child(even) th {
  background-color: #edbe00 !important;
}

.yellow-border-110 {
  border-color: #e6b800 !important;
}

.yellow-120 {
  color: #cca300 !important;
}

.yellow-bg-120, tr.yellow-bg-120 td, tr.yellow-bg-120 th {
  background-color: #cca300 !important;
}

tr.yellow-bg-120:nth-child(even) td, tr.yellow-bg-120:nth-child(even) th {
  background-color: #d4a900 !important;
}

.yellow-border-120 {
  border-color: #cca300 !important;
}

.yellow-130 {
  color: #b38f00 !important;
}

.yellow-bg-130, tr.yellow-bg-130 td, tr.yellow-bg-130 th {
  background-color: #b38f00 !important;
}

tr.yellow-bg-130:nth-child(even) td, tr.yellow-bg-130:nth-child(even) th {
  background-color: #ba9500 !important;
}

.yellow-border-130 {
  border-color: #b38f00 !important;
}

.yellow-140 {
  color: #997a00 !important;
}

.yellow-bg-140, tr.yellow-bg-140 td, tr.yellow-bg-140 th {
  background-color: #997a00 !important;
}

tr.yellow-bg-140:nth-child(even) td, tr.yellow-bg-140:nth-child(even) th {
  background-color: #a18100 !important;
}

.yellow-border-140 {
  border-color: #997a00 !important;
}

.yellow-150 {
  color: #806600 !important;
}

.yellow-bg-150, tr.yellow-bg-150 td, tr.yellow-bg-150 th {
  background-color: #806600 !important;
}

tr.yellow-bg-150:nth-child(even) td, tr.yellow-bg-150:nth-child(even) th {
  background-color: #876c00 !important;
}

.yellow-border-150 {
  border-color: #806600 !important;
}

.yellow-160 {
  color: #665200 !important;
}

.yellow-bg-160, tr.yellow-bg-160 td, tr.yellow-bg-160 th {
  background-color: #665200 !important;
}

tr.yellow-bg-160:nth-child(even) td, tr.yellow-bg-160:nth-child(even) th {
  background-color: #6e5800 !important;
}

.yellow-border-160 {
  border-color: #665200 !important;
}

.yellow-170 {
  color: #4d3d00 !important;
}

.yellow-bg-170, tr.yellow-bg-170 td, tr.yellow-bg-170 th {
  background-color: #4d3d00 !important;
}

tr.yellow-bg-170:nth-child(even) td, tr.yellow-bg-170:nth-child(even) th {
  background-color: #544300 !important;
}

.yellow-border-170 {
  border-color: #4d3d00 !important;
}

.yellow-180 {
  color: #332900 !important;
}

.yellow-bg-180, tr.yellow-bg-180 td, tr.yellow-bg-180 th {
  background-color: #332900 !important;
}

tr.yellow-bg-180:nth-child(even) td, tr.yellow-bg-180:nth-child(even) th {
  background-color: #3b2f00 !important;
}

.yellow-border-180 {
  border-color: #332900 !important;
}

.yellow-190 {
  color: #1a1400 !important;
}

.yellow-bg-190, tr.yellow-bg-190 td, tr.yellow-bg-190 th {
  background-color: #1a1400 !important;
}

tr.yellow-bg-190:nth-child(even) td, tr.yellow-bg-190:nth-child(even) th {
  background-color: #211b00 !important;
}

.yellow-border-190 {
  border-color: #1a1400 !important;
}

.darkblue {
  color: #001689 !important;
}

.darkblue-bg, tr.darkblue-bg td, tr.darkblue-bg th {
  background-color: #001689 !important;
}

tr.darkblue-bg:nth-child(even) th, tr.darkblue-bg:nth-child(even) td {
  background-color: #001898 !important;
}

.darkblue-border {
  border-color: #001689 !important;
}

.darkblue-10 {
  color: #e6e8f3 !important;
}

.darkblue-bg-10, tr.darkblue-bg-10 td, tr.darkblue-bg-10 th {
  background-color: #e6e8f3 !important;
}

tr.darkblue-bg-10:nth-child(even) td, tr.darkblue-bg-10:nth-child(even) th {
  background-color: #dee1f0 !important;
}

.darkblue-border-10 {
  border-color: #e6e8f3 !important;
}

.darkblue-20 {
  color: #ccd0e7 !important;
}

.darkblue-bg-20, tr.darkblue-bg-20 td, tr.darkblue-bg-20 th {
  background-color: #ccd0e7 !important;
}

tr.darkblue-bg-20:nth-child(even) td, tr.darkblue-bg-20:nth-child(even) th {
  background-color: #c4c9e4 !important;
}

.darkblue-border-20 {
  border-color: #ccd0e7 !important;
}

.darkblue-30 {
  color: #b3b9dc !important;
}

.darkblue-bg-30, tr.darkblue-bg-30 td, tr.darkblue-bg-30 th {
  background-color: #b3b9dc !important;
}

tr.darkblue-bg-30:nth-child(even) td, tr.darkblue-bg-30:nth-child(even) th {
  background-color: #abb2d8 !important;
}

.darkblue-border-30 {
  border-color: #b3b9dc !important;
}

.darkblue-40 {
  color: #99a2d0 !important;
}

.darkblue-bg-40, tr.darkblue-bg-40 td, tr.darkblue-bg-40 th {
  background-color: #99a2d0 !important;
}

tr.darkblue-bg-40:nth-child(even) td, tr.darkblue-bg-40:nth-child(even) th {
  background-color: #919bcc !important;
}

.darkblue-border-40 {
  border-color: #99a2d0 !important;
}

.darkblue-50 {
  color: #808bc4 !important;
}

.darkblue-bg-50, tr.darkblue-bg-50 td, tr.darkblue-bg-50 th {
  background-color: #808bc4 !important;
}

tr.darkblue-bg-50:nth-child(even) td, tr.darkblue-bg-50:nth-child(even) th {
  background-color: #7884c0 !important;
}

.darkblue-border-50 {
  border-color: #808bc4 !important;
}

.darkblue-60 {
  color: #6673b8 !important;
}

.darkblue-bg-60, tr.darkblue-bg-60 td, tr.darkblue-bg-60 th {
  background-color: #6673b8 !important;
}

tr.darkblue-bg-60:nth-child(even) td, tr.darkblue-bg-60:nth-child(even) th {
  background-color: #5e6cb5 !important;
}

.darkblue-border-60 {
  border-color: #6673b8 !important;
}

.darkblue-70 {
  color: #4d5cac !important;
}

.darkblue-bg-70, tr.darkblue-bg-70 td, tr.darkblue-bg-70 th {
  background-color: #4d5cac !important;
}

tr.darkblue-bg-70:nth-child(even) td, tr.darkblue-bg-70:nth-child(even) th {
  background-color: #4555a9 !important;
}

.darkblue-border-70 {
  border-color: #4d5cac !important;
}

.darkblue-80 {
  color: #3345a1 !important;
}

.darkblue-bg-80, tr.darkblue-bg-80 td, tr.darkblue-bg-80 th {
  background-color: #3345a1 !important;
}

tr.darkblue-bg-80:nth-child(even) td, tr.darkblue-bg-80:nth-child(even) th {
  background-color: #2b3e9d !important;
}

.darkblue-border-80 {
  border-color: #3345a1 !important;
}

.darkblue-90 {
  color: #1a2d95 !important;
}

.darkblue-bg-90, tr.darkblue-bg-90 td, tr.darkblue-bg-90 th {
  background-color: #1a2d95 !important;
}

tr.darkblue-bg-90:nth-child(even) td, tr.darkblue-bg-90:nth-child(even) th {
  background-color: #122691 !important;
}

.darkblue-border-90 {
  border-color: #1a2d95 !important;
}

.darkblue-110 {
  color: #00147b !important;
}

.darkblue-bg-110, tr.darkblue-bg-110 td, tr.darkblue-bg-110 th {
  background-color: #00147b !important;
}

tr.darkblue-bg-110:nth-child(even) td, tr.darkblue-bg-110:nth-child(even) th {
  background-color: #00147f !important;
}

.darkblue-border-110 {
  border-color: #00147b !important;
}

.darkblue-120 {
  color: #00126e !important;
}

.darkblue-bg-120, tr.darkblue-bg-120 td, tr.darkblue-bg-120 th {
  background-color: #00126e !important;
}

tr.darkblue-bg-120:nth-child(even) td, tr.darkblue-bg-120:nth-child(even) th {
  background-color: #001272 !important;
}

.darkblue-border-120 {
  border-color: #00126e !important;
}

.darkblue-130 {
  color: #000f60 !important;
}

.darkblue-bg-130, tr.darkblue-bg-130 td, tr.darkblue-bg-130 th {
  background-color: #000f60 !important;
}

tr.darkblue-bg-130:nth-child(even) td, tr.darkblue-bg-130:nth-child(even) th {
  background-color: #001064 !important;
}

.darkblue-border-130 {
  border-color: #000f60 !important;
}

.darkblue-140 {
  color: #000d52 !important;
}

.darkblue-bg-140, tr.darkblue-bg-140 td, tr.darkblue-bg-140 th {
  background-color: #000d52 !important;
}

tr.darkblue-bg-140:nth-child(even) td, tr.darkblue-bg-140:nth-child(even) th {
  background-color: #000e56 !important;
}

.darkblue-border-140 {
  border-color: #000d52 !important;
}

.darkblue-150 {
  color: #000b45 !important;
}

.darkblue-bg-150, tr.darkblue-bg-150 td, tr.darkblue-bg-150 th {
  background-color: #000b45 !important;
}

tr.darkblue-bg-150:nth-child(even) td, tr.darkblue-bg-150:nth-child(even) th {
  background-color: #000c49 !important;
}

.darkblue-border-150 {
  border-color: #000b45 !important;
}

.darkblue-160 {
  color: #000937 !important;
}

.darkblue-bg-160, tr.darkblue-bg-160 td, tr.darkblue-bg-160 th {
  background-color: #000937 !important;
}

tr.darkblue-bg-160:nth-child(even) td, tr.darkblue-bg-160:nth-child(even) th {
  background-color: #00093b !important;
}

.darkblue-border-160 {
  border-color: #000937 !important;
}

.darkblue-170 {
  color: #000729 !important;
}

.darkblue-bg-170, tr.darkblue-bg-170 td, tr.darkblue-bg-170 th {
  background-color: #000729 !important;
}

tr.darkblue-bg-170:nth-child(even) td, tr.darkblue-bg-170:nth-child(even) th {
  background-color: #00072d !important;
}

.darkblue-border-170 {
  border-color: #000729 !important;
}

.darkblue-180 {
  color: #00041b !important;
}

.darkblue-bg-180, tr.darkblue-bg-180 td, tr.darkblue-bg-180 th {
  background-color: #00041b !important;
}

tr.darkblue-bg-180:nth-child(even) td, tr.darkblue-bg-180:nth-child(even) th {
  background-color: #000520 !important;
}

.darkblue-border-180 {
  border-color: #00041b !important;
}

.darkblue-190 {
  color: #00020e !important;
}

.darkblue-bg-190, tr.darkblue-bg-190 td, tr.darkblue-bg-190 th {
  background-color: #00020e !important;
}

tr.darkblue-bg-190:nth-child(even) td, tr.darkblue-bg-190:nth-child(even) th {
  background-color: #000312 !important;
}

.darkblue-border-190 {
  border-color: #00020e !important;
}

.orange {
  color: #FF6B00 !important;
}

.orange-bg, tr.orange-bg td, tr.orange-bg th {
  background-color: #FF6B00 !important;
}

tr.orange-bg:nth-child(even) th, tr.orange-bg:nth-child(even) td {
  background-color: #ff740f !important;
}

.orange-border {
  border-color: #FF6B00 !important;
}

.orange-10 {
  color: #fff0e6 !important;
}

.orange-bg-10, tr.orange-bg-10 td, tr.orange-bg-10 th {
  background-color: #fff0e6 !important;
}

tr.orange-bg-10:nth-child(even) td, tr.orange-bg-10:nth-child(even) th {
  background-color: #ffecde !important;
}

.orange-border-10 {
  border-color: #fff0e6 !important;
}

.orange-20 {
  color: #ffe1cc !important;
}

.orange-bg-20, tr.orange-bg-20 td, tr.orange-bg-20 th {
  background-color: #ffe1cc !important;
}

tr.orange-bg-20:nth-child(even) td, tr.orange-bg-20:nth-child(even) th {
  background-color: #ffddc4 !important;
}

.orange-border-20 {
  border-color: #ffe1cc !important;
}

.orange-30 {
  color: #ffd3b3 !important;
}

.orange-bg-30, tr.orange-bg-30 td, tr.orange-bg-30 th {
  background-color: #ffd3b3 !important;
}

tr.orange-bg-30:nth-child(even) td, tr.orange-bg-30:nth-child(even) th {
  background-color: #ffceab !important;
}

.orange-border-30 {
  border-color: #ffd3b3 !important;
}

.orange-40 {
  color: #ffc499 !important;
}

.orange-bg-40, tr.orange-bg-40 td, tr.orange-bg-40 th {
  background-color: #ffc499 !important;
}

tr.orange-bg-40:nth-child(even) td, tr.orange-bg-40:nth-child(even) th {
  background-color: #ffbf91 !important;
}

.orange-border-40 {
  border-color: #ffc499 !important;
}

.orange-50 {
  color: #ffb580 !important;
}

.orange-bg-50, tr.orange-bg-50 td, tr.orange-bg-50 th {
  background-color: #ffb580 !important;
}

tr.orange-bg-50:nth-child(even) td, tr.orange-bg-50:nth-child(even) th {
  background-color: #ffb178 !important;
}

.orange-border-50 {
  border-color: #ffb580 !important;
}

.orange-60 {
  color: #ffa666 !important;
}

.orange-bg-60, tr.orange-bg-60 td, tr.orange-bg-60 th {
  background-color: #ffa666 !important;
}

tr.orange-bg-60:nth-child(even) td, tr.orange-bg-60:nth-child(even) th {
  background-color: #ffa25e !important;
}

.orange-border-60 {
  border-color: #ffa666 !important;
}

.orange-70 {
  color: #ff974d !important;
}

.orange-bg-70, tr.orange-bg-70 td, tr.orange-bg-70 th {
  background-color: #ff974d !important;
}

tr.orange-bg-70:nth-child(even) td, tr.orange-bg-70:nth-child(even) th {
  background-color: #ff9345 !important;
}

.orange-border-70 {
  border-color: #ff974d !important;
}

.orange-80 {
  color: #ff8933 !important;
}

.orange-bg-80, tr.orange-bg-80 td, tr.orange-bg-80 th {
  background-color: #ff8933 !important;
}

tr.orange-bg-80:nth-child(even) td, tr.orange-bg-80:nth-child(even) th {
  background-color: #ff842b !important;
}

.orange-border-80 {
  border-color: #ff8933 !important;
}

.orange-90 {
  color: #ff7a1a !important;
}

.orange-bg-90, tr.orange-bg-90 td, tr.orange-bg-90 th {
  background-color: #ff7a1a !important;
}

tr.orange-bg-90:nth-child(even) td, tr.orange-bg-90:nth-child(even) th {
  background-color: #ff7512 !important;
}

.orange-border-90 {
  border-color: #ff7a1a !important;
}

.orange-110 {
  color: #e66000 !important;
}

.orange-bg-110, tr.orange-bg-110 td, tr.orange-bg-110 th {
  background-color: #e66000 !important;
}

tr.orange-bg-110:nth-child(even) td, tr.orange-bg-110:nth-child(even) th {
  background-color: #ed6400 !important;
}

.orange-border-110 {
  border-color: #e66000 !important;
}

.orange-120 {
  color: #cc5600 !important;
}

.orange-bg-120, tr.orange-bg-120 td, tr.orange-bg-120 th {
  background-color: #cc5600 !important;
}

tr.orange-bg-120:nth-child(even) td, tr.orange-bg-120:nth-child(even) th {
  background-color: #d45900 !important;
}

.orange-border-120 {
  border-color: #cc5600 !important;
}

.orange-130 {
  color: #b34b00 !important;
}

.orange-bg-130, tr.orange-bg-130 td, tr.orange-bg-130 th {
  background-color: #b34b00 !important;
}

tr.orange-bg-130:nth-child(even) td, tr.orange-bg-130:nth-child(even) th {
  background-color: #ba4e00 !important;
}

.orange-border-130 {
  border-color: #b34b00 !important;
}

.orange-140 {
  color: #994000 !important;
}

.orange-bg-140, tr.orange-bg-140 td, tr.orange-bg-140 th {
  background-color: #994000 !important;
}

tr.orange-bg-140:nth-child(even) td, tr.orange-bg-140:nth-child(even) th {
  background-color: #a14300 !important;
}

.orange-border-140 {
  border-color: #994000 !important;
}

.orange-150 {
  color: #803600 !important;
}

.orange-bg-150, tr.orange-bg-150 td, tr.orange-bg-150 th {
  background-color: #803600 !important;
}

tr.orange-bg-150:nth-child(even) td, tr.orange-bg-150:nth-child(even) th {
  background-color: #873900 !important;
}

.orange-border-150 {
  border-color: #803600 !important;
}

.orange-160 {
  color: #662b00 !important;
}

.orange-bg-160, tr.orange-bg-160 td, tr.orange-bg-160 th {
  background-color: #662b00 !important;
}

tr.orange-bg-160:nth-child(even) td, tr.orange-bg-160:nth-child(even) th {
  background-color: #6e2e00 !important;
}

.orange-border-160 {
  border-color: #662b00 !important;
}

.orange-170 {
  color: #4d2000 !important;
}

.orange-bg-170, tr.orange-bg-170 td, tr.orange-bg-170 th {
  background-color: #4d2000 !important;
}

tr.orange-bg-170:nth-child(even) td, tr.orange-bg-170:nth-child(even) th {
  background-color: #542300 !important;
}

.orange-border-170 {
  border-color: #4d2000 !important;
}

.orange-180 {
  color: #331500 !important;
}

.orange-bg-180, tr.orange-bg-180 td, tr.orange-bg-180 th {
  background-color: #331500 !important;
}

tr.orange-bg-180:nth-child(even) td, tr.orange-bg-180:nth-child(even) th {
  background-color: #3b1900 !important;
}

.orange-border-180 {
  border-color: #331500 !important;
}

.orange-190 {
  color: #1a0b00 !important;
}

.orange-bg-190, tr.orange-bg-190 td, tr.orange-bg-190 th {
  background-color: #1a0b00 !important;
}

tr.orange-bg-190:nth-child(even) td, tr.orange-bg-190:nth-child(even) th {
  background-color: #210e00 !important;
}

.orange-border-190 {
  border-color: #1a0b00 !important;
}

.green {
  color: #05CE7C !important;
}

.green-bg, tr.green-bg td, tr.green-bg th {
  background-color: #05CE7C !important;
}

tr.green-bg:nth-child(even) th, tr.green-bg:nth-child(even) td {
  background-color: #05dd85 !important;
}

.green-border {
  border-color: #05CE7C !important;
}

.green-10 {
  color: #e6faf2 !important;
}

.green-bg-10, tr.green-bg-10 td, tr.green-bg-10 th {
  background-color: #e6faf2 !important;
}

tr.green-bg-10:nth-child(even) td, tr.green-bg-10:nth-child(even) th {
  background-color: #dff9ee !important;
}

.green-border-10 {
  border-color: #e6faf2 !important;
}

.green-20 {
  color: #cdf5e5 !important;
}

.green-bg-20, tr.green-bg-20 td, tr.green-bg-20 th {
  background-color: #cdf5e5 !important;
}

tr.green-bg-20:nth-child(even) td, tr.green-bg-20:nth-child(even) th {
  background-color: #c6f4e1 !important;
}

.green-border-20 {
  border-color: #cdf5e5 !important;
}

.green-30 {
  color: #b4f0d8 !important;
}

.green-bg-30, tr.green-bg-30 td, tr.green-bg-30 th {
  background-color: #b4f0d8 !important;
}

tr.green-bg-30:nth-child(even) td, tr.green-bg-30:nth-child(even) th {
  background-color: #adefd4 !important;
}

.green-border-30 {
  border-color: #b4f0d8 !important;
}

.green-40 {
  color: #9bebcb !important;
}

.green-bg-40, tr.green-bg-40 td, tr.green-bg-40 th {
  background-color: #9bebcb !important;
}

tr.green-bg-40:nth-child(even) td, tr.green-bg-40:nth-child(even) th {
  background-color: #94eac7 !important;
}

.green-border-40 {
  border-color: #9bebcb !important;
}

.green-50 {
  color: #82e7be !important;
}

.green-bg-50, tr.green-bg-50 td, tr.green-bg-50 th {
  background-color: #82e7be !important;
}

tr.green-bg-50:nth-child(even) td, tr.green-bg-50:nth-child(even) th {
  background-color: #7be5ba !important;
}

.green-border-50 {
  border-color: #82e7be !important;
}

.green-60 {
  color: #69e2b0 !important;
}

.green-bg-60, tr.green-bg-60 td, tr.green-bg-60 th {
  background-color: #69e2b0 !important;
}

tr.green-bg-60:nth-child(even) td, tr.green-bg-60:nth-child(even) th {
  background-color: #62e0ac !important;
}

.green-border-60 {
  border-color: #69e2b0 !important;
}

.green-70 {
  color: #50dda3 !important;
}

.green-bg-70, tr.green-bg-70 td, tr.green-bg-70 th {
  background-color: #50dda3 !important;
}

tr.green-bg-70:nth-child(even) td, tr.green-bg-70:nth-child(even) th {
  background-color: #49db9f !important;
}

.green-border-70 {
  border-color: #50dda3 !important;
}

.green-80 {
  color: #37d896 !important;
}

.green-bg-80, tr.green-bg-80 td, tr.green-bg-80 th {
  background-color: #37d896 !important;
}

tr.green-bg-80:nth-child(even) td, tr.green-bg-80:nth-child(even) th {
  background-color: #30d692 !important;
}

.green-border-80 {
  border-color: #37d896 !important;
}

.green-90 {
  color: #1ed389 !important;
}

.green-bg-90, tr.green-bg-90 td, tr.green-bg-90 th {
  background-color: #1ed389 !important;
}

tr.green-bg-90:nth-child(even) td, tr.green-bg-90:nth-child(even) th {
  background-color: #17d185 !important;
}

.green-border-90 {
  border-color: #1ed389 !important;
}

.green-110 {
  color: #05b970 !important;
}

.green-bg-110, tr.green-bg-110 td, tr.green-bg-110 th {
  background-color: #05b970 !important;
}

tr.green-bg-110:nth-child(even) td, tr.green-bg-110:nth-child(even) th {
  background-color: #05c073 !important;
}

.green-border-110 {
  border-color: #05b970 !important;
}

.green-120 {
  color: #04a563 !important;
}

.green-bg-120, tr.green-bg-120 td, tr.green-bg-120 th {
  background-color: #04a563 !important;
}

tr.green-bg-120:nth-child(even) td, tr.green-bg-120:nth-child(even) th {
  background-color: #04ab67 !important;
}

.green-border-120 {
  border-color: #04a563 !important;
}

.green-130 {
  color: #049057 !important;
}

.green-bg-130, tr.green-bg-130 td, tr.green-bg-130 th {
  background-color: #049057 !important;
}

tr.green-bg-130:nth-child(even) td, tr.green-bg-130:nth-child(even) th {
  background-color: #04965b !important;
}

.green-border-130 {
  border-color: #049057 !important;
}

.green-140 {
  color: #037c4a !important;
}

.green-bg-140, tr.green-bg-140 td, tr.green-bg-140 th {
  background-color: #037c4a !important;
}

tr.green-bg-140:nth-child(even) td, tr.green-bg-140:nth-child(even) th {
  background-color: #03824e !important;
}

.green-border-140 {
  border-color: #037c4a !important;
}

.green-150 {
  color: #03673e !important;
}

.green-bg-150, tr.green-bg-150 td, tr.green-bg-150 th {
  background-color: #03673e !important;
}

tr.green-bg-150:nth-child(even) td, tr.green-bg-150:nth-child(even) th {
  background-color: #036d42 !important;
}

.green-border-150 {
  border-color: #03673e !important;
}

.green-160 {
  color: #025232 !important;
}

.green-bg-160, tr.green-bg-160 td, tr.green-bg-160 th {
  background-color: #025232 !important;
}

tr.green-bg-160:nth-child(even) td, tr.green-bg-160:nth-child(even) th {
  background-color: #025935 !important;
}

.green-border-160 {
  border-color: #025232 !important;
}

.green-170 {
  color: #023e25 !important;
}

.green-bg-170, tr.green-bg-170 td, tr.green-bg-170 th {
  background-color: #023e25 !important;
}

tr.green-bg-170:nth-child(even) td, tr.green-bg-170:nth-child(even) th {
  background-color: #024429 !important;
}

.green-border-170 {
  border-color: #023e25 !important;
}

.green-180 {
  color: #012919 !important;
}

.green-bg-180, tr.green-bg-180 td, tr.green-bg-180 th {
  background-color: #012919 !important;
}

tr.green-bg-180:nth-child(even) td, tr.green-bg-180:nth-child(even) th {
  background-color: #012f1d !important;
}

.green-border-180 {
  border-color: #012919 !important;
}

.green-190 {
  color: #01150c !important;
}

.green-bg-190, tr.green-bg-190 td, tr.green-bg-190 th {
  background-color: #01150c !important;
}

tr.green-bg-190:nth-child(even) td, tr.green-bg-190:nth-child(even) th {
  background-color: #011b10 !important;
}

.green-border-190 {
  border-color: #01150c !important;
}

.violet {
  color: #9778D3 !important;
}

.violet-bg, tr.violet-bg td, tr.violet-bg th {
  background-color: #9778D3 !important;
}

tr.violet-bg:nth-child(even) th, tr.violet-bg:nth-child(even) td {
  background-color: #a084d7 !important;
}

.violet-border {
  border-color: #9778D3 !important;
}

.violet-10 {
  color: #f5f2fb !important;
}

.violet-bg-10, tr.violet-bg-10 td, tr.violet-bg-10 th {
  background-color: #f5f2fb !important;
}

tr.violet-bg-10:nth-child(even) td, tr.violet-bg-10:nth-child(even) th {
  background-color: #f1edf9 !important;
}

.violet-border-10 {
  border-color: #f5f2fb !important;
}

.violet-20 {
  color: #eae4f6 !important;
}

.violet-bg-20, tr.violet-bg-20 td, tr.violet-bg-20 th {
  background-color: #eae4f6 !important;
}

tr.violet-bg-20:nth-child(even) td, tr.violet-bg-20:nth-child(even) th {
  background-color: #e7e0f5 !important;
}

.violet-border-20 {
  border-color: #eae4f6 !important;
}

.violet-30 {
  color: #e0d7f2 !important;
}

.violet-bg-30, tr.violet-bg-30 td, tr.violet-bg-30 th {
  background-color: #e0d7f2 !important;
}

tr.violet-bg-30:nth-child(even) td, tr.violet-bg-30:nth-child(even) th {
  background-color: #ddd2f0 !important;
}

.violet-border-30 {
  border-color: #e0d7f2 !important;
}

.violet-40 {
  color: #d5c9ed !important;
}

.violet-bg-40, tr.violet-bg-40 td, tr.violet-bg-40 th {
  background-color: #d5c9ed !important;
}

tr.violet-bg-40:nth-child(even) td, tr.violet-bg-40:nth-child(even) th {
  background-color: #d2c5ec !important;
}

.violet-border-40 {
  border-color: #d5c9ed !important;
}

.violet-50 {
  color: #cbbce9 !important;
}

.violet-bg-50, tr.violet-bg-50 td, tr.violet-bg-50 th {
  background-color: #cbbce9 !important;
}

tr.violet-bg-50:nth-child(even) td, tr.violet-bg-50:nth-child(even) th {
  background-color: #c8b7e8 !important;
}

.violet-border-50 {
  border-color: #cbbce9 !important;
}

.violet-60 {
  color: #c1aee5 !important;
}

.violet-bg-60, tr.violet-bg-60 td, tr.violet-bg-60 th {
  background-color: #c1aee5 !important;
}

tr.violet-bg-60:nth-child(even) td, tr.violet-bg-60:nth-child(even) th {
  background-color: #bdaae3 !important;
}

.violet-border-60 {
  border-color: #c1aee5 !important;
}

.violet-70 {
  color: #b6a1e0 !important;
}

.violet-bg-70, tr.violet-bg-70 td, tr.violet-bg-70 th {
  background-color: #b6a1e0 !important;
}

tr.violet-bg-70:nth-child(even) td, tr.violet-bg-70:nth-child(even) th {
  background-color: #b39cdf !important;
}

.violet-border-70 {
  border-color: #b6a1e0 !important;
}

.violet-80 {
  color: #ac93dc !important;
}

.violet-bg-80, tr.violet-bg-80 td, tr.violet-bg-80 th {
  background-color: #ac93dc !important;
}

tr.violet-bg-80:nth-child(even) td, tr.violet-bg-80:nth-child(even) th {
  background-color: #a98fda !important;
}

.violet-border-80 {
  border-color: #ac93dc !important;
}

.violet-90 {
  color: #a186d7 !important;
}

.violet-bg-90, tr.violet-bg-90 td, tr.violet-bg-90 th {
  background-color: #a186d7 !important;
}

tr.violet-bg-90:nth-child(even) td, tr.violet-bg-90:nth-child(even) th {
  background-color: #9e81d6 !important;
}

.violet-border-90 {
  border-color: #a186d7 !important;
}

.violet-110 {
  color: #886cbe !important;
}

.violet-bg-110, tr.violet-bg-110 td, tr.violet-bg-110 th {
  background-color: #886cbe !important;
}

tr.violet-bg-110:nth-child(even) td, tr.violet-bg-110:nth-child(even) th {
  background-color: #8c70c4 !important;
}

.violet-border-110 {
  border-color: #886cbe !important;
}

.violet-120 {
  color: #7960a9 !important;
}

.violet-bg-120, tr.violet-bg-120 td, tr.violet-bg-120 th {
  background-color: #7960a9 !important;
}

tr.violet-bg-120:nth-child(even) td, tr.violet-bg-120:nth-child(even) th {
  background-color: #7d64af !important;
}

.violet-border-120 {
  border-color: #7960a9 !important;
}

.violet-130 {
  color: #6a5494 !important;
}

.violet-bg-130, tr.violet-bg-130 td, tr.violet-bg-130 th {
  background-color: #6a5494 !important;
}

tr.violet-bg-130:nth-child(even) td, tr.violet-bg-130:nth-child(even) th {
  background-color: #6e589a !important;
}

.violet-border-130 {
  border-color: #6a5494 !important;
}

.violet-140 {
  color: #5b487f !important;
}

.violet-bg-140, tr.violet-bg-140 td, tr.violet-bg-140 th {
  background-color: #5b487f !important;
}

tr.violet-bg-140:nth-child(even) td, tr.violet-bg-140:nth-child(even) th {
  background-color: #5f4c85 !important;
}

.violet-border-140 {
  border-color: #5b487f !important;
}

.violet-150 {
  color: #4c3c6a !important;
}

.violet-bg-150, tr.violet-bg-150 td, tr.violet-bg-150 th {
  background-color: #4c3c6a !important;
}

tr.violet-bg-150:nth-child(even) td, tr.violet-bg-150:nth-child(even) th {
  background-color: #504070 !important;
}

.violet-border-150 {
  border-color: #4c3c6a !important;
}

.violet-160 {
  color: #3c3054 !important;
}

.violet-bg-160, tr.violet-bg-160 td, tr.violet-bg-160 th {
  background-color: #3c3054 !important;
}

tr.violet-bg-160:nth-child(even) td, tr.violet-bg-160:nth-child(even) th {
  background-color: #41345b !important;
}

.violet-border-160 {
  border-color: #3c3054 !important;
}

.violet-170 {
  color: #2d243f !important;
}

.violet-bg-170, tr.violet-bg-170 td, tr.violet-bg-170 th {
  background-color: #2d243f !important;
}

tr.violet-bg-170:nth-child(even) td, tr.violet-bg-170:nth-child(even) th {
  background-color: #322846 !important;
}

.violet-border-170 {
  border-color: #2d243f !important;
}

.violet-180 {
  color: #1e182a !important;
}

.violet-bg-180, tr.violet-bg-180 td, tr.violet-bg-180 th {
  background-color: #1e182a !important;
}

tr.violet-bg-180:nth-child(even) td, tr.violet-bg-180:nth-child(even) th {
  background-color: #231c31 !important;
}

.violet-border-180 {
  border-color: #1e182a !important;
}

.violet-190 {
  color: #0f0c15 !important;
}

.violet-bg-190, tr.violet-bg-190 td, tr.violet-bg-190 th {
  background-color: #0f0c15 !important;
}

tr.violet-bg-190:nth-child(even) td, tr.violet-bg-190:nth-child(even) th {
  background-color: #14101b !important;
}

.violet-border-190 {
  border-color: #0f0c15 !important;
}

.red {
  color: #E40521 !important;
}

.red-bg, tr.red-bg td, tr.red-bg th {
  background-color: #E40521 !important;
}

tr.red-bg:nth-child(even) th, tr.red-bg:nth-child(even) td {
  background-color: #f30523 !important;
}

.red-border {
  border-color: #E40521 !important;
}

.red-10 {
  color: #fce6e9 !important;
}

.red-bg-10, tr.red-bg-10 td, tr.red-bg-10 th {
  background-color: #fce6e9 !important;
}

tr.red-bg-10:nth-child(even) td, tr.red-bg-10:nth-child(even) th {
  background-color: #fbdfe2 !important;
}

.red-border-10 {
  border-color: #fce6e9 !important;
}

.red-20 {
  color: #facdd3 !important;
}

.red-bg-20, tr.red-bg-20 td, tr.red-bg-20 th {
  background-color: #facdd3 !important;
}

tr.red-bg-20:nth-child(even) td, tr.red-bg-20:nth-child(even) th {
  background-color: #f9c6cc !important;
}

.red-border-20 {
  border-color: #facdd3 !important;
}

.red-30 {
  color: #f7b4bc !important;
}

.red-bg-30, tr.red-bg-30 td, tr.red-bg-30 th {
  background-color: #f7b4bc !important;
}

tr.red-bg-30:nth-child(even) td, tr.red-bg-30:nth-child(even) th {
  background-color: #f6adb6 !important;
}

.red-border-30 {
  border-color: #f7b4bc !important;
}

.red-40 {
  color: #f49ba6 !important;
}

.red-bg-40, tr.red-bg-40 td, tr.red-bg-40 th {
  background-color: #f49ba6 !important;
}

tr.red-bg-40:nth-child(even) td, tr.red-bg-40:nth-child(even) th {
  background-color: #f394a0 !important;
}

.red-border-40 {
  border-color: #f49ba6 !important;
}

.red-50 {
  color: #f28290 !important;
}

.red-bg-50, tr.red-bg-50 td, tr.red-bg-50 th {
  background-color: #f28290 !important;
}

tr.red-bg-50:nth-child(even) td, tr.red-bg-50:nth-child(even) th {
  background-color: #f17b89 !important;
}

.red-border-50 {
  border-color: #f28290 !important;
}

.red-60 {
  color: #ef697a !important;
}

.red-bg-60, tr.red-bg-60 td, tr.red-bg-60 th {
  background-color: #ef697a !important;
}

tr.red-bg-60:nth-child(even) td, tr.red-bg-60:nth-child(even) th {
  background-color: #ee6273 !important;
}

.red-border-60 {
  border-color: #ef697a !important;
}

.red-70 {
  color: #ec5064 !important;
}

.red-bg-70, tr.red-bg-70 td, tr.red-bg-70 th {
  background-color: #ec5064 !important;
}

tr.red-bg-70:nth-child(even) td, tr.red-bg-70:nth-child(even) th {
  background-color: #eb495d !important;
}

.red-border-70 {
  border-color: #ec5064 !important;
}

.red-80 {
  color: #e9374d !important;
}

.red-bg-80, tr.red-bg-80 td, tr.red-bg-80 th {
  background-color: #e9374d !important;
}

tr.red-bg-80:nth-child(even) td, tr.red-bg-80:nth-child(even) th {
  background-color: #e93047 !important;
}

.red-border-80 {
  border-color: #e9374d !important;
}

.red-90 {
  color: #e71e37 !important;
}

.red-bg-90, tr.red-bg-90 td, tr.red-bg-90 th {
  background-color: #e71e37 !important;
}

tr.red-bg-90:nth-child(even) td, tr.red-bg-90:nth-child(even) th {
  background-color: #e61731 !important;
}

.red-border-90 {
  border-color: #e71e37 !important;
}

.red-110 {
  color: #cd051e !important;
}

.red-bg-110, tr.red-bg-110 td, tr.red-bg-110 th {
  background-color: #cd051e !important;
}

tr.red-bg-110:nth-child(even) td, tr.red-bg-110:nth-child(even) th {
  background-color: #d4051f !important;
}

.red-border-110 {
  border-color: #cd051e !important;
}

.red-120 {
  color: #b6041a !important;
}

.red-bg-120, tr.red-bg-120 td, tr.red-bg-120 th {
  background-color: #b6041a !important;
}

tr.red-bg-120:nth-child(even) td, tr.red-bg-120:nth-child(even) th {
  background-color: #bd041b !important;
}

.red-border-120 {
  border-color: #b6041a !important;
}

.red-130 {
  color: #a00417 !important;
}

.red-bg-130, tr.red-bg-130 td, tr.red-bg-130 th {
  background-color: #a00417 !important;
}

tr.red-bg-130:nth-child(even) td, tr.red-bg-130:nth-child(even) th {
  background-color: #a60418 !important;
}

.red-border-130 {
  border-color: #a00417 !important;
}

.red-140 {
  color: #890314 !important;
}

.red-bg-140, tr.red-bg-140 td, tr.red-bg-140 th {
  background-color: #890314 !important;
}

tr.red-bg-140:nth-child(even) td, tr.red-bg-140:nth-child(even) th {
  background-color: #900315 !important;
}

.red-border-140 {
  border-color: #890314 !important;
}

.red-150 {
  color: #720311 !important;
}

.red-bg-150, tr.red-bg-150 td, tr.red-bg-150 th {
  background-color: #720311 !important;
}

tr.red-bg-150:nth-child(even) td, tr.red-bg-150:nth-child(even) th {
  background-color: #790311 !important;
}

.red-border-150 {
  border-color: #720311 !important;
}

.red-160 {
  color: #5b020d !important;
}

.red-bg-160, tr.red-bg-160 td, tr.red-bg-160 th {
  background-color: #5b020d !important;
}

tr.red-bg-160:nth-child(even) td, tr.red-bg-160:nth-child(even) th {
  background-color: #62020e !important;
}

.red-border-160 {
  border-color: #5b020d !important;
}

.red-170 {
  color: #44020a !important;
}

.red-bg-170, tr.red-bg-170 td, tr.red-bg-170 th {
  background-color: #44020a !important;
}

tr.red-bg-170:nth-child(even) td, tr.red-bg-170:nth-child(even) th {
  background-color: #4b020b !important;
}

.red-border-170 {
  border-color: #44020a !important;
}

.red-180 {
  color: #2e0107 !important;
}

.red-bg-180, tr.red-bg-180 td, tr.red-bg-180 th {
  background-color: #2e0107 !important;
}

tr.red-bg-180:nth-child(even) td, tr.red-bg-180:nth-child(even) th {
  background-color: #340108 !important;
}

.red-border-180 {
  border-color: #2e0107 !important;
}

.red-190 {
  color: #170103 !important;
}

.red-bg-190, tr.red-bg-190 td, tr.red-bg-190 th {
  background-color: #170103 !important;
}

tr.red-bg-190:nth-child(even) td, tr.red-bg-190:nth-child(even) th {
  background-color: #1e0104 !important;
}

.red-border-190 {
  border-color: #170103 !important;
}

.white {
  color: #ffffff !important;
}

.white-bg, tr.white-bg td, tr.white-bg th {
  background-color: #ffffff !important;
}

tr.white-bg:nth-child(even) th, tr.white-bg:nth-child(even) td {
  background-color: white !important;
}

.white-border {
  border-color: #ffffff !important;
}

.white-10 {
  color: white !important;
}

.white-bg-10, tr.white-bg-10 td, tr.white-bg-10 th {
  background-color: white !important;
}

tr.white-bg-10:nth-child(even) td, tr.white-bg-10:nth-child(even) th {
  background-color: white !important;
}

.white-border-10 {
  border-color: white !important;
}

.white-20 {
  color: white !important;
}

.white-bg-20, tr.white-bg-20 td, tr.white-bg-20 th {
  background-color: white !important;
}

tr.white-bg-20:nth-child(even) td, tr.white-bg-20:nth-child(even) th {
  background-color: white !important;
}

.white-border-20 {
  border-color: white !important;
}

.white-30 {
  color: white !important;
}

.white-bg-30, tr.white-bg-30 td, tr.white-bg-30 th {
  background-color: white !important;
}

tr.white-bg-30:nth-child(even) td, tr.white-bg-30:nth-child(even) th {
  background-color: white !important;
}

.white-border-30 {
  border-color: white !important;
}

.white-40 {
  color: white !important;
}

.white-bg-40, tr.white-bg-40 td, tr.white-bg-40 th {
  background-color: white !important;
}

tr.white-bg-40:nth-child(even) td, tr.white-bg-40:nth-child(even) th {
  background-color: white !important;
}

.white-border-40 {
  border-color: white !important;
}

.white-50 {
  color: white !important;
}

.white-bg-50, tr.white-bg-50 td, tr.white-bg-50 th {
  background-color: white !important;
}

tr.white-bg-50:nth-child(even) td, tr.white-bg-50:nth-child(even) th {
  background-color: white !important;
}

.white-border-50 {
  border-color: white !important;
}

.white-60 {
  color: white !important;
}

.white-bg-60, tr.white-bg-60 td, tr.white-bg-60 th {
  background-color: white !important;
}

tr.white-bg-60:nth-child(even) td, tr.white-bg-60:nth-child(even) th {
  background-color: white !important;
}

.white-border-60 {
  border-color: white !important;
}

.white-70 {
  color: white !important;
}

.white-bg-70, tr.white-bg-70 td, tr.white-bg-70 th {
  background-color: white !important;
}

tr.white-bg-70:nth-child(even) td, tr.white-bg-70:nth-child(even) th {
  background-color: white !important;
}

.white-border-70 {
  border-color: white !important;
}

.white-80 {
  color: white !important;
}

.white-bg-80, tr.white-bg-80 td, tr.white-bg-80 th {
  background-color: white !important;
}

tr.white-bg-80:nth-child(even) td, tr.white-bg-80:nth-child(even) th {
  background-color: white !important;
}

.white-border-80 {
  border-color: white !important;
}

.white-90 {
  color: white !important;
}

.white-bg-90, tr.white-bg-90 td, tr.white-bg-90 th {
  background-color: white !important;
}

tr.white-bg-90:nth-child(even) td, tr.white-bg-90:nth-child(even) th {
  background-color: white !important;
}

.white-border-90 {
  border-color: white !important;
}

.white-110 {
  color: #e6e6e6 !important;
}

.white-bg-110, tr.white-bg-110 td, tr.white-bg-110 th {
  background-color: #e6e6e6 !important;
}

tr.white-bg-110:nth-child(even) td, tr.white-bg-110:nth-child(even) th {
  background-color: #ededed !important;
}

.white-border-110 {
  border-color: #e6e6e6 !important;
}

.white-120 {
  color: #cccccc !important;
}

.white-bg-120, tr.white-bg-120 td, tr.white-bg-120 th {
  background-color: #cccccc !important;
}

tr.white-bg-120:nth-child(even) td, tr.white-bg-120:nth-child(even) th {
  background-color: #d4d4d4 !important;
}

.white-border-120 {
  border-color: #cccccc !important;
}

.white-130 {
  color: #b3b3b3 !important;
}

.white-bg-130, tr.white-bg-130 td, tr.white-bg-130 th {
  background-color: #b3b3b3 !important;
}

tr.white-bg-130:nth-child(even) td, tr.white-bg-130:nth-child(even) th {
  background-color: #bababa !important;
}

.white-border-130 {
  border-color: #b3b3b3 !important;
}

.white-140 {
  color: #999999 !important;
}

.white-bg-140, tr.white-bg-140 td, tr.white-bg-140 th {
  background-color: #999999 !important;
}

tr.white-bg-140:nth-child(even) td, tr.white-bg-140:nth-child(even) th {
  background-color: #a1a1a1 !important;
}

.white-border-140 {
  border-color: #999999 !important;
}

.white-150 {
  color: gray !important;
}

.white-bg-150, tr.white-bg-150 td, tr.white-bg-150 th {
  background-color: gray !important;
}

tr.white-bg-150:nth-child(even) td, tr.white-bg-150:nth-child(even) th {
  background-color: #878787 !important;
}

.white-border-150 {
  border-color: gray !important;
}

.white-160 {
  color: #666666 !important;
}

.white-bg-160, tr.white-bg-160 td, tr.white-bg-160 th {
  background-color: #666666 !important;
}

tr.white-bg-160:nth-child(even) td, tr.white-bg-160:nth-child(even) th {
  background-color: #6e6e6e !important;
}

.white-border-160 {
  border-color: #666666 !important;
}

.white-170 {
  color: #4d4d4d !important;
}

.white-bg-170, tr.white-bg-170 td, tr.white-bg-170 th {
  background-color: #4d4d4d !important;
}

tr.white-bg-170:nth-child(even) td, tr.white-bg-170:nth-child(even) th {
  background-color: #545454 !important;
}

.white-border-170 {
  border-color: #4d4d4d !important;
}

.white-180 {
  color: #333333 !important;
}

.white-bg-180, tr.white-bg-180 td, tr.white-bg-180 th {
  background-color: #333333 !important;
}

tr.white-bg-180:nth-child(even) td, tr.white-bg-180:nth-child(even) th {
  background-color: #3b3b3b !important;
}

.white-border-180 {
  border-color: #333333 !important;
}

.white-190 {
  color: #1a1a1a !important;
}

.white-bg-190, tr.white-bg-190 td, tr.white-bg-190 th {
  background-color: #1a1a1a !important;
}

tr.white-bg-190:nth-child(even) td, tr.white-bg-190:nth-child(even) th {
  background-color: #212121 !important;
}

.white-border-190 {
  border-color: #1a1a1a !important;
}

.grey {
  color: #bbbbbb !important;
}

.grey-bg, tr.grey-bg td, tr.grey-bg th {
  background-color: #bbbbbb !important;
}

tr.grey-bg:nth-child(even) th, tr.grey-bg:nth-child(even) td {
  background-color: #c3c3c3 !important;
}

.grey-border {
  border-color: #bbbbbb !important;
}

.grey-10 {
  color: #f8f8f8 !important;
}

.grey-bg-10, tr.grey-bg-10 td, tr.grey-bg-10 th {
  background-color: #f8f8f8 !important;
}

tr.grey-bg-10:nth-child(even) td, tr.grey-bg-10:nth-child(even) th {
  background-color: #f6f6f6 !important;
}

.grey-border-10 {
  border-color: #f8f8f8 !important;
}

.grey-20 {
  color: #f1f1f1 !important;
}

.grey-bg-20, tr.grey-bg-20 td, tr.grey-bg-20 th {
  background-color: #f1f1f1 !important;
}

tr.grey-bg-20:nth-child(even) td, tr.grey-bg-20:nth-child(even) th {
  background-color: #efefef !important;
}

.grey-border-20 {
  border-color: #f1f1f1 !important;
}

.grey-30 {
  color: #ebebeb !important;
}

.grey-bg-30, tr.grey-bg-30 td, tr.grey-bg-30 th {
  background-color: #ebebeb !important;
}

tr.grey-bg-30:nth-child(even) td, tr.grey-bg-30:nth-child(even) th {
  background-color: #e9e9e9 !important;
}

.grey-border-30 {
  border-color: #ebebeb !important;
}

.grey-40 {
  color: #e4e4e4 !important;
}

.grey-bg-40, tr.grey-bg-40 td, tr.grey-bg-40 th {
  background-color: #e4e4e4 !important;
}

tr.grey-bg-40:nth-child(even) td, tr.grey-bg-40:nth-child(even) th {
  background-color: #e2e2e2 !important;
}

.grey-border-40 {
  border-color: #e4e4e4 !important;
}

.grey-50 {
  color: #dddddd !important;
}

.grey-bg-50, tr.grey-bg-50 td, tr.grey-bg-50 th {
  background-color: #dddddd !important;
}

tr.grey-bg-50:nth-child(even) td, tr.grey-bg-50:nth-child(even) th {
  background-color: #dbdbdb !important;
}

.grey-border-50 {
  border-color: #dddddd !important;
}

.grey-60 {
  color: #d6d6d6 !important;
}

.grey-bg-60, tr.grey-bg-60 td, tr.grey-bg-60 th {
  background-color: #d6d6d6 !important;
}

tr.grey-bg-60:nth-child(even) td, tr.grey-bg-60:nth-child(even) th {
  background-color: #d4d4d4 !important;
}

.grey-border-60 {
  border-color: #d6d6d6 !important;
}

.grey-70 {
  color: #cfcfcf !important;
}

.grey-bg-70, tr.grey-bg-70 td, tr.grey-bg-70 th {
  background-color: #cfcfcf !important;
}

tr.grey-bg-70:nth-child(even) td, tr.grey-bg-70:nth-child(even) th {
  background-color: #cdcdcd !important;
}

.grey-border-70 {
  border-color: #cfcfcf !important;
}

.grey-80 {
  color: #c9c9c9 !important;
}

.grey-bg-80, tr.grey-bg-80 td, tr.grey-bg-80 th {
  background-color: #c9c9c9 !important;
}

tr.grey-bg-80:nth-child(even) td, tr.grey-bg-80:nth-child(even) th {
  background-color: #c7c7c7 !important;
}

.grey-border-80 {
  border-color: #c9c9c9 !important;
}

.grey-90 {
  color: #c2c2c2 !important;
}

.grey-bg-90, tr.grey-bg-90 td, tr.grey-bg-90 th {
  background-color: #c2c2c2 !important;
}

tr.grey-bg-90:nth-child(even) td, tr.grey-bg-90:nth-child(even) th {
  background-color: silver !important;
}

.grey-border-90 {
  border-color: #c2c2c2 !important;
}

.grey-110 {
  color: #a8a8a8 !important;
}

.grey-bg-110, tr.grey-bg-110 td, tr.grey-bg-110 th {
  background-color: #a8a8a8 !important;
}

tr.grey-bg-110:nth-child(even) td, tr.grey-bg-110:nth-child(even) th {
  background-color: #aeaeae !important;
}

.grey-border-110 {
  border-color: #a8a8a8 !important;
}

.grey-120 {
  color: #969696 !important;
}

.grey-bg-120, tr.grey-bg-120 td, tr.grey-bg-120 th {
  background-color: #969696 !important;
}

tr.grey-bg-120:nth-child(even) td, tr.grey-bg-120:nth-child(even) th {
  background-color: #9b9b9b !important;
}

.grey-border-120 {
  border-color: #969696 !important;
}

.grey-130 {
  color: #838383 !important;
}

.grey-bg-130, tr.grey-bg-130 td, tr.grey-bg-130 th {
  background-color: #838383 !important;
}

tr.grey-bg-130:nth-child(even) td, tr.grey-bg-130:nth-child(even) th {
  background-color: #898989 !important;
}

.grey-border-130 {
  border-color: #838383 !important;
}

.grey-140 {
  color: #707070 !important;
}

.grey-bg-140, tr.grey-bg-140 td, tr.grey-bg-140 th {
  background-color: #707070 !important;
}

tr.grey-bg-140:nth-child(even) td, tr.grey-bg-140:nth-child(even) th {
  background-color: #767676 !important;
}

.grey-border-140 {
  border-color: #707070 !important;
}

.grey-150 {
  color: #5e5e5e !important;
}

.grey-bg-150, tr.grey-bg-150 td, tr.grey-bg-150 th {
  background-color: #5e5e5e !important;
}

tr.grey-bg-150:nth-child(even) td, tr.grey-bg-150:nth-child(even) th {
  background-color: #636363 !important;
}

.grey-border-150 {
  border-color: #5e5e5e !important;
}

.grey-160 {
  color: #4b4b4b !important;
}

.grey-bg-160, tr.grey-bg-160 td, tr.grey-bg-160 th {
  background-color: #4b4b4b !important;
}

tr.grey-bg-160:nth-child(even) td, tr.grey-bg-160:nth-child(even) th {
  background-color: #505050 !important;
}

.grey-border-160 {
  border-color: #4b4b4b !important;
}

.grey-170 {
  color: #383838 !important;
}

.grey-bg-170, tr.grey-bg-170 td, tr.grey-bg-170 th {
  background-color: #383838 !important;
}

tr.grey-bg-170:nth-child(even) td, tr.grey-bg-170:nth-child(even) th {
  background-color: #3e3e3e !important;
}

.grey-border-170 {
  border-color: #383838 !important;
}

.grey-180 {
  color: #252525 !important;
}

.grey-bg-180, tr.grey-bg-180 td, tr.grey-bg-180 th {
  background-color: #252525 !important;
}

tr.grey-bg-180:nth-child(even) td, tr.grey-bg-180:nth-child(even) th {
  background-color: #2b2b2b !important;
}

.grey-border-180 {
  border-color: #252525 !important;
}

.grey-190 {
  color: #131313 !important;
}

.grey-bg-190, tr.grey-bg-190 td, tr.grey-bg-190 th {
  background-color: #131313 !important;
}

tr.grey-bg-190:nth-child(even) td, tr.grey-bg-190:nth-child(even) th {
  background-color: #181818 !important;
}

.grey-border-190 {
  border-color: #131313 !important;
}

.dark {
  color: #111 !important;
}

.dark-bg, tr.dark-bg td, tr.dark-bg th {
  background-color: #111 !important;
}

tr.dark-bg:nth-child(even) th, tr.dark-bg:nth-child(even) td {
  background-color: #191919 !important;
}

.dark-border {
  border-color: #111 !important;
}

.dark-10 {
  color: #e7e7e7 !important;
}

.dark-bg-10, tr.dark-bg-10 td, tr.dark-bg-10 th {
  background-color: #e7e7e7 !important;
}

tr.dark-bg-10:nth-child(even) td, tr.dark-bg-10:nth-child(even) th {
  background-color: #e0e0e0 !important;
}

.dark-border-10 {
  border-color: #e7e7e7 !important;
}

.dark-20 {
  color: #cfcfcf !important;
}

.dark-bg-20, tr.dark-bg-20 td, tr.dark-bg-20 th {
  background-color: #cfcfcf !important;
}

tr.dark-bg-20:nth-child(even) td, tr.dark-bg-20:nth-child(even) th {
  background-color: #c8c8c8 !important;
}

.dark-border-20 {
  border-color: #cfcfcf !important;
}

.dark-30 {
  color: #b8b8b8 !important;
}

.dark-bg-30, tr.dark-bg-30 td, tr.dark-bg-30 th {
  background-color: #b8b8b8 !important;
}

tr.dark-bg-30:nth-child(even) td, tr.dark-bg-30:nth-child(even) th {
  background-color: #b0b0b0 !important;
}

.dark-border-30 {
  border-color: #b8b8b8 !important;
}

.dark-40 {
  color: #a0a0a0 !important;
}

.dark-bg-40, tr.dark-bg-40 td, tr.dark-bg-40 th {
  background-color: #a0a0a0 !important;
}

tr.dark-bg-40:nth-child(even) td, tr.dark-bg-40:nth-child(even) th {
  background-color: #999999 !important;
}

.dark-border-40 {
  border-color: #a0a0a0 !important;
}

.dark-50 {
  color: #888888 !important;
}

.dark-bg-50, tr.dark-bg-50 td, tr.dark-bg-50 th {
  background-color: #888888 !important;
}

tr.dark-bg-50:nth-child(even) td, tr.dark-bg-50:nth-child(even) th {
  background-color: #818181 !important;
}

.dark-border-50 {
  border-color: #888888 !important;
}

.dark-60 {
  color: #707070 !important;
}

.dark-bg-60, tr.dark-bg-60 td, tr.dark-bg-60 th {
  background-color: #707070 !important;
}

tr.dark-bg-60:nth-child(even) td, tr.dark-bg-60:nth-child(even) th {
  background-color: dimgray !important;
}

.dark-border-60 {
  border-color: #707070 !important;
}

.dark-70 {
  color: #585858 !important;
}

.dark-bg-70, tr.dark-bg-70 td, tr.dark-bg-70 th {
  background-color: #585858 !important;
}

tr.dark-bg-70:nth-child(even) td, tr.dark-bg-70:nth-child(even) th {
  background-color: #515151 !important;
}

.dark-border-70 {
  border-color: #585858 !important;
}

.dark-80 {
  color: #414141 !important;
}

.dark-bg-80, tr.dark-bg-80 td, tr.dark-bg-80 th {
  background-color: #414141 !important;
}

tr.dark-bg-80:nth-child(even) td, tr.dark-bg-80:nth-child(even) th {
  background-color: #393939 !important;
}

.dark-border-80 {
  border-color: #414141 !important;
}

.dark-90 {
  color: #292929 !important;
}

.dark-bg-90, tr.dark-bg-90 td, tr.dark-bg-90 th {
  background-color: #292929 !important;
}

tr.dark-bg-90:nth-child(even) td, tr.dark-bg-90:nth-child(even) th {
  background-color: #222222 !important;
}

.dark-border-90 {
  border-color: #292929 !important;
}

.dark-110 {
  color: #0f0f0f !important;
}

.dark-bg-110, tr.dark-bg-110 td, tr.dark-bg-110 th {
  background-color: #0f0f0f !important;
}

tr.dark-bg-110:nth-child(even) td, tr.dark-bg-110:nth-child(even) th {
  background-color: #101010 !important;
}

.dark-border-110 {
  border-color: #0f0f0f !important;
}

.dark-120 {
  color: #0e0e0e !important;
}

.dark-bg-120, tr.dark-bg-120 td, tr.dark-bg-120 th {
  background-color: #0e0e0e !important;
}

tr.dark-bg-120:nth-child(even) td, tr.dark-bg-120:nth-child(even) th {
  background-color: #0e0e0e !important;
}

.dark-border-120 {
  border-color: #0e0e0e !important;
}

.dark-130 {
  color: #0c0c0c !important;
}

.dark-bg-130, tr.dark-bg-130 td, tr.dark-bg-130 th {
  background-color: #0c0c0c !important;
}

tr.dark-bg-130:nth-child(even) td, tr.dark-bg-130:nth-child(even) th {
  background-color: #0c0c0c !important;
}

.dark-border-130 {
  border-color: #0c0c0c !important;
}

.dark-140 {
  color: #0a0a0a !important;
}

.dark-bg-140, tr.dark-bg-140 td, tr.dark-bg-140 th {
  background-color: #0a0a0a !important;
}

tr.dark-bg-140:nth-child(even) td, tr.dark-bg-140:nth-child(even) th {
  background-color: #0b0b0b !important;
}

.dark-border-140 {
  border-color: #0a0a0a !important;
}

.dark-150 {
  color: #090909 !important;
}

.dark-bg-150, tr.dark-bg-150 td, tr.dark-bg-150 th {
  background-color: #090909 !important;
}

tr.dark-bg-150:nth-child(even) td, tr.dark-bg-150:nth-child(even) th {
  background-color: #090909 !important;
}

.dark-border-150 {
  border-color: #090909 !important;
}

.dark-160 {
  color: #070707 !important;
}

.dark-bg-160, tr.dark-bg-160 td, tr.dark-bg-160 th {
  background-color: #070707 !important;
}

tr.dark-bg-160:nth-child(even) td, tr.dark-bg-160:nth-child(even) th {
  background-color: #070707 !important;
}

.dark-border-160 {
  border-color: #070707 !important;
}

.dark-170 {
  color: #050505 !important;
}

.dark-bg-170, tr.dark-bg-170 td, tr.dark-bg-170 th {
  background-color: #050505 !important;
}

tr.dark-bg-170:nth-child(even) td, tr.dark-bg-170:nth-child(even) th {
  background-color: #060606 !important;
}

.dark-border-170 {
  border-color: #050505 !important;
}

.dark-180 {
  color: #030303 !important;
}

.dark-bg-180, tr.dark-bg-180 td, tr.dark-bg-180 th {
  background-color: #030303 !important;
}

tr.dark-bg-180:nth-child(even) td, tr.dark-bg-180:nth-child(even) th {
  background-color: #040404 !important;
}

.dark-border-180 {
  border-color: #030303 !important;
}

.dark-190 {
  color: #020202 !important;
}

.dark-bg-190, tr.dark-bg-190 td, tr.dark-bg-190 th {
  background-color: #020202 !important;
}

tr.dark-bg-190:nth-child(even) td, tr.dark-bg-190:nth-child(even) th {
  background-color: #020202 !important;
}

.dark-border-190 {
  border-color: #020202 !important;
}

.black {
  color: #000000 !important;
}

.black-bg, tr.black-bg td, tr.black-bg th {
  background-color: #000000 !important;
}

tr.black-bg:nth-child(even) th, tr.black-bg:nth-child(even) td {
  background-color: #080808 !important;
}

.black-border {
  border-color: #000000 !important;
}

.black-10 {
  color: #e6e6e6 !important;
}

.black-bg-10, tr.black-bg-10 td, tr.black-bg-10 th {
  background-color: #e6e6e6 !important;
}

tr.black-bg-10:nth-child(even) td, tr.black-bg-10:nth-child(even) th {
  background-color: #dedede !important;
}

.black-border-10 {
  border-color: #e6e6e6 !important;
}

.black-20 {
  color: #cccccc !important;
}

.black-bg-20, tr.black-bg-20 td, tr.black-bg-20 th {
  background-color: #cccccc !important;
}

tr.black-bg-20:nth-child(even) td, tr.black-bg-20:nth-child(even) th {
  background-color: #c4c4c4 !important;
}

.black-border-20 {
  border-color: #cccccc !important;
}

.black-30 {
  color: #b3b3b3 !important;
}

.black-bg-30, tr.black-bg-30 td, tr.black-bg-30 th {
  background-color: #b3b3b3 !important;
}

tr.black-bg-30:nth-child(even) td, tr.black-bg-30:nth-child(even) th {
  background-color: #ababab !important;
}

.black-border-30 {
  border-color: #b3b3b3 !important;
}

.black-40 {
  color: #999999 !important;
}

.black-bg-40, tr.black-bg-40 td, tr.black-bg-40 th {
  background-color: #999999 !important;
}

tr.black-bg-40:nth-child(even) td, tr.black-bg-40:nth-child(even) th {
  background-color: #919191 !important;
}

.black-border-40 {
  border-color: #999999 !important;
}

.black-50 {
  color: gray !important;
}

.black-bg-50, tr.black-bg-50 td, tr.black-bg-50 th {
  background-color: gray !important;
}

tr.black-bg-50:nth-child(even) td, tr.black-bg-50:nth-child(even) th {
  background-color: #787878 !important;
}

.black-border-50 {
  border-color: gray !important;
}

.black-60 {
  color: #666666 !important;
}

.black-bg-60, tr.black-bg-60 td, tr.black-bg-60 th {
  background-color: #666666 !important;
}

tr.black-bg-60:nth-child(even) td, tr.black-bg-60:nth-child(even) th {
  background-color: #5e5e5e !important;
}

.black-border-60 {
  border-color: #666666 !important;
}

.black-70 {
  color: #4d4d4d !important;
}

.black-bg-70, tr.black-bg-70 td, tr.black-bg-70 th {
  background-color: #4d4d4d !important;
}

tr.black-bg-70:nth-child(even) td, tr.black-bg-70:nth-child(even) th {
  background-color: #454545 !important;
}

.black-border-70 {
  border-color: #4d4d4d !important;
}

.black-80 {
  color: #333333 !important;
}

.black-bg-80, tr.black-bg-80 td, tr.black-bg-80 th {
  background-color: #333333 !important;
}

tr.black-bg-80:nth-child(even) td, tr.black-bg-80:nth-child(even) th {
  background-color: #2b2b2b !important;
}

.black-border-80 {
  border-color: #333333 !important;
}

.black-90 {
  color: #1a1a1a !important;
}

.black-bg-90, tr.black-bg-90 td, tr.black-bg-90 th {
  background-color: #1a1a1a !important;
}

tr.black-bg-90:nth-child(even) td, tr.black-bg-90:nth-child(even) th {
  background-color: #121212 !important;
}

.black-border-90 {
  border-color: #1a1a1a !important;
}

.black-110 {
  color: black !important;
}

.black-bg-110, tr.black-bg-110 td, tr.black-bg-110 th {
  background-color: black !important;
}

tr.black-bg-110:nth-child(even) td, tr.black-bg-110:nth-child(even) th {
  background-color: black !important;
}

.black-border-110 {
  border-color: black !important;
}

.black-120 {
  color: black !important;
}

.black-bg-120, tr.black-bg-120 td, tr.black-bg-120 th {
  background-color: black !important;
}

tr.black-bg-120:nth-child(even) td, tr.black-bg-120:nth-child(even) th {
  background-color: black !important;
}

.black-border-120 {
  border-color: black !important;
}

.black-130 {
  color: black !important;
}

.black-bg-130, tr.black-bg-130 td, tr.black-bg-130 th {
  background-color: black !important;
}

tr.black-bg-130:nth-child(even) td, tr.black-bg-130:nth-child(even) th {
  background-color: black !important;
}

.black-border-130 {
  border-color: black !important;
}

.black-140 {
  color: black !important;
}

.black-bg-140, tr.black-bg-140 td, tr.black-bg-140 th {
  background-color: black !important;
}

tr.black-bg-140:nth-child(even) td, tr.black-bg-140:nth-child(even) th {
  background-color: black !important;
}

.black-border-140 {
  border-color: black !important;
}

.black-150 {
  color: black !important;
}

.black-bg-150, tr.black-bg-150 td, tr.black-bg-150 th {
  background-color: black !important;
}

tr.black-bg-150:nth-child(even) td, tr.black-bg-150:nth-child(even) th {
  background-color: black !important;
}

.black-border-150 {
  border-color: black !important;
}

.black-160 {
  color: black !important;
}

.black-bg-160, tr.black-bg-160 td, tr.black-bg-160 th {
  background-color: black !important;
}

tr.black-bg-160:nth-child(even) td, tr.black-bg-160:nth-child(even) th {
  background-color: black !important;
}

.black-border-160 {
  border-color: black !important;
}

.black-170 {
  color: black !important;
}

.black-bg-170, tr.black-bg-170 td, tr.black-bg-170 th {
  background-color: black !important;
}

tr.black-bg-170:nth-child(even) td, tr.black-bg-170:nth-child(even) th {
  background-color: black !important;
}

.black-border-170 {
  border-color: black !important;
}

.black-180 {
  color: black !important;
}

.black-bg-180, tr.black-bg-180 td, tr.black-bg-180 th {
  background-color: black !important;
}

tr.black-bg-180:nth-child(even) td, tr.black-bg-180:nth-child(even) th {
  background-color: black !important;
}

.black-border-180 {
  border-color: black !important;
}

.black-190 {
  color: black !important;
}

.black-bg-190, tr.black-bg-190 td, tr.black-bg-190 th {
  background-color: black !important;
}

tr.black-bg-190:nth-child(even) td, tr.black-bg-190:nth-child(even) th {
  background-color: black !important;
}

.black-border-190 {
  border-color: black !important;
}

.darknavy {
  color: #1d2127 !important;
}

.darknavy-bg, tr.darknavy-bg td, tr.darknavy-bg th {
  background-color: #1d2127 !important;
}

tr.darknavy-bg:nth-child(even) th, tr.darknavy-bg:nth-child(even) td {
  background-color: #242830 !important;
}

.darknavy-border {
  border-color: #1d2127 !important;
}

.darknavy-10 {
  color: #e8e9e9 !important;
}

.darknavy-bg-10, tr.darknavy-bg-10 td, tr.darknavy-bg-10 th {
  background-color: #e8e9e9 !important;
}

tr.darknavy-bg-10:nth-child(even) td, tr.darknavy-bg-10:nth-child(even) th {
  background-color: #e2e2e3 !important;
}

.darknavy-border-10 {
  border-color: #e8e9e9 !important;
}

.darknavy-20 {
  color: #d2d3d4 !important;
}

.darknavy-bg-20, tr.darknavy-bg-20 td, tr.darknavy-bg-20 th {
  background-color: #d2d3d4 !important;
}

tr.darknavy-bg-20:nth-child(even) td, tr.darknavy-bg-20:nth-child(even) th {
  background-color: #cbcccd !important;
}

.darknavy-border-20 {
  border-color: #d2d3d4 !important;
}

.darknavy-30 {
  color: #bbbcbe !important;
}

.darknavy-bg-30, tr.darknavy-bg-30 td, tr.darknavy-bg-30 th {
  background-color: #bbbcbe !important;
}

tr.darknavy-bg-30:nth-child(even) td, tr.darknavy-bg-30:nth-child(even) th {
  background-color: #b4b6b8 !important;
}

.darknavy-border-30 {
  border-color: #bbbcbe !important;
}

.darknavy-40 {
  color: #a5a6a9 !important;
}

.darknavy-bg-40, tr.darknavy-bg-40 td, tr.darknavy-bg-40 th {
  background-color: #a5a6a9 !important;
}

tr.darknavy-bg-40:nth-child(even) td, tr.darknavy-bg-40:nth-child(even) th {
  background-color: #9ea0a2 !important;
}

.darknavy-border-40 {
  border-color: #a5a6a9 !important;
}

.darknavy-50 {
  color: #8e9093 !important;
}

.darknavy-bg-50, tr.darknavy-bg-50 td, tr.darknavy-bg-50 th {
  background-color: #8e9093 !important;
}

tr.darknavy-bg-50:nth-child(even) td, tr.darknavy-bg-50:nth-child(even) th {
  background-color: #87898d !important;
}

.darknavy-border-50 {
  border-color: #8e9093 !important;
}

.darknavy-60 {
  color: #777a7d !important;
}

.darknavy-bg-60, tr.darknavy-bg-60 td, tr.darknavy-bg-60 th {
  background-color: #777a7d !important;
}

tr.darknavy-bg-60:nth-child(even) td, tr.darknavy-bg-60:nth-child(even) th {
  background-color: #717377 !important;
}

.darknavy-border-60 {
  border-color: #777a7d !important;
}

.darknavy-70 {
  color: #616468 !important;
}

.darknavy-bg-70, tr.darknavy-bg-70 td, tr.darknavy-bg-70 th {
  background-color: #616468 !important;
}

tr.darknavy-bg-70:nth-child(even) td, tr.darknavy-bg-70:nth-child(even) th {
  background-color: #5a5d61 !important;
}

.darknavy-border-70 {
  border-color: #616468 !important;
}

.darknavy-80 {
  color: #4a4d52 !important;
}

.darknavy-bg-80, tr.darknavy-bg-80 td, tr.darknavy-bg-80 th {
  background-color: #4a4d52 !important;
}

tr.darknavy-bg-80:nth-child(even) td, tr.darknavy-bg-80:nth-child(even) th {
  background-color: #43474c !important;
}

.darknavy-border-80 {
  border-color: #4a4d52 !important;
}

.darknavy-90 {
  color: #34373d !important;
}

.darknavy-bg-90, tr.darknavy-bg-90 td, tr.darknavy-bg-90 th {
  background-color: #34373d !important;
}

tr.darknavy-bg-90:nth-child(even) td, tr.darknavy-bg-90:nth-child(even) th {
  background-color: #2d3136 !important;
}

.darknavy-border-90 {
  border-color: #34373d !important;
}

.darknavy-110 {
  color: #1a1e23 !important;
}

.darknavy-bg-110, tr.darknavy-bg-110 td, tr.darknavy-bg-110 th {
  background-color: #1a1e23 !important;
}

tr.darknavy-bg-110:nth-child(even) td, tr.darknavy-bg-110:nth-child(even) th {
  background-color: #1b1f24 !important;
}

.darknavy-border-110 {
  border-color: #1a1e23 !important;
}

.darknavy-120 {
  color: #171a1f !important;
}

.darknavy-bg-120, tr.darknavy-bg-120 td, tr.darknavy-bg-120 th {
  background-color: #171a1f !important;
}

tr.darknavy-bg-120:nth-child(even) td, tr.darknavy-bg-120:nth-child(even) th {
  background-color: #181b20 !important;
}

.darknavy-border-120 {
  border-color: #171a1f !important;
}

.darknavy-130 {
  color: #14171b !important;
}

.darknavy-bg-130, tr.darknavy-bg-130 td, tr.darknavy-bg-130 th {
  background-color: #14171b !important;
}

tr.darknavy-bg-130:nth-child(even) td, tr.darknavy-bg-130:nth-child(even) th {
  background-color: #15181c !important;
}

.darknavy-border-130 {
  border-color: #14171b !important;
}

.darknavy-140 {
  color: #111417 !important;
}

.darknavy-bg-140, tr.darknavy-bg-140 td, tr.darknavy-bg-140 th {
  background-color: #111417 !important;
}

tr.darknavy-bg-140:nth-child(even) td, tr.darknavy-bg-140:nth-child(even) th {
  background-color: #121519 !important;
}

.darknavy-border-140 {
  border-color: #111417 !important;
}

.darknavy-150 {
  color: #0f1114 !important;
}

.darknavy-bg-150, tr.darknavy-bg-150 td, tr.darknavy-bg-150 th {
  background-color: #0f1114 !important;
}

tr.darknavy-bg-150:nth-child(even) td, tr.darknavy-bg-150:nth-child(even) th {
  background-color: #0f1115 !important;
}

.darknavy-border-150 {
  border-color: #0f1114 !important;
}

.darknavy-160 {
  color: #0c0d10 !important;
}

.darknavy-bg-160, tr.darknavy-bg-160 td, tr.darknavy-bg-160 th {
  background-color: #0c0d10 !important;
}

tr.darknavy-bg-160:nth-child(even) td, tr.darknavy-bg-160:nth-child(even) th {
  background-color: #0c0e11 !important;
}

.darknavy-border-160 {
  border-color: #0c0d10 !important;
}

.darknavy-170 {
  color: #090a0c !important;
}

.darknavy-bg-170, tr.darknavy-bg-170 td, tr.darknavy-bg-170 th {
  background-color: #090a0c !important;
}

tr.darknavy-bg-170:nth-child(even) td, tr.darknavy-bg-170:nth-child(even) th {
  background-color: #0a0b0d !important;
}

.darknavy-border-170 {
  border-color: #090a0c !important;
}

.darknavy-180 {
  color: #060708 !important;
}

.darknavy-bg-180, tr.darknavy-bg-180 td, tr.darknavy-bg-180 th {
  background-color: #060708 !important;
}

tr.darknavy-bg-180:nth-child(even) td, tr.darknavy-bg-180:nth-child(even) th {
  background-color: #070809 !important;
}

.darknavy-border-180 {
  border-color: #060708 !important;
}

.darknavy-190 {
  color: #030304 !important;
}

.darknavy-bg-190, tr.darknavy-bg-190 td, tr.darknavy-bg-190 th {
  background-color: #030304 !important;
}

tr.darknavy-bg-190:nth-child(even) td, tr.darknavy-bg-190:nth-child(even) th {
  background-color: #040405 !important;
}

.darknavy-border-190 {
  border-color: #030304 !important;
}

/**********************************
COLORS
**********************************/
.lightblue {
  color: #e7f3f8 !important;
}

.lightdarkblue {
  color: #e8eaf5 !important;
}

.lightorange {
  color: #f6efea !important;
}

.lightgreen {
  color: #ddf1e9 !important;
}

.lightviolet {
  color: #efecf3 !important;
}

.lightdarknavy {
  color: #778394 !important;
}

/**********************************
BG
**********************************/
.lightgreen-bg {
  background-color: #ddf1e9 !important;
}

.lightorange-bg {
  background-color: #f6efea !important;
}

.lightblue-bg {
  background-color: #e7f3f8 !important;
}

.lightdarkblue-bg {
  background-color: #e8eaf5 !important;
}

.lightviolet-bg {
  background-color: #efecf3 !important;
}

.lightgrey-bg {
  background-color: #eeeeee !important;
}

.lightdarknavy-bg {
  background-color: #778394 !important;
}

.grey-gradient-bg {
  background-color: #fafafa;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 10em;
}

.transparent-black-bg-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.transparent-black-bg-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-black-bg-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.transparent-black-bg-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.transparent-black-bg-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.transparent-black-bg-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.transparent-black-bg-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.transparent-black-bg-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.transparent-black-bg-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.transparent-white-bg-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.transparent-white-bg-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-white-bg-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.transparent-white-bg-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.transparent-white-bg-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.transparent-white-bg-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-white-bg-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.transparent-white-bg-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.transparent-white-bg-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/**********************************
FILES
**********************************/
.pdf {
  color: #EC0605;
}

.pdf .md-text-icon {
  background-color: #EC0605;
}

.xls, .xlsx {
  color: #1D6C41;
}

.xls .md-text-icon, .xlsx .md-text-icon {
  background-color: #1D6C41;
}

.doc, .docx {
  color: #27508F;
}

.doc .md-text-icon, .docx .md-text-icon {
  background-color: #27508F;
}

.ai {
  color: #F29200;
}

.ai .md-text-icon {
  background-color: #F29200;
}

.jpg {
  color: #DE398F;
}

.jpg .md-text-icon {
  background-color: #DE398F;
}

/**********************************
LINKS
**********************************/
a {
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

/**********************************
P
**********************************/
p {
  line-height: 1.6;
  padding-bottom: 1em;
}
p:last-of-type {
  padding-bottom: 0;
}

/**********************************
LINE HEIGHT
**********************************/
.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-3 {
  line-height: 1.3 !important;
}

.line-height-1-4 {
  line-height: 1.4 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.line-height-1-6 {
  line-height: 1.6 !important;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def,
.format-text ul, .format-text ol {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}
@media (min-width: calc(1089px + 1px)) {
  ul.def.col-2, ol.def.col-2,
  .format-text ul.col-2, .format-text ol.col-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.def.col-2 > *, ol.def.col-2 > *,
  .format-text ul.col-2 > *, .format-text ol.col-2 > * {
    width: calc(50% - 0.5em);
  }
}
ul.def:last-child, ol.def:last-child,
.format-text ul:last-child, .format-text ol:last-child {
  margin-bottom: 0;
}

.format-text ul, .format-text ol {
  margin-bottom: 0;
}

ul.def li, ol.def li,
.format-text ul li, .format-text ol li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}

ul.def li::before,
.format-text ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 0.75em;
  left: 0.2em;
}

ol.def,
.format-text ol {
  margin-left: 1.1em;
}
ol.def li,
.format-text ol li {
  padding-left: 0;
}
ol.def ol,
.format-text ol ol {
  margin: 1em 0 1em 2em;
}

/**********************************
VERTICAL ALIGN
**********************************/
.v-center {
  vertical-align: middle !important;
}

/**********************************
TEXT DECORATION
**********************************/
.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.line-through {
  text-decoration: line-through !important;
}

:hover.hover-underline, :hover > .hover-underline {
  text-decoration: underline !important;
}

:hover.hover-no-underline, :hover > .hover-no-underline {
  text-decoration: none !important;
}

/**********************************
FONT WEIGHT
**********************************/
strong {
  font-weight: 700;
}

b {
  font-weight: 900;
}

.no-bold {
  font-weight: 400 !important;
}

.semibold {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.extrabold {
  font-weight: 900 !important;
}

/**********************************
FONT SIZE
**********************************/
.small-font {
  font-size: 90%;
}

.small-font2 {
  font-size: 80%;
}

.small-font3 {
  font-size: 70%;
}

.small-font4 {
  font-size: 60%;
}

.small-font5 {
  font-size: 50%;
}

.small-font6 {
  font-size: 40%;
}

.small-font7 {
  font-size: 30%;
}

.small-font8 {
  font-size: 20%;
}

.small-font9 {
  font-size: 10%;
}

.big-font {
  font-size: 110%;
}

.big-font2 {
  font-size: 120%;
}

.big-font3 {
  font-size: 130%;
}

.big-font4 {
  font-size: 140%;
}

.big-font5 {
  font-size: 150%;
}

.big-font6 {
  font-size: 160%;
}

.big-font7 {
  font-size: 170%;
}

.big-font8 {
  font-size: 180%;
}

.big-font9 {
  font-size: 190%;
}

.big-font10 {
  font-size: 200%;
}

.font-1em {
  font-size: 1em;
}

.font-2em {
  font-size: 2em;
}

.font-3em {
  font-size: 3em;
}

.font-4em {
  font-size: 4em;
}

.font-5em {
  font-size: 5em;
}

.font-6em {
  font-size: 6em;
}

.font-7em {
  font-size: 7em;
}

.font-8em {
  font-size: 8em;
}

.font-9em {
  font-size: 9em;
}

.font-10em {
  font-size: 10em;
}

/**********************************
HEADINGS
**********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 1.2em;
  line-height: 1.2;
  color: #000000;
  text-align: left;
  position: relative;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
h2::before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -15px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}

h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

h3::before {
  content: "";
  width: 3em;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -0.45em;
}

.h-ico {
  display: flex;
  align-items: center;
}
.h-ico .h-ico-ico {
  margin-right: 0.3em;
  font-size: 1.4em;
}

.h-lbord {
  position: relative;
}

.h-lbord-title {
  padding-right: 0.5em;
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  border-left: 3px solid #05CE7C;
}

.headingfont {
  font-family: "Poppins", sans-serif;
}

/**********************************
FORMS
**********************************/
::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
::placeholder, .select-placeholder {
  color: #888888;
  opacity: 1;
}

label, .label {
  font-weight: 400;
  padding: 0 0 0.25rem 0;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 0.9em;
}

input, textarea, select {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  color: #111;
  min-height: 2.5rem;
  display: inline-block;
  border-radius: 3px;
  padding: 0 0.5rem;
}
input:focus, textarea:focus, select:focus {
  border-color: #bbbbbb;
}

textarea {
  padding: 0.5rem !important;
}

input.button, input.submit {
  -webkit-appearance: none;
  border: none;
}

.check {
  width: auto;
  border: 0;
  margin: 0 0 -1px 0;
  padding: 0;
  background: none;
}

textarea {
  overflow: auto;
  height: auto;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
  outline: 0;
  position: relative;
  width: auto;
  background: url(../img/icons/arr_down.svg) no-repeat right 1.5rem center #ffffff;
  transition: none;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

option {
  color: #000000;
}

input[type=checkbox], input[type=radio] {
  visibility: hidden;
  display: none;
}

label.checkbox {
  cursor: pointer;
  padding: 0 0 0 25px;
  overflow: visible;
  display: inline-block !important;
  position: relative;
  line-height: 1.3;
  text-transform: none;
  font-size: 1em;
}

label.checkbox:before {
  background: #fff;
  border: 1px solid #b3b3b3;
  color: #666;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  font-size: 15px !important;
  border-radius: 3px;
}

label.checkbox:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.4em;
  background: transparent;
  top: 4px;
  left: 2px;
  border: 3px solid #111;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  font-size: 15px !important;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

.input-ico-out {
  position: relative;
}
.input-ico-out input, .input-ico-out select {
  padding-left: 3rem;
}
.input-ico-out--suffix input, .input-ico-out--suffix select {
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.input-ico-out--prefix-suffix input, .input-ico-out--prefix-suffix select {
  padding-left: 3rem;
  padding-right: 3rem;
}

.input-ico-ico {
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
}

.input-ico-ico--suffix {
  right: 0.7rem;
  left: auto;
}

.input-txt-ico {
  color: #001689;
  padding-right: 0.5rem;
}

/**********************************
BUTTONS
**********************************/
button {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.button {
  font-weight: 400;
  cursor: pointer;
  color: #ffffff;
  background-color: #111;
  padding: 0 1.5rem;
  min-height: 2.5rem;
  line-height: 1.5;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 3px;
  text-decoration: none !important;
}
@media (max-width: 575px) {
  .button {
    width: 100%;
  }
}
.button:hover {
  text-decoration: none !important;
  color: #ffffff;
}
.button--small {
  min-height: 2rem;
  font-size: 0.9rem;
  padding: 0 0.5rem;
}

.button--darkblue {
  background-color: #001689;
  color: #ffffff;
}

.button--black {
  background-color: #000000;
  color: #ffffff;
}

.button--grey {
  background-color: #eeeeee;
  color: #111;
}
.button--grey:hover {
  background-color: #e2e2e2;
  color: #111;
}

.button--white-blue {
  background-color: #ffffff;
  border-color: #40B4E5;
  color: #40B4E5;
}
.button--white-blue:hover {
  background-color: #eeeeee;
  border-color: #40B4E5;
  color: #40B4E5;
}

.button--white-darkblue {
  background-color: #ffffff;
  border-color: #001689;
  color: #001689;
}
.button--white-darkblue:hover {
  background-color: #eeeeee;
  border-color: #001689;
  color: #001689;
}

.button--white-black {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.button--white-black:hover {
  background-color: #eeeeee;
  border-color: #000000;
  color: #000000;
}

.button--white-grey {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  color: #000000;
}
.button--white-grey:hover {
  background-color: #eeeeee;
  border-color: #bbbbbb;
  color: #000000;
}

.button--darkblue-white {
  background-color: #001689;
  border-color: #ffffff;
  color: #ffffff;
}

.button--blue-white {
  background-color: #40B4E5;
  border-color: #ffffff;
  color: #ffffff;
}

/**********************************
REPORTS
**********************************/
.report {
  margin-bottom: 1em;
}

.report-in {
  padding: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.report-in .report-ico {
  margin-right: 0.5em;
}
.report-in a {
  text-decoration: underline;
  color: inherit;
}
.report-in a:hover {
  text-decoration: none;
}
.report-in.err {
  background-color: #E40521;
  color: #ffffff;
}
.report-in.err2 {
  background-color: #fedfe3;
  color: #E40521;
  border-bottom: 3px solid #E40521;
}
.report-in.ok {
  background-color: #05CE7C;
  color: #ffffff;
}
.report-in.ok2 {
  background-color: #e3fef3;
  color: #05CE7C;
  border-bottom: 3px solid #05CE7C;
}
.report-in.info {
  background-color: #40B4E5;
  color: #ffffff;
}
.report-in.info2 {
  background-color: #ebf7fc;
  color: #40B4E5;
  border-bottom: 3px solid #40B4E5;
}
.report-in.wrn {
  background-color: #FFCC00;
  color: #111;
}
.report-in.wrn2 {
  background-color: #fffae6;
  color: #FFCC00;
  border-bottom: 3px solid #FFCC00;
}

.formerror,
.form-err {
  color: #E40521;
}
.formerror input, .formerror select, .formerror textarea,
.form-err input,
.form-err select,
.form-err textarea {
  border-color: #E40521;
  color: #E40521;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err {
  border-color: #E40521;
}

/**********************************
ICONS
**********************************/
.material-icons, .material-icons-outlined, .material-icons-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.material-icons img, .material-icons-outlined img, .material-icons-round img {
  max-height: 24px;
}

.material-icons.big-font, .material-icons-outlined.big-font, .material-icons-round.big-font {
  font-size: 32px;
}

.material-icons.big-font2, .material-icons-outlined.big-font2, .material-icons-round.big-font2 {
  font-size: 40px;
}

.material-icons.big-font3, .material-icons-outlined.big-font3, .material-icons-round.big-font3 {
  font-size: 48px;
}

.text-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1em;
  height: 1em;
  min-width: 24px;
  min-height: 24px;
  border-radius: 0.15em;
}

.text-icon-in {
  width: 100%;
  overflow: hidden;
  font-family: "Bebas Neue", cursive;
  font-size: max(0.8em, 18px);
  font-weight: 400;
  color: #111;
  margin-bottom: -0.1em;
}

.md-text-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: max(0.3em, 9px);
  font-weight: 600;
  color: #ffffff;
  background-color: #111;
  border-radius: 0.15em;
}

.md-text-icon--top {
  top: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--bottom {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--left {
  left: 0;
  transform: translate(0, -50%);
}
.md-text-icon--left.md-text-icon--top, .md-text-icon--left.md-text-icon--bottom {
  transform: translate(0, 0);
}

.md-text-icon--right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
.md-text-icon--right.md-text-icon--top, .md-text-icon--right.md-text-icon--bottom {
  transform: translate(0, 0);
}

.material-icons[data-count]::before, .material-icons-outlined[data-count]::before, .material-icons-round[data-count]::before,
.text-icon[data-count]::before {
  content: attr(data-count);
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -3px;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #111;
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 3px;
  font-family: "Poppins", sans-serif;
}

.transform-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.transform-icons .transform-ico {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}

.transform-icons .transform-ico--default {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.transform-icons .transform-ico--transformed {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--transformed {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

/**********************************
HIDDEN
**********************************/
.s-hidden-flex {
  display: none !important;
}
@media (min-width: calc(575px + 1px)) {
  .s-hidden-flex {
    display: flex !important;
  }
}

.m-hidden-flex {
  display: none !important;
}
@media (min-width: calc(767px + 1px)) {
  .m-hidden-flex {
    display: flex !important;
  }
}

.s-m-hidden-flex {
  display: none !important;
}
@media (min-width: calc(1089px + 1px)) {
  .s-m-hidden-flex {
    display: flex !important;
  }
}

.pc-hidden-flex {
  display: flex !important;
}
@media (min-width: calc(1089px + 1px)) {
  .pc-hidden-flex {
    display: none !important;
  }
}

.pc-hidden {
  display: block !important;
}
@media (min-width: calc(1089px + 1px)) {
  .pc-hidden {
    display: none !important;
  }
}

.mobile-hidden {
  display: none !important;
}
@media (min-width: calc(1089px + 1px)) {
  .mobile-hidden {
    display: block !important;
  }
}

.mobile-hidden-flex {
  display: none !important;
}
@media (min-width: calc(1089px + 1px)) {
  .mobile-hidden-flex {
    display: flex !important;
  }
}

.pc-hidden-inlineflex {
  display: inline-flex !important;
}
@media (min-width: calc(1089px + 1px)) {
  .pc-hidden-inlineflex {
    display: none !important;
  }
}

.mobile-hidden-inlineflex {
  display: none !important;
}
@media (min-width: calc(1089px + 1px)) {
  .mobile-hidden-inlineflex {
    display: inline-flex !important;
  }
}

.m-up-hidden-inlineflex {
  display: inline-flex !important;
}
@media (min-width: calc(767px + 1px)) {
  .m-up-hidden-inlineflex {
    display: none !important;
  }
}

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

@media (max-width: 575px) {
  .hidden-s-smaller {
    display: none !important;
  }
}

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

@media (max-width: 1089px) {
  .hidden-l-smaller {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .hidden-xl-smaller {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .hidden-xxl-smaller {
    display: none !important;
  }
}

@media (min-width: calc(575px + 1px)) {
  .hidden-xs-bigger {
    display: none !important;
  }
}

@media (min-width: calc(767px + 1px)) {
  .hidden-s-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1089px + 1px)) {
  .hidden-m-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1279px + 1px)) {
  .hidden-l-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1919px + 1px)) {
  .hidden-xl-bigger {
    display: none !important;
  }
}

/**********************************
FLEX
**********************************/
.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .flex--s {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--s .flex-width {
    width: 100% !important;
  }
  .flex--s .order-1 {
    order: -1;
  }
}
@media (max-width: 767px) {
  .flex--m {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--m .flex-width {
    width: 100% !important;
  }
  .flex--m .order-1 {
    order: -1;
  }
}
@media (max-width: 1089px) {
  .flex--l {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--l .flex-width {
    width: 100% !important;
  }
  .flex--l .order-1 {
    order: -1;
  }
}
@media (max-width: 1279px) {
  .flex--xl {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--xl .flex-width {
    width: 100% !important;
  }
  .flex--xl .order-1 {
    order: -1;
  }
}
@media (max-width: 1919px) {
  .flex--xxl {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--xxl .flex-width {
    width: 100% !important;
  }
  .flex--xxl .order-1 {
    order: -1;
  }
}
.flex > .col-1 {
  flex: 1;
}
.flex > .col-2 {
  flex: 2;
}

.period {
  width: 36%;
}

.two-period {
  width: 58%;
}

.half {
  width: 50%;
}

.inline-flex {
  display: inline-flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.a-stretch {
  align-items: stretch !important;
}

.a-start {
  align-items: flex-start !important;
}

.a-center {
  align-items: center !important;
}

.a-end {
  align-items: flex-end !important;
}

.j-start {
  justify-content: flex-start !important;
}

.j-center {
  justify-content: center !important;
}

.j-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.space-around {
  justify-content: space-around !important;
}

.flex-true {
  flex: 1 1 auto !important;
}

.flex-false {
  flex: 0 0 auto !important;
}

.no-grow {
  flex-grow: 0 !important;
}

.no-shrink {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

/**********************************
SPACING
**********************************/
/*** gap ***/
.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-01em {
  gap: 0.1em !important;
}

.gap-02em {
  gap: 0.2em !important;
}

.gap-03em {
  gap: 0.3em !important;
}

.gap-04em {
  gap: 0.4em !important;
}

.gap-05em {
  gap: 0.5em !important;
}

.gap-06em {
  gap: 0.6em !important;
}

.gap-07em {
  gap: 0.7em !important;
}

.gap-08em {
  gap: 0.8em !important;
}

.gap-09em {
  gap: 0.9em !important;
}

.gap-1em {
  gap: 1em !important;
}

.gap-2em {
  gap: 2em !important;
}

.gap-3em {
  gap: 3em !important;
}

.gap-4em {
  gap: 4em !important;
}

.gap-5em {
  gap: 5em !important;
}

.gap-6em {
  gap: 6em !important;
}

.gap-7em {
  gap: 7em !important;
}

.gap-8em {
  gap: 8em !important;
}

.gap-9em {
  gap: 9em !important;
}

.gap-10em {
  gap: 10em !important;
}

/*** xgap ***/
.xgap-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.xgap-1 {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.xgap-2 {
  -moz-column-gap: 2px !important;
       column-gap: 2px !important;
}

.xgap-3 {
  -moz-column-gap: 3px !important;
       column-gap: 3px !important;
}

.xgap-4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.xgap-5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.xgap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.xgap-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.xgap-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.xgap-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.xgap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.xgap-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.xgap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.xgap-01em {
  -moz-column-gap: 0.1em !important;
       column-gap: 0.1em !important;
}

.xgap-02em {
  -moz-column-gap: 0.2em !important;
       column-gap: 0.2em !important;
}

.xgap-03em {
  -moz-column-gap: 0.3em !important;
       column-gap: 0.3em !important;
}

.xgap-04em {
  -moz-column-gap: 0.4em !important;
       column-gap: 0.4em !important;
}

.xgap-05em {
  -moz-column-gap: 0.5em !important;
       column-gap: 0.5em !important;
}

.xgap-06em {
  -moz-column-gap: 0.6em !important;
       column-gap: 0.6em !important;
}

.xgap-07em {
  -moz-column-gap: 0.7em !important;
       column-gap: 0.7em !important;
}

.xgap-08em {
  -moz-column-gap: 0.8em !important;
       column-gap: 0.8em !important;
}

.xgap-09em {
  -moz-column-gap: 0.9em !important;
       column-gap: 0.9em !important;
}

.xgap-1em {
  -moz-column-gap: 1em !important;
       column-gap: 1em !important;
}

.xgap-2em {
  -moz-column-gap: 2em !important;
       column-gap: 2em !important;
}

.xgap-3em {
  -moz-column-gap: 3em !important;
       column-gap: 3em !important;
}

.xgap-4em {
  -moz-column-gap: 4em !important;
       column-gap: 4em !important;
}

.xgap-5em {
  -moz-column-gap: 5em !important;
       column-gap: 5em !important;
}

.xgap-6em {
  -moz-column-gap: 6em !important;
       column-gap: 6em !important;
}

.xgap-7em {
  -moz-column-gap: 7em !important;
       column-gap: 7em !important;
}

.xgap-8em {
  -moz-column-gap: 8em !important;
       column-gap: 8em !important;
}

.xgap-9em {
  -moz-column-gap: 9em !important;
       column-gap: 9em !important;
}

.xgap-10em {
  -moz-column-gap: 10em !important;
       column-gap: 10em !important;
}

/*** ygap ***/
.ygap-0 {
  row-gap: 0px !important;
}

.ygap-1 {
  row-gap: 1px !important;
}

.ygap-2 {
  row-gap: 2px !important;
}

.ygap-3 {
  row-gap: 3px !important;
}

.ygap-4 {
  row-gap: 4px !important;
}

.ygap-5 {
  row-gap: 5px !important;
}

.ygap-10 {
  row-gap: 10px !important;
}

.ygap-15 {
  row-gap: 15px !important;
}

.ygap-20 {
  row-gap: 20px !important;
}

.ygap-25 {
  row-gap: 25px !important;
}

.ygap-30 {
  row-gap: 30px !important;
}

.ygap-40 {
  row-gap: 40px !important;
}

.ygap-50 {
  row-gap: 50px !important;
}

.ygap-01em {
  row-gap: 0.1em !important;
}

.ygap-02em {
  row-gap: 0.2em !important;
}

.ygap-03em {
  row-gap: 0.3em !important;
}

.ygap-04em {
  row-gap: 0.4em !important;
}

.ygap-05em {
  row-gap: 0.5em !important;
}

.ygap-06em {
  row-gap: 0.6em !important;
}

.ygap-07em {
  row-gap: 0.7em !important;
}

.ygap-08em {
  row-gap: 0.8em !important;
}

.ygap-09em {
  row-gap: 0.9em !important;
}

.ygap-1em {
  row-gap: 1em !important;
}

.ygap-2em {
  row-gap: 2em !important;
}

.ygap-3em {
  row-gap: 3em !important;
}

.ygap-4em {
  row-gap: 4em !important;
}

.ygap-5em {
  row-gap: 5em !important;
}

.ygap-6em {
  row-gap: 6em !important;
}

.ygap-7em {
  row-gap: 7em !important;
}

.ygap-8em {
  row-gap: 8em !important;
}

.ygap-9em {
  row-gap: 9em !important;
}

.ygap-10em {
  row-gap: 10em !important;
}

.mg-inline-auto {
  margin-inline: auto !important;
}

.mg-block-auto {
  margin-block: auto !important;
}

/*** tmg ***/
.tmg-big {
  margin-top: 2rem !important;
}
@media (min-width: calc(767px + 1px)) {
  .tmg-big {
    margin-top: 3rem !important;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .tmg-big {
    margin-top: 4rem !important;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .tmg-big {
    margin-top: 6rem !important;
  }
}

.tmg-auto {
  margin-top: auto !important;
}

.tmg-0 {
  margin-top: 0px !important;
}

.tmg-1 {
  margin-top: 1px !important;
}

.tmg-2 {
  margin-top: 2px !important;
}

.tmg-3 {
  margin-top: 3px !important;
}

.tmg-4 {
  margin-top: 4px !important;
}

.tmg-5 {
  margin-top: 5px !important;
}

.tmg-10 {
  margin-top: 10px !important;
}

.tmg-15 {
  margin-top: 15px !important;
}

.tmg-20 {
  margin-top: 20px !important;
}

.tmg-25 {
  margin-top: 25px !important;
}

.tmg-30 {
  margin-top: 30px !important;
}

.tmg-40 {
  margin-top: 40px !important;
}

.tmg-50 {
  margin-top: 50px !important;
}

.tmg-60 {
  margin-top: 60px !important;
}

.tmg-70 {
  margin-top: 70px !important;
}

.tmg-80 {
  margin-top: 80px !important;
}

.tmg-90 {
  margin-top: 90px !important;
}

.tmg-100 {
  margin-top: 100px !important;
}

.tmg-01em {
  margin-top: 0.1em !important;
}

.tmg-02em {
  margin-top: 0.2em !important;
}

.tmg-03em {
  margin-top: 0.3em !important;
}

.tmg-04em {
  margin-top: 0.4em !important;
}

.tmg-05em {
  margin-top: 0.5em !important;
}

.tmg-06em {
  margin-top: 0.6em !important;
}

.tmg-07em {
  margin-top: 0.7em !important;
}

.tmg-08em {
  margin-top: 0.8em !important;
}

.tmg-09em {
  margin-top: 0.9em !important;
}

.tmg-1em {
  margin-top: 1em !important;
}

.tmg-2em {
  margin-top: 2em !important;
}

.tmg-3em {
  margin-top: 3em !important;
}

.tmg-4em {
  margin-top: 4em !important;
}

.tmg-5em {
  margin-top: 5em !important;
}

.tmg-6em {
  margin-top: 6em !important;
}

.tmg-7em {
  margin-top: 7em !important;
}

.tmg-8em {
  margin-top: 8em !important;
}

.tmg-9em {
  margin-top: 9em !important;
}

.tmg-10em {
  margin-top: 10em !important;
}

/*** rmg ***/
.rmg-auto {
  margin-right: auto !important;
}

.rmg-0 {
  margin-right: 0px !important;
}

.rmg-1 {
  margin-right: 1px !important;
}

.rmg-2 {
  margin-right: 2px !important;
}

.rmg-3 {
  margin-right: 3px !important;
}

.rmg-4 {
  margin-right: 4px !important;
}

.rmg-5 {
  margin-right: 5px !important;
}

.rmg-10 {
  margin-right: 10px !important;
}

.rmg-15 {
  margin-right: 15px !important;
}

.rmg-20 {
  margin-right: 20px !important;
}

.rmg-25 {
  margin-right: 25px !important;
}

.rmg-30 {
  margin-right: 30px !important;
}

.rmg-40 {
  margin-right: 40px !important;
}

.rmg-50 {
  margin-right: 50px !important;
}

.rmg-60 {
  margin-right: 60px !important;
}

.rmg-70 {
  margin-right: 70px !important;
}

.rmg-80 {
  margin-right: 80px !important;
}

.rmg-90 {
  margin-right: 90px !important;
}

.rmg-100 {
  margin-right: 100px !important;
}

.rmg-01em {
  margin-right: 0.1em !important;
}

.rmg-02em {
  margin-right: 0.2em !important;
}

.rmg-03em {
  margin-right: 0.3em !important;
}

.rmg-04em {
  margin-right: 0.4em !important;
}

.rmg-05em {
  margin-right: 0.5em !important;
}

.rmg-06em {
  margin-right: 0.6em !important;
}

.rmg-07em {
  margin-right: 0.7em !important;
}

.rmg-08em {
  margin-right: 0.8em !important;
}

.rmg-09em {
  margin-right: 0.9em !important;
}

.rmg-1em {
  margin-right: 1em !important;
}

.rmg-2em {
  margin-right: 2em !important;
}

.rmg-3em {
  margin-right: 3em !important;
}

.rmg-4em {
  margin-right: 4em !important;
}

.rmg-5em {
  margin-right: 5em !important;
}

.rmg-6em {
  margin-right: 6em !important;
}

.rmg-7em {
  margin-right: 7em !important;
}

.rmg-8em {
  margin-right: 8em !important;
}

.rmg-9em {
  margin-right: 9em !important;
}

.rmg-10em {
  margin-right: 10em !important;
}

/*** bmg ***/
.bmg-auto {
  margin-bottom: auto !important;
}

.bmg-0 {
  margin-bottom: 0px !important;
}

.bmg-1 {
  margin-bottom: 1px !important;
}

.bmg-2 {
  margin-bottom: 2px !important;
}

.bmg-3 {
  margin-bottom: 3px !important;
}

.bmg-4 {
  margin-bottom: 4px !important;
}

.bmg-5 {
  margin-bottom: 5px !important;
}

.bmg-6 {
  margin-bottom: 6px !important;
}

.bmg-7 {
  margin-bottom: 7px !important;
}

.bmg-8 {
  margin-bottom: 8px !important;
}

.bmg-9 {
  margin-bottom: 9px !important;
}

.bmg-10 {
  margin-bottom: 10px !important;
}

.bmg-15 {
  margin-bottom: 15px !important;
}

.bmg-20 {
  margin-bottom: 20px !important;
}

.bmg-25 {
  margin-bottom: 25px !important;
}

.bmg-30 {
  margin-bottom: 30px !important;
}

.bmg-40 {
  margin-bottom: 40px !important;
}

.bmg-50 {
  margin-bottom: 50px !important;
}

.bmg-60 {
  margin-bottom: 60px !important;
}

.bmg-70 {
  margin-bottom: 70px !important;
}

.bmg-80 {
  margin-bottom: 80px !important;
}

.bmg-90 {
  margin-bottom: 90px !important;
}

.bmg-100 {
  margin-bottom: 100px !important;
}

.bmg-01em {
  margin-bottom: 0.1em !important;
}

.bmg-02em {
  margin-bottom: 0.2em !important;
}

.bmg-03em {
  margin-bottom: 0.3em !important;
}

.bmg-04em {
  margin-bottom: 0.4em !important;
}

.bmg-05em {
  margin-bottom: 0.5em !important;
}

.bmg-06em {
  margin-bottom: 0.6em !important;
}

.bmg-07em {
  margin-bottom: 0.7em !important;
}

.bmg-08em {
  margin-bottom: 0.8em !important;
}

.bmg-09em {
  margin-bottom: 0.9em !important;
}

.bmg-1em {
  margin-bottom: 1em !important;
}

.bmg-2em {
  margin-bottom: 2em !important;
}

.bmg-3em {
  margin-bottom: 3em !important;
}

.bmg-4em {
  margin-bottom: 4em !important;
}

.bmg-5em {
  margin-bottom: 5em !important;
}

.bmg-6em {
  margin-bottom: 6em !important;
}

.bmg-7em {
  margin-bottom: 7em !important;
}

.bmg-8em {
  margin-bottom: 8em !important;
}

.bmg-9em {
  margin-bottom: 9em !important;
}

.bmg-10em {
  margin-bottom: 10em !important;
}

/*** lmg ***/
.lmg-auto {
  margin-left: auto !important;
}

.lmg-0 {
  margin-left: 0px !important;
}

.lmg-1 {
  margin-left: 1px !important;
}

.lmg-2 {
  margin-left: 2px !important;
}

.lmg-3 {
  margin-left: 3px !important;
}

.lmg-4 {
  margin-left: 4px !important;
}

.lmg-5 {
  margin-left: 5px !important;
}

.lmg-10 {
  margin-left: 10px !important;
}

.lmg-15 {
  margin-left: 15px !important;
}

.lmg-20 {
  margin-left: 20px !important;
}

.lmg-25 {
  margin-left: 25px !important;
}

.lmg-30 {
  margin-left: 30px !important;
}

.lmg-40 {
  margin-left: 40px !important;
}

.lmg-50 {
  margin-left: 50px !important;
}

.lmg-60 {
  margin-left: 60px !important;
}

.lmg-70 {
  margin-left: 70px !important;
}

.lmg-80 {
  margin-left: 80px !important;
}

.lmg-90 {
  margin-left: 90px !important;
}

.lmg-100 {
  margin-left: 100px !important;
}

.lmg-01em {
  margin-left: 0.1em !important;
}

.lmg-02em {
  margin-left: 0.2em !important;
}

.lmg-03em {
  margin-left: 0.3em !important;
}

.lmg-04em {
  margin-left: 0.4em !important;
}

.lmg-05em {
  margin-left: 0.5em !important;
}

.lmg-06em {
  margin-left: 0.6em !important;
}

.lmg-07em {
  margin-left: 0.7em !important;
}

.lmg-08em {
  margin-left: 0.8em !important;
}

.lmg-09em {
  margin-left: 0.9em !important;
}

.lmg-1em {
  margin-left: 1em !important;
}

.lmg-2em {
  margin-left: 2em !important;
}

.lmg-3em {
  margin-left: 3em !important;
}

.lmg-4em {
  margin-left: 4em !important;
}

.lmg-5em {
  margin-left: 5em !important;
}

.lmg-6em {
  margin-left: 6em !important;
}

.lmg-7em {
  margin-left: 7em !important;
}

.lmg-8em {
  margin-left: 8em !important;
}

.lmg-9em {
  margin-left: 9em !important;
}

.lmg-10em {
  margin-left: 10em !important;
}

/*** tpd ***/
.tpd-0 {
  padding-top: 0px !important;
}

.tpd-5 {
  padding-top: 5px !important;
}

.tpd-10 {
  padding-top: 10px !important;
}

.tpd-20 {
  padding-top: 20px !important;
}

.tpd-30 {
  padding-top: 30px !important;
}

.tpd-40 {
  padding-top: 40px !important;
}

.tpd-50 {
  padding-top: 50px !important;
}

.tpd-01em {
  padding-top: 0.1em !important;
}

.tpd-02em {
  padding-top: 0.2em !important;
}

.tpd-03em {
  padding-top: 0.3em !important;
}

.tpd-04em {
  padding-top: 0.4em !important;
}

.tpd-05em {
  padding-top: 0.5em !important;
}

.tpd-06em {
  padding-top: 0.6em !important;
}

.tpd-07em {
  padding-top: 0.7em !important;
}

.tpd-08em {
  padding-top: 0.8em !important;
}

.tpd-09em {
  padding-top: 0.9em !important;
}

.tpd-1em {
  padding-top: 1em !important;
}

/*** rpd ***/
.rpd-0 {
  padding-right: 0px !important;
}

.rpd-5 {
  padding-right: 5px !important;
}

.rpd-10 {
  padding-right: 10px !important;
}

.rpd-20 {
  padding-right: 20px !important;
}

.rpd-30 {
  padding-right: 30px !important;
}

.rpd-40 {
  padding-right: 40px !important;
}

.rpd-50 {
  padding-right: 50px !important;
}

.rpd-60 {
  padding-right: 60px !important;
}

.rpd-70 {
  padding-right: 70px !important;
}

.rpd-80 {
  padding-right: 80px !important;
}

.rpd-90 {
  padding-right: 90px !important;
}

.rpd-100 {
  padding-right: 100px !important;
}

.rpd-01em {
  padding-right: 0.1em !important;
}

.rpd-02em {
  padding-right: 0.2em !important;
}

.rpd-03em {
  padding-right: 0.3em !important;
}

.rpd-04em {
  padding-right: 0.4em !important;
}

.rpd-05em {
  padding-right: 0.5em !important;
}

.rpd-06em {
  padding-right: 0.6em !important;
}

.rpd-07em {
  padding-right: 0.7em !important;
}

.rpd-08em {
  padding-right: 0.8em !important;
}

.rpd-09em {
  padding-right: 0.9em !important;
}

.rpd-1em {
  padding-right: 1em !important;
}

/*** bpd ***/
.bpd-0 {
  padding-bottom: 0px !important;
}

.bpd-5 {
  padding-bottom: 5px !important;
}

.bpd-10 {
  padding-bottom: 10px !important;
}

.bpd-20 {
  padding-bottom: 20px !important;
}

.bpd-30 {
  padding-bottom: 30px !important;
}

.bpd-40 {
  padding-bottom: 40px !important;
}

.bpd-50 {
  padding-bottom: 50px !important;
}

.bpd-01em {
  padding-bottom: 0.1em !important;
}

.bpd-02em {
  padding-bottom: 0.2em !important;
}

.bpd-03em {
  padding-bottom: 0.3em !important;
}

.bpd-04em {
  padding-bottom: 0.4em !important;
}

.bpd-05em {
  padding-bottom: 0.5em !important;
}

.bpd-06em {
  padding-bottom: 0.6em !important;
}

.bpd-07em {
  padding-bottom: 0.7em !important;
}

.bpd-08em {
  padding-bottom: 0.8em !important;
}

.bpd-09em {
  padding-bottom: 0.9em !important;
}

.bpd-1em {
  padding-bottom: 1em !important;
}

.bpd-2em {
  padding-bottom: 2em !important;
}

.bpd-3em {
  padding-bottom: 3em !important;
}

/*** lpd ***/
.lpd-0 {
  padding-left: 0px !important;
}

.lpd-5 {
  padding-left: 5px !important;
}

.lpd-10 {
  padding-left: 10px !important;
}

.lpd-20 {
  padding-left: 20px !important;
}

.lpd-30 {
  padding-left: 30px !important;
}

.lpd-40 {
  padding-left: 40px !important;
}

.lpd-50 {
  padding-left: 50px !important;
}

.lpd-60 {
  padding-left: 60px !important;
}

.lpd-70 {
  padding-left: 70px !important;
}

.lpd-80 {
  padding-left: 80px !important;
}

.lpd-90 {
  padding-left: 90px !important;
}

.lpd-100 {
  padding-left: 100px !important;
}

.lpd-01em {
  padding-left: 0.1em !important;
}

.lpd-02em {
  padding-left: 0.2em !important;
}

.lpd-03em {
  padding-left: 0.3em !important;
}

.lpd-04em {
  padding-left: 0.4em !important;
}

.lpd-05em {
  padding-left: 0.5em !important;
}

.lpd-06em {
  padding-left: 0.6em !important;
}

.lpd-07em {
  padding-left: 0.7em !important;
}

.lpd-08em {
  padding-left: 0.8em !important;
}

.lpd-09em {
  padding-left: 0.9em !important;
}

.lpd-1em {
  padding-left: 1em !important;
}

/*** padding ***/
.padd-0 {
  padding: 0px !important;
}

.padd-1 {
  padding: 1px !important;
}

.padd-2 {
  padding: 2px !important;
}

.padd-3 {
  padding: 3px !important;
}

.padd-4 {
  padding: 4px !important;
}

.padd-5 {
  padding: 5px !important;
}

.padd-10 {
  padding: 10px !important;
}

.padd-20 {
  padding: 20px !important;
}

.padd-30 {
  padding: 30px !important;
}

.padd-40 {
  padding: 40px !important;
}

.padd-50 {
  padding: 50px !important;
}

.padd-01em {
  padding: 0.1em !important;
}

.padd-02em {
  padding: 0.2em !important;
}

.padd-03em {
  padding: 0.3em !important;
}

.padd-04em {
  padding: 0.4em !important;
}

.padd-05em {
  padding: 0.5em !important;
}

.padd-06em {
  padding: 0.6em !important;
}

.padd-07em {
  padding: 0.7em !important;
}

.padd-08em {
  padding: 0.8em !important;
}

.padd-09em {
  padding: 0.9em !important;
}

.padd-1em {
  padding: 1em !important;
}

/**********************************
LAYOUT
**********************************/
* {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #111;
  font-size: 0.8em;
  font-weight: 300;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100wh;
  overflow-x: hidden;
}
@media (min-width: calc(767px + 1px)) {
  body {
    font-size: 0.9em;
  }
}

.screen {
  background: #eeeeee;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 2em 0;
  flex: 1 1 auto;
}
@media (min-width: calc(1279px + 1px)) {
  .screen {
    padding: 3em 0;
  }
}

.content-width {
  margin: 0 auto;
  width: 100%;
  padding: 0 1em;
}
@media (min-width: calc(767px + 1px)) {
  .content-width {
    width: 767px;
    padding: 0 2em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .content-width {
    width: 1089px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .content-width {
    width: 1279px;
  }
}

.home-pic {
  display: block;
  width: 100%;
  border-radius: 0.2em;
}

/**********************************
TOPBAR
**********************************/
/**********************************
HEADER
**********************************/
.head {
  background: #ffffff;
}

.head-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  position: relative;
}
@media (max-width: 1089px) {
  .head-in {
    padding-right: 80px;
    padding-block: 1rem;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .head-in {
    flex-direction: row;
    align-items: center;
    height: 100px;
  }
}

.logo {
  max-width: 300px;
  min-width: 100px;
  flex: 0 0 auto;
  text-decoration: none;
}
.logo img {
  max-height: 50px;
}
@media (min-width: calc(1089px + 1px)) {
  .logo img {
    max-height: 80px;
  }
}

.logo-txt {
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.1;
}

.head-desc {
  line-height: 1.3;
  font-size: 1.3em;
}
@media (min-width: calc(1089px + 1px)) {
  .head-desc {
    text-align: right;
  }
}

/**********************************
MENU
**********************************/
.menu-out {
  background-color: #111;
  display: none;
}
@media (min-width: calc(1089px + 1px)) {
  .menu-out {
    display: block !important;
    /*position: sticky;
    top: 0;*/
  }
}

@media (min-width: calc(1089px + 1px)) {
  .menu {
    display: flex;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .menu {
    font-size: 1.1em;
  }
}

.menu li:hover > .submenu {
  display: flex;
}

.menu-in {
  position: relative;
}

.menu-item {
  color: #ffffff;
  display: flex;
  padding: 1rem 1.5rem;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 1089px) {
  .menu-item {
    margin-bottom: 1px;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .menu-item {
    height: 4rem;
    padding: 0 1rem;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .menu-item {
    height: 4em;
    padding: 0 1.5rem;
  }
}
.menu-item:hover {
  text-decoration: underline;
}
.menu-item.act {
  background-color: #000000;
}

.submenu {
  position: absolute;
  display: none;
  text-align: left;
  flex-direction: column;
}
@media (min-width: calc(1089px + 1px)) {
  .submenu {
    gap: 1px;
    min-width: 150px;
  }
}
@media (max-width: 1089px) {
  .submenu {
    position: static;
    display: flex;
    margin-left: 1.5rem;
    gap: 1px;
  }
}

.submenu-item {
  display: block;
  padding: 0.7rem 1.5rem;
  font-size: 0.9em;
  text-decoration: none;
}
.submenu-item:hover {
  text-decoration: underline;
}
@media (min-width: calc(1089px + 1px)) {
  .submenu-item {
    display: block;
    padding: 1rem 1.5rem;
  }
}

.menu-next {
  margin-left: auto;
}
@media (max-width: 1089px) {
  .menu-next .menu-item {
    display: none;
  }
}
.menu-next .menu-item:hover {
  text-decoration: none;
}

.submenu--next {
  right: 0;
}
@media (max-width: 1089px) {
  .submenu--next {
    margin-left: 0;
  }
}
@media (max-width: 1089px) {
  .submenu--next .submenu-item {
    margin-bottom: 1px;
    padding: 1rem 1.5rem;
    font-size: 1em;
  }
}

.showmenu-out {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 36px;
  height: 36px;
}
@media (min-width: calc(767px + 1px)) {
  .showmenu-out {
    right: 2em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .showmenu-out {
    display: none;
  }
}
.showmenu-out .material-icons-outlined {
  font-size: 36px;
}

/**********************************
MAIN
**********************************/
/**********************************
FOOTER
**********************************/
.foot-in {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em 1em;
  line-height: 1.6;
}
@media (min-width: calc(1089px + 1px)) {
  .foot-in {
    padding: 2em 0;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .foot-in {
    padding: 3em 0;
  }
}

.copy {
  font-size: 0.9em;
  color: grey;
}

/**********************************
ZINDEXY
**********************************/
.form-dropdown {
  z-index: 2;
}

.menu-out {
  z-index: 100;
}

.submenu {
  z-index: 99;
}

.canvas {
  z-index: 949;
}

.popup {
  z-index: 950;
}

#cookies-canvas {
  z-index: 951;
}

#cookies-popup {
  z-index: 952;
}

/**********************************
FORMS
**********************************/
/**********************************
FORMS
**********************************/
.form-row-out {
  position: relative;
  margin: 0 0 0.7em 0;
}
.form-row-out:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  position: relative;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.7em;
}
.form-row:not(.form-row--no-mobile-wrap) {
  flex-direction: column;
}
.form-row > * {
  flex: 1;
}
.form-row > *.column-1 {
  flex: 1;
}
.form-row > *.column-2 {
  flex: 2;
}
.form-row > *.column-3 {
  flex: 3;
}
.form-row > *.column-4 {
  flex: 4;
}
.form-row > *.column-5 {
  flex: 5;
}
.form-row > *.column-6 {
  flex: 6;
}
.form-row > *.column-7 {
  flex: 7;
}
.form-row > *.column-8 {
  flex: 8;
}
.form-row > *.column-9 {
  flex: 9;
}
.form-row > *.column-10 {
  flex: 10;
}
@media (min-width: calc(767px + 1px)) {
  .form-row:not(.form-row--column) {
    flex-direction: row;
    /*& > * {
        margin: 0 1em 0 0; &:last-child { margin-right: 0; }      
    }*/
  }
}
.form-row input, .form-row select, .form-row textarea, .form-row label {
  width: 100%;
}

.form-item {
  position: relative;
}

.buttons-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.buttons-row > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .buttons-row > * {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .buttons-row > * > * {
    width: 100%;
    margin: 0 !important;
  }
}
@media (min-width: calc(575px + 1px)) {
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) > * > * {
    width: auto;
  }
}
@media (min-width: calc(767px + 1px)) {
  .buttons-row--col-m {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-m > * > * {
    width: auto;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .buttons-row--col-l {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-l > * > * {
    width: auto;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .buttons-row--col-xl {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-xl > * > * {
    width: auto;
  }
}

.buttons-row-c {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.buttons-row-c > * {
  width: 100%;
}
@media (min-width: calc(575px + 1px)) {
  .buttons-row-c {
    flex-direction: row;
    justify-content: center;
  }
  .buttons-row-c > * {
    width: auto;
  }
}

.buttons-row--bg {
  background: #ffffff;
  box-shadow: rgba(17, 17, 17, 0.2) 0 0 15px;
  border-radius: 0.15em;
  padding: 1em;
}

/**********************************
FORM DROPDOWN
**********************************/
.form-dropdown {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: rgba(187, 187, 187, 0.5) 0 0 5px;
  max-height: 30em;
  overflow: auto;
  display: none;
  border-radius: 0.15em;
}

.form-dropdown ul li a {
  display: block;
  padding: 0.5em 1em !important;
  border-bottom: 1px solid rgba(187, 187, 187, 0.5) !important;
  color: #111;
  text-decoration: none;
  line-height: 1.3;
}
.form-dropdown ul li a:hover {
  background-color: #eeeeee;
}
.form-dropdown ul li a.active {
  background-color: #c8c8c8;
}

/**********************************
CHECKBOXES
**********************************/
.form-checkboxes-out {
  position: relative;
  margin: 0 0 2rem 0;
}
.form-checkboxes-out:last-child {
  margin-bottom: 0;
}
.form-checkboxes-out .label {
  padding-bottom: 1rem;
}

.form-checkboxes {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: calc(575px + 1px)) {
  .form-checkboxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(1089px + 1px)) {
  .form-checkboxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(1279px + 1px)) {
  .form-checkboxes {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: calc(1919px + 1px)) {
  .form-checkboxes {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: calc(575px + 1px)) {
  .form-checkboxes.column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: calc(1089px + 1px)) {
  .form-checkboxes.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-checkboxes.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .form-checkboxes.column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .form-checkboxes.column-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .form-checkboxes.column-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .form-checkboxes.column-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .form-checkboxes.column-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .form-checkboxes.column-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .form-checkboxes.column-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.form-checkbox {
  display: flex;
}

/**********************************
MD UPRAVY
**********************************/
.form-item--selfbutton {
  display: flex;
  align-items: center;
}
.form-item--selfbutton > *, .form-item--selfbutton .mdc-notched-outline__trailing {
  border-radius: 0 !important;
}
.form-item--selfbutton > *:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.form-item--selfbutton > *:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.selfbutton-label {
  align-items: center;
  padding-right: 0;
}

.selfbutton-input {
  padding-right: max(16px, var(--mdc-shape-small, 4px) + 4px);
}

.selfbutton-button {
  height: 56px;
  width: auto;
  border-radius: 4px;
  pointer-events: auto;
}

:root {
  --mdc-theme-primary: #5a5a5a;
  --mdc-theme-secondary: #5a5a5a;
  --mdc-theme-error: #E40521;
  --mdc-typography-body2-font-family: $basicfont;
  --mdc-typography-font-family: $basicfont;
}

.mdc-text-field--focused .mdc-floating-label--float-above,
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #5a5a5a !important;
}

.mdc-form-field--invalid .mdc-checkbox__background {
  border-color: #E40521 !important;
}

.mdc-form-field--invalid label {
  color: #E40521 !important;
}

.mdc-text-field, .mdc-select {
  background: white !important;
}

.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
  background-color: #05CE7C;
  border-color: #05CE7C;
}

.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid) .mdc-notched-outline__leading,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid) .mdc-notched-outline__notch,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid) .mdc-notched-outline__trailing {
  border-color: #40B4E5;
}

.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid):not(.mdc-text-field--focused):hover .mdc-notched-outline__leading,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid):not(.mdc-text-field--focused):hover .mdc-notched-outline__notch,
.mdc-text-field--required:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.mdc-select--invalid):not(.mdc-text-field--focused):hover .mdc-notched-outline__trailing {
  border-color: #177da8;
}

.mdc-text-field .material-icons {
  font-size: 24px;
}

.mdc-text-field__affix--suffix {
  margin-right: 0.5em;
}

.mdc-switch-out {
  height: 56px;
  display: flex;
  align-items: center;
}
.mdc-switch-out label {
  width: auto !important;
}

.mdc-switch {
  margin-right: 0.6em;
}

/*.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
    margin-top: 0;
    margin-bottom: 0;
}*/
.mdc-list-item {
  padding-inline: 0.5em !important;
}

.mdc-list li.act {
  outline: 1px solid #FF6B00;
  outline-offset: -1px;
}

.mdc-smaller .mdc-select__anchor,
.mdc-smaller .mdc-text-field {
  width: auto !important;
  height: 40px !important;
  min-width: 100px;
}
@media (min-width: calc(575px + 1px)) {
  .mdc-smaller .mdc-select__anchor,
  .mdc-smaller .mdc-text-field {
    width: 100% !important;
  }
}

.mdc-smaller .mdc-floating-label--float-above {
  transform: translateY(-26px) scale(0.75) !important;
}

.mdc-smaller .selfbutton-button {
  height: 40px;
  min-height: 0;
}

/**********************************
TABLES
**********************************/
.table-fixed {
  table-layout: fixed;
}

.min-content {
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: calc(767px + 1px)) {
  .min-content {
    width: 1px;
    white-space: nowrap;
  }
}

.th-ico {
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0.2em;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: calc(767px + 1px)) {
  .th-ico {
    width: 40px;
    height: 40px;
  }
}
.th-ico img {
  max-width: 80%;
  max-height: 80%;
}

.th-10pro th {
  width: 10% !important;
}

.th-20pro th {
  width: 20% !important;
}

.th-30pro th {
  width: 30% !important;
}

.th-40pro th {
  width: 40% !important;
}

.th-50pro th {
  width: 50% !important;
}

.th-60pro th {
  width: 60% !important;
}

.th-70pro th {
  width: 70% !important;
}

.th-80pro th {
  width: 80% !important;
}

.th-90pro th {
  width: 90% !important;
}

.table1 {
  width: 100%;
  margin-bottom: 1em;
}

.table1 td,
.table1 th {
  padding: 0.75em 1em;
  vertical-align: center;
  text-align: left;
  flex: 0 1 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.table1 thead th {
  background-color: #40B4E5;
}

.table2 {
  width: 100%;
}

.table2 td,
.table2 th {
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid rgba(187, 187, 187, 0.4);
  flex: 0 1 auto;
}

.table2 tr:nth-child(even) td,
.table2 tr:nth-child(even) th {
  background-color: rgba(187, 187, 187, 0.1);
}

.table2 tr:last-child td,
.table2 tr:last-child th {
  border: none;
}

.table2 thead tr th,
.table2 thead tr:nth-child(even) th {
  background-color: rgba(17, 17, 17, 0.5);
  color: #ffffff;
}

.table3 {
  width: 100%;
  line-height: 1.3;
}

.table3 td,
.table3 th {
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #e6e6e6;
}

.table3 tr:nth-child(even) td,
.table3 tr:nth-child(even) th {
  background-color: rgba(187, 187, 187, 0.1);
}

.table3 thead tr th,
.table3 thead tr:nth-child(even) th {
  background-color: #bbbbbb;
}

.table4 {
  width: 100%;
  line-height: 1.3;
}

.table4 td,
.table4 th {
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.table4 thead tr th {
  background-color: #bbbbbb;
}

.table--tiny td,
.table--tiny th {
  padding: 0.1em;
  font-size: 0.8em;
}

.table--small td,
.table--small th {
  padding: 0.3em;
  font-size: 0.9em;
}

.table--medium td,
.table--medium th {
  padding: 0.5em;
  font-size: 0.9em;
}

.table-flex-mobile tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: calc(575px + 1px)) {
  .table-flex-mobile tr {
    display: table-row;
  }
}

.table1.table-flex-mobile tr,
.table2.table-flex-mobile tr,
.table3.table-flex-mobile tr {
  border-bottom: 1px solid rgba(187, 187, 187, 0.6);
}
@media (min-width: calc(575px + 1px)) {
  .table1.table-flex-mobile tr,
  .table2.table-flex-mobile tr,
  .table3.table-flex-mobile tr {
    border-bottom: none;
  }
}
.table1.table-flex-mobile tr:last-child,
.table2.table-flex-mobile tr:last-child,
.table3.table-flex-mobile tr:last-child {
  border: none;
}

.table1.table-flex-mobile td,
.table1.table-flex-mobile th,
.table2.table-flex-mobile td,
.table2.table-flex-mobile th,
.table3.table-flex-mobile td,
.table3.table-flex-mobile th {
  border-bottom: none;
}
@media (min-width: calc(575px + 1px)) {
  .table1.table-flex-mobile td,
  .table1.table-flex-mobile th,
  .table2.table-flex-mobile td,
  .table2.table-flex-mobile th,
  .table3.table-flex-mobile td,
  .table3.table-flex-mobile th {
    border-bottom: 1px solid rgba(187, 187, 187, 0.6);
  }
}

.table1.table-flex-mobile tr:last-child td,
.table1.table-flex-mobile tr:last-child th,
.table2.table-flex-mobile tr:last-child td,
.table2.table-flex-mobile tr:last-child th,
.table3.table-flex-mobile tr:last-child td,
.table3.table-flex-mobile tr:last-child th {
  border: none;
}

.table-overflow {
  overflow: auto;
  max-width: 100%;
}

tr.transparent td, tr.transparent th {
  background-color: transparent !important;
  border: 0 !important;
}

.poznamka-tab {
  background-image: url(../img/icons/poznamka.png);
  background-repeat: no-repeat;
  background-position: top right;
  cursor: help;
}

/**********************************
OTHERS
**********************************/
.line {
  height: 0;
  line-height: 0;
  font-size: 1em;
  border-bottom: 1px solid #eeeeee;
}

.blok {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.2em;
}
@media (min-width: calc(1089px + 1px)) {
  .blok {
    padding: 2rem;
  }
}
.blok--small {
  padding: 0.5rem;
}

/**********************************
SECTION SELECT
**********************************/
.html-select {
  position: relative;
  cursor: pointer;
}

.html-select-item {
  padding: 0 1em;
  min-height: 2.5rem;
  background: #ffffff;
  color: #111;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  display: flex;
  gap: 0.5em;
  align-items: center;
  position: relative;
}

.html-select-item--selected {
  padding-right: 3em;
  background: none;
  border: 1px solid #eeeeee;
  color: #000000;
  font-weight: bold;
}
.html-select-item--selected::after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "expand_more";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #bbbbbb;
}

.html-select-item--v2 {
  background-color: transparent;
}

.html-select-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 100%;
  background: #eeeeee;
  gap: 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  border-radius: 3px;
  padding: 1px;
}

/**********************************
SELECT BOXY
**********************************/
.select-boxy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.select-box {
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2em;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
.select-box--act {
  color: #FF6B00;
  background-color: #fff0e6;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
.select-box--disabled {
  color: #bbbbbb;
  background-color: #e2e2e2;
  box-shadow: none;
  cursor: default;
}
.select-box--disabled img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.select-box--u2 {
  padding-block: 1rem;
  font-size: 1em;
  margin-left: 2rem;
}

.select-box-ico {
  font-size: 1.2em;
}

.select-box-title {
  font-weight: bold;
}

.select-box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.select-box-logo img {
  display: block;
}

/**********************************
LABEL BOXY
**********************************/
.label-boxy {
  display: flex;
  flex-direction: column;
}

.label-box {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75rem 0;
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
}
.label-box:last-child {
  border: none;
}

.label-box-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #111;
}

.label-box-desc {
  font-weight: bold;
}

/**********************************
POPUP
**********************************/
.canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background: rgba(17, 17, 17, 0.9);
}

.canvas.act {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
  display: block;
}

.popup {
  padding: 1em;
  background-color: #ffffff;
  color: #111;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.15em;
  width: calc(100% - 2em);
  max-width: 800px;
  border: 1px solid #000000;
}
@media (min-width: calc(575px + 1px)) {
  .popup {
    top: 20%;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .popup {
    padding: 2em;
  }
}
.popup.popup-10 {
  max-width: 10em;
}
.popup.popup-20 {
  max-width: 20em;
}
.popup.popup-30 {
  max-width: 30em;
}
.popup.popup-40 {
  max-width: 40em;
}
.popup.popup-50 {
  max-width: 50em;
}
.popup.popup-60 {
  max-width: 60em;
}
.popup.popup-70 {
  max-width: 70em;
}
.popup.popup-80 {
  max-width: 80em;
}
.popup.popup-90 {
  max-width: 90em;
}
.popup.popup-100 {
  max-width: 100em;
}
.popup.popup-110 {
  max-width: 110em;
}
.popup.popup-120 {
  max-width: 120em;
}
.popup.popup-130 {
  max-width: 130em;
}
.popup.popup-140 {
  max-width: 150em;
}
.popup.popup-150 {
  max-width: 150em;
}

.popup-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2em;
  color: #111;
}

.loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.loader::after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: "";
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}

.loader.loader--dark::after {
  animation: animate2_dark 1.5s ease-in-out infinite;
}

@keyframes animate2 {
  0% {
    box-shadow: inset #ffffff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #ffffff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #ffffff 0 0 0 17px;
    transform: rotate(140deg);
  }
}
@keyframes animate2_dark {
  0% {
    box-shadow: inset #111 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #111 0 0 0 2px;
  }
  100% {
    box-shadow: inset #111 0 0 0 17px;
    transform: rotate(140deg);
  }
}
/**********************************
COOKIES
**********************************/
.cookie-popup {
  color: black !important;
}

.cookie-popup h1, .cookie-popup h2, .cookie-popup h3, .cookie-popup h4, .cookie-popup h5, .cookie-popup h6 {
  color: black !important;
}

.cookies-popup-short {
  position: fixed;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  background-color: white;
  padding: 1em;
  font-size: 90%;
  width: 800px;
  max-width: calc(100% - 2em);
  text-align: left;
  z-index: 999999;
  box-sizing: border-box;
  border-radius: 0.15em;
}
@media (min-width: calc(1279px + 1px)) {
  .cookies-popup-short {
    padding: 2em;
  }
}

.cookies-popup-short-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookies-popup-short-in p {
  padding: 0;
}

.cookies-popup-short-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  white-space: nowrap;
  margin-left: 2em;
}

.cookies-popup-short-buttons > * {
  padding-inline: 2em;
}

@media (max-width: 575px) {
  .cookies-popup-short-in {
    flex-direction: column;
    align-items: stretch;
  }
  .cookies-popup-short-buttons {
    margin-left: 0;
    margin-top: 1em;
  }
}
.cookie-button {
  border-radius: 3px 3px 0 0;
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  background: #ffffff;
  color: #111;
  width: auto;
  min-height: auto;
  padding: 0.5em;
  font-size: 0.9em;
}
.cookie-button:hover {
  color: #111;
}

#cookies-canvas {
  background: #111111;
}

/**********************************
PROGRAM
**********************************/
.program {
  display: flex;
  gap: 4em;
  flex-direction: column;
  background-color: #ffffff;
  line-height: 1.2;
}

/* program sekce */
.program-sekce {
  border-left-width: 1rem;
  border-left-style: solid;
}

.program-sekce-title {
  padding: 0.9rem;
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}

/* program datum */
.program-datum-out {
  display: flex;
  gap: 3em;
  flex-direction: column;
}

.program-datum {
  border-right-width: 0.75rem;
  border-right-style: solid;
  border-bottom-width: 0.75rem;
  border-bottom-style: solid;
}

.program-datum-title-out {
  display: flex;
  justify-content: flex-end;
}

.program-datum-title {
  padding: 1rem 1rem 1rem 1.75rem;
  color: #ffffff;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .program-datum-title {
    order: -1;
    padding-left: 1rem;
  }
}

/* program misto */
.program-misto-out {
  display: flex;
  gap: 1em;
  flex-direction: column;
}

.program-misto {
  border-left-width: 0.75rem;
  border-left-style: solid;
}

.program-misto-title {
  display: flex;
  flex-direction: column;
}
@media (min-width: calc(575px + 1px)) {
  .program-misto-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.program-misto-title-in {
  padding: 1rem;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
}

/* program blok */
.program-blok-out {
  display: flex;
  gap: 0;
  flex-direction: column;
  margin-bottom: 0.25rem;
}

.program-blok {
  border: 2px solid #969696;
  margin: 0.25rem 0.25rem 0 0.25rem;
}

.program-blok-row {
  background-color: #f0f0f0;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.75rem;
  display: flex;
  gap: 0.75rem;
}

.program-blok-row--head {
  background-color: #e2e2e2;
  border-color: #a7a7a7;
}

.program-blok-row--head .program-blok-row-h,
.program-blok-row--head .program-blok-row-time {
  font-weight: 600;
  font-size: 110%;
}

.program-blok-row--border {
  border: 2px solid #bbbbbb;
  background: #ffffff;
  margin: 2px;
}

.program-blok-row--margin {
  margin: 2px;
}

.program-blok-row-time {
  display: flex;
  flex: 0 0 auto;
  width: 120px;
  gap: 0.25rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .program-blok-row-time {
    width: 90px;
  }
}

.program-blok-row-time-hour {
  width: 50px;
}

.program-blok-row-no {
  width: 1.5em;
  text-align: center;
}

.program-blok-row-desc {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.program-blok-row-h {
  font-weight: 600;
}

/**********************************
CNV TEXT
**********************************/
.sloupce {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
@media (min-width: calc(1089px + 1px)) {
  .sloupce {
    flex-direction: row;
    gap: 3em;
  }
}

.sloupec {
  flex: 1;
}

.footbar {
  background-color: rgba(17, 17, 17, 0.1);
}

.footbar-in {
  padding: 2em;
}

.galerie {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: calc(399px + 1px)) {
  .galerie {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(767px + 1px)) {
  .galerie {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(1089px + 1px)) {
  .galerie {
    grid-template-columns: repeat(4, 1fr);
  }
}

.galerie-item {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 0.2em;
}

.magic-display {
  opacity: 0;
}

/**********************************
ZALOZKY MENU
**********************************/
.zalozky-menu-sekce {
  display: flex;
  gap: 0.25rem;
  align-items: flex-end;
  overflow: auto;
}
.zalozky-menu-sekce a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #888888;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 2px;
  white-space: nowrap;
}
.zalozky-menu-sekce a:hover {
  text-decoration: underline;
}
.zalozky-menu-sekce li.act a {
  background-color: #bbbbbb;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}

.zalozky-menu-in {
  padding: 0.5rem 0.5rem;
  background-color: #ffffff;
  border: 5px solid #bbbbbb;
}

.zalozky-menu-data {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  overflow: auto;
}
.zalozky-menu-data a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #888888;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 2px;
  white-space: nowrap;
}
.zalozky-menu-data a:hover {
  text-decoration: underline;
}
.zalozky-menu-data li.act a {
  background-color: #111;
  padding: 1rem 1.5rem;
  color: #ffffff;
  margin-bottom: 0;
}

.zalozky-menu-in-in {
  padding: 0.5rem 0.5rem;
  background-color: #eeeeee;
}

.zalozky-menu-saly {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.zalozky-menu-saly a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  padding: 0.5rem;
  background-color: #bbbbbb;
}
.zalozky-menu-saly a:hover {
  text-decoration: underline;
}

/**********************************
START
**********************************/
.start-in {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.start-logo {
  width: 150px;
  max-width: 100%;
}

/**********************************
ENDCLASSES
**********************************/
.hidden, .submithidden {
  display: none;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.invisible {
  visibility: hidden !important;
}

h1.hidden, .lista.hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */