@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

p, blockquote {
  font-weight: normal;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: none;
}

:focus-visible:not(input):not(select) {
  outline: 2px dotted #75BA46;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

input,
textarea,
select,
button {
  /* disable default webkit form styles */
  -webkit-appearance: none;
  border-radius: 0;
  /* removes whitespace around forms */
  margin: 0;
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

/* Removes outline from FF*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-ms-reveal {
  color: white;
}

.lightmode ::-ms-reveal {
  color: #131f39;
}

html {
  box-sizing: border-box;
}

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

html, body {
  min-width: 375px;
  background-color: black;
}

html.lightmode, body.lightmode {
  background-color: white;
}

body {
  position: relative;
}

body.nav--show {
  overflow: hidden;
}

.lightmode body {
  background-color: white;
}

body[class*="--stopscroll"] {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 47.9375em) {
  body[class*="--hidenav"] .nav-primary {
    display: none;
  }
}

body,
button,
input,
select,
textarea {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  -webkit-text-size-adjust: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lightmode body, .lightmode
button, .lightmode
input, .lightmode
select, .lightmode
textarea {
  color: #131f39;
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 18px;
}

.main[class*="intro"] h1, .main[class*="intro"] h2, .main[class*="intro"] h3, .main[class*="intro"]
.h1, .main[class*="intro"] .h2, .main[class*="intro"] .h3 {
  color: inherit;
}

h1, .h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  h1, .h1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

h1[class*="--large"], .h1[class*="--large"] {
  font-size: 85px;
  font-size: 5.3125rem;
  line-height: 90px;
  line-height: 5.625rem;
}

@media (min-width: 48em) {
  h1[class*="--large"], .h1[class*="--large"] {
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
}

h2, .h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  h2, .h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

h3, .h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  h3, .h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

h4, .h4 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  h4, .h4 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #acb0b9;
}

@media (min-width: 48em) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}

.lightmode p {
  color: #737b8c;
}

p[class*="--large"] {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

@media (min-width: 48em) {
  p[class*="--large"] {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

ul li, ol li {
  margin-bottom: 12px;
}

ul li:not([class]) li:last-child, ol li:not([class]) li:last-child {
  margin-bottom: 0;
}

ul {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}

ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
}

ul li:before {
  content: '\2022';
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ol {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
  list-style-type: decimal;
  margin-left: 18px;
}

@media (min-width: 48em) {
  ol {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}

dl {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
  overflow: hidden;
}

@media (min-width: 48em) {
  dl {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}

dl dt, dl dd {
  float: left;
  margin-bottom: 12px;
}

dl dt {
  clear: left;
  margin-right: 6px;
  font-weight: 700;
}

.unstyled {
  list-style: none;
  margin: 0;
  overflow: visible;
}

.unstyled li,
.unstyled dt,
.unstyled dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.unstyled dt {
  font-weight: 400;
}

.unstyled li:before {
  display: none;
}

a {
  color: white;
  transition: all 0.2s ease-in-out;
}

.lightmode a {
  color: #131f39;
}

a:hover, a:focus {
  text-decoration: none;
}

@supports (text-decoration-color: transparent) {
  a:hover, a:focus {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

table {
  width: 100%;
}

table th, table td {
  padding: 12px 9px;
  text-align: left;
}

table th:first-child, table td:first-child {
  padding-left: 18px;
}

table th:last-child, table td:last-child {
  padding-right: 18px;
  text-align: center;
}

table th {
  border-bottom: 1px solid #393d46;
  color: #5e636e;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  text-transform: uppercase;
}

.lightmode table th {
  border-bottom: 1px solid #e0e4eb;
}

.lightmode table th {
  color: #abb0ba;
}

table td {
  color: #acb0b9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
}

.lightmode table td {
  color: #737b8c;
}

table td label {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}

table tbody tr:nth-child(even) td {
  background-color: #1c1d22;
}

.lightmode table tbody tr:nth-child(even) td {
  background-color: #f1f2f4;
}

.text-body {
  color: #131f39 !important;
}

[class*="--sr-only"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[class*="--sr-only-focusable"]:active, [class*="--sr-only-focusable"]:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class*="form__group"] {
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  [class*="form__group"]:last-child {
    margin-bottom: 0;
  }
}

[class*="form__group"][class*="--inline"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
}

[class*="form__group"][class*="--reverse"] {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[class*="form__group"][class*="--top"] {
  align-items: flex-start;
}

[class*="form__group"] + p {
  margin-top: -18px;
  margin-bottom: 36px;
}

.panel [class*="grid"] [class*="col"]:last-child [class*="form__group"] {
  margin-bottom: 0;
}

table [class*="form__field"] {
  display: inline-block;
}

legend,
.legend {
  display: block;
  margin-bottom: 12px;
}

legend,
label {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
}

legend[class*="--large"],
label[class*="--large"] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  legend[class*="--large"],
  label[class*="--large"] {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.form__group[class*="--inline"] label {
  margin-bottom: 0;
  margin-right: 12px;
}

.form__group[class*="--inline --reverse"] label {
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 0;
}

.form__control__container {
  position: relative;
}

.form__control__container > .icon {
  position: absolute;
  top: 50%;
  pointer-events: none;
}

.form__control__container > .icon:first-child {
  left: 0;
  transform: translate(12px, -50%);
}

.form__control__container > .icon:last-child {
  right: 0;
  transform: translate(-12px, -50%);
}

.form__control__container > button {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(12px, -50%);
}

.form__control__container > button .icon {
  transition: transform 0.2s ease-in-out;
}

.form__control__container > button .icon:nth-child(2) {
  display: none;
}

.form__control__container > button[class*="--show"] .icon:nth-child(1) {
  display: none;
}

.form__control__container > button[class*="--show"] .icon:nth-child(2) {
  display: block;
}

.form__control__container > button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form__control__container > button:hover, .form__control__container > button:focus {
  color: #507EE5;
}

.form__control__container > button:hover + .form__control, .form__control__container > button:focus + .form__control {
  border-color: #507EE5;
}

.form__control__container > button:focus .icon {
  transform: scale(1.2);
}

.form__control {
  width: 100%;
  padding: 12px 18px;
  background-color: rgba(241, 242, 244, 0.08);
  border: 2px solid transparent;
  border-radius: 6px;
  vertical-align: middle;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

@media (min-width: 48em) {
  .form__control {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

.lightmode .form__control {
  background-color: rgba(76, 84, 103, 0.08);
}

.form__control:hover {
  border-color: #507EE5;
}

.form__control:focus {
  border-color: #507EE5;
  box-shadow: 0 0 0 2px #507EE5;
}

.form__control + .icon:last-child {
  display: none;
}

.form__control[class*="--dark"] {
  background-color: black;
}

.lightmode .form__control[class*="--dark"] {
  background-color: white;
}

.form__control[class*="--success"] {
  border-color: #75BA46;
}

.form__control[class*="--success"]:focus {
  box-shadow: 0 0 0 2px #75BA46;
}

.form__control[class*="--success"] + .icon {
  color: #75BA46;
}

.form__control[class*="--failure"] {
  border-color: #F45656;
}

.form__control[class*="--failure"]:focus {
  box-shadow: 0 0 0 2px #F45656;
}

.form__control[class*="--failure"] + .icon {
  color: #F45656;
}

.form__control[class*="--success"], .form__control[class*="--failure"] {
  padding-right: 42px;
}

.form__control[class*="--success"] + .icon:last-child, .form__control[class*="--failure"] + .icon:last-child {
  display: block;
}

.form__control[class*="--icon-pre"] {
  padding-left: 42px;
}

.form__control:-moz-placeholder {
  color: #acb0b9;
}

.form__control::-moz-placeholder {
  color: #acb0b9;
}

.form__control:-ms-input-placeholder {
  color: #acb0b9;
}

.form__control::-webkit-input-placeholder {
  color: #acb0b9;
}

.lightmode .form__control:-moz-placeholder {
  color: #737b8c;
}

.lightmode .form__control::-moz-placeholder {
  color: #737b8c;
}

.lightmode .form__control:-ms-input-placeholder {
  color: #737b8c;
}

.lightmode .form__control::-webkit-input-placeholder {
  color: #737b8c;
}

textarea {
  min-height: 140px;
  overflow: auto;
}

@media (min-width: 48em) {
  textarea {
    min-height: 180px;
  }
}

.form__alt-control-container input,
.form__alt-control-container select {
  max-width: 100%;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-weight: 500;
}

.form__alt-control-container[class*="--currency"]:before {
  content: '£';
  position: absolute;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

.form__alt-control-container[class*="--currency"] input {
  padding-bottom: 3px;
  padding-left: 18px;
  border-bottom: 2px solid #507EE5;
}

.form__alt-control-container[class*="--select"] {
  display: flex;
  align-items: center;
}

.form__alt-control-container[class*="--select"] select {
  padding-right: 30px;
}

.form__alt-control-container[class*="--select"] option {
  color: #131f39;
}

.form__alt-control-container[class*="--select"] .icon {
  transform: translateX(-100%);
  pointer-events: none;
}

.form__alt-control-container[class*="--number"] {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 80px;
}

.form__alt-control-container[class*="--number"] .form__number__down {
  top: 0;
  transform: translate(-6px, 13.5px);
}

.form__alt-control-container[class*="--number"] .form__number__up {
  bottom: 0;
  transform: translate(-6px, -13.5px) rotate(-180deg);
}

.no-js .form__alt-control-container[class*="--number"] .form__number__up, .no-js
.form__alt-control-container[class*="--number"] .form__number__down {
  display: none;
}

.form__alt-control-container[class*="--small"] input,
.form__alt-control-container[class*="--small"] select {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.form__alt-control-container[class*="--date"] {
  position: relative;
}

.form__alt-control-container[class*="--date"] .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}

.form__select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form__select .form__control + .form__select__handler:last-child {
  display: block;
}

.form__select select {
  padding-right: 36px;
  background-color: black;
}

.lightmode .form__select select {
  background-color: white;
}

.form__number {
  max-width: 110px;
}

.form__number input {
  padding-right: 36px;
  background-color: black;
}

.lightmode .form__number input {
  background-color: white;
}

.form__number:hover input {
  border-color: #507EE5;
  box-shadow: 0 0 0 2px #507EE5;
}

.form__number .form__number__up {
  top: 0;
  transform: translate(-6px, 6px) rotate(-180deg);
}

.form__number .form__number__down {
  bottom: 0;
  transform: translate(-6px, 0);
}

.form__number .form__number__up,
.form__number .form__number__down {
  left: auto;
}

.no-js .form__number .form__number__up, .no-js
.form__number .form__number__down {
  display: none;
}

.form__number__down,
.form__number__up {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 16px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.form__number__down .icon,
.form__number__up .icon {
  transition: transform 0.2s ease-in-out;
}

.form__number__down:hover, .form__number__down:focus,
.form__number__up:hover,
.form__number__up:focus {
  color: #75BA46;
}

.form__number__down:focus .icon,
.form__number__up:focus .icon {
  transform: scale(1.5);
}

.form__checkbox {
  width: 18px;
  height: 18px;
}

.form__checkbox .form__control__container {
  display: block;
  width: 18px;
  height: 18px;
  background-color: black;
  border: 1px solid #acb0b9;
  border-radius: 50%;
}

.lightmode .form__checkbox .form__control__container {
  border: 1px solid #737b8c;
}

.form__checkbox .form__control__container span {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  opacity: 0;
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: transform 0.2s ease-in-out;
}

.lightmode .form__checkbox .form__control__container span {
  background-color: #737b8c;
}

.form__checkbox input {
  width: 18px;
  height: 18px;
  padding: 0;
  opacity: 0;
}

.lightmode .form__checkbox input {
  background-color: white;
}

.form__checkbox input:checked {
  border-color: #75BA46;
}

.form__checkbox input:checked + span {
  opacity: 1;
  background-color: #75BA46;
}

.form__checkbox input:checked:focus {
  box-shadow: 0 0 0 2px #75BA46;
}

.form__toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

[class*="--inline"] .form__toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.form__toggle .form__control__container {
  width: 42px;
  height: 24px;
  padding: 4px;
  background-color: black;
  border-radius: 24px;
}

.lightmode .form__toggle .form__control__container {
  background-color: white;
}

.form__toggle input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form__toggle input:checked + span {
  transform: translateX(100%);
  background-color: #75BA46;
}

.form__toggle span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #acb0b9;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}

.lightmode .form__toggle span {
  background-color: #737b8c;
}

.form__actions {
  margin-top: 42px;
  text-align: center;
}

.form__actions > *:not(:last-child) {
  margin-bottom: 24px;
}

.form__actions > *:last-child {
  margin-bottom: 0;
}

button {
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

button .icon {
  transition: color 0.2s ease-in-out;
}

button:hover, button:focus {
  text-decoration: none;
  /*.icon {
				color: $color-brand-accent-2;
			}*/
}

@supports (text-decoration-color: transparent) {
  button:hover, button:focus {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.form__feedback {
  display: block;
  margin-top: 9px;
  color: #acb0b9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .form__feedback {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.lightmode .form__feedback {
  color: #737b8c;
}

.form__feedback[class*='--failure'] {
  color: #F45656;
}

.form__combobox__button {
  position: relative;
  background-color: black;
  text-decoration: none;
  text-align: left;
}

.lightmode .form__combobox__button {
  background-color: white;
}

.form__combobox__button[aria-expanded="true"] {
  border-radius: 6px 6px 0 0;
}

.form__combobox__button .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-12px, -50%);
  pointer-events: none;
}

.form__combobox__listbox {
  list-style: none;
  margin: 0;
  overflow: visible;
  /*position: absolute;
			z-index: 2;
			top: 100%;
			transform: translateY(2px);
			width: 100%;
			overflow: hidden;*/
  max-height: 100vh;
  overflow: hidden;
  background-color: black;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.5s ease-in-out;
}

.form__combobox__listbox li,
.form__combobox__listbox dt,
.form__combobox__listbox dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.form__combobox__listbox dt {
  font-weight: 400;
}

.form__combobox__listbox li:before {
  display: none;
}

.lightmode .form__combobox__listbox {
  background-color: white;
}

.form__combobox__listbox[aria-hidden="true"] {
  max-height: 0;
}

.form__combobox__listbox li {
  border-top: 1px solid #393d46;
  padding: 12px 18px;
  border: 2px dashed transparent;
  transition: background-color 0.2s ease-in-out;
}

.lightmode .form__combobox__listbox li {
  border-top: 1px solid #e0e4eb;
}

.form__combobox__listbox li[aria-selected="true"] {
  background-color: rgba(80, 126, 229, 0.14);
}

.form__combobox__listbox li img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
}

.form__combobox__listbox li span {
  display: block;
}

.form__combobox__listbox li span.form__combobox__listbox__name {
  font-weight: 700;
}

.form__combobox__listbox li span.form__combobox__listbox__role {
  color: #acb0b9;
  font-weight: 500;
}

.lightmode .form__combobox__listbox li span.form__combobox__listbox__role {
  color: #737b8c;
}

.form__combobox__listbox li:focus, .form__combobox__listbox li:hover {
  outline: 0;
  background-color: #393d46;
}

.lightmode .form__combobox__listbox li:focus, .lightmode .form__combobox__listbox li:hover {
  background-color: #e0e4eb;
}

.form__combobox__listbox li:focus-visible {
  border-color: #75BA46;
}

figure {
  position: relative;
  margin-bottom: 24px;
}

figure img {
  max-width: 100%;
}

