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

*, *::before, *::after {
  box-sizing: border-box;
}

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

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

button, input, select, textarea {
  background-color: transparent;
  outline: none;
  border: 0;
  line-height: inherit;
  font: inherit;
}

input, select, textarea {
  display: inline-block;
}

input:placeholder-shown {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

iframe {
  max-width: 100%;
}

body, html {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42;
  color: #444;
}

h1, .h1 {
  font-weight: 900;
}

h2, .h2 {
  font-weight: 900;
}

h3, .h3 {
  font-weight: 700;
}

h4, .h4 {
  font-weight: 700;
}

h5, .h5 {
  font-weight: 700;
}

h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  line-height: 1.24;
}

h2, .h2 {
  line-height: 1.24;
}

h3, .h3 {
  line-height: 1.24;
}

h4, .h4 {
  line-height: 1.24;
}

h5, .h5 {
  line-height: 1.24;
}

h6, .h6 {
  line-height: 1.24;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

* + .fas,
.fas + * {
  margin-left: 6px;
}

i {
  font-style: italic;
}

strong {
  font-weight: 700;
}

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

.text-right {
  text-align: right !important;
}

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

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .slider-items {
  padding: 0 57px;
}
.slider-wrapper .slider-items > *:not(:first-child) {
  display: none !important;
}
@media (max-width: 860px) {
  .slider-wrapper .slider-items {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .slider-wrapper .slider-items {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .slider-wrapper .slider-items {
    padding: 0 10px;
  }
}
.slider-wrapper .slider-dots {
  margin-top: 1em;
}
.slider-wrapper .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
}
.slider-wrapper .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #840b55;
  color: transparent;
  border-radius: 2px;
  margin: 0 0.5em;
  transition: 0.34s ease;
}
.slider-wrapper .slick-dots li button:hover {
  background: rgba(132, 11, 85, 0.5);
}
.slider-wrapper .slick-dots .slick-active button {
  background: #840b55;
  transform: rotate(45deg);
}
.slider-wrapper .slider-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.slider-wrapper .slider-arrow {
  width: 42px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  pointer-events: all;
  border-radius: 2px;
  background: #840b55;
  color: #fff;
  cursor: pointer;
}
.slider-wrapper .slider-arrow:hover {
  background: rgb(84.9230769231, 7.0769230769, 54.6853146853);
}
.slider-wrapper .abs-dots, .slider-wrapper .abs-arrows {
  width: 100%;
}
.slider-wrapper .abs-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 2em;
}
.slider-wrapper .abs-arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #e6e6e6;
}

