:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

p, div, span, h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

iw-nested-input.form-control input,
iw-nested-input.form-control input {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}

iw-nested-input.form-control:focus-within,
iw-nested-input.form-control:focus-within {
  color: var(--text-color);
  background-color: var(--card-background-color);
  border-color: rgba(var(--primary-color-string), 0.5);
  outline: 0;
  -webkit-box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}

iw-nested-input,
iw-nested-input.form-control {
  position: relative;
}
iw-nested-input[disabled] {
  background-color: var(--text-color-inverse);
}
iw-nested-input input,
iw-nested-input.form-control input {
  border: none;
  padding: 1px 2px;
}
iw-nested-input input:disabled, iw-nested-input input[readonly] {
  background-color: var(--text-color-inverse);
  opacity: 1;
}
iw-nested-input input:focus {
  outline: none;
}
iw-nested-input,
iw-nested-input.form-control {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

iw-nested-input,
iw-nested-input.form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
iw-nested-input input,
iw-nested-input.form-control input {
  background-color: transparent;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  box-flex: 1;
  max-width: 100%;
}
:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

p, div, span, h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

iw-time-input.form-control input,
iw-time-input.form-control input {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}

iw-time-input.form-control:focus-within,
iw-time-input.form-control:focus-within {
  color: var(--text-color);
  background-color: var(--card-background-color);
  border-color: rgba(var(--primary-color-string), 0.5);
  outline: 0;
  -webkit-box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}

iw-time-input,
iw-time-input.form-control {
  position: relative;
}
iw-time-input[disabled] {
  background-color: var(--text-color-inverse);
}
iw-time-input input,
iw-time-input.form-control input {
  border: none;
  padding: 1px 2px;
}
iw-time-input input:disabled, iw-time-input input[readonly] {
  background-color: var(--text-color-inverse);
  opacity: 1;
}
iw-time-input input:focus {
  outline: none;
}
iw-time-input,
iw-time-input.form-control {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

iw-time-input,
iw-time-input.form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
iw-time-input .time-input__part,
iw-time-input .time-input__spacer,
iw-time-input.form-control .time-input__part,
iw-time-input.form-control .time-input__spacer {
  display: block;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
iw-time-input input.time-input__part,
iw-time-input.form-control input.time-input__part {
  position: relative;
  text-align: center;
  padding: 1px;
}
iw-time-input input.time-input__part--hour,
iw-time-input.form-control input.time-input__part--hour {
  text-align: right;
}
iw-time-input input.time-input__part--meridian,
iw-time-input.form-control input.time-input__part--meridian {
  min-width: 28px;
}
iw-time-input .time-input__spacer,
iw-time-input.form-control .time-input__spacer {
  min-width: 6px;
  text-align: center;
}

iw-time-input[disabled]:not([show-disabled-value]) input.time-input__part--hour[disabled] {
  text-align: left;
}

.form-inline iw-time-input.form-control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

p, div, span, h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

iw-time-range-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
iw-time-range-display .iw-time-range__diff {
  line-height: 0.85rem;
}

.iw-time-range__info__popover {
  margin: -0.5rem 0;
}
.iw-time-range__info__popover .iw-time-range__info__popover__item + .iw-time-range__info__popover__item {
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: solid 1px var(--border-color);
}
:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

p, div, span, h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

iw-time-selector.form-control input,
iw-time-selector.form-control input {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}

iw-time-selector.form-control:focus-within,
iw-time-selector.form-control:focus-within {
  color: var(--text-color);
  background-color: var(--card-background-color);
  border-color: rgba(var(--primary-color-string), 0.5);
  outline: 0;
  -webkit-box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}

iw-time-selector,
iw-time-selector.form-control {
  position: relative;
}
iw-time-selector[disabled] {
  background-color: var(--text-color-inverse);
}
iw-time-selector input,
iw-time-selector.form-control input {
  border: none;
  padding: 1px 2px;
}
iw-time-selector input:disabled, iw-time-selector input[readonly] {
  background-color: var(--text-color-inverse);
  opacity: 1;
}
iw-time-selector input:focus {
  outline: none;
}
iw-time-selector,
iw-time-selector.form-control {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

iw-time-selector,
iw-time-selector.form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
iw-time-selector > .iw-time-selector__value,
iw-time-selector.form-control > .iw-time-selector__value {
  border: none;
  width: 100%;
  padding: 0.625rem 1rem;
  background: transparent;
}
@charset "UTF-8";
/*! Instawork Bootstrap 4 Theme
 *
 *  Built on top of Bootstrap 4 (https://getbootstrap.com)
 *  Built with the Bootstrap Theme Kit by HackerThemes (https://hackerthemes.com)
 */
:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

p, div, span, h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #86899a;
  --gray-dark: #373942;
  --primary: #2952EF;
  --secondary: #676b7c;
  --success: #36814A;
  --info: #8341A3;
  --warning: #F39237;
  --danger: #DB073D;
  --light: #f9f9fa;
  --dark: #151519;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Hkgrotesk", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Hkgrotesk", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  text-align: left;
  background-color: var(--background-color);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--text-color-light);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid var(--border-color);
}

small,
.small {
  font-size: 87.5%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: yellow;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 87.5%;
  color: #86899a;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--background-color);
  border: 1px solid #dadbe0;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #86899a;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #151519;
  border-radius: var(--border-radius);
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #151519;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1376px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--text-color);
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--border-color);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--border-color);
}
.table tbody + tbody {
  border-top: 2px solid var(--border-color);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid var(--border-color);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--border-color);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3cffb;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #90a5f7;
}

.table-hover .table-primary:hover {
  background-color: #abbcf9;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abbcf9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d4d6da;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b0b2bb;
}

.table-hover .table-secondary:hover {
  background-color: #c6c9ce;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c6c9ce;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7dccc;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #96bda1;
}

.table-hover .table-success:hover {
  background-color: #b7d2be;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b7d2be;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #dccae5;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #bf9ccf;
}

.table-hover .table-info:hover {
  background-color: #d1b9dd;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #d1b9dd;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fce0c7;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f9c697;
}

.table-hover .table-warning:hover {
  background-color: #fbd3af;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbd3af;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5bac9;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ec7e9a;
}

.table-hover .table-danger:hover {
  background-color: #f2a4b8;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2a4b8;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bdbdbf;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #858587;
}

.table-hover .table-dark:hover {
  background-color: #b0b0b2;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b0b0b2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #373942;
  border-color: #484b57;
}
.table .thead-light th {
  color: #606373;
  background-color: #ebebee;
  border-color: var(--border-color);
}