img {
  vertical-align: middle;
}

svg {
  fill: currentColor;
}

.header {
  position: relative;
  z-index: 30;
  padding-top: 24px;
  padding-bottom: 18px;
  background-color: #1c1d22;
}

@media (max-width: 47.9375em) {
  .header {
    position: sticky;
    top: 0;
  }
}

.lightmode .header {
  background-color: #f1f2f4;
}

@media (min-width: 48em) {
  .header {
    margin-left: 210px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: transparent;
  }
  .lightmode .header {
    background-color: transparent;
  }
}

.header__logo {
  position: absolute;
  top: 0;
  /*dm changed 12th jun 2024 for new logo*/
  /*left: 16px;*/
  left: 22px;
  transform: translateX(-210px);
  /*//max-width: 120px;*/

  /*height: 44px;*/
  height: 74px;
  margin-bottom: 0;
}

.header__logo__dark {
  display: block;
}

.lightmode .header__logo__dark {
  display: none;
}

.header__logo__light {
  display: none;
}

.lightmode .header__logo__light {
  display: block;
}

.header__logo img {
  height: 100%;
  max-width: 100%;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__helper {
  display: flex;
  margin-right: 6px;
}

.header__title {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  margin-bottom: 0;
}

@media (max-width: 47.9375em) {
  .header__title {
    order: 2;
  }
}

.header__project {
  display: flex;
  align-items: center;
  margin-right: 36px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 48em) {
  .header__project {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

@supports (text-decoration-color: transparent) {
  .header__project {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.header__project:hover, .header__project:focus {
  text-decoration: underline;
}

@supports (text-decoration-color: transparent) {
  .header__project:hover, .header__project:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}

@media (max-width: 47.9375em) {
  .header__project {
    order: 1;
    margin-right: 12px;
  }
}

@media (max-width: 47.9375em) {
  .header__project span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

@media (min-width: 48em) {
  .header__project .icon {
    margin-right: 12px;
  }
}

.header__nav {
  list-style: none;
  margin: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav li,
.header__nav dt,
.header__nav dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.header__nav dt {
  font-weight: 400;
}

.header__nav li:before {
  display: none;
}

@media (max-width: 47.9375em) {
  .header__nav {
    order: 3;
  }
}

.header__nav li:not(:first-child) {
  margin-left: 12px;
}

@media (min-width: 48em) {
  .header__nav li:not(:first-child) {
    margin-left: 24px;
  }
}

.header a.header__helper,
.header .header__nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.header a.header__helper[class*="header__notifications"][class*="--notify"]:after,
.header .header__nav a[class*="header__notifications"][class*="--notify"]:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  transform: translate(-6px, 2px);
  background-color: #507EE5;
  border-radius: 50%;
}

.header a.header__helper[class*="header__cart"][data-items]:after,
.header .header__nav a[class*="header__cart"][data-items]:after {
  content: attr(data-items);
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
  transform: translate(2px, -2px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #75BA46;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
}

.header a.header__helper:hover, .header a.header__helper:focus,
.header .header__nav a:hover,
.header .header__nav a:focus {
  background-color: #393d46;
}

.lightmode .header a.header__helper:hover, .lightmode .header a.header__helper:focus, .lightmode
.header .header__nav a:hover, .lightmode
.header .header__nav a:focus {
  background-color: #e0e4eb;
}

.header a.header__helper:focus,
.header .header__nav a:focus {
  transform: scale(1.2);
}

.header a.header__helper span,
.header .header__nav a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

nav ul,
nav dl {
  list-style: none;
  margin: 0;
  overflow: visible;
}

nav ul li,
nav ul dt,
nav ul dd,
nav dl li,
nav dl dt,
nav dl dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

nav ul dt,
nav dl dt {
  font-weight: 400;
}

nav ul li:before,
nav dl li:before {
  display: none;
}

.nav-primary {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 12px;
  padding-bottom: 18px;
  background-color: #1c1d22;
  border-radius: 24px 24px 0 0;
}

@media (max-width: 47.9375em) {
  .nav-primary {
    box-shadow: 0 0 10px 0 black;
  }
  .lightmode .nav-primary {
    box-shadow: 0 0 10px 0 white;
  }
}

.lightmode .nav-primary {
  background-color: #f1f2f4;
}

@media (min-width: 48em) {
  .nav-primary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 210px;
    padding-top: 120px;
    background-color: transparent;
  }
  .lightmode .nav-primary {
    background-color: transparent;
  }
}

.nav-primary__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 48em) {
  .nav-primary__nav {
    display: block;
  }
}

@media (min-width: 48em) {
  .nav-primary__nav li {
    margin-bottom: 12px;
  }
}

.nav-primary__nav a {
  display: block;
  text-decoration: none;
}

@supports (text-decoration-color: transparent) {
  .nav-primary__nav a {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.nav-primary__nav a:focus {
  text-decoration: underline;
}

@supports (text-decoration-color: transparent) {
  .nav-primary__nav a:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}

@media (max-width: 47.9375em) {
  .nav-primary__nav a {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 12px;
    line-height: 0.75rem;
  }
}

@media (min-width: 48em) {
  .nav-primary__nav a {
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 48em) {
  .nav-primary__nav a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-16px);
    opacity: 0;
    width: 4px;
    border-radius: 0 3px 3px 0;
    background-color: #507EE5;
  }
}

.nav-primary__nav a:hover, .nav-primary__nav a:focus, .nav-primary__nav a:active, .nav-primary__nav a[class*="--active"] {
  color: #507EE5;
}

.nav-primary__nav a:active, .nav-primary__nav a[class*="--active"] {
  color: #507EE5;
}

.nav-primary__nav a:active:before, .nav-primary__nav a[class*="--active"]:before {
  opacity: 1;
}

.nav-primary__nav a figure {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48em) {
  .nav-primary__nav a figure {
    margin-left: 0;
    margin-right: 18px;
  }
}

.nav-primary__nav a span {
  display: block;
}

@media (max-width: 47.9375em) {
  .nav-primary__nav a span {
    margin-top: 6px;
  }
}

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -14px;
}

[class~="col"],
[class*="col-"],
[class*="col_"] {
  box-sizing: border-box;
  padding: 0 14px 1rem;
  max-width: 100%;
}

[class~="col"],
[class*="col_"] {
  flex: 1 1 0%;
}

[class*="col-"] {
  flex: none;
}

[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}

[class*="grid-"][class*="-noGutter"] > [class~="col"],
[class*="grid-"][class*="-noGutter"] > [class*="col-"] {
  padding: 0;
}

[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}

[class*="grid-"][class*="-center"] {
  justify-content: center;
}

[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}

[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}

[class*="grid-"][class*="-middle"] {
  align-items: center;
}

[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}

[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}

[class*="grid-"][class*="-column"] {
  flex-direction: column;
}

[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}

[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}

[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}

[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}

[class*="grid-"][class*="-equalHeight"] > [class~="col"],
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  align-self: stretch;
}

[class*="grid-"][class*="-equalHeight"] > [class~="col"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
  height: 100%;
}

[class*="grid-"][class*="-noBottom"] > [class~="col"],
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0;
}

[class*="col-"][class*="-top"] {
  align-self: flex-start;
}

[class*="col-"][class*="-middle"] {
  align-self: center;
}

[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}

[class*="col-"][class*="-first"] {
  order: -1;
}

[class*="col-"][class*="-last"] {
  order: 1;
}

/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media (max-width: 87em) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"],
  [class*="_lg-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 62.4375em) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"],
  [class*="_md-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 47.9375em) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"],
  [class*="_sm-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 29.9375em) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"],
  [class*="_xs-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

/************************
    COLS SIZES
*************************/
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}

[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}

[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}

[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0;
}

[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%;
}

[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%;
}

[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}

[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%;
}

[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%;
}

[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}

[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%;
}

[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%;
}

[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}

[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%;
}

[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%;
}

[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0;
}

[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%;
}

[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%;
}

[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}

[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%;
}

[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%;
}

[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}

[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%;
}

[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%;
}

[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}

[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%;
}

[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%;
}

@media (max-width: 87em) {
  [class~="grid"] > [class*="_lg-1"],
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="grid"] > [class*="_lg-2"],
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="grid"] > [class*="_lg-3"],
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_lg-4"],
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="grid"] > [class*="_lg-5"],
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="grid"] > [class*="_lg-6"],
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_lg-7"],
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="grid"] > [class*="_lg-8"],
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="grid"] > [class*="_lg-9"],
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_lg-10"],
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="grid"] > [class*="_lg-11"],
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="grid"] > [class*="_lg-12"],
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_lg-0"],
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_lg-1"],
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_lg-2"],
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_lg-3"],
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_lg-4"],
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_lg-5"],
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_lg-6"],
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_lg-7"],
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_lg-8"],
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_lg-9"],
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_lg-10"],
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_lg-11"],
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_lg-0"],
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_lg-1"],
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_lg-2"],
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_lg-3"],
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_lg-4"],
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_lg-5"],
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_lg-6"],
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_lg-7"],
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_lg-8"],
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_lg-9"],
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_lg-10"],
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_lg-11"],
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="grid"] [class*="_lg-first"],
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_lg-last"],
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"] {
    order: 1;
  }
}

@media (max-width: 62.4375em) {
  [class~="grid"] > [class*="_md-1"],
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="grid"] > [class*="_md-2"],
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="grid"] > [class*="_md-3"],
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_md-4"],
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="grid"] > [class*="_md-5"],
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="grid"] > [class*="_md-6"],
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_md-7"],
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="grid"] > [class*="_md-8"],
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="grid"] > [class*="_md-9"],
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_md-10"],
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="grid"] > [class*="_md-11"],
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="grid"] > [class*="_md-12"],
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_md-0"],
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_md-1"],
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_md-2"],
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_md-3"],
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_md-4"],
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_md-5"],
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_md-6"],
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_md-7"],
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_md-8"],
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_md-9"],
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_md-10"],
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_md-11"],
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_md-0"],
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_md-1"],
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_md-2"],
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_md-3"],
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_md-4"],
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_md-5"],
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_md-6"],
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_md-7"],
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_md-8"],
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_md-9"],
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_md-10"],
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_md-11"],
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="grid"] [class*="_md-first"],
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_md-last"],
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"] {
    order: 1;
  }
}

@media (max-width: 47.9375em) {
  [class~="grid"] > [class*="_sm-1"],
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="grid"] > [class*="_sm-2"],
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="grid"] > [class*="_sm-3"],
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_sm-4"],
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="grid"] > [class*="_sm-5"],
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="grid"] > [class*="_sm-6"],
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_sm-7"],
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="grid"] > [class*="_sm-8"],
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="grid"] > [class*="_sm-9"],
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_sm-10"],
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="grid"] > [class*="_sm-11"],
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="grid"] > [class*="_sm-12"],
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_sm-0"],
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_sm-1"],
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_sm-2"],
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_sm-3"],
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_sm-4"],
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_sm-5"],
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_sm-6"],
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_sm-7"],
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_sm-8"],
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_sm-9"],
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_sm-10"],
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_sm-11"],
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_sm-0"],
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_sm-1"],
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_sm-2"],
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_sm-3"],
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_sm-4"],
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_sm-5"],
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_sm-6"],
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_sm-7"],
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_sm-8"],
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_sm-9"],
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_sm-10"],
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_sm-11"],
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="grid"] [class*="_sm-first"],
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_sm-last"],
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"] {
    order: 1;
  }
}

@media (max-width: 29.9375em) {
  [class~="grid"] > [class*="_xs-1"],
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~="grid"] > [class*="_xs-2"],
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~="grid"] > [class*="_xs-3"],
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_xs-4"],
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~="grid"] > [class*="_xs-5"],
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~="grid"] > [class*="_xs-6"],
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_xs-7"],
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~="grid"] > [class*="_xs-8"],
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~="grid"] > [class*="_xs-9"],
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_xs-10"],
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~="grid"] > [class*="_xs-11"],
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~="grid"] > [class*="_xs-12"],
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_xs-0"],
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_xs-1"],
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_xs-2"],
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_xs-3"],
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_xs-4"],
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_xs-5"],
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_xs-6"],
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_xs-7"],
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_xs-8"],
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%;
  }
  [class~="grid"] > [data-push-left*="_xs-9"],
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_xs-10"],
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%;
  }
  [class~="grid"] > [data-push-left*="_xs-11"],
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_xs-0"],
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_xs-1"],
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_xs-2"],
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_xs-3"],
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_xs-4"],
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_xs-5"],
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_xs-6"],
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_xs-7"],
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_xs-8"],
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%;
  }
  [class~="grid"] > [data-push-right*="_xs-9"],
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_xs-10"],
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%;
  }
  [class~="grid"] > [data-push-right*="_xs-11"],
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%;
  }
  [class~="grid"] [class*="_xs-first"],
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_xs-last"],
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"] {
    order: 1;
  }
}

/************************
    HIDING COLS
*************************/
@media (max-width: 87em) {
  [class*="lg-hidden"] {
    display: none;
  }
}

@media (max-width: 62.4375em) {
  [class*="md-hidden"] {
    display: none;
  }
}

@media (max-width: 47.9375em) {
  [class*="sm-hidden"] {
    display: none;
  }
}

@media (max-width: 29.9375em) {
  [class*="xs-hidden"] {
    display: none;
  }
}

[class~="grid"], [class*="grid-"], [class*="grid_"] {
  margin: 0 -8px;
}

[class~="col"], [class*="col-"], [class*="col_"] {
  padding-left: 8px;
  padding-right: 8px;
}

[class*=grid-][class*=-right] {
  justify-content: flex-end;
  margin-left: auto;
  align-self: auto;
}

[class*=grid-][class*=-right]:not([class*=-middle]) {
  align-self: flex-end;
}

[class*=grid-][class*="--padtop"] {
  padding-top: 36px;
}

/*[data-matchheights] {

		>[class*="col"] {
			display: flex;
		}

	}*/
.container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.section .container {
  min-width: 375px;
  max-width: 1392px;
}

@media (max-width: 47.9375em) {
  .container[class*="--nogutter"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.container[class*="--nogutter"] > [class*="grid"] {
  margin-left: 0;
  margin-right: 0;
}

.container[class*="--nogutter"] > [class*="grid"] > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

.main {
  /*overflow-x: hidden;*/
}

.header + .main,
.nav-primary + .main {
  padding-top: 6px;
  padding-bottom: 80px;
}

/*.modules {

		>* {
			position: relative;
			margin-top: 0 !important;
			margin-bottom: 20px;
			border: 2px solid black;

			&:before {
				content: attr(data-id);
				position: absolute;
				z-index: 999;
				top: 0;
				left: 0;
				padding: 6px;
				background-color: red;
				color: white;
			}

		}

	}*/
[class*="--visible--md--block"],
[class*="--visible--md--inline"]
[class*="--visible--md--inline-block"]
[class*="--visible--lg--block"]
[class*="--visible--lg--inline"]
[class*="--visible--lg--inline-block"]
[class*="--visible--xl--block"]
[class*="--visible--xl--inline"]
[class*="--visible--xl--inline-block"] {
  display: none !important;
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--visible--md"] {
    display: block !important;
  }
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--visible--md--block"] {
    display: block !important;
  }
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--visible--md--inline"] {
    display: inline !important;
  }
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--visible--md--inline-block"] {
    display: inline-block !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--visible--lg"] {
    display: block !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--visible--lg--block"] {
    display: block !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--visible--lg--inline"] {
    display: inline !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--visible--lg--inline-block"] {
    display: inline-block !important;
  }
}

