@charset "UTF-8";
/* PRIMARY COLORS */
/* SECONDARY COLORS */
/*
 * Remove below if autoprefixer get's enabled.
 */
/*
 * Remove below if autoprefixer get's enabled.
 */
.package__table .courses h2 {
  margin-bottom: 2rem !important;
}
.package__table .courses table {
  margin-bottom: 4rem !important;
}
.package__table.--table-display__filter .dataTables_wrapper .dataTables_filter input[type=search] {
  float: none;
  width: 100%;
}
.package__table:not(.--table-display__search) .dataTables_wrapper .dataTables_filter input[type=search] {
  display: none !important;
}

.table__filters-aggregate {
  margin-bottom: 4rem;
}
.table__filters-aggregate ::-webkit-input-placeholder {
  color: #666666 !important;
}
.table__filters-aggregate ::-moz-placeholder {
  color: #666666 !important;
}
.table__filters-aggregate ::-ms-placeholder {
  color: #666666 !important;
}
.table__filters-aggregate ::-moz-placeholder {
  color: #666666 !important;
}
.table__filters-aggregate ::placeholder {
  color: #666666 !important;
}
.table__filters-aggregate input[type=search],
.table__filters-aggregate .selectize-input,
.table__filters-aggregate .selectize-dropdown {
  border: 0.1rem solid #dad7d1 !important;
}
.table__filters-aggregate input[name=search] {
  font-size: 1.4rem;
  width: 100%;
  padding: 1rem;
}
.table__filters-aggregate .--grid {
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 740px) {
  .table__filters-aggregate .--grid {
    gap: 0;
    flex-direction: column;
    -moz-flex-direction: column;
  }
}
.table__filters-aggregate .--grid, .table__filters-aggregate .--grid > div {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
}
.table__filters-aggregate .--grid label {
  font-family: var(--font__site--sans);
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
  padding: 0;
  display: block;
}
.table__filters-aggregate .--grid .selectize-dropdown-content .option {
  padding: 1rem !important;
}

table.nowrap {
  white-space: unset;
}
table.dataTable {
  clear: both;
  margin: 0.5em 0 2rem !important;
  max-width: none !important;
  width: 100%;
}
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  right: 1rem;
  line-height: 0.9rem;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  color: #bca685;
  opacity: 0.5;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  top: 0.25rem;
  content: "▲";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 1.25rem;
  content: "▼";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  color: #a41e35;
  opacity: 1;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable > tbody > tr:not(.child) {
  background-color: #f2eee8;
}
table.dataTable > tbody > tr:not(.child).even > .sorting_1 {
  background-color: rgba(var(--color__eggshell--rgb), 0.35);
}
table.dataTable > tbody > tr:not(.child).odd > .sorting_1 {
  background-color: rgba(var(--color__eggshell--rgb-dark), 0.25);
}
table.dataTable > tbody > tr:not(.child):nth-child(2n) {
  background-color: white;
}
table.dataTable > tbody > tr:not(.child).child table.dataTable > tbody > tr:not(.child).selected a {
  color: #090a0b;
}
table.dataTable td.placeholder {
  text-align: center;
  color: #bca685;
  vertical-align: middle;
}