table.dataTable .sorting::after,
table.dataTable .sorting_asc::after,
table.dataTable .sorting_desc::after,
table.dataTable .sorting_asc_disabled::after,
table.dataTable .sorting_desc_disabled::after {
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
}
table.dataTable .sorting {
  cursor: pointer;
}
table.dataTable .sorting::after {
  content: "\f0dc";
}
table.dataTable .sorting_asc::after {
  content: "\f0de";
}
table.dataTable .sorting_desc::after {
  content: "\f0dd";
}
table.dataTable .sorting_asc_disabled::after {
  content: "\f0de";
  opacity: 0.5;
}
table.dataTable .sorting_desc_disabled::after {
  content: "\f0dd";
  opacity: 0.5;
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.even {
  background-color: rgba(132, 11, 85, 0.07);
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #e6e6e6;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  background: hsl(0, 0%, 98%);
  padding: 2em 1em;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "length . filter" "table table table" "info paginate .";
}
.dataTables_wrapper .dataTables_length {
  grid-area: length;
}
.dataTables_wrapper .dataTables_filter {
  grid-area: filter;
}
.dataTables_wrapper .dataTable {
  grid-area: table;
}
.dataTables_wrapper .dataTables_info {
  grid-area: info;
}
.dataTables_wrapper .dataTables_paginate {
  grid-area: paginate;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px;
  background: #fff;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  margin-left: 3px;
  background: #fff;
}

.dataTables_wrapper .dataTables_length + .dataTable,
.dataTables_wrapper .dataTables_filter + .dataTable {
  margin-top: 1em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  padding-top: 0.5em;
}
.dataTables_wrapper .dataTables_paginate span {
  display: inline-flex;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 0.5em;
  background: hsl(0, 0%, 90%);
  min-width: 32px;
  height: 32px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: hsl(0, 0%, 85%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #840b55;
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: rgb(108.4615384615, 9.0384615385, 69.8426573427);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: hsl(0, 0%, 90%) !important;
  color: rgba(132, 11, 85, 0.5);
  cursor: not-allowed;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

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

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

html, body {
  scroll-padding-top: 90px;
}

body.prevent-scroll {
  height: 100vh !important;
  overflow: hidden;
}

.default-spacing > *:not(:first-child) {
  margin-top: 1em;
}

.default-formatting ul, .default-formatting ol {
  padding-left: 1.5em;
}
.default-formatting ul {
  list-style: disc;
}
.default-formatting ol {
  list-style: decimal;
}
.default-formatting img {
  max-width: 100%;
  display: inline-block;
  object-fit: scale-down;
}
.default-formatting a {
  color: #840b55;
  font-weight: 600;
}
.default-formatting a:hover {
  color: rgb(84.9230769231, 7.0769230769, 54.6853146853);
}

.intranet .form-wrapper {
  max-width: 480px;
  margin-inline: auto;
}
.intranet .form {
  background: #f3f3f3;
  padding: 2rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header .container {
  max-width: 1600px;
}
.header .header-grid {
  display: grid;
  grid-template-columns: 240px auto 240px;
}
.header .logo-cell {
  position: relative;
  height: 87px;
  transition: 0.21s ease;
}
.header .logo {
  display: block;
  padding: 5px;
  height: 100%;
}
.header .logo img, .header .logo svg {
  display: block;
}
.header .logo .logo-text {
  transition: 0.21s ease;
}
.header .logo .logo-stroke {
  transition: 0.34s ease;
  stroke: #aaa !important;
  stroke-width: 2px;
  stroke-dasharray: 167px;
  stroke-dashoffset: 87px;
  animation: logo-stroke 4s ease forwards infinite;
}
@keyframes logo-stroke {
  to {
    stroke-dashoffset: -247px;
  }
}
.header.header-sticky .logo-cell {
  height: 43px;
  transition: 0.21s ease 0.21s;
}
.header.header-sticky .logo-cell .logo-stroke {
  stroke: #fff !important;
}
.header.header-sticky .logo-text {
  transform: translateY(-23px);
}
.header .language-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .language-list .ll-separator {
  margin: 0.5em;
}
.header .language-list a {
  display: flex;
  align-items: center;
  margin: 0 0.25em;
}
.header .language-list i {
  font-size: 32px;
  color: #3B5998;
}
.header .language-list img {
  object-position: center;
  object-fit: contain;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
}
.navigation {
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
}
.navigation .menu {
  display: flex;
  flex-flow: wrap row;
  font-size: 16px;
}
.navigation .menu-item {
  position: relative;
  display: flex;
}
.navigation .menu-item:hover {
  background: #f3f3f3;
}
.navigation .menu-link {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.navigation .menu-link:hover {
  color: #840b55;
}
.navigation .menu-title {
  font-weight: bold;
}
.navigation .menu-title .fas {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.25em;
  height: 2.25em;
  margin-right: 1em;
  background: #840b55;
  color: #fff;
}
.navigation .menu-title .fas + * {
  margin-left: 0;
}
.navigation .has-dropdown .menu-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  opacity: 0;
  transition: 0.32s ease;
  pointer-events: none;
  background: #f3f3f3;
  white-space: nowrap;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
  font-size: 14px;
}
.navigation .has-dropdown .menu-dropdown .menu-item:hover {
  background: rgb(230.25, 230.25, 230.25);
}
.navigation .has-dropdown .dropdown-arrow {
  margin-left: 0.4em;
  font-size: 0.5rem;
}
.navigation .has-dropdown:hover .menu-dropdown {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.navigation .has-megamenu {
  position: initial;
}
.navigation .has-megamenu .megamenu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  white-space: initial;
  padding-bottom: 1em;
}
.navigation .has-megamenu .megamenu .menu-cell {
  margin-top: 1em;
  position: relative;
}
.navigation .has-megamenu .megamenu .menu-cell::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: calc(100% + 1em);
  width: 1px;
  transform: translate(-50%, -50%);
  background: #ddd;
}
.navigation .js--hamburger {
  align-self: center;
  justify-self: flex-end;
  font-size: 20px;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  margin-left: auto;
  display: none;
}

.header.force-mobile {
  position: fixed;
  width: 100%;
}
.header.force-mobile .header-grid {
  grid-template-columns: 240px auto 40px;
}
.header.force-mobile .header-grid .logo-cell {
  grid-row: 1;
  grid-column: 1;
}
.header.force-mobile .header-grid .lang-cell {
  grid-row: 1;
  grid-column: 2;
}
.header.force-mobile .header-grid .language-list {
  justify-content: flex-end;
  margin-right: 1rem;
}
.header.force-mobile .header-grid .nav-cell {
  grid-row: 1;
  grid-column: 3;
}
.header.force-mobile .header-grid .js--hamburger {
  display: inline-flex;
}
.header.force-mobile .header-grid .navigation {
  position: initial;
}
.header.force-mobile .header-grid .menu {
  position: absolute;
  left: 0;
  top: 100%;
  flex-flow: nowrap column;
  background: #fff;
  border-top: 1px solid #eee;
  width: 100%;
  max-height: calc(100vh - 87px);
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.64s ease;
  pointer-events: none;
}
.header.force-mobile .header-grid .menu .menu-item {
  flex: 100%;
  flex-flow: wrap row;
}
.header.force-mobile .header-grid .menu .menu-link {
  flex: 100%;
}
.header.force-mobile .header-grid .menu > .menu-item > .menu-link {
  border-top: 1px solid rgb(84.9230769231, 7.0769230769, 54.6853146853);
  background: #840b55;
  color: #fff;
}
.header.force-mobile .header-grid .menu .menu-dropdown {
  flex: 100%;
  position: initial;
  left: unset;
  top: unset;
  opacity: 1;
  background: inherit;
}
@media (max-width: 860px) {
  .header.force-mobile .header-grid .menu .megamenu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .header.force-mobile .header-grid .menu .megamenu {
    grid-template-columns: 1fr;
  }
}
.header.force-mobile .header-grid .menu.menu-open {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
.header.force-mobile .header-grid .menu.menu-open .menu-dropdown {
  pointer-events: all;
}
@media (max-width: 1200px) {
  .header {
    position: fixed;
    width: 100%;
  }
  .header .header-grid {
    grid-template-columns: 240px auto 40px;
  }
  .header .header-grid .logo-cell {
    grid-row: 1;
    grid-column: 1;
  }
  .header .header-grid .lang-cell {
    grid-row: 1;
    grid-column: 2;
  }
  .header .header-grid .language-list {
    justify-content: flex-end;
    margin-right: 1rem;
  }
  .header .header-grid .nav-cell {
    grid-row: 1;
    grid-column: 3;
  }
  .header .header-grid .js--hamburger {
    display: inline-flex;
  }
  .header .header-grid .navigation {
    position: initial;
  }
  .header .header-grid .menu {
    position: absolute;
    left: 0;
    top: 100%;
    flex-flow: nowrap column;
    background: #fff;
    border-top: 1px solid #eee;
    width: 100%;
    max-height: calc(100vh - 87px);
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.64s ease;
    pointer-events: none;
  }
  .header .header-grid .menu .menu-item {
    flex: 100%;
    flex-flow: wrap row;
  }
  .header .header-grid .menu .menu-link {
    flex: 100%;
  }
  .header .header-grid .menu > .menu-item > .menu-link {
    border-top: 1px solid rgb(84.9230769231, 7.0769230769, 54.6853146853);
    background: #840b55;
    color: #fff;
  }
  .header .header-grid .menu .menu-dropdown {
    flex: 100%;
    position: initial;
    left: unset;
    top: unset;
    opacity: 1;
    background: inherit;
  }
}
@media (max-width: 1200px) and (max-width: 860px) {
  .header .header-grid .menu .megamenu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) and (max-width: 576px) {
  .header .header-grid .menu .megamenu {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .header .header-grid .menu.menu-open {
    opacity: 1;
    pointer-events: all;
    transform: none;
  }
  .header .header-grid .menu.menu-open .menu-dropdown {
    pointer-events: all;
  }
}
@media (max-width: 576px) {
  .header .header-grid {
    grid-template-columns: minmax(auto, 240px) minmax(115px, auto) 40px;
  }
  .header .header-grid .language-list .ll-separator {
    margin: 0;
  }
  .header .header-grid .language-list i {
    font-size: 24px;
  }
}

.section {
  padding-top: 5em;
  padding-bottom: 5em;
}
.section .section-title, .section .section-description {
  text-align: center;
}
.section .section-title + *:not(.section-description), .section .section-description + *:not(.section-description) {
  margin-top: 2em;
}
.section .section-description {
  margin-top: 0.8em;
}
.section .section-content {
  text-align: center;
  max-width: 120ch;
  margin: auto;
}
.section .section-content > * + * {
  margin-top: 1em;
}
.section.section--even {
  background-color: #ebebeb;
}

.section--slider,
.section--boxes {
  padding: 0;
}

.section--slider .slider-items {
  padding: 0;
}
.section--slider .slider-item {
  display: block !important;
  position: relative;
}
.section--slider .slider-item::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.34s ease;
}
.section--slider .slider-item .slider-video,
.section--slider .slider-item .slider-image {
  display: block;
  max-width: unset;
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.section--slider .slider-item .slider-video source {
  display: block;
}
.section--slider .slider-item .slider-content {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  color: #fff;
  text-align: center;
}
.section--slider .slider-item .slider-content h1, .section--slider .slider-item .slider-content .h1 {
  line-height: 1.2;
}
.section--slider .slider-item .slider-content h2, .section--slider .slider-item .slider-content .h2 {
  line-height: 1.2;
}
.section--slider .slider-item .slider-content h3, .section--slider .slider-item .slider-content .h3 {
  line-height: 1.2;
}
.section--slider .slider-item .slider-content h4, .section--slider .slider-item .slider-content .h4 {
  line-height: 1.2;
}
.section--slider .slider-item .slider-content h5, .section--slider .slider-item .slider-content .h5 {
  line-height: 1.2;
}
.section--slider .slider-item .slider-content h6, .section--slider .slider-item .slider-content .h6 {
  line-height: 1.2;
}
.section--slider .slider-item .slider-content h1, .section--slider .slider-item .slider-content .h1 {
  margin-bottom: 0.5em;
}
.section--slider .slider-item .slider-content h2, .section--slider .slider-item .slider-content .h2 {
  margin-bottom: 0.5em;
}
.section--slider .slider-item .slider-content h3, .section--slider .slider-item .slider-content .h3 {
  margin-bottom: 0.75em;
}

.boxes-grid {
  display: grid;
  padding-top: 1em;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .boxes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .boxes-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.boxes-grid .box {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  overflow: hidden;
  color: #fff;
}
.boxes-grid .box .box-image {
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
  max-height: 360px;
  position: relative;
}
.boxes-grid .box .box-image::after {
  background: rgba(33, 33, 33, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.34s ease;
}
.boxes-grid .box .box-image img {
  max-height: 100%;
  max-height: 320px;
  max-width: unset;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.boxes-grid .box .box-title {
  z-index: 2;
  grid-row: 1;
  grid-column: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: 0.66s ease;
}
.boxes-grid .box .box-content {
  text-align: center;
  z-index: 3;
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  height: 100%;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
  transition: 0.66s ease;
  transform: translateY(100%);
  padding: 1em;
}
.boxes-grid .box .box-content > * + * {
  margin-top: 1em;
}
.boxes-grid .box .box-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .boxes-grid .box .box-content {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .boxes-grid .box .box-content {
    font-size: 14px;
  }
}
.boxes-grid:not(:hover) .box-active .box-image::after {
  background: rgba(33, 33, 33, 0.75);
}
.boxes-grid:not(:hover) .box-active .box-title {
  transform: translateY(-200%);
}
.boxes-grid:not(:hover) .box-active .box-content {
  transform: none;
}
.boxes-grid .box:hover .box-image::after {
  background: rgba(33, 33, 33, 0.75);
}
.boxes-grid .box:hover .box-title {
  transform: translateY(-200%);
}
.boxes-grid .box:hover .box-content {
  transform: none;
}

.section.section--parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 7.5em 0;
}
.section.section--parallax::after {
  background: rgba(33, 33, 33, 0.8);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.34s ease;
}
.section.section--parallax .container {
  position: relative;
  z-index: 3;
}
.section.section--parallax .container h2, .section.section--parallax .container h3, .section.section--parallax .container h4 {
  max-width: 60ch;
  margin: auto;
}

.section--services {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 800px;
}

.service-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  text-align: center;
}
@media (max-width: 860px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}
.service-grid .service {
  display: flex;
  flex-flow: wrap column;
  justify-content: flex-start;
  align-items: center;
  color: #787878;
  text-decoration: none;
  transition: 0.64s ease;
}
.service-grid .service .h4 {
  color: #840b55;
}
.service-grid .service .service-icon {
  padding: 2em;
  border-radius: 50%;
  background: #840b55;
  color: #fff;
  transition: 0.64s ease;
}
.service-grid .service .service-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 48px;
  line-height: 1;
  transition: 0.64s ease;
}
.service-grid .service .service-content {
  margin-top: 2em;
}
.service-grid .service .service-content > * + * {
  margin-top: 1em;
}
.service-grid .service:hover {
  color: #212121;
}
.service-grid .service:hover .service-icon {
  background: #a5357f;
}
.service-grid .service:hover .service-icon i {
  transform: rotateY(180deg);
}

.section--blog .container {
  max-width: 1400px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}
@media (max-width: 860px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.blog-grid .blog-post {
  text-align: center;
  display: flex;
  flex-flow: nowrap column;
}
.blog-grid .blog-post .blog-image {
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 2px;
}
.blog-grid .blog-post .blog-image a {
  display: block;
}
.blog-grid .blog-post .blog-image img {
  width: 100%;
  max-width: unset;
  height: 240px;
  object-fit: cover;
  transition: 0.457s ease;
  display: block;
}
.blog-grid .blog-post .blog-content {
  flex: 1;
  display: flex;
  flex-flow: nowrap column;
  height: 100%;
}
.blog-grid .blog-post .blog-title {
  line-height: 1;
  margin-bottom: 1em;
}
.blog-grid .blog-post p {
  margin-bottom: 0;
}
.blog-grid .blog-post:hover .blog-image img {
  transform: scale(1.05);
}

.section--about {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 800px;
}

.section--contact {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1000px;
}
.section--contact .container {
  max-width: 1200px;
}

.section--partners .partner {
  overflow: hidden;
  height: 160px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.section--partners .partner img {
  margin: auto;
  transition: 0.34s ease;
  max-height: 100%;
}
.section--partners .partner:hover img {
  transform: scale(1.05);
}

.footer {
  color: #eee;
}
.footer .section--footer {
  background: #333;
}
.footer .section--copyright {
  padding: 0.5em 0;
  background: #212121;
}

.newsletter-grid {
  margin: auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: auto 120px;
  font-size: 14px;
}
.newsletter-grid label {
  grid-row: 1;
  grid-column: 1/3;
  padding-left: 6px;
  margin-bottom: 6px;
}
.newsletter-grid .form-control {
  grid-row: 2;
  grid-column: 1;
  font-size: 14px;
}
.newsletter-grid .btn {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width: 576px) {
  .newsletter-grid {
    grid-template-columns: auto;
  }
  .newsletter-grid .g-recaptcha {
    grid-row: 3;
    grid-column: 1;
  }
  .newsletter-grid .btn {
    grid-row: 4;
    grid-column: 1;
  }
}

.section--footer .container {
  max-width: 1400px;
}
.section--footer a:hover {
  color: #e0a2d4;
}
.section--footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr;
  grid-gap: 2em;
}
.section--footer .logo-cell img {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 991px) {
  .section--footer .footer-grid {
    grid-template-columns: 1fr 2fr;
  }
  .section--footer .logo-cell, .section--footer .links-cell, .section--footer .newsletter-cell {
    margin-top: 1rem;
  }
  .section--footer .logo-cell {
    grid-row: 2;
    grid-column: 1;
  }
  .section--footer .links-cell {
    grid-row: 1;
    grid-column: 1/3;
  }
  .section--footer .newsletter-cell {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (max-width: 860px) {
  .section--footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .section--footer .logo-cell {
    grid-row: 1;
    grid-column: 1;
  }
  .section--footer .links-cell {
    grid-row: 2;
    grid-column: 1;
  }
  .section--footer .newsletter-cell {
    grid-row: 3;
    grid-column: 1;
  }
}
.section--footer .h3::after {
  content: "";
  display: block;
  height: 2px;
  background: #a5357f;
  width: 120px;
  margin-top: 0.5em;
  border-radius: 2px;
}
.section--footer .quick-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
}

.section--copyright {
  font-size: 14px;
}
.section--copyright .container {
  display: flex;
  justify-content: center;
  flex-flow: wrap row;
}
.section--copyright p {
  padding: 6px 12px;
  margin-bottom: 0;
}
.section--copyright .hukot-copyright {
  white-space: nowrap;
}
.section--copyright span.sep {
  font-size: 11px;
  margin: 0 6px;
}
.section--copyright a {
  text-decoration: none;
  color: #e0a2d4;
  font-weight: 500;
}
.section--copyright a:hover {
  color: #fff;
}
@media (max-width: 540px) {
  .section--copyright .container {
    flex-flow: wrap column;
  }
  .section--copyright .hukot-copyright {
    white-space: normal;
  }
  .section--copyright span.sep {
    font-size: 0;
    display: block;
  }
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(360px, auto) auto auto;
  grid-gap: 2rem 4rem;
}
.product-list-grid .product-content-cell {
  grid-column: 1/3;
  grid-row: 1/3;
}
.product-list-grid .product-image-cell {
  grid-column: 3;
  grid-row: 1;
}
.product-list-grid .product-download-cell {
  grid-column: 3;
  grid-row: 3;
}
.product-list-grid .product-table-cell {
  grid-column: 1/3;
  grid-row: 4;
}
.product-list-grid .product-form-cell {
  grid-row: 4;
}
@media (max-width: 991px) {
  .product-list-grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .product-list-grid .product-content-cell {
    grid-column: 1;
    grid-row: 1;
  }
  .product-list-grid .product-image-cell {
    grid-column: 1;
    grid-row: 2;
  }
  .product-list-grid .product-download-cell {
    grid-column: 1;
    grid-row: 3;
  }
  .product-list-grid .product-table-cell {
    grid-column: 1;
    grid-row: 4;
  }
  .product-list-grid .product-form-cell {
    grid-column: 1;
    grid-row: 5;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: minmax(360px, auto) auto;
  grid-gap: 2rem 4rem;
}
.product-grid .product-content-cell {
  grid-column: 1/2;
  grid-row: 1/2;
}
.product-grid .product-image-cell {
  grid-column: 2;
  grid-row: 1;
}
.product-grid .product-download-cell {
  grid-column: 2;
  grid-row: 2;
}
.product-grid .product-form-cell {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 991px) {
  .product-grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .product-grid .product-content-cell {
    grid-column: 1;
    grid-row: 1;
  }
  .product-grid .product-image-cell {
    grid-column: 1;
    grid-row: 2;
  }
  .product-grid .product-download-cell {
    grid-column: 1;
    grid-row: 3;
  }
  .product-grid .product-form-cell {
    grid-column: 1;
    grid-row: 4;
  }
}

.product-image-cell .main-image {
  margin-bottom: 2rem;
}
.product-image-cell .main-image img {
  max-height: 280px;
  display: block;
  margin: auto;
}
.product-image-cell .side-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product-image-cell .side-images img {
  max-height: 60px;
}
.product-image-cell .product-images-links {
  margin-top: 2rem;
  text-align: center;
}

.product-form-title {
  margin-bottom: 2rem;
}

.form.product-form {
  background: #fafafa;
  border-radius: 2px;
  padding: 2rem 1rem;
}
.form.product-form .checkbox label {
  display: flex;
  cursor: pointer;
}
.form.product-form .checkbox label input {
  width: 32px;
}

.online-catalog .category-preview-list {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 1rem;
}
.online-catalog .category-preview-list .category-item {
  padding: 2rem 1.5rem;
  background: #F5F5F5;
  border-radius: 0.25rem;
  transition: 0.21s ease;
  margin-bottom: 2rem;
}
.online-catalog .category-preview-list .category-item img {
  height: 200px;
  width: 100%;
  object-fit: scale-down;
}
.online-catalog .category-preview-list .category-item:hover {
  color: #840b55;
  background: rgba(132, 11, 85, 0.1);
}
.online-catalog .category-product-list {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 1rem;
}
.online-catalog .product-item {
  padding: 2rem 1.5rem;
  background: #F5F5F5;
  border-radius: 0.25rem;
  transition: 0.21s ease;
}
.online-catalog .product-item .product-title {
  display: block;
  line-height: 1.24;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #840b55;
}
.online-catalog .product-item .product-head {
  margin-bottom: 2rem;
}
.online-catalog .product-item .product-image {
  margin-bottom: 3rem;
}
.online-catalog .product-item img {
  height: 200px;
  width: 100%;
  object-fit: scale-down;
  display: block;
}
.online-catalog .product-item .product-action {
  margin-bottom: 1rem;
  text-align: center;
}
.online-catalog .product-item .product-links {
  margin-bottom: 0;
  flex-flow: wrap;
  font-size: 0.875rem;
}

.online-catalog .catalog-product-detail {
  display: grid;
  grid-template-columns: 243px auto;
  gap: 2rem;
}
.online-catalog .product-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.online-catalog .product-links .product-link {
  display: block;
  padding: 0.5rem 1rem;
  background: #F5F5F5;
}
.online-catalog .product-parameters {
  grid-column: -1/1;
}
.online-catalog .product-parameters table {
  width: 100%;
}
.online-catalog .product-parameters table tr:nth-child(even) {
  background: #F5F5F5;
}
.online-catalog .product-parameters table td, .online-catalog .product-parameters table th {
  padding: 0.5rem;
  text-align: left;
}
.online-catalog .product-parameters table td {
  font-weight: 500;
}

.catalog-filter-view {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 2rem;
}
.catalog-filter-view .catalog-content {
  padding-top: 2rem;
}

.catalog-filters {
  background: #F5F5F5;
}
.catalog-filters .filter-heading, .catalog-filters .filter-content {
  padding: 0 1rem;
}
.catalog-filters .filter-heading {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 1rem;
  padding-bottom: 0;
}
.catalog-filters .filter-title {
  flex: 1;
}
.catalog-filters .filter-toggle {
  display: none;
  flex: 0 0 auto;
  padding: 1rem;
  border-left: 1px solid #E0E0E0;
}
.catalog-filters .filter-content {
  padding-block: 1rem;
  border-bottom: 1px solid #E0E0E0;
}
.catalog-filters .filter-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-filters .filter-content li {
  margin-bottom: 0.25rem;
}
.catalog-filters .filter-content label {
  display: flex;
  align-items: baseline;
  line-height: 1.24;
  margin: 0;
  padding: 0;
}
.catalog-filters .filter-content input {
  margin-right: 0.5rem;
}

.online-catalog .modal-content .form {
  background: #f5f5f5;
  border-radius: 0.25rem;
  padding-block: 1rem;
}

.modal-visible {
  overflow: hidden;
}
.modal-visible .modal-area {
  pointer-events: all;
  opacity: 1;
}
.modal-visible .modal-area .modal-window {
  transition: 0.34s ease 0.1s;
  transform: none;
}

.modal-area {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(33, 33, 33, 0.75);
  pointer-events: none;
  transition: 0.21s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-area .modal-window {
  background: #FFF;
  width: 100%;
  max-width: 860px;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: 0.21s ease;
  transform: translateY(300px);
}

.modal-window .modal-header {
  padding: 1.5rem 2rem 1rem;
}
.modal-window .modal-header h5 {
  color: #840b55;
}
.modal-window .modal-header .btn-close {
  float: right;
  padding: 0.5rem 0.75rem;
  border-color: #e0e0e0;
  color: #333;
}
.modal-window .modal-content {
  padding: 0.5rem 2rem 1.5rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.section--breadcrumb {
  background: hsl(0, 0%, 96%);
  padding: 0;
}
.section--breadcrumb .container {
  max-width: 1600px;
}

.breadcrumb {
  display: flex;
}
.breadcrumb .fa, .breadcrumb .fas, .breadcrumb .far, .breadcrumb .fab {
  line-height: inherit;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 0.75em;
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  padding: 0.75em 0;
  font-size: 14px;
}
.breadcrumb a:hover {
  color: #840b55;
}
.breadcrumb a:not([href]) {
  color: #777;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 1.25em;
  border: 1px solid;
  border-radius: 2px;
}
.btn * + .fas, .btn .fas + * {
  padding-left: 6px;
}
.btn .btn-text {
  line-height: 1;
}
.btn.btn-primary {
  background: #840b55;
  border-color: rgb(108.4615384615, 9.0384615385, 69.8426573427);
  color: #fff;
}
.btn.btn-primary:hover {
  background: rgb(84.9230769231, 7.0769230769, 54.6853146853);
  border-color: rgb(61.3846153846, 5.1153846154, 39.527972028);
}
.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.form {
  border-radius: 2px;
}
.form .form-group {
  padding: 0 1em;
}
.form .form-group .alert {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form .form-group label {
  display: block;
  text-align: left;
}
.form .form-group input, .form .form-group select, .form .form-group textarea {
  display: block;
  width: 100%;
}
.form .form-group + .form-group {
  margin-top: 1.2em;
}

label {
  font-weight: 500;
  font-size: 14px;
  padding-left: 6px;
  margin-bottom: 6px;
}
label[for] {
  cursor: pointer;
}

.form-control {
  font-size: 16px;
  padding: 0.75em 1.25em;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  min-width: 1px;
  margin: 0;
}
.form-control:focus {
  background: #f3f3f3;
}

.btn-submit {
  width: 100%;
}

.form-control-wrapper {
  position: relative;
}
.form-control-wrapper .control-icon {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0.75em 0.9em;
  transform: translateY(-50%);
  color: #840b55;
  opacity: 0.4;
}
.form-control-wrapper .form-control {
  padding-left: 2.25em;
}

.paginator {
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
.paginator .paginator-group {
  display: flex;
}
.paginator .paginator-group + .paginator-group {
  margin-left: 1em;
}
.paginator .p, .paginator .separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
.paginator .separator {
  user-select: none;
}
.paginator .p {
  background: hsl(0, 0%, 96%);
}
.paginator .p:hover {
  background: hsl(0, 0%, 90%);
}
.paginator .p.active {
  background: #840b55;
  color: #fff;
}
.paginator .p.active:hover {
  background: rgb(108.4615384615, 9.0384615385, 69.8426573427);
}
.paginator .p.disabled {
  background: hsl(0, 0%, 96%);
  cursor: not-allowed;
}

.contact-info ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 0 1em;
  font-size: 14px;
  margin-bottom: 1.5em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .contact-info ul {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 576px) {
  .contact-info ul {
    grid-template-columns: repeat(1, auto);
  }
}
.contact-info li .fa, .contact-info li .fas, .contact-info li .far, .contact-info li .fab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #840b55;
  transform: rotate(-45deg);
  transition: 0.34s ease;
}
.contact-info li .fa::before, .contact-info li .fas::before, .contact-info li .far::before, .contact-info li .fab::before {
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.34s ease;
}
@media (max-width: 1200px) {
  .contact-info li .fa, .contact-info li .fas, .contact-info li .far, .contact-info li .fab {
    width: 36px;
    height: 36px;
  }
}
.contact-info li a, .contact-info li span {
  display: flex;
  align-items: center;
  padding: 0.32rem 1rem;
  padding-right: 0.32rem;
  line-height: 1.32;
}
.contact-info li a {
  font-weight: 500;
  color: #840b55;
  min-height: 80px;
}
.contact-info li a:hover {
  color: rgb(84.9230769231, 7.0769230769, 54.6853146853);
}
.contact-info li a:hover .fa, .contact-info li a:hover .fas, .contact-info li a:hover .far, .contact-info li a:hover .fab {
  transform: rotate(45deg);
}
.contact-info li a:hover .fa::before, .contact-info li a:hover .fas::before, .contact-info li a:hover .far::before, .contact-info li a:hover .fab::before {
  transform: rotate(-45deg);
}
.contact-info li:nth-child(2n) .fa, .contact-info li:nth-child(2n) .fas, .contact-info li:nth-child(2n) .far, .contact-info li:nth-child(2n) .fab {
  background: #a5357f;
}
.contact-info.info-in-column li {
  text-align: center;
}
.contact-info.info-in-column li a {
  flex-flow: wrap column;
  padding: 1.5rem;
}
.contact-info.info-in-column li span {
  margin: 0;
  margin-top: 1em;
}
.contact-info.single-boxes ul {
  background: transparent;
  border: none;
  border-radius: 0;
  grid-gap: 1em;
  margin-bottom: 0;
}
.contact-info.single-boxes li {
  background: #fff;
  border: 1px solid #ddd;
}
.contact-info.single-boxes .fa, .contact-info.single-boxes .fas, .contact-info.single-boxes .far, .contact-info.single-boxes .fab {
  font-size: 1.1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2em;
}
.page--contact .contact-grid {
  grid-gap: 2em 1em;
}
.contact-grid .info-cell {
  grid-column: 1/3;
}
.contact-grid .form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2.5em 0;
}
.contact-grid .form p {
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .contact-grid {
    grid-template-columns: 2.25fr 1fr;
  }
}
@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .page--contact .contact-grid {
    grid-template-columns: 1fr;
  }
  .page--contact .contact-grid .info-cell {
    grid-row: 1;
    grid-column: 1;
  }
  .page--contact .contact-grid .detail-cell {
    grid-row: 2;
    grid-column: 1;
  }
  .page--contact .contact-grid .form-cell {
    grid-row: 3;
    grid-column: 1;
  }
  .page--contact .contact-grid iframe {
    min-height: 240px;
  }
}

.detail-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.detail-list ul li {
  border-top: 1px solid #ddd;
  padding: 0.3em;
}
.detail-list a {
  display: flex;
}
.detail-list a:hover {
  color: #840b55;
}
.detail-list .map-iframe {
  margin-top: 1em;
}

.contact-list-wrapper {
  display: flex;
  flex-flow: wrap row;
  margin-left: -1rem;
  margin-right: -1rem;
}
.contact-list-wrapper .contact-list-group {
  flex: 1 1 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.contact-list-wrapper .contact-list-group:nth-child(-n+2) {
  flex-basis: 50%;
}
.contact-list-wrapper .contact-list-group:nth-child(-n+2) .contact-list {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 860px) {
  .contact-list-wrapper .contact-list-group:nth-child(-n+2) .contact-list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 576px) {
  .contact-list-wrapper .contact-list-group:nth-child(-n+2) {
    flex: 100%;
  }
  .contact-list-wrapper .contact-list-group:nth-child(-n+2) .contact-list {
    grid-template-columns: 100%;
  }
}

.contact-list {
  margin-top: 1em;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}
@media (max-width: 991px) {
  .contact-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .contact-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .contact-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-list .contact {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  text-align: center;
  border: 1px solid hsl(0, 0%, 90%);
  padding: 2em 1em;
  border-radius: 2px;
  background: #fff;
}
.contact-list .contact .contact-image {
  margin-top: 1em;
  margin-bottom: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 72px;
  position: relative;
  position: relative;
}
.contact-list .contact .contact-image::after {
  background: #840b55;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.34s ease;
}
.contact-list .contact .contact-image::after {
  transform: rotate(-45deg);
}
.contact-list .contact .contact-initials {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.contact-list .contact small {
  color: #787878;
  font-size: 14px;
}
.contact-list .contact .contact-info {
  margin-top: 0.75em;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
}
.contact-list .contact .contact-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  margin: 0 0.25em;
  background: #840b55;
  color: #fff;
}
.contact-list .contact .contact-info a .fa, .contact-list .contact .contact-info a .fas, .contact-list .contact .contact-info a .far, .contact-list .contact .contact-info a .fab {
  margin: 0;
}
.contact-list .contact .contact-info a:hover {
  background: rgb(84.9230769231, 7.0769230769, 54.6853146853);
}
.contact-list .contact:hover {
  background: hsl(0, 0%, 97%);
}
.contact-list .contact:nth-child(even) .contact-image::after {
  background: #a5357f;
}

.section--catalog .container {
  max-width: 1400px;
}
.section--catalog .section-title, .section--catalog .section-description {
  text-align: left;
}

.catalog-table {
  margin-top: 4rem;
}
.catalog-table .product-title {
  font-weight: 500;
  color: #212121;
}
.catalog-table .catalog-actions {
  white-space: nowrap;
  width: 20px;
  text-align: right;
}

.tooltip {
  position: relative;
}
.tooltip .tooltip-hover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translate(-50%);
  min-width: 160px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  text-align: center;
  background: #840b55;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
  border-radius: 2px;
}
.tooltip .tooltip-hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background: transparent;
  display: block;
}
.tooltip:hover .tooltip-hover {
  opacity: 1;
  pointer-events: all;
  user-select: all;
}

.section--page .container {
  max-width: 1400px;
}
.section--page h1, .section--page .h1 {
  color: #840b55;
}
.section--page .register-letters {
  display: flex;
  flex-flow: wrap row;
  list-style: none !important;
  padding: 0;
}
.section--page .register-letters li a {
  display: flex;
  place-items: center;
  padding: 0.5rem;
  line-height: 1;
  margin: 0.25rem;
  background: #f3f3f3;
}
.section--page .register-letters li a:hover {
  background: #840b55;
  color: #fff;
}

/*# sourceMappingURL=app.css.map */