[class*="--hidden"] {
  display: none !important;
}

@media (min-width: 23.4375em) and (max-width: 29.9375em) {
  [class*="--hidden--xs"] {
    display: none !important;
  }
}

@media (max-width: 29.9375em) {
  [class*="--hidden--xs--down"] {
    display: none !important;
  }
}

@media (min-width: 23.4375em) {
  [class*="--hidden--xs--up"] {
    display: none !important;
  }
}

@media (min-width: 30em) and (max-width: 47.9375em) {
  [class*="--hidden--sm"] {
    display: none !important;
  }
}

@media (max-width: 47.9375em) {
  [class*="--hidden--sm--down"] {
    display: none !important;
  }
}

@media (min-width: 30em) {
  [class*="--hidden--sm--up"] {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--hidden--md"] {
    display: none !important;
  }
}

@media (max-width: 62.4375em) {
  [class*="--hidden--md--down"] {
    display: none !important;
  }
}

@media (min-width: 48em) {
  [class*="--hidden--md--up"] {
    display: none !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--hidden--lg"] {
    display: none !important;
  }
}

@media (max-width: 87em) {
  [class*="--hidden--lg--down"] {
    display: none !important;
  }
}

@media (min-width: 62.5em) {
  [class*="--hidden--lg--up"] {
    display: none !important;
  }
}

[class*="--align--left"] {
  justify-content: flex-start !important;
  text-align: left !important;
}