.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 2rem;
}
.dataTables_wrapper .dataTables_filter label {
  font-family: var(--font__site--sans);
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
  padding: 0;
  display: block;
}
.dataTables_wrapper .dataTables_filter input[type=search],
.dataTables_wrapper .dataTables_filter .selectize-input,
.dataTables_wrapper .dataTables_filter .selectize-dropdown {
  border: 0.1rem solid #dad7d1 !important;
}
.dataTables_wrapper .dataTables_filter input[type=search],
.dataTables_wrapper .dataTables_filter .selectize-input {
  height: 5rem;
  border: 0.1rem solid;
  border-radius: 0.25rem;
}
.dataTables_wrapper .dataTables_filter input[type=search],
.dataTables_wrapper .dataTables_filter .selectize-input [data-value] {
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: left;
}
.dataTables_wrapper .dataTables_filter .selectize-input [data-value="-1"] {
  color: #666666 !important;
}
.dataTables_wrapper .dataTables_filter ::-webkit-input-placeholder {
  color: #666666 !important;
}
.dataTables_wrapper .dataTables_filter ::-moz-placeholder {
  color: #666666 !important;
}
.dataTables_wrapper .dataTables_filter ::-ms-placeholder {
  color: #666666 !important;
}
.dataTables_wrapper .dataTables_filter ::-moz-placeholder {
  color: #666666 !important;
}
.dataTables_wrapper .dataTables_filter ::placeholder {
  color: #666666 !important;
}
.dataTables_wrapper .dataTables_filter .dataTables_filter_custom.--grid {
  gap: 1.5rem;
  margin: 0;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
}
.dataTables_wrapper .dataTables_filter .dataTables_filter_custom.--grid, .dataTables_wrapper .dataTables_filter .dataTables_filter_custom.--grid > li {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
}
.dataTables_wrapper .dataTables_filter .selectize-input {
  padding-top: 0.65rem;
}
.dataTables_wrapper .dataTables_filter .selectize-dropdown .option[data-value] {
  padding: 1rem 1.15rem 1.25rem;
}
.dataTables_wrapper .dataTables_filter input[type=search] {
  display: inline-block !important;
  width: 33%;
  float: right;
  margin-bottom: 1rem;
  padding: 0.1rem 0.75rem;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 1rem;
  width: 100%;
  background-color: #f2eee8;
  padding: 1rem;
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
}
.dataTables_wrapper .dataTables_paginate:not(.next):not(.previous) span {
  display: flex;
  gap: 1rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 3rem;
  text-align: center;
  height: 3rem;
  text-align: center;
  color: #a41e35;
  font-size: 1.4rem;
  font-family: var(--font__site--sans);
  font-weight: bold;
  border-radius: 0.1rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: white;
  background-color: #a41e35;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.next):not(.previous), .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #222222;
  background-color: #dad7d1;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  line-height: 2.2652rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next span, .dataTables_wrapper .dataTables_paginate .paginate_button.previous span {
  color: #a41e35;
  font-size: 1.4rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next span i, .dataTables_wrapper .dataTables_paginate .paginate_button.previous span i {
  color: #a41e35;
  transition: transform 220ms;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover span, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover span {
  color: #222222;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover span i, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover span i {
  color: #222222;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover span i {
  transform: translateX(30%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover span i {
  transform: translateX(-30%);
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter {
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter input[type=search] {
    text-align: left;
    padding-left: 1rem;
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    justify-content: center;
  }
  .dataTables_wrapper .dataTables_paginate:not(.next):not(.previous) span {
    gap: 0.45rem;
  }
}

Scrolling div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
}

.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dataTables_scrollBody table tbody tr:first-child th,
.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

.dataTables_scrollBody table.dataTable thead > tr > th:before, .dataTables_scrollBody table.dataTable thead > tr > th:after,
.dataTables_scrollBody table.dataTable thead > tr > td:before,
.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .dtr-modal .dtr-modal-display {
    width: 95%;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 4.5rem;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 1.25rem;
  height: 1.75rem;
  width: 1.75rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  display: block;
  position: absolute;
  color: white;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-size: 1.75rem;
  line-height: 1.5rem;
  content: "+";
  background-color: #a41e35;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 2.7rem;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4rem;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 1.4rem;
  line-height: 1.4rem;
  text-indent: 3rem;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-size: 1.75rem;
  line-height: 1.5rem;
  content: "+";
  background-color: #a41e35;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 0.1rem solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 7.5rem;
  font-weight: bold;
}

.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10rem 1rem;
}
.dtr-modal .dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 0.1rem solid black;
  border-radius: 0.5rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.6);
}
.dtr-modal .dtr-modal-content {
  position: relative;
  padding: 1em;
}
.dtr-modal .dtr-modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
  z-index: 12;
}
.dtr-modal .dtr-modal-close:hover {
  background-color: #eaeaea;
}
.dtr-modal .dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}