@charset "UTF-8";
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

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: 26px;
}
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;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.9em;
}
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 {
  bottom: 50%;
  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: 50%;
  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 {
  opacity: 0.6;
}
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;
}

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

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
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,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
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 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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}
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 rgba(0, 0, 0, 0.15);
}
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 rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
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 > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
}
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 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
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 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
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,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
}
.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;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.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 {
  -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 rgba(0, 0, 0, 0.3);
}
.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;
  }
}

@charset "UTF-8";
:root {
  --clr-primary-400: white;
  --clr-secondary-400: #07112c;
  --clr-orange-400: #f59700;
  --clr-violet-400: #9e30f3;
  --clr-notification-success: #00a800;
  --clr-notification-warning: #ff7b00;
  --clr-notification-error: red;
  --bg-primary-300: #0d1835;
  --bg-primary-400: #07112c;
  --bg-secondary-400: #212121;
  --bg-tertiary-400: var(--grd-primary-400);
  --grd-primary-400: linear-gradient(
    270deg,
    var(--clr-orange-400) 1.73%,
    var(--clr-violet-400) 96.01%
  );
  --grd-primary-900: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)
  );
  --clr-neutral-100: white;
  --clr-neutral-400: #ededed;
  --clr-neutral-450: #e0e0e0;
  --clr-neutral-500: gray;
  --clr-neutral-600: #666666;
  --clr-neutral-800: #212121;
  --clr-neutral-900: black;
  --clr-full-transparent: rgba(0, 0, 0, 0);
  --clr-neutral-trans-100: rgba(255, 255, 255, 0.1);
  --clr-neutral-trans-300: rgba(255, 255, 255, 0.3);
  --clr-neutral-trans-400: rgba(255, 255, 255, 0.5);
  --clr-neutral-trans-500: rgba(128, 128, 128, 0.5);
  --clr-neutral-trans-900: rgba(0, 0, 0, 0.5);
  --bg-primary-trans-400: rgba(7, 17, 44, 0.95);
  --ff-primary: "proxima-nova", sans-serif;
  --ff-body: var(--ff-primary);
  --ff-heading: var(--ff-primary);
  --fw-thin: 100;
  --fw-medium: 300;
  --fw-regular: 400;
  --fw-semi-bold: 500;
  --fw-bold: 700;
  --fw-extra-bold: 800;
  --fw-black: 900;
  --fs-100: 0.5rem;
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-450: 1.125rem;
  --fs-500: 1.25rem;
  --fs-550: 1.5rem;
  --fs-600: 1.875rem;
  --fs-700: 2.5rem;
  --fs-800: 3.125rem;
  --fs-900: 4.375rem;
  --lh-300: 1;
  --lh-400: 1.2;
  --lh-500: 1.4;
  --lh-600: 1.5;
  --fs-nav-panel-item-text: var(--fs-300);
  --fs-body: var(--fs-450);
  --fs-main-nav: var(--fs-400);
  --fs-nav-panel-item-title: var(--fs-500);
  --fs-nav-panel-col-title: var(--fs-600);
  --fs-nav-panel-title: var(--fs-800);
  --fs-footer-text: var(--fs-300);
  --fs-social-list: var(--fs-600);
  --header-height: 6.125rem;
  --bredcrumbs-height: 3.125rem;
  --side-wrapper-padding: 1vw;
  --input-field-height: 2.6rem;
  --dull-border-radius-100: 3px;
  --dull-border-radius-300: 0.5rem;
  --dull-border-radius-400: 0.875rem;
  --dull-border-radius-500: 1rem;
  --dull-border-radius-900: 3rem;
  --global-content-edge-padding: calc(var(--side-wrapper-padding) + 1rem);
}

@media (min-width: 640px) {
  :root {
    --side-wrapper-padding: 2vw;
  }
}
@media (min-width: 768px) {
  :root {
    --side-wrapper-padding: 3vw;
  }
}
@media (min-width: 1024px) {
  :root {
    --header-height: 12rem;
    --side-wrapper-padding: 5vw;
  }
}
@media (min-width: 1280px) {
  :root {
    --header-height: 6.125rem;
    --side-wrapper-padding: 7vw;
  }
}
/** Z-INDEX */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.Pagination .Pagination__Pages .prev::after,
.Pagination .Pagination__Pages .next::after,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.Pagination .Pagination__Pages .fa-pull-left.prev::after,
.Pagination .Pagination__Pages .fa-pull-left.next::after,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.Pagination .Pagination__Pages .fa-pull-right.prev::after,
.Pagination .Pagination__Pages .fa-pull-right.next::after,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-conditioner:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

.fa-alien-monster:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-bed-alt:before {
  content: "";
}

.fa-bed-bunk:before {
  content: "";
}

.fa-bed-empty:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-on:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blinds:before {
  content: "";
}

.fa-blinds-open:before {
  content: "";
}

.fa-blinds-raised:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caravan-alt:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cat-space:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-pot:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comet:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-music:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fan-table:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-faucet-drip:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-download:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "";
}

.fa-garage-car:before {
  content: "";
}

.fa-garage-open:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-heat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "";
}

.fa-house-night:before {
  content: "";
}

.fa-house-return:before {
  content: "";
}

.fa-house-signal:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "";
}

.fa-lamp-floor:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-light-ceiling:before {
  content: "";
}

.fa-light-switch:before {
  content: "";
}

.fa-light-switch-off:before {
  content: "";
}

.fa-light-switch-on:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "";
}

.fa-oven:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-planet-moon:before {
  content: "";
}

.fa-planet-ringed:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "";
}

.fa-portal-exit:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-refrigerator:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "";
}

.fa-sensor-alert:before {
  content: "";
}

.fa-sensor-fire:before {
  content: "";
}

.fa-sensor-on:before {
  content: "";
}

.fa-sensor-smoke:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-siren:before {
  content: "";
}

.fa-siren-on:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "";
}

.fa-sort-circle-down:before {
  content: "";
}

.fa-sort-circle-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "";
}

.fa-space-station-moon-alt:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "";
}

.fa-starfighter:before {
  content: "";
}

.fa-starfighter-alt:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "";
}

.fa-starship-freighter:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "";
}

.fa-sword-laser-alt:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "";
}

.fa-temperature-down:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "";
}

.fa-transporter-1:before {
  content: "";
}

.fa-transporter-2:before {
  content: "";
}

.fa-transporter-3:before {
  content: "";
}

.fa-transporter-empty:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "";
}

.fa-ufo-beam:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "";
}

.fa-user-visor:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "";
}

.fa-vacuum-robot:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "";
}