@media (min-width: 23.4375em) and (max-width: 29.9375em) {
  [class*="--align--left--xs"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 29.9375em) {
  [class*="--align--center--xs--down"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 23.4375em) {
  [class*="--align--center--xs--up"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 30em) and (max-width: 47.9375em) {
  [class*="--align--left--sm"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 47.9375em) {
  [class*="--align--center--sm--down"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 30em) {
  [class*="--align--center--sm--up"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--align--left--md"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 62.4375em) {
  [class*="--align--center--md--down"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 48em) {
  [class*="--align--center--md--up"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--align--left--lg"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 87em) {
  [class*="--align--center--lg--down"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 62.5em) {
  [class*="--align--center--lg--up"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

[class*="--align--center"] {
  justify-content: center !important;
  text-align: center !important;
}

@media (min-width: 23.4375em) and (max-width: 29.9375em) {
  [class*="--align--center--xs"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 29.9375em) {
  [class*="--align--center--xs--down"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 23.4375em) {
  [class*="--align--center--xs--up"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 30em) and (max-width: 47.9375em) {
  [class*="--align--center--sm"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 47.9375em) {
  [class*="--align--center--sm--down"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 30em) {
  [class*="--align--center--sm--up"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--align--center--md"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 62.4375em) {
  [class*="--align--center--md--down"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 48em) {
  [class*="--align--center--md--up"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--align--center--lg"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 87em) {
  [class*="--align--center--lg--down"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 62.5em) {
  [class*="--align--center--lg--up"] {
    justify-content: center !important;
    text-align: center !important;
  }
}

[class*="--align--right"] {
  justify-content: flex-end !important;
  text-align: right !important;
}

@media (min-width: 23.4375em) and (max-width: 29.9375em) {
  [class*="--align--right--xs"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (max-width: 29.9375em) {
  [class*="--align--right--xs--down"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (min-width: 23.4375em) {
  [class*="--align--right--xs--up"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (min-width: 30em) and (max-width: 47.9375em) {
  [class*="--align--right--sm"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (max-width: 47.9375em) {
  [class*="--align--right--sm--down"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (min-width: 30em) {
  [class*="--align--right--sm--up"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (min-width: 48em) and (max-width: 62.4375em) {
  [class*="--align--right--md"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (max-width: 62.4375em) {
  [class*="--align--right--md--down"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (min-width: 48em) {
  [class*="--align--right--md--up"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (min-width: 62.5em) and (max-width: 87em) {
  [class*="--align--right--lg"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (max-width: 87em) {
  [class*="--align--right--lg--down"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

@media (min-width: 62.5em) {
  [class*="--align--right--lg--up"] {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

[class*="--valign--middle"] {
  display: flex;
  align-items: center;
}

.m-1 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

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

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

.p-1 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

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

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

.m-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

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

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

.p-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

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

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

.m-3 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

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

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

.p-3 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

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

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

.m-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

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

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

.p-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

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

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

.m-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

.p-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

.pb-5 {
  padding-bottom: 30px !important;
}

.m-6 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mt-6 {
  margin-top: 36px !important;
}

.mb-6 {
  margin-bottom: 36px !important;
}

.p-6 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.pt-6 {
  padding-top: 36px !important;
}

.pb-6 {
  padding-bottom: 36px !important;
}

.m-7 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.mt-7 {
  margin-top: 42px !important;
}

.mb-7 {
  margin-bottom: 42px !important;
}

.p-7 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.pt-7 {
  padding-top: 42px !important;
}

.pb-7 {
  padding-bottom: 42px !important;
}

.m-8 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mt-8 {
  margin-top: 48px !important;
}

.mb-8 {
  margin-bottom: 48px !important;
}

.p-8 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pt-8 {
  padding-top: 48px !important;
}

.pb-8 {
  padding-bottom: 48px !important;
}

.m-9 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.mt-9 {
  margin-top: 54px !important;
}

.mb-9 {
  margin-bottom: 54px !important;
}

.p-9 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.pt-9 {
  padding-top: 54px !important;
}

.pb-9 {
  padding-bottom: 54px !important;
}

.m-10 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-10 {
  margin-top: 60px !important;
}

.mb-10 {
  margin-bottom: 60px !important;
}

.p-10 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-10 {
  padding-top: 60px !important;
}

.pb-10 {
  padding-bottom: 60px !important;
}

.m-11 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.mt-11 {
  margin-top: 66px !important;
}

.mb-11 {
  margin-bottom: 66px !important;
}

.p-11 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.pt-11 {
  padding-top: 66px !important;
}

.pb-11 {
  padding-bottom: 66px !important;
}

.m-12 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mt-12 {
  margin-top: 72px !important;
}

.mb-12 {
  margin-bottom: 72px !important;
}

.p-12 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.pt-12 {
  padding-top: 72px !important;
}

.pb-12 {
  padding-bottom: 72px !important;
}

.m-13 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.mt-13 {
  margin-top: 78px !important;
}

.mb-13 {
  margin-bottom: 78px !important;
}

.p-13 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.pt-13 {
  padding-top: 78px !important;
}

.pb-13 {
  padding-bottom: 78px !important;
}

.m-14 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.mt-14 {
  margin-top: 84px !important;
}

.mb-14 {
  margin-bottom: 84px !important;
}

.p-14 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.pt-14 {
  padding-top: 84px !important;
}

.pb-14 {
  padding-bottom: 84px !important;
}

.m-15 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mt-15 {
  margin-top: 90px !important;
}

.mb-15 {
  margin-bottom: 90px !important;
}

.p-15 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt-15 {
  padding-top: 90px !important;
}

.pb-15 {
  padding-bottom: 90px !important;
}

.m-16 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mt-16 {
  margin-top: 96px !important;
}

.mb-16 {
  margin-bottom: 96px !important;
}

.p-16 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.pt-16 {
  padding-top: 96px !important;
}

.pb-16 {
  padding-bottom: 96px !important;
}

.m-17 {
  margin-top: 102px !important;
  margin-bottom: 102px !important;
}

.mt-17 {
  margin-top: 102px !important;
}

.mb-17 {
  margin-bottom: 102px !important;
}

.p-17 {
  padding-top: 102px !important;
  padding-bottom: 102px !important;
}

.pt-17 {
  padding-top: 102px !important;
}

.pb-17 {
  padding-bottom: 102px !important;
}

.m-18 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}

.mt-18 {
  margin-top: 108px !important;
}

.mb-18 {
  margin-bottom: 108px !important;
}

.p-18 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}

.pt-18 {
  padding-top: 108px !important;
}

.pb-18 {
  padding-bottom: 108px !important;
}

.m-19 {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}

.mt-19 {
  margin-top: 114px !important;
}

.mb-19 {
  margin-bottom: 114px !important;
}

.p-19 {
  padding-top: 114px !important;
  padding-bottom: 114px !important;
}

.pt-19 {
  padding-top: 114px !important;
}

.pb-19 {
  padding-bottom: 114px !important;
}

.m-20 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mt-20 {
  margin-top: 120px !important;
}

.mb-20 {
  margin-bottom: 120px !important;
}

.p-20 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.pt-20 {
  padding-top: 120px !important;
}

.pb-20 {
  padding-bottom: 120px !important;
}

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

/*.btn-container {
		margin-top: ($rhythm*3);
		margin-bottom: ($g-text-margin);
	}*/
.btn-list {
  list-style: none;
  margin: 0;
  overflow: visible;
}

.btn-list li,
.btn-list dt,
.btn-list dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.btn-list dt {
  font-weight: 400;
}

.btn-list li:before {
  display: none;
}

.btn-list li:not(:last-child) {
  margin-bottom: 15px;
}

.btn-list[class*="--inline"] {
  display: flex;
  justify-content: center;
}

.btn-list[class*="--inline"] li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 15px;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 36px;
  border: 2px solid transparent;
  border-radius: 44px;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

@supports (text-decoration-color: transparent) {
  .btn {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.btn:focus {
  text-decoration: underline;
}

@supports (text-decoration-color: transparent) {
  .btn:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}

.btn .icon {
  margin-left: 12px;
}

.btn[class*="--icon"] {
  padding-left: 72px;
  padding-right: 72px;
}

.btn[class*="--icon"] .icon {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

.btn[class*="--primary"]:not([disabled]) {
  background-color: #75BA46;
  color: white;
}

.btn[class*="--primary"]:not([disabled]):hover, .btn[class*="--primary"]:not([disabled]):focus, .btn[class*="--primary"]:not([disabled]):active {
  background-color: #528331;
}

.btn[class*="--secondary"]:not([disabled]) {
  background-color: black;
  border-color: #acb0b9;
  color: white;
}

.btn[class*="--secondary"]:not([disabled]):hover, .btn[class*="--secondary"]:not([disabled]):focus, .btn[class*="--secondary"]:not([disabled]):active {
  border-color: #5e636e;
}

.lightmode .btn[class*="--secondary"]:not([disabled]) {
  background-color: white;
  color: #131f39;
}

.btn[class*="--tertiary"]:not([disabled]) {
  background-color: #507EE5;
  color: white;
}

.btn[class*="--tertiary"]:not([disabled]):hover, .btn[class*="--tertiary"]:not([disabled]):focus, .btn[class*="--tertiary"]:not([disabled]):active {
  background-color: #1e53ca;
}

.btn[class*="--tertiary"][disabled] {
  opacity: 1;
  background-color: rgba(80, 126, 229, 0.25);
  cursor: not-allowed;
}

.btn[class*="--small"] {
  display: inline-flex;
  width: auto;
  padding: 9px 18px;
}

.btn[disabled] {
  opacity: 0.5;
  background-color: #5e636e;
  color: white;
  cursor: not-allowed;
}

.circle-list {
  display: flex;
  margin-bottom: 0;
}

.circle-list li:not(:last-child) {
  margin-right: 12px;
}

.circle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: black;
  border-radius: 50%;
  vertical-align: middle;
}

.lightmode .circle-button {
  background-color: white;
}

.circle-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.circle-button:hover, .circle-button:focus {
  background-color: #507EE5;
}

.lightmode .circle-button:hover, .lightmode .circle-button:focus {
  color: white;
}

.circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  background-color: #75BA46;
  box-shadow: 0 0 20px 0 #75BA46;
  color: white;
  border-radius: 50%;
  vertical-align: middle;
}

.close {
  display: flex;
  color: #acb0b9;
}

.no-js .close {
  display: none;
}

.lightmode .close {
  color: #737b8c;
}

.close span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.close .icon {
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.close:hover .icon, .close:focus .icon {
  color: #75BA46;
}

.close:focus .icon {
  transform: scale(1.5);
}

.help {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  overflow: visible;
  margin-left: 6px;
  border-radius: 50%;
  background-color: #5e636e;
  color: white;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 10px;
  line-height: 0.625rem;
  text-decoration: none;
}

.lightmode .help {
  background-color: #abb0ba;
  color: #131f39;
}

.help:before, .help:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.help:before {
  content: '';
  z-index: 3;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #75BA46 transparent transparent transparent;
}

.help:after {
  content: attr(data-tooltip);
  z-index: 30;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 200px;
  padding: 12px;
  background-color: #75BA46;
  border-radius: 6px;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  box-shadow: 0 0 10px 0 black;
  text-align: left;
}

.lightmode .help:after {
  box-shadow: 0 0 10px 0 #f1f2f4;
}

.help span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.help:hover:before, .help:hover:after, .help:focus:before, .help:focus:after {
  opacity: 1;
}

.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: rgba(241, 242, 244, 0.08);
  border-radius: 50%;
  color: white;
}

.lightmode .icon-container {
  background-color: rgba(76, 84, 103, 0.08);
}

.icon-container[class*="--large"] {
  width: 28px;
  height: 28px;
}

.icon-container[class*="--highlight"] {
  background-color: #75BA46;
}

.icon-container span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

button[class*="icon-container"]:hover, button[class*="icon-container"]:focus {
  background-color: #75BA46;
}

span[class*="icon-container"] {
  margin-right: 6px;
}

.logo {
  position: relative;
  display: inline-block;
  /*DM changed on 12th Jun 2024 for new logos*/
  /*width: 180px;*/
  width: 240px;
  /*margin-bottom: 42px;*/
  margin-bottom: 02px;
}

.logo:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -12px;
  bottom: -12px;
  left: -12px;
  right: -12px;
  opacity: 0;
  background-color: #1c1d22;
  border-radius: 6px;
  transition: opacity 0.2s ease-in-out;
}

.lightmode .logo:after {
  background-color: #f1f2f4;
}

.logo__dark {
  display: block;
}

.lightmode .logo__dark {
  display: none;
}

.logo__light {
  display: none;
}

.lightmode .logo__light {
  display: block;
}

.logo img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.logo:hover:after, .logo:focus:after {
  opacity: 1;
}

.skip {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 12px 24px;
  background-color: #507EE5;
  border-bottom-right-radius: 10px;
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.skip:focus {
  opacity: 1;
  text-decoration: underline;
  pointer-events: all;
}

.status {
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .status {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.status[class*="--placed"] {
  background-color: #75BA46;
}

.status[class*="--pending"] {
  background-color: #FF6000;
}

.status[class*="--unavailable"] {
  background-color: black;
}

.lightmode .status[class*="--unavailable"] {
  background-color: white;
}

.alert {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 60px 18px 24px;
  background-color: #d6eac8;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 0 10px 0 black;
  color: black;
  font-weight: 500;
  transition: transform 0.2s ease-in-out;
}

.lightmode .alert {
  box-shadow: 0 0 10px 0 white;
}

@media (min-width: 48em) {
  .alert {
    left: 210px;
    right: 8px;
  }
}

.alert[aria-hidden="true"] {
  transform: translateY(-100%);
}

.alert__container {
  position: relative;
  display: flex;
}

.alert__message {
  display: flex;
  flex-grow: 1;
}

.alert__message .icon-container {
  flex-shrink: 0;
}

.alert__message p {
  margin-bottom: 0;
  padding-top: 4px;
  padding-right: 24px;
  color: inherit;
  font-weight: inherit;
}

.alert .close {
  transform: translateY(6px);
  color: inherit;
}

.app {
  padding-left: 30px;
  padding-right: 30px;
}

.app > :last-child {
  margin-bottom: 0;
}

.app p {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  font-weight: 500;
}

@media (min-width: 48em) {
  .app p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.lightmode .app p {
  color: #131f39;
}

.app__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
}

.app__button {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px;
  background-color: white;
  color: black;
  border-radius: 3px;
  text-decoration: none;
}

.lightmode .app__button {
  background-color: #131f39;
  color: white;
}

.app__button span {
  margin-left: 6px;
}

.app__button:hover, .app__button:focus {
  color: #507EE5;
  text-decoration: none;
}

.app__button:hover .icon, .app__button:focus .icon {
  color: #507EE5;
}

.app__button:focus {
  transform: scale(1.1);
}

@media (max-width: 47.9375em) {
  .basket__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.basket__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background-color: #1c1d22;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .basket__footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.lightmode .basket__footer {
  background-color: white;
}

.basket__footer__title, .basket__footer__cost {
  font-weight: 500;
}

.basket__warning {
  padding: 18px 36px;
}

.basket__warning .icon {
  margin-right: 12px;
  color: #F45656;
}

.basket__warning > * {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

.lightmode .basket__warning > * {
  color: #131f39;
}

.chart-container {
  width: 100%;
  height: 320px;
}

@media (min-width: 48em) {
  .chart-container {
    height: 475px;
  }
}

.chart {
  height: 100%;
}

.date {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.date__select {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #393d46;
  background-color: #1c1d22;
}

.lightmode .date__select {
  border-bottom: 1px solid #e0e4eb;
}

.date__select:not(:first-child) {
  border-top: 1px solid #393d46;
}

.lightmode .date__select:not(:first-child) {
  border-top: 1px solid #e0e4eb;
}

.lightmode .date__select {
  background-color: #f1f2f4;
}

.date__select__col {
  position: relative;
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
  padding-left: 18px;
  padding-right: 18px;
}

.date__select__col:first-child {
  padding-right: 18px;
}

.date__select__col:last-child {
  padding-left: 18px;
  border-left: 1px solid #393d46;
}

.lightmode .date__select__col:last-child {
  border-left: 1px solid #e0e4eb;
}

.date__select__col > * {
  flex-basis: 100%;
}

.date__select__label {
  order: 2;
  margin-bottom: 0;
  color: #acb0b9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  font-weight: 400;
}

@media (min-width: 48em) {
  .date__select__label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.lightmode .date__select__label {
  color: #737b8c;
}

.date__select__input {
  order: 1;
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
  font-weight: 500;
}

@media (min-width: 48em) {
  .date__select__input {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.date__select__input[class*=" --selected"] {
  color: #507EE5;
}

.date__select__input:-moz-placeholder {
  color: white;
}

.date__select__input::-moz-placeholder {
  color: white;
}

.date__select__input:-ms-input-placeholder {
  color: white;
}

.date__select__input::-webkit-input-placeholder {
  color: white;
}

.lightmode .date__select__input:-moz-placeholder {
  color: #131f39;
}

.lightmode .date__select__input::-moz-placeholder {
  color: #131f39;
}

.lightmode .date__select__input:-ms-input-placeholder {
  color: #131f39;
}

.lightmode .date__select__input::-webkit-input-placeholder {
  color: #131f39;
}

.date__select .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #5e636e;
}

.lightmode .date__select .icon {
  color: #abb0ba;
}

.date__calendar {
  background-color: #1c1d22;
}

.lightmode .date__calendar {
  background-color: #f1f2f4;
}

.feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 60px 30px;
}

.feedback__content {
  text-align: center;
}

.feedback__content > :last-child {
  margin-bottom: 0;
}

.filter-list {
  list-style: none;
  margin: 0;
  overflow: visible;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  font-weight: 500;
  text-align: left;
}

.filter-list li,
.filter-list dt,
.filter-list dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.filter-list dt {
  font-weight: 400;
}

.filter-list li:before {
  display: none;
}

@media (min-width: 48em) {
  .filter-list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.filter-list > li {
  border-bottom: 1px solid #393d46;
}

.lightmode .filter-list > li {
  border-bottom: 1px solid #e0e4eb;
}

.filter-list > li[class*="--selected"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.filter-list > li[class*="--selected"] button {
  justify-content: flex-start;
}

.filter-list > li[class*="--selected"] button .icon:first-child {
  width: 13px;
  margin-right: 18px;
}

.filter-list > li[class*="--selected"] button .icon:last-child {
  width: 0;
}

.filter-list > li > a,
.filter-list > li > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  padding: 30px 24px;
  background-color: #1c1d22;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-align: left;
  text-decoration: none;
}

.lightmode .filter-list > li > a, .lightmode
.filter-list > li > button {
  background-color: #f1f2f4;
}

.filter-list > li > a > span,
.filter-list > li > button > span {
  flex-grow: 1;
}

.filter-list > li > a .icon,
.filter-list > li > button .icon {
  transition: transform 0.2s ease-in-out, width 0.2s ease-in-out, margin-right 0.2s ease-in-out;
}

.filter-list > li > a .icon:first-child,
.filter-list > li > button .icon:first-child {
  width: 0;
  margin-right: 0;
  transform: rotate(90deg);
}

.filter-list > li > a .icon:last-child,
.filter-list > li > button .icon:last-child {
  width: 13px;
  margin-left: 18px;
  transform: rotate(-90deg);
}

.filter-list > li > a:hover, .filter-list > li > a:focus,
.filter-list > li > button:hover,
.filter-list > li > button:focus {
  background-color: #393d46;
}

.lightmode .filter-list > li > a:hover, .lightmode .filter-list > li > a:focus, .lightmode
.filter-list > li > button:hover, .lightmode
.filter-list > li > button:focus {
  background-color: #e0e4eb;
}

.filter-list > li > a:hover .icon:first-child, .filter-list > li > a:focus .icon:first-child,
.filter-list > li > button:hover .icon:first-child,
.filter-list > li > button:focus .icon:first-child {
  transform: rotate(90deg) translateY(6px);
}

.filter-list > li > a:hover .icon:last-child, .filter-list > li > a:focus .icon:last-child,
.filter-list > li > button:hover .icon:last-child,
.filter-list > li > button:focus .icon:last-child {
  transform: rotate(-90deg) translateY(6px);
}

.filter-list__submenu {
  flex-basis: 100%;
}

.filter-list__submenu ul {
  margin-bottom: 0;
  border-top: 1px solid #393d46;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
}

.lightmode .filter-list__submenu ul {
  border-top: 1px solid #e0e4eb;
}

@media (min-width: 48em) {
  .filter-list__submenu ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.filter-list__submenu ul > li {
  background-color: black;
  text-decoration: none;
}

.lightmode .filter-list__submenu ul > li {
  background-color: white;
}

.filter-list__submenu ul > li:not(:last-child) {
  border-bottom: 1px solid #393d46;
}

.lightmode .filter-list__submenu ul > li:not(:last-child) {
  border-bottom: 1px solid #e0e4eb;
}

.filter-list__submenu ul > li label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 18px;
}

.filter-list__label {
  flex-grow: 1;
}

.filter-list__number {
  display: inline-flex;
  justify-content: center;
  min-width: 36px;
  margin-right: 12px;
  padding: 3px;
  background-color: #507EE5;
  border-radius: 6px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  font-weight: 500;
  pointer-events: none;
}

@media (min-width: 48em) {
  .filter-list__number {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background-color: #1c1d22;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

@media (max-width: 47.9375em) {
  .heading {
    position: sticky;
    z-index: 30;
    top: 72px;
    margin-top: -8px;
    padding: 0 18px 12px;
  }
}

.lightmode .heading {
  background-color: #f1f2f4;
}

.heading > :last-child {
  margin-bottom: 0;
}

.heading .heading__title {
  flex-grow: 1;
}

.heading button .icon {
  transform: rotate(90deg);
}

.heading button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.heading + .tabs[class*="page-container"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.heading + .tabs[class*="page-container"] .tabs__nav {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.item-add {
  background-color: #1c1d22;
}

.lightmode .item-add {
  background-color: #f1f2f4;
}

.item-add__control {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: left;
  text-decoration: none;
  transition: border-bottom-color 0.2s ease-in-out;
}

.lightmode .item-add__control {
  border-top: 1px solid white;
}

.lightmode .item-add__control {
  border-bottom: 1px solid white;
}

@supports (text-decoration-color: transparent) {
  .item-add__control {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.item-add__control:hover, .item-add__control:focus {
  text-decoration: underline;
}

@supports (text-decoration-color: transparent) {
  .item-add__control:hover, .item-add__control:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}

.item-add__control .icon {
  margin-right: 12px;
}

.item-add__control[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.item-add__content {
  position: relative;
  padding: 0 18px 18px;
  border-bottom: 1px solid black;
}

.lightmode .item-add__content {
  border-bottom: 1px solid white;
}

.item-add__content .form__group {
  position: relative;
}

.item-add__content .form__group:not(:last-child) {
  margin-bottom: 18px;
}

.item-add__content .form__group button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.item-detail {
  list-style: none;
  margin: 0;
  overflow: visible;
  display: grid;
  /* grid container */
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3px 12px;
  grid-auto-flow: dense;
  margin-bottom: 0;
}

.item-detail li,
.item-detail dt,
.item-detail dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.item-detail dt {
  font-weight: 400;
}

.item-detail li:before {
  display: none;
}

@media (min-width: 48em) {
  .item-detail {
    grid-template-columns: repeat(4, 1fr);
  }
}

.item-detail dt {
  color: #acb0b9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .item-detail dt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.lightmode .item-detail dt {
  color: #737b8c;
}

.item-detail dt + dd {
  margin-bottom: 18px;
}

@media (max-width: 47.9375em) {
  .item-detail dt:nth-child(4n+1) {
    grid-column: 1;
  }
}

@media (max-width: 47.9375em) {
  .item-detail dt:nth-child(4n+1) + dd {
    grid-column: 1;
  }
}

@media (max-width: 47.9375em) {
  .item-detail dt:nth-child(4n-1) {
    grid-column: 2;
  }
}

@media (max-width: 47.9375em) {
  .item-detail dt:nth-child(4n-1) + dd {
    grid-column: 2;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+1) {
    grid-column: 1;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+1) + dd {
    grid-column: 1;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+3) {
    grid-column: 2;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+3) + dd {
    grid-column: 2;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+5) {
    grid-column: 3;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+5) + dd {
    grid-column: 3;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+7) {
    grid-column: 4;
  }
}

@media (min-width: 48em) {
  .item-detail dt:nth-child(8n+7) + dd {
    grid-column: 4;
  }
}

.item-detail dd {
  font-weight: 500;
}

.item-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px;
  text-align: initial;
}

[class*="item-list"] .item-header {
  background-color: transparent;
}

.basket .item-header__col:first-child,
.date .item-header__col:first-child {
  flex-grow: 1;
}

.basket .item-header__col:not(:first-child) {
  margin-left: 9px;
}

.item-header__col[class*="--flex-start"] {
  align-self: flex-start;
}

.date .item-header {
  background-color: black;
}

.lightmode .date .item-header {
  background-color: white;
}

@media (min-width: 48em) {
  .basket .item-header {
    background-color: #1c1d22;
  }
  .lightmode .basket .item-header {
    background-color: #f1f2f4;
  }
}

.item-header + .item-header {
  border-top: 1px solid black;
}

.lightmode .item-header + .item-header {
  border-top: 1px solid white;
}

.item-header__profile {
  display: flex;
  align-items: center;
}

.item-header__profile figure {
  max-width: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 12px;
}

.item-header__profile figure img {
  max-width: 100%;
}

.item-header__name, .item-header__role {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .item-header__name, .item-header__role {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.item-header[class*="--profile"] .item-header__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .item-header[class*="--profile"] .item-header__name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.item-header__role {
  margin-top: 3px;
}

.item-header__dates {
  margin-top: 6px;
  color: #acb0b9;
}

.lightmode .item-header__dates {
  color: #737b8c;
}

.item-header__dates time {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .item-header__dates time {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

@media (max-width: 47.9375em) {
  .item-header__dates time:first-child {
    display: block;
  }
}

.item-header__dates .icon {
  transform: rotate(-90deg);
  margin-right: 9px;
}

@media (min-width: 48em) {
  .item-header__dates .icon {
    margin-left: 9px;
  }
}

.item-header__qty {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.item-header__qty label {
  margin-right: 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  font-weight: 400;
}

@media (min-width: 48em) {
  .item-header__qty label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.item-header__qty input {
  width: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid transparent;
  background-color: #393d46;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  text-align: center;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

@media (min-width: 48em) {
  .item-header__qty input {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.lightmode .item-header__qty input {
  background-color: #e0e4eb;
}

.item-header__qty input:hover, .item-header__qty input:focus {
  border-color: #75BA46;
}

.item-header__qty input:focus {
  box-shadow: 0 0 0 1px #75BA46;
}

.item-header__qty button {
  margin-left: 6px;
}

.item-header__contracted {
  list-style: none;
  margin: 0;
  overflow: visible;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
  text-align: right;
}

.item-header__contracted li,
.item-header__contracted dt,
.item-header__contracted dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.item-header__contracted dt {
  font-weight: 400;
}

.item-header__contracted li:before {
  display: none;
}

@media (min-width: 48em) {
  .item-header__contracted {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.basket .item-header__contracted,
.date .item-header__contracted {
  color: #acb0b9;
}

.lightmode .basket .item-header__contracted, .lightmode
.date .item-header__contracted {
  color: #737b8c;
}

.item-header__contracted > dt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.item-header__contracted > dd span {
  position: relative;
}

.item-header__contracted > dd span[class*="--highlight"] {
  color: #507EE5;
}

.basket .item-header__contracted > dd span[class*="--highlight"] {
  color: white;
}

.lightmode .basket .item-header__contracted > dd span[class*="--highlight"] {
  color: #131f39;
}

.item-header__contracted > dd span[class*="--mark"] {
  padding-right: 18px;
}

.item-header__contracted > dd span[class*="--mark"]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F45656;
}

.item-header__contracted > dd em {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 48em) {
  .item-header__contracted > dd em {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.item-header__contracted > dd + dt + dd {
  margin-top: 3px;
}

@media (min-width: 48em) {
  .item-header ~ .panel {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

@media (min-width: 48em) {
  .item-header ~ .panel .panel__content {
    border-radius: 0;
  }
}

a[class*="item-header"], button[class*="item-header"] {
  text-decoration: none;
}

.item-list {
  list-style: none;
  margin: 0;
  overflow: visible;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  font-weight: 500;
  text-align: left;
}

.item-list li,
.item-list dt,
.item-list dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.item-list dt {
  font-weight: 400;
}

.item-list li:before {
  display: none;
}

@media (min-width: 48em) {
  .item-list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.item-list > li:not(:last-child) {
  border-bottom: 1px solid black;
}

.lightmode .item-list > li:not(:last-child) {
  border-bottom: 1px solid white;
}

.item-list li {
  background-color: #1c1d22;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.lightmode .item-list li {
  background-color: #f1f2f4;
}

.item-list li[class*="--selected"] {
  background-color: black;
}

.lightmode .item-list li[class*="--selected"] {
  background-color: white;
}

[class*="page-container"] .item-list li[class*="--selected"] {
  background-color: transparent;
}

.item-list li button:not([class*="--selected"]):hover {
  background-color: #393d46;
}

.lightmode .item-list li button:not([class*="--selected"]):hover {
  background-color: #e0e4eb;
}

.item-list li button:not([class*="--selected"]):focus {
  background-color: transparent;
}

.item-list__detail {
  flex-basis: 100%;
  padding: 0 18px 18px;
}

.item-list__detail > :last-child {
  margin-bottom: 0;
}

.legal {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.legal > :last-child {
  margin-bottom: 0;
}

.legal p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
}

.legal a {
  color: #acb0b9;
  text-decoration: none;
}

@supports (text-decoration-color: transparent) {
  .legal a {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.legal a:focus {
  text-decoration: underline;
}

@supports (text-decoration-color: transparent) {
  .legal a:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}

.lightmode .legal a {
  color: #737b8c;
}

.legal a:hover, .legal a:focus {
  color: white;
}

.lightmode .legal a:hover, .lightmode .legal a:focus {
  color: #131f39;
}

.link-list {
  list-style: none;
  margin: 0;
  overflow: visible;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  font-weight: 500;
  text-align: left;
}

.link-list li,
.link-list dt,
.link-list dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.link-list dt {
  font-weight: 400;
}

.link-list li:before {
  display: none;
}

@media (min-width: 48em) {
  .link-list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.link-list li:not(:last-child) {
  margin-bottom: 2px;
}

.link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background-color: #1c1d22;
  text-decoration: none;
}

.lightmode .link-list a {
  background-color: #f1f2f4;
}

.link-list a .icon {
  transform: rotate(-90deg);
  margin-left: 18px;
  transition: transform 0.2s ease-in-out;
}

.link-list a:hover, .link-list a:focus {
  background-color: #393d46;
}

.lightmode .link-list a:hover, .lightmode .link-list a:focus {
  background-color: #e0e4eb;
}

.link-list a:hover .icon, .link-list a:focus .icon {
  transform: translateX(6px) rotate(-90deg);
}

.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d6eac8;
  color: black;
}

.modal__block {
  display: flex;
  align-items: center;
  padding: 24px 18px;
}

.modal__col:first-child {
  flex-grow: 1;
  margin-right: 18px;
}

.modal__col > :last-child {
  margin-bottom: 0;
}

.modal__col > * {
  color: inherit;
}

.modal__title {
  margin-bottom: 6px;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background-color: #1c1d22;
  text-decoration: none;
  opacity: 0.6;
}

.notification__title {
  transition: text-decoration-color 0.2s ease-in-out;
}

@supports (text-decoration-color: transparent) {
  .notification__title {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.lightmode .notification {
  background-color: #f1f2f4;
}

.notification[class*="--unread"] {
  opacity: 1;
}

.notification[class*="--unread"] .notification__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-6px, -50%) translateY(-1px);
  width: 10px;
  height: 10px;
  background-color: #507EE5;
  border-radius: 50%;
}

.notification[class*="--unread"] .notification__title,
.notification[class*="--unread"] .notification__sub {
  padding-left: 12px;
}

.notification__col {
  align-self: flex-start;
}

.notification__col > :last-child {
  margin-bottom: 0;
}

.notification__title {
  position: relative;
  margin-bottom: 4px;
  font-weight: 500;
}

.notification__date {
  display: block;
  margin-bottom: 6px;
  color: #acb0b9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  text-align: right;
}

@media (min-width: 48em) {
  .notification__date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.lightmode .notification__date {
  color: #737b8c;
}

@media (min-width: 48em) {
  .page-container {
    background-color: rgba(28, 29, 34, 0.5);
    border-radius: 6px;
    overflow: hidden;
  }
  .lightmode .page-container {
    background-color: rgba(241, 242, 244, 0.5);
  }
}

.panel {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  color: inherit;
  text-decoration: none;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel__content {
  padding: 18px 18px;
  border-radius: 6px;
  background-color: #1c1d22;
}

.panel__content > :last-child {
  margin-bottom: 0;
}

.lightmode .panel__content {
  background-color: #f1f2f4;
}

@media (min-width: 48em) {
  .panel__content {
    border-radius: 12px;
  }
}

.panel__title {
  margin-bottom: 0;
  padding: 15px 30px;
  background-color: #1c1d22;
  border-bottom: 2px solid black;
  border-radius: 12px 12px 0 0;
}

.lightmode .panel__title {
  border-bottom: 2px solid white;
}

.lightmode .panel__title {
  background-color: #f1f2f4;
}

@media (min-width: 48em) {
  .panel__title + .panel__content {
    padding: 18px 30px 24px;
    border-radius: 0 0 12px 12px;
  }
}

.panel__text {
  margin-bottom: 30px;
}

.panel__text > :last-child {
  margin-bottom: 0;
}

.report-list > [class*="col"]:nth-child(-n+2) .report {
  margin-top: 0;
}

.report {
  position: relative;
  margin-top: 18px;
}

.section__header .report {
  margin-top: 0;
}

.report__title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: #acb0b9;
  font-weight: 400;
}

.lightmode .report__title {
  color: #737b8c;
}

.report__value {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: white;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-weight: 500;
}

.report__value .icon {
  margin-left: 12px;
}

.report__value + * {
  margin-top: 12px;
}

.report__value[class*="--highlight"] {
  color: #507EE5;
}

.report__value[class*="--failure"] .icon {
  color: #F45656;
}

.report__adjustment {
  margin-left: 6px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .report__adjustment {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.report__adjustment[class*="--large"] {
  font-size: 85px;
  font-size: 5.3125rem;
  line-height: 90px;
  line-height: 5.625rem;
}

@media (min-width: 48em) {
  .report__adjustment[class*="--large"] {
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
}

.report__adjustment[class*="--positive"] {
  color: #F45656;
}

.report > :last-child {
  margin-bottom: 0;
}

.review-form__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.review-form__container fieldset {
  display: flex;
  align-items: flex-end;
  flex-basis: 50%;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.review-form__container label {
  margin-bottom: 0;
}

.review-form legend {
  flex-basis: 100%;
}

.review-form label {
  position: relative;
  display: flex;
  flex-shrink: 0;
}

.review-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.review-form label .icon {
  color: #393d46;
}

.review-form label[class*="--1"] {
  order: 1;
}

.review-form label[class*="--2"] {
  order: 3;
}

.review-form label[class*="--3"] {
  order: 5;
}

.review-form label[class*="--4"] {
  order: 7;
}

.review-form label[class*="--5"] {
  order: 9;
}

.review-form input {
  width: 1px;
  opacity: 0;
}

.review-form input:not(:last-child) {
  margin-right: 3px;
}

.review-form input[class*="--1"] {
  order: 2;
}

.review-form input[class*="--2"] {
  order: 4;
}

.review-form input[class*="--3"] {
  order: 6;
}

.review-form input[class*="--4"] {
  order: 8;
}

.review-form input[class*="--5"] {
  order: 10;
}

.review-form input:checked ~ label .icon {
  color: white;
}

.lightmode .review-form input:checked ~ label .icon {
  color: #131f39;
}

.review-form output {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.review:not(:last-child) {
  margin-bottom: 30px;
}

.review__title {
  margin-bottom: 12px;
}

.review__rating {
  margin-bottom: 6px;
  line-height: 15px;
  line-height: 0.9375rem;
}

.review__rating span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.review__rating .icon {
  color: #5e636e;
}

.lightmode .review__rating .icon {
  color: #abb0ba;
}

.review__rating[data-rating="1"] .icon:nth-child(1) {
  color: white;
}

.lightmode .review__rating[data-rating="1"] .icon:nth-child(1) {
  color: #131f39;
}

.review__rating[data-rating="2"] .icon:nth-child(1), .review__rating[data-rating="2"] .icon:nth-child(2) {
  color: white;
}

.lightmode .review__rating[data-rating="2"] .icon:nth-child(1), .lightmode .review__rating[data-rating="2"] .icon:nth-child(2) {
  color: #131f39;
}

.review__rating[data-rating="3"] .icon:nth-child(1), .review__rating[data-rating="3"] .icon:nth-child(2), .review__rating[data-rating="3"] .icon:nth-child(3) {
  color: white;
}

.lightmode .review__rating[data-rating="3"] .icon:nth-child(1), .lightmode .review__rating[data-rating="3"] .icon:nth-child(2), .lightmode .review__rating[data-rating="3"] .icon:nth-child(3) {
  color: #131f39;
}

.review__rating[data-rating="4"] .icon:nth-child(1), .review__rating[data-rating="4"] .icon:nth-child(2), .review__rating[data-rating="4"] .icon:nth-child(3), .review__rating[data-rating="4"] .icon:nth-child(4) {
  color: white;
}

.lightmode .review__rating[data-rating="4"] .icon:nth-child(1), .lightmode .review__rating[data-rating="4"] .icon:nth-child(2), .lightmode .review__rating[data-rating="4"] .icon:nth-child(3), .lightmode .review__rating[data-rating="4"] .icon:nth-child(4) {
  color: #131f39;
}

.review__rating[data-rating="5"] .icon:nth-child(1), .review__rating[data-rating="5"] .icon:nth-child(2), .review__rating[data-rating="5"] .icon:nth-child(3), .review__rating[data-rating="5"] .icon:nth-child(4), .review__rating[data-rating="5"] .icon:nth-child(5) {
  color: white;
}

.lightmode .review__rating[data-rating="5"] .icon:nth-child(1), .lightmode .review__rating[data-rating="5"] .icon:nth-child(2), .lightmode .review__rating[data-rating="5"] .icon:nth-child(3), .lightmode .review__rating[data-rating="5"] .icon:nth-child(4), .lightmode .review__rating[data-rating="5"] .icon:nth-child(5) {
  color: #131f39;
}

.review > :last-child {
  margin-bottom: 0;
}

.searchbar {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

[class*="--nogutter"] .searchbar {
  padding: 18px 18px 12px;
}

.searchbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchbar__row:not(:first-child) {
  margin-top: 9px;
}

.searchbar__search {
  flex-grow: 1;
  margin-right: 12px;
}

.searchbar__filter:hover, .searchbar__filter:focus {
  color: #75BA46;
}

.sort {
  list-style: none;
  margin: 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.sort li,
.sort dt,
.sort dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.sort dt {
  font-weight: 400;
}

.sort li:before {
  display: none;
}

.sort li {
  margin-bottom: 12px;
}

.sort li:not(:last-child) {
  margin-right: 12px;
}

.sort__button {
  position: relative;
  display: inline-block;
  padding: 0;
  background-color: black;
}

.sort__button[class*="small"] {
  padding: 0;
}

.lightmode .sort__button {
  background-color: white;
}

.sort__button label {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  padding: 9px 18px;
  pointer-events: none;
  transition: background-color 0.2s ease-in-out;
}

.sort__button input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.sort__button input:checked + label {
  background-color: #75BA46;
}

.sort__button input:hover ~ label, .sort__button input:focus ~ label, .sort__button input:active ~ label {
  outline: 2px dashed red;
}

.sort__button:hover, .sort__button:focus, .sort__button:active {
  background-color: rgba(117, 186, 70, 0.14);
}

.stat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  width: 110px;
  height: 110px;
  margin-top: 18px;
  color: #507EE5;
}

.stat__title {
  position: relative;
  z-index: 2;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  font-weight: 400;
}

@media (min-width: 48em) {
  .stat__title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.stat__value {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: inherit;
  font-size: 32px;
  font-size: 2rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-weight: 500;
}

.stat__value .icon {
  margin-left: 12px;
}

.stat > :last-child {
  margin-bottom: 0;
}

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  background-color: black;
  border-radius: 50%;
}

.lightmode .progress-circle {
  background-color: white;
}

.progress-circle .progress-circle__slice, .progress-circle .progress-circle__fill {
  width: 110px;
  height: 110px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 50%;
}

.progress-circle .progress-circle__slice {
  clip: rect(0px, 110px, 110px, 55px);
}

.progress-circle .progress-circle__slice .progress-circle__fill {
  clip: rect(0px, 55px, 110px, 0px);
  background-color: #507EE5;
}

.progress-circle .progress-circle__overlay {
  width: 98px;
  height: 98px;
  position: absolute;
  margin-left: 6px;
  margin-top: 6px;
  background-color: #1c1d22;
  border-radius: 50%;
}

.lightmode .progress-circle .progress-circle__overlay {
  background-color: #f1f2f4;
}

.progress-circle[data-progress='0'] .progress-circle__slice.full, .progress-circle[data-progress='0'] .progress-circle__fill {
  transform: rotate(0deg);
}

.progress-circle[data-progress='0'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(0deg);
}

.progress-circle[data-progress='1'] .progress-circle__slice.full, .progress-circle[data-progress='1'] .progress-circle__fill {
  transform: rotate(1.8deg);
}

.progress-circle[data-progress='1'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(3.6deg);
}

.progress-circle[data-progress='2'] .progress-circle__slice.full, .progress-circle[data-progress='2'] .progress-circle__fill {
  transform: rotate(3.6deg);
}

.progress-circle[data-progress='2'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(7.2deg);
}

.progress-circle[data-progress='3'] .progress-circle__slice.full, .progress-circle[data-progress='3'] .progress-circle__fill {
  transform: rotate(5.4deg);
}

.progress-circle[data-progress='3'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(10.8deg);
}

.progress-circle[data-progress='4'] .progress-circle__slice.full, .progress-circle[data-progress='4'] .progress-circle__fill {
  transform: rotate(7.2deg);
}

.progress-circle[data-progress='4'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(14.4deg);
}

.progress-circle[data-progress='5'] .progress-circle__slice.full, .progress-circle[data-progress='5'] .progress-circle__fill {
  transform: rotate(9deg);
}

.progress-circle[data-progress='5'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(18deg);
}

.progress-circle[data-progress='6'] .progress-circle__slice.full, .progress-circle[data-progress='6'] .progress-circle__fill {
  transform: rotate(10.8deg);
}

.progress-circle[data-progress='6'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(21.6deg);
}

.progress-circle[data-progress='7'] .progress-circle__slice.full, .progress-circle[data-progress='7'] .progress-circle__fill {
  transform: rotate(12.6deg);
}

.progress-circle[data-progress='7'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(25.2deg);
}

.progress-circle[data-progress='8'] .progress-circle__slice.full, .progress-circle[data-progress='8'] .progress-circle__fill {
  transform: rotate(14.4deg);
}

.progress-circle[data-progress='8'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(28.8deg);
}

.progress-circle[data-progress='9'] .progress-circle__slice.full, .progress-circle[data-progress='9'] .progress-circle__fill {
  transform: rotate(16.2deg);
}

.progress-circle[data-progress='9'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(32.4deg);
}

.progress-circle[data-progress='10'] .progress-circle__slice.full, .progress-circle[data-progress='10'] .progress-circle__fill {
  transform: rotate(18deg);
}

.progress-circle[data-progress='10'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(36deg);
}

.progress-circle[data-progress='11'] .progress-circle__slice.full, .progress-circle[data-progress='11'] .progress-circle__fill {
  transform: rotate(19.8deg);
}

.progress-circle[data-progress='11'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(39.6deg);
}

.progress-circle[data-progress='12'] .progress-circle__slice.full, .progress-circle[data-progress='12'] .progress-circle__fill {
  transform: rotate(21.6deg);
}

.progress-circle[data-progress='12'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(43.2deg);
}

.progress-circle[data-progress='13'] .progress-circle__slice.full, .progress-circle[data-progress='13'] .progress-circle__fill {
  transform: rotate(23.4deg);
}

.progress-circle[data-progress='13'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(46.8deg);
}

.progress-circle[data-progress='14'] .progress-circle__slice.full, .progress-circle[data-progress='14'] .progress-circle__fill {
  transform: rotate(25.2deg);
}

.progress-circle[data-progress='14'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(50.4deg);
}

.progress-circle[data-progress='15'] .progress-circle__slice.full, .progress-circle[data-progress='15'] .progress-circle__fill {
  transform: rotate(27deg);
}

.progress-circle[data-progress='15'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(54deg);
}

.progress-circle[data-progress='16'] .progress-circle__slice.full, .progress-circle[data-progress='16'] .progress-circle__fill {
  transform: rotate(28.8deg);
}

.progress-circle[data-progress='16'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(57.6deg);
}

.progress-circle[data-progress='17'] .progress-circle__slice.full, .progress-circle[data-progress='17'] .progress-circle__fill {
  transform: rotate(30.6deg);
}

.progress-circle[data-progress='17'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(61.2deg);
}

.progress-circle[data-progress='18'] .progress-circle__slice.full, .progress-circle[data-progress='18'] .progress-circle__fill {
  transform: rotate(32.4deg);
}

.progress-circle[data-progress='18'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(64.8deg);
}

.progress-circle[data-progress='19'] .progress-circle__slice.full, .progress-circle[data-progress='19'] .progress-circle__fill {
  transform: rotate(34.2deg);
}

.progress-circle[data-progress='19'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(68.4deg);
}

.progress-circle[data-progress='20'] .progress-circle__slice.full, .progress-circle[data-progress='20'] .progress-circle__fill {
  transform: rotate(36deg);
}

.progress-circle[data-progress='20'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(72deg);
}

.progress-circle[data-progress='21'] .progress-circle__slice.full, .progress-circle[data-progress='21'] .progress-circle__fill {
  transform: rotate(37.8deg);
}

.progress-circle[data-progress='21'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(75.6deg);
}

.progress-circle[data-progress='22'] .progress-circle__slice.full, .progress-circle[data-progress='22'] .progress-circle__fill {
  transform: rotate(39.6deg);
}

.progress-circle[data-progress='22'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(79.2deg);
}

.progress-circle[data-progress='23'] .progress-circle__slice.full, .progress-circle[data-progress='23'] .progress-circle__fill {
  transform: rotate(41.4deg);
}

.progress-circle[data-progress='23'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(82.8deg);
}

.progress-circle[data-progress='24'] .progress-circle__slice.full, .progress-circle[data-progress='24'] .progress-circle__fill {
  transform: rotate(43.2deg);
}

.progress-circle[data-progress='24'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(86.4deg);
}

.progress-circle[data-progress='25'] .progress-circle__slice.full, .progress-circle[data-progress='25'] .progress-circle__fill {
  transform: rotate(45deg);
}

.progress-circle[data-progress='25'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(90deg);
}

.progress-circle[data-progress='26'] .progress-circle__slice.full, .progress-circle[data-progress='26'] .progress-circle__fill {
  transform: rotate(46.8deg);
}

.progress-circle[data-progress='26'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(93.6deg);
}

.progress-circle[data-progress='27'] .progress-circle__slice.full, .progress-circle[data-progress='27'] .progress-circle__fill {
  transform: rotate(48.6deg);
}

.progress-circle[data-progress='27'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(97.2deg);
}

.progress-circle[data-progress='28'] .progress-circle__slice.full, .progress-circle[data-progress='28'] .progress-circle__fill {
  transform: rotate(50.4deg);
}

.progress-circle[data-progress='28'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(100.8deg);
}

.progress-circle[data-progress='29'] .progress-circle__slice.full, .progress-circle[data-progress='29'] .progress-circle__fill {
  transform: rotate(52.2deg);
}

.progress-circle[data-progress='29'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(104.4deg);
}

.progress-circle[data-progress='30'] .progress-circle__slice.full, .progress-circle[data-progress='30'] .progress-circle__fill {
  transform: rotate(54deg);
}

.progress-circle[data-progress='30'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(108deg);
}

.progress-circle[data-progress='31'] .progress-circle__slice.full, .progress-circle[data-progress='31'] .progress-circle__fill {
  transform: rotate(55.8deg);
}

.progress-circle[data-progress='31'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(111.6deg);
}

.progress-circle[data-progress='32'] .progress-circle__slice.full, .progress-circle[data-progress='32'] .progress-circle__fill {
  transform: rotate(57.6deg);
}

.progress-circle[data-progress='32'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(115.2deg);
}

.progress-circle[data-progress='33'] .progress-circle__slice.full, .progress-circle[data-progress='33'] .progress-circle__fill {
  transform: rotate(59.4deg);
}

.progress-circle[data-progress='33'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(118.8deg);
}

.progress-circle[data-progress='34'] .progress-circle__slice.full, .progress-circle[data-progress='34'] .progress-circle__fill {
  transform: rotate(61.2deg);
}

.progress-circle[data-progress='34'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(122.4deg);
}

.progress-circle[data-progress='35'] .progress-circle__slice.full, .progress-circle[data-progress='35'] .progress-circle__fill {
  transform: rotate(63deg);
}

.progress-circle[data-progress='35'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(126deg);
}

.progress-circle[data-progress='36'] .progress-circle__slice.full, .progress-circle[data-progress='36'] .progress-circle__fill {
  transform: rotate(64.8deg);
}

.progress-circle[data-progress='36'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(129.6deg);
}

.progress-circle[data-progress='37'] .progress-circle__slice.full, .progress-circle[data-progress='37'] .progress-circle__fill {
  transform: rotate(66.6deg);
}

.progress-circle[data-progress='37'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(133.2deg);
}

.progress-circle[data-progress='38'] .progress-circle__slice.full, .progress-circle[data-progress='38'] .progress-circle__fill {
  transform: rotate(68.4deg);
}

.progress-circle[data-progress='38'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(136.8deg);
}

.progress-circle[data-progress='39'] .progress-circle__slice.full, .progress-circle[data-progress='39'] .progress-circle__fill {
  transform: rotate(70.2deg);
}

.progress-circle[data-progress='39'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(140.4deg);
}

.progress-circle[data-progress='40'] .progress-circle__slice.full, .progress-circle[data-progress='40'] .progress-circle__fill {
  transform: rotate(72deg);
}

.progress-circle[data-progress='40'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(144deg);
}

.progress-circle[data-progress='41'] .progress-circle__slice.full, .progress-circle[data-progress='41'] .progress-circle__fill {
  transform: rotate(73.8deg);
}

.progress-circle[data-progress='41'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(147.6deg);
}

.progress-circle[data-progress='42'] .progress-circle__slice.full, .progress-circle[data-progress='42'] .progress-circle__fill {
  transform: rotate(75.6deg);
}

.progress-circle[data-progress='42'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(151.2deg);
}

.progress-circle[data-progress='43'] .progress-circle__slice.full, .progress-circle[data-progress='43'] .progress-circle__fill {
  transform: rotate(77.4deg);
}

.progress-circle[data-progress='43'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(154.8deg);
}

.progress-circle[data-progress='44'] .progress-circle__slice.full, .progress-circle[data-progress='44'] .progress-circle__fill {
  transform: rotate(79.2deg);
}

.progress-circle[data-progress='44'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(158.4deg);
}

.progress-circle[data-progress='45'] .progress-circle__slice.full, .progress-circle[data-progress='45'] .progress-circle__fill {
  transform: rotate(81deg);
}

.progress-circle[data-progress='45'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(162deg);
}

.progress-circle[data-progress='46'] .progress-circle__slice.full, .progress-circle[data-progress='46'] .progress-circle__fill {
  transform: rotate(82.8deg);
}

.progress-circle[data-progress='46'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(165.6deg);
}

.progress-circle[data-progress='47'] .progress-circle__slice.full, .progress-circle[data-progress='47'] .progress-circle__fill {
  transform: rotate(84.6deg);
}

.progress-circle[data-progress='47'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(169.2deg);
}

.progress-circle[data-progress='48'] .progress-circle__slice.full, .progress-circle[data-progress='48'] .progress-circle__fill {
  transform: rotate(86.4deg);
}

.progress-circle[data-progress='48'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(172.8deg);
}

.progress-circle[data-progress='49'] .progress-circle__slice.full, .progress-circle[data-progress='49'] .progress-circle__fill {
  transform: rotate(88.2deg);
}

.progress-circle[data-progress='49'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(176.4deg);
}

.progress-circle[data-progress='50'] .progress-circle__slice.full, .progress-circle[data-progress='50'] .progress-circle__fill {
  transform: rotate(90deg);
}

.progress-circle[data-progress='50'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(180deg);
}

.progress-circle[data-progress='51'] .progress-circle__slice.full, .progress-circle[data-progress='51'] .progress-circle__fill {
  transform: rotate(91.8deg);
}

.progress-circle[data-progress='51'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(183.6deg);
}

.progress-circle[data-progress='52'] .progress-circle__slice.full, .progress-circle[data-progress='52'] .progress-circle__fill {
  transform: rotate(93.6deg);
}

.progress-circle[data-progress='52'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(187.2deg);
}

.progress-circle[data-progress='53'] .progress-circle__slice.full, .progress-circle[data-progress='53'] .progress-circle__fill {
  transform: rotate(95.4deg);
}

.progress-circle[data-progress='53'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(190.8deg);
}

.progress-circle[data-progress='54'] .progress-circle__slice.full, .progress-circle[data-progress='54'] .progress-circle__fill {
  transform: rotate(97.2deg);
}

.progress-circle[data-progress='54'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(194.4deg);
}

.progress-circle[data-progress='55'] .progress-circle__slice.full, .progress-circle[data-progress='55'] .progress-circle__fill {
  transform: rotate(99deg);
}

.progress-circle[data-progress='55'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(198deg);
}

.progress-circle[data-progress='56'] .progress-circle__slice.full, .progress-circle[data-progress='56'] .progress-circle__fill {
  transform: rotate(100.8deg);
}

.progress-circle[data-progress='56'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(201.6deg);
}

.progress-circle[data-progress='57'] .progress-circle__slice.full, .progress-circle[data-progress='57'] .progress-circle__fill {
  transform: rotate(102.6deg);
}

.progress-circle[data-progress='57'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(205.2deg);
}

.progress-circle[data-progress='58'] .progress-circle__slice.full, .progress-circle[data-progress='58'] .progress-circle__fill {
  transform: rotate(104.4deg);
}

.progress-circle[data-progress='58'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(208.8deg);
}

.progress-circle[data-progress='59'] .progress-circle__slice.full, .progress-circle[data-progress='59'] .progress-circle__fill {
  transform: rotate(106.2deg);
}

.progress-circle[data-progress='59'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(212.4deg);
}

.progress-circle[data-progress='60'] .progress-circle__slice.full, .progress-circle[data-progress='60'] .progress-circle__fill {
  transform: rotate(108deg);
}

.progress-circle[data-progress='60'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(216deg);
}

.progress-circle[data-progress='61'] .progress-circle__slice.full, .progress-circle[data-progress='61'] .progress-circle__fill {
  transform: rotate(109.8deg);
}

.progress-circle[data-progress='61'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(219.6deg);
}

.progress-circle[data-progress='62'] .progress-circle__slice.full, .progress-circle[data-progress='62'] .progress-circle__fill {
  transform: rotate(111.6deg);
}

.progress-circle[data-progress='62'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(223.2deg);
}

.progress-circle[data-progress='63'] .progress-circle__slice.full, .progress-circle[data-progress='63'] .progress-circle__fill {
  transform: rotate(113.4deg);
}

.progress-circle[data-progress='63'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(226.8deg);
}

.progress-circle[data-progress='64'] .progress-circle__slice.full, .progress-circle[data-progress='64'] .progress-circle__fill {
  transform: rotate(115.2deg);
}

.progress-circle[data-progress='64'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(230.4deg);
}

.progress-circle[data-progress='65'] .progress-circle__slice.full, .progress-circle[data-progress='65'] .progress-circle__fill {
  transform: rotate(117deg);
}

.progress-circle[data-progress='65'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(234deg);
}

.progress-circle[data-progress='66'] .progress-circle__slice.full, .progress-circle[data-progress='66'] .progress-circle__fill {
  transform: rotate(118.8deg);
}

.progress-circle[data-progress='66'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(237.6deg);
}

.progress-circle[data-progress='67'] .progress-circle__slice.full, .progress-circle[data-progress='67'] .progress-circle__fill {
  transform: rotate(120.6deg);
}

.progress-circle[data-progress='67'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(241.2deg);
}

.progress-circle[data-progress='68'] .progress-circle__slice.full, .progress-circle[data-progress='68'] .progress-circle__fill {
  transform: rotate(122.4deg);
}

.progress-circle[data-progress='68'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(244.8deg);
}

.progress-circle[data-progress='69'] .progress-circle__slice.full, .progress-circle[data-progress='69'] .progress-circle__fill {
  transform: rotate(124.2deg);
}

.progress-circle[data-progress='69'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(248.4deg);
}

.progress-circle[data-progress='70'] .progress-circle__slice.full, .progress-circle[data-progress='70'] .progress-circle__fill {
  transform: rotate(126deg);
}

.progress-circle[data-progress='70'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(252deg);
}

.progress-circle[data-progress='71'] .progress-circle__slice.full, .progress-circle[data-progress='71'] .progress-circle__fill {
  transform: rotate(127.8deg);
}

.progress-circle[data-progress='71'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(255.6deg);
}

.progress-circle[data-progress='72'] .progress-circle__slice.full, .progress-circle[data-progress='72'] .progress-circle__fill {
  transform: rotate(129.6deg);
}

.progress-circle[data-progress='72'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(259.2deg);
}

.progress-circle[data-progress='73'] .progress-circle__slice.full, .progress-circle[data-progress='73'] .progress-circle__fill {
  transform: rotate(131.4deg);
}

.progress-circle[data-progress='73'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(262.8deg);
}

.progress-circle[data-progress='74'] .progress-circle__slice.full, .progress-circle[data-progress='74'] .progress-circle__fill {
  transform: rotate(133.2deg);
}

.progress-circle[data-progress='74'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(266.4deg);
}

.progress-circle[data-progress='75'] .progress-circle__slice.full, .progress-circle[data-progress='75'] .progress-circle__fill {
  transform: rotate(135deg);
}

.progress-circle[data-progress='75'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(270deg);
}

.progress-circle[data-progress='76'] .progress-circle__slice.full, .progress-circle[data-progress='76'] .progress-circle__fill {
  transform: rotate(136.8deg);
}

.progress-circle[data-progress='76'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(273.6deg);
}

.progress-circle[data-progress='77'] .progress-circle__slice.full, .progress-circle[data-progress='77'] .progress-circle__fill {
  transform: rotate(138.6deg);
}

.progress-circle[data-progress='77'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(277.2deg);
}

.progress-circle[data-progress='78'] .progress-circle__slice.full, .progress-circle[data-progress='78'] .progress-circle__fill {
  transform: rotate(140.4deg);
}

.progress-circle[data-progress='78'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(280.8deg);
}

.progress-circle[data-progress='79'] .progress-circle__slice.full, .progress-circle[data-progress='79'] .progress-circle__fill {
  transform: rotate(142.2deg);
}

.progress-circle[data-progress='79'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(284.4deg);
}

.progress-circle[data-progress='80'] .progress-circle__slice.full, .progress-circle[data-progress='80'] .progress-circle__fill {
  transform: rotate(144deg);
}

.progress-circle[data-progress='80'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(288deg);
}

.progress-circle[data-progress='81'] .progress-circle__slice.full, .progress-circle[data-progress='81'] .progress-circle__fill {
  transform: rotate(145.8deg);
}

.progress-circle[data-progress='81'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(291.6deg);
}

.progress-circle[data-progress='82'] .progress-circle__slice.full, .progress-circle[data-progress='82'] .progress-circle__fill {
  transform: rotate(147.6deg);
}

.progress-circle[data-progress='82'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(295.2deg);
}

.progress-circle[data-progress='83'] .progress-circle__slice.full, .progress-circle[data-progress='83'] .progress-circle__fill {
  transform: rotate(149.4deg);
}

.progress-circle[data-progress='83'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(298.8deg);
}

.progress-circle[data-progress='84'] .progress-circle__slice.full, .progress-circle[data-progress='84'] .progress-circle__fill {
  transform: rotate(151.2deg);
}

.progress-circle[data-progress='84'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(302.4deg);
}

.progress-circle[data-progress='85'] .progress-circle__slice.full, .progress-circle[data-progress='85'] .progress-circle__fill {
  transform: rotate(153deg);
}

.progress-circle[data-progress='85'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(306deg);
}

.progress-circle[data-progress='86'] .progress-circle__slice.full, .progress-circle[data-progress='86'] .progress-circle__fill {
  transform: rotate(154.8deg);
}

.progress-circle[data-progress='86'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(309.6deg);
}

.progress-circle[data-progress='87'] .progress-circle__slice.full, .progress-circle[data-progress='87'] .progress-circle__fill {
  transform: rotate(156.6deg);
}

.progress-circle[data-progress='87'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(313.2deg);
}

.progress-circle[data-progress='88'] .progress-circle__slice.full, .progress-circle[data-progress='88'] .progress-circle__fill {
  transform: rotate(158.4deg);
}

.progress-circle[data-progress='88'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(316.8deg);
}

.progress-circle[data-progress='89'] .progress-circle__slice.full, .progress-circle[data-progress='89'] .progress-circle__fill {
  transform: rotate(160.2deg);
}

.progress-circle[data-progress='89'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(320.4deg);
}

.progress-circle[data-progress='90'] .progress-circle__slice.full, .progress-circle[data-progress='90'] .progress-circle__fill {
  transform: rotate(162deg);
}

.progress-circle[data-progress='90'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(324deg);
}

.progress-circle[data-progress='91'] .progress-circle__slice.full, .progress-circle[data-progress='91'] .progress-circle__fill {
  transform: rotate(163.8deg);
}

.progress-circle[data-progress='91'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(327.6deg);
}

.progress-circle[data-progress='92'] .progress-circle__slice.full, .progress-circle[data-progress='92'] .progress-circle__fill {
  transform: rotate(165.6deg);
}

.progress-circle[data-progress='92'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(331.2deg);
}

.progress-circle[data-progress='93'] .progress-circle__slice.full, .progress-circle[data-progress='93'] .progress-circle__fill {
  transform: rotate(167.4deg);
}

.progress-circle[data-progress='93'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(334.8deg);
}

.progress-circle[data-progress='94'] .progress-circle__slice.full, .progress-circle[data-progress='94'] .progress-circle__fill {
  transform: rotate(169.2deg);
}

.progress-circle[data-progress='94'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(338.4deg);
}

.progress-circle[data-progress='95'] .progress-circle__slice.full, .progress-circle[data-progress='95'] .progress-circle__fill {
  transform: rotate(171deg);
}

.progress-circle[data-progress='95'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(342deg);
}

.progress-circle[data-progress='96'] .progress-circle__slice.full, .progress-circle[data-progress='96'] .progress-circle__fill {
  transform: rotate(172.8deg);
}

.progress-circle[data-progress='96'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(345.6deg);
}

.progress-circle[data-progress='97'] .progress-circle__slice.full, .progress-circle[data-progress='97'] .progress-circle__fill {
  transform: rotate(174.6deg);
}

.progress-circle[data-progress='97'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(349.2deg);
}

.progress-circle[data-progress='98'] .progress-circle__slice.full, .progress-circle[data-progress='98'] .progress-circle__fill {
  transform: rotate(176.4deg);
}

.progress-circle[data-progress='98'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(352.8deg);
}

.progress-circle[data-progress='99'] .progress-circle__slice.full, .progress-circle[data-progress='99'] .progress-circle__fill {
  transform: rotate(178.2deg);
}

.progress-circle[data-progress='99'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(356.4deg);
}

.progress-circle[data-progress='100'] .progress-circle__slice.full, .progress-circle[data-progress='100'] .progress-circle__fill {
  transform: rotate(180deg);
}

.progress-circle[data-progress='100'] .progress-circle__fill.progress-circle__bar {
  transform: rotate(360deg);
}

.tabs__nav {
  list-style: none;
  margin: 0;
  overflow: visible;
  display: flex;
  margin-top: 6px;
  background-color: #1c1d22;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
  font-weight: 500;
}

.tabs__nav li,
.tabs__nav dt,
.tabs__nav dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.tabs__nav dt {
  font-weight: 400;
}

.tabs__nav li:before {
  display: none;
}

@media (min-width: 48em) {
  .tabs__nav {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

@media (max-width: 47.9375em) {
  .tabs__nav {
    position: sticky;
    z-index: 30;
    top: 62px;
  }
}

.lightmode .tabs__nav {
  background-color: #f1f2f4;
}

.tabs__nav li {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  flex-basis: 33.33%;
}

.tabs__nav li[class*="--active"] a {
  border-bottom: 2px solid #507EE5;
  color: #507EE5;
}

.tabs__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  border-bottom: 2px solid black;
  color: #acb0b9;
  text-decoration: none;
}

.lightmode .tabs__nav a {
  border-bottom: 2px solid white;
}

.lightmode .tabs__nav a {
  color: #737b8c;
}

.tabs__nav a:focus-visible {
  outline: 2px dashed #75BA46;
}

.tabs__nav a span {
  display: inline-flex;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
  background-color: #507EE5;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .tabs__nav a span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

@media (max-width: 47.9375em) {
  .tabs__nav ~ .tabs__panel {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 47.9375em) {
  .tabs__nav ~ .tabs__panel .panel {
    margin-top: 0;
  }
}

@media (max-width: 47.9375em) {
  .tabs__nav ~ .tabs__panel .panel__content {
    border-radius: 0 0 6px 6px;
  }
}

@media (min-width: 48em) {
  .tabs[class*="page-container"] {
    background-color: rgba(28, 29, 34, 0.5);
    border-radius: 12px;
    overflow: hidden;
  }
  .lightmode .tabs[class*="page-container"] {
    background-color: rgba(241, 242, 244, 0.5);
  }
}

.tabs[class*="page-container"] a {
  border-color: transparent;
}

.tabs[class*="page-container"] .tabs__nav {
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .tabs[class*="page-container"] .tabs__nav {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.tabs[class*="page-container"] .tabs__nav ~ .tabs__panel .panel__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 47.9375em) {
  .tabs[class*="page-container"]:first-child .tabs__nav {
    margin-top: -15px;
  }
}

@media (min-width: 48em) {
  .tabs[class*="--mobileonly"] .tabs__nav {
    display: none;
  }
}

@media (max-width: 47.9375em) {
  .tabs[class*="--mobileonly"] .tabs__nav ~ .tabs__panel .panel__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

@media (min-width: 48em) {
  .tabs[class*="--mobileonly"] .tabs__panel[class*="--hidden"] {
    display: block !important;
  }
}

.tabs__panel {
  padding-top: 3px;
  padding-bottom: 3px;
  /*&:first-of-type {
				padding-top: 0;
			}

			&:last-of-type {
				padding-bottom: 0;
			}*/
}

.tabs__panel[class*="--current"] {
  padding-bottom: 0;
}

.no-js .tabs__panel[class*="--hidden"] {
  display: block !important;
}

.tabs__panel > :last-child {
  margin-bottom: 0;
}

.heading + .tabs {
  margin-top: -1px;
}

@media (max-width: 47.9375em) {
  .heading + .tabs .tabs__nav {
    top: 44px;
  }
}

.tabs-basic__nav {
  list-style: none;
  margin: 0;
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 6px;
  padding: 2px;
  background-color: black;
  border-radius: 29px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  font-weight: 500;
}

.tabs-basic__nav li,
.tabs-basic__nav dt,
.tabs-basic__nav dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

.tabs-basic__nav dt {
  font-weight: 400;
}

.tabs-basic__nav li:before {
  display: none;
}

@media (min-width: 48em) {
  .tabs-basic__nav {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.no-js .tabs-basic__nav {
  display: none;
}

.lightmode .tabs-basic__nav {
  background-color: white;
}

.tabs-basic__nav:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 50%;
  background-color: #393d46;
  border-radius: 25px;
  transition: left 0.2s ease-in-out;
}

.lightmode .tabs-basic__nav:after {
  background-color: #e0e4eb;
}

.tabs-basic__nav[data-tab="1"]:after {
  left: 0;
  transform: translateX(2px);
}

.tabs-basic__nav[data-tab="2"]:after {
  left: 50%;
}

.tabs-basic__nav[data-tab="3"]:after {
  left: 66.66%;
  transform: translateX(-2px);
}

.tabs-basic__nav li {
  position: relative;
  z-index: 2;
  flex-basis: 50%;
}

.tabs-basic__nav a {
  display: block;
  padding: 6px;
  text-decoration: none;
}

.tabs-basic__panel > :last-child {
  margin-bottom: 0;
}

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  animation: rotating 2s linear infinite;
}

.lightmode .loader {
  background-color: white;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.popup {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.no-js .popup {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  pointer-events: all;
}

.popup:before {
  content: '';
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-in-out;
}

.no-js .popup:before {
  display: none;
}

.lightmode .popup:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.popup[aria-hidden="false"] {
  pointer-events: all;
}

.popup[aria-hidden="false"]:before {
  opacity: 1;
}

.popup[aria-hidden="false"] .popup__container {
  transform: none;
  opacity: 1;
}

.popup:not([class*="--app"]) {
  top: 0;
  padding-top: 74px;
}

@media (min-width: 48em) {
  .popup:not([class*="--app"]) {
    align-items: center;
    padding-top: 0;
  }
}

.popup__container {
  position: relative;
  z-index: 2;
  transform: translateY(100vh);
  width: 100%;
  min-width: 375px;
  max-width: 390px;
  height: 100%;
  opacity: 0;
  background-color: #1c1d22;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 0 10px 0 black;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.no-js .popup__container {
  opacity: 1;
  transform: none;
}

@media (min-width: 48em) {
  .popup__container {
    height: 640px;
    max-height: 90%;
    border-radius: 24px;
  }
}

.lightmode .popup__container {
  background-color: #f1f2f4;
  box-shadow: 0 0 10px 0 #e0e4eb;
}

.popup__container > button {
  position: absolute;
  top: 18px;
  transform: translateY(-1px);
}

.popup__container > button:first-child {
  left: 18px;
}

.popup__container > button:last-child {
  right: 18px;
}

.popup__header {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 15px 18px;
  border-bottom: 1px solid #393d46;
  text-align: center;
}

.lightmode .popup__header {
  border-bottom: 1px solid #e0e4eb;
}

.popup__header button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.popup__header button:first-child {
  left: 18px;
}

.popup__header button:last-child {
  right: 18px;
}

.popup__content {
  overflow: auto;
  -webkit-scrolling: touch;
  height: 100%;
}

.popup__content[class*="--addfooter"] {
  height: calc(100% - 130px);
}

@media (min-width: 48em) {
  .popup__content[class*="--addfooter"] .popup__block:last-child {
    padding-bottom: 0;
  }
}

.popup__header + .popup__content {
  height: calc(100% - 48px);
}

.popup__header + .popup__content[class*="--addfooter"] {
  height: calc(100% - 48px - 130px);
}

.popup__block {
  padding: 24px 18px;
}

.popup__block + .popup__block {
  border-top: 1px solid #393d46;
}

.lightmode .popup__block + .popup__block {
  border-top: 1px solid #e0e4eb;
}

.popup__block p:not(:first-child) {
  margin-top: -12px;
}

.popup__block__title {
  color: #acb0b9;
}

.lightmode .popup__block__title {
  color: #737b8c;
}

.popup__title {
  flex-grow: 1;
  margin-bottom: 0;
}

.popup__actions {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 130px;
  padding: 24px 18px;
  text-align: center;
}

@media (max-width: 47.9375em) {
  .popup__actions {
    background-color: black;
    box-shadow: 0 0 20px 0 #1c1d22;
  }
  .lightmode .popup__actions {
    background-color: white;
    box-shadow: 0 0 10px 0 white;
  }
}

@media (min-width: 48em) {
  .popup__actions {
    position: absolute;
  }
}

.popup__actions [class*="grid"],
.popup__actions [class*="col"] {
  flex-grow: 1;
}

.popup__actions button:not(:last-child) {
  margin-bottom: 12px;
}

.popup[class*="--app"] {
  text-align: center;
}

.no-js .popup[class*="--app"] {
  display: none;
}

.popup[class*="--app"] .popup__container {
  padding-top: 60px;
  background-color: #393d46;
  border-radius: 24px 24px 0 0;
}

.lightmode .popup[class*="--app"] .popup__container {
  background-color: #e0e4eb;
}

.popup[class*="--app"] .popup__container > :last-child {
  margin-bottom: 0;
}

.popup[class*="--app"] .close {
  position: absolute;
  left: 34px;
  top: 24px;
}

.popup[class*="--app"] .popup__container {
  height: auto;
}

.popup[class*="--app"] .popup__content {
  padding-bottom: 0;
}

.section,
.article {
  position: relative;
  z-index: 1;
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
}

.section__header,
.article__header {
  padding: 18px;
}

.section__header + .searchbar,
.article__header + .searchbar {
  margin-top: -18px;
}

.section__header .form__group,
.article__header .form__group {
  margin-bottom: 18px;
}

.section__title,
.article__title {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.066em;
}

@media (min-width: 48em) {
  .section__title,
  .article__title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}

.section__block,
.article__block {
  padding: 24px 18px;
}

.section__block[class*="--bgcolor"],
.article__block[class*="--bgcolor"] {
  background-color: #1c1d22;
}

.lightmode .section__block[class*="--bgcolor"], .lightmode
.article__block[class*="--bgcolor"] {
  background-color: #f1f2f4;
}

.section__block [class*="col"] > :last-child,
.article__block [class*="col"] > :last-child {
  margin-bottom: 0;
}

.section__block a,
.article__block a {
  text-decoration: none;
}

@supports (text-decoration-color: transparent) {
  .section__block a,
  .article__block a {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.section__block a:hover, .section__block a:focus,
.article__block a:hover,
.article__block a:focus {
  text-decoration: underline;
}

@supports (text-decoration-color: transparent) {
  .section__block a:hover, .section__block a:focus,
  .article__block a:hover,
  .article__block a:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}

.section__footer,
.article__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2px;
  padding: 18px;
  text-align: initial;
  text-decoration: none;
}

@supports (text-decoration-color: transparent) {
  .section__footer,
  .article__footer {
    text-decoration: underline;
    text-decoration-color: transparent;
  }
}

.section__footer:focus,
.article__footer:focus {
  text-decoration: underline;
}

@supports (text-decoration-color: transparent) {
  .section__footer:focus,
  .article__footer:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}

@media (max-width: 47.9375em) {
  [class*="--fixedfooter"] .section__footer, [class*="--fixedfooter"]
  .article__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: black;
  }
  .lightmode [class*="--fixedfooter"] .section__footer, .lightmode [class*="--fixedfooter"]
  .article__footer {
    background-color: white;
  }
}

@media (min-width: 48em) {
  .section__footer,
  .article__footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #1c1d22;
    border-radius: 0 0 12px 12px;
  }
  .lightmode .section__footer, .lightmode
  .article__footer {
    background-color: #f1f2f4;
  }
}

.section__footer p,
.article__footer p {
  margin-bottom: 12px;
}

.section[class*="--centered"],
.article[class*="--centered"] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.section[class*="--centered"] .container,
.article[class*="--centered"] .container {
  min-width: 375px;
  max-width: 375px;
}

.section[class*="--centeredWider"],
.article[class*="--centeredWider"] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.section[class*="--centeredWider"] .container,
.article[class*="--centeredWider"] .container {
  min-width: 375px;
  max-width: 475px;
}

@media (min-width: 48em) {
  .nav-primary + .main .section {
    margin-left: 210px;
  }
}

/*!
 * 
 * ../css/litepicker.css
 * Litepicker v2.0.11 (https://github.com/wakirin/Litepicker)
 * Package: litepicker (https://www.npmjs.com/package/litepicker)
 * License: MIT (https://github.com/wakirin/Litepicker/blob/master/LICENCE.md)
 * Copyright 2019-2021 Rinat G.
 *     
 * Hash: 49b676d3f7d974dda50e
 * 
 */
:root {
  --litepicker-container-months-color-bg: #fff;
  --litepicker-container-months-box-shadow-color: #ddd;
  --litepicker-footer-color-bg: #fafafa;
  --litepicker-footer-box-shadow-color: #ddd;
  --litepicker-tooltip-color-bg: #fff;
  --litepicker-month-header-color: #333;
  --litepicker-button-prev-month-color: #9e9e9e;
  --litepicker-button-next-month-color: #9e9e9e;
  --litepicker-button-prev-month-color-hover: #2196f3;
  --litepicker-button-next-month-color-hover: #2196f3;
  --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  --litepicker-month-weekday-color: #9e9e9e;
  --litepicker-month-week-number-color: #9e9e9e;
  --litepicker-day-width: 38px;
  --litepicker-day-color: #333;
  --litepicker-day-color-hover: #2196f3;
  --litepicker-is-today-color: #f44336;
  --litepicker-is-in-range-color: #bbdefb;
  --litepicker-is-locked-color: #9e9e9e;
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: #2196f3;
  --litepicker-is-end-color: #fff;
  --litepicker-is-end-color-bg: #2196f3;
  --litepicker-button-cancel-color: #fff;
  --litepicker-button-cancel-color-bg: #9e9e9e;
  --litepicker-button-apply-color: #fff;
  --litepicker-button-apply-color-bg: #2196f3;
  --litepicker-button-reset-color: #909090;
  --litepicker-button-reset-color-hover: #2196f3;
  --litepicker-highlighted-day-color: #333;
  --litepicker-highlighted-day-color-bg: #ffeb3b;
}

.show-week-numbers {
  --litepicker-month-width: calc(var(--litepicker-day-width) * 8);
}

.litepicker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8em;
  display: none;
}

.litepicker button {
  border: none;
  background: none;
}

.litepicker .container__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.litepicker .container__months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: var(--litepicker-container-months-color-bg);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px var(--litepicker-container-months-box-shadow-color);
  box-shadow: 0 0 5px var(--litepicker-container-months-box-shadow-color);
  width: calc(var(--litepicker-month-width) + 10px);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.litepicker .container__months.columns-2 {
  width: calc((var(--litepicker-month-width) * 2) + 20px);
}

.litepicker .container__months.columns-3 {
  width: calc((var(--litepicker-month-width) * 3) + 30px);
}

.litepicker .container__months.columns-4 {
  width: calc((var(--litepicker-month-width) * 4) + 40px);
}

.litepicker .container__months.split-view .month-item-header .button-previous-month, .litepicker .container__months.split-view .month-item-header .button-next-month {
  visibility: visible;
}

.litepicker .container__months .month-item {
  padding: 5px;
  width: var(--litepicker-month-width);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.litepicker .container__months .month-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--litepicker-month-header-color);
}

.litepicker .container__months .month-item-header div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.litepicker .container__months .month-item-header div > .month-item-name {
  margin-right: 5px;
}

.litepicker .container__months .month-item-header div > .month-item-year {
  padding: 0;
}

.litepicker .container__months .month-item-header .reset-button {
  color: var(--litepicker-button-reset-color);
}

.litepicker .container__months .month-item-header .reset-button > svg {
  fill: var(--litepicker-button-reset-color);
}

.litepicker .container__months .month-item-header .reset-button * {
  pointer-events: none;
}

.litepicker .container__months .month-item-header .reset-button:hover {
  color: var(--litepicker-button-reset-color-hover);
}

.litepicker .container__months .month-item-header .reset-button:hover > svg {
  fill: var(--litepicker-button-reset-color-hover);
}

.litepicker .container__months .month-item-header .button-previous-month, .litepicker .container__months .month-item-header .button-next-month {
  visibility: hidden;
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  cursor: default;
}

.litepicker .container__months .month-item-header .button-previous-month *, .litepicker .container__months .month-item-header .button-next-month * {
  pointer-events: none;
}

.litepicker .container__months .month-item-header .button-previous-month {
  color: var(--litepicker-button-prev-month-color);
}

.litepicker .container__months .month-item-header .button-previous-month > svg, .litepicker .container__months .month-item-header .button-previous-month > img {
  fill: var(--litepicker-button-prev-month-color);
}

.litepicker .container__months .month-item-header .button-previous-month:hover {
  color: var(--litepicker-button-prev-month-color-hover);
}

.litepicker .container__months .month-item-header .button-previous-month:hover > svg {
  fill: var(--litepicker-button-prev-month-color-hover);
}

.litepicker .container__months .month-item-header .button-next-month {
  color: var(--litepicker-button-next-month-color);
}

.litepicker .container__months .month-item-header .button-next-month > svg, .litepicker .container__months .month-item-header .button-next-month > img {
  fill: var(--litepicker-button-next-month-color);
}

.litepicker .container__months .month-item-header .button-next-month:hover {
  color: var(--litepicker-button-next-month-color-hover);
}

.litepicker .container__months .month-item-header .button-next-month:hover > svg {
  fill: var(--litepicker-button-next-month-color-hover);
}

.litepicker .container__months .month-item-weekdays-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: var(--litepicker-month-weekday-color);
}

.litepicker .container__months .month-item-weekdays-row > div {
  padding: 5px 0;
  font-size: 85%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: var(--litepicker-day-width);
  text-align: center;
}

.litepicker .container__months .month-item:first-child .button-previous-month {
  visibility: visible;
}

.litepicker .container__months .month-item:last-child .button-next-month {
  visibility: visible;
}

.litepicker .container__months .month-item.no-previous-month .button-previous-month {
  visibility: hidden;
}

.litepicker .container__months .month-item.no-next-month .button-next-month {
  visibility: hidden;
}

.litepicker .container__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-self: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.litepicker .container__days > div, .litepicker .container__days > a {
  padding: 5px 0;
  width: var(--litepicker-day-width);
}

.litepicker .container__days .day-item {
  color: var(--litepicker-day-color);
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  cursor: default;
}

.litepicker .container__days .day-item:hover {
  color: var(--litepicker-day-color-hover);
  -webkit-box-shadow: inset 0 0 0 1px var(--litepicker-day-color-hover);
  box-shadow: inset 0 0 0 1px var(--litepicker-day-color-hover);
}

.litepicker .container__days .day-item.is-today {
  color: var(--litepicker-is-today-color);
}

.litepicker .container__days .day-item.is-locked {
  color: var(--litepicker-is-locked-color);
}

.litepicker .container__days .day-item.is-locked:hover {
  color: var(--litepicker-is-locked-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.litepicker .container__days .day-item.is-in-range {
  background-color: var(--litepicker-is-in-range-color);
  border-radius: 0;
}

.litepicker .container__days .day-item.is-start-date {
  color: var(--litepicker-is-start-color);
  background-color: var(--litepicker-is-start-color-bg);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.litepicker .container__days .day-item.is-start-date.is-flipped {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.litepicker .container__days .day-item.is-end-date {
  color: var(--litepicker-is-end-color);
  background-color: var(--litepicker-is-end-color-bg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.litepicker .container__days .day-item.is-end-date.is-flipped {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.litepicker .container__days .day-item.is-start-date.is-end-date {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.litepicker .container__days .day-item.is-highlighted {
  color: var(--litepicker-highlighted-day-color);
  background-color: var(--litepicker-highlighted-day-color-bg);
}

.litepicker .container__days .week-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--litepicker-month-week-number-color);
  font-size: 85%;
}

.litepicker .container__footer {
  text-align: right;
  padding: 10px 5px;
  margin: 0 5px;
  background-color: var(--litepicker-footer-color-bg);
  -webkit-box-shadow: inset 0px 3px 3px 0px var(--litepicker-footer-box-shadow-color);
  box-shadow: inset 0px 3px 3px 0px var(--litepicker-footer-box-shadow-color);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.litepicker .container__footer .preview-date-range {
  margin-right: 10px;
  font-size: 90%;
}

.litepicker .container__footer .button-cancel {
  background-color: var(--litepicker-button-cancel-color-bg);
  color: var(--litepicker-button-cancel-color);
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
}

.litepicker .container__footer .button-cancel * {
  pointer-events: none;
}

.litepicker .container__footer .button-apply {
  background-color: var(--litepicker-button-apply-color-bg);
  color: var(--litepicker-button-apply-color);
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.litepicker .container__footer .button-apply:disabled {
  opacity: 0.7;
}

.litepicker .container__footer .button-apply * {
  pointer-events: none;
}

.litepicker .container__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--litepicker-tooltip-color-bg);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
  visibility: hidden;
}

.litepicker .container__tooltip:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.litepicker .container__tooltip:after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid var(--litepicker-tooltip-color-bg);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/*!
 * 
 * ../css/litepicker.css
 * Litepicker v2.0.10 (https://github.com/wakirin/Litepicker)
 * Package: litepicker (https://www.npmjs.com/package/litepicker)
 * License: MIT (https://github.com/wakirin/Litepicker/blob/master/LICENCE.md)
 * Copyright 2019-2021 Rinat G.
 *     
 * Hash: b97d9ab9d9868722c320
 * 
 */
.litepicker {
  margin-bottom: 60px;
  padding-top: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 48em) {
  .popup .litepicker {
    margin-bottom: 40px;
  }
}

.litepicker .container__months {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}

.litepicker .container__months.columns-2 {
  width: 100%;
}

.litepicker .container__months.columns-3 {
  width: 100%;
}

.litepicker .container__months.columns-4 {
  width: 100%;
}

.litepicker .container__months .month-item {
  width: 100%;
  padding: 0;
}

.litepicker .container__months .month-item-header {
  padding: 6px;
  color: #acb0b9;
}

.lightmode .litepicker .container__months .month-item-header {
  color: #737b8c;
}

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month {
  width: 30px;
  height: 30px;
  background-color: #507EE5;
  border-radius: 50%;
}

.litepicker .container__months .month-item-header .button-previous-month {
  position: absolute;
  top: 12px;
  left: 27px;
}

.popup .litepicker .container__months .month-item-header .button-previous-month {
  left: 12px;
}

.litepicker .container__months .month-item-header .button-previous-month .icon {
  transform: rotate(180deg);
}

.litepicker .container__months .month-item-header .button-next-month {
  position: absolute;
  bottom: 0;
  transform: translateY(40px);
  right: 27px;
}

.popup .litepicker .container__months .month-item-header .button-next-month {
  right: 12px;
}

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.2s ease-in-out;
  color: white;
}

.litepicker .container__months .month-item-header .button-previous-month > svg,
.litepicker .container__months .month-item-header .button-previous-month > img,
.litepicker .container__months .month-item-header .button-next-month > svg,
.litepicker .container__months .month-item-header .button-next-month > img {
  transition: fill 0.2s ease-in-out;
  fill: white;
}

.litepicker .container__months .month-item-header .button-next-month > svg,
.litepicker .container__months .month-item-header .button-next-month > img {
  transform: translateY(2px);
}

.litepicker .container__months .month-item-header .button-previous-month:hover,
.litepicker .container__months .month-item-header .button-next-month:hover {
  color: white;
}

.lightmode .litepicker .container__months .month-item-header .button-previous-month:hover, .lightmode
.litepicker .container__months .month-item-header .button-next-month:hover {
  color: #131f39;
}

.litepicker .container__months .month-item-header .button-previous-month:hover > svg,
.litepicker .container__months .month-item-header .button-next-month:hover > svg {
  fill: white;
}

.lightmode .litepicker .container__months .month-item-header .button-previous-month:hover > svg, .lightmode
.litepicker .container__months .month-item-header .button-next-month:hover > svg {
  fill: #131f39;
}

.litepicker .container__months .month-item-weekdays-row {
  color: #acb0b9;
}

.lightmode .litepicker .container__months .month-item-weekdays-row {
  color: #737b8c;
}

.litepicker .container__months .month-item-weekdays-row > div {
  padding: 12px 0;
  font-size: 14px;
  font-size: 0.875rem;
  width: 14.28%;
}

.litepicker .container__days > div,
.litepicker .container__days > a {
  padding: 12px 0;
  width: 14.28%;
}

.litepicker .container__days .day-item {
  color: #5e636e;
  border-radius: 12px;
}

.lightmode .litepicker .container__days .day-item {
  color: #5e636e;
}

.litepicker .container__days .day-item:hover {
  color: white;
  box-shadow: inset 0 0 0 2px #507EE5;
}

.lightmode .litepicker .container__days .day-item:hover {
  color: #131f39;
}

.litepicker .container__days .day-item.is-start-date:hover,
.litepicker .container__days .day-item.is-end-date:hover {
  color: white;
}

.litepicker .container__days .day-item.is-today {
  position: relative;
  color: white;
}

.lightmode .litepicker .container__days .day-item.is-today {
  color: #131f39;
}

.litepicker .container__days .day-item.is-today:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #507EE5;
}

.litepicker .container__days .day-item.is-locked {
  color: #393d46;
}

.lightmode .litepicker .container__days .day-item.is-locked {
  color: #abb0ba;
}

.litepicker .container__days .day-item.is-locked:hover {
  color: #393d46;
}

.lightmode .litepicker .container__days .day-item.is-locked:hover {
  color: #e0e4eb;
}

.litepicker .container__days .day-item.is-in-range {
  background-color: rgba(80, 126, 229, 0.14);
  border-radius: 0;
}

.litepicker .container__days .day-item.is-in-range:hover {
  border-radius: 12px;
}

.litepicker .container__days .day-item.is-start-date {
  color: white;
  background-color: #507EE5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.litepicker .container__days .day-item.is-start-date.is-flipped {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.litepicker .container__days .day-item.is-end-date {
  color: white;
  background-color: #507EE5;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.litepicker .container__days .day-item.is-end-date.is-flipped {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.litepicker .container__days .day-item.is-start-date.is-end-date {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.litepicker .container__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #75BA46;
  color: white;
  box-shadow: 0 1px 3px black;
  font-size: 12px;
  font-size: 0.75rem;
}

.lightmode .litepicker .container__tooltip {
  box-shadow: 0 1px 3px white;
}

.litepicker .container__tooltip:after {
  border-top: 4px solid #75BA46;
}
