@charset "UTF-8";
@font-face {
  font-family: "DINPro";
  src: url("font/DINPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "DINpro";
  src: url("font/DINPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DINpro";
  src: url("font/DINPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DINpro";
  src: url("font/DINPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/*
@font-face {
  font-family: "DINPro";
  src: url("font/dinpro_regular.otf") format("otf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "DINpro";
  src: url("font/dinpro_regular.otf") format("otf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DINpro";
  src: url("font/dinpro_regular.otf") format("otf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DINpro";
  src: url("font/dinpro_regular.otf") format("otf");
  font-weight: 700;
  font-display: swap;
}*/
/**********************************
RESET
**********************************/
@media  {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
@media 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, ol, ul, li, 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;
}

ul {
  list-style: none;
}

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;
}

sup {
  vertical-align: top;
  position: relative;
}

/**********************************
MY CLASSES
**********************************/
.button, a {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.half {
  width: 48% !important;
}

.two-period {
  width: 64% !important;
}

.period {
  width: 32% !important;
}

.extratiny {
  width: 60px !important;
}

.tiny {
  width: 80px !important;
}

.little {
  width: 100px !important;
}

.small {
  width: 120px !important;
}

.normal {
  width: 160px !important;
}

.medium {
  width: 200px !important;
}

.bigmedium {
  width: 250px !important;
}

.middle {
  width: 280px !important;
}

.middleplus {
  width: 300px !important;
}

.moremiddle {
  width: 350px !important;
}

.big {
  width: 400px !important;
}

.morebig {
  width: 450px !important;
}

.extrabig {
  width: 500px !important;
}

.huge {
  width: 575px !important;
}

.extramax {
  width: 610px !important;
}

.max {
  width: 690px !important;
}

.full {
  width: 100% !important;
}

.smalllong {
  height: 35px !important;
}

.nolong {
  height: 50px !important;
}

.long {
  height: 100px !important;
}

.biglong {
  height: 200px !important;
}

.extralong {
  height: 300px !important;
}

.maxlong {
  height: 500px !important;
}

.overflow {
  overflow: auto;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}

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

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

.pointer {
  cursor: pointer !important;
}

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

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

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.top {
  top: 0 !important;
}

.right {
  right: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.left {
  left: 0 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.z-index-99999 {
  z-index: 99999 !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%;
}

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

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

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

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

.format-text code {
  background-color: #F1F1F1;
  padding: 0.1em 0.8em;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text pre {
  border: 1px solid #6B7280;
  background-color: #F1F1F1;
  padding: 0.8em;
  line-height: 1.8;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text {
  line-height: 1.3;
}

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

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

.t-right {
  text-align: right !important;
}
@media (min-width: calc(576px)) {
  .t-right--s {
    text-align: right !important;
  }
}
@media (min-width: calc(768px)) {
  .t-right--m {
    text-align: right !important;
  }
}
@media (min-width: calc(1120px)) {
  .t-right--l {
    text-align: right !important;
  }
}
@media (min-width: calc(1380px)) {
  .t-right--xl {
    text-align: right !important;
  }
}
@media (min-width: calc(1560px)) {
  .t-right--xxl {
    text-align: right !important;
  }
}

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

.v-top, tr.v-top th, tr.v-top td {
  vertical-align: top !important;
}

.v-center, tr.v-center th, tr.v-center td {
  vertical-align: middle !important;
}

.v-bott, tr.v-bott th, tr.v-bott td {
  vertical-align: bottom !important;
}

hr {
  border: none;
  border-bottom: 1px solid #6B7280;
}

pre {
  background-color: #ffffff;
  color: #14231A;
}

/**********************************
BORDER
**********************************/
.border1 {
  border-width: 1px;
  border-style: solid;
}

.border2 {
  border-width: 2px;
  border-style: solid;
}

.border3 {
  border-width: 3px;
  border-style: solid;
}

.border4 {
  border-width: 4px;
  border-style: solid;
}

.border5 {
  border-width: 5px;
  border-style: solid;
}

/**********************************
RADIUS
**********************************/
.radius1 {
  border-radius: 0.15em;
}

.radius-1em {
  border-radius: 1em;
}

.radius-2em {
  border-radius: 2em;
}

.radius-full {
  border-radius: 100vw;
}

.circle {
  border-radius: 50%;
}

.circle-img {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

/**********************************
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;
}

.w20 {
  width: 200px !important;
}

.w30 {
  width: 300px !important;
}

.w40 {
  width: 400px !important;
}

.w50 {
  width: 500px !important;
}

.wauto {
  width: auto !important;
}

.full {
  width: 100% !important;
}

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

/**********************************
VYSKY
**********************************/
.hgt-auto {
  height: auto !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;
}

/**********************************
ODSTINY
**********************************/
.blue {
  color: #3CB2E6 !important;
}

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

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

.blue-10 {
  color: rgb(235.5, 247.3, 252.5) !important;
}

.blue-bg-10, tr.blue-bg-10 td, tr.blue-bg-10 th {
  background-color: rgb(235.5, 247.3, 252.5) !important;
}

.blue-border-10 {
  border-color: rgb(235.5, 247.3, 252.5) !important;
}

.blue-20 {
  color: rgb(216, 239.6, 250) !important;
}

.blue-bg-20, tr.blue-bg-20 td, tr.blue-bg-20 th {
  background-color: rgb(216, 239.6, 250) !important;
}

.blue-border-20 {
  border-color: rgb(216, 239.6, 250) !important;
}

.blue-30 {
  color: rgb(196.5, 231.9, 247.5) !important;
}

.blue-bg-30, tr.blue-bg-30 td, tr.blue-bg-30 th {
  background-color: rgb(196.5, 231.9, 247.5) !important;
}

.blue-border-30 {
  border-color: rgb(196.5, 231.9, 247.5) !important;
}

.blue-40 {
  color: rgb(177, 224.2, 245) !important;
}

.blue-bg-40, tr.blue-bg-40 td, tr.blue-bg-40 th {
  background-color: rgb(177, 224.2, 245) !important;
}

.blue-border-40 {
  border-color: rgb(177, 224.2, 245) !important;
}

.blue-50 {
  color: rgb(157.5, 216.5, 242.5) !important;
}

.blue-bg-50, tr.blue-bg-50 td, tr.blue-bg-50 th {
  background-color: rgb(157.5, 216.5, 242.5) !important;
}

.blue-border-50 {
  border-color: rgb(157.5, 216.5, 242.5) !important;
}

.blue-60 {
  color: rgb(138, 208.8, 240) !important;
}

.blue-bg-60, tr.blue-bg-60 td, tr.blue-bg-60 th {
  background-color: rgb(138, 208.8, 240) !important;
}

.blue-border-60 {
  border-color: rgb(138, 208.8, 240) !important;
}

.blue-70 {
  color: rgb(118.5, 201.1, 237.5) !important;
}

.blue-bg-70, tr.blue-bg-70 td, tr.blue-bg-70 th {
  background-color: rgb(118.5, 201.1, 237.5) !important;
}

.blue-border-70 {
  border-color: rgb(118.5, 201.1, 237.5) !important;
}

.blue-80 {
  color: rgb(99, 193.4, 235) !important;
}

.blue-bg-80, tr.blue-bg-80 td, tr.blue-bg-80 th {
  background-color: rgb(99, 193.4, 235) !important;
}

.blue-border-80 {
  border-color: rgb(99, 193.4, 235) !important;
}

.blue-90 {
  color: rgb(79.5, 185.7, 232.5) !important;
}

.blue-bg-90, tr.blue-bg-90 td, tr.blue-bg-90 th {
  background-color: rgb(79.5, 185.7, 232.5) !important;
}

.blue-border-90 {
  border-color: rgb(79.5, 185.7, 232.5) !important;
}

.blue-110 {
  color: rgb(54, 160.2, 207) !important;
}

.blue-bg-110, tr.blue-bg-110 td, tr.blue-bg-110 th {
  background-color: rgb(54, 160.2, 207) !important;
}

.blue-border-110 {
  border-color: rgb(54, 160.2, 207) !important;
}

.blue-120 {
  color: rgb(48, 142.4, 184) !important;
}

.blue-bg-120, tr.blue-bg-120 td, tr.blue-bg-120 th {
  background-color: rgb(48, 142.4, 184) !important;
}

.blue-border-120 {
  border-color: rgb(48, 142.4, 184) !important;
}

.blue-130 {
  color: rgb(42, 124.6, 161) !important;
}

.blue-bg-130, tr.blue-bg-130 td, tr.blue-bg-130 th {
  background-color: rgb(42, 124.6, 161) !important;
}

.blue-border-130 {
  border-color: rgb(42, 124.6, 161) !important;
}

.blue-140 {
  color: rgb(36, 106.8, 138) !important;
}

.blue-bg-140, tr.blue-bg-140 td, tr.blue-bg-140 th {
  background-color: rgb(36, 106.8, 138) !important;
}

.blue-border-140 {
  border-color: rgb(36, 106.8, 138) !important;
}

.blue-150 {
  color: #1e5973 !important;
}

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

.blue-border-150 {
  border-color: #1e5973 !important;
}

.blue-160 {
  color: rgb(24, 71.2, 92) !important;
}

.blue-bg-160, tr.blue-bg-160 td, tr.blue-bg-160 th {
  background-color: rgb(24, 71.2, 92) !important;
}

.blue-border-160 {
  border-color: rgb(24, 71.2, 92) !important;
}

.blue-170 {
  color: rgb(18, 53.4, 69) !important;
}

.blue-bg-170, tr.blue-bg-170 td, tr.blue-bg-170 th {
  background-color: rgb(18, 53.4, 69) !important;
}

.blue-border-170 {
  border-color: rgb(18, 53.4, 69) !important;
}

.blue-180 {
  color: rgb(12, 35.6, 46) !important;
}

.blue-bg-180, tr.blue-bg-180 td, tr.blue-bg-180 th {
  background-color: rgb(12, 35.6, 46) !important;
}

.blue-border-180 {
  border-color: rgb(12, 35.6, 46) !important;
}

.blue-190 {
  color: rgb(6, 17.8, 23) !important;
}

.blue-bg-190, tr.blue-bg-190 td, tr.blue-bg-190 th {
  background-color: rgb(6, 17.8, 23) !important;
}

.blue-border-190 {
  border-color: rgb(6, 17.8, 23) !important;
}

.darkblue {
  color: #132F4C !important;
}

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

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

.darkblue-10 {
  color: rgb(231.4, 234.2, 237.1) !important;
}

.darkblue-bg-10, tr.darkblue-bg-10 td, tr.darkblue-bg-10 th {
  background-color: rgb(231.4, 234.2, 237.1) !important;
}

.darkblue-border-10 {
  border-color: rgb(231.4, 234.2, 237.1) !important;
}

.darkblue-20 {
  color: rgb(207.8, 213.4, 219.2) !important;
}

.darkblue-bg-20, tr.darkblue-bg-20 td, tr.darkblue-bg-20 th {
  background-color: rgb(207.8, 213.4, 219.2) !important;
}

.darkblue-border-20 {
  border-color: rgb(207.8, 213.4, 219.2) !important;
}

.darkblue-30 {
  color: rgb(184.2, 192.6, 201.3) !important;
}

.darkblue-bg-30, tr.darkblue-bg-30 td, tr.darkblue-bg-30 th {
  background-color: rgb(184.2, 192.6, 201.3) !important;
}

.darkblue-border-30 {
  border-color: rgb(184.2, 192.6, 201.3) !important;
}

.darkblue-40 {
  color: rgb(160.6, 171.8, 183.4) !important;
}

.darkblue-bg-40, tr.darkblue-bg-40 td, tr.darkblue-bg-40 th {
  background-color: rgb(160.6, 171.8, 183.4) !important;
}

.darkblue-border-40 {
  border-color: rgb(160.6, 171.8, 183.4) !important;
}

.darkblue-50 {
  color: rgb(137, 151, 165.5) !important;
}

.darkblue-bg-50, tr.darkblue-bg-50 td, tr.darkblue-bg-50 th {
  background-color: rgb(137, 151, 165.5) !important;
}

.darkblue-border-50 {
  border-color: rgb(137, 151, 165.5) !important;
}

.darkblue-60 {
  color: rgb(113.4, 130.2, 147.6) !important;
}

.darkblue-bg-60, tr.darkblue-bg-60 td, tr.darkblue-bg-60 th {
  background-color: rgb(113.4, 130.2, 147.6) !important;
}

.darkblue-border-60 {
  border-color: rgb(113.4, 130.2, 147.6) !important;
}

.darkblue-70 {
  color: rgb(89.8, 109.4, 129.7) !important;
}

.darkblue-bg-70, tr.darkblue-bg-70 td, tr.darkblue-bg-70 th {
  background-color: rgb(89.8, 109.4, 129.7) !important;
}

.darkblue-border-70 {
  border-color: rgb(89.8, 109.4, 129.7) !important;
}

.darkblue-80 {
  color: rgb(66.2, 88.6, 111.8) !important;
}

.darkblue-bg-80, tr.darkblue-bg-80 td, tr.darkblue-bg-80 th {
  background-color: rgb(66.2, 88.6, 111.8) !important;
}

.darkblue-border-80 {
  border-color: rgb(66.2, 88.6, 111.8) !important;
}

.darkblue-90 {
  color: rgb(42.6, 67.8, 93.9) !important;
}

.darkblue-bg-90, tr.darkblue-bg-90 td, tr.darkblue-bg-90 th {
  background-color: rgb(42.6, 67.8, 93.9) !important;
}

.darkblue-border-90 {
  border-color: rgb(42.6, 67.8, 93.9) !important;
}

.darkblue-110 {
  color: rgb(17.1, 42.3, 68.4) !important;
}

.darkblue-bg-110, tr.darkblue-bg-110 td, tr.darkblue-bg-110 th {
  background-color: rgb(17.1, 42.3, 68.4) !important;
}

.darkblue-border-110 {
  border-color: rgb(17.1, 42.3, 68.4) !important;
}

.darkblue-120 {
  color: rgb(15.2, 37.6, 60.8) !important;
}

.darkblue-bg-120, tr.darkblue-bg-120 td, tr.darkblue-bg-120 th {
  background-color: rgb(15.2, 37.6, 60.8) !important;
}

.darkblue-border-120 {
  border-color: rgb(15.2, 37.6, 60.8) !important;
}

.darkblue-130 {
  color: rgb(13.3, 32.9, 53.2) !important;
}

.darkblue-bg-130, tr.darkblue-bg-130 td, tr.darkblue-bg-130 th {
  background-color: rgb(13.3, 32.9, 53.2) !important;
}

.darkblue-border-130 {
  border-color: rgb(13.3, 32.9, 53.2) !important;
}

.darkblue-140 {
  color: rgb(11.4, 28.2, 45.6) !important;
}

.darkblue-bg-140, tr.darkblue-bg-140 td, tr.darkblue-bg-140 th {
  background-color: rgb(11.4, 28.2, 45.6) !important;
}

.darkblue-border-140 {
  border-color: rgb(11.4, 28.2, 45.6) !important;
}

.darkblue-150 {
  color: rgb(9.5, 23.5, 38) !important;
}

.darkblue-bg-150, tr.darkblue-bg-150 td, tr.darkblue-bg-150 th {
  background-color: rgb(9.5, 23.5, 38) !important;
}

.darkblue-border-150 {
  border-color: rgb(9.5, 23.5, 38) !important;
}

.darkblue-160 {
  color: rgb(7.6, 18.8, 30.4) !important;
}

.darkblue-bg-160, tr.darkblue-bg-160 td, tr.darkblue-bg-160 th {
  background-color: rgb(7.6, 18.8, 30.4) !important;
}

.darkblue-border-160 {
  border-color: rgb(7.6, 18.8, 30.4) !important;
}

.darkblue-170 {
  color: rgb(5.7, 14.1, 22.8) !important;
}

.darkblue-bg-170, tr.darkblue-bg-170 td, tr.darkblue-bg-170 th {
  background-color: rgb(5.7, 14.1, 22.8) !important;
}

.darkblue-border-170 {
  border-color: rgb(5.7, 14.1, 22.8) !important;
}

.darkblue-180 {
  color: rgb(3.8, 9.4, 15.2) !important;
}

.darkblue-bg-180, tr.darkblue-bg-180 td, tr.darkblue-bg-180 th {
  background-color: rgb(3.8, 9.4, 15.2) !important;
}

.darkblue-border-180 {
  border-color: rgb(3.8, 9.4, 15.2) !important;
}

.darkblue-190 {
  color: rgb(1.9, 4.7, 7.6) !important;
}

.darkblue-bg-190, tr.darkblue-bg-190 td, tr.darkblue-bg-190 th {
  background-color: rgb(1.9, 4.7, 7.6) !important;
}

.darkblue-border-190 {
  border-color: rgb(1.9, 4.7, 7.6) !important;
}

.yellow {
  color: #F2C94C !important;
}

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

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

.yellow-10 {
  color: rgb(253.7, 249.6, 237.1) !important;
}

.yellow-bg-10, tr.yellow-bg-10 td, tr.yellow-bg-10 th {
  background-color: rgb(253.7, 249.6, 237.1) !important;
}

.yellow-border-10 {
  border-color: rgb(253.7, 249.6, 237.1) !important;
}

.yellow-20 {
  color: rgb(252.4, 244.2, 219.2) !important;
}

.yellow-bg-20, tr.yellow-bg-20 td, tr.yellow-bg-20 th {
  background-color: rgb(252.4, 244.2, 219.2) !important;
}

.yellow-border-20 {
  border-color: rgb(252.4, 244.2, 219.2) !important;
}

.yellow-30 {
  color: rgb(251.1, 238.8, 201.3) !important;
}

.yellow-bg-30, tr.yellow-bg-30 td, tr.yellow-bg-30 th {
  background-color: rgb(251.1, 238.8, 201.3) !important;
}

.yellow-border-30 {
  border-color: rgb(251.1, 238.8, 201.3) !important;
}

.yellow-40 {
  color: rgb(249.8, 233.4, 183.4) !important;
}

.yellow-bg-40, tr.yellow-bg-40 td, tr.yellow-bg-40 th {
  background-color: rgb(249.8, 233.4, 183.4) !important;
}

.yellow-border-40 {
  border-color: rgb(249.8, 233.4, 183.4) !important;
}

.yellow-50 {
  color: rgb(248.5, 228, 165.5) !important;
}

.yellow-bg-50, tr.yellow-bg-50 td, tr.yellow-bg-50 th {
  background-color: rgb(248.5, 228, 165.5) !important;
}

.yellow-border-50 {
  border-color: rgb(248.5, 228, 165.5) !important;
}

.yellow-60 {
  color: rgb(247.2, 222.6, 147.6) !important;
}

.yellow-bg-60, tr.yellow-bg-60 td, tr.yellow-bg-60 th {
  background-color: rgb(247.2, 222.6, 147.6) !important;
}

.yellow-border-60 {
  border-color: rgb(247.2, 222.6, 147.6) !important;
}

.yellow-70 {
  color: rgb(245.9, 217.2, 129.7) !important;
}

.yellow-bg-70, tr.yellow-bg-70 td, tr.yellow-bg-70 th {
  background-color: rgb(245.9, 217.2, 129.7) !important;
}

.yellow-border-70 {
  border-color: rgb(245.9, 217.2, 129.7) !important;
}

.yellow-80 {
  color: rgb(244.6, 211.8, 111.8) !important;
}

.yellow-bg-80, tr.yellow-bg-80 td, tr.yellow-bg-80 th {
  background-color: rgb(244.6, 211.8, 111.8) !important;
}

.yellow-border-80 {
  border-color: rgb(244.6, 211.8, 111.8) !important;
}

.yellow-90 {
  color: rgb(243.3, 206.4, 93.9) !important;
}

.yellow-bg-90, tr.yellow-bg-90 td, tr.yellow-bg-90 th {
  background-color: rgb(243.3, 206.4, 93.9) !important;
}

.yellow-border-90 {
  border-color: rgb(243.3, 206.4, 93.9) !important;
}

.yellow-110 {
  color: rgb(217.8, 180.9, 68.4) !important;
}

.yellow-bg-110, tr.yellow-bg-110 td, tr.yellow-bg-110 th {
  background-color: rgb(217.8, 180.9, 68.4) !important;
}

.yellow-border-110 {
  border-color: rgb(217.8, 180.9, 68.4) !important;
}

.yellow-120 {
  color: rgb(193.6, 160.8, 60.8) !important;
}

.yellow-bg-120, tr.yellow-bg-120 td, tr.yellow-bg-120 th {
  background-color: rgb(193.6, 160.8, 60.8) !important;
}

.yellow-border-120 {
  border-color: rgb(193.6, 160.8, 60.8) !important;
}

.yellow-130 {
  color: rgb(169.4, 140.7, 53.2) !important;
}

.yellow-bg-130, tr.yellow-bg-130 td, tr.yellow-bg-130 th {
  background-color: rgb(169.4, 140.7, 53.2) !important;
}

.yellow-border-130 {
  border-color: rgb(169.4, 140.7, 53.2) !important;
}

.yellow-140 {
  color: rgb(145.2, 120.6, 45.6) !important;
}

.yellow-bg-140, tr.yellow-bg-140 td, tr.yellow-bg-140 th {
  background-color: rgb(145.2, 120.6, 45.6) !important;
}

.yellow-border-140 {
  border-color: rgb(145.2, 120.6, 45.6) !important;
}

.yellow-150 {
  color: rgb(121, 100.5, 38) !important;
}

.yellow-bg-150, tr.yellow-bg-150 td, tr.yellow-bg-150 th {
  background-color: rgb(121, 100.5, 38) !important;
}

.yellow-border-150 {
  border-color: rgb(121, 100.5, 38) !important;
}

.yellow-160 {
  color: rgb(96.8, 80.4, 30.4) !important;
}

.yellow-bg-160, tr.yellow-bg-160 td, tr.yellow-bg-160 th {
  background-color: rgb(96.8, 80.4, 30.4) !important;
}

.yellow-border-160 {
  border-color: rgb(96.8, 80.4, 30.4) !important;
}

.yellow-170 {
  color: rgb(72.6, 60.3, 22.8) !important;
}

.yellow-bg-170, tr.yellow-bg-170 td, tr.yellow-bg-170 th {
  background-color: rgb(72.6, 60.3, 22.8) !important;
}

.yellow-border-170 {
  border-color: rgb(72.6, 60.3, 22.8) !important;
}

.yellow-180 {
  color: rgb(48.4, 40.2, 15.2) !important;
}

.yellow-bg-180, tr.yellow-bg-180 td, tr.yellow-bg-180 th {
  background-color: rgb(48.4, 40.2, 15.2) !important;
}

.yellow-border-180 {
  border-color: rgb(48.4, 40.2, 15.2) !important;
}

.yellow-190 {
  color: rgb(24.2, 20.1, 7.6) !important;
}

.yellow-bg-190, tr.yellow-bg-190 td, tr.yellow-bg-190 th {
  background-color: rgb(24.2, 20.1, 7.6) !important;
}

.yellow-border-190 {
  border-color: rgb(24.2, 20.1, 7.6) !important;
}

.orange {
  color: #eb6615 !important;
}

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

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

.orange-10 {
  color: rgb(253, 239.7, 231.6) !important;
}

.orange-bg-10, tr.orange-bg-10 td, tr.orange-bg-10 th {
  background-color: rgb(253, 239.7, 231.6) !important;
}

.orange-border-10 {
  border-color: rgb(253, 239.7, 231.6) !important;
}

.orange-20 {
  color: rgb(251, 224.4, 208.2) !important;
}

.orange-bg-20, tr.orange-bg-20 td, tr.orange-bg-20 th {
  background-color: rgb(251, 224.4, 208.2) !important;
}

.orange-border-20 {
  border-color: rgb(251, 224.4, 208.2) !important;
}

.orange-30 {
  color: rgb(249, 209.1, 184.8) !important;
}

.orange-bg-30, tr.orange-bg-30 td, tr.orange-bg-30 th {
  background-color: rgb(249, 209.1, 184.8) !important;
}

.orange-border-30 {
  border-color: rgb(249, 209.1, 184.8) !important;
}

.orange-40 {
  color: rgb(247, 193.8, 161.4) !important;
}

.orange-bg-40, tr.orange-bg-40 td, tr.orange-bg-40 th {
  background-color: rgb(247, 193.8, 161.4) !important;
}

.orange-border-40 {
  border-color: rgb(247, 193.8, 161.4) !important;
}

.orange-50 {
  color: rgb(245, 178.5, 138) !important;
}

.orange-bg-50, tr.orange-bg-50 td, tr.orange-bg-50 th {
  background-color: rgb(245, 178.5, 138) !important;
}

.orange-border-50 {
  border-color: rgb(245, 178.5, 138) !important;
}

.orange-60 {
  color: rgb(243, 163.2, 114.6) !important;
}

.orange-bg-60, tr.orange-bg-60 td, tr.orange-bg-60 th {
  background-color: rgb(243, 163.2, 114.6) !important;
}

.orange-border-60 {
  border-color: rgb(243, 163.2, 114.6) !important;
}

.orange-70 {
  color: rgb(241, 147.9, 91.2) !important;
}

.orange-bg-70, tr.orange-bg-70 td, tr.orange-bg-70 th {
  background-color: rgb(241, 147.9, 91.2) !important;
}

.orange-border-70 {
  border-color: rgb(241, 147.9, 91.2) !important;
}

.orange-80 {
  color: rgb(239, 132.6, 67.8) !important;
}

.orange-bg-80, tr.orange-bg-80 td, tr.orange-bg-80 th {
  background-color: rgb(239, 132.6, 67.8) !important;
}

.orange-border-80 {
  border-color: rgb(239, 132.6, 67.8) !important;
}

.orange-90 {
  color: rgb(237, 117.3, 44.4) !important;
}

.orange-bg-90, tr.orange-bg-90 td, tr.orange-bg-90 th {
  background-color: rgb(237, 117.3, 44.4) !important;
}

.orange-border-90 {
  border-color: rgb(237, 117.3, 44.4) !important;
}

.orange-110 {
  color: rgb(211.5, 91.8, 18.9) !important;
}

.orange-bg-110, tr.orange-bg-110 td, tr.orange-bg-110 th {
  background-color: rgb(211.5, 91.8, 18.9) !important;
}

.orange-border-110 {
  border-color: rgb(211.5, 91.8, 18.9) !important;
}

.orange-120 {
  color: rgb(188, 81.6, 16.8) !important;
}

.orange-bg-120, tr.orange-bg-120 td, tr.orange-bg-120 th {
  background-color: rgb(188, 81.6, 16.8) !important;
}

.orange-border-120 {
  border-color: rgb(188, 81.6, 16.8) !important;
}

.orange-130 {
  color: rgb(164.5, 71.4, 14.7) !important;
}

.orange-bg-130, tr.orange-bg-130 td, tr.orange-bg-130 th {
  background-color: rgb(164.5, 71.4, 14.7) !important;
}

.orange-border-130 {
  border-color: rgb(164.5, 71.4, 14.7) !important;
}

.orange-140 {
  color: rgb(141, 61.2, 12.6) !important;
}

.orange-bg-140, tr.orange-bg-140 td, tr.orange-bg-140 th {
  background-color: rgb(141, 61.2, 12.6) !important;
}

.orange-border-140 {
  border-color: rgb(141, 61.2, 12.6) !important;
}

.orange-150 {
  color: rgb(117.5, 51, 10.5) !important;
}

.orange-bg-150, tr.orange-bg-150 td, tr.orange-bg-150 th {
  background-color: rgb(117.5, 51, 10.5) !important;
}

.orange-border-150 {
  border-color: rgb(117.5, 51, 10.5) !important;
}

.orange-160 {
  color: rgb(94, 40.8, 8.4) !important;
}

.orange-bg-160, tr.orange-bg-160 td, tr.orange-bg-160 th {
  background-color: rgb(94, 40.8, 8.4) !important;
}

.orange-border-160 {
  border-color: rgb(94, 40.8, 8.4) !important;
}

.orange-170 {
  color: rgb(70.5, 30.6, 6.3) !important;
}

.orange-bg-170, tr.orange-bg-170 td, tr.orange-bg-170 th {
  background-color: rgb(70.5, 30.6, 6.3) !important;
}

.orange-border-170 {
  border-color: rgb(70.5, 30.6, 6.3) !important;
}

.orange-180 {
  color: rgb(47, 20.4, 4.2) !important;
}

.orange-bg-180, tr.orange-bg-180 td, tr.orange-bg-180 th {
  background-color: rgb(47, 20.4, 4.2) !important;
}

.orange-border-180 {
  border-color: rgb(47, 20.4, 4.2) !important;
}

.orange-190 {
  color: rgb(23.5, 10.2, 2.1) !important;
}

.orange-bg-190, tr.orange-bg-190 td, tr.orange-bg-190 th {
  background-color: rgb(23.5, 10.2, 2.1) !important;
}

.orange-border-190 {
  border-color: rgb(23.5, 10.2, 2.1) !important;
}

.green {
  color: #39B07B !important;
}

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

.green-border {
  border-color: #39B07B !important;
}

.green-10 {
  color: rgb(235.2, 247.1, 241.8) !important;
}

.green-bg-10, tr.green-bg-10 td, tr.green-bg-10 th {
  background-color: rgb(235.2, 247.1, 241.8) !important;
}

.green-border-10 {
  border-color: rgb(235.2, 247.1, 241.8) !important;
}

.green-20 {
  color: rgb(215.4, 239.2, 228.6) !important;
}

.green-bg-20, tr.green-bg-20 td, tr.green-bg-20 th {
  background-color: rgb(215.4, 239.2, 228.6) !important;
}

.green-border-20 {
  border-color: rgb(215.4, 239.2, 228.6) !important;
}

.green-30 {
  color: rgb(195.6, 231.3, 215.4) !important;
}

.green-bg-30, tr.green-bg-30 td, tr.green-bg-30 th {
  background-color: rgb(195.6, 231.3, 215.4) !important;
}

.green-border-30 {
  border-color: rgb(195.6, 231.3, 215.4) !important;
}

.green-40 {
  color: rgb(175.8, 223.4, 202.2) !important;
}

.green-bg-40, tr.green-bg-40 td, tr.green-bg-40 th {
  background-color: rgb(175.8, 223.4, 202.2) !important;
}

.green-border-40 {
  border-color: rgb(175.8, 223.4, 202.2) !important;
}

.green-50 {
  color: rgb(156, 215.5, 189) !important;
}

.green-bg-50, tr.green-bg-50 td, tr.green-bg-50 th {
  background-color: rgb(156, 215.5, 189) !important;
}

.green-border-50 {
  border-color: rgb(156, 215.5, 189) !important;
}

.green-60 {
  color: rgb(136.2, 207.6, 175.8) !important;
}

.green-bg-60, tr.green-bg-60 td, tr.green-bg-60 th {
  background-color: rgb(136.2, 207.6, 175.8) !important;
}

.green-border-60 {
  border-color: rgb(136.2, 207.6, 175.8) !important;
}

.green-70 {
  color: rgb(116.4, 199.7, 162.6) !important;
}

.green-bg-70, tr.green-bg-70 td, tr.green-bg-70 th {
  background-color: rgb(116.4, 199.7, 162.6) !important;
}

.green-border-70 {
  border-color: rgb(116.4, 199.7, 162.6) !important;
}

.green-80 {
  color: rgb(96.6, 191.8, 149.4) !important;
}

.green-bg-80, tr.green-bg-80 td, tr.green-bg-80 th {
  background-color: rgb(96.6, 191.8, 149.4) !important;
}

.green-border-80 {
  border-color: rgb(96.6, 191.8, 149.4) !important;
}

.green-90 {
  color: rgb(76.8, 183.9, 136.2) !important;
}

.green-bg-90, tr.green-bg-90 td, tr.green-bg-90 th {
  background-color: rgb(76.8, 183.9, 136.2) !important;
}

.green-border-90 {
  border-color: rgb(76.8, 183.9, 136.2) !important;
}

.green-110 {
  color: rgb(51.3, 158.4, 110.7) !important;
}

.green-bg-110, tr.green-bg-110 td, tr.green-bg-110 th {
  background-color: rgb(51.3, 158.4, 110.7) !important;
}

.green-border-110 {
  border-color: rgb(51.3, 158.4, 110.7) !important;
}

.green-120 {
  color: rgb(45.6, 140.8, 98.4) !important;
}

.green-bg-120, tr.green-bg-120 td, tr.green-bg-120 th {
  background-color: rgb(45.6, 140.8, 98.4) !important;
}

.green-border-120 {
  border-color: rgb(45.6, 140.8, 98.4) !important;
}

.green-130 {
  color: rgb(39.9, 123.2, 86.1) !important;
}

.green-bg-130, tr.green-bg-130 td, tr.green-bg-130 th {
  background-color: rgb(39.9, 123.2, 86.1) !important;
}

.green-border-130 {
  border-color: rgb(39.9, 123.2, 86.1) !important;
}

.green-140 {
  color: rgb(34.2, 105.6, 73.8) !important;
}

.green-bg-140, tr.green-bg-140 td, tr.green-bg-140 th {
  background-color: rgb(34.2, 105.6, 73.8) !important;
}

.green-border-140 {
  border-color: rgb(34.2, 105.6, 73.8) !important;
}

.green-150 {
  color: rgb(28.5, 88, 61.5) !important;
}

.green-bg-150, tr.green-bg-150 td, tr.green-bg-150 th {
  background-color: rgb(28.5, 88, 61.5) !important;
}

.green-border-150 {
  border-color: rgb(28.5, 88, 61.5) !important;
}

.green-160 {
  color: rgb(22.8, 70.4, 49.2) !important;
}

.green-bg-160, tr.green-bg-160 td, tr.green-bg-160 th {
  background-color: rgb(22.8, 70.4, 49.2) !important;
}

.green-border-160 {
  border-color: rgb(22.8, 70.4, 49.2) !important;
}

.green-170 {
  color: rgb(17.1, 52.8, 36.9) !important;
}

.green-bg-170, tr.green-bg-170 td, tr.green-bg-170 th {
  background-color: rgb(17.1, 52.8, 36.9) !important;
}

.green-border-170 {
  border-color: rgb(17.1, 52.8, 36.9) !important;
}

.green-180 {
  color: rgb(11.4, 35.2, 24.6) !important;
}

.green-bg-180, tr.green-bg-180 td, tr.green-bg-180 th {
  background-color: rgb(11.4, 35.2, 24.6) !important;
}

.green-border-180 {
  border-color: rgb(11.4, 35.2, 24.6) !important;
}

.green-190 {
  color: rgb(5.7, 17.6, 12.3) !important;
}

.green-bg-190, tr.green-bg-190 td, tr.green-bg-190 th {
  background-color: rgb(5.7, 17.6, 12.3) !important;
}

.green-border-190 {
  border-color: rgb(5.7, 17.6, 12.3) !important;
}

.red {
  color: #E60B22 !important;
}

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

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

.red-10 {
  color: rgb(252.5, 230.6, 232.9) !important;
}

.red-bg-10, tr.red-bg-10 td, tr.red-bg-10 th {
  background-color: rgb(252.5, 230.6, 232.9) !important;
}

.red-border-10 {
  border-color: rgb(252.5, 230.6, 232.9) !important;
}

.red-20 {
  color: rgb(250, 206.2, 210.8) !important;
}

.red-bg-20, tr.red-bg-20 td, tr.red-bg-20 th {
  background-color: rgb(250, 206.2, 210.8) !important;
}

.red-border-20 {
  border-color: rgb(250, 206.2, 210.8) !important;
}

.red-30 {
  color: rgb(247.5, 181.8, 188.7) !important;
}

.red-bg-30, tr.red-bg-30 td, tr.red-bg-30 th {
  background-color: rgb(247.5, 181.8, 188.7) !important;
}

.red-border-30 {
  border-color: rgb(247.5, 181.8, 188.7) !important;
}

.red-40 {
  color: rgb(245, 157.4, 166.6) !important;
}

.red-bg-40, tr.red-bg-40 td, tr.red-bg-40 th {
  background-color: rgb(245, 157.4, 166.6) !important;
}

.red-border-40 {
  border-color: rgb(245, 157.4, 166.6) !important;
}

.red-50 {
  color: rgb(242.5, 133, 144.5) !important;
}

.red-bg-50, tr.red-bg-50 td, tr.red-bg-50 th {
  background-color: rgb(242.5, 133, 144.5) !important;
}

.red-border-50 {
  border-color: rgb(242.5, 133, 144.5) !important;
}

.red-60 {
  color: rgb(240, 108.6, 122.4) !important;
}

.red-bg-60, tr.red-bg-60 td, tr.red-bg-60 th {
  background-color: rgb(240, 108.6, 122.4) !important;
}

.red-border-60 {
  border-color: rgb(240, 108.6, 122.4) !important;
}

.red-70 {
  color: rgb(237.5, 84.2, 100.3) !important;
}

.red-bg-70, tr.red-bg-70 td, tr.red-bg-70 th {
  background-color: rgb(237.5, 84.2, 100.3) !important;
}

.red-border-70 {
  border-color: rgb(237.5, 84.2, 100.3) !important;
}

.red-80 {
  color: rgb(235, 59.8, 78.2) !important;
}

.red-bg-80, tr.red-bg-80 td, tr.red-bg-80 th {
  background-color: rgb(235, 59.8, 78.2) !important;
}

.red-border-80 {
  border-color: rgb(235, 59.8, 78.2) !important;
}

.red-90 {
  color: rgb(232.5, 35.4, 56.1) !important;
}

.red-bg-90, tr.red-bg-90 td, tr.red-bg-90 th {
  background-color: rgb(232.5, 35.4, 56.1) !important;
}

.red-border-90 {
  border-color: rgb(232.5, 35.4, 56.1) !important;
}

.red-110 {
  color: rgb(207, 9.9, 30.6) !important;
}

.red-bg-110, tr.red-bg-110 td, tr.red-bg-110 th {
  background-color: rgb(207, 9.9, 30.6) !important;
}

.red-border-110 {
  border-color: rgb(207, 9.9, 30.6) !important;
}

.red-120 {
  color: rgb(184, 8.8, 27.2) !important;
}

.red-bg-120, tr.red-bg-120 td, tr.red-bg-120 th {
  background-color: rgb(184, 8.8, 27.2) !important;
}

.red-border-120 {
  border-color: rgb(184, 8.8, 27.2) !important;
}

.red-130 {
  color: rgb(161, 7.7, 23.8) !important;
}

.red-bg-130, tr.red-bg-130 td, tr.red-bg-130 th {
  background-color: rgb(161, 7.7, 23.8) !important;
}

.red-border-130 {
  border-color: rgb(161, 7.7, 23.8) !important;
}

.red-140 {
  color: rgb(138, 6.6, 20.4) !important;
}

.red-bg-140, tr.red-bg-140 td, tr.red-bg-140 th {
  background-color: rgb(138, 6.6, 20.4) !important;
}

.red-border-140 {
  border-color: rgb(138, 6.6, 20.4) !important;
}

.red-150 {
  color: rgb(115, 5.5, 17) !important;
}

.red-bg-150, tr.red-bg-150 td, tr.red-bg-150 th {
  background-color: rgb(115, 5.5, 17) !important;
}

.red-border-150 {
  border-color: rgb(115, 5.5, 17) !important;
}

.red-160 {
  color: rgb(92, 4.4, 13.6) !important;
}

.red-bg-160, tr.red-bg-160 td, tr.red-bg-160 th {
  background-color: rgb(92, 4.4, 13.6) !important;
}

.red-border-160 {
  border-color: rgb(92, 4.4, 13.6) !important;
}

.red-170 {
  color: rgb(69, 3.3, 10.2) !important;
}

.red-bg-170, tr.red-bg-170 td, tr.red-bg-170 th {
  background-color: rgb(69, 3.3, 10.2) !important;
}

.red-border-170 {
  border-color: rgb(69, 3.3, 10.2) !important;
}

.red-180 {
  color: rgb(46, 2.2, 6.8) !important;
}

.red-bg-180, tr.red-bg-180 td, tr.red-bg-180 th {
  background-color: rgb(46, 2.2, 6.8) !important;
}

.red-border-180 {
  border-color: rgb(46, 2.2, 6.8) !important;
}

.red-190 {
  color: rgb(23, 1.1, 3.4) !important;
}

.red-bg-190, tr.red-bg-190 td, tr.red-bg-190 th {
  background-color: rgb(23, 1.1, 3.4) !important;
}

.red-border-190 {
  border-color: rgb(23, 1.1, 3.4) !important;
}

.white {
  color: #ffffff !important;
}

.white-bg, tr.white-bg td, tr.white-bg th {
  background-color: #ffffff !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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

.white-110 {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.white-bg-110, tr.white-bg-110 td, tr.white-bg-110 th {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.white-border-110 {
  border-color: rgb(229.5, 229.5, 229.5) !important;
}

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

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

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

.white-130 {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.white-bg-130, tr.white-bg-130 td, tr.white-bg-130 th {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.white-border-130 {
  border-color: rgb(178.5, 178.5, 178.5) !important;
}

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

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

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

.white-150 {
  color: rgb(127.5, 127.5, 127.5) !important;
}

.white-bg-150, tr.white-bg-150 td, tr.white-bg-150 th {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.white-border-150 {
  border-color: rgb(127.5, 127.5, 127.5) !important;
}

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

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

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

.white-170 {
  color: rgb(76.5, 76.5, 76.5) !important;
}

.white-bg-170, tr.white-bg-170 td, tr.white-bg-170 th {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.white-border-170 {
  border-color: rgb(76.5, 76.5, 76.5) !important;
}

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

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

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

.white-190 {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.white-bg-190, tr.white-bg-190 td, tr.white-bg-190 th {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.white-border-190 {
  border-color: rgb(25.5, 25.5, 25.5) !important;
}

.grey {
  color: #6B7280 !important;
}

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

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

.grey-10 {
  color: rgb(240.2, 240.9, 242.3) !important;
}

.grey-bg-10, tr.grey-bg-10 td, tr.grey-bg-10 th {
  background-color: rgb(240.2, 240.9, 242.3) !important;
}

.grey-border-10 {
  border-color: rgb(240.2, 240.9, 242.3) !important;
}

.grey-20 {
  color: rgb(225.4, 226.8, 229.6) !important;
}

.grey-bg-20, tr.grey-bg-20 td, tr.grey-bg-20 th {
  background-color: rgb(225.4, 226.8, 229.6) !important;
}

.grey-border-20 {
  border-color: rgb(225.4, 226.8, 229.6) !important;
}

.grey-30 {
  color: rgb(210.6, 212.7, 216.9) !important;
}

.grey-bg-30, tr.grey-bg-30 td, tr.grey-bg-30 th {
  background-color: rgb(210.6, 212.7, 216.9) !important;
}

.grey-border-30 {
  border-color: rgb(210.6, 212.7, 216.9) !important;
}

.grey-40 {
  color: rgb(195.8, 198.6, 204.2) !important;
}

.grey-bg-40, tr.grey-bg-40 td, tr.grey-bg-40 th {
  background-color: rgb(195.8, 198.6, 204.2) !important;
}

.grey-border-40 {
  border-color: rgb(195.8, 198.6, 204.2) !important;
}

.grey-50 {
  color: rgb(181, 184.5, 191.5) !important;
}

.grey-bg-50, tr.grey-bg-50 td, tr.grey-bg-50 th {
  background-color: rgb(181, 184.5, 191.5) !important;
}

.grey-border-50 {
  border-color: rgb(181, 184.5, 191.5) !important;
}

.grey-60 {
  color: rgb(166.2, 170.4, 178.8) !important;
}

.grey-bg-60, tr.grey-bg-60 td, tr.grey-bg-60 th {
  background-color: rgb(166.2, 170.4, 178.8) !important;
}

.grey-border-60 {
  border-color: rgb(166.2, 170.4, 178.8) !important;
}

.grey-70 {
  color: rgb(151.4, 156.3, 166.1) !important;
}

.grey-bg-70, tr.grey-bg-70 td, tr.grey-bg-70 th {
  background-color: rgb(151.4, 156.3, 166.1) !important;
}

.grey-border-70 {
  border-color: rgb(151.4, 156.3, 166.1) !important;
}

.grey-80 {
  color: rgb(136.6, 142.2, 153.4) !important;
}

.grey-bg-80, tr.grey-bg-80 td, tr.grey-bg-80 th {
  background-color: rgb(136.6, 142.2, 153.4) !important;
}

.grey-border-80 {
  border-color: rgb(136.6, 142.2, 153.4) !important;
}

.grey-90 {
  color: rgb(121.8, 128.1, 140.7) !important;
}

.grey-bg-90, tr.grey-bg-90 td, tr.grey-bg-90 th {
  background-color: rgb(121.8, 128.1, 140.7) !important;
}

.grey-border-90 {
  border-color: rgb(121.8, 128.1, 140.7) !important;
}

.grey-110 {
  color: rgb(96.3, 102.6, 115.2) !important;
}

.grey-bg-110, tr.grey-bg-110 td, tr.grey-bg-110 th {
  background-color: rgb(96.3, 102.6, 115.2) !important;
}

.grey-border-110 {
  border-color: rgb(96.3, 102.6, 115.2) !important;
}

.grey-120 {
  color: rgb(85.6, 91.2, 102.4) !important;
}

.grey-bg-120, tr.grey-bg-120 td, tr.grey-bg-120 th {
  background-color: rgb(85.6, 91.2, 102.4) !important;
}

.grey-border-120 {
  border-color: rgb(85.6, 91.2, 102.4) !important;
}

.grey-130 {
  color: rgb(74.9, 79.8, 89.6) !important;
}

.grey-bg-130, tr.grey-bg-130 td, tr.grey-bg-130 th {
  background-color: rgb(74.9, 79.8, 89.6) !important;
}

.grey-border-130 {
  border-color: rgb(74.9, 79.8, 89.6) !important;
}

.grey-140 {
  color: rgb(64.2, 68.4, 76.8) !important;
}

.grey-bg-140, tr.grey-bg-140 td, tr.grey-bg-140 th {
  background-color: rgb(64.2, 68.4, 76.8) !important;
}

.grey-border-140 {
  border-color: rgb(64.2, 68.4, 76.8) !important;
}

.grey-150 {
  color: rgb(53.5, 57, 64) !important;
}

.grey-bg-150, tr.grey-bg-150 td, tr.grey-bg-150 th {
  background-color: rgb(53.5, 57, 64) !important;
}

.grey-border-150 {
  border-color: rgb(53.5, 57, 64) !important;
}

.grey-160 {
  color: rgb(42.8, 45.6, 51.2) !important;
}

.grey-bg-160, tr.grey-bg-160 td, tr.grey-bg-160 th {
  background-color: rgb(42.8, 45.6, 51.2) !important;
}

.grey-border-160 {
  border-color: rgb(42.8, 45.6, 51.2) !important;
}

.grey-170 {
  color: rgb(32.1, 34.2, 38.4) !important;
}

.grey-bg-170, tr.grey-bg-170 td, tr.grey-bg-170 th {
  background-color: rgb(32.1, 34.2, 38.4) !important;
}

.grey-border-170 {
  border-color: rgb(32.1, 34.2, 38.4) !important;
}

.grey-180 {
  color: rgb(21.4, 22.8, 25.6) !important;
}

.grey-bg-180, tr.grey-bg-180 td, tr.grey-bg-180 th {
  background-color: rgb(21.4, 22.8, 25.6) !important;
}

.grey-border-180 {
  border-color: rgb(21.4, 22.8, 25.6) !important;
}

.grey-190 {
  color: rgb(10.7, 11.4, 12.8) !important;
}

.grey-bg-190, tr.grey-bg-190 td, tr.grey-bg-190 th {
  background-color: rgb(10.7, 11.4, 12.8) !important;
}

.grey-border-190 {
  border-color: rgb(10.7, 11.4, 12.8) !important;
}

.grey2 {
  color: #bbbbbb !important;
}

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

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

.grey2-10 {
  color: rgb(248.2, 248.2, 248.2) !important;
}

.grey2-bg-10, tr.grey2-bg-10 td, tr.grey2-bg-10 th {
  background-color: rgb(248.2, 248.2, 248.2) !important;
}

.grey2-border-10 {
  border-color: rgb(248.2, 248.2, 248.2) !important;
}

.grey2-20 {
  color: rgb(241.4, 241.4, 241.4) !important;
}

.grey2-bg-20, tr.grey2-bg-20 td, tr.grey2-bg-20 th {
  background-color: rgb(241.4, 241.4, 241.4) !important;
}

.grey2-border-20 {
  border-color: rgb(241.4, 241.4, 241.4) !important;
}

.grey2-30 {
  color: rgb(234.6, 234.6, 234.6) !important;
}

.grey2-bg-30, tr.grey2-bg-30 td, tr.grey2-bg-30 th {
  background-color: rgb(234.6, 234.6, 234.6) !important;
}

.grey2-border-30 {
  border-color: rgb(234.6, 234.6, 234.6) !important;
}

.grey2-40 {
  color: rgb(227.8, 227.8, 227.8) !important;
}

.grey2-bg-40, tr.grey2-bg-40 td, tr.grey2-bg-40 th {
  background-color: rgb(227.8, 227.8, 227.8) !important;
}

.grey2-border-40 {
  border-color: rgb(227.8, 227.8, 227.8) !important;
}

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

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

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

.grey2-60 {
  color: rgb(214.2, 214.2, 214.2) !important;
}

.grey2-bg-60, tr.grey2-bg-60 td, tr.grey2-bg-60 th {
  background-color: rgb(214.2, 214.2, 214.2) !important;
}

.grey2-border-60 {
  border-color: rgb(214.2, 214.2, 214.2) !important;
}

.grey2-70 {
  color: rgb(207.4, 207.4, 207.4) !important;
}

.grey2-bg-70, tr.grey2-bg-70 td, tr.grey2-bg-70 th {
  background-color: rgb(207.4, 207.4, 207.4) !important;
}

.grey2-border-70 {
  border-color: rgb(207.4, 207.4, 207.4) !important;
}

.grey2-80 {
  color: rgb(200.6, 200.6, 200.6) !important;
}

.grey2-bg-80, tr.grey2-bg-80 td, tr.grey2-bg-80 th {
  background-color: rgb(200.6, 200.6, 200.6) !important;
}

.grey2-border-80 {
  border-color: rgb(200.6, 200.6, 200.6) !important;
}

.grey2-90 {
  color: rgb(193.8, 193.8, 193.8) !important;
}

.grey2-bg-90, tr.grey2-bg-90 td, tr.grey2-bg-90 th {
  background-color: rgb(193.8, 193.8, 193.8) !important;
}

.grey2-border-90 {
  border-color: rgb(193.8, 193.8, 193.8) !important;
}

.grey2-110 {
  color: rgb(168.3, 168.3, 168.3) !important;
}

.grey2-bg-110, tr.grey2-bg-110 td, tr.grey2-bg-110 th {
  background-color: rgb(168.3, 168.3, 168.3) !important;
}

.grey2-border-110 {
  border-color: rgb(168.3, 168.3, 168.3) !important;
}

.grey2-120 {
  color: rgb(149.6, 149.6, 149.6) !important;
}

.grey2-bg-120, tr.grey2-bg-120 td, tr.grey2-bg-120 th {
  background-color: rgb(149.6, 149.6, 149.6) !important;
}

.grey2-border-120 {
  border-color: rgb(149.6, 149.6, 149.6) !important;
}

.grey2-130 {
  color: rgb(130.9, 130.9, 130.9) !important;
}

.grey2-bg-130, tr.grey2-bg-130 td, tr.grey2-bg-130 th {
  background-color: rgb(130.9, 130.9, 130.9) !important;
}

.grey2-border-130 {
  border-color: rgb(130.9, 130.9, 130.9) !important;
}

.grey2-140 {
  color: rgb(112.2, 112.2, 112.2) !important;
}

.grey2-bg-140, tr.grey2-bg-140 td, tr.grey2-bg-140 th {
  background-color: rgb(112.2, 112.2, 112.2) !important;
}

.grey2-border-140 {
  border-color: rgb(112.2, 112.2, 112.2) !important;
}

.grey2-150 {
  color: rgb(93.5, 93.5, 93.5) !important;
}

.grey2-bg-150, tr.grey2-bg-150 td, tr.grey2-bg-150 th {
  background-color: rgb(93.5, 93.5, 93.5) !important;
}

.grey2-border-150 {
  border-color: rgb(93.5, 93.5, 93.5) !important;
}

.grey2-160 {
  color: rgb(74.8, 74.8, 74.8) !important;
}

.grey2-bg-160, tr.grey2-bg-160 td, tr.grey2-bg-160 th {
  background-color: rgb(74.8, 74.8, 74.8) !important;
}

.grey2-border-160 {
  border-color: rgb(74.8, 74.8, 74.8) !important;
}

.grey2-170 {
  color: rgb(56.1, 56.1, 56.1) !important;
}

.grey2-bg-170, tr.grey2-bg-170 td, tr.grey2-bg-170 th {
  background-color: rgb(56.1, 56.1, 56.1) !important;
}

.grey2-border-170 {
  border-color: rgb(56.1, 56.1, 56.1) !important;
}

.grey2-180 {
  color: rgb(37.4, 37.4, 37.4) !important;
}

.grey2-bg-180, tr.grey2-bg-180 td, tr.grey2-bg-180 th {
  background-color: rgb(37.4, 37.4, 37.4) !important;
}

.grey2-border-180 {
  border-color: rgb(37.4, 37.4, 37.4) !important;
}

.grey2-190 {
  color: rgb(18.7, 18.7, 18.7) !important;
}

.grey2-bg-190, tr.grey2-bg-190 td, tr.grey2-bg-190 th {
  background-color: rgb(18.7, 18.7, 18.7) !important;
}

.grey2-border-190 {
  border-color: rgb(18.7, 18.7, 18.7) !important;
}

.dark {
  color: #14231A !important;
}

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

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

.dark-10 {
  color: rgb(231.5, 233, 232.1) !important;
}

.dark-bg-10, tr.dark-bg-10 td, tr.dark-bg-10 th {
  background-color: rgb(231.5, 233, 232.1) !important;
}

.dark-border-10 {
  border-color: rgb(231.5, 233, 232.1) !important;
}

.dark-20 {
  color: rgb(208, 211, 209.2) !important;
}

.dark-bg-20, tr.dark-bg-20 td, tr.dark-bg-20 th {
  background-color: rgb(208, 211, 209.2) !important;
}

.dark-border-20 {
  border-color: rgb(208, 211, 209.2) !important;
}

.dark-30 {
  color: rgb(184.5, 189, 186.3) !important;
}

.dark-bg-30, tr.dark-bg-30 td, tr.dark-bg-30 th {
  background-color: rgb(184.5, 189, 186.3) !important;
}

.dark-border-30 {
  border-color: rgb(184.5, 189, 186.3) !important;
}

.dark-40 {
  color: rgb(161, 167, 163.4) !important;
}

.dark-bg-40, tr.dark-bg-40 td, tr.dark-bg-40 th {
  background-color: rgb(161, 167, 163.4) !important;
}

.dark-border-40 {
  border-color: rgb(161, 167, 163.4) !important;
}

.dark-50 {
  color: rgb(137.5, 145, 140.5) !important;
}

.dark-bg-50, tr.dark-bg-50 td, tr.dark-bg-50 th {
  background-color: rgb(137.5, 145, 140.5) !important;
}

.dark-border-50 {
  border-color: rgb(137.5, 145, 140.5) !important;
}

.dark-60 {
  color: rgb(114, 123, 117.6) !important;
}

.dark-bg-60, tr.dark-bg-60 td, tr.dark-bg-60 th {
  background-color: rgb(114, 123, 117.6) !important;
}

.dark-border-60 {
  border-color: rgb(114, 123, 117.6) !important;
}

.dark-70 {
  color: rgb(90.5, 101, 94.7) !important;
}

.dark-bg-70, tr.dark-bg-70 td, tr.dark-bg-70 th {
  background-color: rgb(90.5, 101, 94.7) !important;
}

.dark-border-70 {
  border-color: rgb(90.5, 101, 94.7) !important;
}

.dark-80 {
  color: rgb(67, 79, 71.8) !important;
}

.dark-bg-80, tr.dark-bg-80 td, tr.dark-bg-80 th {
  background-color: rgb(67, 79, 71.8) !important;
}

.dark-border-80 {
  border-color: rgb(67, 79, 71.8) !important;
}

.dark-90 {
  color: rgb(43.5, 57, 48.9) !important;
}

.dark-bg-90, tr.dark-bg-90 td, tr.dark-bg-90 th {
  background-color: rgb(43.5, 57, 48.9) !important;
}

.dark-border-90 {
  border-color: rgb(43.5, 57, 48.9) !important;
}

.dark-110 {
  color: rgb(18, 31.5, 23.4) !important;
}

.dark-bg-110, tr.dark-bg-110 td, tr.dark-bg-110 th {
  background-color: rgb(18, 31.5, 23.4) !important;
}

.dark-border-110 {
  border-color: rgb(18, 31.5, 23.4) !important;
}

.dark-120 {
  color: rgb(16, 28, 20.8) !important;
}

.dark-bg-120, tr.dark-bg-120 td, tr.dark-bg-120 th {
  background-color: rgb(16, 28, 20.8) !important;
}

.dark-border-120 {
  border-color: rgb(16, 28, 20.8) !important;
}

.dark-130 {
  color: rgb(14, 24.5, 18.2) !important;
}

.dark-bg-130, tr.dark-bg-130 td, tr.dark-bg-130 th {
  background-color: rgb(14, 24.5, 18.2) !important;
}

.dark-border-130 {
  border-color: rgb(14, 24.5, 18.2) !important;
}

.dark-140 {
  color: rgb(12, 21, 15.6) !important;
}

.dark-bg-140, tr.dark-bg-140 td, tr.dark-bg-140 th {
  background-color: rgb(12, 21, 15.6) !important;
}

.dark-border-140 {
  border-color: rgb(12, 21, 15.6) !important;
}

.dark-150 {
  color: rgb(10, 17.5, 13) !important;
}

.dark-bg-150, tr.dark-bg-150 td, tr.dark-bg-150 th {
  background-color: rgb(10, 17.5, 13) !important;
}

.dark-border-150 {
  border-color: rgb(10, 17.5, 13) !important;
}

.dark-160 {
  color: rgb(8, 14, 10.4) !important;
}

.dark-bg-160, tr.dark-bg-160 td, tr.dark-bg-160 th {
  background-color: rgb(8, 14, 10.4) !important;
}

.dark-border-160 {
  border-color: rgb(8, 14, 10.4) !important;
}

.dark-170 {
  color: rgb(6, 10.5, 7.8) !important;
}

.dark-bg-170, tr.dark-bg-170 td, tr.dark-bg-170 th {
  background-color: rgb(6, 10.5, 7.8) !important;
}

.dark-border-170 {
  border-color: rgb(6, 10.5, 7.8) !important;
}

.dark-180 {
  color: rgb(4, 7, 5.2) !important;
}

.dark-bg-180, tr.dark-bg-180 td, tr.dark-bg-180 th {
  background-color: rgb(4, 7, 5.2) !important;
}

.dark-border-180 {
  border-color: rgb(4, 7, 5.2) !important;
}

.dark-190 {
  color: rgb(2, 3.5, 2.6) !important;
}

.dark-bg-190, tr.dark-bg-190 td, tr.dark-bg-190 th {
  background-color: rgb(2, 3.5, 2.6) !important;
}

.dark-border-190 {
  border-color: rgb(2, 3.5, 2.6) !important;
}

.light {
  color: #E5E7EB !important;
}

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

.light-border {
  border-color: #E5E7EB !important;
}

.light-10 {
  color: rgb(252.4, 252.6, 253) !important;
}

.light-bg-10, tr.light-bg-10 td, tr.light-bg-10 th {
  background-color: rgb(252.4, 252.6, 253) !important;
}

.light-border-10 {
  border-color: rgb(252.4, 252.6, 253) !important;
}

.light-20 {
  color: rgb(249.8, 250.2, 251) !important;
}

.light-bg-20, tr.light-bg-20 td, tr.light-bg-20 th {
  background-color: rgb(249.8, 250.2, 251) !important;
}

.light-border-20 {
  border-color: rgb(249.8, 250.2, 251) !important;
}

.light-30 {
  color: rgb(247.2, 247.8, 249) !important;
}

.light-bg-30, tr.light-bg-30 td, tr.light-bg-30 th {
  background-color: rgb(247.2, 247.8, 249) !important;
}

.light-border-30 {
  border-color: rgb(247.2, 247.8, 249) !important;
}

.light-40 {
  color: rgb(244.6, 245.4, 247) !important;
}

.light-bg-40, tr.light-bg-40 td, tr.light-bg-40 th {
  background-color: rgb(244.6, 245.4, 247) !important;
}

.light-border-40 {
  border-color: rgb(244.6, 245.4, 247) !important;
}

.light-50 {
  color: #f2f3f5 !important;
}

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

.light-border-50 {
  border-color: #f2f3f5 !important;
}

.light-60 {
  color: rgb(239.4, 240.6, 243) !important;
}

.light-bg-60, tr.light-bg-60 td, tr.light-bg-60 th {
  background-color: rgb(239.4, 240.6, 243) !important;
}

.light-border-60 {
  border-color: rgb(239.4, 240.6, 243) !important;
}

.light-70 {
  color: rgb(236.8, 238.2, 241) !important;
}

.light-bg-70, tr.light-bg-70 td, tr.light-bg-70 th {
  background-color: rgb(236.8, 238.2, 241) !important;
}

.light-border-70 {
  border-color: rgb(236.8, 238.2, 241) !important;
}

.light-80 {
  color: rgb(234.2, 235.8, 239) !important;
}

.light-bg-80, tr.light-bg-80 td, tr.light-bg-80 th {
  background-color: rgb(234.2, 235.8, 239) !important;
}

.light-border-80 {
  border-color: rgb(234.2, 235.8, 239) !important;
}

.light-90 {
  color: rgb(231.6, 233.4, 237) !important;
}

.light-bg-90, tr.light-bg-90 td, tr.light-bg-90 th {
  background-color: rgb(231.6, 233.4, 237) !important;
}

.light-border-90 {
  border-color: rgb(231.6, 233.4, 237) !important;
}

.light-110 {
  color: rgb(206.1, 207.9, 211.5) !important;
}

.light-bg-110, tr.light-bg-110 td, tr.light-bg-110 th {
  background-color: rgb(206.1, 207.9, 211.5) !important;
}

.light-border-110 {
  border-color: rgb(206.1, 207.9, 211.5) !important;
}

.light-120 {
  color: rgb(183.2, 184.8, 188) !important;
}

.light-bg-120, tr.light-bg-120 td, tr.light-bg-120 th {
  background-color: rgb(183.2, 184.8, 188) !important;
}

.light-border-120 {
  border-color: rgb(183.2, 184.8, 188) !important;
}

.light-130 {
  color: rgb(160.3, 161.7, 164.5) !important;
}

.light-bg-130, tr.light-bg-130 td, tr.light-bg-130 th {
  background-color: rgb(160.3, 161.7, 164.5) !important;
}

.light-border-130 {
  border-color: rgb(160.3, 161.7, 164.5) !important;
}

.light-140 {
  color: rgb(137.4, 138.6, 141) !important;
}

.light-bg-140, tr.light-bg-140 td, tr.light-bg-140 th {
  background-color: rgb(137.4, 138.6, 141) !important;
}

.light-border-140 {
  border-color: rgb(137.4, 138.6, 141) !important;
}

.light-150 {
  color: rgb(114.5, 115.5, 117.5) !important;
}

.light-bg-150, tr.light-bg-150 td, tr.light-bg-150 th {
  background-color: rgb(114.5, 115.5, 117.5) !important;
}

.light-border-150 {
  border-color: rgb(114.5, 115.5, 117.5) !important;
}

.light-160 {
  color: rgb(91.6, 92.4, 94) !important;
}

.light-bg-160, tr.light-bg-160 td, tr.light-bg-160 th {
  background-color: rgb(91.6, 92.4, 94) !important;
}

.light-border-160 {
  border-color: rgb(91.6, 92.4, 94) !important;
}

.light-170 {
  color: rgb(68.7, 69.3, 70.5) !important;
}

.light-bg-170, tr.light-bg-170 td, tr.light-bg-170 th {
  background-color: rgb(68.7, 69.3, 70.5) !important;
}

.light-border-170 {
  border-color: rgb(68.7, 69.3, 70.5) !important;
}

.light-180 {
  color: rgb(45.8, 46.2, 47) !important;
}

.light-bg-180, tr.light-bg-180 td, tr.light-bg-180 th {
  background-color: rgb(45.8, 46.2, 47) !important;
}

.light-border-180 {
  border-color: rgb(45.8, 46.2, 47) !important;
}

.light-190 {
  color: rgb(22.9, 23.1, 23.5) !important;
}

.light-bg-190, tr.light-bg-190 td, tr.light-bg-190 th {
  background-color: rgb(22.9, 23.1, 23.5) !important;
}

.light-border-190 {
  border-color: rgb(22.9, 23.1, 23.5) !important;
}

.darkgrey {
  color: #535353 !important;
}

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

.darkgrey-border {
  border-color: #535353 !important;
}

.darkgrey-10 {
  color: rgb(237.8, 237.8, 237.8) !important;
}

.darkgrey-bg-10, tr.darkgrey-bg-10 td, tr.darkgrey-bg-10 th {
  background-color: rgb(237.8, 237.8, 237.8) !important;
}

.darkgrey-border-10 {
  border-color: rgb(237.8, 237.8, 237.8) !important;
}

.darkgrey-20 {
  color: rgb(220.6, 220.6, 220.6) !important;
}

.darkgrey-bg-20, tr.darkgrey-bg-20 td, tr.darkgrey-bg-20 th {
  background-color: rgb(220.6, 220.6, 220.6) !important;
}

.darkgrey-border-20 {
  border-color: rgb(220.6, 220.6, 220.6) !important;
}

.darkgrey-30 {
  color: rgb(203.4, 203.4, 203.4) !important;
}

.darkgrey-bg-30, tr.darkgrey-bg-30 td, tr.darkgrey-bg-30 th {
  background-color: rgb(203.4, 203.4, 203.4) !important;
}

.darkgrey-border-30 {
  border-color: rgb(203.4, 203.4, 203.4) !important;
}

.darkgrey-40 {
  color: rgb(186.2, 186.2, 186.2) !important;
}

.darkgrey-bg-40, tr.darkgrey-bg-40 td, tr.darkgrey-bg-40 th {
  background-color: rgb(186.2, 186.2, 186.2) !important;
}

.darkgrey-border-40 {
  border-color: rgb(186.2, 186.2, 186.2) !important;
}

.darkgrey-50 {
  color: darkgray !important;
}

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

.darkgrey-border-50 {
  border-color: darkgray !important;
}

.darkgrey-60 {
  color: rgb(151.8, 151.8, 151.8) !important;
}

.darkgrey-bg-60, tr.darkgrey-bg-60 td, tr.darkgrey-bg-60 th {
  background-color: rgb(151.8, 151.8, 151.8) !important;
}

.darkgrey-border-60 {
  border-color: rgb(151.8, 151.8, 151.8) !important;
}

.darkgrey-70 {
  color: rgb(134.6, 134.6, 134.6) !important;
}

.darkgrey-bg-70, tr.darkgrey-bg-70 td, tr.darkgrey-bg-70 th {
  background-color: rgb(134.6, 134.6, 134.6) !important;
}

.darkgrey-border-70 {
  border-color: rgb(134.6, 134.6, 134.6) !important;
}

.darkgrey-80 {
  color: rgb(117.4, 117.4, 117.4) !important;
}

.darkgrey-bg-80, tr.darkgrey-bg-80 td, tr.darkgrey-bg-80 th {
  background-color: rgb(117.4, 117.4, 117.4) !important;
}

.darkgrey-border-80 {
  border-color: rgb(117.4, 117.4, 117.4) !important;
}

.darkgrey-90 {
  color: rgb(100.2, 100.2, 100.2) !important;
}

.darkgrey-bg-90, tr.darkgrey-bg-90 td, tr.darkgrey-bg-90 th {
  background-color: rgb(100.2, 100.2, 100.2) !important;
}

.darkgrey-border-90 {
  border-color: rgb(100.2, 100.2, 100.2) !important;
}

.darkgrey-110 {
  color: rgb(74.7, 74.7, 74.7) !important;
}

.darkgrey-bg-110, tr.darkgrey-bg-110 td, tr.darkgrey-bg-110 th {
  background-color: rgb(74.7, 74.7, 74.7) !important;
}

.darkgrey-border-110 {
  border-color: rgb(74.7, 74.7, 74.7) !important;
}

.darkgrey-120 {
  color: rgb(66.4, 66.4, 66.4) !important;
}

.darkgrey-bg-120, tr.darkgrey-bg-120 td, tr.darkgrey-bg-120 th {
  background-color: rgb(66.4, 66.4, 66.4) !important;
}

.darkgrey-border-120 {
  border-color: rgb(66.4, 66.4, 66.4) !important;
}

.darkgrey-130 {
  color: rgb(58.1, 58.1, 58.1) !important;
}

.darkgrey-bg-130, tr.darkgrey-bg-130 td, tr.darkgrey-bg-130 th {
  background-color: rgb(58.1, 58.1, 58.1) !important;
}

.darkgrey-border-130 {
  border-color: rgb(58.1, 58.1, 58.1) !important;
}

.darkgrey-140 {
  color: rgb(49.8, 49.8, 49.8) !important;
}

.darkgrey-bg-140, tr.darkgrey-bg-140 td, tr.darkgrey-bg-140 th {
  background-color: rgb(49.8, 49.8, 49.8) !important;
}

.darkgrey-border-140 {
  border-color: rgb(49.8, 49.8, 49.8) !important;
}

.darkgrey-150 {
  color: rgb(41.5, 41.5, 41.5) !important;
}

.darkgrey-bg-150, tr.darkgrey-bg-150 td, tr.darkgrey-bg-150 th {
  background-color: rgb(41.5, 41.5, 41.5) !important;
}

.darkgrey-border-150 {
  border-color: rgb(41.5, 41.5, 41.5) !important;
}

.darkgrey-160 {
  color: rgb(33.2, 33.2, 33.2) !important;
}

.darkgrey-bg-160, tr.darkgrey-bg-160 td, tr.darkgrey-bg-160 th {
  background-color: rgb(33.2, 33.2, 33.2) !important;
}

.darkgrey-border-160 {
  border-color: rgb(33.2, 33.2, 33.2) !important;
}

.darkgrey-170 {
  color: rgb(24.9, 24.9, 24.9) !important;
}

.darkgrey-bg-170, tr.darkgrey-bg-170 td, tr.darkgrey-bg-170 th {
  background-color: rgb(24.9, 24.9, 24.9) !important;
}

.darkgrey-border-170 {
  border-color: rgb(24.9, 24.9, 24.9) !important;
}

.darkgrey-180 {
  color: rgb(16.6, 16.6, 16.6) !important;
}

.darkgrey-bg-180, tr.darkgrey-bg-180 td, tr.darkgrey-bg-180 th {
  background-color: rgb(16.6, 16.6, 16.6) !important;
}

.darkgrey-border-180 {
  border-color: rgb(16.6, 16.6, 16.6) !important;
}

.darkgrey-190 {
  color: rgb(8.3, 8.3, 8.3) !important;
}

.darkgrey-bg-190, tr.darkgrey-bg-190 td, tr.darkgrey-bg-190 th {
  background-color: rgb(8.3, 8.3, 8.3) !important;
}

.darkgrey-border-190 {
  border-color: rgb(8.3, 8.3, 8.3) !important;
}

.black {
  color: #000000 !important;
}

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

.black-border {
  border-color: #000000 !important;
}

.black-10 {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.black-bg-10, tr.black-bg-10 td, tr.black-bg-10 th {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.black-border-10 {
  border-color: rgb(229.5, 229.5, 229.5) !important;
}

.black-20 {
  color: #cccccc !important;
}

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

.black-border-20 {
  border-color: #cccccc !important;
}

.black-30 {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.black-bg-30, tr.black-bg-30 td, tr.black-bg-30 th {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.black-border-30 {
  border-color: rgb(178.5, 178.5, 178.5) !important;
}

.black-40 {
  color: #999999 !important;
}

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

.black-border-40 {
  border-color: #999999 !important;
}

.black-50 {
  color: rgb(127.5, 127.5, 127.5) !important;
}

.black-bg-50, tr.black-bg-50 td, tr.black-bg-50 th {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.black-border-50 {
  border-color: rgb(127.5, 127.5, 127.5) !important;
}

.black-60 {
  color: #666666 !important;
}

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

.black-border-60 {
  border-color: #666666 !important;
}

.black-70 {
  color: rgb(76.5, 76.5, 76.5) !important;
}

.black-bg-70, tr.black-bg-70 td, tr.black-bg-70 th {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.black-border-70 {
  border-color: rgb(76.5, 76.5, 76.5) !important;
}

.black-80 {
  color: #333333 !important;
}

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

.black-border-80 {
  border-color: #333333 !important;
}

.black-90 {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.black-bg-90, tr.black-bg-90 td, tr.black-bg-90 th {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.black-border-90 {
  border-color: rgb(25.5, 25.5, 25.5) !important;
}

.black-110 {
  color: black !important;
}

.black-bg-110, tr.black-bg-110 td, tr.black-bg-110 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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.black-border-190 {
  border-color: black !important;
}

.transparent-white-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.transparent-white-bg-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.transparent-white-border-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.transparent-white-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-white-bg-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-white-border-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-white-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.transparent-white-bg-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.transparent-white-border-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.transparent-white-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.transparent-white-bg-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.transparent-white-border-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.transparent-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.transparent-white-bg-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.transparent-white-border-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.transparent-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-white-bg-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-white-border-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.transparent-white-bg-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.transparent-white-border-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.transparent-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.transparent-white-bg-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.transparent-white-border-80 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.transparent-white-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.transparent-white-bg-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.transparent-white-border-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}

.transparent-black-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.transparent-black-bg-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.transparent-black-border-10 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.transparent-black-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-black-bg-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-black-border-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-black-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}

.transparent-black-bg-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.transparent-black-border-30 {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.transparent-black-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.transparent-black-bg-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.transparent-black-border-40 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

.transparent-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.transparent-black-bg-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.transparent-black-border-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.transparent-black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.transparent-black-bg-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.transparent-black-border-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.transparent-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.transparent-black-bg-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.transparent-black-border-70 {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.transparent-black-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.transparent-black-bg-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.transparent-black-border-80 {
  border-color: rgba(0, 0, 0, 0.8) !important;
}

.transparent-black-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}

.transparent-black-bg-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.transparent-black-border-90 {
  border-color: rgba(0, 0, 0, 0.9) !important;
}

/**********************************
COLORS
**********************************/
.black {
  color: #000000 !important;
}

.white {
  color: #ffffff !important;
}

.blue {
  color: #3CB2E6 !important;
}

.green {
  color: #39B07B !important;
}

.yellow {
  color: #F2C94C !important;
}

.red {
  color: #E60B22 !important;
}

.orange {
  color: #eb6615 !important;
}

.dark {
  color: #14231A !important;
}

.light {
  color: #E5E7EB !important;
}

.light {
  color: #F1F1F1 !important;
}

.darkgrey {
  color: #535353 !important;
}

/**********************************
BG
**********************************/
.black-bg {
  background-color: #000000 !important;
}

.dark-bg {
  background-color: #14231A !important;
}

.lightgrey-bg {
  background-color: #F1F1F1 !important;
}

.lightgrey-bg2 {
  background-color: rgb(249.4, 249.4, 249.4) !important;
}

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

.blue-bg {
  background-color: #3CB2E6 !important;
}

.lightblue-bg {
  background-color: rgb(235.5, 247.3, 252.5) !important;
}

.green-bg {
  background-color: #39B07B !important;
}

.yellow-bg {
  background-color: #F2C94C !important;
}

.red-bg {
  background-color: #E60B22 !important;
}

.orange-bg {
  background-color: #eb6615 !important;
}

.transparent-bg-light-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/**********************************
BORDER
**********************************/
.black-border {
  border-color: #000000 !important;
}

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

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

.green-border {
  border-color: #39B07B !important;
}

.darkgreen-border {
  border-color: rgb(28.5, 88, 61.5) !important;
}

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

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

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

/**********************************
SHADOW
**********************************/
.shadow {
  box-shadow: rgba(20, 35, 26, 0.05) 0 0 15px !important;
}

/**********************************
LINKS
**********************************/
a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

/**********************************
P
**********************************/
p {
  line-height: 1.5;
  padding-bottom: 1.5em;
}
p:last-child {
  padding-bottom: 0;
}

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

/**********************************
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-2 {
  line-height: 2 !important;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def,
.format-text ul, .format-text ol {
  padding-bottom: 1.5em;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media (min-width: calc(1120px)) {
  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;
}
ul.def--row, ol.def--row,
.format-text ul--row, .format-text ol--row {
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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:not(.noli) li::before,
.format-text ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100vw;
  background-color: #14231A;
  position: absolute;
  top: 0.6em;
  left: 0;
}

ul.def.def--blue li::before {
  color: #3CB2E6;
}

ol.def,
.format-text ol {
  margin-left: 2em;
}
ol.def li,
.format-text ol li {
  padding-left: 0;
}
ol.def ol,
.format-text ol ol {
  margin: 1em 0 1em 2em;
}

.format-text img {
  border-radius: 1em;
}

/**********************************
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;
}

/**********************************
LETTER SPACING
**********************************/
.letter-spacing-0 {
  letter-spacing: 0;
}

.letter-spacing-01em {
  letter-spacing: 0.1em;
}

.letter-spacing-02em {
  letter-spacing: 0.2em;
}

.letter-spacing-03em {
  letter-spacing: 0.3em;
}

.letter-spacing-04em {
  letter-spacing: 0.4em;
}

.letter-spacing-05em {
  letter-spacing: 0.5em;
}

/**********************************
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;
}

.italic {
  font-style: italic !important;
}

/**********************************
UPPER/LOWER
**********************************/
.upper {
  text-transform: uppercase !important;
}

.lower {
  text-transform: lowercase !important;
}

.no-transform {
  text-transform: none !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%;
}

.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
**********************************/
h2, .h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 600;
  position: relative;
  color: #000000;
  margin-bottom: 1.5em;
}
h2.h2--green, .h2.h2--green {
  color: #39B07B;
}
h2.h2--white, .h2.h2--white {
  color: #ffffff;
}
h2.small-font, .h2.small-font {
  font-size: 1.3em;
}
h2.small-font2, .h2.small-font2 {
  font-size: 1.1em;
}

h3, .h3 {
  font-size: clamp(1.3rem, 1.09rem + 0.91vw, 2rem);
  margin-bottom: 0.75em;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
h3.small-font, .h3.small-font {
  font-size: 0.9em;
}
h3.small-font2, .h3.small-font2 {
  font-size: 0.8em;
}

h4 {
  font-size: 1em;
  margin-bottom: 0.75em;
}

h5 {
  font-size: 1em;
  margin-bottom: 0.75em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.75em;
}

.subtitle {
  font-size: 1em;
  padding-bottom: 0.75em;
  margin-bottom: 2em;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: calc(1120px)) {
  .subtitle {
    font-size: 1.2em;
  }
}
.subtitle::before {
  content: "";
  width: 2em;
  height: 3px;
  background-color: #39B07B;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100vw;
}
.subtitle.subtitle--green {
  color: #39B07B;
}
.subtitle.subtitle--green::before {
  background-color: #39B07B;
}
.subtitle.subtitle--white {
  color: #ffffff;
}
.subtitle.subtitle--white::before {
  background-color: #ffffff;
}
.subtitle.subtitle--orange {
  color: #eb6615;
}
.subtitle.subtitle--orange::before {
  background-color: #eb6615;
}
.subtitle.subtitle--center {
  text-align: center;
}
.subtitle.subtitle--center::before {
  left: 50%;
  transform: translateX(-50%);
}
.subtitle.small-font {
  font-size: 1.3em;
}
.subtitle.small-font2 {
  font-size: 1.1em;
}

.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 #39B07B;
}

/**********************************
FORMS
**********************************/
::-moz-placeholder {
  color: rgba(107, 114, 128, 0.4);
  opacity: 1;
  font-weight: 400;
}
::placeholder,
.select-placeholder,
select:invalid,
select:has(option[value=""]:checked) {
  color: rgba(107, 114, 128, 0.4);
  opacity: 1;
  font-weight: 400;
}

button {
  cursor: pointer;
}

label, .label {
  font-weight: 500;
  padding: 0 0 0.5rem 0;
  display: block;
  line-height: 1.3;
  color: #6B7280;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

input, textarea, select {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  color: #6B7280;
  min-height: 3.5rem;
  display: inline-block;
  padding: 0 1rem;
  line-height: 1;
  transition: box-shadow 0.2s;
  max-width: 100% !important;
  border-radius: 1rem;
}
input:focus, textarea:focus, select:focus {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 8px;
}

.input-height {
  min-height: calc(2.5rem + 2px);
  display: flex;
  align-items: center;
}

.input-flat {
  min-height: 2rem;
}

textarea {
  padding: 1rem !important;
}

.check {
  width: auto;
  border: 0;
  margin: 0 0 -1px 0;
  padding: 0;
  background: none;
}

textarea {
  overflow: auto;
  height: auto;
}

select {
  cursor: pointer;
  padding-right: 32px;
  outline: 0;
  line-height: 32px;
  position: relative;
  width: auto;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

option {
  color: #6B7280;
}

option:disabled {
  color: #6B7280;
  font-weight: normal;
  font-style: italic;
}

input[type=checkbox], input[type=radio] {
  visibility: hidden;
  display: none;
}

label.checkbox {
  cursor: pointer;
  padding: 0 0 0 40px;
  overflow: visible;
  position: relative;
  text-transform: none;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}
label.checkbox--solo {
  padding: 0;
  height: 32px;
  width: 32px;
}

label.checkbox:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  color: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 15px !important;
}

label.checkbox:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  background: transparent;
  top: calc(50% - 2px);
  left: 4px;
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 15px !important;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #14231A;
}

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: #39B07B;
  padding-right: 0.5rem;
}

.input-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.input-group-unit {
  color: #6B7280;
}

.plusminus {
  display: flex;
}
.plusminus .button {
  min-height: 32px;
  padding-inline: 0.25em;
}
.plusminus input {
  text-align: center;
  min-width: 50px;
}

.switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.switch--disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.switch input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.switch-track {
  position: relative;
  width: 48px;
  height: 28px;
  border-radius: 100vw;
  background: #F1F1F1;
  transition: background 0.25s ease;
  flex: 0 0 auto;
}

/* Kolečko */
.switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 100vw;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease;
}

/* act */
input[type=checkbox]:checked + .switch-track {
  background: #eb6615;
}

input[type=checkbox]:checked + .switch-track::after {
  transform: translateX(20px);
}

/**********************************
BUTTONS
**********************************/
.button {
  max-width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding: 0 2em;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #000000;
  gap: 0.75em;
  min-height: 3.5rem;
  border-radius: 100vw;
  font-weight: 700;
}
.button .button-title {
  transition: all 0.15s ease-in-out;
}
.button .button-ico {
  transition: all 0.15s ease-in-out;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .button {
    width: 100%;
  }
}
.button:hover {
  text-decoration: none;
}
.button:hover .button-ico:first-child {
  transform: translate(-5px);
}
.button:hover .button-ico:last-child {
  transform: translate(5px);
}

.button.button--big {
  font-size: 1em;
  padding: 0 3rem;
}

.button.button--small {
  padding: 0.5em 0.8em;
  font-size: 0.9em;
  min-height: 0;
}

.button.button--short {
  padding-inline: 0.5rem;
}

.button--colored {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.button--colored:hover {
  opacity: 1;
}

.button--black {
  background-color: #14231A;
}
.button--black:hover {
  background-color: rgb(38.5454545455, 67.4545454545, 50.1090909091);
}

.button--green {
  background-color: #39B07B;
}
.button--green:hover {
  background-color: #14231A;
}

.button--blue {
  background-color: #3CB2E6;
  color: #ffffff;
}
.button--blue:hover {
  background-color: rgb(105.2045454545, 195.85, 235.7954545455);
}

.button--white {
  background-color: #ffffff;
  color: #000000 !important;
}

.button--lightgrey {
  background-color: #F1F1F1;
  color: #000000;
}
.button--lightgrey:hover {
  background-color: rgb(216.9, 216.9, 216.9);
}

.button--transparent-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.textbutton {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px solid currentColor;
}
.textbutton:hover {
  text-decoration: none;
  border-color: transparent;
  transition: none;
}

.textbutton-ico {
  flex: 0 0 auto;
}

.buttonmenu-out {
  position: relative;
  display: flex;
  flex-direction: column;
}
.buttonmenu-out:hover {
  background-color: rgb(96.3, 102.6, 115.2);
}
.buttonmenu-out img {
  width: 24px;
  display: block;
}

.buttonmenu-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #000000;
  padding: 0.75rem 0;
  cursor: pointer;
  font-size: 0.9em;
  white-space: nowrap;
}
.buttonmenu-item:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}
.buttonmenu-item--act {
  background-color: transparent;
}
.buttonmenu-item:not(.buttonmenu-item--act):hover {
  text-decoration: none;
}
.buttonmenu-item:not(.buttonmenu-item--act):hover .buttonmenu-item-title {
  text-decoration: underline;
}

.buttonmenu {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  min-width: 100%;
}

.buttonmenu-in {
  padding: 0 1.5rem;
}
.buttonmenu-in--2 {
  background-color: #E5E7EB;
  padding-block: 0.5rem;
}
.buttonmenu-in--2 .buttonmenu-item {
  padding: 0.3rem 0;
  border: 0;
}

.buttonmenu-out:hover .buttonmenu {
  display: block;
}

/**********************************
REPORTS
**********************************/
.report {
  margin-bottom: 1em;
}

.report-in {
  padding: 1.5rem;
  margin-bottom: 0.5em;
  font-weight: 600;
  display: flex;
  gap: 0.5em;
  font-size: 1.15em;
  align-items: center;
  line-height: 1.5;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.report-in.err {
  background-color: rgba(230, 11, 34, 0.1);
  color: rgb(161, 7.7, 23.8);
  border-left: 5px solid #E60B22;
}
.report-in.ok {
  background-color: rgba(57, 176, 123, 0.1);
  color: rgb(39.9, 123.2, 86.1);
  border-left: 5px solid #39B07B;
}
.report-in.info {
  background-color: rgba(60, 178, 230, 0.1);
  color: #132F4C;
  border-left: 5px solid #3CB2E6;
}
.report-in.wrn {
  background-color: rgba(235, 102, 21, 0.1);
  color: rgb(164.5, 71.4, 14.7);
  border-left: 5px solid #eb6615;
}

.formerror,
.form-err,
.form-error {
  color: #E60B22 !important;
}
.formerror label, .formerror label a,
.form-err label,
.form-err label a,
.form-error label,
.form-error label a {
  color: #E60B22 !important;
}
.formerror input, .formerror select, .formerror textarea, .formerror label.checkbox::before,
.form-err input,
.form-err select,
.form-err textarea,
.form-err label.checkbox::before,
.form-error input,
.form-error select,
.form-error textarea,
.form-error label.checkbox::before {
  border-color: #E60B22 !important;
  color: #E60B22 !important;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err,
input.form-error, select.form-error, textarea.form-error {
  border-color: #E60B22 !important;
}

/**********************************
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;
}

.big-icon {
  font-size: 32px;
}

.text-icon {
  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: "DINpro", sans-serif;
  font-size: max(0.8em, 18px);
  font-weight: 400;
  color: #14231A;
  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: "DINpro", sans-serif;
  font-size: max(0.3em, 9px);
  font-weight: 600;
  color: #ffffff;
  background-color: #14231A;
  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);
}

.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
**********************************/
@media (max-width: 400px) {
  .hidden-xs-smaller {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden-s-smaller {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-m-smaller {
    display: none !important;
  }
}

@media (max-width: 1120px) {
  .hidden-l-smaller {
    display: none !important;
  }
}

@media (max-width: 1380px) {
  .hidden-xl-smaller {
    display: none !important;
  }
}

@media (max-width: 1560px) {
  .hidden-xxl-smaller {
    display: none !important;
  }
}

@media (min-width: calc(576px)) {
  .hidden-xs-bigger {
    display: none !important;
  }
}

@media (min-width: calc(768px)) {
  .hidden-s-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1120px)) {
  .hidden-m-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1380px)) {
  .hidden-l-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1560px)) {
  .hidden-xl-bigger {
    display: none !important;
  }
}

/**********************************
FLEX
**********************************/
.flex {
  display: flex;
}
@media (max-width: 400px) {
  .flex--xs {
    flex-direction: column;
  }
  .flex--xs > * {
    flex: 1 !important;
  }
  .flex--xs .order-1 {
    order: -1;
  }
}
@media (max-width: 576px) {
  .flex--s {
    flex-direction: column;
  }
  .flex--s > * {
    flex: 1 !important;
  }
  .flex--s .order-1 {
    order: -1;
  }
}
@media (max-width: 768px) {
  .flex--m {
    flex-direction: column;
  }
  .flex--m > * {
    flex: 1 !important;
  }
  .flex--m .order-1 {
    order: -1;
  }
}
@media (max-width: 1120px) {
  .flex--l {
    flex-direction: column;
  }
  .flex--l > * {
    flex: 1 !important;
  }
  .flex--l .order-1 {
    order: -1;
  }
}
@media (max-width: 1380px) {
  .flex--xl {
    flex-direction: column;
  }
  .flex--xl > * {
    flex: 1 !important;
  }
  .flex--xl .order-1 {
    order: -1;
  }
}
@media (max-width: 1560px) {
  .flex--xxl {
    flex-direction: column;
  }
  .flex--xxl > * {
    flex: 1 !important;
  }
}
.flex > .col-1 {
  flex: 1;
}
.flex > .col-2 {
  flex: 2;
}
.flex > .col-3 {
  flex: 3;
}
.flex > .col-4 {
  flex: 4;
}
.flex > .col-5 {
  flex: 5;
}
.flex > .col-6 {
  flex: 6;
}
.flex > .col-7 {
  flex: 7;
}
.flex > .col-8 {
  flex: 8;
}
.flex > .col-9 {
  flex: 9;
}
.flex > .col-10 {
  flex: 10;
}

.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;
}

.as-end {
  align-self: 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(768px)) {
  .tmg-big {
    margin-top: 3rem !important;
  }
}
@media (min-width: calc(1120px)) {
  .tmg-big {
    margin-top: 4rem !important;
  }
}
@media (min-width: calc(1380px)) {
  .tmg-big {
    margin-top: 6rem !important;
  }
}

.tmg-auto {
  margin-top: auto !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-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;
}

.padd-2em {
  padding: 2em !important;
}

/**********************************
LAYOUT
**********************************/
/*::selection {
  background: $green;
  color: $white;
}*/
html {
  height: 100%;
}

body {
  font-family: "DINpro", sans-serif;
  color: #14231A;
  background-color: #F1F1F1;
  font-weight: 300;
  height: 100%;
}
@media (max-width: 1120px) {
  body.menu-act {
    overflow: hidden;
  }
}

.preloader {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/icons/preloader.svg) center no-repeat #ffffff;
}

.screen {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 10px;
}

.content-width-out {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}

.content-width {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1460px;
}

.section-content-out {
  display: flex;
  flex-direction: column;
}

.section-content-in {
  padding-block: 4rem;
}
@media (min-width: calc(1120px)) {
  .section-content-in {
    padding-block: 6rem;
  }
}
@media (min-width: calc(1380px)) {
  .section-content-in {
    padding-block: 8rem;
  }
}
@media (min-width: calc(1560px)) {
  .section-content-in {
    padding-block: 10rem;
  }
}

.detail {
  padding-block: 2rem;
}
@media (min-width: calc(1120px)) {
  .detail {
    padding-block: 3rem;
  }
}
@media (min-width: calc(1380px)) {
  .detail {
    padding-block: 4rem;
  }
}

.kotva {
  position: relative;
  top: -6rem;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
@media (min-width: calc(1380px)) {
  .kotva {
    top: -8rem;
  }
}
@media (min-width: calc(1560px)) {
  .kotva {
    top: -10rem;
  }
}

/**********************************
TOPBAR
**********************************/
/**********************************
HEADER
**********************************/
.head {
  transition: all 0.2s;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
}

.head-in {
  background-color: white;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-radius: 100vw;
}

.logo {
  width: 90px;
  transition: all 0.2s;
}
@media (min-width: calc(1120px)) {
  .logo {
    width: 128px;
  }
}
.logo img {
  width: 100%;
  display: block;
}

.head-in-in {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em;
  transition: all 0.2s;
}

.head--sticky .head {
  top: 0;
}

.head-pic-out {
  height: 640px;
  max-height: 60dvh;
  min-height: 400px;
  position: relative;
}

.head-pic {
  height: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
}
.head-pic-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.head-pic-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}

.head-pic-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.head-pic-desc {
  padding-bottom: 5rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
  color: #ffffff;
  line-height: 1.3;
}

.head-pic-tag {
  padding: 0.5em 1.5em;
  background-color: #3CB2E6;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  border-radius: 100vw;
  font-size: 0.9em;
}

.head-pic-title {
  font-weight: 700;
  font-size: clamp(2.5rem, 9vw, 6rem);
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: -0.025em;
}
.head-pic-title--s {
  font-size: clamp(1.75rem, 6vw, 4rem);
}

.head-pic-txt {
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
}

/**********************************
MENU
**********************************/
@media (max-width: 1120px) {
  .menu-out {
    width: 360px;
    overflow-y: auto !important;
    position: fixed;
    top: 0;
    right: calc((360px + 10%) * -1);
    max-width: 100%;
    height: 100dvh;
    background-color: #ffffff;
    transition: right 0.15s ease-in-out;
  }
  .menu-out.mobile-down {
    display: block;
    right: 0;
    transition: right 0.15s ease-in-out;
  }
}

.menu {
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  transition: all 0.2s;
  padding: 2rem;
}
@media (min-width: calc(1120px)) {
  .menu {
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
@media (min-width: calc(1380px)) {
  .menu {
    gap: 3rem;
  }
}

.menu-item {
  font-size: 1.2rem;
  white-space: nowrap;
  color: #000000;
  font-weight: 500;
}
@media (min-width: calc(1120px)) {
  .menu-item {
    font-size: 1rem;
  }
}
@media (min-width: calc(1120px)) {
  .menu-item.act a {
    color: #000000;
  }
}
.menu-item a:hover {
  text-decoration: none;
}
.menu-item--button .button {
  font-weight: 500;
}
.menu-item--button .button .button-ico {
  line-height: 1;
}

.showmenu-out {
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  color: #000000;
  margin-right: 1rem;
  margin-left: auto;
}
@media (min-width: calc(1120px)) {
  .showmenu-out {
    display: none;
  }
}

.showmenu-ico {
  font-size: 42px;
}

.canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.15s ease-in-out;
}

.canvas-menu.act {
  visibility: visible;
  opacity: 1;
  display: block;
}
@media (min-width: calc(1120px)) {
  .canvas-menu.act {
    display: none;
  }
}

.hidemenu {
  color: #6B7280;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.hidemenu-ico {
  font-size: 36px;
  margin-right: 1rem;
  margin-top: 1rem;
}
@media (min-width: calc(1120px)) {
  .hidemenu {
    display: none;
  }
}

/**********************************
MAIN
**********************************/
/**********************************
FOOTER
**********************************/
.foot-out {
  margin-top: auto;
  background-color: #132F4C;
}

.foot {
  color: #F1F1F1;
  position: relative;
}
.foot a {
  color: #F1F1F1;
}

.foot-in {
  padding-block: 2rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: calc(1120px)) {
  .foot-in {
    padding-block: 3rem;
  }
}
@media (min-width: calc(1380px)) {
  .foot-in {
    padding-block: 4rem;
  }
}

.foot-logo {
  width: 100px;
}

.foot-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 3rem;
}
@media (max-width: 1120px) {
  .foot-top {
    flex-direction: column;
  }
}

.foot-top-l {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}

.foot-top-r {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 576px) {
  .foot-top-r {
    flex-direction: column;
  }
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  color: rgba(255, 255, 255, 0.5);
  gap: 3rem;
}
@media (max-width: 1120px) {
  .foot-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.foot-desc {
  max-width: 20rem;
  line-height: 2;
}

.foot-social {
  display: flex;
  gap: 1rem;
}
.foot-social-item {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}

/**********************************
SECTION
**********************************/
/**********************************
ZINDEXY
**********************************/
.popup {
  z-index: 190;
}

.canvas {
  z-index: 189;
}

.menu-out {
  z-index: 139;
}

.canvas-menu {
  z-index: 138;
}

.showmenu-out {
  z-index: 137;
}

.menu-act .head-out, .menu-act .head {
  z-index: 137;
}

.head-out, .head {
  z-index: 99;
  transition: all 0.15s ease-in-out;
}

.form-dropdown, .colorline {
  z-index: 1;
}

/**********************************
FORMS
**********************************/
.form-row-out {
  position: relative;
  margin: 0 0 1em 0;
}
.form-row-out:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  position: relative;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
}
.form-row:not(.form-row--no-mobile-wrap) {
  flex-direction: column;
}
.form-row > * {
  flex: 1;
}
.form-row > *.col-1 {
  flex: 1;
}
.form-row > *.col-2 {
  flex: 2;
}
.form-row > *.col-3 {
  flex: 3;
}
.form-row > *.col-4 {
  flex: 4;
}
.form-row > *.col-5 {
  flex: 5;
}
.form-row > *.col-6 {
  flex: 6;
}
.form-row > *.col-7 {
  flex: 7;
}
.form-row > *.col-8 {
  flex: 8;
}
.form-row > *.col-9 {
  flex: 9;
}
.form-row > *.col-10 {
  flex: 10;
}
@media (min-width: calc(768px)) {
  .form-row:not(.form-row--column) {
    flex-direction: row;
    align-items: center;
  }
}
.form-row input, .form-row select, .form-row textarea, .form-row label {
  width: 100%;
}

.form-item {
  position: relative;
}
.form-item--other {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: calc(768px)) {
  .form-item--other {
    align-self: flex-end;
  }
}
.form-item--column {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}

.form-row-title {
  font-weight: 700;
  font-size: 1.2em;
  width: 250px;
  flex: 0 0 auto;
}

.buttons-row {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1em;
  align-items: center;
}
.buttons-row > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .buttons-row > * {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .buttons-row > * > * {
    width: 100%;
    margin: 0 !important;
  }
}
@media (min-width: calc(576px)) {
  .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(768px)) {
  .buttons-row--col-m {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-m > * > * {
    width: auto;
  }
}
@media (min-width: calc(1120px)) {
  .buttons-row--col-l {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-l > * > * {
    width: auto;
  }
}
@media (min-width: calc(1380px)) {
  .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(576px)) {
  .buttons-row-c {
    flex-direction: row;
    justify-content: center;
  }
  .buttons-row-c > * {
    width: auto;
  }
}

.buttons-row--bg {
  background: #ffffff;
  box-shadow: rgba(20, 35, 26, 0.2) 0 0 15px;
  border-radius: 0.15em;
  padding: 1em;
}

/**********************************
FORM DROPDOWN
**********************************/
.form-dropdown {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  box-shadow: rgba(107, 114, 128, 0.2) 0 0 5px;
  max-height: 20em;
  overflow: auto;
  font-size: 0.9em;
  border-radius: 1rem;
}

.form-dropdown ul li a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(83, 83, 83, 0.1);
  color: #535353;
  text-decoration: none;
  line-height: 1.2;
}
.form-dropdown ul li a:hover {
  background-color: rgba(83, 83, 83, 0.1);
}
.form-dropdown ul li a.active {
  background-color: rgba(83, 83, 83, 0.2);
}

.form-dropdown-info {
  padding: 0.5rem 1rem;
  font-size: 0.9em;
  line-height: 1.3;
  display: inline-block;
}

.form-dropdown-loader {
  animation: animate 1.5s linear infinite;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 12px;
  bottom: calc(1.75rem - 12px);
  display: none;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**********************************
CHECKBOXES
**********************************/
.form-checkboxes-out {
  position: relative;
  margin: 0 0 0.7em 0;
}
.form-checkboxes-out:last-child {
  margin-bottom: 0;
}

.form-checkboxes {
  margin: 0 0 1em 0;
}
.form-checkboxes:last-child {
  margin-bottom: 0;
}
.form-checkboxes {
  display: grid;
  grid-gap: 0 1em;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: calc(768px)) {
  .form-checkboxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(1120px)) {
  .form-checkboxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(1380px)) {
  .form-checkboxes {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: calc(1560px)) {
  .form-checkboxes {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: calc(1120px)) {
  .form-checkboxes.column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .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);
  }
}

/**********************************
TABLES
**********************************/
.table-fixed {
  table-layout: fixed;
}

.min-content {
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: calc(768px)) {
  .min-content {
    width: 1px;
    white-space: nowrap;
  }
}

.transparent tr, .transparent td, .transparent th {
  background-color: none !important;
  border: 0 !important;
}

.table1 {
  width: 100%;
  line-height: 1.3;
}

.table1 td {
  padding: 0.5rem;
  vertical-align: middle;
  text-align: left;
}

.table1 th {
  vertical-align: top;
  padding: 0.5rem;
  text-align: left;
}

.table1 thead th {
  background-color: #14231A;
  color: #ffffff;
  font-weight: normal;
  padding: 0.5em 0.5rem;
  font-size: 0.7em;
  text-transform: uppercase;
}

.table1 tbody tr:nth-child(odd) td, .table1 tbody tr:nth-child(odd) th {
  background-color: #E5E7EB;
}

.table2 {
  width: 100%;
  line-height: 1.3;
}

.table2 td {
  padding: 0.5rem;
  vertical-align: middle;
  text-align: left;
}

.table2 th {
  vertical-align: top;
  padding: 0.5rem;
  text-align: left;
}

.table2 thead th {
  background-color: #14231A;
  color: #ffffff;
  font-weight: normal;
  padding: 0.5em 0.5rem;
  font-size: 0.7em;
  text-transform: uppercase;
}

.table2 tbody tr:nth-child(odd) td, .table2 tbody tr:nth-child(odd) th {
  background-color: #E5E7EB;
}

.table-overflow {
  overflow: auto;
  max-width: 100%;
}

/**********************************
TABLE MOBILE
**********************************/
@media (max-width: 1120px) {
  .table-mobile {
    width: 100%;
    table-layout: fixed;
  }
  .table-mobile thead th {
    display: none;
  }
  .table-mobile tbody tr, .table-mobile tbody td, .table-mobile tbody th {
    display: block;
    width: 100% !important;
  }
  .table-mobile tbody tr, .table-mobile tbody td, .table-mobile tbody th,
  .table-mobile tfoot tr, .table-mobile tfoot td, .table-mobile tfoot th {
    text-align: right !important;
  }
  .table-mobile tbody tr {
    background-color: #E5E7EB !important;
    position: relative;
    padding: 2em;
    border-radius: 1.5rem;
  }
  .table-mobile tbody tr td, .table-mobile tbody tr th {
    padding: 0.5em 0.75em !important;
    display: flex;
    justify-content: space-between;
    height: auto !important;
    position: relative;
  }
  .table-mobile tbody tr td:not(:last-child), .table-mobile tbody tr th:not(:last-child) {
    border-bottom: 1px solid rgb(200.1739130435, 204.3913043478, 212.8260869565);
  }
  .table-mobile tbody tr td[data-title]::before, .table-mobile tbody tr th[data-title]::before {
    content: attr(data-title);
    display: inline-block;
    margin-right: 1em;
    font-weight: 700;
    text-align: left;
  }
  .table-mobile tbody tr td.table-mobile-thead {
    padding: 1em 0.75em !important;
    background-color: #3CB2E6 !important;
    color: #ffffff;
  }
  .table-mobile tbody tr td.table-mobile-thead[data-title]::before {
    content: attr(data-title);
    display: inline-block;
    margin-right: 1em;
    font-weight: 700;
    text-align: left;
  }
}
@media (max-width: 1120px) {
  .table-mobile tbody {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .table-mobile tbody {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**********************************
OTHERS
**********************************/
.line {
  height: 0;
  line-height: 0;
  font-size: 1em;
  border-bottom: 1px solid #E5E7EB;
  width: 100%;
  display: block;
}

.blok {
  padding: 2rem;
  border-radius: 2rem;
  background-color: rgba(229, 231, 235, 0.3);
  border: 1px solid transparent;
}
@media (min-width: calc(1120px)) {
  .blok--b {
    padding: 3rem;
  }
}

.max-width-1 {
  max-width: 64rem;
}

.max-width-2 {
  max-width: 42rem;
}

.labelbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.labelbox-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.border-ico {
  width: 68px;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
}
.border-ico span {
  font-size: 36px;
}
.border-ico--s {
  width: 60px;
  border-radius: 1.2rem;
}
.border-ico--s span {
  font-size: 32px;
}

/**********************************
POPUP
**********************************/
.canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background: rgba(0, 0, 0, 0.85);
  display: block;
  transition: all 0.3s ease-in-out;
}

.popup {
  background-color: #ffffff;
  position: fixed;
  overflow-y: scroll;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  max-width: 90%;
  width: 90%;
  transition: all 0.3s ease-in-out;
  border-radius: 3em;
}
@media (min-width: calc(768px)) {
  .popup {
    top: 5%;
    width: 98%;
    height: auto;
    position: absolute;
    overflow-y: visible;
  }
}
@media (min-width: calc(1380px)) {
  .popup {
    top: 10%;
    left: 50%;
    width: 90%;
  }
}
.popup.popup-10 {
  width: 10em;
}
.popup.popup-20 {
  width: 20em;
}
.popup.popup-30 {
  width: 30em;
}
.popup.popup-35 {
  width: 35em;
}
.popup.popup-40 {
  width: 40em;
}
.popup.popup-50 {
  width: 50em;
}
.popup.popup-60 {
  width: 60em;
}
.popup.popup-70 {
  width: 70em;
}
.popup.popup-80 {
  width: 80em;
}
.popup.popup-90 {
  width: 90em;
}
.popup.popup-100 {
  width: 100em;
}
.popup.popup-110 {
  width: 110em;
}
.popup.popup-120 {
  width: 120em;
}
.popup.popup-130 {
  width: 130em;
}
.popup.popup-140 {
  width: 150em;
}
.popup.popup-150 {
  width: 150em;
}
.popup.popup--center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  max-height: 90dvh;
}

.popup-head {
  padding: 3em;
  border-radius: 2rem;
  margin: 2rem 2rem 0 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.popup-in {
  padding: 3em 2em 2em 2em;
}

.popup-close {
  display: block;
  color: #3CB2E6;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 100vw;
  display: grid;
  place-items: center;
}
.popup-close:hover {
  text-decoration: none;
}

.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);
  z-index: 999999999;
}

@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 #14231A 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #14231A 0 0 0 2px;
  }
  100% {
    box-shadow: inset #14231A 0 0 0 17px;
    transform: rotate(140deg);
  }
}
/**********************************
PATH
**********************************/
.path {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  align-items: center;
}

.path-l {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  direction: rtl;
}
.path-l-in {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  direction: ltr;
}

/**********************************
BANNER
**********************************/
.banner {
  background-color: #39B07B;
  padding: 8rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  text-align: center;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(95deg, #132F4C 0%, #2E6DB1 100%);
}

.banner-title {
  font-size: clamp(2rem, 1.39rem + 2.61vw, 4rem);
}

/**********************************
DATAGRID
**********************************/
.datagrid {
  display: grid;
  gap: 2rem;
  color: #ffffff;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: calc(768px)) {
  .datagrid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

.datagrid-logo {
  grid-column: span 2;
}
.datagrid-logo > * {
  width: 100%;
}
@media (min-width: calc(768px)) {
  .datagrid-logo {
    padding-right: 5rem;
    grid-row: span 2;
    grid-column: span 1;
  }
}

.datagrid-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.datagrid-item-num {
  font-size: clamp(2rem, 0.78rem + 5.22vw, 6rem);
  font-weight: 700;
  color: #ffffff;
}
.datagrid-item-desc {
  color: #6B7280;
  font-size: 1.1em;
}

/**********************************
NOVINKY
**********************************/
.novinky {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.novinky-item {
  border-radius: 2em;
  border: 1px solid #E5E7EB;
  padding: 2rem;
}

/**********************************
SWIPER
**********************************/
.cards-carousel {
  width: 100%;
}
.cards-carousel .cards-carousel-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  text-align: center;
  border: 2px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  height: 200px;
  box-shadow: none;
  padding: 1rem;
}
@media (min-width: calc(768px)) {
  .cards-carousel .cards-carousel-item {
    height: 300px;
  }
}
@media (min-width: calc(1380px)) {
  .cards-carousel .cards-carousel-item {
    height: 400px;
  }
}
.cards-carousel .cards-carousel-item.swiper-slide-active {
  background-color: #132F4C;
  color: #ffffff;
}
.cards-carousel .cards-carousel-item.swiper-slide-active .cards-carousel-ico * {
  font-size: 56px;
  color: #F1F1F1;
}
.cards-carousel .cards-carousel-item.swiper-slide-active .cards-carousel-title {
  color: #ffffff;
}
.cards-carousel .cards-carousel-item.swiper-slide-active .cards-carousel-desc {
  color: #F1F1F1;
}
.cards-carousel .cards-carousel-ico * {
  font-size: 56px;
  color: #6B7280;
}
.cards-carousel .cards-carousel-title {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 700;
  color: #132F4C;
}
.cards-carousel .cards-carousel-desc {
  color: #6B7280;
}
.cards-carousel .swiper-pagination-bullet {
  border-radius: 100vw;
  transition: all 0.15s ease-out;
}
.cards-carousel .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #132F4C;
}
.cards-carousel .swiper-button-prev, .cards-carousel .swiper-button-next, .cards-carousel .swiper-pagination {
  position: static;
  width: auto !important;
  margin: 0;
}
.cards-carousel .swiper-button-prev, .cards-carousel .swiper-button-next {
  color: #132F4C;
  width: 48px !important;
  height: 48px !important;
  display: grid;
  place-items: center;
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 100vw;
}
.cards-carousel .swiper-button-prev::after, .cards-carousel .swiper-button-next::after {
  font-size: 20px;
}
.cards-carousel .swiper-slide-shadow-coverflow {
  display: none;
}

/**********************************
ENDCLASSES
**********************************/
.hidden, .submithidden {
  display: none;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}/*# sourceMappingURL=style.css.map */