.fa-window-frame-open:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far, .Pagination .Pagination__Pages .prev::after,
.Pagination .Pagination__Pages .next::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 100%;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 200%;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 200%;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 200%;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 200%;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 200%;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 200%;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-20%, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-20%, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(20%, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(20%, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-20%, -25%, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-20%, 25%, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(20%, -25%, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(20%, 25%, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -200%;
  top: -200%;
  transform: translate3d(200%, 200%, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -200%;
  top: -200%;
  transform: translate3d(-200%, 200%, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -200%;
  top: 200%;
  transform: translate3d(200%, -200%, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -200%;
  top: 200%;
  transform: translate3d(-200%, -200%, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-14.2857142857%, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(14.2857142857%, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/** Import theme styles */
/*   S T R I N G S   */
/*   N U M B E R S   */
/* MEDIA QUERIES */
/* RESPONSIVE FONT SIZE */
/* COLOR MAPS */
/* Z-INDEX */
/* BEM WRAPPER */
/* VENDOR PREFIXES */
/* BUTTONS */
.transform-center, .Icon[data-bordered] svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.Button, .hbspt-form .hs-button, button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

.container-wrapper {
  width: 100%;
  max-width: calc(100% - (var(--side-wrapper-padding) * 2));
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
@media (min-width: 1800px) {
  .container-wrapper {
    --side-wrapper-padding: 9vw;
  }
}

.block-section-wrapper, .wp-block-columns.is-style-jmp-columns {
  width: 100%;
  padding: 0 calc(var(--side-wrapper-padding) + 1rem);
}

.block-section-wrapper-narrow, .wp-block-columns.is-style-jmp-columns.is-style-jmp-columns-narrow {
  padding: 0 calc(var(--side-wrapper-padding) + 1rem);
}
@media (min-width: 768px) {
  .block-section-wrapper-narrow, .wp-block-columns.is-style-jmp-columns.is-style-jmp-columns-narrow {
    padding: 0 calc(var(--side-wrapper-padding) + 6rem);
  }
}
@media (min-width: 1280px) {
  .block-section-wrapper-narrow, .wp-block-columns.is-style-jmp-columns.is-style-jmp-columns-narrow {
    padding: 0 calc(var(--side-wrapper-padding) + 12rem);
  }
}

.first-and-last-child-no-margin:first-child, .Card--Wide .Card__Content > :first-child, .Card .Card__Content > :first-child {
  margin-top: 0;
}
.first-and-last-child-no-margin:last-child, .Card--Wide .Card__Content > :last-child, .Card .Card__Content > :last-child {
  margin-bottom: 0;
}

.checkmark-list > * + *, .Swiper--ModalSlider .Swiper__ModalContent ul > * + *, .CheckmarkList > * + * {
  margin-top: 1.2rem;
}
.checkmark-list > li, .Swiper--ModalSlider .Swiper__ModalContent ul > li, .CheckmarkList > li {
  font-size: var(--fs-500);
  align-items: flex-start;
  padding-left: calc(1.8rem + 0.7rem);
  position: relative;
}
.checkmark-list > li::before, .Swiper--ModalSlider .Swiper__ModalContent ul > li::before, .CheckmarkList > li::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/svg/circle-checkmark.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -0.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.checkmark-list > li p, .Swiper--ModalSlider .Swiper__ModalContent ul > li p, .CheckmarkList > li p {
  margin: 0;
}
.checkmark-list ul, .Swiper--ModalSlider .Swiper__ModalContent ul ul, .CheckmarkList ul {
  padding-top: 1rem;
}
.checkmark-list ul > * + *, .Swiper--ModalSlider .Swiper__ModalContent ul ul > * + *, .CheckmarkList ul > * + * {
  margin-top: 0.8rem;
}
.checkmark-list ul li, .Swiper--ModalSlider .Swiper__ModalContent ul ul li, .CheckmarkList ul li {
  padding-left: calc(1.8rem + 0.3rem);
}
.checkmark-list ul li::before, .Swiper--ModalSlider .Swiper__ModalContent ul ul li::before, .CheckmarkList ul li::before {
  background-size: 50%;
}

html {
  min-height: -webkit-fill-available;
  scroll-behavior: smooth;
  font-family: var(--ff-primary);
  font-weight: var(--fw-regular);
}

body:not(.wp-admin) {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
  background-color: var(--bg-primary-400);
  color: var(--clr-neutral-100);
}

main#main {
  min-height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  overflow-x: hidden;
}
.error404 main#main {
  min-height: calc((var(--vh, 1vh) * 100) - var(--header-height) - var(--bredcrumbs-height) - 12rem);
  display: flex;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .error404 main#main {
    min-height: calc((var(--vh, 1vh) * 100) - var(--header-height) - var(--bredcrumbs-height) - 8rem);
  }
}

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

*,
*::before,
*::after,
*::selection,
*::-moz-selection,
*::-webkit-selection,
*::-ms-selection,
*::-o-selection {
  margin: 0;
  padding: 0;
  color: var(--clr-neutral-100);
  background-color: var(--bg-primary-400);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

ul[class]:not([class="has-white-color has-text-color"]) {
  padding: 0;
  margin: 0;
}
ul[class]:not([class="has-white-color has-text-color"]) li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not(.Button, .Card, [href="#"], .page-numbers, .wpc-open-close-filters-button, .paginate_button):hover, a:not(.Button, .Card, [href="#"], .page-numbers, .wpc-open-close-filters-button, .paginate_button):focus {
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

input {
  border: none;
}
input:focus {
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: clamp(var(--fs-700), 5vw + 1rem, var(--fs-900));
}

h2 {
  font-size: clamp(var(--fs-600), 3vw + 1rem, var(--fs-800));
}

h3 {
  font-size: clamp(var(--fs-550), 2vw + 1rem, var(--fs-700));
}

h4 {
  font-size: clamp(var(--fs-500), 1vw + 1rem, var(--fs-600));
}

h5 {
  font-size: var(--fs-500);
}

h6 {
  font-size: var(--fs-400);
}

p {
  font-size: var(--fs-450);
  line-height: var(--lh-400);
}

p a,
ul a,
ol a {
  font-weight: var(--fw-bold);
}
p a:not([class]),
ul a:not([class]),
ol a:not([class]) {
  color: var(--clr-orange-400);
}

@media (max-width: 782px) {
  h5 {
    font-size: var(--fs-400);
  }

  h6, p {
    font-size: var(--fs-300);
  }
}
.fade-in-left {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Import Elements */
[data-mode=layer] {
  position: relative;
}
[data-mode=layer] [data-layer-background] {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-mode=layer] [data-layer-foreground] {
  z-index: 1;
}

.wp-block-columns.is-style-jmp-columns {
  margin: 0;
}
.wp-block-columns.is-style-jmp-columns.is-style-jmp-columns-narrow p {
  font-size: var(--fs-500);
}

.wp-block-image.is-style-rounded img {
  border-radius: var(--dull-border-radius-300);
}

.wp-block-cover-image--PaddingNone, .wp-block-cover--PaddingNone {
  padding: 0;
}

.bubbleBlur {
  position: relative;
  overflow: hidden;
}
.bubbleBlur:before {
  max-width: 30vw;
  max-height: 50vh;
  content: "";
  position: absolute;
  background: var(--grd-primary-400);
  opacity: 0.5;
  filter: blur(40px);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 40%;
}
.bubbleBlur--TopLeft:before {
  animation: rotate-center-topleft 25s cubic-bezier(0.37, 0.4, 1, 1) infinite both;
  top: 0;
  left: 0;
}
@keyframes rotate-center-topleft {
  0% {
    transform: translate(-30%, -30%) rotate(0);
  }
  100% {
    transform: translate(-30%, -30%) rotate(360deg);
  }
}
.bubbleBlur--TopRight:before {
  animation: rotate-center-topright 25s cubic-bezier(0.37, 0.4, 1, 1) infinite both;
  top: 0;
  right: 0;
}
@keyframes rotate-center-topright {
  0% {
    transform: translate(30%, -30%) rotate(0);
  }
  100% {
    transform: translate(30%, -30%) rotate(360deg);
  }
}
.bubbleBlur--BottomLeft:before {
  animation: rotate-center-bottomleft 25s cubic-bezier(0.37, 0.4, 1, 1) infinite both;
  bottom: 0;
  left: 0;
}
@keyframes rotate-center-bottomleft {
  0% {
    transform: translate(-30%, 30%) rotate(0);
  }
  100% {
    transform: translate(-30%, 30%) rotate(360deg);
  }
}
.bubbleBlur--BottomRight:before {
  animation: rotate-center-bottomright 25s cubic-bezier(0.37, 0.4, 1, 1) infinite both;
  bottom: 0;
  right: 0;
}
@keyframes rotate-center-bottomright {
  0% {
    transform: translate(30%, 30%) rotate(0);
  }
  100% {
    transform: translate(30%, 30%) rotate(360deg);
  }
}

.bubbleBlurHalfRow {
  position: relative;
  overflow: hidden;
}
.bubbleBlurHalfRow:before {
  content: "";
  position: absolute;
  background: var(--grd-primary-400);
  opacity: 0.5;
  border-radius: 50%;
  filter: blur(40px);
  width: 50%;
  height: 45%;
  z-index: 1;
  animation: pulsate-fwd 3s ease-in-out infinite both;
}
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bubbleBlurHalfRow--TopLeft:before {
  top: -10%;
  left: -20%;
}
.bubbleBlurHalfRow--TopRight:before {
  top: -10%;
  right: -20%;
}
.bubbleBlurHalfRow--BottomLeft:before {
  bottom: 45%;
  left: -20%;
}
.bubbleBlurHalfRow--BottomRight:before {
  bottom: 45%;
  right: -20%;
}

.wp-block-image.is-style-jmp-image {
  margin: 0;
}

.wp-block-media-text.is-style-jmp-media-text .wp-block-media-text__content {
  padding: 6rem calc(var(--side-wrapper-padding) + 1rem) 6rem 8%;
}
.wp-block-media-text.is-style-jmp-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 6rem 8% 6rem calc(var(--side-wrapper-padding) + 1rem);
}
.wp-block-media-text.is-style-jmp-media-text .wp-block-media-text__media {
  height: 100%;
}
.wp-block-media-text.is-style-jmp-media-text .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-editor-block-list__block.is-style-jmp-media-text .wp-block-media-text__content h1, .block-editor-block-list__block.is-style-jmp-media-text .wp-block-media-text__content h2, .block-editor-block-list__block.is-style-jmp-media-text .wp-block-media-text__content p, .block-editor-block-list__block.is-style-jmp-media-text .wp-block-media-text__content ul {
  opacity: 1;
}

mark.has-violet-to-orange-color {
  padding-right: 5px;
}

.has-violet-to-orange-gradient-background,
.has-violet-to-orange-background-color {
  background: var(--grd-primary-400);
}

.has-white-background-color {
  background-color: var(--clr-neutral-100);
}

.has-blue-color {
  color: var(--bg-primary-400);
}

.has-transparent-color {
  color: var(--clr-full-transparent);
}

.has-violet-to-orange-color {
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-overlay-half-bottom {
  position: relative;
}
.gradient-overlay-half-bottom::before {
  position: absolute;
  background: var(--grd-primary-400);
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
}

.gradient-overlay-half-top {
  position: relative;
}
.gradient-overlay-half-top::before {
  position: absolute;
  background: var(--grd-primary-400);
  left: 0;
  width: 100%;
  height: 50%;
  top: 0;
}

.kb-count-up-process.kb-count-up-number {
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table::-webkit-scrollbar {
  height: 6px;
}
.wp-block-table::-webkit-scrollbar-track {
  background: var(--clr-neutral-trans-400);
}
.wp-block-table::-webkit-scrollbar-thumb {
  background: var(--grd-primary-400);
}
.wp-block-table table {
  width: 100%;
  text-align: center;
}
.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid var(--clr-neutral-100);
  padding: 0.5rem 0.8rem;
}
.wp-block-table table thead {
  background: var(--clr-neutral-100);
  color: var(--bg-primary-400);
}
.wp-block-table table thead th {
  font-weight: var(--fw-bold);
  border-left: 2px solid var(--bg-primary-400);
}
.wp-block-table table thead th:first-child {
  border-left: none;
}
.wp-block-table#cookie-table table td:nth-child(3),
.wp-block-table#cookie-table table th:nth-child(3) {
  min-width: 30rem;
}

@media (max-width: 881px) {
  .wp-block-media-text.is-style-jmp-columns.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text.is-style-jmp-columns.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }

  .wp-block-media-text.is-style-jmp-columns.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }

  .wp-block-columns.is-style-jmp-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-jmp-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-style-jmp-media-text .wp-block-media-text__content {
    padding: 4rem calc(var(--side-wrapper-padding) + 1rem) 4rem 8%;
  }
  .wp-block-media-text.is-style-jmp-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 8% 4rem calc(var(--side-wrapper-padding) + 1rem);
  }
  .wp-block-media-text.column-reverse--Mobile {
    flex-direction: column-reverse;
  }
  .wp-block-media-text.column-reverse--Mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.column-reverse--Mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 783px) {
  .wp-block-columns .img-narrow-desktop {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 1536px) {
  .wp-block-columns .img-narrow-desktop {
    max-width: 65%;
  }
}
.hbspt-form .hs-fieldtype-text .input,
.hbspt-form .hs-area_of_interest .input,
.hbspt-form .hs_area_of_interest_sito .input,
.hbspt-form .hs_area_di_interesse .input,
.hbspt-form .hs_area_di_interesse_sito .input,
.hbspt-form .hs-fieldtype-textarea .input,
.hbspt-form .hs-fieldtype-phonenumber .input {
  position: relative;
  background: var(--grd-primary-400);
  padding: 2px;
  display: inline-block;
  border-radius: var(--dull-border-radius-300);
}
.hbspt-form .hs-fieldtype-text .input *,
.hbspt-form .hs-area_of_interest .input *,
.hbspt-form .hs_area_of_interest_sito .input *,
.hbspt-form .hs_area_di_interesse .input *,
.hbspt-form .hs_area_di_interesse_sito .input *,
.hbspt-form .hs-fieldtype-textarea .input *,
.hbspt-form .hs-fieldtype-phonenumber .input * {
  position: relative;
  display: inherit;
  border-radius: var(--dull-border-radius-300);
  margin: 0;
  border: none;
  outline: none;
  padding: 0.4rem 0.6rem;
  width: 100%;
  color: inherit;
}
.hbspt-form .field {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1rem;
  width: 100%;
}
.hbspt-form .field label {
  margin-bottom: 0.5rem;
}
.hbspt-form .field label span {
  font-size: var(--fs-400);
}
.hbspt-form textarea {
  resize: none;
  height: 150px;
}
.hbspt-form .hs-richtext p,
.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: var(--fs-200);
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox label span {
  margin: 0;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox label input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: var(--clr-neutral-100);
  width: 1.15em;
  height: 1.15em;
  border: 0.1em solid var(--clr-neutral-100);
  border-radius: 0.1em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox label input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background: var(--grd-primary-400);
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox label input[type=checkbox]:checked::before {
  transform: scale(1);
}
.hbspt-form .hs-error-msg {
  font-size: var(--fs-200);
}
.hbspt-form .hs-button {
  margin-top: 1rem;
}

.has-blue-background-color .hbspt-form .hs-fieldtype-text .input *,
.has-blue-background-color .hbspt-form .hs-area_of_interest .input *,
.has-blue-background-color .hbspt-form .hs-area_of_interest_sito .input *,
.has-blue-background-color .hbspt-form .hs_area_di_interesse .input *,
.has-blue-background-color .hbspt-form .hs_area_di_interesse_sito .input *,
.has-blue-background-color .hbspt-form .hs-fieldtype-textarea .input *,
.has-blue-background-color .hbspt-form .hs-fieldtype-phonenumber .input *,
.TwoCols .hbspt-form .hs-fieldtype-text .input *,
.TwoCols .hbspt-form .hs-area_of_interest .input *,
.TwoCols .hbspt-form .hs-area_of_interest_sito .input *,
.TwoCols .hbspt-form .hs_area_di_interesse .input *,
.TwoCols .hbspt-form .hs_area_di_interesse_sito .input *,
.TwoCols .hbspt-form .hs-fieldtype-textarea .input *,
.TwoCols .hbspt-form .hs-fieldtype-phonenumber .input * {
  background: var(--bg-primary-400);
}

@media (min-width: 1280px) {
  .hbspt-form .field {
    width: 45%;
    margin-right: 5%;
  }
  .hbspt-form .legal-consent-container .hs-fieldtype-booleancheckbox {
    width: 100%;
  }
  .hbspt-form .hs-fieldtype-textarea {
    width: 100%;
    padding-right: 5%;
    margin-right: 0;
  }
}
/* Import Components */
/* Import Atoms */
.Link {
  position: relative;
  display: flex;
  align-items: center;
}
.Link .Link__Content {
  white-space: nowrap;
}
.Link[data-type=icon] .Link__Icon {
  display: flex;
}
.Link[data-icon-position=left] .Link__Icon {
  margin-right: 0.5rem;
}
.Link[data-icon-position=right] {
  flex-direction: row-reverse;
}
.Link[data-icon-position=right] .Link__Icon {
  margin-left: 0.5rem;
}
.Link[data-decoration=underline] .Link__Content {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1rem;
}
.Link:hover:not([href="#"]), .Link:focus:not([href="#"]) {
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Link:hover .Link__Icon svg path, .Link:focus .Link__Icon svg path {
  fill: url(#gradient);
}
.Link--ArrowLink .Link__Content {
  font-size: var(--fs-500);
  font-weight: var(--fw-bold);
}
.Link--IconInCircle .Link__Icon {
  width: 1.8rem;
  height: 1.8rem;
  background: var(--grd-primary-400);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.7rem;
}
.Link--IconInCircle .Link__Icon svg {
  width: 60%;
  height: 60%;
}
.Link--IconInCircle:hover .Link__Icon, .Link--IconInCircle:focus .Link__Icon {
  background: var(--clr-neutral-100);
}
.Link--IconInCircle:hover .Link__Icon svg path, .Link--IconInCircle:focus .Link__Icon svg path {
  fill: url(#gradient);
}
.Link--TriggerModal:hover, .Link--TriggerModal:focus {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: none;
}
.Link--TriggerModal:hover .Link__Icon svg path, .Link--TriggerModal:focus .Link__Icon svg path {
  fill: inherit;
}

.Button, .hbspt-form .hs-button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: var(--fs-400);
  line-height: var(--lh-300);
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  color: var(--clr-button);
  background-color: var(--bg-button);
  border: 1px solid var(--border-button);
}
.Button--Default, .hbspt-form .hs-button {
  --clr-button: var(--clr-secondary-400);
  --bg-button: var(--clr-neutral-100);
  --border-button: var(--clr-neutral-100);
  --clr-button-hover: var(--clr-neutral-100);
  --bg-button-hover: var(--bg-primary-400);
  --border-button-hover: var(--clr-secondary-400);
}
.Button--Dark {
  --clr-button: var(--clr-neutral-100);
  --bg-button: var(--bg-primary-400);
  --border-button: var(--bg-primary-400);
  --clr-button-hover: var(--clr-secondary-400);
  --bg-button-hover: var(--clr-neutral-100);
  --border-button-hover: var(--clr-neutral-100);
}
.Button--HoverGradient, .hbspt-form .hs-button {
  --clr-button-hover: var(--clr-neutral-100);
  --bg-img-button-hover: var(--grd-primary-400);
  --border-button-hover: none;
}
.Button--HoverGradient:hover, .hbspt-form .hs-button:hover {
  padding: 0.563rem 1.563rem;
}
.Button--HoverGradient:hover:before, .hbspt-form .hs-button:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 35px;
  background: var(--bg-img-button-hover);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.Button--DarkOutline {
  --clr-button: var(--clr-neutral-100);
  --bg-button: var(--bg-primary-400);
  --border-button: var(--clr-neutral-100);
  --clr-button-hover: var(--clr-secondary-400);
  --bg-button-hover: var(--clr-neutral-100);
  --border-button-hover: var(--clr-neutral-100);
}
.Button:hover, .hbspt-form .hs-button:hover, .Button:focus, .hbspt-form .hs-button:focus {
  color: var(--clr-button-hover);
  background-color: var(--bg-button-hover);
  border: 1px solid var(--border-button-hover);
  background-image: var(--bg-img-button-hover);
}
.Button--Reverse {
  transform: rotate(180deg);
}

.Icon {
  width: 100%;
  height: 100%;
  display: flex;
  --clr-icon: var(--clr-neutral-100);
}
.Icon path {
  fill: var(--clr-icon);
}
.Icon svg {
  width: 100%;
  height: 100%;
}
.Icon[data-color=white] {
  --clr-icon: var(--clr-neutral-100);
}
.Icon[data-color=black] {
  --clr-icon: var(--clr-neutral-900);
}
.Icon[data-color=gradient] {
  --clr-icon: var(--grd-primary-400);
}
.Icon[data-color=gradient] path {
  fill: url(#gradient);
}
.Icon[data-bordered] {
  display: inline-flex;
  position: relative;
}
.Icon[data-bordered]::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: var(--clr-icon);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.Icon[data-bordered] svg {
  width: 70%;
  height: 70%;
  position: absolute;
}
.Icon[data-bordered=circle]::before {
  border-radius: 50%;
}
.Icon[data-bordered=dull]::before {
  border-radius: 35%;
}

.LabelTag {
  position: relative;
  display: inline;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--fs-200);
  border-radius: var(--dull-border-radius-400);
  padding: 0.3rem 1rem;
  line-height: 1;
  color: var(--clr-neutral-100);
  background-image: var(--grd-primary-400);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.LabelTag--Outline {
  color: var(--clr-neutral-100);
  border: 1px solid var(--clr-neutral-100);
  background-image: none;
}

.Logo {
  display: flex;
  z-index: 477;
  height: 100%;
}
.Logo img {
  max-width: initial;
  height: 100%;
  width: auto;
  margin: 0;
}
@media (min-width: 1280px) {
  .Logo {
    display: contents;
  }
}

.Search .Search__Icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.Search:hover .Search__Icon svg path,
.Search:hover .Search__Icon svg circle, .Search:focus .Search__Icon svg path,
.Search:focus .Search__Icon svg circle {
  stroke: url(#gradient);
}

.Hamburger {
  width: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 530;
}
.Hamburger .hamburger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}
.Hamburger .hamburger .hamburger-inner, .Hamburger .hamburger .hamburger-inner::before, .Hamburger .hamburger .hamburger-inner::after {
  background: var(--hamburger-bg, white);
}
@media (min-width: 1024px) {
  .Hamburger {
    display: none;
  }
}

.DropdownFilter .wpc-filter-header {
  display: none;
}
.DropdownFilter .select2 {
  color: var(--clr-neutral-100);
}
.DropdownFilter .select2.select2-container {
  width: 100% !important;
}
.DropdownFilter .select2.select2-container--open .select2-selection__arrow b {
  transform: rotate(0deg) translate(0, -80%) !important;
  border: 0.5rem solid transparent !important;
  border-bottom: 0.5rem solid var(--clr-neutral-100) !important;
  bottom: calc(50%) !important;
}
.DropdownFilter .select2 .select2-selection[aria-expanded=true] {
  border-bottom: none;
}
.DropdownFilter .select2 .select2-selection--single {
  padding: 1rem 1rem !important;
  background-color: transparent;
}
.DropdownFilter .select2 .select2-selection__rendered {
  padding-left: 0 !important;
}
.DropdownFilter .select2 .select2-selection__arrow b {
  transform: rotate(0deg) translate(0, -25%) !important;
  border: 0.5rem solid transparent !important;
  border-top: 0.5rem solid var(--clr-neutral-100) !important;
  top: calc(50%) !important;
}

.Avatar {
  display: flex;
  border-radius: var(--avatar-border-radius, 50%);
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.Badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--badge-border-radius, 20rem);
  padding: var(--badge-padding, 0.5rem) calc(var(--badge-padding, 0.5rem) * 1.5);
  font-size: var(--badge-font-size, 0.75rem);
  line-height: 1;
  font-weight: var(--badge-font-weight, 400);
  color: var(--badge-color, var(--clr-neutral-600));
  background: var(--badge-bg, var(--clr-neutral-450));
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Import Molecules */
.Card {
  background: var(--bg-card);
  width: auto;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--dull-border-radius-900);
}
@supports (aspect-ratio: 1) {
  .Card {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Card::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Card::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Card .Card__Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2rem;
  text-align: center;
  height: 100%;
  width: 100%;
  color: var(--clr-card);
}
.Card .Card__Wrapper > * + * {
  margin-top: 1.5rem;
}
.Card .Card__Wrapper--Center {
  text-align: center;
  align-items: center;
}
.Card .Card__Wrapper--Center .Card__Content {
  text-align: center;
}
.Card .Card__Wrapper--Left {
  text-align: left;
  align-items: flex-start;
}
.Card .Card__Wrapper--Left .Card__Content {
  text-align: left;
}
.Card .Card__Wrapper--Right {
  text-align: right;
  align-items: flex-end;
}
.Card .Card__Wrapper--Right .Card__Content {
  text-align: right;
}
.Card .Card__Title {
  line-height: var(--lh-400);
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Card .Card__Date {
  font-weight: var(--fw-bold);
}
.Card .Card__Content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Card .Card__Content > * {
  display: inline;
}
.Card .Card__Trigger {
  align-self: end;
  margin-top: 0;
  position: absolute;
  bottom: 1rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.Card .Card__Trigger:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .Card .Card__Title {
    display: block;
    overflow: unset;
  }
  .Card .Card__Content {
    -webkit-line-clamp: 3;
  }
}
.Card--Archive {
  flex: 0 0 17rem;
  aspect-ratio: inherit;
  flex-direction: column;
  border-radius: var(--dull-border-radius-300);
  align-items: flex-start;
  justify-content: space-between;
}
.Card--Archive:before {
  padding-top: 0;
}
.Card--Archive .Card__Link {
  margin-top: 2rem;
  padding: 0 1.5rem 1.5rem;
}
.Card--Archive .Card__Title {
  line-height: var(--lh-300);
  background: none;
  -webkit-text-fill-color: var(--clr-card);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Card--Archive .Card__Wrapper {
  padding: 0;
  justify-content: flex-start;
  padding: 1.5rem;
  width: 100%;
}
.Card--Archive .Card__Wrapper > * + * {
  margin-top: 0.75rem;
}
.Card--Archive .Card__LabelTags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5rem;
}
.Card--Archive .Card__Content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Card--Archive .Card__Content > * {
  display: inline;
}
.Card--Archive .Card__Content p {
  font-size: var(--fs-400);
}
.Card--Archive .Card__Image {
  width: 100%;
  height: 12rem;
}
@supports (aspect-ratio: 3.5555555556) {
  .Card--Archive .Card__Image {
    aspect-ratio: 3.5555555556;
  }
}
@supports not (aspect-ratio: 3.5555555556) {
  .Card--Archive .Card__Image::before {
    float: left;
    padding-top: calc(( 32 / 9 ) * 100 * 1%);
    content: "";
  }
  .Card--Archive .Card__Image::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Card--Archive .Card__Image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.Card--Archive .Card__Align--Center {
  text-align: center;
  align-items: center;
}
.Card--Archive .Card__Align--Center.Card__Link {
  align-self: center;
}
.Card--Archive .Card__Align--Left {
  text-align: left;
  align-items: flex-start;
}
.Card--Archive .Card__Align--Left.Card__Link {
  align-self: flex-start;
}
.Card--Archive .Card__Align--Right {
  text-align: right;
  align-items: flex-end;
}
.Card--Archive .Card__Align--Right.Card__Link {
  align-self: flex-end;
}
@media (min-width: 1024px) {
  .Card--Archive .Card__Title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.Card--White {
  --bg-card: var(--clr-primary-400);
  --clr-card: var(--clr-neutral-900);
}
.Card--Dark {
  --bg-card: var(--bg-primary-300);
  --clr-card: var(--clr-primary-400);
}
.Card--Gradient {
  --bg-card: var(--grd-primary-400);
  --clr-card: var(--clr-primary-400);
  overflow: unset;
  min-width: 100%;
}
@media (min-width: 640px) {
  .Card--Gradient {
    min-width: 18rem;
  }
}
@media (min-width: 1280px) {
  .Card--Gradient {
    min-width: 23rem;
  }
}
.Card--Gradient .Card__Wrapper {
  height: 100%;
}
.Card--Gradient .Card__Title {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--clr-card);
}
.Card--Gradient .Card__Content {
  height: 100%;
  overflow: unset;
}
.Card--Glass {
  border: 2px solid var(--clr-primary-400);
  border-radius: var(--dull-border-radius-300);
}
.Card--Glass:before {
  background-color: transparent;
  backdrop-filter: blur(5px) saturate(100%) contrast(85%) brightness(110%);
  -webkit-backdrop-filter: blur(5px) saturate(100%) contrast(85%) brightness(110%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.Card--Glass:after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: var(--clr-neutral-trans-100);
  filter: blur(0px);
  transition: 800ms;
  transform: skewX(45deg) translateX(calc(400px + 50%));
}
.Card--Glass:hover:after {
  transform: skewX(45deg) translateX(calc(400px * -1 - 50%));
}
.Card--Glass .Card__Wrapper {
  color: var(--clr-primary-400);
}
.Card--Glass .Card__Title,
.Card--Glass .Card__Content {
  color: var(--clr-primary-400);
}
.Card--Glass .Card__Title {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--clr-primary-400);
}
.Card--Wide {
  aspect-ratio: inherit;
  --clr-card: var(--clr-primary-400);
  position: relative;
  display: inline-block;
  border-radius: var(--dull-border-radius-300);
}
.has-white-background-color .Card--Wide {
  --clr-card: var(--bg-primary-400);
}
.Card--Wide:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 35px;
  background: var(--grd-primary-400);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.Card--Wide .Card__Content {
  display: inline;
  overflow: initial;
}
.Card--Wide .Card__Content > * {
  display: block;
}
.Card--Wide .Card__Title {
  width: 100%;
  font-size: clamp(var(--fs-600), 3vw + 1rem, var(--fs-800));
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--clr-card);
}
@media (min-width: 1024px) {
  .Card--Wide .Card__Wrapper {
    padding: 3rem 4.5rem;
  }
}
.Card--FlatBottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.Card--FlatBottom .Card__Title {
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  overflow: unset;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  margin-top: 0;
}
.Card--FlatBottom .Card__Wrapper {
  padding: 2.5rem 2rem 3.5rem;
}
.Card--FlatBottom .Card__Content {
  overflow: unset;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.ButtonList {
  display: flex;
  flex-direction: column;
}
.ButtonList > * + * {
  margin-top: 0.7rem;
}
.ButtonList--Right {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .ButtonList--Right {
    align-items: flex-end;
  }
}
.ButtonList--Left {
  align-items: flex-start;
}

.IconContent {
  display: flex;
  align-items: flex-start;
  column-gap: 1.5rem;
}
.IconContent .IconContent__Icon {
  width: 5.5rem;
  height: 5.5rem;
}
.IconContent .IconContent__Content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.IconContent .IconContent__Text {
  margin-top: 0.5rem;
}
.IconContent .IconContent__Text p {
  margin: 0;
}
.IconContent[data-alignement=center] {
  gap: 0;
  row-gap: 1rem;
  flex-direction: column;
  align-items: center;
}
.IconContent[data-alignement=center] .IconContent__Content {
  align-items: center;
  text-align: center;
}

.ListIconContent > * + * {
  margin-top: 2rem;
}

.ArrowLink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ArrowLink > * + * {
  margin-top: 1rem;
}

.BreadCrumbs {
  height: var(--bredcrumbs-height);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.5s ease;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.BreadCrumbs::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.BreadCrumbs > * {
  white-space: nowrap;
}
.BreadCrumbs .BreadCrumbs__Separator {
  margin: 0 1rem;
  display: flex;
  align-items: center;
}
.BreadCrumbs .BreadCrumbs__Separator::before {
  content: "";
  width: 1rem;
  height: 0.7rem;
  background-image: url("../images/svg/breadcrumb-separator.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline;
}
.is-scrolled .BreadCrumbs {
  background-color: var(--bg-primary-400);
}

.Quote {
  padding-top: 2rem;
}
.Quote .Quote__Content {
  position: relative;
  font-size: var(--fs-400);
  background: var(--bg-primary-300);
  padding: 2.5rem 2rem;
  margin: 0 0 1rem;
  border-radius: var(--dull-border-radius-400);
}
.Quote .Quote__Icon {
  position: absolute;
  left: 1rem;
  top: -1rem;
}
.Quote .Quote__Person {
  display: flex;
  align-items: center;
}
.Quote .Quote__Photo {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.Quote .Quote__Info {
  display: flex;
  flex-direction: column;
  font-size: var(--fs-400);
  margin-left: 1rem;
}
.Quote .Quote__Name {
  font-weight: var(--fw-bold);
}

.Video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 25rem;
  margin: 0;
  position: relative;
  display: flex;
}
.Video .Video__Wrapper {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.Video .Video__Wrapper.is-active {
  visibility: visible;
}
.Video .Video__Wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Video .Video__Wrapper video {
  height: 100%;
  margin: 0;
}
.Video .Video__PlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
.Video:hover .Video__PlayBtn svg circle {
  stroke: url(#gradient);
}
.Video:hover .Video__PlayBtn svg path {
  fill: url(#gradient);
}
@media (min-width: 1024px) {
  .Video {
    min-height: 50rem;
  }
}

.Pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.Pagination .Pagination__Pages {
  margin-top: 4rem;
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--clr-primary-400);
  border-radius: var(--dull-border-radius-100);
  color: var(--clr-neutral-500);
}
.Pagination .Pagination__Pages .page-numbers {
  height: 3rem;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-500);
  font-weight: var(--fw-semi-bold);
}
@supports (aspect-ratio: 1) {
  .Pagination .Pagination__Pages .page-numbers {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Pagination .Pagination__Pages .page-numbers::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Pagination .Pagination__Pages .page-numbers::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Pagination .Pagination__Pages .page-numbers:hover, .Pagination .Pagination__Pages .page-numbers:focus, .Pagination .Pagination__Pages .page-numbers[aria-current=page] {
  background: var(--clr-neutral-100) !important;
  color: var(--clr-secondary-400);
}
.Pagination .Pagination__Pages .page-numbers:hover::after, .Pagination .Pagination__Pages .page-numbers:focus::after, .Pagination .Pagination__Pages .page-numbers[aria-current=page]::after {
  background: var(--clr-neutral-100) !important;
  color: var(--clr-secondary-400);
}
.Pagination .Pagination__Pages .page-numbers.prev, .Pagination .Pagination__Pages .page-numbers.next, .Pagination .Pagination__Pages .page-numbers.current {
  display: flex;
}
@media (min-width: 768px) {
  .Pagination .Pagination__Pages .page-numbers {
    display: flex;
  }
}
.Pagination .Pagination__Pages .prev,
.Pagination .Pagination__Pages .next {
  white-space: nowrap;
  outline: none;
  position: relative;
  font-weight: var(--fw-bold);
  padding: 0.3rem 1rem;
}
@supports (aspect-ratio: 1.3333333333) {
  .Pagination .Pagination__Pages .prev,
.Pagination .Pagination__Pages .next {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 1.3333333333) {
  .Pagination .Pagination__Pages .prev::before,
.Pagination .Pagination__Pages .next::before {
    float: left;
    padding-top: calc(( 4 / 3 ) * 100 * 1%);
    content: "";
  }
  .Pagination .Pagination__Pages .prev::after,
.Pagination .Pagination__Pages .next::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Pagination .Pagination__Pages .prev::after,
.Pagination .Pagination__Pages .next::after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  font-size: var(--fs-400);
}
.Pagination .Pagination__Pages .prev::after {
  content: "";
}
.Pagination .Pagination__Pages .next::after {
  content: "";
}
.Pagination .Pagination__Pages > * + * {
  border-left: 1px solid var(--clr-primary-400);
}

.FlipCard {
  background-color: transparent;
  width: 100%;
  max-width: 600px;
  perspective: 1000px;
  display: grid;
  cursor: grab;
  margin: auto;
}
@supports (aspect-ratio: 1) {
  .FlipCard {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .FlipCard::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .FlipCard::after {
    display: block;
    content: "";
    clear: both;
  }
}
.FlipCard .FlipCard__Wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  padding: 12% 0;
}
.FlipCard:hover .FlipCard__Wrapper {
  transform: rotateY(180deg);
}
.FlipCard:hover .FlipCard__Plus {
  visibility: hidden;
}
.FlipCard:hover .FlipCard__Minus {
  visibility: visible;
  opacity: 1;
}
.FlipCard .FlipCard__Diamond {
  transform: rotateZ(45deg);
  transform-origin: center center;
  transform-style: preserve-3d;
  width: calc(100% * 0.75);
  margin: auto;
}
@supports (aspect-ratio: 1) {
  .FlipCard .FlipCard__Diamond {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .FlipCard .FlipCard__Diamond::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .FlipCard .FlipCard__Diamond::after {
    display: block;
    content: "";
    clear: both;
  }
}
.FlipCard .FlipCard__Title {
  color: var(--clr-neutral-100);
}
.FlipCard .FlipCard__Content {
  font-size: var(--fs-400);
  color: var(--clr-neutral-900);
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.FlipCard .FlipCard__Plus,
.FlipCard .FlipCard__Minus {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2rem;
  height: 2rem;
}
.FlipCard .FlipCard__Minus {
  visibility: hidden;
}
.FlipCard .FlipCard__Front,
.FlipCard .FlipCard__Back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: var(--dull-border-radius-900);
  overflow: hidden;
}
.FlipCard .FlipCard__Front::before,
.FlipCard .FlipCard__Back::before {
  border-radius: var(--dull-border-radius-900);
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  background: var(--grd-primary-400);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.FlipCard .FlipCard__Front {
  padding: 1rem;
}
.FlipCard .FlipCard__Front > * {
  transform: rotateZ(-45deg);
  transform-origin: center center;
  transform-style: preserve-3d;
}
.FlipCard .FlipCard__Front::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 150%;
  background: var(--flip-card-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(-45deg);
  background-blend-mode: multiply;
}
.FlipCard .FlipCard__Back {
  background-color: var(--clr-neutral-100);
  color: var(--clr-neutral-900);
  transform: rotateY(180deg);
  position: relative;
  padding: 3rem 2rem;
}
.FlipCard .FlipCard__Back > * {
  transform: rotateZ(45deg);
  transform-origin: center center;
  transform-style: preserve-3d;
}
.FlipCard .FlipCard__Number {
  position: absolute;
  top: 2.5rem;
  left: 3.5rem;
  transform: translate(-50%, 0) rotateZ(-45deg);
  font-size: var(--fs-600);
  line-height: var(--lh-400);
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform-origin: center center;
  transform-style: preserve-3d;
}

.FlipCardList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  gap: 2rem;
  justify-content: center;
}
.FlipCardList > * {
  margin: 0 auto;
  max-width: 90%;
}

#wpsl-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
#wpsl-wrap .wpsl-search {
  padding: 0;
  background-color: transparent;
  order: 1;
  display: flex;
  justify-content: center;
}
#wpsl-wrap #wpsl-gmap {
  order: 0;
}
#wpsl-wrap #wpsl-result-list {
  order: 2;
}
#wpsl-wrap #wpsl-category {
  display: flex;
  float: none;
}
#wpsl-wrap #wpsl-category sl-select {
  width: 100%;
  max-width: 200px;
}
#wpsl-wrap .wpsl-search-btn-wrap,
#wpsl-wrap .wpsl-input {
  display: none;
}
#wpsl-wrap .gm-style-iw.gm-style-iw-c {
  color: var(--clr-neutral-900);
}
#wpsl-wrap .gm-style-iw.gm-style-iw-c .wpsl-info-window p strong:first-of-type {
  color: #f59700;
}
#wpsl-wrap #wpsl-stores::-webkit-scrollbar {
  width: 12px;
}
#wpsl-wrap #wpsl-stores::-webkit-scrollbar-track {
  background: var(--clr-neutral-trans-500);
  border-radius: 20px;
}
#wpsl-wrap #wpsl-stores::-webkit-scrollbar-thumb {
  background-color: var(--clr-neutral-100);
  border-radius: 20px;
}
#wpsl-wrap #wpsl-stores ul > * {
  border-bottom: none;
}
#wpsl-wrap #wpsl-stores ul > * .wpsl-direction-wrap {
  display: none;
}
#wpsl-wrap #wpsl-stores ul > *:hover .wpsl-store-location p:first-of-type strong:first-of-type {
  color: #f59700;
}
@media screen and (min-width: 676px) {
  #wpsl-wrap {
    display: block;
  }
  #wpsl-wrap #wpsl-gmap {
    width: 60%;
  }
}

.HeaderTools {
  display: flex;
  align-items: center;
  height: 100%;
}
.HeaderTools > * + * {
  margin-left: 2rem;
}
.HeaderTools .HeaderTools__Link {
  display: none;
  align-items: center;
  font-size: var(--fs-main-nav);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .HeaderTools .HeaderTools__Link {
    display: flex;
  }
}

.SearchPanel {
  position: fixed;
  top: -200vh;
  visibility: hidden;
  opacity: 0;
  left: 0;
  background-color: var(--bg-primary-trans-400);
  z-index: 900;
  width: calc(var(--vw, 1vw) * 100);
  height: 100vh;
  display: flex;
  transition: opacity 500ms ease;
}
.SearchPanel .SearchPanel__Wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.SearchPanel .SearchPanel__Close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.is-search-open .SearchPanel {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.SearchForm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SearchForm .SearchForm__Form {
  display: flex;
  height: 4rem;
  width: 100%;
  max-width: 30rem;
  border: 2px solid var(--clr-neutral-100);
  border-radius: var(--dull-border-radius-900);
  overflow: hidden;
}
.SearchForm .SearchForm__Field {
  width: 100%;
  height: 100%;
  flex: 1;
  -webkit-appearance: none;
          appearance: none;
  padding-inline: 1.5rem;
  background-color: transparent;
  color: var(--clr-neutral-100);
  font-size: var(--fs-500);
}
.SearchForm .SearchForm__Field::placeholder {
  color: inherit;
  font-size: inherit;
}
.SearchForm .SearchForm__Field::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 14px;
  width: 14px;
  background-image: url("../images/svg/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .SearchForm .SearchForm__Field::-webkit-search-cancel-button {
    height: 20px;
    width: 20px;
  }
}
.SearchForm .SearchForm__Submit {
  width: calc(4rem * 1.1);
  position: relative;
}
.SearchForm .SearchForm__Submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/svg/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  z-index: 0;
}
.SearchForm .SearchForm__Submit input {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.SearchResult {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.SearchResult::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--grd-primary-400);
}
.SearchResult .SearchResult__Link {
  font-size: var(--fs-600);
  font-weight: var(--fw-bold);
  margin-bottom: 0.5rem;
  align-items: flex-start;
}
.SearchResult .SearchResult__Link .Link__Icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.35rem;
}
.SearchResult .SearchResult__Link .Link__Content {
  white-space: revert;
}
.SearchResult .SearchResult__Permalink {
  margin: 0.2rem 0;
}
.SearchResult .SearchResult__PostContent {
  margin-top: 0.3rem;
}

.PageHeader {
  min-height: 25rem;
  background: var(--grd-primary-400);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--bredcrumbs-height) 2rem;
}
.PageHeader .PageHeader__Title {
  margin-bottom: 1.5rem;
}

.TableArchive {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.TableArchive .TableArchive__Table {
  border: 1px solid var(--clr-neutral-100) !important;
}
.TableArchive .TableArchive__Table thead {
  background: var(--bg-primary-300);
}
.TableArchive .TableArchive__Table thead tr > * + * {
  border-left: 1px solid var(--clr-neutral-100);
}
.TableArchive .TableArchive__Table tbody th,
.TableArchive .TableArchive__Table tbody td {
  border-top: 1px solid var(--clr-neutral-100);
}
.TableArchive .TableArchive__Table tbody tr:hover {
  background: var(--bg-primary-300);
}
.TableArchive .TableArchive__Table tbody tr > * + * {
  border-left: 1px solid var(--clr-neutral-100);
}
.TableArchive .TableArchive__Table tbody td .Link {
  justify-content: flex-start;
  display: inline;
}
.TableArchive .TableArchive__Table tbody td .Link__Content {
  white-space: revert;
}
.TableArchive .dataTables_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TableArchive .dataTables_paginate {
  float: none;
  text-align: center;
  margin-top: 4rem;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-primary-400);
  border-radius: var(--dull-border-radius-100);
}
.TableArchive .dataTables_paginate > span {
  display: flex;
}
.TableArchive .dataTables_paginate .paginate_button {
  height: 2rem;
  margin: 0;
  border-radius: 0;
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--clr-neutral-100) !important;
  background-color: transparent;
}
@supports (aspect-ratio: 1) {
  .TableArchive .dataTables_paginate .paginate_button {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .TableArchive .dataTables_paginate .paginate_button::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .TableArchive .dataTables_paginate .paginate_button::after {
    display: block;
    content: "";
    clear: both;
  }
}
.TableArchive .dataTables_paginate .paginate_button:hover, .TableArchive .dataTables_paginate .paginate_button:focus, .TableArchive .dataTables_paginate .paginate_button:visited {
  color: var(--clr-neutral-800) !important;
  background: var(--clr-neutral-100) !important;
  border: none !important;
  -webkit-text-fill-color: none;
}
.TableArchive .dataTables_paginate .paginate_button.current {
  color: var(--clr-secondary-400) !important;
  background-color: var(--clr-neutral-100) !important;
  border: none;
  background: none;
}
.TableArchive .dataTables_paginate .paginate_button.disabled {
  color: var(--clr-neutral-100) !important;
  display: none;
}
@supports (aspect-ratio: 1.3333333333) {
  .TableArchive .dataTables_paginate .paginate_button.next, .TableArchive .dataTables_paginate .paginate_button.previous {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 1.3333333333) {
  .TableArchive .dataTables_paginate .paginate_button.next::before, .TableArchive .dataTables_paginate .paginate_button.previous::before {
    float: left;
    padding-top: calc(( 4 / 3 ) * 100 * 1%);
    content: "";
  }
  .TableArchive .dataTables_paginate .paginate_button.next::after, .TableArchive .dataTables_paginate .paginate_button.previous::after {
    display: block;
    content: "";
    clear: both;
  }
}
.TableArchive .dataTables_paginate .paginate_button.next {
  border-left: 1px solid var(--clr-neutral-100);
}
.TableArchive .dataTables_paginate .paginate_button.previous {
  border-right: 1px solid var(--clr-neutral-100);
}
@media (min-width: 768px) {
  .TableArchive .TableArchive__Table thead th:first-child {
    width: 15rem;
  }
  .TableArchive .TableArchive__Table thead th {
    padding: 0.8rem 2rem;
  }
  .TableArchive .TableArchive__Table tbody td {
    padding: 0.8rem 2rem;
  }
}

.PanelItem {
  padding: 3rem 2rem;
  background-color: var(--bg-primary-300);
}
.PanelItem .PanelItem__Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  column-gap: 3rem;
}
.PanelItem .PanelItem__SpeakerList {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.PanelItem .PanelItem__SpeakerListWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  grid-auto-rows: 1fr;
  gap: 2rem;
  margin-top: 1rem;
}
.PanelItem .PanelItem__Speaker {
  justify-content: flex-start;
}
.PanelItem .PanelItem__Content {
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.PanelItem .PanelItem__BookLink {
  margin-top: 2rem;
  align-self: center;
}
.PanelItem .PanelItem__Meta {
  display: flex;
  margin-top: 0.5rem;
}
.PanelItem .PanelItem__Meta > * + * {
  margin-left: 1rem;
}
.PanelItem .PanelItem__Meta > * + *::before {
  content: "/";
  margin-right: 0.8rem;
}
.PanelItem .PanelItem__Time {
  display: flex;
}
.PanelItem .PanelItem__Time > * + * {
  margin-left: 0.6rem;
}
.PanelItem .PanelItem__Time > * + *::before {
  content: "-";
  margin-right: 0.3rem;
}
@media (min-width: 768px) {
  .PanelItem {
    padding: 3rem 5rem;
  }
  .PanelItem .PanelItem__SpeakerListWrapper {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media (min-width: 1024px) {
  .PanelItem {
    padding: 4rem calc(var(--side-wrapper-padding) + 2rem);
  }
  .PanelItem .PanelItem__Wrapper {
    column-gap: 3rem;
  }
  .PanelItem .PanelItem__BookLink {
    align-self: flex-start;
  }
  .PanelItem .PanelItem__MemberCard {
    max-width: 20rem;
  }
}
@media (min-width: 1280px) {
  .PanelItem {
    padding: 4rem calc(var(--side-wrapper-padding) + 4rem);
  }
}
@media (min-width: 1536px) {
  .PanelItem {
    padding: 4rem calc(var(--side-wrapper-padding) + 3.5rem);
  }
}

.MemberCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.MemberCard .MemberCard__Image {
  width: 100%;
  border-radius: var(--dull-border-radius-500);
  overflow: hidden;
}
@supports (aspect-ratio: 1) {
  .MemberCard .MemberCard__Image {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .MemberCard .MemberCard__Image::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .MemberCard .MemberCard__Image::after {
    display: block;
    content: "";
    clear: both;
  }
}
.MemberCard .MemberCard__Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MemberCard .MemberCard__Content {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.CarouselsWithModal.is-modal-open {
  width: 100vw;
  height: 100vh;
}

.Timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Timeline--External .Timeline__Pagination {
  display: none;
  padding-bottom: 0.2rem;
}
.Timeline--External .Timeline__PaginationWrapper {
  position: relative;
  bottom: revert;
  justify-content: center;
  align-items: flex-start;
  max-width: 95vw;
  margin: 0 auto;
}
.Timeline--External .Timeline__PaginationItem {
  --swiper-pagination-bullet-horizontal-gap: 1.2rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  width: revert;
  height: revert;
  background-color: revert;
  border-radius: revert;
}
.Timeline--External .Timeline__PaginationItem.swiper-pagination-bullet-active .Timeline__PaginationItemLabel {
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Timeline--External .Timeline__PaginationItem.swiper-pagination-bullet-active .Timeline__PaginationItemLabel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--grd-primary-400);
}
.Timeline--External .Timeline__PaginationItemLabel {
  display: inline-block;
  position: relative;
  font-size: var(--fs-600);
  color: var(--clr-primary-400);
  font-weight: var(--fw-bold);
  line-height: 1;
}
@media (min-width: 768px) {
  .Timeline--External .Timeline__Pagination {
    display: flex;
    justify-content: center;
  }
}

.TimelineSlide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TimelineSlide .TimelineSlide__Year {
  font-weight: var(--fw-bold);
  font-size: clamp(5rem, 15vw + 1rem, 15rem);
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.TimelineSlide .TimelineSlide__Content {
  text-align: center;
}
.TimelineSlide .TimelineSlide__Content > *:first-child {
  margin-top: 0;
}
.TimelineSlide .TimelineSlide__Content > *:last-child {
  margin-bottom: 0;
}

.LanguageSwitch {
  position: relative;
  width: 2rem;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.LanguageSwitch .LanguageSwitch__List {
  position: absolute;
  top: -200vh;
  right: 50%;
  background: var(--bg-primary-400);
  width: 200%;
  transform: translate(50%, 0);
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.LanguageSwitch .LanguageSwitch__List > * + * a {
  border-top: 1px solid var(--clr-neutral-100);
}
.LanguageSwitch .LanguageSwitch__ListItem {
  width: 100%;
  display: flex;
  justify-content: center;
}
@supports (aspect-ratio: 1) {
  .LanguageSwitch .LanguageSwitch__ListItem {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .LanguageSwitch .LanguageSwitch__ListItem::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .LanguageSwitch .LanguageSwitch__ListItem::after {
    display: block;
    content: "";
    clear: both;
  }
}
.LanguageSwitch .LanguageSwitch__ListItem a {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-lang-switch-open .LanguageSwitch .LanguageSwitch__List {
  top: calc(100% + 1.5rem);
  opacity: 1;
  visibility: visible;
}

:root {
  --chatbot-panel-bottom-offset: 0;
  --chatbot-panel-side-offset: 0;
  --chatbot-z-index: 2147483647;
  --chatbot-panel-width: 100vw;
  --chatbot-panel-height: calc(100vh - var(--header-height, 6.125rem));
  --chatbot-heading-height: 4rem;
  --chatbot-footer-height: 3rem;
  --chatbot-panel-bg: var(--clr-neutral-400);
  --chatbot-panel-radius: 0;
  --chatbot-panel-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --chatbot-grd-start-color: var(--clr-violet-400);
  --chatbot-grd-end-color: var(--clr-orange-400);
  --chatbot-heading-bg: linear-gradient(
    90deg,
    var(--chatbot-grd-start-color),
    var(--chatbot-grd-end-color)
  );
  --chatbot-toggle-bg: linear-gradient(
    90deg,
    var(--chatbot-grd-start-color),
    var(--chatbot-grd-end-color)
  );
  --chatbot-toggle-color: var(--clr-neutral-100);
  --chatbot-heading-color: var(--clr-neutral-100);
  --chatbot-heading-font-size: var(--fs-500);
  --chatbot-heading-font-weight: var(--fw-700);
  --chatbot-sorrounding-padding: 1rem;
  --chatbot-dots-gap: 0.5rem;
  --chatbot-avatar-size: 3rem;
  --chatbot-avatar-border-radius: 50%;
  --chatbot-avatar-bg: var(--clr-neutral-400);
  --chatbot-close-color: #fff;
  --chatbot-close-font-size: 1.5rem;
  --chatbot-badge-bg: #00a0e3;
  --chatbot-badge-color: #fff;
  --chatbot-badge-font-size: 0.75rem;
  --chatbot-badge-border-radius: 50%;
  --chatbot-bubble-radius: 0.625rem;
  --chatbot-bubble-user-bg: var(--clr-violet-400);
  --chatbot-bubble-user-color: var(--clr-neutral-100);
  --chatbot-bubble-bot-bg: var(--clr-neutral-100);
  --chatbot-bubble-bot-color: var(--bg-primary-300);
  --chatbot-bubble-link-color: var(--clr-neutral-800);
  --chatbot-textarea-bg: var(--clr-neutral-100);
  --chatbot-textarea-font-size: 1rem;
  --chatbot-textarea-border-radius: 0.625rem;
  --chatbot-textarea-color: var(--clr-neutral-500);
  --chatbot-textarea-color-focus: var(--bg-primary-300);
  --chatbot-send-bg: var(--clr-orange-400);
  --chatbot-send-color: var(--clr-neutral-100);
  --chatbot-send-font-size: 1rem;
  --chatbot-send-border-radius: 50%;
  --chatbot-send-btn-padding: 0.5rem;
  --chatbot-send-btn-size: 2.5rem;
}
@media (min-width: 640px) {
  :root {
    --chatbot-panel-bottom-offset: 1rem;
    --chatbot-panel-side-offset: 1rem;
    --chatbot-panel-width: 25rem;
    --chatbot-panel-height: 32rem;
    --chatbot-panel-radius: 0.625rem;
  }
}

.Chatbot .Chatbot__Panel {
  position: fixed;
  bottom: var(--chatbot-panel-bottom-offset, 1rem);
  right: -200%;
  z-index: calc(var(--chatbot-z-index, 9999) + 1);
  background: var(--chatbot-panel-bg, #fff);
  color: var(--chatbot-panel-color, #000);
  width: var(--chatbot-panel-width, 20rem);
  height: var(--chatbot-panel-height, 30rem);
  border-radius: var(--chatbot-panel-radius, 0.625rem);
  overflow: hidden;
  box-shadow: var(--chatbot-panel-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  display: grid;
  opacity: 0;
  grid-template-rows: var(--chatbot-heading-height, 4rem) 1fr min-content;
  grid-template-columns: 1fr;
  grid-template-areas: "heading" "body" "footer";
  transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Chatbot .Chatbot__Heading {
  grid-area: heading;
  background: var(--chatbot-heading-bg, #00a0e3);
  color: var(--chatbot-heading-color, #fff);
  padding: calc(var(--chatbot-sorrounding-padding, 1rem) * 0.75) var(--chatbot-sorrounding-padding, 1rem);
  display: flex;
  gap: calc(var(--chatbot-sorrounding-padding, 1rem) * 0.75);
  align-items: center;
}
.Chatbot .Chatbot__Avatar {
  height: 100%;
  background-color: var(--chatbot-avatar-bg, #fff);
}
@supports (aspect-ratio: 1) {
  .Chatbot .Chatbot__Avatar {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Chatbot .Chatbot__Avatar::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Chatbot .Chatbot__Avatar::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Chatbot .Chatbot__Avatar--Trigger {
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: calc(var(--chatbot-z-index, 9999) - 2);
  transform: translate(-50%, 50%);
  transition: transform 0.3s ease-in-out;
}
@supports (aspect-ratio: 1) {
  .Chatbot .Chatbot__Avatar--Trigger {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Chatbot .Chatbot__Avatar--Trigger::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Chatbot .Chatbot__Avatar--Trigger::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Chatbot .Chatbot__Title {
  flex: 1;
  font-size: var(--chatbot-heading-font-size, 1.5rem);
  font-weight: var(--chatbot-heading-font-weight, 700);
}
.Chatbot .Chatbot__Close {
  cursor: pointer;
}
.Chatbot .Chatbot__Body {
  grid-area: body;
  overflow-y: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.Chatbot .Chatbot__Content {
  max-height: 100%;
  overflow-y: auto;
  padding: var(--chatbot-sorrounding-padding, 1rem);
  padding-bottom: calc(var(--chatbot-sorrounding-padding, 1rem) / 4);
  width: 100%;
}
.Chatbot .Chatbot__Content > *:not(template) + * {
  margin-top: var(--chatbot-sorrounding-padding, 1rem);
}
.Chatbot .Chatbot__Badge {
  display: table;
  margin: 0 auto;
}
.Chatbot .Chatbot__Bubble {
  background-color: var(--chatbot-bubble-bg, #fff);
  color: var(--chatbot-bubble-color, #000);
  font-size: var(--chatbot-bubble-font-size, 1rem);
  border-radius: var(--chatbot-bubble-radius, 0.625rem);
  padding: var(--chatbot-sorrounding-padding, 1rem);
  line-height: 1.4;
  max-width: 80%;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-word;
}
.Chatbot .Chatbot__Bubble a {
  color: revert;
  background: revert;
  color: var(--chatbot-bubble-link-color, var(--clr-neutral-800));
  font-weight: 700;
}
.Chatbot .Chatbot__Bubble a:hover, .Chatbot .Chatbot__Bubble a:focus {
  -webkit-text-fill-color: revert;
  color: var(--chatbot-bubble-link-color-hover, var(--clr-orange-400));
}
.Chatbot .Chatbot__Bubble--User {
  margin-left: auto;
  background-color: var(--chatbot-bubble-user-bg, var(--clr-violet-400));
  color: var(--chatbot-bubble-user-color, var(--clr-neutral-100));
  border-bottom-right-radius: 0;
}
.Chatbot .Chatbot__Bubble--Bot {
  margin-right: auto;
  background-color: var(--chatbot-bubble-bot-bg, var(--clr-neutral-100));
  color: var(--chatbot-bubble-bot-color, var(--clr-neutral-900));
  border-bottom-left-radius: 0;
  max-width: 90%;
}
.Chatbot .Chatbot__Bubble--Typing {
  max-width: min-content;
  padding: calc(var(--chatbot-sorrounding-padding, 1rem) * 0.75) var(--chatbot-sorrounding-padding, 1rem);
}
.Chatbot .Chatbot__Typing {
  display: flex;
  align-items: center;
  gap: var(--chatbot-dots-gap, 0.5rem);
}
.Chatbot .Chatbot__TypingDot {
  opacity: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: black;
}
.Chatbot .Chatbot__TypingDot:nth-child(1) {
  animation: dot-1 1s infinite linear;
}
.Chatbot .Chatbot__TypingDot:nth-child(2) {
  animation: dot-2 1s infinite linear;
}
.Chatbot .Chatbot__TypingDot:nth-child(3) {
  animation: dot-3 1s infinite linear;
}
.Chatbot .Chatbot__Footer {
  grid-area: footer;
  padding: var(--chatbot-sorrounding-padding, 1rem);
  display: flex;
  gap: var(--chatbot-sorrounding-padding, 1rem);
  align-items: flex-end;
  width: 100%;
}
.Chatbot .Chatbot__Input {
  flex: 1;
  background-color: var(--chatbot-textarea-bg, #fff);
  color: var(--chatbot-textarea-color, var(--clr-neutral-100));
  font-size: var(--chatbot-textarea-font-size, 1rem);
  border-radius: var(--chatbot-textarea-border-radius, 0.625rem);
  padding: calc(var(--chatbot-sorrounding-padding, 1rem) * 0.5) calc(var(--chatbot-sorrounding-padding, 1rem) * 0.75);
  line-height: 1.4;
  max-height: 6rem;
  height: 100%;
  overflow-y: auto;
  word-break: break-word;
}
.Chatbot .Chatbot__Input[contenteditable] {
  color: var(--chatbot-textarea-color-focus, var(--clr-neutral-100));
}
.Chatbot .Chatbot__Input[data-disabled] {
  cursor: not-allowed;
}
.Chatbot .Chatbot__Send {
  width: var(--chatbot-send-btn-size, 2.5rem);
  background-color: var(--chatbot-send-bg, var(--clr-orange-400));
  color: var(--chatbot-send-color, #fff);
  border-radius: var(--chatbot-send-border-radius, 50%);
  font-size: var(--chatbot-send-font-size, 1rem);
  padding: var(--chatbot-send-btn-padding, 0.5rem);
  cursor: pointer;
  display: grid;
  place-items: center;
}
@supports (aspect-ratio: 1) {
  .Chatbot .Chatbot__Send {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Chatbot .Chatbot__Send::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Chatbot .Chatbot__Send::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Chatbot .Chatbot__Send[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--clr-neutral-500);
}
.Chatbot .Chatbot__Send > * {
  width: 1rem;
}
@supports (aspect-ratio: 1) {
  .Chatbot .Chatbot__Send > * {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Chatbot .Chatbot__Send > *::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Chatbot .Chatbot__Send > *::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Chatbot .Chatbot__TriggerWrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.Chatbot .Chatbot__TriggerIcon {
  z-index: calc(var(--chatbot-z-index, 9999) - 1);
  background: var(--chatbot-toggle-bg, var(--clr-orange-400));
  color: var(--chatbot-toggle-color, #fff);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
}
.Chatbot .Chatbot__TriggerIcon svg,
.Chatbot .Chatbot__TriggerIcon i {
  transition: transform 0.2s ease-in-out;
}
.Chatbot .Chatbot__Trigger {
  cursor: pointer;
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  z-index: calc(var(--chatbot-z-index, 9999) - 1);
  width: 4rem;
  height: 4rem;
}
@supports (aspect-ratio: 1) {
  .Chatbot .Chatbot__Trigger {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Chatbot .Chatbot__Trigger::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Chatbot .Chatbot__Trigger::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Chatbot .Chatbot__Trigger:hover .Chatbot__Avatar--Trigger {
  transform: translate(55%, -30%);
}
.Chatbot.is-open .Chatbot__Panel {
  right: var(--chatbot-panel-side-offset, 1rem);
  opacity: 1;
}
.Chatbot.is-open .Chatbot__Trigger {
  display: none;
}

@keyframes dot-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Import Partials */
.NavigationPanel {
  position: absolute;
  top: -200vh;
  left: 0;
  width: calc(var(--vw, 1vw) * 100);
  height: auto;
  background-color: var(--bg-primary-400);
  z-index: 636;
  display: none;
  transition: top 0.7s ease;
  padding-top: var(--header-height);
}
.NavigationPanel::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--grd-primary-400);
}
.NavigationPanel .NavigationPanel__Close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 2rem;
  top: calc(var(--header-height) + 2rem);
  z-index: 9999;
  display: flex;
  cursor: pointer;
}
.NavigationPanel .NavigationPanel__Close svg {
  width: 100%;
  height: 100%;
}
.NavigationPanel .NavigationPanel__Background {
  display: flex;
  justify-content: flex-end;
}
.NavigationPanel .NavigationPanel__Media {
  width: 100%;
  display: flex;
  position: relative;
}
.NavigationPanel .NavigationPanel__Media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.NavigationPanel .NavigationPanel__Media::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--grd-primary-900);
}
.NavigationPanel .NavigationPanel__Content {
  display: flex;
  width: 100%;
  padding-left: calc(var(--side-wrapper-padding) + 1rem);
  padding-right: calc(var(--side-wrapper-padding) + 1rem);
  flex-direction: column;
}
.NavigationPanel .NavigationPanel__Title {
  width: calc(25% - (var(--side-wrapper-padding) / 2));
  display: none;
  align-items: center;
  font-size: var(--fs-nav-panel-title);
  font-weight: var(--fw-bold);
  padding-right: 2rem;
  height: auto;
  padding-top: calc(var(--bredcrumbs-height));
}
.NavigationPanel .NavigationPanel__List {
  flex: 1;
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0;
  overflow: scroll;
  margin-top: var(--bredcrumbs-height);
  margin-bottom: calc(var(--bredcrumbs-height));
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 1024px) {
  .NavigationPanel .NavigationPanel__Title {
    display: flex;
  }
  .NavigationPanel .NavigationPanel__Media {
    width: calc(100% - 25%);
  }
  .NavigationPanel.is-active {
    display: flex;
    top: 0;
  }
}

.MobilePanel {
  position: absolute;
  top: 0;
  width: calc(var(--vw, 1vw) * 100);
  height: calc(var(--vh, 1vh) * 100);
  background-color: var(--bg-primary-400);
  z-index: 636;
  visibility: hidden;
  transition: all 0.7s ease;
  padding-top: var(--header-height);
}
.MobilePanel .MobilePanel__Wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.MobilePanel .MobilePanel__Social {
  position: absolute;
  bottom: 2rem;
  z-index: 742;
}
.MobilePanel[data-level="0"] {
  overflow: hidden;
  left: -200vw;
  transition-property: left, visibility;
}
.MobilePanel[data-level="1"] {
  right: -200vw;
  transition-property: right, visibility;
}
.MobilePanel[data-level="2"] {
  right: -200vw;
  transition-property: right, visibility;
}
.MobilePanel.is-open[data-level="1"] {
  z-index: 689;
  right: 0;
  visibility: visible;
}
.MobilePanel.is-open[data-level="2"] {
  z-index: 795;
  right: 0;
  visibility: visible;
}
@media (min-width: 1024px) {
  .MobilePanel {
    display: none;
  }
}
.is-menu-open .MobilePanel[data-level="0"] {
  left: 0;
  visibility: visible;
}

.MobileSubPanel {
  position: fixed;
  top: 0;
  left: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  height: calc(var(--vh, 1vh) * 100);
  background-color: var(--bg-primary-400);
  visibility: hidden;
  transition: all 0.7s ease;
  transition-property: left, visibility;
  padding-top: var(--header-height);
}
.MobileSubPanel .MobileSubPanel__Wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.MobileSubPanel[data-level="1"] {
  z-index: 689;
}
.MobileSubPanel[data-level="2"] {
  z-index: 795;
}
.MobileSubPanel.is-open {
  left: 0;
  visibility: visible;
}
@media (min-width: 1024px) {
  .MobileSubPanel {
    display: none;
  }
}

.SubNavigation {
  width: 100%;
}
.SubNavigation .Link__Content {
  white-space: normal;
}
.SubNavigation .SubNavigation__Wrapper {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: 1.5rem;
}
.SubNavigation .SubNavigation__ColumnList {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.SubNavigation .SubNavigation__ColumnTitle {
  font-size: var(--fs-nav-panel-col-title);
  font-weight: var(--fw-bold);
  min-height: 6rem;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
}
.SubNavigation .SubNavigation__Column {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 1.5rem);
}
.SubNavigation .SubNavigation__Column--Single {
  width: 100%;
}
.SubNavigation .SubNavigation__Column--Single .SubNavigation__ColumnList {
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
.SubNavigation .SubNavigation__Column--Single .SubNavigation__ColumnList > * {
  width: calc(100% / 2 - 2rem);
}
.SubNavigation .SubNavigation__Column--Single .SubNavigation__ColumnTitle {
  font-size: var(--fs-nav-panel-title);
  font-weight: var(--fw-bold);
}
@media (min-width: 1024px) {
  .SubNavigation .SubNavigation__Column {
    width: calc(100% / 3 - 1.5rem);
  }
  .SubNavigation .SubNavigation__Column--Single {
    width: 100%;
  }
  .SubNavigation .SubNavigation__Column--Single .SubNavigation__ColumnList > * {
    width: calc(100% / 3 - 2rem);
  }
}
@media (min-width: 1536px) {
  .SubNavigation .SubNavigation__Column {
    width: calc(100% / 4 - 1.5rem);
  }
  .SubNavigation .SubNavigation__Column--Single {
    width: 100%;
  }
  .SubNavigation .SubNavigation__Column--Single .SubNavigation__ColumnList > * {
    width: calc(100% / 4 - 2rem);
  }
}
.SubNavigation--SideTab .SubNavigation__TabTitle {
  opacity: 0.4;
  font-size: var(--fs-nav-panel-col-title);
  font-weight: var(--fw-bold);
  display: inline;
  text-wrap: balance;
}
.SubNavigation--SideTab .SubNavigation__TabTitle.is-active {
  opacity: 1;
}
.SubNavigation--SideTab .SubNavigation__Tabber {
  display: grid;
  grid-template-columns: minmax(15rem, 30%) 1fr;
  grid-template-rows: auto;
  grid-template-areas: "tab content";
  column-gap: 5%;
}
@media (min-width: 1280px) {
  .SubNavigation--SideTab .SubNavigation__Tabber {
    grid-template-columns: minmax(15rem, 20%) 1fr;
  }
}
@media (min-width: 1536px) {
  .SubNavigation--SideTab .SubNavigation__Tabber {
    grid-template-columns: 20rem 1fr;
  }
}
.SubNavigation--SideTab .SubNavigation__TabList {
  grid-area: tab;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.SubNavigation--SideTab .SubNavigation__TabContent {
  max-width: 50rem;
  grid-area: content;
  background-color: var(--bg-primary-400);
  z-index: 1;
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 5px;
}
.SubNavigation--SideTab .SubNavigation__TabContent.is-active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  column-gap: 1.5rem;
}

.PanelListItem {
  display: flex;
  flex-direction: column;
}
.PanelListItem .PanelListItem__Name {
  font-size: var(--fs-nav-panel-item-title);
  font-weight: var(--fw-bold);
  margin-bottom: 0.5rem;
}
.PanelListItem .PanelListItem__Description {
  font-size: var(--fs-nav-panel-item-text);
  font-weight: var(--fw-regular);
}

.SocialList {
  font-size: var(--fs-social-list);
  display: flex;
  align-content: center;
  justify-content: center;
}
.SocialList > * + * {
  margin-left: 0.5rem;
}
.SocialList--Footer {
  margin-top: 2rem;
}

.Single--Post {
  margin-top: calc(var(--bredcrumbs-height) + 1rem);
}
.Single--Post .Single__Content {
  display: flex;
  flex-direction: column;
}
.Single--Post .Single__Header {
  display: flex;
  flex-direction: column;
}
.Single--Post .Single__Title {
  margin-top: 1rem;
  line-height: var(--lh-300);
}
.Single--Post .Single__Date {
  margin-top: 1rem;
  font-size: var(--fs-500);
  font-weight: var(--fw-bold);
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-self: flex-start;
}
.Single--Post .Single__Gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 1rem;
  margin: 1rem 0 2rem;
}
@supports (aspect-ratio: 1) {
  .Single--Post .Single__GalleryItem {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Single--Post .Single__GalleryItem::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Single--Post .Single__GalleryItem::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Single--Post .Single__GalleryItem:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.Single--Post .Single__GalleryImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--dull-border-radius-400);
}
.Single--Post .Single__Media {
  margin-top: 2rem;
}
.Single--Post .Single__DesktopSlider {
  display: none;
}
.Single--Post .Single__LabelTags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5rem;
}
.Single--Post .Single__ThumbnailWrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  margin: 1rem 0 2rem;
}
@supports (aspect-ratio: 1) {
  .Single--Post .Single__ThumbnailWrapper {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .Single--Post .Single__ThumbnailWrapper::before {
    float: left;
    padding-top: calc(( 1 / 1 ) * 100 * 1%);
    content: "";
  }
  .Single--Post .Single__ThumbnailWrapper::after {
    display: block;
    content: "";
    clear: both;
  }
}
.Single--Post .Single__Thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--dull-border-radius-400);
}
.Single--Post .Single__Latest {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .Single--Post .Single__Content {
    flex-direction: row;
    column-gap: 2rem;
    padding-top: 3rem;
  }
  .Single--Post article {
    flex: 1;
  }
  .Single--Post article a {
    color: var(--clr-orange-400);
    text-decoration: underline;
  }
  .Single--Post .Single__Gallery {
    margin-top: 0;
  }
  .Single--Post .Single__Media {
    margin-top: 0;
    width: 50%;
    max-width: 40rem;
  }
  .Single--Post .Single__Media > * {
    border-radius: var(--dull-border-radius-400);
  }
  .Single--Post .Single__MobileSlider {
    display: none;
  }
  .Single--Post .Single__DesktopSlider {
    display: grid;
  }
}
.Single--Event {
  display: flex;
  flex-direction: column;
}

.Modal {
  visibility: hidden;
  position: fixed;
  align-items: center;
  top: -20000px;
  left: -20000px;
  z-index: 318;
  width: 100vw;
  height: calc(100vh - var(--header-height));
  max-width: 100% !important;
  background-color: var(--bg-primary-400);
  color: var(--clr-neutral-100);
}
.Modal.is-modal-open {
  visibility: visible;
  left: 0;
  top: var(--header-height);
}
.Modal .Modal__Container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: calc(var(--bredcrumbs-height) + 2rem);
}
.Modal .Modal__Wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 95%;
}
.Modal .Modal__Close {
  color: var(--clr-neutral-100);
  font-size: 3rem;
  align-self: flex-end;
  line-height: 0.1rem;
  position: absolute;
  right: 1.5rem;
  top: calc(var(--bredcrumbs-height) + 1rem);
  z-index: 371;
}
.Modal .Modal__Close:hover {
  color: var(--clr-neutral-100);
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .Modal .Modal__Wrapper {
    width: 95%;
  }
}

.SinglePageCover {
  display: flex;
  position: relative;
  min-height: 25rem;
}
.SinglePageCover .SinglePageCover__Image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.SinglePageCover .SinglePageCover__Image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--grd-primary-400);
  opacity: 0.7;
}
.SinglePageCover .SinglePageCover__Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SinglePageCover .SinglePageCover__Wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
  z-index: 1;
}
.SinglePageCover .SinglePageCover__Title {
  text-align: center;
  line-height: var(--lh-400);
}

.EventDetail {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.EventDetail::before, .EventDetail::after {
  max-width: 30rem;
  max-height: 40rem;
  content: "";
  position: absolute;
  background: var(--grd-primary-400);
  opacity: 0.5;
  filter: blur(40px);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 40%;
}
@media (min-width: 768px) {
  .EventDetail::before, .EventDetail::after {
    max-width: 60rem;
    max-height: 40rem;
  }
}
.EventDetail::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.EventDetail::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.EventDetail .EventDetail__PanelList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4rem 0;
}
.EventDetail .EventDetail__PanelList > * + * {
  margin-top: 2rem;
}
.EventDetail .EventDetail__TeamAtEvent {
  margin: 4rem 0;
}
.EventDetail .EventDetail__TeamList {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  grid-template-rows: 1fr;
  row-gap: 1rem;
  column-gap: 1rem;
}
.EventDetail .EventDetail__BookEvent {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .EventDetail .EventDetail__TeamList {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10%;
  }
}

.TwoCols {
  padding: 0 calc(var(--side-wrapper-padding) + 1rem);
  padding-bottom: 4rem;
}
.TwoCols .TwoCols__Wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}
.TwoCols .TwoCols__ColContent {
  display: flex;
  flex-direction: column;
}
.TwoCols .TwoCols__Col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.TwoCols .TwoCols__Col .HubspotShortcode {
  margin-top: 1rem;
}
.TwoCols .TwoCols__Col:nth-child(2) {
  display: none;
}
@media (min-width: 1280px) {
  .TwoCols .TwoCols__Wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .TwoCols .TwoCols__Col:nth-child(2) {
    display: flex;
  }
}

.Page404 {
  width: 100%;
  min-height: 100%;
  display: flex;
}
.Page404 .Page404__Wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.Page404 .Page404__Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.Page404 .Page404__Title {
  font-size: clamp(8rem, 20vw, 18rem);
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.Page404 .Page404__Text {
  font-size: var(--fs-500);
  max-width: 40rem;
}

/* Import Blocks */
.Header {
  height: var(--header-height);
  display: flex;
  z-index: 424;
}
.Header .Header__Box {
  width: 100%;
  display: flex;
  background-color: var(--bg-primary-400);
  box-shadow: 0px 2px 10px var(--clr-neutral-trans-900);
}
.Header .Header__Wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header .Header__Logo {
  height: clamp(80%, 3vw, 100%);
  max-height: 3rem;
}
.Header--Sticky {
  position: sticky;
  top: 0;
}
.Header--Sticky .Header__Box {
  z-index: 848;
}
@media (min-width: 1024px) {
  .Header .Header__Wrapper {
    flex-direction: column;
    justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .Header .Header__Wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
}
.is-menu-open .Header::before {
  position: absolute;
  content: "";
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--grd-primary-900);
  z-index: 583;
}

.Footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--clr-neutral-800);
  font-size: var(--fs-footer-text);
  z-index: 106;
}
.Footer .Footer__Wrapper {
  display: flex;
  flex-direction: column;
  min-height: 8rem;
  justify-content: center;
}
.Footer .Footer__Text {
  line-height: var(--lh-400);
  font-size: var(--fs-400);
}
.Footer .Footer__Text p {
  line-height: var(--lh-400);
  font-size: var(--fs-400);
}
.Footer .Footer__Text > *:first-child {
  margin-top: 0;
}
.Footer .Footer__Text > *:last-child {
  margin-bottom: 0;
}

.Navigation--Mobile {
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-size: var(--fs-main-nav);
  padding-top: calc(var(--header-height) * 0.5);
  padding-bottom: calc(var(--header-height));
  overflow: auto;
}
.Navigation--Mobile .Navigation__List {
  width: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.Navigation--Mobile .Navigation__List > * + * {
  margin-top: 1.2rem;
}
.Navigation--Mobile .Navigation__Item {
  display: flex;
}
.Navigation--Mobile .Navigation__Link {
  width: 100%;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.Navigation--Mobile .Navigation__Link .Link__Content {
  white-space: normal;
}
.Navigation--Mobile .Navigation__Link[data-icon-position=right] .Link__Content {
  margin-right: auto;
}
.Navigation--Mobile .Navigation__Link[data-icon-position=right] .Link__Icon {
  transform: rotate(-90deg);
}
.Navigation--Mobile .Navigation__Link[data-icon-position=right] .Link__Icon svg {
  width: 0.8rem;
}
.Navigation--Mobile .Navigation__Link[data-icon-position=left] .Link__Content {
  margin-left: auto;
}
.Navigation--Mobile .Navigation__Link[data-icon-position=left] .Link__Icon {
  transform: rotate(90deg);
}
.Navigation--Mobile .Navigation__Link[data-icon-position=left] .Link__Icon svg {
  width: 0.8rem;
}
.Navigation--Mobile .Navigation__Link--Back {
  justify-content: flex-start;
  margin-left: -2.3rem;
  padding: 0;
}
.Navigation--Mobile .Navigation__Link--Back:hover, .Navigation--Mobile .Navigation__Link--Back:focus {
  background: revert;
  -webkit-background-clip: revert;
  -webkit-text-fill-color: revert;
}
.Navigation--Mobile .Navigation__Link--Back[data-icon-position=left] .Link__Content {
  margin-left: 0;
  position: relative;
}
.Navigation--Mobile .Navigation__Link--Back[data-icon-position=left] .Link__Content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--grd-primary-400);
}
.Navigation--Mobile .Navigation__Link--Back[data-icon-position=left] .Link__Icon {
  margin-right: 1.5rem;
}
@media (min-width: 1024px) {
  .Navigation--Mobile {
    display: none;
  }
}
.Navigation--Main {
  padding: 0 2rem;
  width: 100%;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: var(--fs-main-nav);
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  left: -200vw;
}
.Navigation--Main .Navigation__List {
  width: 100%;
  display: flex;
  justify-content: center;
}
.Navigation--Main .Navigation__Item {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
}
.Navigation--Main .Navigation__Link svg {
  width: 0.8rem;
}
.Navigation--Main .Navigation__Link:hover, .Navigation--Main .Navigation__Link:focus {
  background: revert;
  -webkit-background-clip: revert;
  -webkit-text-fill-color: revert;
  position: relative;
}
.Navigation--Main .Navigation__Link:hover svg path, .Navigation--Main .Navigation__Link:focus svg path {
  stroke: url(#gradient);
  fill: transparent;
}
.Navigation--Main .Navigation__Link:hover::before, .Navigation--Main .Navigation__Link:focus::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--grd-primary-400);
}
.Navigation--Main .Navigation__Link:hover[data-type=icon]::before, .Navigation--Main .Navigation__Link:focus[data-type=icon]::before {
  width: calc(100% - 1.3rem);
}
.Navigation--Main .Navigation__Link:hover[data-icon-position=left]::before, .Navigation--Main .Navigation__Link:focus[data-icon-position=left]::before {
  left: auto;
  right: 0;
}
@media (min-width: 1024px) {
  .Navigation--Main {
    display: flex;
    visibility: visible;
    position: relative;
    width: 100%;
    height: auto;
    left: revert;
    margin: 1rem 0;
  }
  .Navigation--Main .Navigation__List {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .Navigation--Main .Navigation__List {
    justify-content: flex-start;
  }
}
.Navigation--Footer {
  margin-top: 1rem;
}
.Navigation--Footer .Navigation__List {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: var(--lh-500);
}
.Navigation--Footer .Navigation__Link {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .Navigation--Footer .Navigation__List {
    flex-direction: row;
  }
  .Navigation--Footer .Navigation__List > * + * {
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
  }
  .Navigation--Footer .Navigation__List > * + *::before {
    content: "|";
    margin-right: 0.5rem;
    display: inline;
  }
}

.Swiper {
  z-index: auto;
}
.Swiper .Swiper__Scrollbar {
  display: none;
}
.Swiper .Swiper__Wrapper {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .Swiper .Swiper__Scrollbar {
    display: block;
  }
}
.Swiper--HeroSlider {
  height: 100%;
  display: flex;
}
.Swiper--HeroSlider .Swiper__Background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.Swiper--HeroSlider .Swiper__Item {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 70px;
}
.Swiper--HeroSlider .Swiper__ItemContent {
  z-index: 212;
}
.Swiper--HeroSlider .Swiper__Pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 265;
}
.Swiper--HeroSlider .swiper-pagination-bullet {
  background-color: var(--clr-primary-400);
  width: 15px;
  height: 15px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .Swiper--HeroSlider .Swiper__ItemContent {
    width: 50%;
  }
  .Swiper--HeroSlider .Swiper__Item {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.Swiper--CarouselSlider {
  overflow: visible;
  width: 80%;
}
.Swiper--CarouselSlider.disable-slider .Swiper__Wrapper {
  justify-content: center;
}
.Swiper--CarouselSlider.disable-slider .Swiper__Wrapper .Card {
  width: 100%;
}
.Swiper--CarouselSlider.disable-slider .Swiper__Wrapper > * + * {
  padding-left: 20px;
}
.Swiper--CarouselSlider.disable-slider .Swiper__Scrollbar {
  display: none;
}
.Swiper--CarouselSlider .Swiper__Item {
  width: 100%;
  height: auto;
}
.Swiper--CarouselSlider .Swiper__Scrollbar {
  height: 20px;
  max-width: 200px;
  transform: translate(-50%, 0px);
  left: 50%;
  background: var(--clr-neutral-trans-300);
}
.Swiper--CarouselSlider .swiper-scrollbar-drag {
  padding: 5px;
  background: var(--clr-neutral-100);
}
@media (min-width: 640px) {
  .Swiper--CarouselSlider {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .Swiper--CarouselSlider .Swiper__Item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .Swiper--CarouselSlider .Swiper__Item {
    width: calc(100% / 3);
  }
  .Swiper--CarouselSlider .Swiper__Wrapper {
    padding-bottom: 65px;
  }
  .Swiper--CarouselSlider .Swiper__Wrapper--FlatBottom {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1537px) {
  .Swiper--CarouselSlider .Swiper__Item {
    width: calc(100% / 4);
  }
}
.Swiper--NoScrollbar .Swiper__Scrollbar {
  display: none;
}
.Swiper--ModalSlider {
  width: 100%;
}
.Swiper--ModalSlider .Swiper__ItemWrapper {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Swiper--ModalSlider .Swiper__ModalTitle {
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(var(--fs-500),3vw + 1rem,var(--fs-700));
}
.Swiper--ModalSlider .Swiper__ModalContentWrapper {
  position: relative;
}
.Swiper--ModalSlider .Swiper__ModalContentWrapper::before, .Swiper--ModalSlider .Swiper__ModalContentWrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999999;
}
.Swiper--ModalSlider .Swiper__ModalContentWrapper::before {
  top: 0;
  height: 2rem;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, var(--bg-primary-400) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#EDDD53", GradientType=0 );
}
.Swiper--ModalSlider .Swiper__ModalContentWrapper::after {
  bottom: 0;
  height: 3rem;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, var(--bg-primary-400) 100%);
}
.Swiper--ModalSlider .Swiper__ModalContent {
  max-height: 60vh;
  padding-right: 1rem;
  font-size: var(--fs-400);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  /* --- Firefox: di base nessuna scrollbar --- */
  scrollbar-width: none;
  /* --- WebKit (Chrome, Safari, Edge) nascosta di base --- */
  /* Quando l’utente è sopra il contenitore (hover) mostriamo la scrollbar */
}
.Swiper--ModalSlider .Swiper__ModalContent > *:last-child {
  margin-bottom: 2rem;
}
.Swiper--ModalSlider .Swiper__ModalContent h3 {
  font-size: clamp(var(--fs-500),3vw + 1rem,var(--fs-600));
}
.Swiper--ModalSlider .Swiper__ModalContent *:not(p) + h1, .Swiper--ModalSlider .Swiper__ModalContent *:not(p) + h2, .Swiper--ModalSlider .Swiper__ModalContent *:not(p) + h3, .Swiper--ModalSlider .Swiper__ModalContent *:not(p) + h4, .Swiper--ModalSlider .Swiper__ModalContent *:not(p) + h5, .Swiper--ModalSlider .Swiper__ModalContent *:not(p) + h6 {
  margin-top: 2rem;
}
.Swiper--ModalSlider .Swiper__ModalContent p + h1, .Swiper--ModalSlider .Swiper__ModalContent p + h2, .Swiper--ModalSlider .Swiper__ModalContent p + h3, .Swiper--ModalSlider .Swiper__ModalContent p + h4, .Swiper--ModalSlider .Swiper__ModalContent p + h5, .Swiper--ModalSlider .Swiper__ModalContent p + h6 {
  margin-top: 2rem;
}
.Swiper--ModalSlider .Swiper__ModalContent::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.Swiper--ModalSlider .Swiper__ModalContent:hover {
  /* Firefox: thin + colore */
  scrollbar-width: thin;
  scrollbar-color: white transparent;
}
.Swiper--ModalSlider .Swiper__ModalContent:hover::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.Swiper--ModalSlider .Swiper__ModalContent:hover::-webkit-scrollbar-track {
  background: transparent;
}
.Swiper--ModalSlider .Swiper__ModalContent:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
}
.Swiper--ModalSlider .Swiper__ModalContent p {
  font-size: var(--fs-400);
}
.Swiper--ModalSlider .Swiper__ModalContent ul {
  padding: 0;
}
.Swiper--ModalSlider .Swiper__ModalContent ul > li {
  font-size: var(--fs-400);
  flex-direction: column;
}
.Swiper--ModalSlider .Swiper__Arrow {
  color: var(--clr-primary-400);
}
.Swiper--ModalSlider .Swiper__Arrow:after {
  font-size: 2rem;
}
.Swiper--ModalSlider .Swiper__ModalColumns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.Swiper--ModalSlider .Swiper__ModalColumns > * {
  flex: 1 1 40%;
}
.Swiper--ModalSlider .Swiper__ModalColumns > * ul, .Swiper--ModalSlider .Swiper__ModalColumns > * li {
  list-style: none;
}
@media (min-width: 640px) {
  .Swiper--ModalSlider .Swiper__ModalColumns > * {
    min-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .Swiper--ModalSlider .Swiper__ItemWrapper {
    width: 80%;
  }
  .Swiper--ModalSlider .Swiper__ModalContent {
    max-height: 50vh;
    overflow: auto;
  }
  .Swiper--ModalSlider .Swiper__ModalColumns {
    gap: 1.5rem;
  }
  .Swiper--ModalSlider .Swiper__ModalColumns > * {
    border: 2px solid var(--clr-primary-400);
    border-radius: 16px;
    padding: 1.5rem;
  }
  .Swiper--ModalSlider .Swiper__Arrow--Prev {
    left: 3rem;
  }
  .Swiper--ModalSlider .Swiper__Arrow--Next {
    right: 3rem;
  }
}
@media (min-width: 1280px) {
  .Swiper--ModalSlider .Swiper__ItemWrapper {
    width: 60%;
  }
  .Swiper--ModalSlider .Swiper__ItemWrapper--WithColumns {
    width: min(70%, 85rem);
  }
  .Swiper--ModalSlider .Swiper__ModalContent {
    max-height: 70vh;
    overflow: auto;
  }
  .Swiper--ModalSlider .Swiper__Arrow--Prev {
    left: 6rem;
  }
  .Swiper--ModalSlider .Swiper__Arrow--Next {
    right: 6rem;
  }
}
.Swiper--GallerySlider .Swiper__Wrapper {
  align-items: center;
}
.Swiper--GallerySlider .Swiper__Scrollbar {
  height: 20px;
  max-width: 200px;
  transform: translate(-50%, 0px);
  left: 50%;
  background: var(--clr-neutral-trans-300);
}
.has-white-background-color .Swiper--GallerySlider .Swiper__Scrollbar {
  background: var(--clr-neutral-trans-900);
}
.Swiper--GallerySlider .swiper-scrollbar-drag {
  padding: 5px;
  background: var(--clr-neutral-100);
}
.has-white-background-color .Swiper--GallerySlider .swiper-scrollbar-drag {
  background: var(--clr-neutral-900);
}
.Swiper--GallerySlider .Swiper__ImageWrapper {
  display: flex;
}
.Swiper--GallerySlider .Swiper__Image {
  max-height: 10rem;
  width: auto;
}
@media (min-width: 1024px) {
  .Swiper--GallerySlider .Swiper__Wrapper {
    padding-bottom: 5rem;
  }
}
.Swiper--TestimonialSlider {
  width: 100%;
}
.Swiper--TestimonialSlider .Swiper__ItemWrapper {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Swiper--TestimonialSlider .Swiper__Arrow {
  color: var(--clr-primary-400);
}
.Swiper--TestimonialSlider .Swiper__Arrow:after {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .Swiper--TestimonialSlider .Swiper__ItemWrapper {
    width: 80%;
  }
}
.Swiper--TextSlider {
  width: 100%;
}
.Swiper--TextSlider .Swiper__Wrapper {
  align-items: center;
}
.Swiper--TextSlider .Swiper__ItemWrapper {
  margin: 0 auto;
  max-width: 60%;
}
.Swiper--TextSlider .Swiper__Arrow {
  color: var(--clr-primary-400);
}
.Swiper--TextSlider .Swiper__Arrow:after {
  font-size: 1rem;
}
.Swiper--TextSlider .Swiper__Text--Linked {
  font-size: clamp(var(--fs-500),1vw + 1rem,var(--fs-600));
  font-weight: var(--fw-bold);
}
.Swiper--Vertical .Swiper__Pagination {
  display: none;
}
.Swiper--Vertical .Swiper__Arrow {
  color: var(--clr-primary-400);
}
.Swiper--Vertical .Swiper__Arrow:after {
  font-size: 1rem;
}
.Swiper--Vertical .Swiper__ItemWrapper {
  margin: 0 auto;
  max-width: 70%;
}
.Swiper--Vertical .Swiper__Title {
  font-size: var(--fs-700);
  font-weight: var(--fw-bold);
  line-height: var(--lh-300);
  margin-bottom: 1.5rem;
  background: var(--grd-primary-400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
  .Swiper--Vertical {
    display: flex;
    justify-content: flex-end;
  }
  .Swiper--Vertical .Swiper__Wrapper {
    flex: 0 1 55%;
    max-height: 40vh;
  }
  .Swiper--Vertical .Swiper__ItemWrapper {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .Swiper--Vertical .Swiper__Pagination {
    display: block;
    right: auto;
    left: 0px;
    top: 0;
    transform: translate(0, 0%);
    width: 45%;
  }
  .Swiper--Vertical .Swiper__Title {
    display: none;
  }
  .Swiper--Vertical .Swiper__Description {
    max-height: 75%;
    overflow: auto;
  }
  .Swiper--Vertical .Swiper__TitleBullet {
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 1.2rem 0 !important;
    font-weight: var(--fw-bold);
    line-height: var(--lh-300);
    font-size: var(--fs-700);
    background: var(--grd-primary-400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  .Swiper--Vertical .Swiper__TitleBullet.swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
  }
  .Swiper--Vertical .Swiper__TitleBullet.swiper-pagination-bullet-active {
    font-size: var(--fs-900);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  }
  .Swiper--Vertical .Swiper__Arrow {
    transform: rotate(90deg);
    left: 70%;
    right: auto;
  }
  .Swiper--Vertical .Swiper__Arrow--Prev {
    top: 25px;
  }
  .Swiper--Vertical .Swiper__Arrow--Next {
    bottom: 0;
    top: auto;
  }
}
.Swiper--Timeline {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.Swiper--Timeline .Swiper__Item {
  padding: 0 4rem 1rem 4rem;
}
.Swiper--Timeline .Swiper__Arrow {
  color: var(--clr-primary-400);
}
.Swiper--Timeline .Swiper__Arrow:after {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .Swiper--Timeline {
    padding-bottom: 3rem;
  }
  .Swiper--Timeline .Swiper__Item {
    padding: 0 4rem;
  }
  .Swiper--Timeline .Swiper__Arrow:after {
    font-size: 1.5rem;
  }
}

.CardBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.CardBlock--Right {
  align-items: center;
}
@media (min-width: 1024px) {
  .CardBlock--Right {
    align-items: flex-end;
  }
}
.CardBlock--Center {
  align-items: center;
}
.CardBlock--Left {
  align-items: center;
}
@media (min-width: 640px) {
  .CardBlock--Left {
    align-items: flex-start;
  }
}

.Section {
  position: relative;
}
.Section .Section__Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.Section .Section__Title {
  font-size: var(--fs-800);
  margin-bottom: 3rem;
}
.Section--DirectionRow .Section__Wrapper {
  flex-direction: row;
}
.Section--CenterContent .Section__Wrapper {
  align-items: center;
}
.Section--TinyMargin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.Section--Last {
  margin-bottom: 3rem;
}
.Section--BorderTopGradient {
  margin-top: 4rem;
}
.Section--BorderTopGradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--grd-primary-400);
  top: -2rem;
  left: 0;
}

.Archive {
  padding: 0 calc(var(--side-wrapper-padding) + 1rem);
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.Archive .Archive__Wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Archive .Archive__List > * {
  margin-bottom: 1rem;
}
.Archive .wpc-filters-open-widget,
.Archive .wpc-open-close-filters-button {
  width: 100%;
  color: var(--clr-neutral-100);
  border: 1px solid var(--clr-neutral-100);
}
.Archive .wpc-filters-open-widget .wpc-icon-html-wrapper > *,
.Archive .wpc-open-close-filters-button .wpc-icon-html-wrapper > * {
  background-color: var(--clr-neutral-100);
}
.Archive .wpc-filters-widget-content.wpc-filters-widget-opened {
  background-color: var(--bg-primary-400);
}
.Archive .wpc-filters-widget-content.wpc-filters-widget-opened .wpc-widget-popup-title {
  color: var(--clr-neutral-100);
}
.Archive .wpc-filters-widget-content .wpc-filters-scroll-container,
.Archive .wpc-filters-widget-content .wpc-filters-widget-controls-container,
.Archive .wpc-filters-widget-content .wpc-filters-widget-top-container {
  background-color: transparent;
}
.Archive .select2-search--dropdown {
  display: none;
}
.Archive .select2-dropdown {
  background-color: var(--bg-primary-400);
}
.Archive .wpc-filter-everything-dropdown .select2-results__options {
  max-height: none !important;
}
.Archive .wpc-filter-everything-dropdown .select2-results__options > * + *::before {
  content: "";
  width: calc( 100% - 2rem );
  height: 1px;
  background: var(--grd-primary-400);
  position: absolute;
  top: 0s;
  left: 1rem;
}
.Archive .wpc-filter-everything-dropdown .select2-results__option {
  padding: 0 1rem !important;
  display: flex;
}
.Archive .wpc-filter-everything-dropdown .select2-results__option span {
  padding: 0.7rem 0 !important;
  width: 100%;
  position: relative;
}
.Archive .wpc-filter-everything-dropdown .select2-results__option--selected {
  color: var(--clr-neutral-100);
  background-color: transparent !important;
}
.Archive .wpc-filter-everything-dropdown .select2-results__option--highlighted[aria-selected] {
  color: var(--clr-neutral-100) !important;
  background-color: transparent !important;
}
.Archive .wpc-filters-ul-list {
  display: flex;
  flex-direction: column;
}
.Archive .wpc-filters-ul-list .wpc-label-item label {
  border: none !important;
  width: 100%;
  margin: 0 !important;
}
.Archive .wpc-filters-ul-list .wpc-label-item .wpc-filter-label-wrapper {
  background-color: transparent;
  border: 1px solid var(--clr-neutral-100) !important;
  border-radius: var(--dull-border-radius-900) !important;
  padding: 0.3rem 0.4rem 0.3rem 1rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.Archive .wpc-filters-ul-list .wpc-label-item .wpc-filter-label-wrapper a {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Archive .wpc-filters-ul-list .wpc-label-item .wpc-filter-label-wrapper .wpc-term-count {
  margin: 0 0 0 1rem;
  position: relative;
  color: transparent;
  height: 2rem;
  min-width: 2rem;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--dull-border-radius-900) !important;
  background-color: var(--clr-neutral-100);
  color: var(--clr-neutral-900);
  font-size: var(--fs-400);
  font-weight: var(--fw-normal);
  line-height: 1;
  padding: 0 0.2rem;
}
.Archive .wpc-filters-widget-main-wrapper input.wpc-label-input + label:hover span.wpc-filter-label-wrapper,
.Archive .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
  background-color: transparent;
  color: var(--clr-neutral-100) !important;
  position: relative;
  border-color: transparent !important;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.Archive .wpc-filters-widget-main-wrapper input.wpc-label-input + label:hover span.wpc-filter-label-wrapper a,
.Archive .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a {
  color: inherit;
}
.Archive .wpc-filters-widget-main-wrapper input.wpc-label-input + label:hover span.wpc-filter-label-wrapper::before,
.Archive .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 2px;
  background: var(--grd-primary-400);
  border-radius: var(--dull-border-radius-900) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .Archive {
    padding-top: 4rem;
  }
  .Archive .Archive__Wrapper {
    flex-direction: row;
    padding-top: 6rem;
  }
  .Archive .Archive__Sidebar {
    width: 15%;
    margin-right: 2rem;
  }
  .Archive .Archive__ListContainer {
    display: flex;
    max-width: 964px;
    flex: 1;
  }
  .Archive .Archive__List {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-auto-rows: 1fr;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .Archive .Archive__List {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (min-width: 1280px) {
  .Archive .Archive__List {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}
@media (min-width: 1536px) {
  .Archive .Archive__ListContainer {
    max-width: 1160px;
  }
  .Archive .Archive__List {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.Archive--Search {
  padding-top: 0;
}
.Archive--Search .Archive__Wrapper {
  flex-direction: column;
}
.Archive--Search .Archive__NoResults {
  margin: auto;
}
.Archive--Search .Archive__Title {
  font-size: var(--fs-600);
  padding: 2rem 0;
}
.Archive--Search .Archive__Query {
  font-weight: var(--fw-bold);
  margin: 0 1rem;
}