.table-dark {
  color: #fff;
  background-color: #373942;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #484b57;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 4px);
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--card-background-color);
  background-clip: padding-box;
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: var(--text-color);
  background-color: var(--card-background-color);
  border-color: rgba(var(--primary-color-string), 0.5);
  outline: 0;
  -webkit-box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.form-control::-webkit-input-placeholder {
  color: var(--text-color-light);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--text-color-light);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--text-color-light);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--text-color-light);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--text-color-light);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: var(--text-color-inverse);
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: var(--text-color);
  background-color: var(--card-background-color);
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.625rem + 2px);
  padding-bottom: calc(0.625rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.875rem + 2px);
  padding-bottom: calc(0.875rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--text-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control.form-control-xl,
.form-control-plaintext.custom-select.form-control-xl {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.4285714286em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: var(--border-radius);
}

.form-control-lg, .form-control.form-control-xl,
.custom-select.form-control-xl {
  height: calc(1.5em + 1.75rem + 4px);
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--border-radius);
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: var(--text-color-light);
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #36814A;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(54, 129, 74, 0.9);
  border-radius: var(--border-radius);
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #36814A;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #36814A;
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #36814A;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #36814A;
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #36814A;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #36814A;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #36814A;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #45a55f;
  background-color: #45a55f;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #36814A;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #36814A;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #36814A;
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #DB073D;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(219, 7, 61, 0.9);
  border-radius: var(--border-radius);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #DB073D;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #DB073D;
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #DB073D;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #DB073D;
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DB073D;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #DB073D;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #DB073D;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f81d55;
  background-color: #f81d55;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DB073D;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DB073D;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DB073D;
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--border-radius);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--text-color);
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.btn.disabled, .btn:disabled {
  opacity: 0.4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #2952EF;
  border-color: #2952EF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #113ce1;
  border-color: #1039d5;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(73, 108, 241, 0.5);
          box-shadow: none, 0 0 0 0 rgba(73, 108, 241, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2952EF;
  border-color: #2952EF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1039d5;
  border-color: #0f36c9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(73, 108, 241, 0.5);
          box-shadow: 0 0 0 0 rgba(73, 108, 241, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #565967;
  border-color: #505360;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(126, 129, 144, 0.5);
          box-shadow: none, 0 0 0 0 rgba(126, 129, 144, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #505360;
  border-color: #4a4d59;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(126, 129, 144, 0.5);
          box-shadow: 0 0 0 0 rgba(126, 129, 144, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #36814A;
  border-color: #36814A;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #2b663b;
  border-color: #275d35;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(84, 148, 101, 0.5);
          box-shadow: none, 0 0 0 0 rgba(84, 148, 101, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #36814A;
  border-color: #36814A;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #275d35;
  border-color: #235430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(84, 148, 101, 0.5);
          box-shadow: 0 0 0 0 rgba(84, 148, 101, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #8341A3;
  border-color: #8341A3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #6d3688;
  border-color: #66327f;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(150, 94, 177, 0.5);
          box-shadow: none, 0 0 0 0 rgba(150, 94, 177, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #8341A3;
  border-color: #8341A3;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #66327f;
  border-color: #5e2f75;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(150, 94, 177, 0.5);
          box-shadow: 0 0 0 0 rgba(150, 94, 177, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #F39237;
  border-color: #F39237;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f17e13;
  border-color: #e9780e;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(245, 162, 85, 0.5);
          box-shadow: none, 0 0 0 0 rgba(245, 162, 85, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #F39237;
  border-color: #F39237;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e9780e;
  border-color: #dd720d;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(245, 162, 85, 0.5);
          box-shadow: 0 0 0 0 rgba(245, 162, 85, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #DB073D;
  border-color: #DB073D;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b60633;
  border-color: #aa052f;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(224, 44, 90, 0.5);
          box-shadow: none, 0 0 0 0 rgba(224, 44, 90, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #DB073D;
  border-color: #DB073D;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #aa052f;
  border-color: #9d052c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(224, 44, 90, 0.5);
          box-shadow: 0 0 0 0 rgba(224, 44, 90, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #f9f9fa;
  border-color: #f9f9fa;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-light:hover {
  color: #fff;
  background-color: #e4e5e9;
  border-color: #dddee3;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(250, 250, 251, 0.5);
          box-shadow: none, 0 0 0 0 rgba(250, 250, 251, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #f9f9fa;
  border-color: #f9f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #dddee3;
  border-color: #d6d8dd;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 251, 0.5);
          box-shadow: 0 0 0 0 rgba(250, 250, 251, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #151519;
  border-color: #151519;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #030304;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(56, 56, 60, 0.5);
          box-shadow: none, 0 0 0 0 rgba(56, 56, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #151519;
  border-color: #151519;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(56, 56, 60, 0.5);
          box-shadow: 0 0 0 0 rgba(56, 56, 60, 0.5);
}

.btn-outline-primary {
  color: #2952EF;
  border-color: #2952EF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2952EF;
  border-color: #2952EF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
          box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2952EF;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2952EF;
  border-color: #2952EF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
          box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
}

.btn-outline-secondary {
  color: #676b7c;
  border-color: #676b7c;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #676b7c;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}

.btn-outline-success {
  color: #36814A;
  border-color: #36814A;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #36814A;
  border-color: #36814A;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36814A;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #36814A;
  border-color: #36814A;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
}

.btn-outline-info {
  color: #8341A3;
  border-color: #8341A3;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #8341A3;
  border-color: #8341A3;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #8341A3;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #8341A3;
  border-color: #8341A3;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
}

.btn-outline-warning {
  color: #F39237;
  border-color: #F39237;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #F39237;
  border-color: #F39237;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F39237;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #F39237;
  border-color: #F39237;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
}

.btn-outline-danger {
  color: #DB073D;
  border-color: #DB073D;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #DB073D;
  border-color: #DB073D;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DB073D;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #DB073D;
  border-color: #DB073D;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
}

.btn-outline-light {
  color: #f9f9fa;
  border-color: #f9f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f9f9fa;
  border-color: #f9f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f9f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f9f9fa;
  border-color: #f9f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #151519;
  border-color: #151519;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #151519;
  border-color: #151519;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
          box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #151519;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #151519;
  border-color: #151519;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
          box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
}

.btn-link {
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #86899a;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--border-radius);
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: var(--border-radius);
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: var(--card-background-color);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--border-color);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--text-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #86899a;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #86899a;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--text-color);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  text-align: center;
  white-space: nowrap;
  background-color: #ebebee;
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.75rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--border-radius);
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.4285714286em + 1rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: var(--border-radius);
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.45rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2952EF;
  background-color: #2952EF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(var(--primary-color-string), 0.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--text-color-light-inverse);
  border-color: var(--text-color-light-inverse);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: var(--text-color-light-inverse);
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: var(--text-color-inverse);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: var(--card-background-color);
  border: var(--border-color) solid 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: no-repeat 50%/70%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Fill 6' fill-rule='evenodd' clip-rule='evenodd' d='M4.4653 9C4.37071 9 4.27966 8.96677 4.21401 8.9083C4.21401 8.9083 1.3736 6.39004 1.0976 6.13649C0.962783 6.0128 0.96843 5.81833 1.1096 5.7014C1.25007 5.58508 1.47524 5.58816 1.60865 5.71186C1.83382 5.91864 3.76155 7.62886 4.46318 8.25104L12.3929 1.0932C12.5284 0.971965 12.7515 0.968272 12.8919 1.08643C13.0324 1.20397 13.0367 1.39844 12.9004 1.52153L4.71871 8.90646C4.65306 8.96554 4.562 8.99938 4.46671 9H4.4653Z' fill='%234778FF' stroke='%234778FF'/%3E%3C/svg%3E%0A");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--text-color-inverse);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: var(--text-color-inverse);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5.0001C0 2.23868 2.23858 9.91821e-05 5 9.91821e-05C7.76142 9.91821e-05 10 2.23868 10 5.0001C10 7.76152 7.76142 10.0001 5 10.0001C2.23858 10.0001 0 7.76152 0 5.0001Z' fill='%234778FF'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--text-color-inverse);
}

.custom-switch {
  padding-left: 2.6875rem;
}
.custom-switch .custom-control-label::before {
  left: -2.6875rem;
  width: 2.1875rem;
  pointer-events: all;
  border-radius: 0.625rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.125rem + 4px);
  left: calc(-2.6875rem + 4px);
  width: calc(1.25rem - 8px);
  height: calc(1.25rem - 8px);
  background-color: var(--border-color);
  border-radius: 0.625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: var(--card-background-color);
  -webkit-transform: translateX(0.9375rem);
       -o-transform: translateX(0.9375rem);
          transform: translateX(0.9375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--text-color-inverse);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 4px);
  padding: 0.625rem 2.45rem 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E") no-repeat right 1rem center/1.5rem 1.5rem;
  background-color: var(--card-background-color);
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgba(var(--primary-color-string), 0.5);
  outline: 0;
  -webkit-box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.custom-select:focus::-ms-value {
  color: var(--text-color);
  background-color: var(--card-background-color);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #86899a;
  background-color: #ebebee;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.4285714286em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.75rem + 4px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 4px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(var(--primary-color-string), 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: var(--text-color-inverse);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem + 4px);
  padding: 0.625rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--card-background-color);
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 1rem;
  line-height: 1.5;
  color: var(--text-color);
  content: "Browse";
  background-color: #ebebee;
  border-left: inherit;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px var(--background-color), 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: 0 0 0 1px var(--background-color), 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px var(--background-color), 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px var(--background-color), 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2952EF;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #cfd8fb;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dadbe0;
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2952EF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #cfd8fb;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dadbe0;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #2952EF;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #cfd8fb;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dadbe0;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dadbe0;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9c3;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9c3;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9c3;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #86899a;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid var(--border-color);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #86899a;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--text-color);
  background-color: transparent;
  border-color: #fff #fff var(--primary-color) #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: var(--border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--text-color-light);
  background-color: #cecfd6;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 2rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: var(--primary-color);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: var(--primary-color);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--text-color);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: var(--primary-color);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary-color);
}
.navbar-light .navbar-toggler {
  color: var(--text-color);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='var(--text-color)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: var(--text-color);
}
.navbar-light .navbar-text a {
  color: var(--primary-color);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: var(--primary-color);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--card-background-color);
  background-clip: border-box;
  border: 2px solid var(--border-color);
  border-radius: 0.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid var(--border-color);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 2px) calc(0.5rem - 2px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid var(--border-color);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 2px) calc(0.5rem - 2px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.5rem - 2px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(0.5rem - 2px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
}

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-deck .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -2px;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: var(--border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 1.5rem;
  color: var(--text-color);
  content: "";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: var(--text-color);
}

.badge {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--border-radius);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2952EF;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1039d5;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
          box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #676b7c;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #505360;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #36814A;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #275d35;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #8341A3;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #66327f;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #F39237;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #e9780e;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #DB073D;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #aa052f;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
}

.badge-light {
  color: #fff;
  background-color: #f9f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #fff;
  background-color: #dddee3;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #151519;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
          box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: var(--border-radius);
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #dadbe0;
}
.page-link:hover {
  z-index: 2;
  color: var(--primary-color);
  text-decoration: none;
  background-color: #ebebee;
  border-color: #dadbe0;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2952EF;
  border-color: #2952EF;
}
.page-item.disabled .page-link {
  color: #86899a;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dadbe0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1rem;
  color: inherit;
}

.alert-primary {
  color: #2245c9;
  background-color: rgba(34, 69, 201, 0.1);
  border-color: rgba(34, 69, 201, 0.1);
}
.alert-primary hr {
  border-top-color: rgba(34, 69, 201, 0.1);
}
.alert-primary .alert-link {
  color: #2245c9;
}

.alert-secondary {
  color: #575a68;
  background-color: rgba(87, 90, 104, 0.1);
  border-color: rgba(87, 90, 104, 0.1);
}
.alert-secondary hr {
  border-top-color: rgba(87, 90, 104, 0.1);
}
.alert-secondary .alert-link {
  color: #575a68;
}

.alert-success {
  color: #2d6c3e;
  background-color: rgba(45, 108, 62, 0.1);
  border-color: rgba(45, 108, 62, 0.1);
}
.alert-success hr {
  border-top-color: rgba(45, 108, 62, 0.1);
}
.alert-success .alert-link {
  color: #2d6c3e;
}

.alert-info {
  color: #6e3789;
  background-color: rgba(110, 55, 137, 0.1);
  border-color: rgba(110, 55, 137, 0.1);
}
.alert-info hr {
  border-top-color: rgba(110, 55, 137, 0.1);
}
.alert-info .alert-link {
  color: #6e3789;
}

.alert-warning {
  color: #cc7b2e;
  background-color: rgba(204, 123, 46, 0.1);
  border-color: rgba(204, 123, 46, 0.1);
}
.alert-warning hr {
  border-top-color: rgba(204, 123, 46, 0.1);
}
.alert-warning .alert-link {
  color: #cc7b2e;
}

.alert-danger {
  color: #b80633;
  background-color: rgba(184, 6, 51, 0.1);
  border-color: rgba(184, 6, 51, 0.1);
}
.alert-danger hr {
  border-top-color: rgba(184, 6, 51, 0.1);
}
.alert-danger .alert-link {
  color: #b80633;
}

.alert-light {
  color: #d1d1d2;
  background-color: rgba(209, 209, 210, 0.1);
  border-color: rgba(209, 209, 210, 0.1);
}
.alert-light hr {
  border-top-color: rgba(209, 209, 210, 0.1);
}
.alert-light .alert-link {
  color: #d1d1d2;
}

.alert-dark {
  color: #121215;
  background-color: rgba(18, 18, 21, 0.1);
  border-color: rgba(18, 18, 21, 0.1);
}
.alert-dark hr {
  border-top-color: rgba(18, 18, 21, 0.1);
}
.alert-dark .alert-link {
  color: #121215;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ebebee;
  border-radius: var(--border-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2952EF;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: var(--text-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--text-color);
  text-decoration: none;
  background-color: var(--hover-color);
}
.list-group-item-action:active {
  color: var(--text-color);
  background-color: var(--hover-color);
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem 1rem;
  margin-bottom: -1px;
  background-color: var(--card-background-color);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--text-color-light-inverse);
  pointer-events: none;
  background-color: var(--card-background-color);
}
.list-group-item.active {
  z-index: 2;
  color: var(--text-color);
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #152b7c;
  background-color: #c3cffb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #152b7c;
  background-color: #abbcf9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #152b7c;
  border-color: #152b7c;
}

.list-group-item-secondary {
  color: #363840;
  background-color: #d4d6da;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #363840;
  background-color: #c6c9ce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #363840;
  border-color: #363840;
}

.list-group-item-success {
  color: #1c4326;
  background-color: #c7dccc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c4326;
  background-color: #b7d2be;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1c4326;
  border-color: #1c4326;
}

.list-group-item-info {
  color: #442255;
  background-color: #dccae5;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #442255;
  background-color: #d1b9dd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #442255;
  border-color: #442255;
}

.list-group-item-warning {
  color: #7e4c1d;
  background-color: #fce0c7;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7e4c1d;
  background-color: #fbd3af;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7e4c1d;
  border-color: #7e4c1d;
}

.list-group-item-danger {
  color: #720420;
  background-color: #f5bac9;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #720420;
  background-color: #f2a4b8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #720420;
  border-color: #720420;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #0b0b0d;
  background-color: #bdbdbf;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0b0b0d;
  background-color: #b0b0b2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0d;
  border-color: #0b0b0d;
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: lighter;
  line-height: 1;
  color: #676b7c;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: #676b7c;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 720px;
  overflow: hidden;
  font-size: 1rem;
  color: white;
  background-color: #676b7c;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: var(--border-radius);
}
.toast:not(:last-child) {
  margin-bottom: 1.5rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  color: #86899a;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 0 solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 1.5rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 0);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 0);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 0);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--card-background-color);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--shadow), 0 0.5rem 2rem rgba(var(--shadow-color-string), 0.16);
          box-shadow: var(--shadow), 0 0.5rem 2rem rgba(var(--shadow-color-string), 0.16);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.24;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 2rem;
  border-bottom: 0 solid var(--border-color);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.modal-header .close {
  padding: 2rem 2rem;
  margin: -2rem -2rem -2rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem 2rem 2rem 2rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 2rem 2rem 2rem;
  border-top: 0 solid var(--border-color);
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-content {
    -webkit-box-shadow: var(--shadow), 0 0.5rem 2rem rgba(var(--shadow-color-string), 0.16);
            box-shadow: var(--shadow), 0 0.5rem 2rem rgba(var(--shadow-color-string), 0.16);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.25rem;
  font-family: "Hkgrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: var(--border-radius);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Hkgrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0px 4px 1rem rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 1rem rgba(0, 0, 0, 0.12);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 var(--border-radius);
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: var(--border-radius) 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: var(--border-radius) 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--text-color);
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(var(--border-radius) - 1px);
  border-top-right-radius: calc(var(--border-radius) - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: var(--text-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #676b7c;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border, .btn.btn-indicator.btn-lg[disabled]:after, .btn-group-lg > .btn.btn-indicator[disabled]:after, .btn.btn-indicator.btn-lg.disabled:after, .btn-group-lg > .btn.btn-indicator.disabled:after, .btn.btn-indicator.btn-sm[disabled]:after, .btn-group-sm > .btn.btn-indicator[disabled]:after, .btn.btn-indicator.btn-sm.disabled:after, .btn-group-sm > .btn.btn-indicator.disabled:after, .btn.btn-indicator[disabled]:after, .btn.btn-indicator.disabled:after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
       -o-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
       -o-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2952EF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1039d5 !important;
}

.bg-secondary {
  background-color: #676b7c !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #505360 !important;
}

.bg-success {
  background-color: #36814A !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #275d35 !important;
}

.bg-info {
  background-color: #8341A3 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #66327f !important;
}

.bg-warning {
  background-color: #F39237 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e9780e !important;
}

.bg-danger {
  background-color: #DB073D !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #aa052f !important;
}

.bg-light {
  background-color: #f9f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dddee3 !important;
}

.bg-dark {
  background-color: #151519 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2952EF !important;
}

.border-secondary {
  border-color: #676b7c !important;
}

.border-success {
  border-color: #36814A !important;
}

.border-info {
  border-color: #8341A3 !important;
}

.border-warning {
  border-color: #F39237 !important;
}

.border-danger {
  border-color: #DB073D !important;
}

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

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

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

.rounded-sm {
  border-radius: var(--border-radius) !important;
}

.rounded {
  border-radius: var(--border-radius) !important;
}

.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

.rounded-right {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

.rounded-left {
  border-top-left-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

.rounded-lg {
  border-radius: var(--border-radius) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: var(--shadow) !important;
          box-shadow: var(--shadow) !important;
}

.shadow {
  -webkit-box-shadow: var(--shadow) !important;
          box-shadow: var(--shadow) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--shadow), 0 0.5rem 2rem rgba(var(--shadow-color-string), 0.16) !important;
          box-shadow: var(--shadow), 0 0.5rem 2rem rgba(var(--shadow-color-string), 0.16) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 0.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-24 {
  margin: 1.5rem !important;
}

.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 0.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}

.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.m-n4 {
  margin: -0.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}

.m-n8 {
  margin: -0.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

.m-n20 {
  margin: -1.25rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}

.m-n24 {
  margin: -1.5rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -1.5rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -1.5rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -1.5rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 0.25rem !important;
  }

  .m-sm-8 {
    margin: 0.5rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-16,
.my-sm-16 {
    margin-top: 1rem !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 1rem !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 1rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-24 {
    margin: 1.5rem !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-32,
.my-sm-32 {
    margin-top: 2rem !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 2rem !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 2rem !important;
  }

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

  .mt-sm-48,
.my-sm-48 {
    margin-top: 3rem !important;
  }

  .mr-sm-48,
.mx-sm-48 {
    margin-right: 3rem !important;
  }

  .mb-sm-48,
.my-sm-48 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-48,
.mx-sm-48 {
    margin-left: 3rem !important;
  }

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

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 0.25rem !important;
  }

  .p-sm-8 {
    padding: 0.5rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-16,
.py-sm-16 {
    padding-top: 1rem !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 1rem !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 1rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-24 {
    padding: 1.5rem !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-32,
.py-sm-32 {
    padding-top: 2rem !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 2rem !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 2rem !important;
  }

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

  .pt-sm-48,
.py-sm-48 {
    padding-top: 3rem !important;
  }

  .pr-sm-48,
.px-sm-48 {
    padding-right: 3rem !important;
  }

  .pb-sm-48,
.py-sm-48 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-48,
.px-sm-48 {
    padding-left: 3rem !important;
  }

  .m-sm-n4 {
    margin: -0.25rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n8 {
    margin: -0.5rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -1rem !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -1rem !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -1rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n24 {
    margin: -1.5rem !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -2rem !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -2rem !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -3rem !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -3rem !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 0.25rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 0.25rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 0.25rem !important;
  }

  .m-md-8 {
    margin: 0.5rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 0.5rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 0.5rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-16,
.my-md-16 {
    margin-top: 1rem !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 1rem !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 1rem !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 1rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-24 {
    margin: 1.5rem !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 1.5rem !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 1.5rem !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-32,
.my-md-32 {
    margin-top: 2rem !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 2rem !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 2rem !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 2rem !important;
  }

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

  .mt-md-48,
.my-md-48 {
    margin-top: 3rem !important;
  }

  .mr-md-48,
.mx-md-48 {
    margin-right: 3rem !important;
  }

  .mb-md-48,
.my-md-48 {
    margin-bottom: 3rem !important;
  }

  .ml-md-48,
.mx-md-48 {
    margin-left: 3rem !important;
  }

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

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 0.25rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 0.25rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 0.25rem !important;
  }

  .p-md-8 {
    padding: 0.5rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 0.5rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 0.5rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-16,
.py-md-16 {
    padding-top: 1rem !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 1rem !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 1rem !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 1rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-24 {
    padding: 1.5rem !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 1.5rem !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 1.5rem !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-32,
.py-md-32 {
    padding-top: 2rem !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 2rem !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 2rem !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 2rem !important;
  }

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

  .pt-md-48,
.py-md-48 {
    padding-top: 3rem !important;
  }

  .pr-md-48,
.px-md-48 {
    padding-right: 3rem !important;
  }

  .pb-md-48,
.py-md-48 {
    padding-bottom: 3rem !important;
  }

  .pl-md-48,
.px-md-48 {
    padding-left: 3rem !important;
  }

  .m-md-n4 {
    margin: -0.25rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -0.25rem !important;
  }

  .m-md-n8 {
    margin: -0.5rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n16,
.my-md-n16 {
    margin-top: -1rem !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -1rem !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -1rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n24 {
    margin: -1.5rem !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n32,
.my-md-n32 {
    margin-top: -2rem !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -2rem !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-md-n48,
.my-md-n48 {
    margin-top: -3rem !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -3rem !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 0.25rem !important;
  }

  .m-lg-8 {
    margin: 0.5rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-16,
.my-lg-16 {
    margin-top: 1rem !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 1rem !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 1rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-24 {
    margin: 1.5rem !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-32,
.my-lg-32 {
    margin-top: 2rem !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 2rem !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 2rem !important;
  }

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

  .mt-lg-48,
.my-lg-48 {
    margin-top: 3rem !important;
  }

  .mr-lg-48,
.mx-lg-48 {
    margin-right: 3rem !important;
  }

  .mb-lg-48,
.my-lg-48 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-48,
.mx-lg-48 {
    margin-left: 3rem !important;
  }

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

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 0.25rem !important;
  }

  .p-lg-8 {
    padding: 0.5rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-16,
.py-lg-16 {
    padding-top: 1rem !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 1rem !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 1rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-24 {
    padding: 1.5rem !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-32,
.py-lg-32 {
    padding-top: 2rem !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 2rem !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 2rem !important;
  }

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

  .pt-lg-48,
.py-lg-48 {
    padding-top: 3rem !important;
  }

  .pr-lg-48,
.px-lg-48 {
    padding-right: 3rem !important;
  }

  .pb-lg-48,
.py-lg-48 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-48,
.px-lg-48 {
    padding-left: 3rem !important;
  }

  .m-lg-n4 {
    margin: -0.25rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n8 {
    margin: -0.5rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -1rem !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -1rem !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -1rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n24 {
    margin: -1.5rem !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -2rem !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -2rem !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -3rem !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -3rem !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xl-8 {
    margin: 0.5rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-16,
.my-xl-16 {
    margin-top: 1rem !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 1rem !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 1rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-24 {
    margin: 1.5rem !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-32,
.my-xl-32 {
    margin-top: 2rem !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 2rem !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 2rem !important;
  }

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

  .mt-xl-48,
.my-xl-48 {
    margin-top: 3rem !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 3rem !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 3rem !important;
  }

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

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xl-8 {
    padding: 0.5rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-16,
.py-xl-16 {
    padding-top: 1rem !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 1rem !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 1rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-24 {
    padding: 1.5rem !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-32,
.py-xl-32 {
    padding-top: 2rem !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 2rem !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 2rem !important;
  }

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

  .pt-xl-48,
.py-xl-48 {
    padding-top: 3rem !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 3rem !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 3rem !important;
  }

  .m-xl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -1rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-8 {
    margin: 0.5rem !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 1rem !important;
  }

  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 1rem !important;
  }

  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 1rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-24 {
    margin: 1.5rem !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 2rem !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 2rem !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 2rem !important;
  }

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

  .mt-xxl-48,
.my-xxl-48 {
    margin-top: 3rem !important;
  }

  .mr-xxl-48,
.mx-xxl-48 {
    margin-right: 3rem !important;
  }

  .mb-xxl-48,
.my-xxl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-48,
.mx-xxl-48 {
    margin-left: 3rem !important;
  }

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

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-8 {
    padding: 0.5rem !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 1rem !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 1rem !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 1rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-24 {
    padding: 1.5rem !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 2rem !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 2rem !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 2rem !important;
  }

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

  .pt-xxl-48,
.py-xxl-48 {
    padding-top: 3rem !important;
  }

  .pr-xxl-48,
.px-xxl-48 {
    padding-right: 3rem !important;
  }

  .pb-xxl-48,
.py-xxl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-48,
.px-xxl-48 {
    padding-left: 3rem !important;
  }

  .m-xxl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -1rem !important;
  }

  .m-xxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2952EF !important;
}

.text-secondary {
  color: #676b7c !important;
}

.text-success {
  color: #36814A !important;
}

.text-info {
  color: #8341A3 !important;
}

.text-warning {
  color: #F39237 !important;
}

.text-danger {
  color: #DB073D !important;
}

.text-light {
  color: #f9f9fa !important;
}

.text-dark {
  color: #151519 !important;
}

.text-body {
  color: var(--text-color) !important;
}

.text-muted {
  color: var(--text-color-light) !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #b7b9c3;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dadbe0 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: var(--border-color);
  }

  .table .thead-dark th {
    color: inherit;
    border-color: var(--border-color);
  }
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-Light2.woff) format("woff");
  font-weight: 300;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-LightItalic2.woff) format("woff");
  font-weight: 300;
  font-display: fallback;
  font-style: italic;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-Regular2.woff) format("woff");
  font-weight: 400;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-Italic2.woff) format("woff");
  font-weight: 400;
  font-display: fallback;
  font-style: italic;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-Medium2.woff) format("woff");
  font-weight: 500;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-MediumItalic2.woff) format("woff");
  font-weight: 500;
  font-display: fallback;
  font-style: italic;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-SemiBold2.woff) format("woff");
  font-weight: 600;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-SemiBoldItalic2.woff) format("woff");
  font-weight: 600;
  font-display: fallback;
  font-style: italic;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-Bold2.woff) format("woff");
  font-weight: 700;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "Hkgrotesk";
  src: url(../fonts/HKGrotesk-BoldItalic2.woff) format("woff");
  font-weight: 700;
  font-display: fallback;
  font-style: italic;
}
.text-black1 {
  color: var(--text-color) !important;
}

.text-black2 {
  color: var(--text-color-light) !important;
}

.text-gray1 {
  color: var(--text-color-light) !important;
}

.text-gray2 {
  color: var(--text-color-light-inverse) !important;
}

.text-blue2 {
  color: #0c2a9c !important;
}

.text-default {
  color: var(--text-color) !important;
}

.text-muted {
  color: var(--text-color-light) !important;
}

.text-muted-x2 {
  color: var(--text-color-light-inverse) !important;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.h1, h1 {
  line-height: 4.5rem;
}

.h2, h2 {
  line-height: 3.5rem;
}

.h3, h3 {
  line-height: 3rem;
}

.h4, h4 {
  line-height: 2.5rem;
}

.h5, h5 {
  line-height: 2rem;
}

.h6, h6 {
  line-height: 1.5rem;
}

.font-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.icon {
  display: inline-block;
  vertical-align: text-top;
  outline: none;
}
.icon.icon-hover:hover {
  cursor: pointer;
}

.icon-image {
  height: 1rem;
  width: 1rem;
}

.icon-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-down-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-primary-down-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-success-down-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-warning-down-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-danger-down-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-light-down-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-down-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

.icon-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-down.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-primary-down.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-success-down.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-warning-down.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-danger-down.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-light-down.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-down {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8139%200.160034C15.5657%20-0.0533448%2015.1634%20-0.0533448%2014.9153%200.160034L7.99967%206.62549L1.08472%200.161179C0.836224%20-0.0522007%200.43429%20-0.0522007%200.186124%200.161179C-0.0620414%200.373414%20-0.0620414%200.718654%200.186124%200.931175L7.38526%207.66206C7.41628%207.72699%207.46231%207.7882%207.52402%207.84112C7.6531%207.9521%207.82455%208.00358%207.994%207.99929C8.16711%208.00673%208.34356%207.95553%208.47598%207.84169C8.53836%207.78792%208.58472%207.72642%208.61574%207.66063L15.8139%200.930603C16.062%200.717509%2016.062%200.373128%2015.8139%200.160034Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

.icon-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-help.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-primary-help.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-success-help.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-warning-help.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-danger-help.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-light-help.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-help {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208ZM16%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208ZM8.35625%209.32969H7.56406V8.44375C7.56406%207.68898%207.98918%207.45607%208.39637%207.23299C8.7706%207.02796%209.12969%206.83123%209.12969%206.24531C9.12969%205.56094%208.62813%205.25625%207.95781%205.25625C7.25%205.25625%206.79531%205.65469%206.79531%206.37656H5.96094C5.96562%205.18594%206.8%204.47813%207.92031%204.47813C9.01719%204.47813%209.95%205.09688%209.95%206.26406C9.95%207.23657%209.39319%207.54909%208.93781%207.80468C8.62276%207.98151%208.35625%208.1311%208.35625%208.45312V9.32969ZM8.51094%2011.2H7.4375V10.1359H8.51094V11.2Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

.icon-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23606373'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-info.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23b7b9c3'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23b7b9c3'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23b7b9c3'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%232952EF'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-primary-info.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%230c2a9c'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%230c2a9c'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%230c2a9c'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%2336814A'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-success-info.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23204d2c'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23204d2c'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23204d2c'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23F39237'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-warning-info.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23a9570a'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23a9570a'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23a9570a'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23DB073D'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-danger-info.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23830425'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23830425'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23830425'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23ffffff'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.icon-light-info.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23ffffff'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23ffffff'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-info {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%23ffffff'/%3E%0A%20%20%3Cpath%20d='M7.37988%205.59863H8.62988V4.5H7.37988V5.59863ZM7.40918%2011.3994H8.59082V6.52148H7.40918V11.3994Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

.icon-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-left-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-primary-left-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-success-left-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-warning-left-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-danger-left-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-light-left-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-left-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='5'%20height='12'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

.icon-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-left.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-primary-left.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-success-left.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-warning-left.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-danger-left.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-light-left.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-left {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='7'%20height='16'%20viewBox='0%20-1%207%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.86474%2012.1852L1.20381%206.99741L6.86474%201.81163C7.04509%201.62549%207.04509%201.32427%206.86474%201.13814C6.67437%200.952001%206.37379%200.952001%206.18342%201.13814L0.292054%206.53907C0.231938%206.56209%200.181841%206.59612%200.131744%206.64115C0.0415702%206.73922%20-0.00852633%206.86832%200.00149298%206.99641C-0.00852633%207.1255%200.0315509%207.2566%200.131744%207.35567C0.181841%207.4027%200.231938%207.43673%200.292054%207.45975L6.18342%2012.8597C6.37379%2013.0448%206.67437%2013.0448%206.86474%2012.8597C7.04509%2012.6725%207.04509%2012.3723%206.86474%2012.1852Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

.icon-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23606373%22/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-right-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23b7b9c3%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23b7b9c3%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23b7b9c3%22/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%232952EF%22/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-primary-right-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%230c2a9c%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%230c2a9c%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%230c2a9c%22/%3E%0A%3C/svg%3E%0A");
}

.icon-success-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%2336814A%22/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-success-right-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23204d2c%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23204d2c%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23204d2c%22/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23F39237%22/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-warning-right-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23a9570a%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23a9570a%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23a9570a%22/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23DB073D%22/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-danger-right-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23830425%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23830425%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23830425%22/%3E%0A%3C/svg%3E%0A");
}

.icon-light-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
  width: 5px;
  height: 12px;
}
.icon-light-right-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-right-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%225%22%20height=%2212%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
}

.icon-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23606373%22/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-right.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23b7b9c3%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23b7b9c3%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23b7b9c3%22/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%232952EF%22/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-primary-right.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%230c2a9c%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%230c2a9c%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%230c2a9c%22/%3E%0A%3C/svg%3E%0A");
}

.icon-success-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%2336814A%22/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-success-right.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23204d2c%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23204d2c%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23204d2c%22/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23F39237%22/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-warning-right.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23a9570a%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23a9570a%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23a9570a%22/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23DB073D%22/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-danger-right.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23830425%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23830425%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23830425%22/%3E%0A%3C/svg%3E%0A");
}

.icon-light-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
  width: 7px;
  height: 16px;
}
.icon-light-right.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-right {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width=%227%22%20height=%2216%22%20viewBox=%220%200%207%2016%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0.135261%202.3148L5.79619%207.50259L0.13526%2012.6884C-0.0450898%2012.8745%20-0.0450899%2013.1757%200.13526%2013.3619C0.32563%2013.548%200.62621%2013.548%200.81658%2013.3619L6.70795%207.96093C6.76806%207.93791%206.81816%207.90388%206.86826%207.85885C6.95843%207.76078%207.00853%207.63168%206.99851%207.50359C7.00853%207.3745%206.96845%207.2434%206.86826%207.14433C6.81816%207.0973%206.76806%207.06327%206.70795%207.04025L0.816581%201.6403C0.626211%201.4552%200.325631%201.4552%200.135261%201.6403C-0.0450889%201.8275%20-0.0450889%202.1277%200.135261%202.3148Z%22%20fill=%22%23ffffff%22/%3E%0A%3C/svg%3E%0A");
}

.icon-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-up-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-primary-up-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-success-up-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-warning-up-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-danger-up-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
}
.icon-light-up-sm.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-up-sm {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='6'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

.icon-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23606373'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-up.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23b7b9c3'/%3E%0A%3C/svg%3E%0A");
}

.icon-primary-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%232952EF'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-primary-up.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-primary-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-primary-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%230c2a9c'/%3E%0A%3C/svg%3E%0A");
}

.icon-success-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%2336814A'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-success-up.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-success-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-success-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23204d2c'/%3E%0A%3C/svg%3E%0A");
}

.icon-warning-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23F39237'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-warning-up.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-warning-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-warning-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23a9570a'/%3E%0A%3C/svg%3E%0A");
}

.icon-danger-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23DB073D'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-danger-up.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-danger-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-danger-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23830425'/%3E%0A%3C/svg%3E%0A");
}

.icon-light-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
  width: 16px;
  height: 8px;
}
.icon-light-up.icon-hover:hover {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
button:hover > .icon-light-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}
a:hover > .icon-light-up {
  -webkit-filter: var(--icon-color);
          filter: var(--icon-color);
  background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%0A%20%20%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.186124%207.83997C0.434289%208.05334%200.836558%208.05334%201.08472%207.83997L8.00033%201.37451L14.9153%207.83882C15.1638%208.0522%2015.5657%208.0522%2015.8139%207.83882C16.062%207.62659%2016.062%207.28135%2015.8139%207.06883L8.61474%200.337937C8.58372%200.273008%208.53769%200.211797%208.47598%200.158882C8.3469%200.0479016%208.17545%20-0.00358391%208.006%200.000706196C7.83289%20-0.00673103%207.65644%200.0444689%207.52402%200.158309C7.46164%200.212083%207.41528%200.27358%207.38426%200.339367L0.186124%207.0694C-0.0620422%207.28249%20-0.0620422%207.62687%200.186124%207.83997Z'%20fill='%23ffffff'/%3E%0A%3C/svg%3E%0A");
}

body {
  -webkit-font-smoothing: antialiased;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.form-group > label {
  font-weight: 700;
}

.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.border-dashed {
  border: 1px dashed var(--border-color);
}

.border-dashed-top {
  border-top: 1px dashed var(--border-color);
}

.border-dashed-bottom {
  border-bottom: 1px dashed var(--border-color);
}

.border-dashed-left {
  border-left: 1px dashed var(--border-color);
}

.border-dashed-right {
  border-right: 1px dashed var(--border-color);
}

a:hover .text-inherit-hover {
  color: inherit !important;
}

.gutter-none {
  margin-left: -1rem;
  margin-right: -1rem;
}
.gutter-none.card {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.gutter-xs-none {
  margin-left: -1rem;
  margin-right: -1rem;
}
.gutter-xs-none.card {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.gutter-xs-normal {
  margin-left: 0;
  margin-right: 0;
}
.gutter-xs-normal.card {
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .gutter-sm-none {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gutter-sm-none.card {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .gutter-sm-normal {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-normal.card {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .gutter-md-none {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gutter-md-none.card {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .gutter-md-normal {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-normal.card {
    border-radius: 0.5rem;
  }
}
@media (min-width: 992px) {
  .gutter-lg-none {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gutter-lg-none.card {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .gutter-lg-normal {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-normal.card {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-none {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gutter-xl-none.card {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .gutter-xl-normal {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xl-normal.card {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .gutter-xxl-none {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gutter-xxl-none.card {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .gutter-xxl-normal {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xxl-normal.card {
    border-radius: 0.5rem;
  }
}
.position-xs-static {
  position: static !important;
}

.position-xs-relative {
  position: relative !important;
}

.position-xs-absolute {
  position: absolute !important;
}

.position-xs-fixed {
  position: fixed !important;
}

.position-xs-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
}
@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important;
  }
}
@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}
@media (min-width: 576px) {
  .position-sm-fixed {
    position: fixed !important;
  }
}
@media (min-width: 576px) {
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }
}
@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}
@media (min-width: 768px) {
  .position-md-fixed {
    position: fixed !important;
  }
}
@media (min-width: 768px) {
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
}
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-static {
    position: static !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-relative {
    position: relative !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
.form-control.form-control-nested input {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}

.form-control.form-control-nested:focus-within {
  color: var(--text-color);
  background-color: var(--card-background-color);
  border-color: rgba(var(--primary-color-string), 0.5);
  outline: 0;
  -webkit-box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: none, 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}

.form-control.form-control-nested.form-control-no-spinner input[type=number],
input[type=number].form-control.form-control-no-spinner,
iw-nested-input.form-control.form-control-no-spinner input[type=number] {
  -moz-appearance: textfield;
}
.form-control.form-control-nested.form-control-no-spinner input::-webkit-outer-spin-button,
input.form-control.form-control-no-spinner::-webkit-outer-spin-button,
iw-nested-input.form-control.form-control-no-spinner input::-webkit-outer-spin-button, .form-control.form-control-nested.form-control-no-spinner input::-webkit-inner-spin-button,
input.form-control.form-control-no-spinner::-webkit-inner-spin-button,
iw-nested-input.form-control.form-control-no-spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control.form-control-nested {
  position: relative;
}
[disabled].form-control.form-control-nested {
  background-color: var(--text-color-inverse);
}
.form-control.form-control-nested input {
  border: none;
  padding: 1px 2px;
}
.form-control.form-control-nested input:disabled, .form-control.form-control-nested input[readonly] {
  background-color: var(--text-color-inverse);
  opacity: 1;
}
.form-control.form-control-nested input:focus {
  outline: none;
}
.accordion > .card:last-of-type:first-of-type {
  border-radius: var(--border-radius);
}

.alert-heading {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.alerts-collapsible,
.alert-collapsible {
  border-radius: var(--border-radius);
  overflow: auto;
  border: 1px solid var(--border-color);
}
.alerts-collapsible > .alert,
.alert-collapsible > .alert {
  border-radius: 0;
  border: 0;
}
.alerts-collapsible > .alert:not(:last-child),
.alert-collapsible > .alert:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.alert-primary {
  color: var(--accent-color);
  background-color: rgba(var(--accent-color-string), 10%);
  border-color: rgba(var(--accent-color-string), 10%);
}
.alert-primary hr {
  border-top-color: rgba(var(--accent-color-string), 10%);
}
.alert-primary .alert-link {
  color: var(--accent-color);
}

.avatar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50% !important;
}

.avatar-xxxxl {
  width: 12rem;
  height: 12rem;
}

.avatar-xxxl {
  width: 10rem;
  height: 10rem;
}

.avatar-xxl {
  width: 8rem;
  height: 8rem;
}

.avatar-xl {
  width: 6rem;
  height: 6rem;
}

.avatar-l {
  width: 4.5rem;
  height: 4.5rem;
}

.avatar-md {
  width: 3rem;
  height: 3rem;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
}

.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.avatar-list .avatar {
  margin-right: 4px;
}
.avatar-list .avatar:last-child {
  margin-right: 0;
}
.avatar-list.avatar-list-overlap .avatar {
  border-radius: 50% !important;
  margin-left: -16px;
  border: 4px solid var(--card-background-color);
}
.avatar-list.avatar-list-overlap .avatar:first-child {
  margin-left: 0;
}

.avatar-ring {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2682 71.4424C14.0395 70.4731 12.8545 69.4216 11.7207 68.2877C11.7193 68.2863 11.7179 68.2849 11.7164 68.2835L13.1259 66.874C13.1877 66.9358 13.2497 66.9975 13.312 67.0589C28.1925 81.7399 52.1207 81.6372 66.875 66.8735L68.285 68.2835V68.2835C53.7993 82.7691 30.967 83.8224 15.2682 71.4424Z' fill='%2363CB76'/%3E%3Cpath d='M64.7318 8.55759C65.9605 9.52684 67.1455 10.5784 68.2793 11.7122C68.2807 11.7137 68.2822 11.7151 68.2836 11.7165L66.8741 13.126C66.8123 13.0642 66.7503 13.0025 66.688 12.941C51.8076 -1.73995 27.8793 -1.63718 13.125 13.1264L11.715 11.7165V11.7165C26.2007 -2.76916 49.033 -3.82246 64.7318 8.55759Z' fill='%2363CB76'/%3E%3C/svg%3E");
  top: -4px;
  left: -4px;
}

.avatar-level-ring-xs {
  border: 2px solid;
}

.avatar-level-ring-sm {
  border: 3px solid;
}

.avatar-level-ring-md {
  border: 4px solid;
}

.avatar-level-ring-l {
  border: 5px solid;
}

.avatar-level-ring-xl {
  border: 6px solid;
}

.ring-platinum {
  border-color: #6aafd4;
}

.ring-bronze {
  border-color: #b19484;
}

.ring-silver {
  border-color: #c8cad1;
}

.ring-gold {
  border-color: #F39237;
}

.bg-primary-light {
  background-color: #e5eafd !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #b6c4fa !important;
}

.bg-primary-dark {
  background-color: #0c2a9c !important;
}

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: #081d6d !important;
}

.bg-secondary-light {
  background-color: #ecedf0 !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: #d1d2d8 !important;
}

.bg-secondary-dark {
  background-color: #3e404a !important;
}

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: #27282e !important;
}

.bg-success-light {
  background-color: #e3f3e8 !important;
}

a.bg-success-light:hover, a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  background-color: #bfe4c9 !important;
}

.bg-success-dark {
  background-color: #204d2c !important;
}

a.bg-success-dark:hover, a.bg-success-dark:focus,
button.bg-success-dark:hover,
button.bg-success-dark:focus {
  background-color: #112918 !important;
}

.bg-info-light {
  background-color: #f1e7f5 !important;
}

a.bg-info-light:hover, a.bg-info-light:focus,
button.bg-info-light:hover,
button.bg-info-light:focus {
  background-color: #dbc2e7 !important;
}

.bg-info-dark {
  background-color: #4f2762 !important;
}

a.bg-info-dark:hover, a.bg-info-dark:focus,
button.bg-info-dark:hover,
button.bg-info-dark:focus {
  background-color: #31183d !important;
}

.bg-warning-light {
  background-color: #fef2e7 !important;
}

a.bg-warning-light:hover, a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
  background-color: #fbd8b7 !important;
}

.bg-warning-dark {
  background-color: #a9570a !important;
}

a.bg-warning-dark:hover, a.bg-warning-dark:focus,
button.bg-warning-dark:hover,
button.bg-warning-dark:focus {
  background-color: #793e07 !important;
}

.bg-danger-light {
  background-color: #fedee6 !important;
}

a.bg-danger-light:hover, a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  background-color: #fcadc1 !important;
}

.bg-danger-dark {
  background-color: #830425 !important;
}

a.bg-danger-dark:hover, a.bg-danger-dark:focus,
button.bg-danger-dark:hover,
button.bg-danger-dark:focus {
  background-color: #520317 !important;
}

.bg-light-light {
  background-color: #fefefe !important;
}

a.bg-light-light:hover, a.bg-light-light:focus,
button.bg-light-light:hover,
button.bg-light-light:focus {
  background-color: #e2e3e7 !important;
}

.bg-light-dark {
  background-color: #8c8f9f !important;
}

a.bg-light-dark:hover, a.bg-light-dark:focus,
button.bg-light-dark:hover,
button.bg-light-dark:focus {
  background-color: #717588 !important;
}

.bg-dark-light {
  background-color: #e1e1e6 !important;
}

a.bg-dark-light:hover, a.bg-dark-light:focus,
button.bg-dark-light:hover,
button.bg-dark-light:focus {
  background-color: #c5c6ce !important;
}

.bg-dark-dark {
  background-color: #0c0d0f !important;
}

a.bg-dark-dark:hover, a.bg-dark-dark:focus,
button.bg-dark-dark:hover,
button.bg-dark-dark:focus {
  background-color: black !important;
}

.bg-primary {
  background-color: var(--accent-color) !important;
}

.bg-white {
  background-color: var(--card-background-color) !important;
}

.bg-light {
  background-color: var(--background-color) !important;
}

.badge {
  line-height: 1.25rem;
}

.badge-outline-primary {
  color: #2952EF;
  background-color: transparent;
  border-color: #2952EF;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-primary:hover, a.badge-outline-primary:focus {
  color: #2952EF;
  background-color: transparent;
}
a.badge-outline-primary:focus, a.badge-outline-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
          box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
}

.badge-outline-secondary {
  color: #676b7c;
  background-color: transparent;
  border-color: #676b7c;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-secondary:hover, a.badge-outline-secondary:focus {
  color: #676b7c;
  background-color: transparent;
}
a.badge-outline-secondary:focus, a.badge-outline-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}

.badge-outline-success {
  color: #36814A;
  background-color: transparent;
  border-color: #36814A;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-success:hover, a.badge-outline-success:focus {
  color: #36814A;
  background-color: transparent;
}
a.badge-outline-success:focus, a.badge-outline-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
}

.badge-outline-info {
  color: #8341A3;
  background-color: transparent;
  border-color: #8341A3;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-info:hover, a.badge-outline-info:focus {
  color: #8341A3;
  background-color: transparent;
}
a.badge-outline-info:focus, a.badge-outline-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
}

.badge-outline-warning {
  color: #F39237;
  background-color: transparent;
  border-color: #F39237;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-warning:hover, a.badge-outline-warning:focus {
  color: #F39237;
  background-color: transparent;
}
a.badge-outline-warning:focus, a.badge-outline-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
}

.badge-outline-danger {
  color: #DB073D;
  background-color: transparent;
  border-color: #DB073D;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-danger:hover, a.badge-outline-danger:focus {
  color: #DB073D;
  background-color: transparent;
}
a.badge-outline-danger:focus, a.badge-outline-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
}

.badge-outline-light {
  color: #f9f9fa;
  background-color: transparent;
  border-color: #f9f9fa;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-light:hover, a.badge-outline-light:focus {
  color: #f9f9fa;
  background-color: transparent;
}
a.badge-outline-light:focus, a.badge-outline-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
}

.badge-outline-dark {
  color: #151519;
  background-color: transparent;
  border-color: #151519;
  border-width: 1px;
  border-style: solid;
}
a.badge-outline-dark:hover, a.badge-outline-dark:focus {
  color: #151519;
  background-color: transparent;
}
a.badge-outline-dark:focus, a.badge-outline-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
          box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
}

.badge-gold {
  color: white;
  background-color: #F39237;
  border: 1px solid #F39237;
}

.badge-platinum {
  color: white;
  background-color: #6aafd4;
  border: 1px solid #6aafd4;
}

.badge-bronze {
  color: white;
  background-color: #b19484;
  border: 1px solid #b19484;
}

.badge-silver {
  color: white;
  background-color: #c8cad1;
  border: 1px solid #c8cad1;
}

.badge-primary-light {
  color: #2952EF;
  background-color: #e5eafd;
  border: 1px solid #e5eafd;
}

.badge-primary {
  border: 1px solid #2952EF;
}

.badge-secondary-light {
  color: #676b7c;
  background-color: #ecedf0;
  border: 1px solid #ecedf0;
}

.badge-secondary {
  border: 1px solid #676b7c;
}

.badge-success-light {
  color: #36814A;
  background-color: #e3f3e8;
  border: 1px solid #e3f3e8;
}

.badge-success {
  border: 1px solid #36814A;
}

.badge-info-light {
  color: #8341A3;
  background-color: #f1e7f5;
  border: 1px solid #f1e7f5;
}

.badge-info {
  border: 1px solid #8341A3;
}

.badge-warning-light {
  color: #F39237;
  background-color: #fef2e7;
  border: 1px solid #fef2e7;
}

.badge-warning {
  border: 1px solid #F39237;
}

.badge-danger-light {
  color: #DB073D;
  background-color: #fedee6;
  border: 1px solid #fedee6;
}

.badge-danger {
  border: 1px solid #DB073D;
}

.badge-light-light {
  color: #f9f9fa;
  background-color: #fefefe;
  border: 1px solid #fefefe;
}

.badge-light {
  border: 1px solid #f9f9fa;
}

.badge-dark-light {
  color: #151519;
  background-color: #e1e1e6;
  border: 1px solid #e1e1e6;
}

.badge-dark {
  border: 1px solid #151519;
}

.btn .badge {
  margin-left: 0.25rem;
}

.bg-primary-light {
  background-color: #e5eafd !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #b6c4fa !important;
}

.bg-primary-dark {
  background-color: #0c2a9c !important;
}

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: #081d6d !important;
}

.bg-secondary-light {
  background-color: #ecedf0 !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: #d1d2d8 !important;
}

.bg-secondary-dark {
  background-color: #3e404a !important;
}

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: #27282e !important;
}

.bg-success-light {
  background-color: #e3f3e8 !important;
}

a.bg-success-light:hover, a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  background-color: #bfe4c9 !important;
}

.bg-success-dark {
  background-color: #204d2c !important;
}

a.bg-success-dark:hover, a.bg-success-dark:focus,
button.bg-success-dark:hover,
button.bg-success-dark:focus {
  background-color: #112918 !important;
}

.bg-info-light {
  background-color: #f1e7f5 !important;
}

a.bg-info-light:hover, a.bg-info-light:focus,
button.bg-info-light:hover,
button.bg-info-light:focus {
  background-color: #dbc2e7 !important;
}

.bg-info-dark {
  background-color: #4f2762 !important;
}

a.bg-info-dark:hover, a.bg-info-dark:focus,
button.bg-info-dark:hover,
button.bg-info-dark:focus {
  background-color: #31183d !important;
}

.bg-warning-light {
  background-color: #fef2e7 !important;
}

a.bg-warning-light:hover, a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
  background-color: #fbd8b7 !important;
}

.bg-warning-dark {
  background-color: #a9570a !important;
}

a.bg-warning-dark:hover, a.bg-warning-dark:focus,
button.bg-warning-dark:hover,
button.bg-warning-dark:focus {
  background-color: #793e07 !important;
}

.bg-danger-light {
  background-color: #fedee6 !important;
}

a.bg-danger-light:hover, a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  background-color: #fcadc1 !important;
}

.bg-danger-dark {
  background-color: #830425 !important;
}

a.bg-danger-dark:hover, a.bg-danger-dark:focus,
button.bg-danger-dark:hover,
button.bg-danger-dark:focus {
  background-color: #520317 !important;
}

.bg-light-light {
  background-color: #fefefe !important;
}

a.bg-light-light:hover, a.bg-light-light:focus,
button.bg-light-light:hover,
button.bg-light-light:focus {
  background-color: #e2e3e7 !important;
}

.bg-light-dark {
  background-color: #8c8f9f !important;
}

a.bg-light-dark:hover, a.bg-light-dark:focus,
button.bg-light-dark:hover,
button.bg-light-dark:focus {
  background-color: #717588 !important;
}

.bg-dark-light {
  background-color: #e1e1e6 !important;
}

a.bg-dark-light:hover, a.bg-dark-light:focus,
button.bg-dark-light:hover,
button.bg-dark-light:focus {
  background-color: #c5c6ce !important;
}

.bg-dark-dark {
  background-color: #0c0d0f !important;
}

a.bg-dark-dark:hover, a.bg-dark-dark:focus,
button.bg-dark-dark:hover,
button.bg-dark-dark:focus {
  background-color: black !important;
}

.bg-primary {
  background-color: var(--accent-color) !important;
}

.bg-white {
  background-color: var(--card-background-color) !important;
}

.bg-light {
  background-color: var(--background-color) !important;
}

.banner {
  padding: 0.5rem;
  background-color: #151519;
  color: #FFF;
}
.banner a {
  text-decoration: underline;
  color: #FFF;
}
.banner a:hover, .banner a:focus {
  text-decoration: none;
}
.banner:empty {
  display: none;
}
.banner * {
  max-height: 2.25rem;
}

.banner-primary {
  color: #e5eafd;
  background-color: #2952EF;
}
.banner-primary a {
  text-decoration: underline;
  color: #e5eafd;
}
.banner-primary a:hover, .banner-primary a:focus {
  text-decoration: none;
}

.banner-primary-light {
  color: #2952EF;
  background-color: #e5eafd;
}
.banner-primary-light a {
  text-decoration: underline;
  color: #2952EF;
}
.banner-primary-light a:hover, .banner-primary-light a:focus {
  text-decoration: none;
}

.banner-secondary {
  color: #ecedf0;
  background-color: #676b7c;
}
.banner-secondary a {
  text-decoration: underline;
  color: #ecedf0;
}
.banner-secondary a:hover, .banner-secondary a:focus {
  text-decoration: none;
}

.banner-secondary-light {
  color: #676b7c;
  background-color: #ecedf0;
}
.banner-secondary-light a {
  text-decoration: underline;
  color: #676b7c;
}
.banner-secondary-light a:hover, .banner-secondary-light a:focus {
  text-decoration: none;
}

.banner-success {
  color: #e3f3e8;
  background-color: #36814A;
}
.banner-success a {
  text-decoration: underline;
  color: #e3f3e8;
}
.banner-success a:hover, .banner-success a:focus {
  text-decoration: none;
}

.banner-success-light {
  color: #36814A;
  background-color: #e3f3e8;
}
.banner-success-light a {
  text-decoration: underline;
  color: #36814A;
}
.banner-success-light a:hover, .banner-success-light a:focus {
  text-decoration: none;
}

.banner-info {
  color: #f1e7f5;
  background-color: #8341A3;
}
.banner-info a {
  text-decoration: underline;
  color: #f1e7f5;
}
.banner-info a:hover, .banner-info a:focus {
  text-decoration: none;
}

.banner-info-light {
  color: #8341A3;
  background-color: #f1e7f5;
}
.banner-info-light a {
  text-decoration: underline;
  color: #8341A3;
}
.banner-info-light a:hover, .banner-info-light a:focus {
  text-decoration: none;
}

.banner-warning {
  color: #fef2e7;
  background-color: #F39237;
}
.banner-warning a {
  text-decoration: underline;
  color: #fef2e7;
}
.banner-warning a:hover, .banner-warning a:focus {
  text-decoration: none;
}

.banner-warning-light {
  color: #F39237;
  background-color: #fef2e7;
}
.banner-warning-light a {
  text-decoration: underline;
  color: #F39237;
}
.banner-warning-light a:hover, .banner-warning-light a:focus {
  text-decoration: none;
}

.banner-danger {
  color: #fedee6;
  background-color: #DB073D;
}
.banner-danger a {
  text-decoration: underline;
  color: #fedee6;
}
.banner-danger a:hover, .banner-danger a:focus {
  text-decoration: none;
}

.banner-danger-light {
  color: #DB073D;
  background-color: #fedee6;
}
.banner-danger-light a {
  text-decoration: underline;
  color: #DB073D;
}
.banner-danger-light a:hover, .banner-danger-light a:focus {
  text-decoration: none;
}

.banner-light {
  color: #fefefe;
  background-color: #f9f9fa;
}
.banner-light a {
  text-decoration: underline;
  color: #fefefe;
}
.banner-light a:hover, .banner-light a:focus {
  text-decoration: none;
}

.banner-light-light {
  color: #f9f9fa;
  background-color: #fefefe;
}
.banner-light-light a {
  text-decoration: underline;
  color: #f9f9fa;
}
.banner-light-light a:hover, .banner-light-light a:focus {
  text-decoration: none;
}

.banner-dark {
  color: #e1e1e6;
  background-color: #151519;
}
.banner-dark a {
  text-decoration: underline;
  color: #e1e1e6;
}
.banner-dark a:hover, .banner-dark a:focus {
  text-decoration: none;
}

.banner-dark-light {
  color: #151519;
  background-color: #e1e1e6;
}
.banner-dark-light a {
  text-decoration: underline;
  color: #151519;
}
.banner-dark-light a:hover, .banner-dark-light a:focus {
  text-decoration: none;
}

@media (min-width: 576px) {
  .border-sm {
    border: 1px solid var(--border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid var(--border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid var(--border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid var(--border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-xxl {
    border: 1px solid var(--border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
}
@media (min-width: 576px) {
  .border-top-sm {
    border-top: 1px solid var(--border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-top-md {
    border-top: 1px solid var(--border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-top-lg {
    border-top: 1px solid var(--border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-top-xl {
    border-top: 1px solid var(--border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-top-xxl {
    border-top: 1px solid var(--border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .border-bottom-sm {
    border-bottom: 1px solid var(--border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-bottom-md {
    border-bottom: 1px solid var(--border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-bottom-lg {
    border-bottom: 1px solid var(--border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-bottom-xl {
    border-bottom: 1px solid var(--border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-bottom-xxl {
    border-bottom: 1px solid var(--border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .border-left-sm {
    border-left: 1px solid var(--border-color) !important;
  }
  .border-left-sm-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-left-md {
    border-left: 1px solid var(--border-color) !important;
  }
  .border-left-md-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-left-lg {
    border-left: 1px solid var(--border-color) !important;
  }
  .border-left-lg-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-left-xl {
    border-left: 1px solid var(--border-color) !important;
  }
  .border-left-xl-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-left-xxl {
    border-left: 1px solid var(--border-color) !important;
  }
  .border-left-xxl-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .border-right-sm {
    border-right: 1px solid var(--border-color) !important;
  }
  .border-right-sm-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-right-md {
    border-right: 1px solid var(--border-color) !important;
  }
  .border-right-md-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-right-lg {
    border-right: 1px solid var(--border-color) !important;
  }
  .border-right-lg-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-right-xl {
    border-right: 1px solid var(--border-color) !important;
  }
  .border-right-xl-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-right-xxl {
    border-right: 1px solid var(--border-color) !important;
  }
  .border-right-xxl-0 {
    border-right: 0 !important;
  }
}

.breadcrumb {
  color: var(--text-color-light);
}
.breadcrumb .breadcrumb-item a {
  font-weight: 400;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 700;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86326 5.63959C6.81619 5.59956 6.76211 5.55967 6.70403 5.53966L0.814659 0.135005C0.627393 -0.045145 0.325961 -0.045145 0.139696 0.135005C-0.0465685 0.325164 -0.0465685 0.62559 0.139696 0.815748L5.79874 6L0.140697 11.1843C-0.0455676 11.3744 -0.0455676 11.6748 0.140697 11.865C0.326962 12.0451 0.628395 12.0451 0.814659 11.865L6.70603 6.46034C6.76211 6.44033 6.81619 6.40044 6.86226 6.36041C6.9604 6.26032 7.00345 6.13011 6.99945 6C7.00546 5.86989 6.9624 5.73968 6.86326 5.63959Z' fill='%234E4D4D'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  width: 0.5rem;
  height: 0.75rem;
  padding-right: 1.25rem;
}

.btn-link {
  font-weight: 500;
}
.btn-link:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-link:focus-visible {
  outline: 2px currentColor solid;
}

.btn-primary {
  color: #fff;
  background-color: #2952EF;
  border-color: #2952EF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0f35c6;
  border-color: #0f35c6;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(73, 108, 241, 0.5);
          box-shadow: none, 0 0 0 0 rgba(73, 108, 241, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2952EF;
  border-color: #2952EF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a2487;
  border-color: #0a2487;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(73, 108, 241, 0.5);
          box-shadow: 0 0 0 0 rgba(73, 108, 241, 0.5);
}
.btn-primary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 82, 239, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(41, 82, 239, 0.25);
}

.btn-secondary {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #4e515e;
  border-color: #4e515e;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(126, 129, 144, 0.5);
          box-shadow: none, 0 0 0 0 rgba(126, 129, 144, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #363740;
  border-color: #363740;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(126, 129, 144, 0.5);
          box-shadow: 0 0 0 0 rgba(126, 129, 144, 0.5);
}
.btn-secondary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 107, 124, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(103, 107, 124, 0.25);
}

.btn-success {
  color: #fff;
  background-color: #36814A;
  border-color: #36814A;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #296238;
  border-color: #296238;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(84, 148, 101, 0.5);
          box-shadow: none, 0 0 0 0 rgba(84, 148, 101, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #36814A;
  border-color: #36814A;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1c4326;
  border-color: #1c4326;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(84, 148, 101, 0.5);
          box-shadow: 0 0 0 0 rgba(84, 148, 101, 0.5);
}
.btn-success:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(54, 129, 74, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(54, 129, 74, 0.25);
}

.btn-info {
  color: #fff;
  background-color: #8341A3;
  border-color: #8341A3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #64317c;
  border-color: #64317c;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(150, 94, 177, 0.5);
          box-shadow: none, 0 0 0 0 rgba(150, 94, 177, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #8341A3;
  border-color: #8341A3;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #442255;
  border-color: #442255;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(150, 94, 177, 0.5);
          box-shadow: 0 0 0 0 rgba(150, 94, 177, 0.5);
}
.btn-info:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(131, 65, 163, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(131, 65, 163, 0.25);
}

.btn-warning {
  color: #fff;
  background-color: #F39237;
  border-color: #F39237;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d66e0d;
  border-color: #d66e0d;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(245, 162, 85, 0.5);
          box-shadow: none, 0 0 0 0 rgba(245, 162, 85, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #F39237;
  border-color: #F39237;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #924b09;
  border-color: #924b09;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(245, 162, 85, 0.5);
          box-shadow: 0 0 0 0 rgba(245, 162, 85, 0.5);
}
.btn-warning:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(243, 146, 55, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(243, 146, 55, 0.25);
}

.btn-danger {
  color: #fff;
  background-color: #DB073D;
  border-color: #DB073D;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a6052e;
  border-color: #a6052e;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(224, 44, 90, 0.5);
          box-shadow: none, 0 0 0 0 rgba(224, 44, 90, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #DB073D;
  border-color: #DB073D;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #720420;
  border-color: #720420;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(224, 44, 90, 0.5);
          box-shadow: 0 0 0 0 rgba(224, 44, 90, 0.5);
}
.btn-danger:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.25);
}

.btn-light {
  color: #fff;
  background-color: #f9f9fa;
  border-color: #f9f9fa;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-light:hover {
  color: #fff;
  background-color: #b8bac4;
  border-color: #b8bac4;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(250, 250, 251, 0.5);
          box-shadow: none, 0 0 0 0 rgba(250, 250, 251, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #f9f9fa;
  border-color: #f9f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #767a8d;
  border-color: #767a8d;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 251, 0.5);
          box-shadow: 0 0 0 0 rgba(250, 250, 251, 0.5);
}
.btn-light:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(249, 249, 250, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(249, 249, 250, 0.25);
}

.btn-dark {
  color: #fff;
  background-color: #151519;
  border-color: #151519;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #101013;
  border-color: #101013;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(56, 56, 60, 0.5);
          box-shadow: none, 0 0 0 0 rgba(56, 56, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #151519;
  border-color: #151519;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0b0b0d;
  border-color: #0b0b0d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(56, 56, 60, 0.5);
          box-shadow: 0 0 0 0 rgba(56, 56, 60, 0.5);
}
.btn-dark:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 21, 25, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(21, 21, 25, 0.25);
}

.btn-outline-primary {
  color: #2952EF;
  border-color: #2952EF;
}
.btn-outline-primary:hover {
  color: #0f35c6;
  background-color: rgba(41, 82, 239, 0.12);
  border-color: #0f35c6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
          box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2952EF;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(41, 82, 239, 0.12);
  border-color: #0f35c6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
          box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #0a2487;
  border-color: #0a2487;
}
.btn-outline-primary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 82, 239, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(41, 82, 239, 0.25);
}

.btn-outline-secondary {
  color: #676b7c;
  border-color: #676b7c;
}
.btn-outline-secondary:hover {
  color: #4e515e;
  background-color: rgba(103, 107, 124, 0.12);
  border-color: #4e515e;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #676b7c;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgba(103, 107, 124, 0.12);
  border-color: #4e515e;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #363740;
  border-color: #363740;
}
.btn-outline-secondary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 107, 124, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(103, 107, 124, 0.25);
}

.btn-outline-success {
  color: #36814A;
  border-color: #36814A;
}
.btn-outline-success:hover {
  color: #296238;
  background-color: rgba(54, 129, 74, 0.12);
  border-color: #296238;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36814A;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: rgba(54, 129, 74, 0.12);
  border-color: #296238;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #1c4326;
  border-color: #1c4326;
}
.btn-outline-success:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(54, 129, 74, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(54, 129, 74, 0.25);
}

.btn-outline-info {
  color: #8341A3;
  border-color: #8341A3;
}
.btn-outline-info:hover {
  color: #64317c;
  background-color: rgba(131, 65, 163, 0.12);
  border-color: #64317c;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #8341A3;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: rgba(131, 65, 163, 0.12);
  border-color: #64317c;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #442255;
  border-color: #442255;
}
.btn-outline-info:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(131, 65, 163, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(131, 65, 163, 0.25);
}

.btn-outline-warning {
  color: #F39237;
  border-color: #F39237;
}
.btn-outline-warning:hover {
  color: #d66e0d;
  background-color: rgba(243, 146, 55, 0.12);
  border-color: #d66e0d;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F39237;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: rgba(243, 146, 55, 0.12);
  border-color: #d66e0d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #924b09;
  border-color: #924b09;
}
.btn-outline-warning:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(243, 146, 55, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(243, 146, 55, 0.25);
}

.btn-outline-danger {
  color: #DB073D;
  border-color: #DB073D;
}
.btn-outline-danger:hover {
  color: #a6052e;
  background-color: rgba(219, 7, 61, 0.12);
  border-color: #a6052e;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DB073D;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: rgba(219, 7, 61, 0.12);
  border-color: #a6052e;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #720420;
  border-color: #720420;
}
.btn-outline-danger:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.25);
}

.btn-outline-light {
  color: #f9f9fa;
  border-color: #f9f9fa;
}
.btn-outline-light:hover {
  color: #b8bac4;
  background-color: rgba(249, 249, 250, 0.12);
  border-color: #b8bac4;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f9f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: rgba(249, 249, 250, 0.12);
  border-color: #b8bac4;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #767a8d;
  border-color: #767a8d;
}
.btn-outline-light:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(249, 249, 250, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(249, 249, 250, 0.25);
}

.btn-outline-dark {
  color: #151519;
  border-color: #151519;
}
.btn-outline-dark:hover {
  color: #101013;
  background-color: rgba(21, 21, 25, 0.12);
  border-color: #101013;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
          box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #151519;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: rgba(21, 21, 25, 0.12);
  border-color: #101013;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
          box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #0b0b0d;
  border-color: #0b0b0d;
}
.btn-outline-dark:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 21, 25, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(21, 21, 25, 0.25);
}

.btn:not(.disabled).bg-white:hover, .btn:not(.disabled).bg-white:focus {
  background-color: #dadbe0 !important;
}
.btn:not(.disabled).bg-white:active, .btn:not(.disabled).bg-white.active {
  background-color: #c8cad1 !important;
}

.btn-group-toggle .btn {
  color: #676b7c;
  border-color: #676b7c;
}
.btn-group-toggle .btn:hover {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
}
.btn-group-toggle .btn:focus, .btn-group-toggle .btn.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}
.btn-group-toggle .btn.disabled, .btn-group-toggle .btn:disabled {
  color: #676b7c;
  background-color: transparent;
}
.btn-group-toggle .btn:not(:disabled):not(.disabled):active, .btn-group-toggle .btn:not(:disabled):not(.disabled).active, .show > .btn-group-toggle .btn.dropdown-toggle {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
}
.btn-group-toggle .btn:not(:disabled):not(.disabled):active:focus, .btn-group-toggle .btn:not(:disabled):not(.disabled).active:focus, .show > .btn-group-toggle .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}
.btn-group-toggle .btn:not(:disabled):not(.disabled).active, .btn-group-toggle .btn:not(:disabled):not(.disabled):active, .btn-group-toggle .btn.show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-group-toggle .btn:not(:disabled):not(.disabled).active:hover, .btn-group-toggle .btn:not(:disabled):not(.disabled):active:hover, .btn-group-toggle .btn.show > .btn.dropdown-toggle:hover {
  color: #fff;
  background-color: #4e515e;
  border-color: #4e515e;
}
.btn-group-toggle .btn:not(:disabled):not(.disabled).active:focus, .btn-group-toggle .btn:not(:disabled):not(.disabled).active.focus, .btn-group-toggle .btn:not(:disabled):not(.disabled):active:focus, .btn-group-toggle .btn:not(:disabled):not(.disabled):active.focus, .btn-group-toggle .btn.show > .btn.dropdown-toggle:focus, .btn-group-toggle .btn.show > .btn.dropdown-toggle.focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(126, 129, 144, 0.5);
          box-shadow: none, 0 0 0 0 rgba(126, 129, 144, 0.5);
}
.btn-group-toggle .btn:not(:disabled):not(.disabled).active.disabled, .btn-group-toggle .btn:not(:disabled):not(.disabled).active:disabled, .btn-group-toggle .btn:not(:disabled):not(.disabled):active.disabled, .btn-group-toggle .btn:not(:disabled):not(.disabled):active:disabled, .btn-group-toggle .btn.show > .btn.dropdown-toggle.disabled, .btn-group-toggle .btn.show > .btn.dropdown-toggle:disabled {
  color: #fff;
  background-color: #676b7c;
  border-color: #676b7c;
}
.btn-group-toggle .btn:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active, .btn-group-toggle .btn:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled).active, .show > .btn-group-toggle .btn:not(:disabled):not(.disabled).active.dropdown-toggle, .btn-group-toggle .btn:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled):active, .btn-group-toggle .btn:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled).active, .show > .btn-group-toggle .btn:not(:disabled):not(.disabled):active.dropdown-toggle, .btn-group-toggle .btn.show > .btn.dropdown-toggle:not(:disabled):not(.disabled):active, .btn-group-toggle .btn.show > .btn.dropdown-toggle:not(:disabled):not(.disabled).active, .show > .btn-group-toggle .btn.show > .btn.dropdown-toggle.dropdown-toggle {
  color: #fff;
  background-color: #363740;
  border-color: #363740;
}
.btn-group-toggle .btn:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active:focus, .btn-group-toggle .btn:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled).active:focus, .show > .btn-group-toggle .btn:not(:disabled):not(.disabled).active.dropdown-toggle:focus, .btn-group-toggle .btn:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled):active:focus, .btn-group-toggle .btn:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled).active:focus, .show > .btn-group-toggle .btn:not(:disabled):not(.disabled):active.dropdown-toggle:focus, .btn-group-toggle .btn.show > .btn.dropdown-toggle:not(:disabled):not(.disabled):active:focus, .btn-group-toggle .btn.show > .btn.dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .btn-group-toggle .btn.show > .btn.dropdown-toggle.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(126, 129, 144, 0.5);
          box-shadow: 0 0 0 0 rgba(126, 129, 144, 0.5);
}

.btn-primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.btn-primary.disabled, .btn-primary:disabled {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  opacity: 0.2;
}

.btn-outline-primary {
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  opacity: 0.2;
}

.btn.btn-indicator {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.btn.btn-indicator[disabled], .btn.btn-indicator.disabled {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn.btn-indicator[disabled]:after, .btn.btn-indicator.disabled:after {
  content: "";
  margin-left: 1.5rem;
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
.btn.btn-indicator.btn-sm, .btn-group-sm > .btn.btn-indicator {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.btn.btn-indicator.btn-sm[disabled], .btn-group-sm > .btn.btn-indicator[disabled], .btn.btn-indicator.btn-sm.disabled, .btn-group-sm > .btn.btn-indicator.disabled {
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn.btn-indicator.btn-sm[disabled]:after, .btn-group-sm > .btn.btn-indicator[disabled]:after, .btn.btn-indicator.btn-sm.disabled:after, .btn-group-sm > .btn.btn-indicator.disabled:after {
  content: "";
  margin-left: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0.15em;
}
.btn.btn-indicator.btn-lg, .btn-group-lg > .btn.btn-indicator {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
.btn.btn-indicator.btn-lg[disabled], .btn-group-lg > .btn.btn-indicator[disabled], .btn.btn-indicator.btn-lg.disabled, .btn-group-lg > .btn.btn-indicator.disabled {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.btn.btn-indicator.btn-lg[disabled]:after, .btn-group-lg > .btn.btn-indicator[disabled]:after, .btn.btn-indicator.btn-lg.disabled:after, .btn-group-lg > .btn.btn-indicator.disabled:after {
  content: "";
  margin-left: 2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-width: 0.25em;
}

.card {
  border: none;
  background: var(--card-background-color);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.card.flat {
  border: 2px solid var(--border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card.interactive {
  border: 2px solid;
  border-color: var(--card-background-color);
}
.card.interactive.disabled, .card.interactive:disabled {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.card.interactive.disabled svg, .card.interactive:disabled svg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.card.interactive:hover, .card.interactive.checked {
  border-color: rgba(var(--primary-color-string), 0.5);
}
.card.interactive.is-invalid {
  border-color: rgba(219, 7, 61, 0.5);
}
.card.full-bleed {
  border: none;
  overflow: hidden;
}
.card.full-bleed div, .card.full-bleed p {
  color: var(--text-color);
}
.card.full-bleed img.card-background {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter 320ms ease-out;
  transition: -webkit-filter 320ms ease-out;
  -o-transition: filter 320ms ease-out;
  transition: filter 320ms ease-out;
  transition: filter 320ms ease-out, -webkit-filter 320ms ease-out;
}
.card.full-bleed .card-body {
  position: relative;
  z-index: 1;
}
.card.full-bleed .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--light-color-string), 0.24)), to(rgba(var(--light-color-string), 0.84)));
  background: -webkit-linear-gradient(top, rgba(var(--light-color-string), 0.24) 0%, rgba(var(--light-color-string), 0.84) 100%);
  background: -o-linear-gradient(top, rgba(var(--light-color-string), 0.24) 0%, rgba(var(--light-color-string), 0.84) 100%);
  background: linear-gradient(180deg, rgba(var(--light-color-string), 0.24) 0%, rgba(var(--light-color-string), 0.84) 100%);
  -webkit-transition: opacity 320ms ease-out;
  -o-transition: opacity 320ms ease-out;
  transition: opacity 320ms ease-out;
  z-index: -1;
}
.card.full-bleed.interactive:hover img.card-background {
  opacity: 0.8;
}
.card.full-bleed.interactive:hover .card-body::before {
  opacity: 1;
}

.carousel-indicators li {
  background-color: transparent;
  position: relative;
  opacity: 0.3;
}
.carousel-indicators li:before {
  width: 8px;
  height: 8px;
  background: #676b7c;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.chip {
  display: inline-block;
  padding: 0.625rem 1rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: var(--border-color);
  overflow: auto;
  border-radius: var(--border-radius);
}
a.chip:hover, a.chip:focus {
  text-decoration: none;
}

.chip:empty {
  display: none;
}
.chip.rounded {
  border-radius: 1rem;
}
.chip img:first-child {
  margin-top: -0.625rem;
  margin-right: 0.5rem;
  margin-bottom: -0.625rem;
  margin-left: -1rem;
}
.chip button:last-child,
.chip .btn:last-child {
  margin-top: -0.625rem;
  margin-right: -0.5rem;
  margin-bottom: -0.625rem;
  margin-left: 0.5rem;
  padding: 0;
}
.chip .badge {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.chip * {
  max-height: 2.25rem;
}

.chip-primary {
  background-color: rgba(41, 82, 239, 0.2);
  border-color: rgba(41, 82, 239, 0.2);
}
a.chip-primary:hover, a.chip-primary:focus {
  background-color: rgba(16, 57, 213, 0.2);
}
a.chip-primary:focus, a.chip-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
          box-shadow: 0 0 0 0 rgba(41, 82, 239, 0.5);
}

.chip-secondary {
  background-color: rgba(103, 107, 124, 0.2);
  border-color: rgba(103, 107, 124, 0.2);
}
a.chip-secondary:hover, a.chip-secondary:focus {
  background-color: rgba(80, 83, 96, 0.2);
}
a.chip-secondary:focus, a.chip-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 107, 124, 0.5);
}

.chip-success {
  background-color: rgba(54, 129, 74, 0.2);
  border-color: rgba(54, 129, 74, 0.2);
}
a.chip-success:hover, a.chip-success:focus {
  background-color: rgba(39, 93, 53, 0.2);
}
a.chip-success:focus, a.chip-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
          box-shadow: 0 0 0 0 rgba(54, 129, 74, 0.5);
}

.chip-info {
  background-color: rgba(131, 65, 163, 0.2);
  border-color: rgba(131, 65, 163, 0.2);
}
a.chip-info:hover, a.chip-info:focus {
  background-color: rgba(102, 50, 127, 0.2);
}
a.chip-info:focus, a.chip-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
          box-shadow: 0 0 0 0 rgba(131, 65, 163, 0.5);
}

.chip-warning {
  background-color: rgba(243, 146, 55, 0.2);
  border-color: rgba(243, 146, 55, 0.2);
}
a.chip-warning:hover, a.chip-warning:focus {
  background-color: rgba(233, 120, 14, 0.2);
}
a.chip-warning:focus, a.chip-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
          box-shadow: 0 0 0 0 rgba(243, 146, 55, 0.5);
}

.chip-danger {
  background-color: rgba(219, 7, 61, 0.2);
  border-color: rgba(219, 7, 61, 0.2);
}
a.chip-danger:hover, a.chip-danger:focus {
  background-color: rgba(170, 5, 47, 0.2);
}
a.chip-danger:focus, a.chip-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(219, 7, 61, 0.5);
}

.chip-light {
  background-color: rgba(249, 249, 250, 0.2);
  border-color: rgba(249, 249, 250, 0.2);
}
a.chip-light:hover, a.chip-light:focus {
  background-color: rgba(221, 222, 227, 0.2);
}
a.chip-light:focus, a.chip-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 249, 250, 0.5);
}

.chip-dark {
  background-color: rgba(21, 21, 25, 0.2);
  border-color: rgba(21, 21, 25, 0.2);
}
a.chip-dark:hover, a.chip-dark:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
a.chip-dark:focus, a.chip-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
          box-shadow: 0 0 0 0 rgba(21, 21, 25, 0.5);
}

.chip-primary {
  background-color: rgba(var(--accent-color-string), 0.2);
  border-color: rgba(var(--accent-color-string), 0.2);
}

/**
 * Style rules for collapsed text with a show more/show less toggle.
 * Add .collapse-text to elements with .collapse if the goal is to show
 * 3 lines of text when collapsed.
 * In the button that toggles the collapsed state of the text, you can use
 * .expanded and .collapsed styles to switch the visible child element depending
 * on the state.
 */
.collapse-text.collapse:not(.show) {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5rem;
  overflow: hidden;
}

.collapse-text.collapsing {
  height: 4.5rem;
}

[aria-expanded=false] > .expanded {
  display: none;
}

[aria-expanded=true] > .collapsed {
  display: none;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-width: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-width: 2px;
  background-color: var(--card-background-color);
}
.custom-checkbox .custom-control-input.is-invalid:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Fill 6' fill-rule='evenodd' clip-rule='evenodd' d='M4.4653 9C4.37071 9 4.27966 8.96677 4.21401 8.9083C4.21401 8.9083 1.3736 6.39004 1.0976 6.13649C0.962783 6.0128 0.96843 5.81833 1.1096 5.7014C1.25007 5.58508 1.47524 5.58816 1.60865 5.71186C1.83382 5.91864 3.76155 7.62886 4.46318 8.25104L12.3929 1.0932C12.5284 0.971965 12.7515 0.968272 12.8919 1.08643C13.0324 1.20397 13.0367 1.39844 12.9004 1.52153L4.71871 8.90646C4.65306 8.96554 4.562 8.99938 4.46671 9H4.4653Z' fill='%23ff4847' stroke='%23ff4847'/%3E%3C/svg%3E%0A");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-width: 2px;
  background-color: var(--card-background-color);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-background-size: 50% 50%;
          background-size: 50%;
}
.custom-radio .custom-control-input.is-invalid:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5.0001C0 2.23868 2.23858 9.91821e-05 5 9.91821e-05C7.76142 9.91821e-05 10 2.23868 10 5.0001C10 7.76152 7.76142 10.0001 5 10.0001C2.23858 10.0001 0 7.76152 0 5.0001Z' fill='%23ff4847'/%3E%3C/svg%3E");
}

.custom-switch .custom-control-label::before {
  background-color: var(--border-color);
  border-color: var(--border-color);
}
.custom-switch .custom-control-label::after {
  background-color: var(--card-background-color);
}
.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.dropdown .dropdown-toggle.dropdown-dots, .dropleft .dropdown-toggle.dropdown-dots, .dropup .dropdown-toggle.dropdown-dots, .dropright .dropdown-toggle.dropdown-dots {
  border: none;
  width: 1.5rem;
  height: 0.75rem;
  background: center no-repeat url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 26 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4C1.5 2.61864 2.61864 1.5 4 1.5V0.5C2.06636 0.5 0.5 2.06636 0.5 4H1.5ZM4 1.5C5.38136 1.5 6.5 2.61864 6.5 4H7.5C7.5 2.06636 5.93364 0.5 4 0.5V1.5ZM6.5 4C6.5 5.38136 5.38136 6.5 4 6.5V7.5C5.93364 7.5 7.5 5.93364 7.5 4H6.5ZM4 6.5C2.61864 6.5 1.5 5.38136 1.5 4H0.5C0.5 5.93364 2.06636 7.5 4 7.5V6.5ZM10.5 4C10.5 2.61864 11.6186 1.5 13 1.5V0.5C11.0664 0.5 9.5 2.06636 9.5 4H10.5ZM13 1.5C14.3814 1.5 15.5 2.61864 15.5 4H16.5C16.5 2.06636 14.9336 0.5 13 0.5V1.5ZM15.5 4C15.5 5.38136 14.3814 6.5 13 6.5V7.5C14.9336 7.5 16.5 5.93364 16.5 4H15.5ZM13 6.5C11.6186 6.5 10.5 5.38136 10.5 4H9.5C9.5 5.93364 11.0664 7.5 13 7.5V6.5ZM19.5 4C19.5 2.61864 20.6186 1.5 22 1.5V0.5C20.0664 0.5 18.5 2.06636 18.5 4H19.5ZM22 1.5C23.3814 1.5 24.5 2.61864 24.5 4H25.5C25.5 2.06636 23.9336 0.5 22 0.5V1.5ZM24.5 4C24.5 5.38136 23.3814 6.5 22 6.5V7.5C23.9336 7.5 25.5 5.93364 25.5 4H24.5ZM22 6.5C20.6186 6.5 19.5 5.38136 19.5 4H18.5C18.5 5.93364 20.0664 7.5 22 7.5V6.5Z' fill='%234778FF'/%3E%3C/svg%3E%0A");
}
.dropdown .dropdown-toggle.dropdown-dots:hover, .dropleft .dropdown-toggle.dropdown-dots:hover, .dropup .dropdown-toggle.dropdown-dots:hover, .dropright .dropdown-toggle.dropdown-dots:hover {
  cursor: pointer;
  background: center no-repeat url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 26 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 4C1 2.3425 2.3425 1 4 1C5.6575 1 7 2.3425 7 4C7 5.6575 5.6575 7 4 7C2.3425 7 1 5.6575 1 4ZM10 4C10 2.3425 11.3425 1 13 1C14.6575 1 16 2.3425 16 4C16 5.6575 14.6575 7 13 7C11.3425 7 10 5.6575 10 4ZM19 4C19 2.3425 20.3425 1 22 1C23.6575 1 25 2.3425 25 4C25 5.6575 23.6575 7 22 7C20.3425 7 19 5.6575 19 4Z' fill='%234778FF'/%3E%3Cpath d='M1.5 4C1.5 2.61864 2.61864 1.5 4 1.5V0.5C2.06636 0.5 0.5 2.06636 0.5 4H1.5ZM4 1.5C5.38136 1.5 6.5 2.61864 6.5 4H7.5C7.5 2.06636 5.93364 0.5 4 0.5V1.5ZM6.5 4C6.5 5.38136 5.38136 6.5 4 6.5V7.5C5.93364 7.5 7.5 5.93364 7.5 4H6.5ZM4 6.5C2.61864 6.5 1.5 5.38136 1.5 4H0.5C0.5 5.93364 2.06636 7.5 4 7.5V6.5ZM10.5 4C10.5 2.61864 11.6186 1.5 13 1.5V0.5C11.0664 0.5 9.5 2.06636 9.5 4H10.5ZM13 1.5C14.3814 1.5 15.5 2.61864 15.5 4H16.5C16.5 2.06636 14.9336 0.5 13 0.5V1.5ZM15.5 4C15.5 5.38136 14.3814 6.5 13 6.5V7.5C14.9336 7.5 16.5 5.93364 16.5 4H15.5ZM13 6.5C11.6186 6.5 10.5 5.38136 10.5 4H9.5C9.5 5.93364 11.0664 7.5 13 7.5V6.5ZM19.5 4C19.5 2.61864 20.6186 1.5 22 1.5V0.5C20.0664 0.5 18.5 2.06636 18.5 4H19.5ZM22 1.5C23.3814 1.5 24.5 2.61864 24.5 4H25.5C25.5 2.06636 23.9336 0.5 22 0.5V1.5ZM24.5 4C24.5 5.38136 23.3814 6.5 22 6.5V7.5C23.9336 7.5 25.5 5.93364 25.5 4H24.5ZM22 6.5C20.6186 6.5 19.5 5.38136 19.5 4H18.5C18.5 5.93364 20.0664 7.5 22 7.5V6.5Z' fill='%234778FF'/%3E%3C/svg%3E%0A");
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .custom-select {
  height: auto;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.125rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  color: var(--text-color-light);
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  border: 2px solid transparent;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-floating > .form-control-xl ~ label {
  padding: 1.5rem 0.75rem;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control.form-control-lg ~ label, .form-floating > .form-control.form-control-xl ~ label,
.form-floating > .form-control-plaintext.form-control-lg ~ label,
.form-floating > .form-control-plaintext.custom-select.form-control-xl ~ label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-floating > .form-control.form-control-sm ~ label,
.form-floating > .form-control-plaintext.form-control-sm ~ label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-floating > .form-control.form-control-xl ~ label,
.form-floating > .form-control-plaintext.form-control-xl ~ label {
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.form-floating > .custom-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .custom-select.form-control-lg ~ label,
.form-floating > .custom-select.form-control-xl ~ label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-floating > .custom-select.form-control-sm ~ label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-floating > .custom-select.form-control-xl ~ label {
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .custom-select:not(.placeholder-shown):not(:is(:has(option[value=""]:checked))) ~ label {
  opacity: 0.75;
  -webkit-transform: scale(0.8) translateY(-0.625rem) translateX(0.25rem);
       -o-transform: scale(0.8) translateY(-0.625rem) translateX(0.25rem);
          transform: scale(0.8) translateY(-0.625rem) translateX(0.25rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.75;
  -webkit-transform: scale(0.8) translateY(-0.625rem) translateX(0.25rem);
          transform: scale(0.8) translateY(-0.625rem) translateX(0.25rem);
}
.form-floating > .form-control.form-control-xl:focus ~ label,
.form-floating > .form-control.form-control-xl:not(:placeholder-shown) ~ label,
.form-floating > .custom-select.form-control-xl:not(.placeholder-shown):not(:is(:has(option[value=""]:checked))) ~ label {
  opacity: 1;
  -webkit-transform: scale(0.625) translateY(-0.625rem) translateX(0.5rem);
       -o-transform: scale(0.625) translateY(-0.625rem) translateX(0.5rem);
          transform: scale(0.625) translateY(-0.625rem) translateX(0.5rem);
}
.form-floating > .form-control.form-control-xl:focus ~ label,
.form-floating > .form-control.form-control-xl:not(:placeholder-shown) ~ label,
.form-floating > .custom-select.form-control-xl:not(.placeholder-shown):not(:is(:has(option[value=""]:checked))) ~ label {
  opacity: 1;
  -webkit-transform: scale(0.625) translateY(-0.625rem) translateX(0.5rem);
       -o-transform: scale(0.625) translateY(-0.625rem) translateX(0.5rem);
          transform: scale(0.625) translateY(-0.625rem) translateX(0.5rem);
}
.form-floating > .custom-select:has(option[value=""]:checked) {
  color: transparent !important;
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 2px 0;
}

.custom-tag-group {
  margin-top: -0.5rem;
}
.custom-tag-group.is-invalid ~ .invalid-feedback {
  display: block;
}

.custom-tag-control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0.5rem 0.5rem 0 0;
}

.custom-tag-label {
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  border: 2px solid var(--border-color);
  margin: 0;
  font-size: 87.5%;
  line-height: 1.25rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-tag-label.circle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center !important;
  padding: 0.55rem 0 0 0;
}

.custom-tag-control-sm .custom-tag-label {
  padding: 0.5rem 1rem;
}

.custom-tag-control-input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.custom-tag-control-input:checked ~ .custom-tag-label {
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
}
.custom-tag-control-input:not(:disabled):not(:checked):hover ~ .custom-tag-label {
  background-color: var(--hover-color);
}
.custom-tag-control-input:not(:disabled):focus-visible ~ .custom-tag-label {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-string), 0.16);
          box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-string), 0.16);
}
.custom-tag-control-input:not(:disabled):active ~ .custom-tag-label {
  background-color: var(--text-color-light-inverse);
}
.custom-tag-control-input:disabled ~ .custom-tag-label {
  background-color: var(--text-color-inverse);
  cursor: default;
  opacity: 0.5;
}
.custom-tag-control-input:not(:checked).is-invalid ~ .custom-tag-label {
  color: #DB073D;
}
.custom-tag-control-input:checked.is-invalid ~ .custom-tag-label {
  color: #DB073D;
  border-color: #DB073D;
}
.custom-tag-control-input.is-invalid:not(:disabled):focus-visible ~ .custom-tag-label {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.16);
          box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.16);
}
.custom-tag-control-input.is-invalid:not(:disabled):active ~ .custom-tag-label {
  background-color: var(--text-color-light-inverse);
}

/**
 * Markup that works with the [jQuery barratings](https://antennaio.github.io/jquery-bar-rating/) plugin.
 * To use these styles:
 * - Wrap the <select> element in <div class="custom-stars"></div>.
 * - Use the css-stars theme when initializing the plugin.
 * Add "custom-stars-lg" to the wrapping div for the large variant.
 */
.custom-stars .br-theme-css-stars .br-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-stars .br-theme-css-stars .br-widget a {
  height: 24px;
  width: 24px;
  margin-right: 6px;
}
.custom-stars .br-theme-css-stars .br-widget a::after {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2948 8.4569L15.4151 8.72162L15.7047 8.74795L22.8954 9.40164L17.41 14.9174L17.2237 15.1048L17.2735 15.3642L18.7359 22.984L12.2351 19.0133L11.9747 18.8542L11.7141 19.0132L5.21177 22.9801L6.71697 15.3822L6.76856 15.1217L6.5817 14.9331L1.10197 9.40188L8.29527 8.74795L8.58486 8.72162L8.70518 8.4569L12 1.2083L15.2948 8.4569Z' stroke='%234E4D4D'/%3E%3C/svg%3E%0A");
}
.custom-stars .br-theme-css-stars .br-widget a.br-selected::after, .custom-stars .br-theme-css-stars .br-widget a.br-active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7148 9L16.4648 8.25L12.7148 0L8.96484 8.25L0.714844 9L6.94134 15.285L5.21484 24L12.6893 19.44L20.1548 24L18.4793 15.27L24.7148 9Z' fill='%23FBB90E'/%3E%3C/svg%3E%0A");
}
.custom-stars .br-theme-css-stars .br-widget a:last-child {
  margin-right: 0;
}

.custom-stars.custom-stars-lg .br-theme-css-stars .br-widget a {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.custom-stars.custom-stars-lg .br-theme-css-stars .br-widget a::after {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7948 13.9569C25.8692 14.1205 26.0257 14.2317 26.2047 14.2479L38.8954 15.4016L29.253 25.0974C29.1364 25.2146 29.0853 25.3819 29.1165 25.5442L31.6959 38.984L20.2181 31.9733C20.0582 31.8756 19.8571 31.8756 19.6971 31.9732L8.21177 38.9801L10.868 25.5722C10.9002 25.4093 10.8496 25.2411 10.7327 25.1231L1.10197 15.4019L13.7953 14.2479C13.9743 14.2317 14.1308 14.1205 14.2052 13.9569L20 1.2083L25.7948 13.9569Z' stroke='%234E4D4D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.custom-stars.custom-stars-lg .br-theme-css-stars .br-widget a.br-selected::after, .custom-stars.custom-stars-lg .br-theme-css-stars .br-widget a.br-active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40 15L26.25 13.75L20 0L13.75 13.75L0 15L10.3775 25.475L7.5 40L19.9575 32.4L32.4 40L29.6075 25.45L40 15Z' fill='%23FBB90E'/%3E%3C/svg%3E%0A");
}
.custom-stars.custom-stars-lg .br-theme-css-stars .br-widget a:last-child {
  margin-right: 0;
}

.form-control,
.custom-select {
  background-color: var(--card-background-color);
}
.form-control:focus, .form-control:focus-within,
.custom-select:focus,
.custom-select:focus-within {
  border-color: rgba(var(--primary-color-string), 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
}
.form-control.form-control-xl,
.custom-select.form-control-xl {
  height: 5rem;
  font-weight: 700;
  line-height: 1.75rem;
  font-size: 1.25rem;
  color: var(--text-color);
}
.form-control.form-control-xl::-webkit-input-placeholder, .custom-select.form-control-xl::-webkit-input-placeholder {
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.form-control.form-control-xl::-moz-placeholder, .custom-select.form-control-xl::-moz-placeholder {
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.form-control.form-control-xl:-ms-input-placeholder, .custom-select.form-control-xl:-ms-input-placeholder {
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.form-control.form-control-xl::-ms-input-placeholder, .custom-select.form-control-xl::-ms-input-placeholder {
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.form-control.form-control-xl::placeholder,
.custom-select.form-control-xl::placeholder {
  line-height: 1.75rem;
  font-size: 1.25rem;
}

.form-control > input {
  background: none;
}

.form-control-currency {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.form-control-currency::before {
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-control-currency .form-control {
  padding-left: 1.25rem;
}
.form-control-currency.form-control-currency-usd::before {
  content: "$";
}

.form-group > label.form-control-currency {
  font-weight: normal;
}

input.form-control-sized[type=number], .form-control-sized input[type=number] {
  text-align: right;
}
input[disabled].form-control-sized[type=number], .form-control-sized input[disabled][type=number] {
  text-align: left;
}

.form-control-sized {
  width: auto;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.elevated {
  border-color: var(--card-background-color);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

input.form-control-sized[size="1"] {
  width: calc(1ch + 2px);
}
input.form-control-sized[size="1"][type=number] {
  width: calc(1ch + 2px + 1rem);
}
input.form-control-sized[size="1"][type=number].form-control {
  width: calc(1ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="1"].form-control {
  width: calc(1ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="1"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="1"][type=number] {
  width: calc(1ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="1"][type=number] {
  width: calc(1ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="2"] {
  width: calc(2ch + 2px);
}
input.form-control-sized[size="2"][type=number] {
  width: calc(2ch + 2px + 1rem);
}
input.form-control-sized[size="2"][type=number].form-control {
  width: calc(2ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="2"].form-control {
  width: calc(2ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="2"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="2"][type=number] {
  width: calc(2ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="2"][type=number] {
  width: calc(2ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="3"] {
  width: calc(3ch + 2px);
}
input.form-control-sized[size="3"][type=number] {
  width: calc(3ch + 2px + 1rem);
}
input.form-control-sized[size="3"][type=number].form-control {
  width: calc(3ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="3"].form-control {
  width: calc(3ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="3"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="3"][type=number] {
  width: calc(3ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="3"][type=number] {
  width: calc(3ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="4"] {
  width: calc(4ch + 2px);
}
input.form-control-sized[size="4"][type=number] {
  width: calc(4ch + 2px + 1rem);
}
input.form-control-sized[size="4"][type=number].form-control {
  width: calc(4ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="4"].form-control {
  width: calc(4ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="4"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="4"][type=number] {
  width: calc(4ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="4"][type=number] {
  width: calc(4ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="5"] {
  width: calc(5ch + 2px);
}
input.form-control-sized[size="5"][type=number] {
  width: calc(5ch + 2px + 1rem);
}
input.form-control-sized[size="5"][type=number].form-control {
  width: calc(5ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="5"].form-control {
  width: calc(5ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="5"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="5"][type=number] {
  width: calc(5ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="5"][type=number] {
  width: calc(5ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="6"] {
  width: calc(6ch + 2px);
}
input.form-control-sized[size="6"][type=number] {
  width: calc(6ch + 2px + 1rem);
}
input.form-control-sized[size="6"][type=number].form-control {
  width: calc(6ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="6"].form-control {
  width: calc(6ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="6"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="6"][type=number] {
  width: calc(6ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="6"][type=number] {
  width: calc(6ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="7"] {
  width: calc(7ch + 2px);
}
input.form-control-sized[size="7"][type=number] {
  width: calc(7ch + 2px + 1rem);
}
input.form-control-sized[size="7"][type=number].form-control {
  width: calc(7ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="7"].form-control {
  width: calc(7ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="7"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="7"][type=number] {
  width: calc(7ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="7"][type=number] {
  width: calc(7ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="8"] {
  width: calc(8ch + 2px);
}
input.form-control-sized[size="8"][type=number] {
  width: calc(8ch + 2px + 1rem);
}
input.form-control-sized[size="8"][type=number].form-control {
  width: calc(8ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="8"].form-control {
  width: calc(8ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="8"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="8"][type=number] {
  width: calc(8ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="8"][type=number] {
  width: calc(8ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="9"] {
  width: calc(9ch + 2px);
}
input.form-control-sized[size="9"][type=number] {
  width: calc(9ch + 2px + 1rem);
}
input.form-control-sized[size="9"][type=number].form-control {
  width: calc(9ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="9"].form-control {
  width: calc(9ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="9"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="9"][type=number] {
  width: calc(9ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="9"][type=number] {
  width: calc(9ch + 2px + 1rem + 4px);
}

input.form-control-sized[size="10"] {
  width: calc(10ch + 2px);
}
input.form-control-sized[size="10"][type=number] {
  width: calc(10ch + 2px + 1rem);
}
input.form-control-sized[size="10"][type=number].form-control {
  width: calc(10ch + 2px + 1rem + 2rem);
}
input.form-control-sized[size="10"].form-control {
  width: calc(10ch + 2px + 2rem);
}

.form-control.form-control-nested.form-control-sized input[size="10"], .form-control.form-control-nested.form-control-sized.form-control-nested-no-spinner input[size="10"][type=number] {
  width: calc(10ch + 2px + 4px);
}
.form-control.form-control-nested.form-control-sized input[size="10"][type=number] {
  width: calc(10ch + 2px + 1rem + 4px);
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: rgba(54, 129, 74, 0.5);
}
.was-validated .form-control:valid:focus, .was-validated .form-control:valid:focus-within, .form-control.is-valid:focus, .form-control.is-valid:focus-within {
  border-color: rgba(54, 129, 74, 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(54, 129, 74, 0.04), 0 0 0.25rem 0.125rem rgba(54, 129, 74, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(54, 129, 74, 0.04), 0 0 0.25rem 0.125rem rgba(54, 129, 74, 0.16);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: rgba(54, 129, 74, 0.5);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: rgba(54, 129, 74, 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(54, 129, 74, 0.04), 0 0 0.25rem 0.125rem rgba(54, 129, 74, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(54, 129, 74, 0.04), 0 0 0.25rem 0.125rem rgba(54, 129, 74, 0.16);
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgba(54, 129, 74, 0.5);
}
.was-validated .custom-control-input:valid ~ .custom-control-label:active::before, .custom-control-input.is-valid ~ .custom-control-label:active::before {
  border-color: rgba(54, 129, 74, 0.5);
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #45a55f;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(54, 129, 74, 0.16);
          box-shadow: 0 0 0 0.25rem rgba(54, 129, 74, 0.16);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(54, 129, 74, 0.5);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgba(54, 129, 74, 0.5);
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgba(54, 129, 74, 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(54, 129, 74, 0.04), 0 0 0.25rem 0.125rem rgba(54, 129, 74, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(54, 129, 74, 0.04), 0 0 0.25rem 0.125rem rgba(54, 129, 74, 0.16);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: rgba(219, 7, 61, 0.5);
}
.was-validated .form-control:invalid:focus, .was-validated .form-control:invalid:focus-within, .form-control.is-invalid:focus, .form-control.is-invalid:focus-within {
  border-color: rgba(219, 7, 61, 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(219, 7, 61, 0.04), 0 0 0.25rem 0.125rem rgba(219, 7, 61, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(219, 7, 61, 0.04), 0 0 0.25rem 0.125rem rgba(219, 7, 61, 0.16);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: rgba(219, 7, 61, 0.5);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: rgba(219, 7, 61, 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(219, 7, 61, 0.04), 0 0 0.25rem 0.125rem rgba(219, 7, 61, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(219, 7, 61, 0.04), 0 0 0.25rem 0.125rem rgba(219, 7, 61, 0.16);
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: rgba(219, 7, 61, 0.5);
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:active::before, .custom-control-input.is-invalid ~ .custom-control-label:active::before {
  border-color: rgba(219, 7, 61, 0.5);
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f81d55;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.16);
          box-shadow: 0 0 0 0.25rem rgba(219, 7, 61, 0.16);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(219, 7, 61, 0.5);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: rgba(219, 7, 61, 0.5);
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: rgba(219, 7, 61, 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(219, 7, 61, 0.04), 0 0 0.25rem 0.125rem rgba(219, 7, 61, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(219, 7, 61, 0.04), 0 0 0.25rem 0.125rem rgba(219, 7, 61, 0.16);
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-string), 0.16);
          box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-string), 0.16);
}

.highlight-primary {
  color: #e5eafd;
  background-color: #2952EF;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-primary-light {
  color: #2952EF;
  background-color: #e5eafd;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-secondary {
  color: #ecedf0;
  background-color: #676b7c;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-secondary-light {
  color: #676b7c;
  background-color: #ecedf0;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-success {
  color: #e3f3e8;
  background-color: #36814A;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-success-light {
  color: #36814A;
  background-color: #e3f3e8;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-info {
  color: #f1e7f5;
  background-color: #8341A3;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-info-light {
  color: #8341A3;
  background-color: #f1e7f5;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-warning {
  color: #fef2e7;
  background-color: #F39237;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-warning-light {
  color: #F39237;
  background-color: #fef2e7;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-danger {
  color: #fedee6;
  background-color: #DB073D;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-danger-light {
  color: #DB073D;
  background-color: #fedee6;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-light {
  color: #fefefe;
  background-color: #f9f9fa;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-light-light {
  color: #f9f9fa;
  background-color: #fefefe;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-dark {
  color: #e1e1e6;
  background-color: #151519;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

.highlight-dark-light {
  color: #151519;
  background-color: #e1e1e6;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-weight: 500;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0.5rem;
  outline-color: currentColor;
}

a.link-hover {
  position: relative;
}

a.link-hover:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
}

a.link-hover:hover:after {
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
}

.modal-body {
  padding: 0 2rem 0 2rem;
}

.modal-header .close {
  background: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146634 17.1451C-0.0488774 17.3406 -0.0488774 17.6579 0.146634 17.8534C0.342146 18.0489 0.659392 18.0489 0.854903 17.8534L9 9.70827L17.1451 17.8534C17.3406 18.0489 17.6579 18.0489 17.8534 17.8534C18.0489 17.6579 18.0489 17.3406 17.8534 17.1451L9.70827 9L17.8534 0.854903C18.0489 0.659391 18.0489 0.342146 17.8534 0.146634C17.6579 -0.0488779 17.3406 -0.0488779 17.1451 0.146634L9 8.29173L0.854903 0.146634C0.659391 -0.0488779 0.342146 -0.0488779 0.146634 0.146634C-0.0488779 0.342146 -0.048878 0.659391 0.146634 0.854903L8.29173 9L0.146634 17.1451Z' fill='%234778FF'/%3E%3C/svg%3E") no-repeat 16px 32px;
  width: 16px;
  height: 16px;
  outline: none;
  opacity: 1;
}

.modal-dialog-scrollable .modal-footer {
  border-top: 1px solid var(--border-color) !important;
}

@media (max-width: 575.98px) {
  .modal-content {
    border-radius: 0;
    min-height: 100vh !important;
  }
}
.multiselect-container {
  padding: 0.5rem 1rem;
}

.nav-pills .nav-link {
  font-size: 1.25rem;
  line-height: 1.2;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-weight: 700;
}
.nav-pills .nav-link:hover {
  background-color: #cecfd6;
}

.nav-tabs .nav-item {
  margin: 0 1rem;
}
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs .nav-link {
  border-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: -1px;
  border-bottom-width: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
  color: var(--text-color);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-tabs .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.nav-tabs .nav-link.active {
  font-weight: 700;
}

.navbar {
  background: var(--card-background-color);
}

.navbar-nav {
  margin-bottom: -1px;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='-2 -2 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--text-color-inverse);
}

@media (min-width: 992px) {
  .navbar-nav {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-nav .nav-item {
    height: 100%;
    margin: 0 1.25rem;
  }
  .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
  .navbar-nav .nav-item.active {
    border-bottom: 0.25rem solid var(--accent-color);
    font-weight: 700;
  }
  .navbar-nav .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
.navbar-light .navbar-nav .active > .nav-link {
  font-weight: bold;
}

.navbar-logo {
  width: 3rem;
  height: 3rem;
  margin: 0.5rem -0.5rem;
  padding-bottom: 0.125em;
}

.pie {
  width: 3rem;
  height: 3rem;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: conic-gradient(var(--background-color) 100%, var(--background-color) 0);
}

.pie-primary {
  background: conic-gradient(#2952EF calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-secondary {
  background: conic-gradient(#676b7c calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-success {
  background: conic-gradient(#36814A calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-info {
  background: conic-gradient(#8341A3 calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-warning {
  background: conic-gradient(#F39237 calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-danger {
  background: conic-gradient(#DB073D calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-light {
  background: conic-gradient(#f9f9fa calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-dark {
  background: conic-gradient(#151519 calc(var(--fill-percent) * 1%), var(--background-color) 0);
}

.pie-xl {
  width: 6rem;
  height: 6rem;
}

.pie-lg {
  width: 4.5rem;
  height: 4.5rem;
}

.pie-md {
  width: 3rem;
  height: 3rem;
}

.pie-sm {
  width: 2rem;
  height: 2rem;
}

.pie-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.popover.popover-wide {
  max-width: 363px;
}

.popover-primary {
  background-color: #2952EF;
  border-color: #2952EF;
}
.popover-primary .popover-header {
  color: white;
  background-color: #2952EF;
}
.popover-primary .popover-body {
  color: white;
}
.popover-primary .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-primary.bs-popover-top > .arrow::before, .popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #2952EF;
}
.popover-primary.bs-popover-top > .arrow::after, .popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #2952EF;
}
.popover-primary.bs-popover-right > .arrow::before, .popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #2952EF;
}
.popover-primary.bs-popover-right > .arrow::after, .popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #2952EF;
}
.popover-primary.bs-popover-bottom > .arrow::before, .popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #2952EF;
}
.popover-primary.bs-popover-bottom > .arrow::after, .popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #2952EF;
}
.popover-primary.bs-popover-left > .arrow::before, .popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #2952EF;
}
.popover-primary.bs-popover-left > .arrow::after, .popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #2952EF;
}

.popover-secondary {
  background-color: #676b7c;
  border-color: #676b7c;
}
.popover-secondary .popover-header {
  color: white;
  background-color: #676b7c;
}
.popover-secondary .popover-body {
  color: white;
}
.popover-secondary .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-secondary.bs-popover-top > .arrow::before, .popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #676b7c;
}
.popover-secondary.bs-popover-top > .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #676b7c;
}
.popover-secondary.bs-popover-right > .arrow::before, .popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #676b7c;
}
.popover-secondary.bs-popover-right > .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #676b7c;
}
.popover-secondary.bs-popover-bottom > .arrow::before, .popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #676b7c;
}
.popover-secondary.bs-popover-bottom > .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #676b7c;
}
.popover-secondary.bs-popover-left > .arrow::before, .popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #676b7c;
}
.popover-secondary.bs-popover-left > .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #676b7c;
}

.popover-success {
  background-color: #36814A;
  border-color: #36814A;
}
.popover-success .popover-header {
  color: white;
  background-color: #36814A;
}
.popover-success .popover-body {
  color: white;
}
.popover-success .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-success.bs-popover-top > .arrow::before, .popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #36814A;
}
.popover-success.bs-popover-top > .arrow::after, .popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #36814A;
}
.popover-success.bs-popover-right > .arrow::before, .popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #36814A;
}
.popover-success.bs-popover-right > .arrow::after, .popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #36814A;
}
.popover-success.bs-popover-bottom > .arrow::before, .popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #36814A;
}
.popover-success.bs-popover-bottom > .arrow::after, .popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #36814A;
}
.popover-success.bs-popover-left > .arrow::before, .popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #36814A;
}
.popover-success.bs-popover-left > .arrow::after, .popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #36814A;
}

.popover-info {
  background-color: #8341A3;
  border-color: #8341A3;
}
.popover-info .popover-header {
  color: white;
  background-color: #8341A3;
}
.popover-info .popover-body {
  color: white;
}
.popover-info .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-info.bs-popover-top > .arrow::before, .popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #8341A3;
}
.popover-info.bs-popover-top > .arrow::after, .popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #8341A3;
}
.popover-info.bs-popover-right > .arrow::before, .popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #8341A3;
}
.popover-info.bs-popover-right > .arrow::after, .popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #8341A3;
}
.popover-info.bs-popover-bottom > .arrow::before, .popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #8341A3;
}
.popover-info.bs-popover-bottom > .arrow::after, .popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #8341A3;
}
.popover-info.bs-popover-left > .arrow::before, .popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #8341A3;
}
.popover-info.bs-popover-left > .arrow::after, .popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #8341A3;
}

.popover-warning {
  background-color: #F39237;
  border-color: #F39237;
}
.popover-warning .popover-header {
  color: white;
  background-color: #F39237;
}
.popover-warning .popover-body {
  color: white;
}
.popover-warning .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-warning.bs-popover-top > .arrow::before, .popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #F39237;
}
.popover-warning.bs-popover-top > .arrow::after, .popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #F39237;
}
.popover-warning.bs-popover-right > .arrow::before, .popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #F39237;
}
.popover-warning.bs-popover-right > .arrow::after, .popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #F39237;
}
.popover-warning.bs-popover-bottom > .arrow::before, .popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #F39237;
}
.popover-warning.bs-popover-bottom > .arrow::after, .popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #F39237;
}
.popover-warning.bs-popover-left > .arrow::before, .popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #F39237;
}
.popover-warning.bs-popover-left > .arrow::after, .popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #F39237;
}

.popover-danger {
  background-color: #DB073D;
  border-color: #DB073D;
}
.popover-danger .popover-header {
  color: white;
  background-color: #DB073D;
}
.popover-danger .popover-body {
  color: white;
}
.popover-danger .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-danger.bs-popover-top > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #DB073D;
}
.popover-danger.bs-popover-top > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #DB073D;
}
.popover-danger.bs-popover-right > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #DB073D;
}
.popover-danger.bs-popover-right > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #DB073D;
}
.popover-danger.bs-popover-bottom > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #DB073D;
}
.popover-danger.bs-popover-bottom > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #DB073D;
}
.popover-danger.bs-popover-left > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #DB073D;
}
.popover-danger.bs-popover-left > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #DB073D;
}

.popover-light {
  background-color: #f9f9fa;
  border-color: #f9f9fa;
}
.popover-light .popover-header {
  color: white;
  background-color: #f9f9fa;
}
.popover-light .popover-body {
  color: white;
}
.popover-light .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-light.bs-popover-top > .arrow::before, .popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f9f9fa;
}
.popover-light.bs-popover-top > .arrow::after, .popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f9f9fa;
}
.popover-light.bs-popover-right > .arrow::before, .popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f9f9fa;
}
.popover-light.bs-popover-right > .arrow::after, .popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f9f9fa;
}
.popover-light.bs-popover-bottom > .arrow::before, .popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f9f9fa;
}
.popover-light.bs-popover-bottom > .arrow::after, .popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f9f9fa;
}
.popover-light.bs-popover-left > .arrow::before, .popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f9f9fa;
}
.popover-light.bs-popover-left > .arrow::after, .popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f9f9fa;
}

.popover-dark {
  background-color: #151519;
  border-color: #151519;
}
.popover-dark .popover-header {
  color: white;
  background-color: #151519;
}
.popover-dark .popover-body {
  color: white;
}
.popover-dark .popover-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  cursor: pointer;
  color: white;
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.5rem;
  line-height: 1;
}
.popover-dark.bs-popover-top > .arrow::before, .popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #151519;
}
.popover-dark.bs-popover-top > .arrow::after, .popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #151519;
}
.popover-dark.bs-popover-right > .arrow::before, .popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #151519;
}
.popover-dark.bs-popover-right > .arrow::after, .popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #151519;
}
.popover-dark.bs-popover-bottom > .arrow::before, .popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #151519;
}
.popover-dark.bs-popover-bottom > .arrow::after, .popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #151519;
}
.popover-dark.bs-popover-left > .arrow::before, .popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #151519;
}
.popover-dark.bs-popover-left > .arrow::after, .popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #151519;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E") no-repeat right 1rem center/1.5rem 1.5rem, var(--card-background-color);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-o-keyframes scroll {
  0% {
    -o-transform: translateX(0%);
       transform: translateX(0%);
  }
  100% {
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  --animation-speed: 120s;
}
.slider::before, .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--background-color)), to(rgba(var(--primary-color-string), 0%)));
  background: -webkit-linear-gradient(left, var(--background-color) 0%, rgba(var(--primary-color-string), 0%) 100%);
  background: -o-linear-gradient(left, var(--background-color) 0%, rgba(var(--primary-color-string), 0%) 100%);
  background: linear-gradient(to right, var(--background-color) 0%, rgba(var(--primary-color-string), 0%) 100%);
  content: "";
  position: absolute;
  width: 10rem;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: rotateZ(180deg);
       -o-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
  bottom: 0;
}
.slider .slide-track {
  -webkit-animation: scroll var(--animation-speed) linear infinite;
       -o-animation: scroll var(--animation-speed) linear infinite;
          animation: scroll var(--animation-speed) linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .slide {
  height: auto;
  max-width: 7.5rem;
  max-height: 3rem;
}

.toast-body {
  padding: 1rem 1.5rem;
}

.toast-primary {
  background-color: #2952EF;
}

.toast-secondary {
  background-color: #676b7c;
}

.toast-success {
  background-color: #36814A;
}

.toast-info {
  background-color: #8341A3;
}

.toast-warning {
  background-color: #F39237;
}

.toast-danger {
  background-color: #DB073D;
}

.toast-light {
  background-color: #f9f9fa;
}

.toast-dark {
  background-color: #151519;
}
:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.swatch {
  height: 4rem;
  width: 4rem;
  border-radius: 2rem;
}

.swatch-black-50 {
  background-color: #151519;
}

.swatch-gray-80 {
  background-color: #676b7c;
}

.swatch-gray-30 {
  background-color: #cecfd6;
}

.swatch-blue3 {
  background-color: #6d89f4;
}

.swatch-red3 {
  background-color: #f94472;
}

.swatch-yellow3 {
  background-color: #f7b577;
}

.swatch-green3 {
  background-color: #62bd7b;
}

.swatch-purple3 {
  background-color: #ad76c8;
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.select2-container {
  display: block;
}
.select2-container *:focus {
  outline: 0;
}
.select2-container .select2-container .select2-search--inline {
  float: left;
  cursor: pointer;
  margin-top: 0.5rem;
}

.input-group .select2-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input-group-prepend ~ .select2-container .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .select2-selection {
  background-color: var(--card-background-color);
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container .select2-selection {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.select2-container.select2-container--open .select2-selection {
  border-color: rgba(var(--primary-color-string), 0.5);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
          box-shadow: 0 0.25rem 0.5rem rgba(41, 82, 239, 0.04), 0 0 0.25rem 0.125rem rgba(41, 82, 239, 0.16);
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--disabled .select2-selection, .select2-container.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: var(--text-color-inverse);
  cursor: not-allowed;
  border-color: var(--border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container.select2-container--disabled .select2-search__field, .select2-container.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}
select.is-invalid ~ .select2-container .select2-selection, form.was-validated select:invalid ~ .select2-container .select2-selection {
  border-color: #DB073D;
}
select.is-valid ~ .select2-container .select2-selection, form.was-validated select:valid ~ .select2-container .select2-selection {
  border-color: #36814A;
}
.select2-container .select2-dropdown {
  border-width: 2px;
  border-color: rgba(var(--primary-color-string), 0.5);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: var(--card-background-color);
}
.select2-container .select2-dropdown.select2-dropdown--below {
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: var(--text-color-inverse);
}
.select2-container .select2-results__option--highlighted,
.select2-container .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #2952EF;
  color: #f9f9fa;
}
.select2-container .select2-results__option[role=group] {
  padding: 0;
}
.select2-container .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}
.select2-container .select2-results > .select2-results__options {
  max-height: 12rem;
  overflow-y: auto;
}
.select2-container .select2-results__group {
  margin-top: 0.5rem;
  padding-left: 1rem;
  display: list-item;
  color: var(--text-color);
  font-weight: bold;
}
.select2-container .select2-selection__clear {
  width: 0.9em;
  height: 0.9em;
  line-height: 0.75em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  border-radius: 100%;
  background-color: var(--background-color);
  color: #f9f9fa;
  float: right;
  margin-right: 0.3em;
}
.select2-container .select2-selection__clear:hover {
  background-color: var(--hover-color);
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 1.25rem + 4px) !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--text-color-light);
  line-height: calc(1.5em + 1.25rem);
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.45rem;
  height: 100%;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E") no-repeat right 1rem center/1.5rem 1.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 1.25rem);
  padding-right: 2.45rem !important;
}

.select2-search__field {
  color: var(--text-color);
  background-color: var(--card-background-color);
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
}

.select2-results__message {
  color: #676b7c;
}

.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 1.25rem + 4px) !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0.125rem 1rem;
  width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  margin-top: 0.75rem;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  color: var(--text-color-light);
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
  color: var(--text-color-light);
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
  color: var(--text-color-light);
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::-ms-input-placeholder {
  color: var(--text-color-light);
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field::placeholder {
  color: var(--text-color-light);
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  color: var(--text-color);
  background: var(--text-color-inverse);
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  float: left;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #151519;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  float: none;
  margin-right: 0;
  position: absolute !important;
  top: 0;
  right: 0.7em;
}
:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

:root, .force-light, .force-light * {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 41, 82, 239;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 82, 239;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color-string: 255, 255, 255;
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: #fafbff;
  --card-background-color: #FFF;
  --hover-color-string: 20, 23, 30;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0 0.25rem 1rem rgba(var(--shadow-color-string), .04), 0 0.125rem 0.25rem rgba(var(--shadow-color-string), .08);
  --shadow-hover: 0.5rem 1rem rgba(var(--shadow-color-string), .08), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02), 0 0.125rem 1rem rgba(var(--shadow-color-string), .08);
  --shadow-focus: 0.5rem 1rem rgba(var(--shadow-color-string), .12), 0 0.25rem 0 -0.125rem rgba(var(--shadow-color-string), .02);
  --border-radius: 0.5rem;
}

.force-dark, .force-dark * {
  --text-color: #ebebee;
  --text-color-inverse: #606373;
  --text-color-light: #b7b9c3;
  --text-color-light-inverse: #606373;
  --icon-color: brightness(1);
  --light-color-string: 21, 21, 25;
  --light-color: #151519;
  --dark-color: #f9f9fa;
  --border-color: #373942;
  --background-color: #06070a;
  --hover-color-string: 250, 251, 255;
  --card-background-color: #151519;
  --shadow-color-string: 0, 0, 0;
}

.theme-info, .theme-info * {
  --primary-color-string: 131, 65, 163;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-warning, .theme-warning * {
  --primary-color-string: 224, 132, 45;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-danger, .theme-danger * {
  --primary-color-string: 219, 7, 61;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-success, .theme-success * {
  --primary-color-string: 43, 153, 72;
  --primary-color: rgb(var(--primary-color-string));
  --primary-color-light: rgba(var(--primary-color-string), 8%);
}

.theme-marketing {
  --base-color-string: 3, 24, 56;
  --text-color: #151519;
  --text-color-inverse: #ebebee;
  --text-color-light: #606373;
  --text-color-light-inverse: #c8cad1;
  --primary-color-string: 192, 162, 127;
  --primary-color: rgb(var(--primary-color-string));
  --accent-color-string: 41, 78, 178;
  --accent-color: rgb(var(--accent-color-string));
  --accent-color-light: rgba(var(--accent-color-string), 8%);
  --light-color: #FFF;
  --dark-color: #151519;
  --border-color: #dadbe0;
  --background-color: hsl(32.31deg 34.03% 92.55%);
  --card-background-color: #FFF;
  --hover-color-string: 196, 162, 127;
  --hover-color: rgba(var(--hover-color-string), 0.04);
  --background-color-inverse: var(--text-color);
  --icon-color: brightness(1);
  --shadow-color-string: 0, 0, 0;
  --shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-focus: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
  --border-radius: 0.25rem;
}
.theme-marketing .m-64 {
  margin: 4rem !important;
}
.theme-marketing .mt-64,
.theme-marketing .my-64 {
  margin-top: 4rem !important;
}
.theme-marketing .mr-64,
.theme-marketing .mx-64 {
  margin-right: 4rem !important;
}
.theme-marketing .mb-64,
.theme-marketing .my-64 {
  margin-bottom: 4rem !important;
}
.theme-marketing .ml-64,
.theme-marketing .mx-64 {
  margin-left: 4rem !important;
}
.theme-marketing .m-80 {
  margin: 5rem !important;
}
.theme-marketing .mt-80,
.theme-marketing .my-80 {
  margin-top: 5rem !important;
}
.theme-marketing .mr-80,
.theme-marketing .mx-80 {
  margin-right: 5rem !important;
}
.theme-marketing .mb-80,
.theme-marketing .my-80 {
  margin-bottom: 5rem !important;
}
.theme-marketing .ml-80,
.theme-marketing .mx-80 {
  margin-left: 5rem !important;
}
.theme-marketing .m-120 {
  margin: 7.5rem !important;
}
.theme-marketing .mt-120,
.theme-marketing .my-120 {
  margin-top: 7.5rem !important;
}
.theme-marketing .mr-120,
.theme-marketing .mx-120 {
  margin-right: 7.5rem !important;
}
.theme-marketing .mb-120,
.theme-marketing .my-120 {
  margin-bottom: 7.5rem !important;
}
.theme-marketing .ml-120,
.theme-marketing .mx-120 {
  margin-left: 7.5rem !important;
}
.theme-marketing .p-64 {
  padding: 4rem !important;
}
.theme-marketing .pt-64,
.theme-marketing .py-64 {
  padding-top: 4rem !important;
}
.theme-marketing .pr-64,
.theme-marketing .px-64 {
  padding-right: 4rem !important;
}
.theme-marketing .pb-64,
.theme-marketing .py-64 {
  padding-bottom: 4rem !important;
}
.theme-marketing .pl-64,
.theme-marketing .px-64 {
  padding-left: 4rem !important;
}
.theme-marketing .p-80 {
  padding: 5rem !important;
}
.theme-marketing .pt-80,
.theme-marketing .py-80 {
  padding-top: 5rem !important;
}
.theme-marketing .pr-80,
.theme-marketing .px-80 {
  padding-right: 5rem !important;
}
.theme-marketing .pb-80,
.theme-marketing .py-80 {
  padding-bottom: 5rem !important;
}
.theme-marketing .pl-80,
.theme-marketing .px-80 {
  padding-left: 5rem !important;
}
.theme-marketing .p-120 {
  padding: 7.5rem !important;
}
.theme-marketing .pt-120,
.theme-marketing .py-120 {
  padding-top: 7.5rem !important;
}
.theme-marketing .pr-120,
.theme-marketing .px-120 {
  padding-right: 7.5rem !important;
}
.theme-marketing .pb-120,
.theme-marketing .py-120 {
  padding-bottom: 7.5rem !important;
}
.theme-marketing .pl-120,
.theme-marketing .px-120 {
  padding-left: 7.5rem !important;
}
.theme-marketing .m-n1 {
  margin: -0.25rem !important;
}
.theme-marketing .mt-n1,
.theme-marketing .my-n1 {
  margin-top: -0.25rem !important;
}
.theme-marketing .mr-n1,
.theme-marketing .mx-n1 {
  margin-right: -0.25rem !important;
}
.theme-marketing .mb-n1,
.theme-marketing .my-n1 {
  margin-bottom: -0.25rem !important;
}
.theme-marketing .ml-n1,
.theme-marketing .mx-n1 {
  margin-left: -0.25rem !important;
}
.theme-marketing .m-n2 {
  margin: -0.5rem !important;
}
.theme-marketing .mt-n2,
.theme-marketing .my-n2 {
  margin-top: -0.5rem !important;
}
.theme-marketing .mr-n2,
.theme-marketing .mx-n2 {
  margin-right: -0.5rem !important;
}
.theme-marketing .mb-n2,
.theme-marketing .my-n2 {
  margin-bottom: -0.5rem !important;
}
.theme-marketing .ml-n2,
.theme-marketing .mx-n2 {
  margin-left: -0.5rem !important;
}
.theme-marketing .m-n3 {
  margin: -1rem !important;
}
.theme-marketing .mt-n3,
.theme-marketing .my-n3 {
  margin-top: -1rem !important;
}
.theme-marketing .mr-n3,
.theme-marketing .mx-n3 {
  margin-right: -1rem !important;
}
.theme-marketing .mb-n3,
.theme-marketing .my-n3 {
  margin-bottom: -1rem !important;
}
.theme-marketing .ml-n3,
.theme-marketing .mx-n3 {
  margin-left: -1rem !important;
}
.theme-marketing .m-n4 {
  margin: -0.25rem !important;
}
.theme-marketing .mt-n4,
.theme-marketing .my-n4 {
  margin-top: -0.25rem !important;
}
.theme-marketing .mr-n4,
.theme-marketing .mx-n4 {
  margin-right: -0.25rem !important;
}
.theme-marketing .mb-n4,
.theme-marketing .my-n4 {
  margin-bottom: -0.25rem !important;
}
.theme-marketing .ml-n4,
.theme-marketing .mx-n4 {
  margin-left: -0.25rem !important;
}
.theme-marketing .m-n5 {
  margin: -3rem !important;
}
.theme-marketing .mt-n5,
.theme-marketing .my-n5 {
  margin-top: -3rem !important;
}
.theme-marketing .mr-n5,
.theme-marketing .mx-n5 {
  margin-right: -3rem !important;
}
.theme-marketing .mb-n5,
.theme-marketing .my-n5 {
  margin-bottom: -3rem !important;
}
.theme-marketing .ml-n5,
.theme-marketing .mx-n5 {
  margin-left: -3rem !important;
}
.theme-marketing .m-n8 {
  margin: -0.5rem !important;
}
.theme-marketing .mt-n8,
.theme-marketing .my-n8 {
  margin-top: -0.5rem !important;
}
.theme-marketing .mr-n8,
.theme-marketing .mx-n8 {
  margin-right: -0.5rem !important;
}
.theme-marketing .mb-n8,
.theme-marketing .my-n8 {
  margin-bottom: -0.5rem !important;
}
.theme-marketing .ml-n8,
.theme-marketing .mx-n8 {
  margin-left: -0.5rem !important;
}
.theme-marketing .m-n16 {
  margin: -1rem !important;
}
.theme-marketing .mt-n16,
.theme-marketing .my-n16 {
  margin-top: -1rem !important;
}
.theme-marketing .mr-n16,
.theme-marketing .mx-n16 {
  margin-right: -1rem !important;
}
.theme-marketing .mb-n16,
.theme-marketing .my-n16 {
  margin-bottom: -1rem !important;
}
.theme-marketing .ml-n16,
.theme-marketing .mx-n16 {
  margin-left: -1rem !important;
}
.theme-marketing .m-n20 {
  margin: -1.25rem !important;
}
.theme-marketing .mt-n20,
.theme-marketing .my-n20 {
  margin-top: -1.25rem !important;
}
.theme-marketing .mr-n20,
.theme-marketing .mx-n20 {
  margin-right: -1.25rem !important;
}
.theme-marketing .mb-n20,
.theme-marketing .my-n20 {
  margin-bottom: -1.25rem !important;
}
.theme-marketing .ml-n20,
.theme-marketing .mx-n20 {
  margin-left: -1.25rem !important;
}
.theme-marketing .m-n24 {
  margin: -1.5rem !important;
}
.theme-marketing .mt-n24,
.theme-marketing .my-n24 {
  margin-top: -1.5rem !important;
}
.theme-marketing .mr-n24,
.theme-marketing .mx-n24 {
  margin-right: -1.5rem !important;
}
.theme-marketing .mb-n24,
.theme-marketing .my-n24 {
  margin-bottom: -1.5rem !important;
}
.theme-marketing .ml-n24,
.theme-marketing .mx-n24 {
  margin-left: -1.5rem !important;
}
.theme-marketing .m-n32 {
  margin: -2rem !important;
}
.theme-marketing .mt-n32,
.theme-marketing .my-n32 {
  margin-top: -2rem !important;
}
.theme-marketing .mr-n32,
.theme-marketing .mx-n32 {
  margin-right: -2rem !important;
}
.theme-marketing .mb-n32,
.theme-marketing .my-n32 {
  margin-bottom: -2rem !important;
}
.theme-marketing .ml-n32,
.theme-marketing .mx-n32 {
  margin-left: -2rem !important;
}
.theme-marketing .m-n48 {
  margin: -3rem !important;
}
.theme-marketing .mt-n48,
.theme-marketing .my-n48 {
  margin-top: -3rem !important;
}
.theme-marketing .mr-n48,
.theme-marketing .mx-n48 {
  margin-right: -3rem !important;
}
.theme-marketing .mb-n48,
.theme-marketing .my-n48 {
  margin-bottom: -3rem !important;
}
.theme-marketing .ml-n48,
.theme-marketing .mx-n48 {
  margin-left: -3rem !important;
}
.theme-marketing .m-auto {
  margin: auto !important;
}
.theme-marketing .mt-auto,
.theme-marketing .my-auto {
  margin-top: auto !important;
}
.theme-marketing .mr-auto,
.theme-marketing .mx-auto {
  margin-right: auto !important;
}
.theme-marketing .mb-auto,
.theme-marketing .my-auto {
  margin-bottom: auto !important;
}
.theme-marketing .ml-auto,
.theme-marketing .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .theme-marketing .m-sm-64 {
    margin: 4rem !important;
  }
  .theme-marketing .mt-sm-64,
.theme-marketing .my-sm-64 {
    margin-top: 4rem !important;
  }
  .theme-marketing .mr-sm-64,
.theme-marketing .mx-sm-64 {
    margin-right: 4rem !important;
  }
  .theme-marketing .mb-sm-64,
.theme-marketing .my-sm-64 {
    margin-bottom: 4rem !important;
  }
  .theme-marketing .ml-sm-64,
.theme-marketing .mx-sm-64 {
    margin-left: 4rem !important;
  }
  .theme-marketing .m-sm-80 {
    margin: 5rem !important;
  }
  .theme-marketing .mt-sm-80,
.theme-marketing .my-sm-80 {
    margin-top: 5rem !important;
  }
  .theme-marketing .mr-sm-80,
.theme-marketing .mx-sm-80 {
    margin-right: 5rem !important;
  }
  .theme-marketing .mb-sm-80,
.theme-marketing .my-sm-80 {
    margin-bottom: 5rem !important;
  }
  .theme-marketing .ml-sm-80,
.theme-marketing .mx-sm-80 {
    margin-left: 5rem !important;
  }
  .theme-marketing .m-sm-120 {
    margin: 7.5rem !important;
  }
  .theme-marketing .mt-sm-120,
.theme-marketing .my-sm-120 {
    margin-top: 7.5rem !important;
  }
  .theme-marketing .mr-sm-120,
.theme-marketing .mx-sm-120 {
    margin-right: 7.5rem !important;
  }
  .theme-marketing .mb-sm-120,
.theme-marketing .my-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .theme-marketing .ml-sm-120,
.theme-marketing .mx-sm-120 {
    margin-left: 7.5rem !important;
  }
  .theme-marketing .p-sm-64 {
    padding: 4rem !important;
  }
  .theme-marketing .pt-sm-64,
.theme-marketing .py-sm-64 {
    padding-top: 4rem !important;
  }
  .theme-marketing .pr-sm-64,
.theme-marketing .px-sm-64 {
    padding-right: 4rem !important;
  }
  .theme-marketing .pb-sm-64,
.theme-marketing .py-sm-64 {
    padding-bottom: 4rem !important;
  }
  .theme-marketing .pl-sm-64,
.theme-marketing .px-sm-64 {
    padding-left: 4rem !important;
  }
  .theme-marketing .p-sm-80 {
    padding: 5rem !important;
  }
  .theme-marketing .pt-sm-80,
.theme-marketing .py-sm-80 {
    padding-top: 5rem !important;
  }
  .theme-marketing .pr-sm-80,
.theme-marketing .px-sm-80 {
    padding-right: 5rem !important;
  }
  .theme-marketing .pb-sm-80,
.theme-marketing .py-sm-80 {
    padding-bottom: 5rem !important;
  }
  .theme-marketing .pl-sm-80,
.theme-marketing .px-sm-80 {
    padding-left: 5rem !important;
  }
  .theme-marketing .p-sm-120 {
    padding: 7.5rem !important;
  }
  .theme-marketing .pt-sm-120,
.theme-marketing .py-sm-120 {
    padding-top: 7.5rem !important;
  }
  .theme-marketing .pr-sm-120,
.theme-marketing .px-sm-120 {
    padding-right: 7.5rem !important;
  }
  .theme-marketing .pb-sm-120,
.theme-marketing .py-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .theme-marketing .pl-sm-120,
.theme-marketing .px-sm-120 {
    padding-left: 7.5rem !important;
  }
  .theme-marketing .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-sm-n1,
.theme-marketing .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-sm-n1,
.theme-marketing .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-sm-n1,
.theme-marketing .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-sm-n1,
.theme-marketing .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-sm-n2,
.theme-marketing .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-sm-n2,
.theme-marketing .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-sm-n2,
.theme-marketing .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-sm-n2,
.theme-marketing .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-sm-n3 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-sm-n3,
.theme-marketing .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-sm-n3,
.theme-marketing .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-sm-n3,
.theme-marketing .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-sm-n3,
.theme-marketing .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-sm-n4 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-sm-n4,
.theme-marketing .my-sm-n4 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-sm-n4,
.theme-marketing .mx-sm-n4 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-sm-n4,
.theme-marketing .my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-sm-n4,
.theme-marketing .mx-sm-n4 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-sm-n5 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-sm-n5,
.theme-marketing .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-sm-n5,
.theme-marketing .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-sm-n5,
.theme-marketing .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-sm-n5,
.theme-marketing .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-sm-n8 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-sm-n8,
.theme-marketing .my-sm-n8 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-sm-n8,
.theme-marketing .mx-sm-n8 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-sm-n8,
.theme-marketing .my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-sm-n8,
.theme-marketing .mx-sm-n8 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-sm-n16 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-sm-n16,
.theme-marketing .my-sm-n16 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-sm-n16,
.theme-marketing .mx-sm-n16 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-sm-n16,
.theme-marketing .my-sm-n16 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-sm-n16,
.theme-marketing .mx-sm-n16 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-sm-n20 {
    margin: -1.25rem !important;
  }
  .theme-marketing .mt-sm-n20,
.theme-marketing .my-sm-n20 {
    margin-top: -1.25rem !important;
  }
  .theme-marketing .mr-sm-n20,
.theme-marketing .mx-sm-n20 {
    margin-right: -1.25rem !important;
  }
  .theme-marketing .mb-sm-n20,
.theme-marketing .my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }
  .theme-marketing .ml-sm-n20,
.theme-marketing .mx-sm-n20 {
    margin-left: -1.25rem !important;
  }
  .theme-marketing .m-sm-n24 {
    margin: -1.5rem !important;
  }
  .theme-marketing .mt-sm-n24,
.theme-marketing .my-sm-n24 {
    margin-top: -1.5rem !important;
  }
  .theme-marketing .mr-sm-n24,
.theme-marketing .mx-sm-n24 {
    margin-right: -1.5rem !important;
  }
  .theme-marketing .mb-sm-n24,
.theme-marketing .my-sm-n24 {
    margin-bottom: -1.5rem !important;
  }
  .theme-marketing .ml-sm-n24,
.theme-marketing .mx-sm-n24 {
    margin-left: -1.5rem !important;
  }
  .theme-marketing .m-sm-n32 {
    margin: -2rem !important;
  }
  .theme-marketing .mt-sm-n32,
.theme-marketing .my-sm-n32 {
    margin-top: -2rem !important;
  }
  .theme-marketing .mr-sm-n32,
.theme-marketing .mx-sm-n32 {
    margin-right: -2rem !important;
  }
  .theme-marketing .mb-sm-n32,
.theme-marketing .my-sm-n32 {
    margin-bottom: -2rem !important;
  }
  .theme-marketing .ml-sm-n32,
.theme-marketing .mx-sm-n32 {
    margin-left: -2rem !important;
  }
  .theme-marketing .m-sm-n48 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-sm-n48,
.theme-marketing .my-sm-n48 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-sm-n48,
.theme-marketing .mx-sm-n48 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-sm-n48,
.theme-marketing .my-sm-n48 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-sm-n48,
.theme-marketing .mx-sm-n48 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-sm-auto {
    margin: auto !important;
  }
  .theme-marketing .mt-sm-auto,
.theme-marketing .my-sm-auto {
    margin-top: auto !important;
  }
  .theme-marketing .mr-sm-auto,
.theme-marketing .mx-sm-auto {
    margin-right: auto !important;
  }
  .theme-marketing .mb-sm-auto,
.theme-marketing .my-sm-auto {
    margin-bottom: auto !important;
  }
  .theme-marketing .ml-sm-auto,
.theme-marketing .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .theme-marketing .m-md-64 {
    margin: 4rem !important;
  }
  .theme-marketing .mt-md-64,
.theme-marketing .my-md-64 {
    margin-top: 4rem !important;
  }
  .theme-marketing .mr-md-64,
.theme-marketing .mx-md-64 {
    margin-right: 4rem !important;
  }
  .theme-marketing .mb-md-64,
.theme-marketing .my-md-64 {
    margin-bottom: 4rem !important;
  }
  .theme-marketing .ml-md-64,
.theme-marketing .mx-md-64 {
    margin-left: 4rem !important;
  }
  .theme-marketing .m-md-80 {
    margin: 5rem !important;
  }
  .theme-marketing .mt-md-80,
.theme-marketing .my-md-80 {
    margin-top: 5rem !important;
  }
  .theme-marketing .mr-md-80,
.theme-marketing .mx-md-80 {
    margin-right: 5rem !important;
  }
  .theme-marketing .mb-md-80,
.theme-marketing .my-md-80 {
    margin-bottom: 5rem !important;
  }
  .theme-marketing .ml-md-80,
.theme-marketing .mx-md-80 {
    margin-left: 5rem !important;
  }
  .theme-marketing .m-md-120 {
    margin: 7.5rem !important;
  }
  .theme-marketing .mt-md-120,
.theme-marketing .my-md-120 {
    margin-top: 7.5rem !important;
  }
  .theme-marketing .mr-md-120,
.theme-marketing .mx-md-120 {
    margin-right: 7.5rem !important;
  }
  .theme-marketing .mb-md-120,
.theme-marketing .my-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .theme-marketing .ml-md-120,
.theme-marketing .mx-md-120 {
    margin-left: 7.5rem !important;
  }
  .theme-marketing .p-md-64 {
    padding: 4rem !important;
  }
  .theme-marketing .pt-md-64,
.theme-marketing .py-md-64 {
    padding-top: 4rem !important;
  }
  .theme-marketing .pr-md-64,
.theme-marketing .px-md-64 {
    padding-right: 4rem !important;
  }
  .theme-marketing .pb-md-64,
.theme-marketing .py-md-64 {
    padding-bottom: 4rem !important;
  }
  .theme-marketing .pl-md-64,
.theme-marketing .px-md-64 {
    padding-left: 4rem !important;
  }
  .theme-marketing .p-md-80 {
    padding: 5rem !important;
  }
  .theme-marketing .pt-md-80,
.theme-marketing .py-md-80 {
    padding-top: 5rem !important;
  }
  .theme-marketing .pr-md-80,
.theme-marketing .px-md-80 {
    padding-right: 5rem !important;
  }
  .theme-marketing .pb-md-80,
.theme-marketing .py-md-80 {
    padding-bottom: 5rem !important;
  }
  .theme-marketing .pl-md-80,
.theme-marketing .px-md-80 {
    padding-left: 5rem !important;
  }
  .theme-marketing .p-md-120 {
    padding: 7.5rem !important;
  }
  .theme-marketing .pt-md-120,
.theme-marketing .py-md-120 {
    padding-top: 7.5rem !important;
  }
  .theme-marketing .pr-md-120,
.theme-marketing .px-md-120 {
    padding-right: 7.5rem !important;
  }
  .theme-marketing .pb-md-120,
.theme-marketing .py-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .theme-marketing .pl-md-120,
.theme-marketing .px-md-120 {
    padding-left: 7.5rem !important;
  }
  .theme-marketing .m-md-n1 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-md-n1,
.theme-marketing .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-md-n1,
.theme-marketing .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-md-n1,
.theme-marketing .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-md-n1,
.theme-marketing .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-md-n2 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-md-n2,
.theme-marketing .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-md-n2,
.theme-marketing .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-md-n2,
.theme-marketing .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-md-n2,
.theme-marketing .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-md-n3 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-md-n3,
.theme-marketing .my-md-n3 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-md-n3,
.theme-marketing .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-md-n3,
.theme-marketing .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-md-n3,
.theme-marketing .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-md-n4 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-md-n4,
.theme-marketing .my-md-n4 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-md-n4,
.theme-marketing .mx-md-n4 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-md-n4,
.theme-marketing .my-md-n4 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-md-n4,
.theme-marketing .mx-md-n4 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-md-n5 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-md-n5,
.theme-marketing .my-md-n5 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-md-n5,
.theme-marketing .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-md-n5,
.theme-marketing .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-md-n5,
.theme-marketing .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-md-n8 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-md-n8,
.theme-marketing .my-md-n8 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-md-n8,
.theme-marketing .mx-md-n8 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-md-n8,
.theme-marketing .my-md-n8 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-md-n8,
.theme-marketing .mx-md-n8 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-md-n16 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-md-n16,
.theme-marketing .my-md-n16 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-md-n16,
.theme-marketing .mx-md-n16 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-md-n16,
.theme-marketing .my-md-n16 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-md-n16,
.theme-marketing .mx-md-n16 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-md-n20 {
    margin: -1.25rem !important;
  }
  .theme-marketing .mt-md-n20,
.theme-marketing .my-md-n20 {
    margin-top: -1.25rem !important;
  }
  .theme-marketing .mr-md-n20,
.theme-marketing .mx-md-n20 {
    margin-right: -1.25rem !important;
  }
  .theme-marketing .mb-md-n20,
.theme-marketing .my-md-n20 {
    margin-bottom: -1.25rem !important;
  }
  .theme-marketing .ml-md-n20,
.theme-marketing .mx-md-n20 {
    margin-left: -1.25rem !important;
  }
  .theme-marketing .m-md-n24 {
    margin: -1.5rem !important;
  }
  .theme-marketing .mt-md-n24,
.theme-marketing .my-md-n24 {
    margin-top: -1.5rem !important;
  }
  .theme-marketing .mr-md-n24,
.theme-marketing .mx-md-n24 {
    margin-right: -1.5rem !important;
  }
  .theme-marketing .mb-md-n24,
.theme-marketing .my-md-n24 {
    margin-bottom: -1.5rem !important;
  }
  .theme-marketing .ml-md-n24,
.theme-marketing .mx-md-n24 {
    margin-left: -1.5rem !important;
  }
  .theme-marketing .m-md-n32 {
    margin: -2rem !important;
  }
  .theme-marketing .mt-md-n32,
.theme-marketing .my-md-n32 {
    margin-top: -2rem !important;
  }
  .theme-marketing .mr-md-n32,
.theme-marketing .mx-md-n32 {
    margin-right: -2rem !important;
  }
  .theme-marketing .mb-md-n32,
.theme-marketing .my-md-n32 {
    margin-bottom: -2rem !important;
  }
  .theme-marketing .ml-md-n32,
.theme-marketing .mx-md-n32 {
    margin-left: -2rem !important;
  }
  .theme-marketing .m-md-n48 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-md-n48,
.theme-marketing .my-md-n48 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-md-n48,
.theme-marketing .mx-md-n48 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-md-n48,
.theme-marketing .my-md-n48 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-md-n48,
.theme-marketing .mx-md-n48 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-md-auto {
    margin: auto !important;
  }
  .theme-marketing .mt-md-auto,
.theme-marketing .my-md-auto {
    margin-top: auto !important;
  }
  .theme-marketing .mr-md-auto,
.theme-marketing .mx-md-auto {
    margin-right: auto !important;
  }
  .theme-marketing .mb-md-auto,
.theme-marketing .my-md-auto {
    margin-bottom: auto !important;
  }
  .theme-marketing .ml-md-auto,
.theme-marketing .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .theme-marketing .m-lg-64 {
    margin: 4rem !important;
  }
  .theme-marketing .mt-lg-64,
.theme-marketing .my-lg-64 {
    margin-top: 4rem !important;
  }
  .theme-marketing .mr-lg-64,
.theme-marketing .mx-lg-64 {
    margin-right: 4rem !important;
  }
  .theme-marketing .mb-lg-64,
.theme-marketing .my-lg-64 {
    margin-bottom: 4rem !important;
  }
  .theme-marketing .ml-lg-64,
.theme-marketing .mx-lg-64 {
    margin-left: 4rem !important;
  }
  .theme-marketing .m-lg-80 {
    margin: 5rem !important;
  }
  .theme-marketing .mt-lg-80,
.theme-marketing .my-lg-80 {
    margin-top: 5rem !important;
  }
  .theme-marketing .mr-lg-80,
.theme-marketing .mx-lg-80 {
    margin-right: 5rem !important;
  }
  .theme-marketing .mb-lg-80,
.theme-marketing .my-lg-80 {
    margin-bottom: 5rem !important;
  }
  .theme-marketing .ml-lg-80,
.theme-marketing .mx-lg-80 {
    margin-left: 5rem !important;
  }
  .theme-marketing .m-lg-120 {
    margin: 7.5rem !important;
  }
  .theme-marketing .mt-lg-120,
.theme-marketing .my-lg-120 {
    margin-top: 7.5rem !important;
  }
  .theme-marketing .mr-lg-120,
.theme-marketing .mx-lg-120 {
    margin-right: 7.5rem !important;
  }
  .theme-marketing .mb-lg-120,
.theme-marketing .my-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .theme-marketing .ml-lg-120,
.theme-marketing .mx-lg-120 {
    margin-left: 7.5rem !important;
  }
  .theme-marketing .p-lg-64 {
    padding: 4rem !important;
  }
  .theme-marketing .pt-lg-64,
.theme-marketing .py-lg-64 {
    padding-top: 4rem !important;
  }
  .theme-marketing .pr-lg-64,
.theme-marketing .px-lg-64 {
    padding-right: 4rem !important;
  }
  .theme-marketing .pb-lg-64,
.theme-marketing .py-lg-64 {
    padding-bottom: 4rem !important;
  }
  .theme-marketing .pl-lg-64,
.theme-marketing .px-lg-64 {
    padding-left: 4rem !important;
  }
  .theme-marketing .p-lg-80 {
    padding: 5rem !important;
  }
  .theme-marketing .pt-lg-80,
.theme-marketing .py-lg-80 {
    padding-top: 5rem !important;
  }
  .theme-marketing .pr-lg-80,
.theme-marketing .px-lg-80 {
    padding-right: 5rem !important;
  }
  .theme-marketing .pb-lg-80,
.theme-marketing .py-lg-80 {
    padding-bottom: 5rem !important;
  }
  .theme-marketing .pl-lg-80,
.theme-marketing .px-lg-80 {
    padding-left: 5rem !important;
  }
  .theme-marketing .p-lg-120 {
    padding: 7.5rem !important;
  }
  .theme-marketing .pt-lg-120,
.theme-marketing .py-lg-120 {
    padding-top: 7.5rem !important;
  }
  .theme-marketing .pr-lg-120,
.theme-marketing .px-lg-120 {
    padding-right: 7.5rem !important;
  }
  .theme-marketing .pb-lg-120,
.theme-marketing .py-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .theme-marketing .pl-lg-120,
.theme-marketing .px-lg-120 {
    padding-left: 7.5rem !important;
  }
  .theme-marketing .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-lg-n1,
.theme-marketing .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-lg-n1,
.theme-marketing .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-lg-n1,
.theme-marketing .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-lg-n1,
.theme-marketing .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-lg-n2,
.theme-marketing .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-lg-n2,
.theme-marketing .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-lg-n2,
.theme-marketing .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-lg-n2,
.theme-marketing .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-lg-n3 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-lg-n3,
.theme-marketing .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-lg-n3,
.theme-marketing .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-lg-n3,
.theme-marketing .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-lg-n3,
.theme-marketing .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-lg-n4 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-lg-n4,
.theme-marketing .my-lg-n4 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-lg-n4,
.theme-marketing .mx-lg-n4 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-lg-n4,
.theme-marketing .my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-lg-n4,
.theme-marketing .mx-lg-n4 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-lg-n5 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-lg-n5,
.theme-marketing .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-lg-n5,
.theme-marketing .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-lg-n5,
.theme-marketing .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-lg-n5,
.theme-marketing .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-lg-n8 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-lg-n8,
.theme-marketing .my-lg-n8 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-lg-n8,
.theme-marketing .mx-lg-n8 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-lg-n8,
.theme-marketing .my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-lg-n8,
.theme-marketing .mx-lg-n8 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-lg-n16 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-lg-n16,
.theme-marketing .my-lg-n16 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-lg-n16,
.theme-marketing .mx-lg-n16 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-lg-n16,
.theme-marketing .my-lg-n16 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-lg-n16,
.theme-marketing .mx-lg-n16 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-lg-n20 {
    margin: -1.25rem !important;
  }
  .theme-marketing .mt-lg-n20,
.theme-marketing .my-lg-n20 {
    margin-top: -1.25rem !important;
  }
  .theme-marketing .mr-lg-n20,
.theme-marketing .mx-lg-n20 {
    margin-right: -1.25rem !important;
  }
  .theme-marketing .mb-lg-n20,
.theme-marketing .my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }
  .theme-marketing .ml-lg-n20,
.theme-marketing .mx-lg-n20 {
    margin-left: -1.25rem !important;
  }
  .theme-marketing .m-lg-n24 {
    margin: -1.5rem !important;
  }
  .theme-marketing .mt-lg-n24,
.theme-marketing .my-lg-n24 {
    margin-top: -1.5rem !important;
  }
  .theme-marketing .mr-lg-n24,
.theme-marketing .mx-lg-n24 {
    margin-right: -1.5rem !important;
  }
  .theme-marketing .mb-lg-n24,
.theme-marketing .my-lg-n24 {
    margin-bottom: -1.5rem !important;
  }
  .theme-marketing .ml-lg-n24,
.theme-marketing .mx-lg-n24 {
    margin-left: -1.5rem !important;
  }
  .theme-marketing .m-lg-n32 {
    margin: -2rem !important;
  }
  .theme-marketing .mt-lg-n32,
.theme-marketing .my-lg-n32 {
    margin-top: -2rem !important;
  }
  .theme-marketing .mr-lg-n32,
.theme-marketing .mx-lg-n32 {
    margin-right: -2rem !important;
  }
  .theme-marketing .mb-lg-n32,
.theme-marketing .my-lg-n32 {
    margin-bottom: -2rem !important;
  }
  .theme-marketing .ml-lg-n32,
.theme-marketing .mx-lg-n32 {
    margin-left: -2rem !important;
  }
  .theme-marketing .m-lg-n48 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-lg-n48,
.theme-marketing .my-lg-n48 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-lg-n48,
.theme-marketing .mx-lg-n48 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-lg-n48,
.theme-marketing .my-lg-n48 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-lg-n48,
.theme-marketing .mx-lg-n48 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-lg-auto {
    margin: auto !important;
  }
  .theme-marketing .mt-lg-auto,
.theme-marketing .my-lg-auto {
    margin-top: auto !important;
  }
  .theme-marketing .mr-lg-auto,
.theme-marketing .mx-lg-auto {
    margin-right: auto !important;
  }
  .theme-marketing .mb-lg-auto,
.theme-marketing .my-lg-auto {
    margin-bottom: auto !important;
  }
  .theme-marketing .ml-lg-auto,
.theme-marketing .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .theme-marketing .m-xl-64 {
    margin: 4rem !important;
  }
  .theme-marketing .mt-xl-64,
.theme-marketing .my-xl-64 {
    margin-top: 4rem !important;
  }
  .theme-marketing .mr-xl-64,
.theme-marketing .mx-xl-64 {
    margin-right: 4rem !important;
  }
  .theme-marketing .mb-xl-64,
.theme-marketing .my-xl-64 {
    margin-bottom: 4rem !important;
  }
  .theme-marketing .ml-xl-64,
.theme-marketing .mx-xl-64 {
    margin-left: 4rem !important;
  }
  .theme-marketing .m-xl-80 {
    margin: 5rem !important;
  }
  .theme-marketing .mt-xl-80,
.theme-marketing .my-xl-80 {
    margin-top: 5rem !important;
  }
  .theme-marketing .mr-xl-80,
.theme-marketing .mx-xl-80 {
    margin-right: 5rem !important;
  }
  .theme-marketing .mb-xl-80,
.theme-marketing .my-xl-80 {
    margin-bottom: 5rem !important;
  }
  .theme-marketing .ml-xl-80,
.theme-marketing .mx-xl-80 {
    margin-left: 5rem !important;
  }
  .theme-marketing .m-xl-120 {
    margin: 7.5rem !important;
  }
  .theme-marketing .mt-xl-120,
.theme-marketing .my-xl-120 {
    margin-top: 7.5rem !important;
  }
  .theme-marketing .mr-xl-120,
.theme-marketing .mx-xl-120 {
    margin-right: 7.5rem !important;
  }
  .theme-marketing .mb-xl-120,
.theme-marketing .my-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .theme-marketing .ml-xl-120,
.theme-marketing .mx-xl-120 {
    margin-left: 7.5rem !important;
  }
  .theme-marketing .p-xl-64 {
    padding: 4rem !important;
  }
  .theme-marketing .pt-xl-64,
.theme-marketing .py-xl-64 {
    padding-top: 4rem !important;
  }
  .theme-marketing .pr-xl-64,
.theme-marketing .px-xl-64 {
    padding-right: 4rem !important;
  }
  .theme-marketing .pb-xl-64,
.theme-marketing .py-xl-64 {
    padding-bottom: 4rem !important;
  }
  .theme-marketing .pl-xl-64,
.theme-marketing .px-xl-64 {
    padding-left: 4rem !important;
  }
  .theme-marketing .p-xl-80 {
    padding: 5rem !important;
  }
  .theme-marketing .pt-xl-80,
.theme-marketing .py-xl-80 {
    padding-top: 5rem !important;
  }
  .theme-marketing .pr-xl-80,
.theme-marketing .px-xl-80 {
    padding-right: 5rem !important;
  }
  .theme-marketing .pb-xl-80,
.theme-marketing .py-xl-80 {
    padding-bottom: 5rem !important;
  }
  .theme-marketing .pl-xl-80,
.theme-marketing .px-xl-80 {
    padding-left: 5rem !important;
  }
  .theme-marketing .p-xl-120 {
    padding: 7.5rem !important;
  }
  .theme-marketing .pt-xl-120,
.theme-marketing .py-xl-120 {
    padding-top: 7.5rem !important;
  }
  .theme-marketing .pr-xl-120,
.theme-marketing .px-xl-120 {
    padding-right: 7.5rem !important;
  }
  .theme-marketing .pb-xl-120,
.theme-marketing .py-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .theme-marketing .pl-xl-120,
.theme-marketing .px-xl-120 {
    padding-left: 7.5rem !important;
  }
  .theme-marketing .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-xl-n1,
.theme-marketing .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-xl-n1,
.theme-marketing .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-xl-n1,
.theme-marketing .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-xl-n1,
.theme-marketing .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-xl-n2,
.theme-marketing .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-xl-n2,
.theme-marketing .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-xl-n2,
.theme-marketing .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-xl-n2,
.theme-marketing .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-xl-n3 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-xl-n3,
.theme-marketing .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-xl-n3,
.theme-marketing .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-xl-n3,
.theme-marketing .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-xl-n3,
.theme-marketing .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-xl-n4 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-xl-n4,
.theme-marketing .my-xl-n4 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-xl-n4,
.theme-marketing .mx-xl-n4 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-xl-n4,
.theme-marketing .my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-xl-n4,
.theme-marketing .mx-xl-n4 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-xl-n5 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-xl-n5,
.theme-marketing .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-xl-n5,
.theme-marketing .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-xl-n5,
.theme-marketing .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-xl-n5,
.theme-marketing .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-xl-n8 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-xl-n8,
.theme-marketing .my-xl-n8 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-xl-n8,
.theme-marketing .mx-xl-n8 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-xl-n8,
.theme-marketing .my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-xl-n8,
.theme-marketing .mx-xl-n8 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-xl-n16 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-xl-n16,
.theme-marketing .my-xl-n16 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-xl-n16,
.theme-marketing .mx-xl-n16 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-xl-n16,
.theme-marketing .my-xl-n16 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-xl-n16,
.theme-marketing .mx-xl-n16 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-xl-n20 {
    margin: -1.25rem !important;
  }
  .theme-marketing .mt-xl-n20,
.theme-marketing .my-xl-n20 {
    margin-top: -1.25rem !important;
  }
  .theme-marketing .mr-xl-n20,
.theme-marketing .mx-xl-n20 {
    margin-right: -1.25rem !important;
  }
  .theme-marketing .mb-xl-n20,
.theme-marketing .my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .theme-marketing .ml-xl-n20,
.theme-marketing .mx-xl-n20 {
    margin-left: -1.25rem !important;
  }
  .theme-marketing .m-xl-n24 {
    margin: -1.5rem !important;
  }
  .theme-marketing .mt-xl-n24,
.theme-marketing .my-xl-n24 {
    margin-top: -1.5rem !important;
  }
  .theme-marketing .mr-xl-n24,
.theme-marketing .mx-xl-n24 {
    margin-right: -1.5rem !important;
  }
  .theme-marketing .mb-xl-n24,
.theme-marketing .my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .theme-marketing .ml-xl-n24,
.theme-marketing .mx-xl-n24 {
    margin-left: -1.5rem !important;
  }
  .theme-marketing .m-xl-n32 {
    margin: -2rem !important;
  }
  .theme-marketing .mt-xl-n32,
.theme-marketing .my-xl-n32 {
    margin-top: -2rem !important;
  }
  .theme-marketing .mr-xl-n32,
.theme-marketing .mx-xl-n32 {
    margin-right: -2rem !important;
  }
  .theme-marketing .mb-xl-n32,
.theme-marketing .my-xl-n32 {
    margin-bottom: -2rem !important;
  }
  .theme-marketing .ml-xl-n32,
.theme-marketing .mx-xl-n32 {
    margin-left: -2rem !important;
  }
  .theme-marketing .m-xl-n48 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-xl-n48,
.theme-marketing .my-xl-n48 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-xl-n48,
.theme-marketing .mx-xl-n48 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-xl-n48,
.theme-marketing .my-xl-n48 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-xl-n48,
.theme-marketing .mx-xl-n48 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-xl-auto {
    margin: auto !important;
  }
  .theme-marketing .mt-xl-auto,
.theme-marketing .my-xl-auto {
    margin-top: auto !important;
  }
  .theme-marketing .mr-xl-auto,
.theme-marketing .mx-xl-auto {
    margin-right: auto !important;
  }
  .theme-marketing .mb-xl-auto,
.theme-marketing .my-xl-auto {
    margin-bottom: auto !important;
  }
  .theme-marketing .ml-xl-auto,
.theme-marketing .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .theme-marketing .m-xxl-64 {
    margin: 4rem !important;
  }
  .theme-marketing .mt-xxl-64,
.theme-marketing .my-xxl-64 {
    margin-top: 4rem !important;
  }
  .theme-marketing .mr-xxl-64,
.theme-marketing .mx-xxl-64 {
    margin-right: 4rem !important;
  }
  .theme-marketing .mb-xxl-64,
.theme-marketing .my-xxl-64 {
    margin-bottom: 4rem !important;
  }
  .theme-marketing .ml-xxl-64,
.theme-marketing .mx-xxl-64 {
    margin-left: 4rem !important;
  }
  .theme-marketing .m-xxl-80 {
    margin: 5rem !important;
  }
  .theme-marketing .mt-xxl-80,
.theme-marketing .my-xxl-80 {
    margin-top: 5rem !important;
  }
  .theme-marketing .mr-xxl-80,
.theme-marketing .mx-xxl-80 {
    margin-right: 5rem !important;
  }
  .theme-marketing .mb-xxl-80,
.theme-marketing .my-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .theme-marketing .ml-xxl-80,
.theme-marketing .mx-xxl-80 {
    margin-left: 5rem !important;
  }
  .theme-marketing .m-xxl-120 {
    margin: 7.5rem !important;
  }
  .theme-marketing .mt-xxl-120,
.theme-marketing .my-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .theme-marketing .mr-xxl-120,
.theme-marketing .mx-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .theme-marketing .mb-xxl-120,
.theme-marketing .my-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .theme-marketing .ml-xxl-120,
.theme-marketing .mx-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .theme-marketing .p-xxl-64 {
    padding: 4rem !important;
  }
  .theme-marketing .pt-xxl-64,
.theme-marketing .py-xxl-64 {
    padding-top: 4rem !important;
  }
  .theme-marketing .pr-xxl-64,
.theme-marketing .px-xxl-64 {
    padding-right: 4rem !important;
  }
  .theme-marketing .pb-xxl-64,
.theme-marketing .py-xxl-64 {
    padding-bottom: 4rem !important;
  }
  .theme-marketing .pl-xxl-64,
.theme-marketing .px-xxl-64 {
    padding-left: 4rem !important;
  }
  .theme-marketing .p-xxl-80 {
    padding: 5rem !important;
  }
  .theme-marketing .pt-xxl-80,
.theme-marketing .py-xxl-80 {
    padding-top: 5rem !important;
  }
  .theme-marketing .pr-xxl-80,
.theme-marketing .px-xxl-80 {
    padding-right: 5rem !important;
  }
  .theme-marketing .pb-xxl-80,
.theme-marketing .py-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .theme-marketing .pl-xxl-80,
.theme-marketing .px-xxl-80 {
    padding-left: 5rem !important;
  }
  .theme-marketing .p-xxl-120 {
    padding: 7.5rem !important;
  }
  .theme-marketing .pt-xxl-120,
.theme-marketing .py-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .theme-marketing .pr-xxl-120,
.theme-marketing .px-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .theme-marketing .pb-xxl-120,
.theme-marketing .py-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .theme-marketing .pl-xxl-120,
.theme-marketing .px-xxl-120 {
    padding-left: 7.5rem !important;
  }
  .theme-marketing .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-xxl-n1,
.theme-marketing .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-xxl-n1,
.theme-marketing .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-xxl-n1,
.theme-marketing .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-xxl-n1,
.theme-marketing .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-xxl-n2,
.theme-marketing .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-xxl-n2,
.theme-marketing .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-xxl-n2,
.theme-marketing .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-xxl-n2,
.theme-marketing .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-xxl-n3 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-xxl-n3,
.theme-marketing .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-xxl-n3,
.theme-marketing .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-xxl-n3,
.theme-marketing .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-xxl-n3,
.theme-marketing .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-xxl-n4 {
    margin: -0.25rem !important;
  }
  .theme-marketing .mt-xxl-n4,
.theme-marketing .my-xxl-n4 {
    margin-top: -0.25rem !important;
  }
  .theme-marketing .mr-xxl-n4,
.theme-marketing .mx-xxl-n4 {
    margin-right: -0.25rem !important;
  }
  .theme-marketing .mb-xxl-n4,
.theme-marketing .my-xxl-n4 {
    margin-bottom: -0.25rem !important;
  }
  .theme-marketing .ml-xxl-n4,
.theme-marketing .mx-xxl-n4 {
    margin-left: -0.25rem !important;
  }
  .theme-marketing .m-xxl-n5 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-xxl-n5,
.theme-marketing .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-xxl-n5,
.theme-marketing .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-xxl-n5,
.theme-marketing .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-xxl-n5,
.theme-marketing .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-xxl-n8 {
    margin: -0.5rem !important;
  }
  .theme-marketing .mt-xxl-n8,
.theme-marketing .my-xxl-n8 {
    margin-top: -0.5rem !important;
  }
  .theme-marketing .mr-xxl-n8,
.theme-marketing .mx-xxl-n8 {
    margin-right: -0.5rem !important;
  }
  .theme-marketing .mb-xxl-n8,
.theme-marketing .my-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .theme-marketing .ml-xxl-n8,
.theme-marketing .mx-xxl-n8 {
    margin-left: -0.5rem !important;
  }
  .theme-marketing .m-xxl-n16 {
    margin: -1rem !important;
  }
  .theme-marketing .mt-xxl-n16,
.theme-marketing .my-xxl-n16 {
    margin-top: -1rem !important;
  }
  .theme-marketing .mr-xxl-n16,
.theme-marketing .mx-xxl-n16 {
    margin-right: -1rem !important;
  }
  .theme-marketing .mb-xxl-n16,
.theme-marketing .my-xxl-n16 {
    margin-bottom: -1rem !important;
  }
  .theme-marketing .ml-xxl-n16,
.theme-marketing .mx-xxl-n16 {
    margin-left: -1rem !important;
  }
  .theme-marketing .m-xxl-n20 {
    margin: -1.25rem !important;
  }
  .theme-marketing .mt-xxl-n20,
.theme-marketing .my-xxl-n20 {
    margin-top: -1.25rem !important;
  }
  .theme-marketing .mr-xxl-n20,
.theme-marketing .mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }
  .theme-marketing .mb-xxl-n20,
.theme-marketing .my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .theme-marketing .ml-xxl-n20,
.theme-marketing .mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }
  .theme-marketing .m-xxl-n24 {
    margin: -1.5rem !important;
  }
  .theme-marketing .mt-xxl-n24,
.theme-marketing .my-xxl-n24 {
    margin-top: -1.5rem !important;
  }
  .theme-marketing .mr-xxl-n24,
.theme-marketing .mx-xxl-n24 {
    margin-right: -1.5rem !important;
  }
  .theme-marketing .mb-xxl-n24,
.theme-marketing .my-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .theme-marketing .ml-xxl-n24,
.theme-marketing .mx-xxl-n24 {
    margin-left: -1.5rem !important;
  }
  .theme-marketing .m-xxl-n32 {
    margin: -2rem !important;
  }
  .theme-marketing .mt-xxl-n32,
.theme-marketing .my-xxl-n32 {
    margin-top: -2rem !important;
  }
  .theme-marketing .mr-xxl-n32,
.theme-marketing .mx-xxl-n32 {
    margin-right: -2rem !important;
  }
  .theme-marketing .mb-xxl-n32,
.theme-marketing .my-xxl-n32 {
    margin-bottom: -2rem !important;
  }
  .theme-marketing .ml-xxl-n32,
.theme-marketing .mx-xxl-n32 {
    margin-left: -2rem !important;
  }
  .theme-marketing .m-xxl-n48 {
    margin: -3rem !important;
  }
  .theme-marketing .mt-xxl-n48,
.theme-marketing .my-xxl-n48 {
    margin-top: -3rem !important;
  }
  .theme-marketing .mr-xxl-n48,
.theme-marketing .mx-xxl-n48 {
    margin-right: -3rem !important;
  }
  .theme-marketing .mb-xxl-n48,
.theme-marketing .my-xxl-n48 {
    margin-bottom: -3rem !important;
  }
  .theme-marketing .ml-xxl-n48,
.theme-marketing .mx-xxl-n48 {
    margin-left: -3rem !important;
  }
  .theme-marketing .m-xxl-auto {
    margin: auto !important;
  }
  .theme-marketing .mt-xxl-auto,
.theme-marketing .my-xxl-auto {
    margin-top: auto !important;
  }
  .theme-marketing .mr-xxl-auto,
.theme-marketing .mx-xxl-auto {
    margin-right: auto !important;
  }
  .theme-marketing .mb-xxl-auto,
.theme-marketing .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .theme-marketing .ml-xxl-auto,
.theme-marketing .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.theme-marketing h1, .theme-marketing .h1 {
  letter-spacing: -0.155556px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .theme-marketing h1, .theme-marketing .h1 {
    font-size: 4.5rem;
  }
}
.theme-marketing h2, .theme-marketing .h2 {
  letter-spacing: -0.1px;
  font-weight: normal;
  line-height: 1;
}
.theme-marketing h3, .theme-marketing .h3 {
  font-weight: 600;
  letter-spacing: -0.1px;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .theme-marketing h3, .theme-marketing .h3 {
    font-size: 2.5rem;
  }
}
.theme-marketing h4, .theme-marketing .h4 {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .theme-marketing h4, .theme-marketing .h4 {
    font-size: 2rem;
  }
}
.theme-marketing h5, .theme-marketing .h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .theme-marketing h5, .theme-marketing .h5 {
    font-size: 1.5rem;
  }
}
.theme-marketing h6, .theme-marketing .h6 {
  font-weight: bold;
}
.theme-marketing nav a {
  text-decoration: none;
}
.theme-marketing footer a {
  text-decoration: none;
}
.theme-marketing .btn {
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  text-decoration: none;
}
.theme-marketing .btn:hover {
  -webkit-box-shadow: var(--shadow-hover);
          box-shadow: var(--shadow-hover);
}
.theme-marketing .form-group > label {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.theme-marketing .list-bulleted li:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: var(--border-radius);
  background-color: #147BD1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.theme-marketing .list-bulleted li {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.theme-marketing .progress {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-marketing .progress-bar {
  background-color: var(--primary-color);
  border-radius: 0.25rem;
}
.theme-marketing .carousel-control {
  background: #FFFFFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  height: 3rem;
  width: 3rem;
}
.theme-marketing .carousel-indicators li {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: var(--border-radius);
  background: #2B292D;
  opacity: 0.2;
  border: none;
}
.theme-marketing .carousel-indicators li.active {
  background: rgba(var(--accent-color-string), 80%);
  opacity: 1;
}
.theme-marketing footer a {
  opacity: 0.5;
}
.theme-marketing footer a:hover {
  color: white !important;
}
.theme-marketing .rounded-xl {
  border-radius: 1rem !important;
}
.theme-marketing .rounded-bottom-xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.theme-marketing .rounded-top-xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.theme-marketing .bg-primary-dark {
  background-color: #1C2135;
}

@font-face {
  font-family: "AvenirNextRoundedStd";
  src: url(../fonts/AvenirNextRoundedStd-Reg.ttf) format("truetype");
  font-weight: 400;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextRoundedStd";
  src: url(../fonts/AvenirNextRoundedStd-Med.ttf) format("truetype");
  font-weight: 500;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextRoundedStd";
  src: url(../fonts/AvenirNextRoundedStd-Demi.ttf) format("truetype");
  font-weight: 600;
  font-display: fallback;
  font-style: normal;
}
.font-avenir {
  font-family: "AvenirNextRoundedStd", sans-serif;
}

.bg-marketing-gray1 {
  background-color: #EDF2F5 !important;
}

a.bg-marketing-gray1:hover, a.bg-marketing-gray1:focus,
button.bg-marketing-gray1:hover,
button.bg-marketing-gray1:focus {
  background-color: #ccdae3 !important;
}

.bg-marketing-gray2 {
  background-color: #F4F6F8 !important;
}

a.bg-marketing-gray2:hover, a.bg-marketing-gray2:focus,
button.bg-marketing-gray2:hover,
button.bg-marketing-gray2:focus {
  background-color: #d5dde4 !important;
}

.bg-marketing-gray4 {
  background-color: #C2CAD6 !important;
}

a.bg-marketing-gray4:hover, a.bg-marketing-gray4:focus,
button.bg-marketing-gray4:hover,
button.bg-marketing-gray4:focus {
  background-color: #a4b0c2 !important;
}

.bg-marketing-blue1 {
  background-color: #EBF4FA !important;
}

a.bg-marketing-blue1:hover, a.bg-marketing-blue1:focus,
button.bg-marketing-blue1:hover,
button.bg-marketing-blue1:focus {
  background-color: #c2def0 !important;
}

.bg-marketing-blue3 {
  background-color: #1479CE !important;
}

a.bg-marketing-blue3:hover, a.bg-marketing-blue3:focus,
button.bg-marketing-blue3:hover,
button.bg-marketing-blue3:focus {
  background-color: #0f5ea0 !important;
}

.bg-marketing-blue4 {
  background-color: #1D4F91 !important;
}

a.bg-marketing-blue4:hover, a.bg-marketing-blue4:focus,
button.bg-marketing-blue4:hover,
button.bg-marketing-blue4:focus {
  background-color: #153867 !important;
}

.bg-marketing-blue5 {
  background-color: #0D202E !important;
}

a.bg-marketing-blue5:hover, a.bg-marketing-blue5:focus,
button.bg-marketing-blue5:hover,
button.bg-marketing-blue5:focus {
  background-color: #020406 !important;
}

.bg-marketing-teal4 {
  background-color: #00848E !important;
}

a.bg-marketing-teal4:hover, a.bg-marketing-teal4:focus,
button.bg-marketing-teal4:hover,
button.bg-marketing-teal4:focus {
  background-color: #00555b !important;
}

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

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

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

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

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

.m-80 {
  margin: 5rem !important;
}

.mt-80,
.my-80 {
  margin-top: 5rem !important;
}

.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}

.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}

.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}

.m-120 {
  margin: 7.5rem !important;
}

.mt-120,
.my-120 {
  margin-top: 7.5rem !important;
}

.mr-120,
.mx-120 {
  margin-right: 7.5rem !important;
}

.mb-120,
.my-120 {
  margin-bottom: 7.5rem !important;
}

.ml-120,
.mx-120 {
  margin-left: 7.5rem !important;
}

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

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

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

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

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

.p-80 {
  padding: 5rem !important;
}

.pt-80,
.py-80 {
  padding-top: 5rem !important;
}

.pr-80,
.px-80 {
  padding-right: 5rem !important;
}

.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}

.pl-80,
.px-80 {
  padding-left: 5rem !important;
}

.p-120 {
  padding: 7.5rem !important;
}

.pt-120,
.py-120 {
  padding-top: 7.5rem !important;
}

.pr-120,
.px-120 {
  padding-right: 7.5rem !important;
}

.pb-120,
.py-120 {
  padding-bottom: 7.5rem !important;
}

.pl-120,
.px-120 {
  padding-left: 7.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

.m-n4 {
  margin: -0.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}

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

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

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

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

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

.m-n8 {
  margin: -0.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

.m-n20 {
  margin: -1.25rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}

.m-n24 {
  margin: -1.5rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -1.5rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -1.5rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -1.5rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-64 {
    margin: 4rem !important;
  }

  .mt-sm-64,
.my-sm-64 {
    margin-top: 4rem !important;
  }

  .mr-sm-64,
.mx-sm-64 {
    margin-right: 4rem !important;
  }

  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-64,
.mx-sm-64 {
    margin-left: 4rem !important;
  }

  .m-sm-80 {
    margin: 5rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 5rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 5rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 5rem !important;
  }

  .m-sm-120 {
    margin: 7.5rem !important;
  }

  .mt-sm-120,
.my-sm-120 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-120,
.mx-sm-120 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-120,
.my-sm-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-120,
.mx-sm-120 {
    margin-left: 7.5rem !important;
  }

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

  .pt-sm-64,
.py-sm-64 {
    padding-top: 4rem !important;
  }

  .pr-sm-64,
.px-sm-64 {
    padding-right: 4rem !important;
  }

  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-64,
.px-sm-64 {
    padding-left: 4rem !important;
  }

  .p-sm-80 {
    padding: 5rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 5rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 5rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 5rem !important;
  }

  .p-sm-120 {
    padding: 7.5rem !important;
  }

  .pt-sm-120,
.py-sm-120 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-120,
.px-sm-120 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-120,
.py-sm-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-120,
.px-sm-120 {
    padding-left: 7.5rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -0.25rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n8 {
    margin: -0.5rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -1rem !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -1rem !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -1rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n24 {
    margin: -1.5rem !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -2rem !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -2rem !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -3rem !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -3rem !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-64 {
    margin: 4rem !important;
  }

  .mt-md-64,
.my-md-64 {
    margin-top: 4rem !important;
  }

  .mr-md-64,
.mx-md-64 {
    margin-right: 4rem !important;
  }

  .mb-md-64,
.my-md-64 {
    margin-bottom: 4rem !important;
  }

  .ml-md-64,
.mx-md-64 {
    margin-left: 4rem !important;
  }

  .m-md-80 {
    margin: 5rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 5rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 5rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 5rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 5rem !important;
  }

  .m-md-120 {
    margin: 7.5rem !important;
  }

  .mt-md-120,
.my-md-120 {
    margin-top: 7.5rem !important;
  }

  .mr-md-120,
.mx-md-120 {
    margin-right: 7.5rem !important;
  }

  .mb-md-120,
.my-md-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-120,
.mx-md-120 {
    margin-left: 7.5rem !important;
  }

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

  .pt-md-64,
.py-md-64 {
    padding-top: 4rem !important;
  }

  .pr-md-64,
.px-md-64 {
    padding-right: 4rem !important;
  }

  .pb-md-64,
.py-md-64 {
    padding-bottom: 4rem !important;
  }

  .pl-md-64,
.px-md-64 {
    padding-left: 4rem !important;
  }

  .p-md-80 {
    padding: 5rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 5rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 5rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 5rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 5rem !important;
  }

  .p-md-120 {
    padding: 7.5rem !important;
  }

  .pt-md-120,
.py-md-120 {
    padding-top: 7.5rem !important;
  }

  .pr-md-120,
.px-md-120 {
    padding-right: 7.5rem !important;
  }

  .pb-md-120,
.py-md-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-120,
.px-md-120 {
    padding-left: 7.5rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -0.25rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n8 {
    margin: -0.5rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n16,
.my-md-n16 {
    margin-top: -1rem !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -1rem !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -1rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n24 {
    margin: -1.5rem !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n32,
.my-md-n32 {
    margin-top: -2rem !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -2rem !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-md-n48,
.my-md-n48 {
    margin-top: -3rem !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -3rem !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-64 {
    margin: 4rem !important;
  }

  .mt-lg-64,
.my-lg-64 {
    margin-top: 4rem !important;
  }

  .mr-lg-64,
.mx-lg-64 {
    margin-right: 4rem !important;
  }

  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-64,
.mx-lg-64 {
    margin-left: 4rem !important;
  }

  .m-lg-80 {
    margin: 5rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 5rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 5rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 5rem !important;
  }

  .m-lg-120 {
    margin: 7.5rem !important;
  }

  .mt-lg-120,
.my-lg-120 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-120,
.mx-lg-120 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-120,
.my-lg-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-120,
.mx-lg-120 {
    margin-left: 7.5rem !important;
  }

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

  .pt-lg-64,
.py-lg-64 {
    padding-top: 4rem !important;
  }

  .pr-lg-64,
.px-lg-64 {
    padding-right: 4rem !important;
  }

  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-64,
.px-lg-64 {
    padding-left: 4rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 5rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 5rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 5rem !important;
  }

  .p-lg-120 {
    padding: 7.5rem !important;
  }

  .pt-lg-120,
.py-lg-120 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-120,
.px-lg-120 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-120,
.py-lg-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-120,
.px-lg-120 {
    padding-left: 7.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -0.25rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n8 {
    margin: -0.5rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -1rem !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -1rem !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -1rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n24 {
    margin: -1.5rem !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -2rem !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -2rem !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -3rem !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -3rem !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-64 {
    margin: 4rem !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 4rem !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 4rem !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 4rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

  .m-xl-120 {
    margin: 7.5rem !important;
  }

  .mt-xl-120,
.my-xl-120 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-120,
.mx-xl-120 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-120,
.my-xl-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-120,
.mx-xl-120 {
    margin-left: 7.5rem !important;
  }

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

  .pt-xl-64,
.py-xl-64 {
    padding-top: 4rem !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 4rem !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 4rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 5rem !important;
  }

  .p-xl-120 {
    padding: 7.5rem !important;
  }

  .pt-xl-120,
.py-xl-120 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-120,
.px-xl-120 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-120,
.py-xl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-120,
.px-xl-120 {
    padding-left: 7.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -1rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-64 {
    margin: 4rem !important;
  }

  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 4rem !important;
  }

  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 4rem !important;
  }

  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 4rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxl-120 {
    margin: 7.5rem !important;
  }

  .mt-xxl-120,
.my-xxl-120 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-120,
.mx-xxl-120 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-120,
.my-xxl-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-120,
.mx-xxl-120 {
    margin-left: 7.5rem !important;
  }

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

  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 4rem !important;
  }

  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 4rem !important;
  }

  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 4rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxl-120 {
    padding: 7.5rem !important;
  }

  .pt-xxl-120,
.py-xxl-120 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-120,
.px-xxl-120 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-120,
.py-xxl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-120,
.px-xxl-120 {
    padding-left: 7.5rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -1rem !important;
  }

  .m-xxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -2rem !important;
  }

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

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.marketing {
  --primary-color-string: 20, 121, 206;
  --accent-color-string: 20, 121, 206;
  color: #454F5B;
  background-color: #F2F2F2;
}
.marketing h1, .marketing h2, .marketing h3, .marketing h4, .marketing h5, .marketing h6,
.marketing .h1, .marketing .h2, .marketing .h3, .marketing .h4, .marketing .h5, .marketing .h6 {
  color: #0D202E;
}
.marketing h1, .marketing .h1 {
  font-family: "AvenirNextRoundedStd", sans-serif;
  letter-spacing: -0.155556px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .marketing h1, .marketing .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .marketing h1, .marketing .h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
.marketing h2, .marketing .h2 {
  font-family: "AvenirNextRoundedStd", sans-serif;
  letter-spacing: -0.1px;
  font-weight: normal;
}
.marketing h3, .marketing .h3 {
  font-family: "AvenirNextRoundedStd", sans-serif;
  font-weight: 600;
  letter-spacing: -0.1px;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .marketing h3, .marketing .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .marketing h3, .marketing .h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.marketing h4, .marketing .h4 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .marketing h4, .marketing .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .marketing h4, .marketing .h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.marketing h5, .marketing .h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .marketing h5, .marketing .h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .marketing h5, .marketing .h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.marketing h6, .marketing .h6 {
  font-weight: bold;
}
.marketing .text-marketing-blue1 {
  color: #EBF4FA !important;
}
.marketing a {
  color: #1479CE;
}
.marketing a:hover {
  color: #1D4F91;
}
.marketing .btn-link {
  color: #1479CE;
}
.marketing .btn-link:hover {
  color: #1D4F91;
}
.marketing nav a {
  text-decoration: none;
}
.marketing footer a {
  text-decoration: none;
}
.marketing .btn-outline-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.00001))), #FFFFFF;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #FFFFFF;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #FFFFFF;
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-color: currentColor;
  color: #1D4F91;
  text-decoration: none;
}
.marketing .btn-outline-primary:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.00001))), #FFFFFF;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #FFFFFF;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #FFFFFF;
  color: #0D202E;
}
.marketing .btn-outline-primary:active {
  color: #1D4F91 !important;
}
.marketing .btn-primary {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.1%, rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.00001))), #1479CE;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 1.1%, rgba(255, 255, 255, 0.00001) 100%), #1479CE;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 1.1%, rgba(255, 255, 255, 0.00001) 100%), #1479CE;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1.1%, rgba(255, 255, 255, 0.00001) 100%), #1479CE;
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFFFFF;
  text-decoration: none;
}
.marketing .btn-primary:active {
  background-color: #1D4F91 !important;
}
.marketing .btn-secondary {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.00001))), #084E8A;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #084E8A;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #084E8A;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #084E8A;
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFFFFF;
  text-decoration: none;
}
.marketing .btn-secondary:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.1%, rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.00001))), #1479CE;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 1.1%, rgba(255, 255, 255, 0.00001) 100%), #1479CE;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 1.1%, rgba(255, 255, 255, 0.00001) 100%), #1479CE;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1.1%, rgba(255, 255, 255, 0.00001) 100%), #1479CE;
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.marketing .btn-secondary:active {
  background-color: #1D4F91 !important;
}
.marketing .list-bulleted li:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #147BD1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 7px;
}
.marketing .list-bulleted li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marketing .progress {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.marketing .progress-bar {
  background-color: #B4E0FA;
  border-radius: 0.25rem;
}
.marketing .carousel-control {
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  height: 48px;
  width: 48px;
}
.marketing .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #2B292D;
  opacity: 0.2;
  border: none;
}
.marketing .carousel-indicators li.active {
  background: #1479CE;
  opacity: 1;
}
.marketing footer a {
  color: #EBF4FA !important;
}
.marketing footer a:hover {
  color: white !important;
}
.marketing .rounded-xl {
  border-radius: 1rem !important;
}
.marketing .rounded-bottom-xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.marketing .rounded-top-xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

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