/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@-webkit-keyframes loading {
  to {
    background-position: 350% 0;
  }
}
@keyframes loading {
  to {
    background-position: 350% 0;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url('HelveticaNeue-Bold.60f972ce5afef675fca9.eot');
  src: url('HelveticaNeue-Bold.60f972ce5afef675fca9.eot?#iefix') format("embedded-opentype"), url('HelveticaNeue-Bold.5729c195e90561fbe530.woff2') format("woff2"), url('HelveticaNeue-Bold.d7bfc47862c58ef5a0b4.woff') format("woff"), url('HelveticaNeue-Bold.86051ed84f7e0160f8f0.ttf') format("truetype"), url('HelveticaNeue-Bold.23e51bf4ce8febc58925.svg#HelveticaNeue-Bold') format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url('HelveticaNeue.7df0f8f9ce87f2d02546.eot');
  src: url('HelveticaNeue.7df0f8f9ce87f2d02546.eot?#iefix') format("embedded-opentype"), url('HelveticaNeue.db03a4a420530c729be7.woff2') format("woff2"), url('HelveticaNeue.956adcff935fc4c12ad3.woff') format("woff"), url('HelveticaNeue.661210e947789846d283.ttf') format("truetype"), url('HelveticaNeue.37d96dcdab986743f585.svg#HelveticaNeue') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  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: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191b22;
  text-align: left;
  background-color: #fdb913;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
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: 700;
}
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: #191b22;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
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;
  -ms-overflow-style: scrollbar;
}
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: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
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;
}
[role=button] {
  cursor: pointer;
}
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] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.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: 7px;
  padding-left: 7px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .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: flex !important;
  }

  .d-xxl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  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-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !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: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !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-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-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !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-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-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !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-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-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !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-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: 1440px) {
  .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-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !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-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: 1920px) {
  .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-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !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-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;
  }
}
._anti-click-jacking {
  display: none;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Inter-Regular.woff") format("woff"), url("/assets/fonts/Inter-Regular.ttf") format("truetype"), url("/assets/fonts/Inter-Regular.woff2") format("woff2");
  /* Super Modern Browsers */
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Inter-Medium.woff") format("woff"), url("/assets/fonts/Inter-Medium.ttf") format("truetype"), url("/assets/fonts/Inter-Medium.woff2") format("woff2");
  /* Super Modern Browsers */
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Inter-Bold.woff") format("woff"), url("/assets/fonts/Inter-Bold.ttf") format("truetype"), url("/assets/fonts/Inter-Bold.woff2") format("woff2");
  /* Super Modern Browsers */
  font-weight: 700;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("/assets/fonts/EuclidCircularA-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/EuclidCircularA-Regular.woff") format("woff"), url("/assets/fonts/EuclidCircularA-Regular.ttf") format("truetype"), url("/assets/fonts/EuclidCircularA-Regular.woff2") format("woff2");
  /* Super Modern Browsers */
  font-weight: 400;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("/assets/fonts/EuclidCircularA-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/EuclidCircularA-Medium.woff") format("woff"), url("/assets/fonts/EuclidCircularA-Medium.ttf") format("truetype"), url("/assets/fonts/EuclidCircularA-Medium.woff2") format("woff2");
  /* Super Modern Browsers */
  font-weight: 500;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("/assets/fonts/EuclidCircularA-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/EuclidCircularA-Bold.woff") format("woff"), url("/assets/fonts/EuclidCircularA-Bold.ttf") format("truetype"), url("/assets/fonts/EuclidCircularA-Bold.woff2") format("woff2");
  /* Super Modern Browsers */
  font-weight: 700;
}
.nd-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  height: 42px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #47494e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.nd-button:hover {
  color: #ffffff;
  background-color: #a3a4a7;
}
.nd-button:active {
  background-color: #191b22;
}
.nd-button:focus {
  box-shadow: 0 0 0 2px rgba(163, 164, 167, 0.5);
  outline: none;
}
.nd-button:disabled {
  opacity: 0.2;
}
.nd-button:not(:disabled) {
  cursor: pointer;
}
.nd-button--outline {
  border: 1px solid #a4a7b0;
  color: #47494e;
  background-color: transparent;
}
.nd-button--outline:hover {
  border: 1px solid #a3a4a7;
  color: #47494e;
  background-color: transparent;
}
.nd-button--outline:active {
  border: 1px solid #47494e;
  color: #47494e;
  background-color: transparent;
}
.nd-button--text {
  color: #47494e;
  background-color: transparent;
}
.nd-button--text:hover {
  color: #0954b1;
  background-color: transparent;
}
.nd-button--text:active {
  color: #0954b1;
  background-color: transparent;
}
.nd-button--text:focus {
  background-color: transparent;
}
.nd-button--large {
  padding-top: 14px;
  padding-right: 18px;
  padding-bottom: 14px;
  padding-left: 18px;
  height: 48px;
  font-size: 1rem;
}
.nd-button--medium {
  padding-right: 12px;
  padding-left: 12px;
  height: 36px;
  font-size: 0.75rem;
}
.nd-button--small {
  padding-right: 12px;
  padding-left: 12px;
  height: 28px;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .nd-button {
    width: auto;
  }
}
.is-loading .nd-button {
  width: 80px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .nd-button--icon {
  width: 36px;
}
.is-loading .nd-button--medium {
  width: 60px;
}
.is-loading .nd-button--small {
  width: 60px;
}
.nd-button--primary {
  color: #ffffff;
  background-color: #0954b1;
}
.nd-button--primary:hover {
  background-color: #3a76c1;
}
.nd-button--primary:active {
  background-color: #07438e;
}
.nd-button--primary:focus {
  box-shadow: 0 0 0 2px rgba(58, 118, 193, 0.5);
}
.nd-button--primary:disabled {
  opacity: 0.4;
}
.nd-button--primary.nd-button--outline {
  border: 1px solid #0954b1;
  color: #0954b1;
  background-color: transparent;
}
.nd-button--primary.nd-button--outline:hover {
  border: 1px solid #3a76c1;
  color: #0954b1;
  background-color: #e6eef7;
}
.nd-button--primary.nd-button--outline:active {
  border: 1px solid #07438e;
  color: #0954b1;
  background-color: #e6eef7;
}
.nd-button--primary.nd-button--outline:focus {
  background-color: #e6eef7;
}
.nd-button--primary.nd-button--text {
  color: #0954b1;
  background-color: transparent;
}
.nd-button--primary.nd-button--text:hover {
  color: #0954b1;
  background-color: #e6eef7;
}
.nd-button--primary.nd-button--text:active {
  color: #0954b1;
  background-color: #e6eef7;
}
.nd-button--primary.nd-button--text:focus {
  background-color: #e6eef7;
}
.nd-button--secondary {
  color: #ffffff;
  background-color: #231f20;
}
.nd-button--secondary:hover {
  color: #ffffff;
  background-color: #7b7979;
}
.nd-button--secondary:active {
  color: #ffffff;
  background-color: #1c191a;
}
.nd-button--secondary:focus {
  box-shadow: 0 0 0 2px rgba(123, 121, 121, 0.5);
}
.nd-button--secondary:disabled {
  opacity: 0.4;
}
.nd-button--secondary.nd-button--outline {
  border: 1px solid #231f20;
  color: #231f20;
  background-color: transparent;
}
.nd-button--secondary.nd-button--outline:hover {
  border: 1px solid #7b7979;
  color: #231f20;
  background-color: #e9e9e9;
}
.nd-button--secondary.nd-button--outline:active {
  border: 1px solid #1c191a;
  color: #231f20;
  background-color: #e9e9e9;
}
.nd-button--secondary.nd-button--outline:focus {
  background-color: #e9e9e9;
}
.nd-button--secondary.nd-button--text {
  color: #231f20;
  background-color: transparent;
}
.nd-button--secondary.nd-button--text:hover {
  color: #231f20;
  background-color: #e9e9e9;
}
.nd-button--secondary.nd-button--text:active {
  color: #231f20;
  background-color: #e9e9e9;
}
.nd-button--secondary.nd-button--text:focus {
  background-color: #e9e9e9;
}
.nd-button--primary-inverted {
  color: #0954b1;
  background-color: #ffffff;
}
.nd-button--primary-inverted:hover {
  color: #ffffff;
  background-color: #3a76c1;
}
.nd-button--primary-inverted:active {
  color: #ffffff;
  background-color: #07438e;
}
.nd-button--primary-inverted:focus {
  box-shadow: 0 0 0 2px rgba(58, 118, 193, 0.5);
}
.nd-button--primary-inverted:disabled {
  opacity: 0.4;
}
.nd-button--primary-inverted.nd-button--outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.nd-button--primary-inverted.nd-button--outline:hover {
  border: 1px solid #ffffff;
  background-color: #3a76c1;
}
.nd-button--primary-inverted.nd-button--outline:active {
  border: 1px solid #07438e;
  background-color: #3a76c1;
}
.nd-button--primary-inverted.nd-button--outline:focus {
  background-color: #3a76c1;
}
.nd-button--primary-inverted.nd-button--text {
  color: #ffffff;
  background-color: transparent;
}
.nd-button--primary-inverted.nd-button--text:hover {
  background-color: #3a76c1;
}
.nd-button--primary-inverted.nd-button--text:active {
  background-color: #07438e;
}
.nd-button--primary-inverted.nd-button--text:focus {
  background-color: transparent;
}
.nd-button--success {
  color: #ffffff;
  background-color: #219653;
}
.nd-button--success:hover {
  background-color: #7ac098;
}
.nd-button--success:active {
  background-color: #1a7842;
}
.nd-button--success:focus {
  box-shadow: 0 0 0 2px rgba(122, 192, 152, 0.5);
}
.nd-button--success:disabled {
  opacity: 0.4;
}
.nd-button--success.nd-button--outline {
  border: 1px solid #219653;
  color: #219653;
  background-color: transparent;
}
.nd-button--success.nd-button--outline:hover {
  border: 1px solid #7ac098;
  color: #219653;
  background-color: #f2fff7;
}
.nd-button--success.nd-button--outline:active {
  border: 1px solid #1a7842;
  color: #219653;
  background-color: #f2fff7;
}
.nd-button--success.nd-button--outline:focus {
  background-color: #f2fff7;
}
.nd-button--success.nd-button--text {
  color: #219653;
  background-color: transparent;
}
.nd-button--success.nd-button--text:hover {
  color: #219653;
  background-color: #f2fff7;
}
.nd-button--success.nd-button--text:active {
  color: #219653;
  background-color: #f2fff7;
}
.nd-button--success.nd-button--text:focus {
  background-color: #f2fff7;
}
.nd-button--error {
  color: #ffffff;
  background-color: #ef424c;
}
.nd-button--error:hover {
  background-color: #f58e94;
}
.nd-button--error:active {
  background-color: #bf353d;
}
.nd-button--error:focus {
  box-shadow: 0 0 0 2px rgba(245, 142, 148, 0.5);
}
.nd-button--error:disabled {
  opacity: 0.4;
}
.nd-button--error.nd-button--outline {
  border: 1px solid #ef424c;
  color: #ef424c;
  background-color: transparent;
}
.nd-button--error.nd-button--outline:hover {
  border: 1px solid #f58e94;
  color: #ef424c;
  background-color: #fff6f6;
}
.nd-button--error.nd-button--outline:active {
  border: 1px solid #bf353d;
  color: #ef424c;
  background-color: #fff6f6;
}
.nd-button--error.nd-button--outline:focus {
  background-color: #fff6f6;
}
.nd-button--error.nd-button--text {
  color: #ef424c;
  background-color: transparent;
}
.nd-button--error.nd-button--text:hover {
  color: #ef424c;
  background-color: #fff6f6;
}
.nd-button--error.nd-button--text:active {
  color: #ef424c;
  background-color: #fff6f6;
}
.nd-button--error.nd-button--text:focus {
  background-color: #fff6f6;
}
.nd-button--warn {
  color: #ffffff;
  background-color: #f3ac13;
}
.nd-button--warn:hover {
  background-color: #f8cd71;
}
.nd-button--warn:active {
  background-color: #c28a0f;
}
.nd-button--warn:focus {
  box-shadow: 0 0 0 2px rgba(248, 205, 113, 0.5);
}
.nd-button--warn:disabled {
  opacity: 0.4;
}
.nd-button--warn.nd-button--outline {
  border: 1px solid #f3ac13;
  color: #f3ac13;
  background-color: transparent;
}
.nd-button--warn.nd-button--outline:hover {
  border: 1px solid #f8cd71;
  color: #f3ac13;
  background-color: #fffcf5;
}
.nd-button--warn.nd-button--outline:active {
  border: 1px solid #c28a0f;
  color: #f3ac13;
  background-color: #fffcf5;
}
.nd-button--warn.nd-button--outline:focus {
  background-color: #fffcf5;
}
.nd-button--warn.nd-button--text {
  color: #f3ac13;
  background-color: transparent;
}
.nd-button--warn.nd-button--text:hover {
  color: #f3ac13;
  background-color: #fffcf5;
}
.nd-button--warn.nd-button--text:active {
  color: #f3ac13;
  background-color: #fffcf5;
}
.nd-button--warn.nd-button--text:focus {
  background-color: #fffcf5;
}
.nd-button--info {
  color: #ffffff;
  background-color: #285bd4;
}
.nd-button--info:hover {
  background-color: #7e9de5;
}
.nd-button--info:active {
  background-color: #2049aa;
}
.nd-button--info:focus {
  box-shadow: 0 0 0 2px rgba(126, 157, 229, 0.5);
}
.nd-button--info:disabled {
  opacity: 0.4;
}
.nd-button--info.nd-button--outline {
  border: 1px solid #285bd4;
  color: #285bd4;
  background-color: transparent;
}
.nd-button--info.nd-button--outline:hover {
  border: 1px solid #7e9de5;
  color: #285bd4;
  background-color: #f5f8ff;
}
.nd-button--info.nd-button--outline:active {
  border: 1px solid #2049aa;
  color: #285bd4;
  background-color: #f5f8ff;
}
.nd-button--info.nd-button--outline:focus {
  background-color: #f5f8ff;
}
.nd-button--info.nd-button--text {
  color: #285bd4;
  background-color: transparent;
}
.nd-button--info.nd-button--text:hover {
  color: #285bd4;
  background-color: #f5f8ff;
}
.nd-button--info.nd-button--text:active {
  color: #285bd4;
  background-color: #f5f8ff;
}
.nd-button--info.nd-button--text:focus {
  background-color: #f5f8ff;
}
.nd-button--icon-small {
  --icon-size: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
}
@media (min-width: 576px) {
  .nd-button--icon-small {
    width: 24px;
  }
}
.nd-button--icon {
  width: 36px;
  height: 36px;
  padding: 6px;
}
@media (min-width: 576px) {
  .nd-button--icon {
    width: 36px;
  }
}
@media (min-width: 576px) {
  .nd-button--wider {
    min-width: 232px;
  }
}
@media (min-width: 576px) {
  .nd-button--large {
    min-width: 232px;
    height: 40px;
  }
}
.nd-button--medium {
  height: 36px;
}
@media (min-width: 576px) {
  .nd-button--full {
    width: 100%;
  }
}
.nd-button__icon {
  margin-right: 6px;
}
.nd-button.is-loading {
  min-width: 86px;
}
.cdk-focused.cdk-mouse-focused .nd-button,
.cdk-focused.cdk-program-focused .nd-button {
  box-shadow: none;
  outline: none;
}
@keyframes loading {
  to {
    background-position: 350% 0;
  }
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  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: "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191b22;
  text-align: left;
  background-color: #fdb913;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
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: 700;
}
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: #191b22;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
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;
  -ms-overflow-style: scrollbar;
}
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: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
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;
}
[role=button] {
  cursor: pointer;
}
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] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .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: flex !important;
  }

  .d-xxl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  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-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !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: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !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-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-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !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-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-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !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-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-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !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-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: 1440px) {
  .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-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !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-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: 1920px) {
  .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-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    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-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !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: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !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-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;
  }
}
._anti-click-jacking {
  display: none;
}
.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
  width: 24px;
  height: 24px;
  width: var(--icon-size, 24px);
  height: var(--icon-size, 24px);
  color: inherit;
  color: var(--icon-color, inherit);
  fill: currentColor;
}
.icon__element {
  width: 100%;
  height: 100%;
  fill: inherit;
}
.icon__element--gradient {
  fill: url("#gradient");
}
.icon__element--primary {
  fill: url("#gradient-primary");
}
.icon--left {
  margin-right: 6px;
}
.nd-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  height: 42px;
  font-weight: 700;
  color: #ffffff;
  background-color: #47494e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.nd-button:hover {
  color: #ffffff;
  background-color: #a3a4a7;
}
.nd-button:active {
  background-color: #191b22;
}
.nd-button:focus {
  box-shadow: 0 0 0 2px rgba(163, 164, 167, 0.5);
  outline: none;
}
.nd-button:disabled {
  opacity: 0.2;
}
.nd-button:not(:disabled) {
  cursor: pointer;
}
.nd-button--outline {
  border: 1px solid #a4a7b0;
  color: #5e5f64;
  background-color: transparent;
}
.nd-button--outline:hover {
  border: 1px solid #c8cad0;
  color: #5e5f64;
  background-color: transparent;
}
.nd-button--outline:active {
  border: 1px solid #a4a7b0;
  color: #5e5f64;
  background-color: transparent;
}
.nd-button--text {
  color: #47494e;
  background-color: transparent;
}
.nd-button--text:hover {
  color: #47494e;
  background-color: #e8e8e9;
}
.nd-button--text:active {
  color: #47494e;
  background-color: #a3a4a7;
}
.nd-button--text:focus {
  background-color: #e8e8e9;
}
.nd-button--large {
  padding-top: 14px;
  padding-right: 18px;
  padding-bottom: 14px;
  padding-left: 18px;
  height: 48px;
  font-size: 1rem;
}
.nd-button--small {
  padding-right: 12px;
  padding-left: 12px;
  height: 28px;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .nd-button {
    width: auto;
  }
}
.is-loading .nd-button {
  width: 80px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .nd-button--icon {
  width: 36px;
}
.is-loading .nd-button--medium {
  width: 60px;
}
.is-loading .nd-button--small {
  width: 60px;
}
.nd-button--primary {
  background-color: #231f20;
}
.nd-button--primary:hover {
  background-color: #4f4c4d;
}
.nd-button--primary:active {
  background-color: #1c191a;
}
.nd-button--primary:focus {
  box-shadow: 0 0 0 2px rgba(79, 76, 77, 0.5);
}
.nd-button--primary.nd-button--outline {
  color: #ca940f;
}
.nd-button--primary.nd-button--outline:hover {
  color: #ca940f;
}
.nd-button--primary.nd-button--outline:active {
  color: #ca940f;
}
.nd-button--primary.nd-button--text {
  color: #ca940f;
}
.nd-button--primary.nd-button--text:hover {
  color: #ca940f;
}
.nd-button--primary.nd-button--text:active {
  color: #ca940f;
}
.nd-button--primary-inverted {
  color: #0954b1;
  background-color: #ffffff;
}
.nd-button--primary-inverted:hover {
  color: #ffffff;
  background-color: #3a76c1;
}
.nd-button--primary-inverted:active {
  color: #ffffff;
  background-color: #07438e;
}
.nd-button--primary-inverted:focus {
  box-shadow: 0 0 0 2px rgba(58, 118, 193, 0.5);
}
.nd-button--primary-inverted:disabled {
  opacity: 0.4;
}
.nd-button--primary-inverted.nd-button--outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.nd-button--primary-inverted.nd-button--outline:hover {
  border: 1px solid #ffffff;
  background-color: #3a76c1;
}
.nd-button--primary-inverted.nd-button--outline:active {
  border: 1px solid #07438e;
  background-color: #3a76c1;
}
.nd-button--primary-inverted.nd-button--outline:focus {
  background-color: #3a76c1;
}
.nd-button--primary-inverted.nd-button--text {
  color: #ffffff;
  background-color: transparent;
}
.nd-button--primary-inverted.nd-button--text:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.nd-button--primary-inverted.nd-button--text:focus {
  background-color: transparent;
}
.nd-button--icon-small {
  --icon-size: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
}
@media (min-width: 576px) {
  .nd-button--icon-small {
    width: 24px;
  }
}
.nd-button--icon {
  width: 36px;
  height: 36px;
  padding: 6px;
}
@media (min-width: 576px) {
  .nd-button--icon {
    width: 36px;
  }
}
@media (min-width: 576px) {
  .nd-button--wider {
    min-width: 232px;
  }
}
@media (min-width: 576px) {
  .nd-button--large {
    min-width: 232px;
    height: 40px;
  }
}
.nd-button--medium {
  height: 36px;
}
@media (min-width: 576px) {
  .nd-button--full {
    width: 100%;
  }
}
.nd-button__icon {
  margin-right: 6px;
}
.nd-button.is-loading {
  min-width: 86px;
}
.cdk-focused.cdk-mouse-focused .nd-button,
.cdk-focused.cdk-program-focused .nd-button {
  box-shadow: none;
  outline: none;
}
.nd-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a4a7b0;
  border-radius: 3px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  width: 100%;
  height: 48px;
  font-size: 0.875rem;
  line-height: 1;
  color: #191b22;
  transition: border 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.nd-input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-input::-moz-placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-input::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-input::placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-input:hover {
  border: 1px solid #757689;
}
.nd-input:focus {
  border: 1px solid #fdb913;
  outline: none;
}
.nd-input:disabled {
  border: 1px solid #dbdcdf;
  background-color: #fafafa;
}
.nd-input::-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fafafa inset;
}
.nd-input::-ms-reveal, .nd-input::-ms-clear {
  display: none;
}
.nd-input[readonly] {
  background: #fafafa;
  padding-left: 12px;
  padding-right: 12px;
}
.nd-input[readonly] {
  background: #fafafa;
  padding-left: 12px;
  padding-right: 12px;
}
.nd-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: 1px solid #a4a7b0;
  border-radius: 3px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.33;
  color: #191b22;
  transition: border 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.nd-textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-textarea::-moz-placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-textarea::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-textarea::placeholder {
  font-size: 0.875rem;
  color: #a3a4a7;
}
.nd-textarea:hover {
  border: 1px solid #757689;
}
.nd-textarea:focus {
  border: 1px solid #fdb913;
  outline: none;
}
.nd-textarea:disabled {
  border: 1px solid #dbdcdf;
  background-color: #fafafa;
}
.nd-textarea::-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fafafa inset;
}
body {
  position: relative;
}
.select.ng-select {
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #a4a7b0;
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  color: #191b22;
}
.select.ng-select:hover:not(.ng-select-disabled) {
  border-color: #757689;
}
.select.ng-select:hover:not(.ng-select-disabled) .ng-arrow-wrapper .ng-arrow {
  border-color: #757689;
}
.select.ng-select.ng-select-focused {
  border-color: #fdb913;
}
.select.ng-select.ng-select-focused .ng-arrow-wrapper .ng-arrow {
  border-color: #fdb913;
}
.select.ng-select.ng-select-disabled {
  background-color: #fafafa;
}
.select.ng-select.ng-select-disabled .ng-arrow-wrapper {
  display: none;
}
.select.ng-select .ng-select-container.ng-has-value .ng-placeholder {
  display: none;
}
.select.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  min-height: 20px;
}
.select.ng-select .ng-select-container .ng-input {
  top: 0;
  padding-right: 24px;
}
.select.ng-select .ng-placeholder {
  color: #a3a4a7;
}
.select.ng-select .ng-clear-wrapper {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  -webkit-backface-visibility: none;
          backface-visibility: none;
}
.select.ng-select .ng-clear-wrapper .ng-clear {
  color: #a4a7b0;
}
.select.ng-select .ng-arrow-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select.ng-select .ng-arrow-wrapper .ng-arrow {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-color: #a4a7b0;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 2px;
  border-right-width: 0;
  border-bottom-width: 2px;
  transform: rotate(-45deg);
}
.ng-dropdown-panel {
  padding-top: 9px;
  font-size: 14px;
  line-height: 20px;
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  border: 1px solid #dbdcdf;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 12px 18px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #fafafa;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #fff1d0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label__title {
  color: #fdb913;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label__supporting-title {
  color: #191b22;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label__subtitle {
  color: #191b22;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  cursor: auto;
  background-color: #ffffff;
  opacity: 0.7;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled .ng-option-label__title {
  color: #a3a4a7;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled .ng-option-label__subtitle {
  color: #a3a4a7;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled .ng-option-label__supporting-title {
  color: #a3a4a7;
}
.ng-option-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ng-option-label__subtitle {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #a3a4a7;
}
.ng-option-label__supporting-title {
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
}
.ng-value-label__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
}
.ng-value-label__title--secondary {
  font-weight: 700;
  margin-bottom: 4px;
}
.ng-value-label__desc {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
}
.select.ng-select.ng-select-opened {
  border-color: #fdb913;
}
.select.ng-select.ng-select-opened:hover {
  border-color: #fdb913;
}
.select.ng-select.ng-select-opened:hover .ng-arrow-wrapper .ng-arrow {
  border-color: #fdb913;
}
.ng-optgroup {
  padding: 12px 16px;
}
.nd-radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.nd-radio {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-bottom: 4px;
  padding-right: 16px;
  padding-left: 16px;
}
.nd-radio.is-disabled {
  opacity: 0.3;
}
.nd-radio:hover .nd-radio__indicator {
  color: #47494e;
}
.nd-radio:focus .nd-radio__indicator {
  box-shadow: inset 0 0 0 2px #fff1d0, 0 0 0 2px #fff1d0;
  outline: none;
}
.nd-radio.is-checked .nd-radio__indicator {
  color: #fdb913;
}
.nd-radio.is-checked:hover .nd-radio__indicator {
  color: #fdc742;
}
.nd-radio.is-checked:active .nd-radio__indicator {
  color: #ca940f;
}
.nd-radio__label {
  margin-top: 2.5px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.nd-radio__indicator {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  fill: currentColor;
  margin-right: 8px;
  color: transparent;
}
.nd-radio__indicator:hover {
  color: #47494e;
}
.nd-radio__indicator:focus {
  box-shadow: inset 0 0 0 2px #fff1d0, 0 0 0 2px #fff1d0;
  outline: none;
}
.nd-radio__icon {
  fill: currentColor;
}
.nd-radio__indicator {
  stroke: #47494e;
}
.nd-radio:hover .nd-radio__indicator {
  stroke: currentColor;
}
.nd-radio:focus .nd-radio__indicator {
  stroke: #47494e;
}
.nd-radio.is-checked .nd-radio__indicator {
  stroke: currentColor;
}
.nd-radio.is-disabled {
  pointer-events: none;
}
.nd-checkbox {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-right: 20px;
}
.nd-checkbox:not(.is-disabled) {
  cursor: pointer;
}
.nd-checkbox:not(.is-disabled) .nd-checkbox__label {
  cursor: pointer;
}
.nd-checkbox.is-disabled {
  opacity: 0.4;
}
.nd-checkbox:hover .nd-checkbox__icon {
  color: #47494e;
}
.nd-checkbox:active .nd-checkbox__icon {
  color: transparent;
}
.nd-checkbox:focus .nd-checkbox__icon {
  color: transparent;
  box-shadow: inset 0 0 0 2px #fff1d0, 0 0 0 2px #fff1d0;
  outline: none;
}
.nd-checkbox.is-checked .nd-checkbox__icon {
  color: #fdb913;
}
.nd-checkbox.is-checked:hover .nd-checkbox__icon {
  color: #fdc742;
}
.nd-checkbox.is-checked:active .nd-checkbox__icon {
  color: #ca940f;
}
.nd-checkbox.is-indeterminate .nd-checkbox__icon {
  color: #fdb913;
}
.nd-checkbox.is-indeterminate:hover .nd-checkbox__icon {
  color: #fdc742;
}
.nd-checkbox.is-indeterminate:active .nd-checkbox__icon {
  color: #ca940f;
}
.nd-checkbox__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  fill: currentColor;
  color: transparent;
}
.nd-checkbox__icon:hover {
  color: #47494e;
}
.nd-checkbox__icon:active {
  color: transparent;
}
.nd-checkbox__icon:focus {
  color: transparent;
  box-shadow: inset 0 0 0 2px #fff1d0, 0 0 0 2px #fff1d0;
  outline: none;
}
.nd-checkbox__label {
  display: inline-flex;
  align-items: center;
  margin-top: 2.5px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #191b22;
}
.nd-checkbox__icon {
  stroke: #47494e;
}
.nd-checkbox.is-disabled {
  pointer-events: none;
}
.cdk-focused.cdk-program-focused .nd-radio__indicator {
  box-shadow: none;
  outline: none;
}
.nd-label {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #47494e;
  display: block;
}
.nd-label--alt {
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
}
.bs-form nd-form-field {
  display: block;
  max-width: 400px;
  min-height: 100px;
}
.bs-search {
  display: flex;
  align-items: flex-end;
}
.bs-search__field {
  margin-right: 20px;
}
.nd-form-field {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 575.98px) {
  .nd-form-field {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .nd-form-field {
    margin-bottom: 0;
  }
}
.nd-form-field--alt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.nd-form-field__wrapper {
  display: inline-block;
}
.nd-form-field__icon-group {
  position: relative;
}
.nd-form-field__icon-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.nd-form-field__icon {
  width: 24px;
  height: 24px;
}
.form-control-wrapper {
  position: relative;
  display: block;
}
.form-control-wrapper.is-hovering .form-control-wrapper__icon:not(.right) {
  color: #191b22;
}
.form-control-wrapper.is-focused .form-control-wrapper__icon:not(.right) {
  color: #a3a4a7;
}
.form-control-wrapper.is-disabled .form-control-wrapper__icon {
  color: #a3a4a7;
}
.form-control-wrapper.success .form-control-wrapper__control, .form-control-wrapper.success .toggle-password__control {
  border-bottom-color: #219653;
}
.form-control-wrapper.success:hover .form-control-wrapper__control, .form-control-wrapper.success:hover .toggle-password__control {
  border-bottom-color: #1a7842;
}
.form-control-wrapper.success:focus .form-control-wrapper__control, .form-control-wrapper.success:focus .toggle-password__control {
  border-bottom-color: #1a7842;
}
.form-control-wrapper.success:disabled .form-control-wrapper__control, .form-control-wrapper.success:disabled .toggle-password__control {
  border-bottom-color: #f2fff7;
}
.form-control-wrapper.error .form-control-wrapper__control, .form-control-wrapper.error .toggle-password__control {
  border-bottom-color: #ef424c;
}
.form-control-wrapper.error:hover .form-control-wrapper__control, .form-control-wrapper.error:hover .toggle-password__control {
  border-bottom-color: #bf353d;
}
.form-control-wrapper.error:focus .form-control-wrapper__control, .form-control-wrapper.error:focus .toggle-password__control {
  border-bottom-color: #bf353d;
}
.form-control-wrapper.error:disabled .form-control-wrapper__control, .form-control-wrapper.error:disabled .toggle-password__control {
  border-bottom-color: #fff6f6;
}
.form-control-wrapper.warn .form-control-wrapper__control, .form-control-wrapper.warn .toggle-password__control {
  border-bottom-color: #f3ac13;
}
.form-control-wrapper.warn:hover .form-control-wrapper__control, .form-control-wrapper.warn:hover .toggle-password__control {
  border-bottom-color: #c28a0f;
}
.form-control-wrapper.warn:focus .form-control-wrapper__control, .form-control-wrapper.warn:focus .toggle-password__control {
  border-bottom-color: #c28a0f;
}
.form-control-wrapper.warn:disabled .form-control-wrapper__control, .form-control-wrapper.warn:disabled .toggle-password__control {
  border-bottom-color: #fffcf5;
}
.form-control-wrapper.info .form-control-wrapper__control, .form-control-wrapper.info .toggle-password__control {
  border-bottom-color: #285bd4;
}
.form-control-wrapper.info:hover .form-control-wrapper__control, .form-control-wrapper.info:hover .toggle-password__control {
  border-bottom-color: #2049aa;
}
.form-control-wrapper.info:focus .form-control-wrapper__control, .form-control-wrapper.info:focus .toggle-password__control {
  border-bottom-color: #2049aa;
}
.form-control-wrapper.info:disabled .form-control-wrapper__control, .form-control-wrapper.info:disabled .toggle-password__control {
  border-bottom-color: #f5f8ff;
}
.form-control-wrapper__icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 1;
  color: #47494e;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .form-control-wrapper__icon {
    margin-left: 0;
  }
}
.form-control-wrapper__icon:not(a):not(button) {
  pointer-events: none;
}
.form-control-wrapper__icon--toggle {
  color: #231f20;
}
.form-control-wrapper__icon.right {
  right: 12px;
  left: auto;
  color: #231f20;
}
.form-control-wrapper__icon.right ~ .form-control-wrapper__control, .form-control-wrapper__icon.right ~ .toggle-password__control {
  padding-right: calc((var(--icon-size, 24px) + 20px));
  padding-left: 12px;
}
.form-control-wrapper__icon.left ~ .form-control-wrapper__control, .form-control-wrapper__icon.left ~ .toggle-password__control {
  padding-left: calc((var(--icon-size, 24px) + 20px));
}
.form-control-wrapper.selected > .form-control-wrapper__control, .form-control-wrapper.selected > .toggle-password__control {
  background-color: #fafafa;
}
.otp-field {
  display: flex;
}
@media (max-width: 575.98px) {
  .otp-field {
    justify-content: space-between;
  }
}
.otp-field__input {
  width: 48px;
  height: 48px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 767.98px) {
  .otp-field__input {
    width: clamp(35px, 10vw, 48px);
    height: clamp(35px, 10vw, 48px);
  }
}
.otp-field__button {
  height: 48px;
  width: 48px;
  margin-left: 4px;
  padding: 10px;
}
.otp__form {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.otp__icon {
  margin-right: 8px;
  color: #fdb913;
}
.otp__counter-section {
  pointer-events: none;
}
.otp__counter {
  font-size: 16px;
  line-height: 24px;
}
.otp__button-group {
  margin-bottom: 16px;
}
.search {
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.search--narrow {
  max-width: 268px;
}
.form-field-seperator {
  height: 12px;
}
.input-value-readonly {
  border-width: 0;
}
.input-value-readonly.select {
  border-width: 0;
}
.input-value-readonly:hover, .input-value-readonly:focus, .input-value-readonly:active {
  border-width: 0;
}
.nd-message {
  display: inline-flex;
  flex-wrap: nowrap;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  text-align: left;
  min-height: 24px;
  color: #47494e;
}
.nd-message--error {
  color: #ef424c;
}
.nd-message--warn {
  color: #f3ac13;
}
.nd-message--success {
  color: #219653;
}
.nd-message--info {
  color: #285bd4;
}
@media (min-width: 768px) {
  .nd-message {
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 0;
  }
}
.nd-message--error {
  -webkit-animation: slide-down 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          animation: slide-down 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.nd-message--ellipsis {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nd-message--line-break {
  flex-direction: column;
  flex-wrap: wrap;
}
.nd-message__content {
  flex-grow: 1;
}
.nd-message__content:not(:last-child) {
  margin-right: 4px;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.h1 {
  font-size: 36px;
  line-height: 1.33;
  color: var(--h1-color);
  font-family: var(--h1-family);
  font-weight: var(--h1-weight);
}
.h2 {
  font-size: 32px;
  line-height: 1.25;
  color: var(--h2-color);
  font-family: var(--h2-family);
  font-weight: var(--h2-weight);
}
.h3 {
  font-size: 30px;
  line-height: 1.33;
  color: var(--h3-color);
  font-family: var(--h3-family);
  font-weight: var(--h3-weight);
}
.h4 {
  font-size: 26px;
  line-height: 1.23;
  color: var(--h4-color);
  font-family: var(--h4-family);
  font-weight: var(--h4-weight);
}
.h5 {
  font-size: 22px;
  line-height: 1.45;
  color: var(--h5-color);
  font-family: var(--h5-family);
  font-weight: var(--h5-weight);
}
.h6 {
  font-size: 18px;
  line-height: 1.33;
  color: var(--h6-color);
  font-family: var(--h6-family);
  font-weight: var(--h6-weight);
}
.subtitles {
  font-size: 13px;
  line-height: 1;
  color: var(--subtitles-color);
  font-family: var(--subtitles-family);
  font-weight: var(--subtitles-weight);
}
.text {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  font-family: var(--text-family);
  font-weight: var(--text-weight);
}
.text-lg {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-lg-color);
  font-family: var(--text-lg-family);
  font-weight: var(--text-lg-weight);
}
.text-sm {
  font-size: 12px;
  line-height: 18px;
  color: var(--text-sm-color);
  font-family: var(--text-sm-family);
  font-weight: var(--text-sm-weight);
}
.text-xs {
  font-size: 10px;
  line-height: 16px;
  color: var(--text-xs-color);
  font-family: var(--text-xs-family);
  font-weight: var(--text-xs-weight);
}
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #dee2e6;
  /* .bs-datepicker-body table */
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  position: relative;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -2px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
  background: none;
  right: 0;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #dee2e6;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #dee2e6;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #fdb913;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #fdb913;
}
.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #fdb913;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #fdb913;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #fdb913;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.bs-datepicker-container {
  padding: 0;
}
.bs-datepicker {
  border-radius: 3px;
  border: solid 1px #dbdcdf;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
}
.theme-default .bs-datepicker-head {
  background-color: transparent;
}
.bs-datepicker-head bs-datepicker-navigation-view {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-datepicker-head .current {
  transition: none;
  border-radius: 3px;
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
}
.bs-datepicker-head .current:hover, .bs-datepicker-head .current:focus, .bs-datepicker-head .current:active {
  background-color: #fdb913;
  color: #ffffff;
  border-radius: 3px;
}
.bs-datepicker-head .current:nth-child(3) {
  color: #fdb913;
}
.bs-datepicker-head .current:nth-child(3):hover {
  color: #ffffff;
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  width: 42px;
  height: 42px;
  font-size: 14px;
  line-height: 20px;
  color: #47494e;
  border-radius: 3px;
}
.bs-datepicker-head button.next:hover, .bs-datepicker-head button.next:focus, .bs-datepicker-head button.next:active,
.bs-datepicker-head button.previous:hover,
.bs-datepicker-head button.previous:focus,
.bs-datepicker-head button.previous:active {
  background-color: #e8e8e9;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 0;
}
.bs-datepicker-head .previous {
  background: url('chevron-left-fill.72193ad314e23cada798.svg') center no-repeat;
}
.bs-datepicker-head .next {
  background: url('chevron-right-fill.2d1523a88bb61edd299e.svg') center no-repeat;
}
.bs-datepicker-body {
  border: none;
}
.bs-datepicker-body table.days span {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #fff1d0;
  top: 0;
  bottom: 0;
}
.bs-datepicker-body table td span[class*=select-] {
  border-radius: 3px;
}
.bs-datepicker-body table td span[class*=select-].select-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bs-datepicker-body table td span[class*=select-].select-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bs-datepicker-body table.days td.is-highlighted span.selected,
.bs-datepicker-body table.weeks td.is-highlighted span.selected,
.bs-datepicker-body table.years td.is-highlighted span.selected,
.bs-datepicker-body table.months td.is-highlighted span.selected {
  color: #191b22;
}
.bs-datepicker-body table.days td span,
.bs-datepicker-body table.weeks td span,
.bs-datepicker-body table.years td span,
.bs-datepicker-body table.months td span {
  color: #191b22;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-datepicker-body table.days td span.selected,
.bs-datepicker-body table.weeks td span.selected,
.bs-datepicker-body table.years td span.selected,
.bs-datepicker-body table.months td span.selected {
  color: #ffffff;
}
.bs-datepicker-body table.days td span.disabled,
.bs-datepicker-body table.weeks td span.disabled,
.bs-datepicker-body table.years td span.disabled,
.bs-datepicker-body table.months td span.disabled {
  opacity: 0.5;
}
.bs-datepicker-predefined-btns .btn.selected {
  background-color: #fdb913;
}
table.days tbody:before,
table.weeks tbody:before {
  content: "@";
  display: block;
  line-height: 16px;
  text-indent: -99999px;
}
table.days th,
table.weeks th,
table.years th,
table.months th {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
}
table.days th:last-child,
table.weeks th:last-child,
table.years th:last-child,
table.months th:last-child {
  color: #ef424c;
}
table.days td span.is-highlighted:not(.disabled):not(.selected), table.days td.is-highlighted:not(.disabled):not(.selected) span,
table.weeks td span.is-highlighted:not(.disabled):not(.selected),
table.weeks td.is-highlighted:not(.disabled):not(.selected) span,
table.years td span.is-highlighted:not(.disabled):not(.selected),
table.years td.is-highlighted:not(.disabled):not(.selected) span,
table.months td span.is-highlighted:not(.disabled):not(.selected),
table.months td.is-highlighted:not(.disabled):not(.selected) span {
  background-color: #fff1d0;
}
table.days td span[class*=select-],
table.weeks td span[class*=select-],
table.years td span[class*=select-],
table.months td span[class*=select-] {
  background-color: #fdb913;
  color: #ffffff;
}
table.years td span {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.bs-datepicker-custom-range {
  background-color: #fafafa;
  min-width: 182px;
}
.bs-datepicker-predefined-btns .btn,
.bs-datepicker-predefined-btns .btn.selected {
  background: transparent;
}
.bs-datepicker-predefined-btns .btn {
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
}
.bs-datepicker-predefined-btns .btn:hover, .bs-datepicker-predefined-btns .btn:active {
  background-color: transparent;
  color: #fdb913;
}
.bs-datepicker-predefined-btns .btn.selected {
  background: url("/assets/date-picker/check-normal-line.svg") no-repeat right center;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: url('chevron-right-fill.2d1523a88bb61edd299e.svg') center no-repeat;
  opacity: 0.3;
}
.timepicker {
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
}
.timepicker__slots {
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
}
.timepicker__input {
  padding-right: 12px;
  padding-left: 12px;
}
.timepicker__buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.timepicker__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  background-color: transparent;
  color: #757689;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1;
}
.datepicker {
  display: flex;
}
.datepicker__slots {
  flex: 0 0 80px;
  width: 100%;
  margin-right: 8px;
}
.datepicker__slots--alignment {
  align-self: flex-end;
}
.datepicker__select.select {
  height: 48px;
}
.datepicker__label-hidden {
  visibility: hidden;
  white-space: nowrap;
}
.generated-date__text {
  color: #191b22;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
.aspect-ratio-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc((1 / var(--aspect-ratio, 1)) * 100%);
  overflow: hidden;
  display: block;
}
.aspect-ratio-box__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio-box__media--contain-fit {
  -o-object-fit: contain;
     object-fit: contain;
}
.card {
  display: block;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
}
.card__body {
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
}
.card__body--secondary {
  padding-top: 0;
  padding-bottom: 24px;
}
.card__body--align-left {
  text-align: left;
}
@media (max-width: 767.98px) {
  .card__body {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.heading {
  color: #191b22;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .heading {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .heading {
    font-size: 22px;
    line-height: 1.45;
  }
}
.is-loading .heading__title {
  width: 120px;
  height: 24px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .heading__icon {
  color: transparent;
}
.is-loading .heading__nav-list .icon {
  color: transparent;
}
.heading--secondary {
  justify-content: flex-start;
}
.heading--alternate {
  margin-top: 4px;
}
.heading--spacing {
  margin-top: 0;
  margin-bottom: 17px;
}
.heading--tertiary {
  margin-top: 0;
  margin-bottom: 6px;
}
.heading--gap {
  margin-top: 22px;
  margin-bottom: 0;
}
.heading--bottom-gap {
  margin-top: 0;
  margin-bottom: 12px;
}
.heading--adjustment {
  display: block;
  text-align: center;
}
.heading--spacing-sm {
  margin-bottom: 6px;
}
.heading--align-center {
  justify-content: center;
}
.heading__box {
  width: 36px;
  margin-right: 6px;
  color: #fdb913;
}
.heading__media {
  -o-object-fit: contain;
     object-fit: contain;
}
.heading__emphasized {
  color: #fdb913;
}
.heading__link {
  width: auto;
}
.heading__link--secondary {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fdb913;
  padding: 0;
}
.heading__link--secondary:hover, .heading__link--secondary:focus, .heading__link--secondary:active {
  background: none;
  color: #fdb913;
}
.heading__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.heading__title--secondary {
  display: flex;
  align-items: center;
}
.heading__title--medium {
  font-size: 22px;
  line-height: 1.45;
}
.heading__title--small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.heading__title--light {
  color: #ffffff;
}
.heading__icon, .heading__symbol {
  margin-right: 6px;
  min-width: 20px;
}
.heading__icon {
  color: #47494e;
}
.heading__icon--alt {
  margin-right: 0;
}
.heading__icon--shade {
  color: #ca940f;
}
.heading__icon--text-space {
  margin-right: 12px;
}
.heading__symbol--shade {
  color: #ca940f;
}
.heading__symbol--shade {
  color: #ca940f;
}
.heading__symbol--shade {
  color: #ca940f;
}
.heading__nav {
  margin-top: -12px;
}
.heading__nav--alt {
  margin-top: 0;
}
.heading__nav-list, .heading__nav-item {
  margin-right: 2px;
  margin-left: 2px;
}
.heading__nav-list--alt {
  margin-top: 0;
}
.heading__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #191b22;
  background-color: #ffffff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.08);
}
.card-link__icon {
  margin-bottom: 12px;
  --icon-size: 24px;
}
@media (min-width: 992px) {
  .card-link__icon {
    --icon-size: 32px;
  }
}
.badge {
  text-transform: uppercase;
  border-radius: 2px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1rem;
  color: #ffffff;
  background-color: #a3a4a7;
}
.badge--active {
  background-color: #fdb913;
}
.badge--success {
  background-color: #219653;
}
.badge--warning {
  background-color: #f3ac13;
}
.badge--error {
  background-color: #ef424c;
}
.badge--info {
  background-color: #285bd4;
}
.badge--inactive {
  background-color: #547497;
}
.badge--requested {
  background-color: #6a5287;
}
.badge--primary {
  background-color: #55aa00;
}
.badge--success-dark {
  background-color: #008996;
}
.badge--disabled {
  opacity: 0.4;
}
.badge--under-review {
  background-color: #fadea1;
}
.badge--approval-pending {
  background-color: #231f20;
}
.badge--verification-pending {
  background-color: #babbc4;
}
.badge--filed {
  background-color: #a9bdee;
}
.badge--variant-1 {
  background-color: #abaef7;
}
.badge--variant-2 {
  background-color: #d789d7;
}
.badge--variant-3 {
  background-color: #9bd3cb;
}
.badge--variant-4 {
  background-color: #f6a24e;
}
.badge--variant-5 {
  background-color: #f67280;
}
.badge--variant-6 {
  background-color: #2d7f9d;
}
.badge--variant-7 {
  background-color: #d698e6;
}
.badge--variant-8 {
  background-color: #129a7d;
}
.badge--variant-9 {
  background-color: #ed8e63;
}
.badge--variant-10 {
  background-color: #a01b49;
}
.badge--variant-11 {
  background-color: #dc828f;
}
.badge--variant-12 {
  background-color: #8da47e;
}
.badge--position {
  position: absolute;
  top: 7px;
  right: -6px;
}
.badge-wrapper {
  position: relative;
}
.badge-wrapper :first-child {
  margin-right: 4px;
}
.badge-wrapper__title {
  position: absolute;
  right: -5px;
  top: 15px;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  text-transform: uppercase;
}
.badge-wrapper__title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  height: 4px;
  width: 4px;
  transform: rotate(90deg);
  background: inherit;
  border-top-right-radius: 5px;
}
.strength-bar {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .strength-bar {
    padding: 0;
  }
}
.strength-bar.weak .strength-bar__bar::before {
  right: 66%;
  background-color: #ef424c;
}
.strength-bar.medium .strength-bar__bar::before {
  right: 33%;
  background-color: #f3ac13;
}
.strength-bar.strong .strength-bar__bar::before {
  right: 1px;
  background-color: #219653;
}
.strength-bar__bar {
  border-radius: 4px;
  border: 1px solid #dadce0;
  background-color: #f9f9f9;
  height: 7px;
  margin-top: 2px;
  position: relative;
}
.strength-bar__bar::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: 3px;
  border-radius: 3px;
}
.strength-bar__caption {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 18px;
}
.avatar {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.375rem;
  line-height: 1;
  color: #ffffff;
  background-color: #f3ac13;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.is-loading .avatar {
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.avatar--small {
  font-size: 18px;
  line-height: 1.33;
  width: 36px;
  height: 36px;
}
.avatar--large {
  font-size: 26px;
  line-height: 1.23;
  width: 64px;
  height: 64px;
}
.avatar--extra-large {
  font-size: 36px;
  line-height: 1.33;
  width: 96px;
  height: 96px;
}
.avatar--secondary {
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.12);
}
.avatar--variant-1 {
  background-color: #abaef7;
}
.avatar--variant-2 {
  background-color: #d789d7;
}
.avatar--variant-3 {
  background-color: #9bd3cb;
}
.avatar--variant-4 {
  background-color: #f6a24e;
}
.avatar--variant-5 {
  background-color: #f67280;
}
.avatar--variant-6 {
  background-color: #2d7f9d;
}
.avatar--variant-7 {
  background-color: #d698e6;
}
.avatar--variant-8 {
  background-color: #129a7d;
}
.avatar--variant-9 {
  background-color: #ed8e63;
}
.avatar--variant-10 {
  background-color: #a01b49;
}
.avatar--variant-11 {
  background-color: #dc828f;
}
.avatar--variant-12 {
  background-color: #8da47e;
}
.progress {
  overflow: hidden;
  border-radius: 2px;
  height: 3px;
  background-color: #dbdcdf;
}
.progress__bar {
  height: 100%;
  color: #ffffff;
  background-color: #f3ac13;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 18px;
}
.progress__bar--error {
  background-color: #ef424c;
}
.progress__bar--success {
  background-color: #219653;
}
.progress-bar {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  height: 3px;
  background-color: #fafafa;
}
.progress-bar.error .progress-bar__bar {
  background-color: #ef424c;
}
.progress-bar.success .progress-bar__bar {
  background-color: #219653;
}
.progress-bar__bar {
  height: 100%;
  color: #ffffff;
  background-color: #f3ac13;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 18px;
}
.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px;
  width: 128px;
  height: 128px;
  background-color: rgba(243, 172, 19, 0.32);
}
.is-loading .icon-box {
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.icon-box--small {
  width: 64px;
  height: 64px;
}
.icon-box__icon {
  max-width: 100%;
  height: auto;
}
.qr-scanner {
  position: relative;
  margin: auto;
  text-align: center;
  max-width: 400px;
  max-height: 400px;
  padding: 34px;
}
.qr-scanner:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-top: 1px solid #e8e8e9;
  border-right: 1px solid #e8e8e9;
}
.qr-scanner:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-top: 1px solid #e8e8e9;
  border-left: 1px solid #e8e8e9;
}
.qr-scanner__main:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-bottom: 1px solid #e8e8e9;
  border-left: 1px solid #e8e8e9;
}
.qr-scanner__main:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-bottom: 1px solid #e8e8e9;
  border-right: 1px solid #e8e8e9;
}
.qr-scanner__object {
  max-width: 100%;
}
.qr-scanner__title {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #191b22;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
}
.ps {
  position: relative;
}
.ps__thumb-y {
  width: 4px;
  border-radius: 2px;
  background-color: #231f20;
  right: 0;
}
.ps--active-y {
  padding-right: 4px;
}
.ps--active-y > .ps__rail-y {
  left: auto;
  width: 4px;
  border-radius: 2px;
  background-color: #e8e8e9;
}
.ps__rail-x, .ps__rail-y {
  opacity: 1;
}
.ps__rail-y:hover .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 4px;
  border-radius: 2px;
  background-color: #231f20;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.scrollbar-box {
  position: relative;
  display: block;
  word-break: break-word;
}
.scrollbar-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 62%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.scrollbar-box.masking::after {
  opacity: 1;
}
.nd-button-loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
.nd-button-loader--outline {
  border-color: #fee3a1;
  border-top-color: #fdb913;
}
.nd-button-loader--outline {
  border-color: #fee3a1;
  border-top-color: #fdb913;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.text-highlight {
  text-transform: uppercase;
  border: 2px dashed #fed571;
  border-radius: 3px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fdb913;
  background-color: #fff1d0;
}
.image-container__media {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.is-loading .image-container {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.action-button {
  padding-bottom: 24px;
}
.action-button:hover .reward-points__title {
  background-color: transparent;
}
.action-button__title {
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: rgba(25, 27, 34, 0.24);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #ffffff;
}
.action-button__icon {
  margin-right: 4px;
}
.credit-score {
  display: block;
  width: 100%;
}
.is-loading .credit-score__heading {
  width: 100px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .credit-score__value {
  width: 110px;
  height: 60px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .credit-score__description {
  width: 110px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.credit-score__wrapper {
  display: flex;
  justify-content: space-between;
}
.credit-score__wrapper--secondary {
  flex-direction: column;
  align-items: center;
}
.credit-score__content {
  flex: 0 0 calc(100% - 110px);
  max-width: calc(100% - 110px);
  padding-right: 10px;
}
.credit-score__heading {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.credit-score__value {
  color: #191b22;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.credit-score__points {
  margin-bottom: 8px;
}
.credit-score__indicator {
  background-color: #e8e8e9;
  display: inline-block;
  vertical-align: middle;
}
.credit-score__indicator--positive {
  background-color: #eef7e6;
  color: #55aa00;
}
.credit-score__indicator--negative {
  background-color: #f4d0d0;
  color: #ca3435;
}
.credit-score__graph {
  flex: 0 0 110px;
  max-width: 110px;
  height: 55px;
  margin-top: 18px;
}
.credit-score__graph--secondary {
  flex-basis: 112px;
  max-width: 224px;
  height: 112px;
  margin-top: 0;
  width: 100%;
}
.credit-score__subtitle {
  font-size: 12px;
  line-height: 18px;
  color: #5e5f64;
  margin-bottom: 20px;
}
.credit-score__subtitle--spacing {
  margin-bottom: 4px;
}
.credit-score__badge {
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
  padding: 6px 8px;
  border-radius: 3px;
  background-color: #a3a4a7;
  margin-top: 30px;
  margin-bottom: 0;
}
.credit-score__badge--positive {
  background-color: #eef7e6;
}
.credit-score__badge--negative {
  background-color: #f4d0d0;
}
.credit-score__bold {
  font-weight: 700;
}
.credit-score__text-xs {
  font-size: 10px;
  line-height: 16px;
  color: #191b22;
  margin-bottom: 0;
}
.credit-score__description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.gauge-chart {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.gauge-chart__donut {
  --percentage: 0;
  --fill: #006400;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.gauge-chart__donut:after {
  content: "";
  width: 100%;
  height: 200%;
  border: 15px solid;
  border-color: #e8e8e9 #e8e8e9 var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  -webkit-animation: fillAnimation 1s ease-in;
          animation: fillAnimation 1s ease-in;
}
.gauge-chart__index {
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  color: #191b22;
  bottom: -20px;
}
.gauge-chart__index--left {
  left: 0;
}
.gauge-chart__index--right {
  right: 0;
}
.gauge-chart__left-index {
  position: absolute;
  left: 0;
}
.gauge-chart__right-index {
  position: absolute;
  right: 0;
}
.gauge-chart__value {
  font-size: 54px;
  color: #191b22;
  line-height: 1.125;
}
@-webkit-keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
}
@keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
}
.cross-border {
  padding: 24px;
  border-radius: 3px;
  background-color: #ffffff;
}
.cross-border__img-wrapper {
  height: 64px;
  width: 64px;
  background-color: #fdb913;
  border-radius: 6px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  padding: 8px;
}
.cross-border__icon {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cross-border__button {
  position: absolute;
  right: 24px;
  top: 14px;
}
.cross-border__button-group {
  justify-content: flex-start;
  margin-top: 12px;
}
.cross-border__consent_button {
  position: absolute;
  right: 24px;
  top: 32px;
}
.tooltip {
  width: 230px;
  background-color: #191b22;
  border-radius: 2px;
  border: 1px solid #191b22;
  margin: 45px 0 0 -225px;
  padding: 8px 18px 8px 8px;
  position: absolute;
  display: inline-block;
}
.tooltip__heading {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.tooltip__description {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 16px;
}
.tooltip__icon-wrapper {
  height: 32px;
  width: 32px;
  background-color: #fdb913;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 6px;
}
.tooltip__icon {
  height: 20px;
  width: 20px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.tooltip:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 94%;
  transform: translateX(-50%) rotate(-180deg);
  border-width: 7px 5.5px 0;
  border-style: solid;
  border-color: #191b22 transparent transparent transparent;
}
.filteration {
  margin-top: 26px;
  margin-bottom: 26px;
  color: #191b22;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
}
.filteration__muted-icon {
  color: #47494e;
  margin-left: 4px;
}
.filteration__pill-button {
  display: inline-block;
  margin-left: 8px;
}
.filteration__icon {
  margin-left: 8px;
}
.filteration__date-filter {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}
.filteration__segment {
  margin-top: 18px;
}
.filteration__button {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.table {
  width: 100%;
}
.is-loading .table__title {
  width: 120px;
  height: 16px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .table-section__main {
  max-width: 120px;
  width: 120px;
  height: 16px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .table__icon {
  margin-top: 2px;
  width: 60px;
  height: 16px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
.table__form {
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 28px;
}
.table__form-field {
  flex: 1;
  margin-right: 16px;
}
.table__content {
  width: 100%;
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.table__tr {
  border-left: 2px solid transparent;
}
.table__tr:hover {
  background-color: #fafafa;
  border-left: 2px solid #fff1d0;
}
.table__tr:active, .table__tr:focus {
  background-color: #fff1d0;
  border-left: 2px solid #fdb913;
}
.table__tr:not(.table__tr--no-border):not(.table__tr--secondary):not(:last-child), .table__tr--border {
  border-bottom: 1px solid #dbdcdf;
}
.table__tr--secondary:hover, .table__tr--secondary:active, .table__tr--secondary:focus {
  background-color: transparent;
  border-left: 2px solid transparent;
}
.table__tr--tertiary {
  border-left: none;
}
.table__separator {
  border-bottom: 1px solid #dbdcdf;
}
.table__td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.table__td--secondary {
  font-family: "Helvetica Neue", sans-serif;
}
.table__td--disabled {
  opacity: 0.4;
}
.table__td--large {
  width: 50%;
  text-align: left;
}
.table__td--text-right {
  text-align: right;
}
.table__td--wrapper {
  display: flex;
  align-items: center;
  text-align: left;
}
.table__td--spacing {
  padding-left: 12px;
  padding-right: 12px;
}
.table__strong {
  font-size: 18px;
  line-height: 1.33;
  font-family: "Helvetica Neue", sans-serif;
}
.table__medium {
  font-size: 14px;
  line-height: 20px;
}
.table__title {
  display: block;
  color: #191b22;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
}
.table__title--error {
  color: #ef424c;
}
.table__title--success {
  color: #219653;
}
.table__title--small {
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
  display: inline-block;
}
.table__title--medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
  display: inline-block;
}
.table__title--spacing {
  margin-left: 4px;
}
.table__subtitles {
  font-size: 10px;
  line-height: 16px;
  color: #47494e;
}
.table__icon {
  margin-right: 6px;
}
.table__pagination {
  border-top: 1px solid #dbdcdf;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.table__figure {
  margin: 0;
}
.table__content-wrapper {
  padding-left: 16px;
}
.table-header__tr {
  border-bottom: 1px solid #dbdcdf;
}
.table-header__tr--secondary {
  border-bottom: none;
}
.table-header__th {
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #47494e;
}
.table-header__th--text-right {
  text-align: right;
}
.table-header__td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 400;
}
.table-header__td--right-aligned {
  text-align: right;
}
.table-header__title {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
}
.table-header__title--small {
  font-size: 12px;
  line-height: 18px;
}
.table-header__sub-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #47494e;
}
.table-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.table-section__main {
  flex-grow: 1;
}
.table-section__auxiliary {
  flex-shrink: 0;
  margin-left: 6px;
  margin-right: -6px;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.dropdown-container {
  min-width: 220px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.dropdown-container.down .dropdown::before, .dropdown-container.down .dropdown::after {
  top: auto;
  bottom: -9px;
  transform-origin: bottom;
  transform: translateY(0) rotate(180deg);
}
.dropdown {
  width: 100%;
  position: relative;
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border: 1px solid #b6b9c0;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
}
.dropdown--md {
  width: 300px;
  margin-right: 25px;
}
.dropdown--lg {
  max-width: 356px;
}
.dropdown--xl {
  max-width: 460px;
  max-height: 552px;
}
.dropdown::before, .dropdown::after {
  content: "";
  border-style: solid;
  border-width: 8px;
  width: 0;
  height: 0;
  position: absolute;
  top: 1px;
  right: 8px;
  transform: translateY(-100%);
}
.dropdown::after {
  border-color: transparent transparent #ffffff;
}
.dropdown::before {
  border-color: transparent transparent #b6b9c0;
  top: -1px;
}
.dropdown__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  position: relative;
}
.dropdown__item {
  width: 100%;
  font-weight: 700;
  border-radius: 0;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  justify-content: flex-start;
}
.dropdown__item--active {
  color: #fdb913;
}
.dropdown__separator {
  display: block;
  background-color: #c8cad0;
  margin-left: -10px;
  margin-right: -10px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 14px;
}
.dropdown__right-icon {
  margin-left: 6px;
}
.dropdown__icon-container {
  display: block;
  width: 24px;
}
.dropdown__icon {
  margin-right: 6px;
}
.dropdown__icon--sm {
  width: var(--icon-size, 20px);
}
.mega-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(253, 185, 19, 0.95);
  opacity: 1;
  background-image: linear-gradient(154deg, rgba(253, 185, 19, 0.9) 14%, rgba(202, 148, 15, 0.9) 81%), url(/assets/bg-images/mega-menu-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .mega-menu {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .mega-menu {
    max-width: 1360px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1440px) {
  .mega-menu {
    max-width: 1920px;
  }
}
.mega-menu__link {
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
}
.mega-menu__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.button-group {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.button-group--secondary {
  margin-top: 0;
}
.button-group--tertiary {
  margin-top: 16px;
}
.button-group--extended {
  margin-top: 6px;
}
@media (min-width: 576px) {
  .button-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: unset;
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media (min-width: 768px) {
  .button-group--align-start {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .button-group--align-end {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .button-group__button {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.batch-button {
  display: inline-flex;
  border: 1px solid #b6b9c0;
  border-radius: 3px;
}
.batch-button__btn {
  min-width: 120px;
  border: 0px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 12px;
  line-height: 18px;
  background-color: transparent;
}
.batch-button__btn:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.batch-button__btn:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.batch-button__btn:not(:last-child) {
  border-right: 1px solid #b6b9c0;
}
.batch-button__btn.active {
  background-color: #fdb913;
  color: #ffffff;
}
.batch-button__btn:focus, .batch-button__btn:active {
  outline: none;
}
.is-floating {
  padding: 0;
}
.alert {
  display: flex;
  padding-left: 24px;
  border-left-width: 5px;
  border-top: 1px solid #47494e;
  border-right: 1px solid #47494e;
  border-bottom: 1px solid #47494e;
  border-left: 4px solid #47494e;
  border-radius: 3px;
  padding: 12px;
  color: #191b22;
  background-color: #ffffff;
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.08);
}
.alert.success {
  border-color: #219653;
  background-color: #f2fff7;
}
.alert.success .alert__icon {
  color: #219653;
}
.alert.error {
  border-color: #ef424c;
  background-color: #fff6f6;
}
.alert.error .alert__icon {
  color: #ef424c;
}
.alert.warn {
  border-color: #f3ac13;
  background-color: #fffcf5;
}
.alert.warn .alert__icon {
  color: #f3ac13;
}
.alert.info {
  border-color: #285bd4;
  background-color: #f5f8ff;
}
.alert.info .alert__icon {
  color: #18377f;
}
.alert__icon-container {
  flex-shrink: 0;
}
.alert__close-button {
  flex-shrink: 0;
}
.alert__content {
  flex-grow: 1;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}
.alert__title {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.alert__message {
  font-size: 14px;
  line-height: 20px;
}
.cdk-overlay-container .mat-snack-bar-container {
  max-width: 640px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  padding: 0;
}
.user-profile {
  display: flex;
}
.is-loading .user-profile__main {
  margin-bottom: 6px;
  width: 160px;
  height: 14px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .user-profile__text {
  margin-bottom: 4px;
  width: 80px;
  height: 12px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .badge,
.is-loading .icon {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.user-profile__item {
  margin-left: 12px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  word-break: break-word;
}
.user-profile__badge {
  margin-left: 10px;
}
.user-profile__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
  display: flex;
  align-items: center;
}
.user-profile__text:not(:last-child) {
  margin-right: 16px;
}
.user-profile__text--md {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
}
.user-profile__text--lg {
  color: #191b22;
  font-size: 18px;
  line-height: 1.33;
  font-family: "Helvetica Neue", sans-serif;
}
.user-profile__text--bottom-spacing {
  margin-bottom: 6px;
}
.user-profile__main {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #191b22;
}
.user-profile__name {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.user-profile__heading {
  color: #191b22;
  font-size: 18px;
  line-height: 1.33;
  font-family: "Helvetica Neue", sans-serif;
}
.user-profile__avatar {
  position: relative;
  align-self: flex-start;
  border-width: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
}
.user-profile__avatar:hover .user-profile__overlay, .user-profile__avatar:focus .user-profile__overlay, .user-profile__avatar:active .user-profile__overlay {
  display: flex;
}
.user-profile__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-radius: 50%;
  padding: 10px;
  background: rgba(25, 27, 34, 0.4);
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.user-profile__overlay--no-border {
  border: none;
}
.user-profile__overlay-icon {
  margin-bottom: 4px;
}
.user-profile__icon {
  color: #47494e;
  margin-right: 6px;
  align-self: normal;
  margin-top: 1px;
}
.user-profile__icon--primary {
  margin-left: 6px;
}
.user-profile__icon--warning {
  color: #f3ac13;
}
.user-profile__figure {
  --aspect-ratio: (96/64);
  min-width: 80px;
  color: #fdb913;
}
.user-profile__media {
  -o-object-fit: contain;
     object-fit: contain;
}
.user-profile__segment {
  display: flex;
  flex-wrap: wrap;
}
.user-profile-wrapper {
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  display: block;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  background-color: transparent;
}
.user-profile-wrapper:hover {
  background-color: #fafafa;
}
.user-profile-wrapper:active, .user-profile-wrapper:focus {
  background-color: #fff1d0;
}
.user-profile-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #dbdcdf;
}
.user-profile-wrapper:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.user-profile-wrapper:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.my-asba-dashboard {
  display: flex;
}
.my-asba-dashboard__item {
  margin-left: 12px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  word-break: break-word;
}
.my-asba-dashboard-wrapper {
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  display: block;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  background-color: transparent;
}
.my-asba-dashboard-wrapper:hover {
  background-color: #fafafa;
}
.my-asba-dashboard-wrapper:active, .my-asba-dashboard-wrapper:focus {
  background-color: #fff1d0;
}
.my-asba-dashboard-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #dbdcdf;
}
.my-asba-dashboard-wrapper:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.my-asba-dashboard-wrapper:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.my-asba__notice {
  margin-bottom: 12px;
}
.dialog {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .dialog {
    min-width: 420px;
  }
}
.dialog:focus {
  outline: 1px solid #dbdcdf;
}
.dialog__container {
  margin-bottom: 0;
}
.dialog__close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
}
.dialog-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.dialog-header:before {
  content: "";
  flex-basis: 36px;
  max-width: 36px;
  visibility: hidden;
  pointer-events: none;
}
.dialog-header__title {
  margin: auto;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}
.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}
.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}
.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}
.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}
.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}
.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}
.swiper-pagination-green {
  --swiper-pagination-color: #28a745;
}
.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}
.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}
.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container {
  position: relative;
  display: block;
  border-radius: 3px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.swiper-container .swiper-pagination-bullets {
  width: 50%;
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .swiper-wrapper {
    margin-bottom: 0;
  }
}
.swiper-slide {
  background-color: #ffffff;
  height: auto;
}
.swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.swiper-slide--extended {
  padding-bottom: 24px;
}
.swiper-slide__aspect-ratio-box {
  --aspect-ratio: (16/9);
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 576px) {
  .swiper-slide__aspect-ratio-box {
    --aspect-ratio: (8/3);
  }
}
@media (min-width: 1440px) {
  .swiper-slide__aspect-ratio-box {
    min-width: 100%;
  }
}
.swiper-slide__image {
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-bottom: none;
}
.swiper-slide__caption {
  color: #191b22;
  text-align: center;
  box-sizing: border-box;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .swiper-slide__caption {
    text-align: left;
  }
}
.swiper-slide__btn {
  margin-top: 16px;
  padding: 12px 16px;
}
.swiper-slide__title {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 33px;
  position: relative;
}
.swiper-slide__title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 33px;
  height: 5px;
  background-color: #fdc742;
}
.swiper-slide__description {
  color: #47494e;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
}
@media (min-width: 768px) {
  .swiper-slide__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.swiper-slide__link {
  color: #fdb913;
  background: transparent;
  border: none;
  padding: 0;
}
.swiper-container .swiper-pagination {
  position: absolute;
  margin-bottom: 0;
  display: inline-block;
  right: 0;
  padding-right: 24px;
  padding-left: 24px;
  width: auto;
  left: unset;
  display: inline-block;
  left: unset;
  width: auto;
  bottom: 24px;
  display: inline-block;
  left: unset;
  width: auto;
  bottom: 24px;
}
@media (min-width: 768px) {
  .swiper-container .swiper-pagination {
    text-align: right;
  }
}
.swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(35, 31, 32, 0.4);
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 4px;
  transition: 0.2s all ease-in-out;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #231f20;
  width: 16px;
  border-radius: 14px;
}
.swiper-container .swiper-pagination--align-start {
  text-align: left;
}
.swiper-container .swiper-pagination--at-top {
  top: 0;
  bottom: auto;
  padding-left: 0;
  padding-right: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 50%;
  right: 0;
  left: auto;
}
.toggle-password {
  position: relative;
  display: block;
  flex-grow: 1;
}
.overlay-menu-backdrop {
  background-image: linear-gradient(154deg, rgba(253, 185, 19, 0.9) 14%, rgba(202, 148, 15, 0.9) 81%), url(/assets/bg-images/background-login-generic-blur@3x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.overlay-menu {
  flex-direction: column;
  padding-right: 33px;
  padding-left: 33px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .overlay-menu {
    display: none;
  }
}
.overlay-menu__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
}
.overlay-menu__back-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 24px;
  height: 100%;
  color: #ffffff;
}
.overlay-menu__back-btn:hover {
  color: inherit;
}
.brief {
  text-align: center;
}
.brief--text-left {
  text-align: left;
}
.brief--secondary {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.brief__wrapper {
  max-width: 360px;
  height: 226px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.brief__title {
  color: #191b22;
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.brief__title--small {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 6px;
}
.brief__details {
  margin-bottom: 0;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
}
.brief__details--light {
  color: #47494e;
}
.brief__details--alternate {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.brief__details--size {
  max-width: 450px;
  margin: 0 auto;
}
.brief__details--width {
  max-width: 422px;
}
.brief__details--large {
  max-width: 560px;
}
.brief__box {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}
.brief__box--small {
  max-width: 200px;
}
.brief__icon {
  margin-right: 6px;
}
.brief__button {
  margin-top: 18px;
}
.brief__box-dimension {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.notify-links-wrapper {
  position: relative;
}
.notify-links-wrapper__notify {
  width: 20px;
  height: 20px;
  padding: 6px;
  border: solid 2px #ffffff;
  background-color: #ef424c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notify-links-wrapper__notify--success {
  background-color: #80c902;
}
.notify-links-wrapper__notify--secondary {
  transform: translateX(80%);
}
.notify-links-wrapper__text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
}
.notify-links-wrapper__profile-wrapper {
  padding-right: 0;
  padding-left: 16px;
  margin-right: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Helvetica Neue", sans-serif;
}
.notify-links-wrapper__initials {
  margin-left: 12px;
}
.notify-links-wrapper__initials--positions {
  position: relative;
}
.notify-links-wrapper__content {
  text-align: right;
}
.notify-links-wrapper__badge {
  position: absolute;
  top: 20px;
  left: 24px;
  fill: grey;
}
.notify-links-wrapper__badge--success {
  fill: green;
}
.notify-link {
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  border-radius: 3px;
  background-color: rgba(25, 27, 34, 0.24);
  color: #ffffff;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
}
.notify-link--dark {
  background-color: rgba(163, 164, 167, 0.3);
  color: #191b22;
}
.notify-link__icon {
  margin-right: 4px;
}
.card-details {
  background: url('flower.0dac3c9138a5c8402fef.png') -17px 69px no-repeat, linear-gradient(131deg, #0963d5 17%, #0150b3 89%);
  border-radius: 8px;
  min-width: 236px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  color: #ffffff;
  margin-right: 20px;
}
.card-details__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 12px;
}
.card-details__heading {
  margin-bottom: 0;
}
.card-details__icon {
  margin-right: 0;
}
.card-details__acc-details {
  font-size: 10px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.card-details__amt {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 5px;
}
.card-details__icon {
  margin-right: 7px;
}
.card-details__logos-brand-icon {
  margin-right: 6px;
}
.brand {
  flex-shrink: 0;
}
.brand__logo {
  display: inline-block;
}
.brand__img {
  height: 32px;
}
.listing {
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.listing:last-child {
  margin-bottom: 0;
}
.listing--secondary {
  margin-bottom: 24px;
}
.listing__col {
  flex-basis: 50%;
  max-width: 50%;
  color: #191b22;
  word-break: break-word;
}
.listing__col:not(:last-child) {
  margin-right: 6px;
}
.listing__col--secondary {
  flex-basis: inherit;
  max-width: inherit;
}
.listing__col--light {
  color: #47494e;
}
.listing__col--text-right {
  text-align: right;
}
.switch-button__graphic {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  border-radius: 13px;
  background: #a3a4a7;
  border: 1px solid #e8e8e9;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.switch-button__graphic::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  transition: left 0.2s ease-in-out;
}
.switch-button__input:checked + .switch-button__graphic {
  background-color: #fdb913;
  border-color: #fdb913;
}
.switch-button__input:checked + .switch-button__graphic::after {
  left: calc(100% - 23px);
}
.switch-button__input:focus + .switch-button__graphic {
  box-shadow: 0 0 0 2px rgba(170, 173, 177, 0.5);
}
.switch-button__input:focus:checked + .switch-button__graphic {
  box-shadow: 0 0 0 2px rgba(58, 118, 193, 0.5);
}
.switch-button__input:disabled + .switch-button__graphic {
  pointer-events: none;
  opacity: 0.4;
}
.switch-button__input:not(:disabled) + .switch-button__graphic {
  cursor: pointer;
}
.pill-button {
  display: inline-flex;
}
.pill-button__input:focus ~ .pill-button__button {
  background-color: #757689;
  box-shadow: 0 0 0 2px rgba(253, 199, 66, 0.5);
}
.pill-button__input:checked ~ .pill-button__button {
  background-color: #fdb913;
  border-color: #ca940f;
  color: #ffffff;
}
.pill-button__input:disabled ~ .pill-button__button {
  opacity: 0.2;
}
.pill-button__label {
  display: inline-block;
}
.pill-button__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  height: 42px;
  padding: 8px 27px;
  border: 1px solid #a4a7b0;
  border-right-width: 0;
  background-color: #ffffff;
  color: #47494e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.pill-button__button:hover {
  background-color: #ffffff;
}
.pill-button__button:active {
  background-color: #ffffff;
  border-color: #191b22, 500;
}
.pill-button__button.active {
  background-color: #fdb913;
  border-color: #986f0b;
  color: #ffffff;
}
.pill-button__label:first-of-type .pill-button__button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pill-button__label:last-of-type .pill-button__button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}
.cdk-focused.cdk-program-focused .pill-button__button {
  box-shadow: none;
  outline: none;
}
.thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5px;
}
.thumbnail--alignment {
  justify-content: center;
}
.thumbnail__img-item {
  padding: 0 3.5px;
  margin-bottom: 7px;
}
.thumbnail__figure {
  max-width: 112px;
  height: 112px;
  border-radius: 3px;
  border: 1px solid #dbdcdf;
  padding: 3px;
  position: relative;
  margin-bottom: 0;
}
.thumbnail__figure:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
.thumbnail__figure:hover:before {
  opacity: 1;
}
.thumbnail__figure:hover .thumbnail__remove-btn {
  display: block;
}
.thumbnail__figure--secondary, .thumbnail__figure--tertiary {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.thumbnail__figure--secondary:before, .thumbnail__figure--tertiary:before {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.thumbnail__figure--tertiary:before {
  display: none;
}
.thumbnail__figure--small {
  width: 36px;
  height: 36px;
}
.thumbnail__figure--medium {
  width: 64px;
  height: 64px;
}
.thumbnail__img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.thumbnail__img--circle {
  border-radius: 50%;
}
.thumbnail__remove-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  border-radius: 50%;
}
.thumbnail__icon {
  position: absolute;
  top: 20px;
  left: 24px;
}
.thumbnail__icon--secondary {
  top: 45px;
  left: 45px;
}
.contact {
  text-align: center;
  color: #191b22;
}
.contact__segment {
  margin-bottom: 30px;
}
.contact__heading {
  margin-bottom: 18px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.contact__list, .contact__social-media-wrapper {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.contact__list {
  text-align: left;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.contact__list--extent {
  max-width: 460px;
}
.contact__item {
  display: flex;
  align-items: center;
}
.contact__item:not(:last-child) {
  margin-bottom: 16px;
}
.contact__item:hover {
  background-color: #fafafa;
}
.contact__item:hover .contact__clipboard-icon {
  display: block;
  margin-top: -15px;
}
.contact__info {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding: 4px 24px;
  text-align: left;
  white-space: initial;
}
.contact__info:not(:last-child) {
  margin-bottom: 12px;
}
.contact__info:hover {
  background-color: #fafafa;
}
.contact__info:hover .contact__clipboard-icon {
  display: block;
}
.contact__icon-wrapper {
  width: 20px;
  height: 20px;
  color: #47494e;
  align-self: baseline;
  margin-top: 4px;
}
.contact__icon-wrapper--primary {
  color: #fdb913;
}
.contact__content {
  word-break: break-word;
  flex-grow: 1;
  max-width: 330px;
  flex-basis: 330px;
}
.contact__title {
  margin-bottom: 0;
  color: #47494e;
  font-size: 14px;
  line-height: 20px;
}
.contact__text {
  color: #47494e;
  margin-bottom: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.contact__text--large {
  font-size: 16px;
  line-height: 24px;
}
.contact__clipboard-icon {
  display: none;
  margin-left: auto;
  color: #47494e;
}
.contact__icon {
  margin-right: 12px;
  align-self: flex-start;
}
.contact__icon--dimension {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__social-media-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__link {
  width: 52px;
  height: 52px;
  overflow: hidden;
}
.contact__link:not(:last-child) {
  margin-right: 16px;
}
.ngx-gallery-thumbnail {
  border-radius: 3px;
  padding: 3px;
  border: 1px solid #dbdcdf;
  background-clip: content-box;
  position: relative;
}
.ngx-gallery-thumbnail:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
.ngx-gallery-thumbnail:hover:before {
  opacity: 1;
}
.ngx-gallery-icon-content {
  width: 36px;
  height: 36px;
}
.ngx-gallery__prev-icon {
  background: url('arrow-circle-left-outline.20a2c63f64db341dd39c.svg') no-repeat;
}
.ngx-gallery__next-icon {
  background: url('arrow-circle-right-outline.70da685ba8027742d9f3.svg') no-repeat;
}
.ngx-gallery__close-icon {
  background: url('close-circle-outline.0330f146da37983d37fd.svg') no-repeat;
}
.notification {
  min-width: 420px;
}
.notification__header {
  text-align: center;
  border-bottom: 1px solid #dbdcdf;
  padding: 12px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
}
.notification__body {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.notification__item {
  display: flex;
  border-bottom: 1px solid #dbdcdf;
  padding: 16px;
}
.notification__item:last-of-type {
  border-bottom: none;
}
.notification__item--align-center {
  align-items: center;
}
.notification__item--no-spacing {
  padding-bottom: 0;
}
.notification__figure-wrapper {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 32px;
  max-height: 32px;
  max-width: 32px;
  margin-right: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background-color: #fdb913;
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.12);
}
.notification__figure {
  width: 16px;
  height: 16px;
}
.notification__content {
  flex-grow: 1;
  flex-basis: 85%;
  max-width: 100%;
}
.notification__title {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
  color: #191b22;
}
.notification__description {
  margin-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5e5f64;
}
.notification__description--secondary {
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}
.notification__image-box {
  max-width: 100%;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  border-radius: 3px;
}
.notification__image-box--secondary {
  max-height: 240px;
}
.notification__date {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #47494e;
}
.notification__action-btn {
  margin-top: 16px;
}
.notification__icon {
  margin-right: 6px;
}
.notification__footer {
  border-top: 1px solid #dbdcdf;
  padding: 16px;
}
.notification__view-all-btn {
  justify-content: center;
}
.notification__section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.notification__segment:not(:last-child) {
  margin-right: 12px;
}
.notification__link {
  color: #fdb913;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  margin: 0;
}
.status-bar {
  display: block;
}
.status-bar__wrapper {
  display: flex;
}
.status-bar__main {
  flex-grow: 1;
}
.status-bar__extended {
  flex-basis: 20%;
  max-width: 116px;
  height: 58px;
  margin-left: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.status-bar__title {
  display: flex;
  align-content: center;
}
.status-bar__text {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.status-bar__icon {
  margin-right: 8px;
}
.status-bar__icon--warn {
  color: #f3ac13;
}
.status-bar__icon--success {
  color: #219653;
}
.status-bar__icon--info {
  color: #285bd4;
}
.status-bar__button-wrapper {
  margin-top: 16px;
}
.information-box {
  background: url('background-trophy.34525e15ad87924a35b6.svg') no-repeat;
  background-position: right -46px top -32px;
  background-size: 277px 277px;
}
.is-loading .information-box__heading {
  margin-bottom: 8px;
  width: 100px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .information-box__value {
  width: 40px;
  height: 60px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .information-box__description {
  margin-top: 36px;
  width: 240px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .information-box__points {
  margin-bottom: 16px;
  width: 40px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.information-box__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.information-box__content {
  flex-basis: 75%;
  max-width: 75%;
}
.information-box__heading {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.information-box__points {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 0;
  word-break: break-word;
}
.information-box__value {
  color: #191b22;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.information-box__value--sm {
  font-size: 22px;
  line-height: 1.45;
}
.information-box__button-group {
  display: flex;
}
.information-box__button:not(:last-child) {
  margin-right: 6px;
}
.information-box__warn {
  margin-top: -12px;
  margin-left: 10px;
  color: #f3ac13;
}
.information-box__description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.promo-dialog {
  max-width: 420px;
  text-align: center;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
}
.promo-dialog__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: url('header-bg.aefee63898686f2f0797.png') no-repeat;
  background-position: bottom;
}
.promo-dialog__heading {
  margin-bottom: 24px;
}
.promo-dialog__description, .promo-dialog__symbol, .promo-dialog__text {
  margin-bottom: 0;
}
.promo-dialog__title {
  margin-bottom: 8px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.33;
}
.promo-dialog__description, .promo-dialog__symbol {
  color: #47494e;
}
.promo-dialog__body {
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.promo-dialog__content {
  text-align: left;
  padding-left: 40px;
}
.promo-dialog__list {
  list-style: none;
  padding-left: 0;
}
.promo-dialog__item {
  margin-bottom: 12px;
}
.promo-dialog__symbol {
  margin-right: 12px;
}
.promo-dialog__footer {
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  background: url('footer-bg.5b00103853f77f1b5386.png') no-repeat;
  background-position: bottom;
}
.links {
  max-width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .links {
    flex-direction: row;
    font-size: 18px;
    line-height: 1.33;
  }
}
.link {
  background: #fdb913;
  padding: 30px;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  .link {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
    align-items: flex-start;
  }
}
.link__btn {
  margin-right: 20px;
  margin-bottom: 15px;
}
.link__btn:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .link__btn {
    margin-bottom: 0;
  }
}
.link--secondary {
  flex-basis: 100%;
  max-width: 100%;
  background: #e8e8e9;
  color: #47494e;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .link--secondary {
    display: initial;
    text-align: left;
  }
}
.link-square {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .link-square {
    margin-left: 30px;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.link-square--secondary {
  margin-left: 0;
  margin-top: 90px;
}
@media (min-width: 992px) {
  .link-square--secondary {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.link-square__wrapper {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .link-square__wrapper {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.link-square__wrapper--secondary {
  margin-top: 36px;
}
.link-square__heading {
  font-size: 18px;
  line-height: 1.33;
}
.link-square__heading--align-center {
  justify-content: center;
}
.link-square__box {
  border: 1px solid #e8e8e9;
  max-width: 100%;
  flex-basis: 100%;
  height: 153px;
  flex-grow: 1;
  border-radius: 5px;
  color: #fdb913;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-right: 7px;
  margin-left: 7px;
}
.link-square__box:hover {
  border: 1px solid #c8cad0;
}
.link-square__box:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .link-square__box {
    margin-bottom: 0;
  }
}
.link-square__box--secondary {
  color: #ffffff;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .link-square__box--secondary {
    margin-right: 30px;
    margin-left: 30px;
    max-width: 153px;
    flex-basis: 153px;
    margin-bottom: 0;
  }
}
.link-square__icon {
  margin-bottom: 12px;
  display: block;
}
.link-square__icon-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.link-square__title {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  margin-bottom: 6px;
}
.link-square__desc {
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
  margin-bottom: 0;
  display: block;
}
.link-square__desc--light {
  color: #ffffff;
}
.products {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .products {
    padding-bottom: 0;
  }
}
.products:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.products-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .products-wrapper {
    margin-bottom: 30px;
  }
}
.product {
  --aspect-ratio: (8/3);
  flex: 1 0 100%;
  margin-bottom: 20px;
}
.product__box {
  border-radius: 5px;
  margin-bottom: 14px;
}
.product__box--flat-corner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.product__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
  margin-bottom: 6px;
}
.product__info {
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue", sans-serif;
  color: #47494e;
}
.product__desc {
  text-align: center;
}
@media (min-width: 576px) {
  .product__desc {
    text-align: left;
  }
}
.product__desc--secondary {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.product--secondary {
  background: #f6f6f6;
  border: solid 1px #fff1d0;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 20px;
}
.product-info__btn {
  margin-bottom: 0;
  margin-right: 8px;
}
.related-product__box {
  margin-bottom: 9px;
}
.product-wrapper {
  margin-bottom: 24px;
}
.card-block {
  display: flex;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
  border: solid 1px #fff1d0;
  padding: 12px;
  margin-bottom: 8px;
  align-items: center;
  width: 100%;
}
.card-block__wrapper {
  margin: 0 auto;
  display: flex;
}
.card-block--spacing {
  margin-top: 24px;
  margin-bottom: 8px;
}
.card-block:hover {
  border: 1px solid #a4a7b0;
}
.card-block:active {
  border: 1px solid #fdc742;
}
.card-block:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.card-block:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.is-loading .card-block__figure {
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .card-block__figure--circular {
  border-radius: 50%;
}
.is-loading .card-block__title {
  margin-bottom: 4px;
  width: 60%;
  height: 16px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .card-block__value {
  width: 20%;
  height: 20px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.card-block--secondary {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.card-block--secondary:hover {
  border: none;
}
.card-block--secondary:active {
  border: none;
}
.card-block--ternary {
  box-shadow: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  align-items: flex-start;
}
.card-block--ternary:hover {
  border: none;
  background-color: #fafafa;
}
.card-block--ternary:active {
  border: none;
}
.card-block--directions {
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
}
.card-block__circle {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: #fdb913;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-block__circle-outline {
  width: 48px;
  height: 48px;
  border: solid 3px #fde7b7;
  background-color: #fff9ec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-block__figure {
  --aspect-ratio: (96/64);
  width: 80px;
  margin-right: 12px;
}
.card-block__figure--circular {
  width: 44px;
  height: 44px;
}
.card-block__figure--lg {
  min-width: 207px;
  margin-right: 0;
}
.card-block__figure--sm {
  margin-right: 0;
  margin-bottom: 1rem;
  width: 48px;
  color: #fdb913;
}
.card-block__desc {
  flex-grow: 1;
}
.card-block__desc--spacing {
  margin-left: 24px;
}
.card-block__caption {
  color: #47494e;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}
.card-block__title {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.card-block__title--align {
  text-align: center;
  margin-top: 4px;
}
.card-block__value {
  margin-bottom: 0;
  color: #191b22;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.card-block__value--large {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.card-block__value--medium {
  text-align: center;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.card-block__value--small {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.card-block__media {
  -o-object-fit: contain;
     object-fit: contain;
}
.card-block__dropdown-btn {
  margin-top: -10px;
}
.card-block__icon {
  margin-top: 3px;
  margin-left: 3px;
}
.card-block__avatar {
  margin-top: 20px;
  margin-bottom: 18px;
}
.card-block__content {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  margin: 0 6px 0 4px;
}
.card-block__details {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
  display: flex;
  align-items: center;
}
.card-block__symbol {
  margin-right: 6px;
}
.card-block__heading {
  color: #47494e;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
}
.card-block__wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 18px;
}
.card-block__badge {
  position: absolute;
  bottom: 0;
  right: -10px;
  fill: grey;
}
.card-block__badge--success {
  fill: green;
}
.content-block {
  margin-bottom: 14px;
}
@media (min-width: 1440px) {
  .content-block__main {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.gradient-border-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .gradient-border-container {
    flex-direction: row;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.gradient-border-container__main-content {
  flex-grow: 1;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .gradient-border-container__main-content {
    margin-right: 12px;
    margin-left: 12px;
    border-right: 1px solid;
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 1 100%;
       border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 1 100%;
    margin-bottom: 0;
  }
}
.gradient-border-container__narrow {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  .gradient-border-container__narrow {
    max-width: 356px;
  }
}
.gradient-border-container__secondary-content {
  flex-basis: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .gradient-border-container__secondary-content {
    flex-basis: 295px;
    max-width: 295px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media (min-width: 992px) {
  .gradient-border-container__secondary-content--wider {
    flex-basis: 350px;
    max-width: 350px;
    margin-left: 32px;
  }
}
@media (min-width: 1440px) {
  .gradient-border-container__secondary-content--wider {
    flex-basis: 475px;
    max-width: 475px;
  }
}
.gradient-border-container__segment {
  margin-bottom: 24px;
}
.notice {
  display: block;
  border-radius: 3px;
  border: 1px solid #7e9de5;
  padding: 19px 24px;
  background: #f5f8ff;
  color: #285bd4;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 575.98px) {
  .notice {
    padding: 10px 12px;
  }
}
.notice--spacing {
  margin-bottom: 16px;
}
.notice--extended {
  margin-bottom: 24px;
}
.notice__icon {
  margin-right: 6px;
}
.notice__title {
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.notice__title--no-spacing {
  margin-bottom: 0;
}
.notice__text {
  margin: 0;
}
.notice--error {
  border: 1px solid #f58e94;
  background: #fff6f6;
  color: #ef424c;
}
.notice--success {
  border: 1px solid #7ac098;
  background: #f2fff7;
  color: #219653;
}
.notice__list {
  padding-left: 24px;
  margin-bottom: 0;
}
.info-block {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdcdf;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.is-loading .info-block::before, .is-loading .info-block::after {
  content: "";
  width: 80px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.info-block__title {
  margin: 0;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.info-block__desc {
  margin: 0;
  order: 1;
}
.bordered-card {
  margin-bottom: 6px;
  border: 1px solid #dbdcdf;
  border-radius: 3px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  color: #5e5f64;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.bordered-card:last-child {
  margin-bottom: 0;
}
.bordered-card:hover .bordered-card__arrow {
  opacity: 1;
  margin-right: 0;
}
.bordered-card:focus {
  border: 1px solid transparent;
  outline: transparent;
}
.bordered-card.active {
  background-image: url(/assets/card/background@2x.jpg);
  background-repeat: repeat;
  background-size: contain;
  color: #ffffff;
  background-color: #fdb913;
}
.bordered-card.active .bordered-card__titles,
.bordered-card.active .bordered-card__subtitles,
.bordered-card.active .bordered-card__main-title,
.bordered-card.active .bordered-card__secondary-titles {
  color: #ffffff;
}
.bordered-card.active .bordered-card__arrow {
  opacity: 1;
  margin-right: 0;
}
.bordered-card.active .bordered-card__tab-badge {
  background-color: #ffffff;
  color: #fdb913;
}
.is-loading .bordered-card.active .bordered-card__titles,
.is-loading .bordered-card.active .bordered-card__subtitles,
.is-loading .bordered-card.active .bordered-card__main-title,
.is-loading .bordered-card.active .bordered-card__secondary-titles {
  color: transparent;
  border-width: 0;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.is-loading .bordered-card__info {
  width: 240px;
  height: 32px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .bordered-card__info--small {
  width: 120px;
  height: 20px;
}
.is-loading .bordered-card__info .bordered-card__titles,
.is-loading .bordered-card__info .bordered-card__subtitles {
  display: none;
}
.is-loading .bordered-card__subtitles {
  width: auto;
  height: 14px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .bordered-card__titles {
  display: inline-block;
  margin-top: 2px;
  width: 160px;
  height: 24px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .bordered-card__titles--small {
  width: 100px;
}
.is-loading .bordered-card__secondary-titles {
  display: inline-block;
  width: 240px;
  height: 24px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.bordered-card--tertiary {
  flex-direction: column;
  align-items: stretch;
  background-repeat: no-repeat;
  background-size: cover;
}
.bordered-card--tertiary.active .bordered-card__subtitles {
  color: rgba(255, 255, 255, 0.7);
}
.bordered-card--secondary {
  display: block;
  padding: 0;
}
.bordered-card--secondary:hover {
  background-color: transparent;
  border: 1px solid #dbdcdf;
}
.bordered-card--quaternary {
  flex-direction: column;
  height: 100%;
}
.bordered-card--quinary {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bordered-card--dimensions {
  height: 100%;
  align-items: center;
  position: relative;
}
.bordered-card--no-highlight {
  cursor: auto;
}
.bordered-card--no-highlight:hover, .bordered-card--no-highlight:focus {
  border: 1px solid #dbdcdf;
}
.bordered-card--align-center {
  padding-left: 0;
  align-items: center;
}
.bordered-card--bottom-spacing {
  margin-bottom: 24px;
}
.bordered-card__text {
  color: #191b22;
}
.bordered-card__details {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.bordered-card__details--secondary {
  display: flex;
  justify-content: space-between;
}
.bordered-card__details--tertiary {
  border-bottom: 1px solid #dbdcdf;
  position: relative;
}
.bordered-card__details--spacing {
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 28px;
  padding-left: 0;
}
.bordered-card__details--equal-spacing {
  padding: 10px;
}
.bordered-card__details--block {
  background-color: #fafafa;
  border-radius: 4px;
}
.bordered-card__details--block--space {
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .bordered-card__details {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.bordered-card__subtitles {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  display: flex;
}
.bordered-card__subtitles--large {
  font-size: 14px;
  line-height: 20px;
}
.bordered-card__subtitles--alt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
}
.bordered-card__subtitles--tertiary {
  color: #191b22;
}
.bordered-card__subtitles--secondary {
  display: inherit;
}
.bordered-card__subtitles--right-spacing {
  margin-right: 16px;
}
.bordered-card__icon {
  margin-right: 6px;
}
.bordered-card__icon--secondary {
  max-width: 24px;
  width: 100%;
}
.bordered-card__icon--warn {
  color: #f3ac13;
}
.bordered-card__arrow {
  opacity: 0;
  margin-right: 8px;
  transition: margin-right 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.bordered-card__titles {
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #191b22;
}
.bordered-card__titles--large {
  font-size: 30px;
  line-height: 1.33;
}
.bordered-card__titles--large-alt {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 1rem;
}
.bordered-card__titles--medium {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1440px) {
  .bordered-card__titles--medium {
    font-size: 18px;
    line-height: 1.33;
  }
}
.bordered-card__titles--small {
  font-size: 14px;
  line-height: 20px;
}
.bordered-card__titles--secondary {
  margin-bottom: 16px;
  text-align: center;
}
.bordered-card__titles--tertiary {
  margin-bottom: 4px;
  display: block;
}
.bordered-card__titles--spacing {
  margin-bottom: 14px;
}
.bordered-card__titles--block {
  display: block;
}
.bordered-card__section {
  display: block;
}
.bordered-card__section.right {
  margin-left: 12px;
}
.bordered-card__section.left {
  margin-right: 12px;
  text-align: left;
}
.bordered-card__section.middle {
  margin-left: auto;
}
.bordered-card__section.flex-end {
  align-self: flex-end;
}
.bordered-card__secondary-titles {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #47494e;
  align-self: flex-start;
}
.bordered-card__info {
  color: #5e5f64;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.bordered-card__info--small {
  font-size: 14px;
  line-height: 20px;
}
.bordered-card__info--xs {
  font-size: 12px;
  line-height: 18px;
}
.bordered-card__info--bold {
  font-weight: 700;
}
.bordered-card__info--secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bordered-card__info--block {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 6px;
}
.bordered-card__info--align-start {
  align-items: flex-start;
  margin-bottom: 0;
}
.bordered-card__list-wrapper {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.bordered-card__list-wrapper--secondary {
  border-top: 1px solid #dbdcdf;
}
.bordered-card__list {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-top: 1px solid #dbdcdf;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bordered-card__list--secondary {
  border-bottom: 1px solid #dbdcdf;
}
.bordered-card__list--tertiary {
  border-top: none;
}
.bordered-card__list--block {
  display: block;
}
.bordered-card__item {
  flex-grow: 1;
  width: 33.3333%;
}
.bordered-card__item--tertiary {
  width: 50%;
  margin-bottom: 16px;
}
.bordered-card__item--align-right {
  text-align: right;
}
.bordered-card__item--secondary {
  margin-bottom: 24px;
}
.bordered-card__segment {
  margin-bottom: 8px;
  text-align: left;
}
.bordered-card__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.bordered-card__logos--bottom-spacing {
  margin-bottom: 12px;
}
.bordered-card__logos--secondary {
  margin-bottom: 0;
}
.bordered-card__logos--no-align {
  align-items: flex-start;
}
.bordered-card__logo {
  width: 102px;
  height: 24px;
}
.bordered-card__secondary-logo {
  width: 48px;
  height: 16px;
}
.bordered-card__secondary-logo--lg {
  width: 89px;
}
.bordered-card__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bordered-card__main-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  color: #191b22;
  align-self: flex-start;
  letter-spacing: 2px;
}
.bordered-card__main-title--secondary {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #fdb913;
  letter-spacing: normal;
}
.bordered-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bordered-card__content--secondary {
  margin-top: 16px;
}
.bordered-card__content--wrap {
  flex-wrap: wrap;
}
.bordered-card__row {
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .bordered-card__row {
    align-items: center;
  }
}
.bordered-card__row:last-child {
  margin-bottom: 0;
}
.bordered-card__row--secondary {
  margin-bottom: 0;
}
.bordered-card__row--no-alignment {
  align-items: flex-start;
}
.bordered-card__col {
  flex-basis: 50%;
  max-width: 50%;
  text-align: left;
  word-break: break-word;
}
.bordered-card__col:not(:last-child) {
  margin-right: 6px;
}
.bordered-card__col--secondary {
  flex-basis: inherit;
  max-width: inherit;
}
.bordered-card__col--text-right {
  text-align: right;
  word-break: break-word;
}
.bordered-card__align-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bordered-card__align-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}
.bordered-card__text-right {
  text-align: right;
}
.bordered-card__extension {
  display: block;
  margin: 0;
  border-bottom: 1px solid #dbdcdf;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
}
.bordered-card__extension:last-child {
  border-bottom: none;
}
.bordered-card__dash-border {
  border-bottom: 1px dashed #dbdcdf;
}
.bordered-card__footer {
  margin-top: 0;
  padding: 24px;
}
.bordered-card__avatar {
  margin-right: 12px;
}
.bordered-card__separator {
  border-bottom: 1px solid #dbdcdf;
}
.bordered-card__tab-badge {
  margin-left: 12px;
  background-color: #fdb913;
}
.bordered-card__subtitle-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.bordered-card__figure-wrapper {
  padding-right: 16px;
  padding-left: 16px;
}
.bordered-card__figure {
  width: 96px;
  color: #fdb913;
}
.bordered-card__body {
  padding: 16px;
}
.tabs__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c8cad0;
}
.tabs__list--align-center {
  justify-content: center;
}
.tabs__list--medium {
  width: 66.66666667%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.tabs__menu {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: -1px;
}
.tabs__menu:first-child {
  padding-left: 0;
}
.tabs__menu:last-child {
  padding-right: 0;
}
.tabs__links {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  background: none;
  color: #47494e;
  font-size: 16px;
  line-height: 24px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid transparent;
}
.tabs__links:hover, .tabs__links:active {
  color: #fdb913;
  border-bottom: 3px solid #fdb913;
}
.tabs__links.active {
  color: #fdb913;
  border-bottom: 3px solid #fdb913;
}
.tabs__links:focus {
  outline-color: rgba(58, 118, 193, 0.5);
  outline-offset: 8px;
}
.tabs__icon {
  margin-right: 6px;
}
.tabs__column {
  margin-bottom: 12px;
}
.tabs__row {
  margin-bottom: 24px;
}
.cdk-focused.cdk-mouse-focused .tabs__links,
.cdk-focused.cdk-program-focused .tabs__links {
  box-shadow: none;
  outline: none;
}
.chart-box {
  --aspect-ratio: (10/3);
  display: block;
  position: relative;
  padding: 16px;
}
.is-loading .chart-box__title {
  margin-bottom: 16px;
  width: 240px;
  height: 24px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .chart-box__chart {
  width: 100%;
  height: 0;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
  padding-top: calc(100% / var(--aspect-ratio));
}
.is-loading .chart-box__chart .chartjs-render-monitor {
  display: none !important;
}
.chart-box--spacing {
  padding: 0;
}
.chart-box__title {
  margin-bottom: 30px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #191b22;
}
.chart-box__title--sm {
  font-size: 16px;
  line-height: 24px;
}
.chart-box__chart {
  display: block;
  margin-bottom: 4px;
}
.chart-box__graph {
  position: relative;
}
.chart-box__graph-wrapper {
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.chart-legends {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.chart-legends--secondary {
  margin-top: 24px;
}
.chart-legends--tertiary {
  margin-left: 40px;
}
.chart-legends__legend {
  flex: 1;
  padding-left: 7px;
  padding-right: 7px;
  text-align: left;
}
.chart-legends__legend--secondary {
  flex-basis: 140px;
  max-width: 140px;
}
.chart-legends__header {
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
}
.chart-legends__header--secondary {
  margin-bottom: 10px;
}
.chart-legends__header::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  line-height: 1;
  background-color: #52546c;
}
.chart-legends__header--success::before {
  background-color: #4dab75;
}
.chart-legends__header--error::before {
  background-color: #ef424c;
}
.chart-legends__header--warn::before {
  background-color: #f5bd42;
}
.chart-legends__header--info::before {
  background-color: #285bd4;
}
.chart-legends__header--income::before {
  background-color: #4dab75;
}
.chart-legends__header--expense::before {
  background-color: #f5bd42;
}
.chart-legends__header--principal::before {
  background-color: #fdc742;
}
.chart-legends__header--interest::before {
  background-color: #4f4c4d;
}
.chart-legends__header--remaining::before {
  background-color: #e8e8e9;
}
.chart-legends__name {
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
}
.chart-legends__name-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  line-height: 1;
  background-color: #52546c;
}
.chart-legends__title {
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
}
.chart-legends__label {
  margin-top: 2px;
  color: #47494e;
  font-size: 10px;
  line-height: 16px;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .pagination {
    flex-direction: row;
  }
}
.pagination--align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__content {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.pagination__content--align-center {
  justify-content: center;
  width: 100%;
}
.pagination__button {
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  padding: 0;
  height: 20px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
.pagination__item {
  height: 20px;
}
.pagination__item:not(:last-child) {
  margin-right: 6px;
}
.pagination__info {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #47494e;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .pagination__info {
    margin-bottom: 0;
  }
}
.pagination__select-wrapper {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.pagination__select.ng-select {
  width: 58px;
  height: 22px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 8px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 18px;
}
.pagination__select.ng-select .ng-arrow-wrapper {
  width: 18px;
  height: 18px;
}
.pagination__select.ng-select .ng-arrow-wrapper .ng-arrow {
  width: 7px;
  height: 7px;
}
.pagination__select.ng-select .ng-value {
  font-size: 10px;
  line-height: 16px;
}
.pagination__text {
  margin-bottom: 0;
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.panel-box {
  padding-top: 24px;
  padding-right: 18px;
  padding-bottom: 24px;
  padding-left: 18px;
  color: #a4a7b0;
  background-color: #fafafa;
}
.panel-box__row {
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
}
.panel-box__row--secondary {
  position: relative;
}
.panel-box__row:last-child {
  margin-bottom: 0;
}
.panel-box__col {
  margin-right: 6px;
  flex-basis: 50%;
  max-width: 50%;
}
.panel-box__col:last-child {
  margin-right: 0;
}
.panel-box__col--secondary {
  flex-basis: calc(50% - 24px);
  max-width: calc(50% - 24px);
}
@media (min-width: 576px) {
  .panel-box__col--secondary {
    flex-basis: calc(50% - 42px);
    max-width: calc(50% - 42px);
  }
}
.panel-box__title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5rem;
  color: #191b22;
}
.panel-box__title--align-center {
  text-align: center;
}
.panel-box__subtitle {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.25rem;
  color: #47494e;
}
.panel-box__subtitle.primary {
  color: #fdb913;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 576px) {
  .panel-box__subtitle.primary {
    font-size: 18px;
    line-height: 1.33;
  }
}
.panel-box__text {
  margin-bottom: 0;
  font-size: 11px;
}
@media (min-width: 576px) {
  .panel-box__text {
    font-size: 12px;
    line-height: 18px;
  }
}
.panel-box--secondary {
  border: 1px solid #b6b9c0;
  border-radius: 5px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .panel-box--secondary {
    padding-right: 84px;
    padding-left: 84px;
    max-width: 712px;
  }
}
.panel-box__icon {
  --icon-size: 24px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 576px) {
  .panel-box__icon {
    --icon-size: 42px !important;
  }
}
.panel-selector {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  border: 1px solid #dbdcdf;
  display: inline-flex;
}
.panel-selector__body {
  margin: 0;
  padding: 1px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.panel-selector__box {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 2px;
  width: 106px;
  flex-basis: 106px;
  flex-grow: 1;
}
.panel-selector__box.active > .panel-selector__main-img {
  padding: 12px;
}
.panel-selector__media {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}
.panel-selector__circle {
  width: 24px;
  height: 24px;
  background: #231f20;
  border-radius: 50%;
  color: #ffffff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  left: 4px;
}
.panel-selector__place-holder {
  width: 106px;
  height: 1px;
  background-color: transparent;
  flex-basis: 106px;
  flex-grow: 1;
}
.panel-selector__bg {
  position: relative;
}
.panel-selector__bg:before {
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: absolute;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-selector__main-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.profile-buttons {
  display: flex;
  padding: 16px;
}
.profile-btn {
  background: transparent;
  border: none;
  min-width: 80px;
  color: #191b22;
  padding-left: 3px;
  padding-right: 3px;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-btn:not(:last-child) {
  margin-right: 6px;
}
.profile-btn:hover {
  color: #fdb913;
}
.profile-btn__avatar {
  margin-bottom: 6px;
}
.profile-btn:focus, .profile-btn:active {
  outline: none;
  box-shadow: 0 0 0 2px rgba(253, 199, 66, 0.5);
}
.expandable-panel {
  display: block;
}
.expandable-panel:not(:last-child) {
  border-bottom: 1px solid #dbdcdf;
}
.expandable-panel--secondary {
  border: 1px solid #dbdcdf;
  border-top-width: 0;
  background-color: #ffffff;
}
.expandable-panel__pane {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
}
.expandable-panel__header {
  display: block;
  flex-grow: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}
.expandable-panel__trigger {
  flex-shrink: 0;
}
.expandable-panel__body {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.expandable-panel__body--secondary {
  padding: 4px;
}
.placard {
  padding: 10px;
  color: #191b22;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.placard--secondary {
  padding-top: 40px;
  padding-bottom: 40px;
}
.placard-wrapper {
  margin-bottom: 6px;
}
.placard__icon {
  margin-bottom: 32px;
  color: #fdb913;
}
.placard__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  word-break: break-word;
}
.placard__label {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #191b22;
  word-break: break-word;
}
.placard__subtitle {
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
.placard-container {
  margin-bottom: 6px;
}
.catalogue {
  margin-bottom: 24px;
  border-bottom: 1px solid #dbdcdf;
  padding-bottom: 24px;
}
.catalogue__body {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-top: 8px;
}
.catalogue__item {
  display: flex;
}
.catalogue__item:not(:last-child) {
  margin-bottom: 24px;
}
.catalogue__segment {
  flex-basis: 200px;
  max-width: 200px;
}
@media (min-width: 576px) {
  .catalogue__segment {
    flex-basis: 110px;
    max-width: 110px;
  }
}
.catalogue__legend {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.catalogue__details {
  flex-grow: 1;
  width: 100%;
}
.catalogue__info {
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #191b22;
}
.catalogue__badge-wrapper {
  margin-right: 16px;
}
.page-list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-list {
    margin-top: 0;
  }
}
.page-list__item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #191b22;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-list__item:first-child {
  padding-top: 0;
}
.page-list__icon {
  margin-top: -3px;
  margin-right: 8px;
  color: #47494e;
}
.report__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.report__form {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 28px;
}
.report__btn {
  margin-right: 6px;
}
.services-wrapper {
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .services-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .services-wrapper {
    padding: 0;
    border: none;
    margin-top: 0;
  }
}
.services-wrapper__title {
  font-size: 18px;
  line-height: 1.33;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .services-wrapper__title {
    margin-bottom: 24px;
    text-align: left;
  }
}
.services-wrapper__container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .services-wrapper__container {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.services {
  --aspect-ratio: (16/9);
  margin-bottom: 16px;
  border: 1px solid #dbdcdf;
  border-radius: 3px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
}
@media (min-width: 576px) {
  .services {
    max-width: calc(50% - 18px);
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .services {
    max-width: calc(33.3333% - 18px);
  }
}
.is-loading .services .aspect-ratio-box {
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .services .services__title {
  width: 120px;
  height: 24px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .services .services__title::after {
  background-color: #babbc4;
}
.is-loading .services .services__desc {
  width: 240px;
  height: 20px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.services--secondary, .services--tertiary {
  display: block;
  max-width: 100%;
  border-color: #dbdcdf;
  margin: 0;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
}
.services--secondary {
  --aspect-ratio: (4/3);
  height: 100%;
}
.services--secondary:hover {
  border-color: #b6b9c0;
}
.services--tertiary {
  margin-bottom: 24px;
}
.services--tertiary:not(:last-child) {
  margin-bottom: 24px;
}
.services__media {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.services__content {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  color: #191b22;
}
.services__content--spacing {
  padding-bottom: 24px;
}
.services__title {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 28px;
  position: relative;
  color: #191b22;
}
.services__title:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 5px;
  background-color: #fdc742;
  bottom: -16px;
  left: 0;
}
.services__desc {
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 0;
}
.service-column {
  margin-bottom: 14px;
}
.activate-card {
  text-align: center;
}
.activate-card__body {
  display: block;
  text-align: center;
  width: 100%;
  margin: auto;
}
.activate-card__heading {
  display: block;
  text-align: center;
}
.activate-card__heading--secondary {
  margin-top: 0;
  margin-bottom: 6px;
}
.activate-card__button {
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
}
.activate-card__footer {
  border-top: 1px solid #c8cad0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}
.activate-card__links {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}
.activate-card__google-play, .activate-card__apple-store {
  margin-right: 8px;
}
.activate-card__store-image {
  max-width: 100%;
  height: auto;
}
.activate-card__notice {
  margin-bottom: 24px;
}
.activate-card__form-field {
  position: relative;
  display: block;
  text-align: left;
}
.activate-card__form-field .form-control-wrapper.left .form-control-wrapper__icon {
  left: 0;
}
.activate-card__separator {
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #a4a7b0;
  color: #ffffff;
  align-items: center;
}
.activate-card__description {
  color: #5e5f64;
  margin-bottom: 24px;
  text-align: center;
}
.activate-card__apple-store {
  margin-right: 8px;
}
.activate-card__footer {
  color: #191b22;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
}
.log-in__form-field {
  position: relative;
  display: block;
  text-align: left;
}
.log-in__separator {
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #a4a7b0;
  color: #ffffff;
  align-items: center;
}
.log-in__link {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.log-in__container {
  max-width: 380px;
}
.form-control-wrapper__icon.right ~ .log-in__control {
  padding-left: calc((var(--icon-size, 24px) + 20px));
}
.detail-box {
  margin-top: 24px;
  --text-color: #191b22;
  --text-lg-color: #191b22;
  --text-lg-weight: bold;
}
.detail-box__main {
  text-align: center;
}
.detail-box__list {
  display: flex;
  flex-direction: column;
}
.detail-box__text-right {
  text-align: right;
}
.detail-box__btn:not(:last-child) {
  margin-right: 6px;
}
.detail-box__text {
  --text-color: #47494e;
  margin-bottom: 0;
}
.action-item {
  --aspect-ratio: (70/30);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: border 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.action-item:hover {
  border: 1px solid #b6b9c0;
}
.action-item:active {
  border: 1px solid #fdb913;
}
.is-loading .action-item__icon {
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .action-item__title {
  color: transparent;
}
.is-loading .action-item__title::before {
  content: "";
  display: inline-block;
  margin-top: 4px;
  text-align: center;
  width: 60%;
  height: 16px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.action-item--secondary {
  border: 1px solid #dbdcdf;
  justify-content: center;
}
.action-item--placard {
  padding-top: 40px;
  padding-bottom: 40px;
}
.action-item--small {
  min-height: 148px;
}
.action-item__icon {
  display: block;
  color: #231f20;
}
.action-item__icon--small {
  min-width: 60px;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
}
.action-item__icon--xs {
  width: 32px;
}
.action-item__icon--primary {
  color: #fdb913;
}
.action-item__title {
  margin-bottom: 0;
  color: #191b22;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.action-item__title--small {
  font-size: 0.75rem;
}
.action-item__title--secondary {
  margin-bottom: 32px;
}
.action-item__badge {
  margin-top: 4px;
}
.action-item__media {
  -o-object-fit: contain;
     object-fit: contain;
}
.action-item__segment {
  width: 100%;
}
.action-item__section {
  margin-bottom: 32px;
}
.action-item__subtitle {
  font-size: 12px;
  line-height: 18px;
}
.action-item-container {
  margin-bottom: 6px;
}
.action-item__image-container {
  max-width: 100%;
  height: 55px;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
}
.action-item__icon-wrapper {
  margin-bottom: 12px;
}
.cdk-focused.cdk-mouse-focused.action-item {
  box-shadow: none;
  outline: none;
}
.selectable-box {
  height: 100%;
  width: 100%;
  display: block;
}
.selectable-box__content {
  --aspect-ratio: (96/64);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.selectable-box__content:hover, .selectable-box__content:focus {
  border: 1px solid #dbdcdf;
}
.selectable-box__content:active {
  border: 1px solid #fdc742;
}
.selectable-box__icon {
  width: 100%;
  padding-bottom: 16px;
  color: #fdb913;
}
.selectable-box__media {
  -o-object-fit: contain;
     object-fit: contain;
}
.selectable-box__title {
  margin-bottom: 0;
  color: #191b22;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.selectable-box__badge {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #231f20;
  display: none;
}
.selectable-box__input:checked ~ .selectable-box__content {
  border-color: #fdc742;
}
.selectable-box__input:checked ~ .selectable-box__content .selectable-box__badge {
  display: block;
}
.uploader {
  display: block;
}
.uploader.dragged-over .uploader__area::after {
  pointer-events: none;
  opacity: 1;
}
.uploader__wrapper {
  border: 1px dashed #dbdcdf;
  border-radius: 3px;
}
.uploader__image-box {
  max-width: 64px;
  margin-bottom: 24px;
}
.uploader__area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 285px;
  text-align: center;
}
.uploader__area::after {
  content: "Drop Your Files Here";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
.uploader__progress-bar-group {
  border-top: 1px dashed #dbdcdf;
  padding: 18px 30px 24px;
}
.uploader__progress-bar:not(:last-child) {
  margin-bottom: 15px;
}
.uploader__progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.uploader__progress-title {
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
}
.uploader__progress-icon {
  margin-right: 5px;
  color: #47494e;
}
.uploader__progress-sub-title {
  margin-top: 5px;
  color: #47494e;
  font-size: 13px;
  line-height: 1;
}
.uploader__thumbnails {
  margin-top: 24px;
}
.global-search {
  min-width: 531px;
  display: none;
}
@media (min-width: 768px) {
  .global-search {
    display: block;
  }
}
.global-search-dropdown {
  min-width: 531px;
  max-width: 531px;
}
.global-search-dropdown::before, .global-search-dropdown::after {
  content: none;
}
.global-search__form {
  position: relative;
  margin: 0;
}
.global-search__control {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
}
.global-search__close {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #a4a7b0;
}
.global-search__button {
  position: absolute;
  top: 3px;
  right: 2px;
  color: #a4a7b0;
  padding: 12px;
}
.search-list {
  min-width: 531px;
  padding: 6px 16px;
}
.search-list__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #47494e;
  margin-bottom: 8px;
}
.search-list__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #47494e;
  margin-bottom: 4px;
}
.search-list__content {
  padding: 0px;
  margin: 0px;
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.search-list__button {
  border-radius: 8px;
}
.search-list__button:hover {
  background: #fafafa;
  color: #47494e;
}
.search-list__icon {
  color: #fdb913;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.search-list__button {
  justify-content: left;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #47494e;
}
.search-list__brief {
  padding: 4px 60px 30px 60px;
}
.search-list__name {
  margin: 0;
  color: #191b22;
}
.search-list__tagline {
  margin: 0;
  font-size: 10px;
  line-height: 16px;
}
.reward-points {
  padding-bottom: 24px;
}
.reward-points__link:hover .reward-points__title {
  background-color: transparent;
}
.reward-points__title {
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: rgba(25, 27, 34, 0.24);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #ffffff;
}
.reward-points__icon {
  margin-right: 8px;
}
.reward-points__icon-box {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reward-points__content {
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
}
.reward-points__heading {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.reward-points__heading--secondary {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
  margin-bottom: 6px;
}
.reward-points__point-section {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 0;
}
.reward-points__value {
  color: #191b22;
  word-break: break-word;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.reward-points__description {
  margin-bottom: 0;
}
.reward-points__button-group {
  display: flex;
  margin-top: 16px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 14px;
}
.reward-points__button {
  flex: 1;
  justify-content: center;
}
.reward-points__button:not(:last-child) {
  margin-right: 6px;
  margin-bottom: 0;
}
.reward-points__loyalty-icon-wrapper {
  width: 64px;
  height: 64px;
}
.reward-points__loyalty-icon {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.instant-uploader {
  display: block;
}
.instant-uploader.dragged-over .instant-uploader__area::after {
  pointer-events: none;
  opacity: 1;
}
.instant-uploader__wrapper {
  border: 1px dashed #c8cad0;
  border-radius: 3px;
}
.instant-uploader__wrapper + .thumbnail, .instant-uploader__wrapper + .instant-uploader__progress-bar, .instant-uploader__progress-bar + .thumbnail {
  margin-top: 12px;
}
.instant-uploader__area {
  position: relative;
  display: flex;
  padding: 16px;
}
.instant-uploader__area::after {
  content: "Drop Your Image Here";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
.instant-uploader__image {
  flex: 0 0 130px;
  max-width: 100%;
  margin-right: 10px;
}
.instant-uploader__content {
  flex-grow: 1;
  color: #191b22;
}
.instant-uploader__progress-bar {
  border: 1px solid #dbdcdf;
  border-radius: 3px;
}
.instant-uploader__progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.instant-uploader__item {
  padding: 24px 26px;
}
.instant-uploader__item + .instant-uploader__item {
  border-top: 1px solid #dbdcdf;
}
.instant-uploader__icon {
  color: #ef424c;
}
.instant-uploader__progress-title {
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
}
.instant-uploader__progress-icon {
  margin-right: 5px;
  color: #47494e;
}
.instant-uploader__progress-sub-title {
  margin-top: 5px;
  color: #47494e;
  font-size: 13px;
  line-height: 1;
}
.instant-uploader__thumbnail {
  position: relative;
}
.instant-uploader__thumbnail-figure {
  max-width: 100%;
  height: 112px;
  border-radius: 3px;
  border: 1px solid #c8cad0;
  padding: 3px;
  position: relative;
  margin-bottom: 0;
}
.instant-uploader__thumbnail-img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.instant-uploader__thumbnail-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
}
.instant-uploader__modal {
  width: 856px;
  margin-top: 0;
  padding-bottom: 40px;
}
.instant-uploader__modal-content {
  max-width: 400px;
  margin: 0 auto;
}
.instant-uploader__modal-img {
  max-width: 100%;
}
.promo-code__heading {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.promo-code__wrapper {
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
}
.promo-code__wrapper--space-between {
  justify-content: space-between;
}
.promo-code__section {
  color: #191b22;
  padding-right: 4px;
  padding-left: 4px;
}
.promo-code__section--narrow {
  max-width: 270px;
}
.promo-code__input {
  flex-grow: 1;
}
.promo-code__action-button {
  height: 48px;
}
.promo-code__checked-icon {
  color: #219653;
  margin-right: 8px;
}
.promo-code__text {
  margin-bottom: 0;
}
.promo-code__sub-text {
  color: #47494e;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
}
.promo-code__main {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.promo-code__segment {
  margin-top: 12px;
}
.caption {
  margin-bottom: 0;
  display: block;
  color: #47494e;
  word-break: break-word;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
}
.caption--bold {
  color: #191b22;
  font-weight: 700;
}
.caption--sm {
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue", sans-serif;
}
.flex-box {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.flex-box--secondary:not(:last-child) {
  border-bottom: 1px solid #dbdcdf;
}
.flex-box__item {
  margin-right: auto;
}
.initialize-box__card-body {
  padding-left: 32px;
  padding-right: 32px;
}
.initialize-box__body {
  margin-bottom: 30px;
}
.initialize-box__text {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}
.initialize-box__button {
  width: 100%;
  position: relative;
}
.initialize-box__icon {
  position: absolute;
  left: 12px;
}
.initialize-box__footer {
  text-align: center;
}
.initialize-box__separator {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}
.separator {
  position: relative;
}
.separator__icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  opacity: 0.16;
}
.separator__line::before {
  content: "";
  width: calc(50% - 12px);
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.separator__line::after {
  content: "";
  width: calc(50% - 12px);
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.separator__line--dark::before, .separator__line--dark::after {
  border-top: 1px solid #dbdcdf;
}
.panel-header {
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
}
.panel-header__main {
  flex-grow: 1;
  padding-right: 8px;
  padding-left: 8px;
}
.panel-header__main--spacing {
  padding: 16px 24px;
}
.panel-header__secondary {
  flex-shrink: 0;
  padding-right: 8px;
  padding-left: 8px;
}
.panel-header__title {
  margin-bottom: 4px;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
}
.panel-header__title--secondary {
  display: flex;
  align-items: center;
}
.panel-header__description {
  margin-top: 0;
  margin-bottom: 0;
  color: #191b22;
  font-size: 12px;
  line-height: 18px;
}
.panel-content {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.notification {
  min-width: 420px;
}
.notification__header {
  text-align: center;
  border-bottom: 1px solid #dbdcdf;
  padding: 12px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
}
.notification__body {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.notification__item {
  display: flex;
  border-bottom: 1px solid #dbdcdf;
  padding: 16px;
}
.notification__item:last-of-type {
  border-bottom: none;
}
.notification__item--align-center {
  align-items: center;
}
.notification__item--no-spacing {
  padding-bottom: 0;
}
.notification__figure-wrapper {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 32px;
  max-height: 32px;
  max-width: 32px;
  margin-right: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background-color: #fdb913;
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.12);
}
.notification__figure {
  width: 16px;
  height: 16px;
}
.notification__content {
  flex-grow: 1;
  flex-basis: 85%;
  max-width: 100%;
}
.notification__title {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
  color: #191b22;
}
.notification__description {
  margin-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5e5f64;
}
.notification__description--secondary {
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}
.notification__image-box {
  max-width: 100%;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  border-radius: 3px;
}
.notification__image-box--secondary {
  max-height: 240px;
}
.notification__date {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #47494e;
}
.notification__action-btn {
  margin-top: 16px;
}
.notification__icon {
  margin-right: 6px;
}
.notification__footer {
  border-top: 1px solid #dbdcdf;
  padding: 16px;
}
.notification__view-all-btn {
  justify-content: center;
}
.notification__section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.notification__segment:not(:last-child) {
  margin-right: 12px;
}
.notification__link {
  color: #fdb913;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  margin: 0;
}
.kyc-status__icon {
  margin-bottom: 3px;
  margin-right: 8px;
}
.kyc-status__icon--warning {
  color: #f3ac13;
}
.kyc-status__icon--active {
  color: #fdb913;
}
.kyc-status__icon--success {
  color: #219653;
}
.kyc-status__label {
  display: flex;
  align-items: center;
}
.kyc-status__subtitles {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
  margin-bottom: 12px;
}
.kyc-status__title {
  font-size: 12px;
  color: #191b22;
}
.kyc-note__icon {
  margin-right: 6px;
  color: #285bd4;
}
.kyc-note__icon--secondary {
  position: absolute;
  left: 0;
  color: #219653;
}
.kyc-note__title {
  margin-bottom: 6px;
}
.kyc-note__subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #47494e;
  margin-bottom: 24px;
}
.kyc-note__text {
  margin-bottom: 16px;
  list-style: none;
  display: flex;
  align-items: center;
  color: #191b22;
}
.kyc-note__list {
  padding-left: 34px;
  margin-bottom: 0;
  position: relative;
}
.kyc-note__button {
  padding-left: 40px;
}
.my-information__card {
  margin-top: 24px;
}
.my-information__card--secondary {
  width: 856px;
  margin-top: 0;
}
.my-information__title {
  margin-bottom: 0;
}
.my-information__subtitles {
  color: #47494e;
  font-size: 12px;
}
.my-information__modal {
  text-align: center;
  padding-bottom: 24px;
}
.photo-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.photo-card__item {
  flex: 0 0 240px;
  width: 100%;
  height: 240px;
  position: relative;
  padding: 4px;
  border: 1px dashed #a4a7b0;
  border-radius: 3px;
  margin-right: 12px;
}
.photo-card__item + .photo-card__item {
  margin-bottom: 12px;
}
.photo-card__image {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.photo-card__image--secondary {
  max-width: 404px;
  height: 404px;
  padding: 0;
  border: 0;
  margin-bottom: 24px;
}
.photo-card__image--ternary {
  max-width: 400px;
  height: auto;
  padding: 0;
  border: 0;
  margin-bottom: 24px;
}
.photo-card__button {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  background-color: #fdb913;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-card__icon {
  color: #ffffff;
}
.photo-card__button-wrapper {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.page-caption {
  margin-bottom: 24px;
}
.page-caption--secondary {
  margin-bottom: 16px;
}
.page-caption--tertiary {
  margin-bottom: 12px;
}
.page-caption__heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
  line-height: 20px;
  margin-bottom: 0;
}
.page-caption__heading--secondary {
  font-weight: 500;
  color: #47494e;
  font-size: 12px;
}
.foneloan {
  position: relative;
}
.foneloan__wrapper {
  margin-top: 50px;
}
.foneloan__section {
  margin-bottom: 12px;
}
.foneloan__details {
  padding: 24px;
}
.foneloan__details--secondary {
  padding: 16px;
}
.foneloan__details--align {
  text-align: left;
}
.foneloan__logo {
  max-width: 134px;
  margin-bottom: 16px;
}
.foneloan__logo--no-spacing {
  margin-bottom: 0;
}
.foneloan__logo--center {
  margin-left: auto;
  margin-right: auto;
}
.foneloan__alignment {
  text-align: center;
}
.foneloan__description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #191b22;
  margin-bottom: 4px;
}
.foneloan__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #191b22;
  text-align: center;
  padding-top: 16px;
}
.foneloan__subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #47494e;
}
.foneloan__subtitle--secondary {
  margin-bottom: 12px;
}
.foneloan__subtitle--no-spacing {
  margin-bottom: 0;
}
.foneloan__subtitle--light {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.foneloan__alternate-text {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  color: #191b22;
  margin-left: 5px;
}
.foneloan__alternate-text--md {
  font-size: 18px;
  line-height: 1.33;
}
.foneloan__alternate-text--sm {
  font-size: 14px;
  line-height: 20px;
}
.foneloan__alternate-text--lg {
  font-size: 18px;
  line-height: 1.33;
}
.foneloan__alternate-text--light {
  font-weight: 400;
}
.foneloan__button-icon {
  margin-left: 6px;
}
.foneloan__badge {
  background-color: #248bcc;
  display: inline-block;
}
.foneloan__badge--secondary {
  margin-left: 12px;
}
.foneloan__badge--spacing {
  margin-bottom: 10px;
}
.foneloan__badge--warn {
  background-color: #ca6641;
}
.foneloan__badge--overdue {
  background-color: #e8a64e;
}
.foneloan__badge--success {
  background-color: #71bc78;
}
.foneloan__badge--danger {
  background-color: #ca3435;
}
.foneloan__badge--emiloan {
  background-color: #6a5287;
}
.foneloan__badge--qremi {
  background-color: #008996;
}
.foneloan__icon {
  width: 14px;
  height: 14px;
  padding-bottom: 3px;
}
.foneloan__border-top {
  border-top: 1px solid #dbdcdf;
}
.foneloan__stack {
  display: block;
  text-align: right;
}
.foneloan__align-right {
  text-align: right;
}
.foneloan__table-td {
  padding-left: 0;
}
.foneloan__table-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fdb913;
}
.foneloan__table-subtitle {
  color: #191b22;
}
.foneloan__no-spacing {
  margin: 0;
}
.onboarding__ratio-box {
  max-width: 134px;
  margin: 0 auto 16px;
}
.onboarding__ratio-box--spacing {
  margin-bottom: 24px;
}
.loan-status__icon {
  margin-bottom: 3px;
  margin-right: 8px;
}
.loan-status__icon--warning {
  color: #f3ac13;
}
.loan-status__titles {
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
}
.loan-status__subtitles {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #47494e;
}
.doughnut-chart {
  position: relative;
  margin-right: 50px;
}
.doughnut-chart--secondary {
  margin-left: 40px;
  margin-right: 0;
}
.doughnut-chart__graph {
  display: block;
}
.doughnut-chart__details {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.foneloan-register__container {
  max-width: 455px;
}
.foneloan-register__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
  margin-bottom: 24px;
}
.foneloan-register__subtitle--center {
  text-align: center;
}
.foneloan-register__card {
  margin-bottom: 32px;
}
.foneloan-register__card--sm {
  margin-bottom: 16px;
}
.ribbon-badge {
  text-transform: uppercase;
  border-radius: 4px;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1rem;
  color: #ffffff;
  background-color: #a3a4a7;
  position: absolute;
  top: -9px;
}
.ribbon-badge::before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 4px;
  width: 4px;
  background: inherit;
}
.ribbon-badge--left {
  left: -3px;
  border-bottom-left-radius: 0;
}
.ribbon-badge--left::before {
  left: 0;
  border-top-right-radius: 5px;
  transform: rotate(180deg);
}
.ribbon-badge--right {
  right: -3px;
  border-bottom-right-radius: 0;
}
.ribbon-badge--right::before {
  right: 0;
  border-top-right-radius: 5px;
  transform: rotate(90deg);
}
.ribbon-badge--success {
  background-color: #55aa00;
}
.selectable-card__radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  height: 20px;
  width: 20px;
  visibility: hidden;
}
.selectable-card__label {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.selectable-card__label:after {
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #47494e;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
.selectable-card__radio:checked ~ .selectable-card__label:after {
  background-color: #fdb913;
  border-color: #fdb913;
}
.card-division {
  width: 100%;
  display: flex;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: none;
  background-color: transparent;
}
.card-division:hover {
  background-color: #fafafa;
}
.card-division:active, .card-division:focus {
  background-color: #fff1d0;
}
.card-division:not(:last-of-type) {
  border-bottom: 1px solid #dbdcdf;
}
.card-division:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.card-division:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.is-loading .card-division__title {
  margin-bottom: 6px;
  width: 160px;
  height: 14px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .card-division__text {
  margin-bottom: 4px;
  width: 80px;
  height: 12px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .badge,
.is-loading .icon {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.card-division__button {
  display: flex;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left: 2px solid transparent;
  background-color: transparent;
  width: 100%;
}
.card-division__button:hover {
  background-color: #fafafa;
}
.card-division__button:active, .card-division__button:focus {
  background-color: #fff1d0;
}
.card-division__button:not(:last-of-type) {
  border-bottom: 1px solid #dbdcdf;
}
.card-division__image {
  --aspect-ratio: (96/64);
  min-width: 80px;
  color: #fdb913;
}
.card-division__item {
  margin-left: 12px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  word-break: break-word;
}
.card-division__title {
  font-size: 12px;
  line-height: 18px;
  color: #191b22;
  text-align: left;
}
.card-division__text {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #47494e;
  font-size: 12px;
  line-height: normal;
}
.card-division__text--md {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
}
.card-division__text--lg {
  color: #191b22;
  font-size: 18px;
  line-height: 1.33;
  font-family: "Helvetica Neue", sans-serif;
}
.card-division__icon {
  color: #47494e;
  margin-right: 6px;
}
.card-division__icon--warning {
  color: #f3ac13;
}
.card-division__avatar {
  min-width: auto;
}
.text-icon {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #47494e;
  font-size: 12px;
  line-height: normal;
}
.text-icon--lg {
  color: #191b22;
  font-size: 18px;
  line-height: 1.33;
  font-family: "Helvetica Neue", sans-serif;
}
.text-icon__icon {
  color: #47494e;
  margin-right: 6px;
}
.login-via-qr__header {
  margin-bottom: 24px;
}
.login-via-qr__timer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.login-via-qr__qr-wrapper {
  width: 238px;
  padding: 21px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #e8e8e9;
  border-radius: 3px;
}
.login-via-qr__qr-wrapper:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #ffffff;
  height: 100%;
  width: 100%;
  border-radius: 32px;
}
.login-via-qr__qr-wrapper:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border: 1px solid #ffffff;
  height: 100%;
  width: 100%;
  border-radius: 32px;
}
.login-via-qr__qr-wrapper--small {
  width: 173px;
}
.login-via-qr__text-content {
  margin-bottom: 24px;
}
.login-via-qr__title {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 12px;
}
.login-via-qr__list-item {
  padding-left: 16px;
  margin: 0;
}
.login-via-qr__footer {
  border-top: 1px solid #c8cad0;
  text-align: center;
  padding-top: 16px;
  margin-left: -24px;
  margin-right: -24px;
}
.login-via-qr__paragraph {
  margin-bottom: 12px;
  text-align: center;
}
.login-via-qr__paragraph--medium {
  font-size: 12px;
  line-height: 18px;
}
.login-via-qr__link-text {
  font-weight: bold;
  color: #fdb913;
  background: transparent;
  border: none;
  padding: 0;
}
.login-via-qr__link-text:hover, .login-via-qr__link-text:focus, .login-via-qr__link-text:active {
  color: #fdb913;
  text-decoration: underline;
}
.login-via-qr__text-container {
  width: 350px;
  margin: 0 auto;
  text-align: left;
}
.login-via-qr__error-text-container {
  padding-left: 24px;
  padding-right: 24px;
}
.login-via-qr__button-bottom-space {
  margin-bottom: 33px;
}
.login-via-qr__heading {
  height: 100%;
  display: block;
  margin-top: 1px;
  text-align: center;
  margin-bottom: 1px;
  flex-direction: column;
  justify-content: space-between;
}
.login-via-qr__helper-text {
  margin-top: 24px;
}
.login-via-qr__button-group {
  flex-wrap: wrap;
}
.login-via-qr__button {
  margin-bottom: 8px;
}
.landing-login-register {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.landing-login-register__heading {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
.landing-login-register__container {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-direction: column;
}
.revoke-card {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.is-loading .revoke-card__figure {
  width: 96px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .revoke-card__title {
  width: 40px;
  height: 14px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.revoke-card__figure {
  --aspect-ratio: (96/64);
  max-width: 80px;
  width: 100%;
  margin-right: 12px;
}
.revoke-card__figure--secondary {
  max-width: 48px;
}
.revoke-card__desc {
  flex-grow: 1;
}
.revoke-card__title {
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 0;
}
.revoke-card__title--md {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.revoke-card__value {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.revoke-dialog {
  margin-top: 12px;
}
.is-loading .revoke-dialog__title {
  width: 90x;
  height: 12px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .revoke-dialog__subtitle {
  width: 90px;
  height: 16px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.revoke-dialog__container {
  max-width: 300px;
  margin: 0 auto;
}
.revoke-dialog__content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.revoke-dialog__item {
  text-align: left;
}
.revoke-dialog__title {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.revoke-dialog__subtitle {
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.flags {
  font-family: "Twemoji Country Flags", "Helvetica", "Comic Sans", serif;
}
.email-status--secondary {
  max-width: 606px;
  margin: 0 auto;
}
.email-status__icon {
  margin-bottom: 3px;
  margin-right: 8px;
}
.email-status__icon--warning {
  color: #f3ac13;
}
.email-status__titles {
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
}
.email-status__subtitles {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
}
.email-status__subtitles--secondary {
  padding-left: 36px;
  color: #47494e;
}
.email-status__subtitles--light {
  color: #47494e;
}
.is-loading {
  pointer-events: none;
}
.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.loader__brand {
  width: 32px;
}
.loader__title {
  margin-top: 32px;
  margin-bottom: 12px;
}
.loader__title--light {
  color: #ffffff;
}
.loader__bar {
  width: 100%;
  max-width: 200px;
  border-radius: 2px;
  height: 4px;
  background-color: #c8cad0;
  overflow: hidden;
}
.loader__marker {
  width: 80px;
  height: 100%;
  border-radius: 2px;
  background-color: #4f4c4d;
  transform: translate3d(-80px, 0, 0);
  -webkit-animation: scrolling 1.5s linear infinite;
          animation: scrolling 1.5s linear infinite;
}
@-webkit-keyframes scrolling {
  to {
    transform: translate3d(280px, 0, 0);
  }
}
@keyframes scrolling {
  to {
    transform: translate3d(280px, 0, 0);
  }
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  line-height: 1.33;
  width: 100%;
  height: 68px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .main-header {
    max-width: 992px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .main-header {
    max-width: 1140px;
    margin: auto;
  }
}
@media (min-width: 1440px) {
  .main-header {
    max-width: 1260px;
  }
}
@media (min-width: 1920px) {
  .main-header {
    max-width: 1380px;
  }
}
.main-header--centered {
  justify-content: center;
}
.main-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  min-height: 68px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
  display: none;
}
@media (min-width: 576px) {
  .main-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .main-nav {
    justify-content: flex-end;
    position: static;
    background: transparent;
    text-align: center;
    padding-right: 0;
    text-align: right;
    max-height: none;
    width: auto;
    display: block;
  }
}
.main-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: type, lighter;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main-nav__container {
    background: transparent;
    max-width: 100%;
  }
}
.main-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  border-width: 0;
  background-color: transparent;
  padding-top: 24px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .main-nav__link {
    flex-direction: row;
  }
}
.main-nav__link::after {
  content: "";
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-nav__link:hover, .main-nav__link:active, .main-nav__link.active, .main-nav__link:focus {
  color: #ffffff;
  opacity: 1;
}
.main-nav__link:hover:after, .main-nav__link:active:after, .main-nav__link.active:after, .main-nav__link:focus:after {
  background: #231f20;
}
.main-nav__link--secondary:hover:after, .main-nav__link--secondary:active:after, .main-nav__link--secondary.active:after, .main-nav__link--secondary:focus:after {
  background: transparent;
}
.main-nav__link--dark {
  color: #191b22;
}
.main-nav__link--dark:hover, .main-nav__link--dark:active, .main-nav__link--dark.active, .main-nav__link--dark:focus {
  color: #191b22;
}
.main-nav__link.active .main-nav__img--active {
  display: block;
}
.main-nav__link.active .main-nav__img--inactive {
  display: none;
}
.main-nav__icon {
  margin-bottom: 6px;
  height: 20px;
}
@media (min-width: 768px) {
  .main-nav__icon {
    margin-right: 6px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main-nav__icon--right {
    margin-left: 6px;
    margin-right: 0;
  }
}
.main-nav__img {
  display: block;
  width: 20px;
  height: 20px;
}
.main-nav__img--active {
  display: none;
}
.main-nav__img--inactive {
  display: block;
}
.main-nav__item {
  flex: 1;
  margin: auto;
}
@media (min-width: 768px) {
  .main-nav__button {
    margin-left: 8px;
  }
}
.main-nav__dropdown {
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 7px;
  padding-left: 7px;
}
.nav-circle {
  width: 72px;
  height: 72px;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.nav-circle__icon {
  position: relative;
  top: -2px;
  color: #fdb913;
}
body,
html {
  height: 100%;
  min-width: 768px;
  position: relative;
  scroll-behavior: smooth;
}
.full-container {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  background-image: url('rectangle.50ee66536a65904a0f3b.svg'), url('background-login-grid.04617dd843cf47439d97.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: inherit;
  background-position: top 140px left, bottom right;
}
.full-container__body {
  border-top: 1px solid #dbdcdf;
  padding-top: 18px;
  padding-right: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.full-container__body:before {
  content: "";
  background: rgba(255, 255, 255, 0.16);
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .full-container__body {
    padding-top: 18px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.repository {
  display: block;
  max-width: 960px;
}
.repository--secondary {
  max-width: 1140px;
}
.repository--tertiary {
  max-width: 740px;
}
@media (min-width: 768px) {
  .repository {
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-right: 50px;
    padding-bottom: 24px;
    padding-left: 50px;
  }
}
.repository__heading {
  display: none;
  text-align: center;
  margin-bottom: 24px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45;
  color: #ffffff;
}
@media (min-width: 768px) {
  .repository__heading {
    display: block;
  }
}
.repository__action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}
.repository__action-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #191b22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.repository__action-icon {
  margin-right: 8px;
}
.repository__action-icon--primary {
  --icon-size: 24px;
  color: #fdb913;
}
.repository__align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.repository__stepper > .steps {
  width: 100%;
}
.repository__segment {
  margin-top: 12px;
}
.repository__section {
  margin-top: 24px;
}
.repository__section--no-spacing {
  margin-top: 0;
}
.repository__container {
  width: 471px;
  margin: 0 auto;
}
.container--secondary {
  padding-right: 3px;
  padding-left: 3px;
}
.container--lg {
  max-width: 996px;
}
.container--md {
  max-width: 740px;
}
.container--sm {
  max-width: 550px;
}
.container--xs {
  max-width: 344px;
}
.container__segment {
  margin-bottom: 24px;
}
.container__segment--extended {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
.row-secondary {
  margin-right: -3px;
  margin-left: -3px;
}
.col-secondary {
  padding-right: 3px;
  padding-left: 3px;
}
.two-column-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .two-column-grid {
    flex-direction: row;
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (min-width: 1920px) {
  .two-column-grid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.two-column-grid__content {
  flex-grow: 1;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .two-column-grid__content {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 0;
  }
}
.two-column-grid__content--gradient-border {
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 1 100%;
  border-right: 1px solid;
}
.two-column-grid__secondary {
  flex-basis: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .two-column-grid__secondary {
    flex-basis: 290px;
    max-width: 290px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (min-width: 1440px) {
  .two-column-grid__secondary {
    flex-basis: 386px;
    max-width: 386px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .two-column-grid__secondary--wider {
    max-width: 542px;
    flex-basis: 50%;
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .two-column-grid__tertiary {
    flex-basis: 200px;
    max-width: 200px;
  }
}
.two-column-grid__segment {
  margin-bottom: 24px;
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
.grid-row--centered {
  justify-content: center;
}
.grid-row__col-box {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.grid-row__col-box--secondary {
  padding: 4px;
}
.grid-row__col-box--tertiary {
  padding: 7px;
}
.grid-row__col-box--sm {
  flex: 0 0 25%;
  min-width: 238px;
}
.grid-row__col-box--md {
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-row__col-box--xs {
  flex-basis: 148px;
  max-width: 148px;
}
@media (min-width: 992px) {
  .form-column {
    max-width: 448px;
  }
}
.form-column--size {
  max-width: 100%;
  width: 100%;
}
.form-column__content {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.form-column__item {
  position: absolute;
  left: 16px;
  top: 36px;
}
.form-column__item--hide {
  display: none;
}
.form-column__input {
  padding-left: 54px;
}
.form-column__input.nd-input[readonly] {
  padding-left: 54px;
}
.form-column__wrapper {
  position: relative;
}
.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #ffffff;
  background-color: #f4f4f4;
  background-image: url('rectangle.50ee66536a65904a0f3b.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: left bottom;
}
.app-container__sidebar {
  width: auto;
  height: calc(100vh - 78px);
  overflow: auto;
}
@media (min-width: 768px) {
  .app-container__sidebar {
    min-width: 236px;
    position: fixed;
    left: 0;
    top: 78px;
  }
  .app-container__sidebar:before {
    content: "";
    width: 28px;
    height: 100%;
    background: #ffffff;
    border-top-left-radius: 32px;
    position: fixed;
    left: 236px;
    top: 78px;
    z-index: 1;
  }
}
.app-container__sidebar--secondary::before {
  content: none;
}
.main-container__content {
  flex-grow: 1;
  background: #ffffff;
  color: #191b22;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .main-container__content {
    margin-left: calc( 236px + 28px );
    width: calc( 100% - 236px - 28px );
    padding-top: 24px;
    padding-right: 34px;
    padding-bottom: 24px;
    padding-left: 6px;
  }
}
@media (min-width: 768px) {
  .main-container__content--secondary {
    margin-left: 236px;
    width: calc(100% - 236px);
    padding-left: 34px;
  }
}
.main-container__card-wrapper {
  position: absolute;
  top: -72px;
  display: flex;
  align-items: baseline;
}
.main-container__add-btn {
  position: relative;
  top: 22px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
}
.main-wrapper {
  display: flex;
  flex-grow: 1;
  text-align: left;
  margin-top: 78px;
  min-height: calc(100% - 190px);
}
.main-wrapper.has-card .main-container__content {
  margin-top: 72px;
  padding-top: 72px;
}
.main-wrapper__title {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.23;
  margin-bottom: 30px;
}
.main-wrapper__nav {
  min-height: 100%;
  position: relative;
}
.main-wrapper__nav-item {
  display: block;
  margin-bottom: 20px;
}
.main-wrapper__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.main-wrapper__icon {
  --icon-size: 24px;
  margin-right: 8px;
}
.footer-wrapper {
  padding: 30px 0;
  text-align: center;
}
.footer-wrapper__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  justify-content: center;
}
.footer-wrapper__icon {
  --icon-size: 24px;
  margin-right: 8px;
}
.app-header {
  min-height: 75px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 18px;
  padding-left: 32px;
  background-color: #f4f4f4;
  background-image: url('rectangle.50ee66536a65904a0f3b.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: left bottom;
}
.app-header--light {
  background-image: none;
}
.app-header__logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-self: baseline;
  min-width: 204px;
  max-width: 210px;
}
@media (min-width: 768px) {
  .app-header__logo {
    width: auto;
  }
}
.app-header__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.app-header__brand {
  display: inline-block;
}
.app-header__account-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  .app-header__account-details {
    display: flex;
  }
}
.app-header__title {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.app-header__desc {
  margin: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  margin-top: -5px;
  font-size: 12px;
  line-height: 18px;
}
.app-header__toggleable {
  margin-left: 18px;
}
.app-header__star {
  margin-left: 5px;
}
.app-header__stacked-circle {
  margin-right: 12px;
}
.app-header__info {
  margin-right: 18px;
  margin-top: -7px;
}
.app-header__search {
  min-width: 562px;
  padding-left: 30px;
  min-height: 48px;
}
.app-header__right-nav-bar {
  padding-left: 0;
  list-style: none;
  align-items: center;
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end;
  flex-grow: 1;
}
.app-header__nav-item {
  margin-left: 20px;
}
.app-header__nav-item:last-child {
  margin-left: 20px;
}
.app-header__nav-item--secondary {
  margin-left: 8px;
}
.app-header__nav-link {
  color: #ffffff;
  margin-right: 24px;
}
.app-header__nav-link:hover {
  color: inherit;
}
@media (min-width: 768px) {
  .app-header__nav-link {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .app-header__nav-link {
    margin-right: 24px;
  }
}
.nav-bar-mobile {
  display: flex;
  list-style: none;
  top: 30px;
  position: absolute;
  right: 14px;
}
@media (min-width: 768px) {
  .nav-bar-mobile {
    display: none;
  }
}
.overlay-navbar {
  position: fixed;
  top: 0;
  height: 100vh;
  background: #ffffff;
  color: #191b22;
  display: block;
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  width: 100%;
  z-index: 3;
  display: none;
}
.overlay-navbar__nav-bar {
  display: flex;
  margin-bottom: 40px;
  list-style: none;
}
.overlay-navbar__notification-text {
  margin-bottom: 0;
}
.overlay-navbar__nav-link {
  color: #47494e;
  margin-right: 0;
}
.overlay-navbar__profile-wrapper {
  margin-right: 0;
}
.overlay-navbar__profile-pic {
  box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.overlay-navbar__nav-item {
  flex: 1;
  margin-left: 0;
}
.overlay-navbar__nav-item:nth-child(2) {
  text-align: center;
  flex-grow: 2;
}
.overlay-navbar__nav-item:nth-child(3) {
  text-align: right;
}
.overlay-navbar__desc {
  color: #47494e;
}
.overlay-navbar__notification-text {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", sans-serif;
}
.overlay-navbar__footer {
  text-align: center;
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  margin: auto;
}
.overlay-navbar__account-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.overlay-navbar__amt-details {
  display: flex;
}
.overlay-navbar__stacked-circle {
  fill: #fdb913;
}
.overlay-navbar__toggleable {
  fill: #47494e;
}
.overlay-navbar__star {
  fill: #fdb913;
}
.overlay-navbar__msg-box {
  fill: #47494e;
}
.overlay-navbar__bell {
  fill: #47494e;
}
.mobile-notification {
  margin-bottom: 32px;
  flex-direction: column;
  align-items: baseline;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #f6f6f6;
}
.mobile-notification__notification-bar {
  display: flex;
  margin-bottom: 22px;
}
.mobile-notification__link {
  margin-right: 16px;
}
.side-bar {
  list-style: none;
  padding-left: 0;
  display: none;
}
@media (min-width: 768px) {
  .side-bar {
    display: block;
  }
}
.side-bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: box-shadow 0.3s, display 0.3s;
  padding: 11px;
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Helvetica Neue", sans-serif;
}
@media (min-width: 768px) {
  .side-bar__link {
    flex-direction: row;
    justify-content: flex-start;
    color: #ffffff;
    padding-left: 32px;
  }
}
.side-bar__link:hover {
  color: #ffffff;
}
.side-bar__link:hover, .side-bar__link.active {
  box-shadow: -30px 4px 24px 0 rgba(0, 0, 0, 0.24);
  background-image: linear-gradient(to right, #fdb913, rgba(9, 84, 177, 0));
}
.side-bar__link.active::before {
  opacity: 1;
}
.side-bar__link.active .side-bar__icon--active {
  display: block;
}
.side-bar__link.active .side-bar__icon--inactive {
  display: none;
}
.side-bar__link:before {
  content: "";
  position: absolute;
  background: #231f20;
  width: 4px;
  height: 100%;
  left: 0;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  opacity: 0;
}
.side-bar__icon {
  margin-right: 18px;
}
.side-bar__icon--active {
  display: none;
}
.side-bar__icon--inactive {
  display: block;
}
.side-bar__img {
  display: block;
  width: 24px;
  height: 24px;
}
.page-header {
  margin-bottom: 24px;
  display: flex;
}
.page-header--spacing {
  margin-bottom: 1rem;
}
.page-header__title {
  flex-grow: 1;
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 6px;
  text-align: center;
  word-break: break-word;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
}
@media (min-width: 992px) {
  .page-header__title {
    max-width: 200px;
  }
}
@media (min-width: 1440px) {
  .page-header__title {
    max-width: 420px;
  }
}
.page-header__title--left-align {
  text-align: left;
}
.page-header__title--large {
  font-size: 22px;
  line-height: 1.45;
}
.page-header__link {
  max-width: 50%;
  flex-grow: 1;
  flex-basis: 15%;
}
.page-header__link--align-right {
  text-align: right;
}
.page-header__icon {
  display: inline-block;
  margin-right: 6px;
  min-width: 20px;
}
.is-loading .panel-header__title {
  width: 150px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.steps {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .steps {
    width: 50%;
    margin: 0 auto;
  }
}
.steps__step {
  margin-right: 24px;
  margin-left: 24px;
  position: relative;
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  display: table-cell;
  text-align: center;
}
.steps__step:not(:last-child)::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.16);
  display: block;
  width: 100%;
  height: 0.125rem;
  top: 13px;
  left: 52.7%;
}
.steps__step.active .steps__outer-circle {
  background: #231f20;
  width: 24px;
  height: 24px;
}
.steps__step.finished .steps__outer-circle {
  background: #231f20;
}
.steps__outer-circle {
  width: 20px;
  height: 20px;
  background: #a3a4a7;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.steps__links {
  width: 120px;
  text-align: center;
}
.steps__icon {
  color: #ffffff;
}
.stepper-content {
  display: block;
  margin-top: 24px;
}
.steps-content {
  text-align: center;
}
.steps-content__form {
  max-width: 356px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.steps-content__form--secondary {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}
@media (min-width: 576px) {
  .steps-content__form--secondary {
    max-width: 356px;
  }
}
.steps-content__btn-group {
  margin-top: 50px;
}
.cards__bottom-spacing {
  margin-bottom: 16px;
}
.cards__wrapper {
  padding: 0 30px;
  margin-bottom: 30px;
}
.cards__info {
  display: flex;
  color: #191b22;
}
.cards__info-icon {
  color: #fdb913;
  margin-right: 8px;
}
.cards__align-top {
  align-items: normal;
}
.select-language__wrapper {
  max-width: 241px;
  margin: 24px auto 0;
}
.select-language__card {
  position: relative;
}
.select-language__card:not(:last-child) {
  margin-bottom: 8px;
}
.select-language__align {
  display: flex;
}
.select-language__align--horizontal {
  justify-content: flex-start;
}
.select-language__align--vertical {
  align-items: center;
}
.select-language__align--both {
  justify-content: center;
  align-items: center;
}
.select-language__radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  height: 20px;
  width: 20px;
  visibility: hidden;
}
.select-language__label {
  cursor: pointer;
  z-index: 2;
  border: 1px solid #a4a7b0;
  padding: 7px 16px;
  width: 100%;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.select-language__label:after {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #47494e;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
.select-language__label:hover {
  border-color: #fdb913;
}
.select-language__icon {
  margin-right: 8px;
  color: #fdb913;
}
.select-language__img {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.select-language__info {
  margin-top: 24px;
  font-size: 12px;
  line-height: 18px;
  color: #191b22;
}
.select-language__radio:checked ~ .select-language__label:after {
  background-color: #fdb913;
}
.select-language__radio:checked ~ .select-language__label {
  border-color: #fdb913;
}
.app-container .privilege-card {
  background-color: #191b22;
  background-image: none;
}
.app-container .privilege-card__icon:hover {
  background-color: white;
  color: black;
}
.app-container .privilege-card__btn {
  background-color: #d4b768;
  font-weight: 700;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.app-container .privilege-card__btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.is-loading .privilege-card__btn {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
  background-color: rgba(0, 0, 0, 0.1);
}
.modal {
  max-width: 1320px;
  min-width: 700px;
  width: 100%;
}
.modal__iframe {
  border: 0;
  height: 600px;
  width: 100%;
}
.modal__wrapper {
  padding: 16px 26px;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.block-text {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.block-text__label {
  margin-top: 0;
  margin-bottom: 4px;
  color: #5e5f64;
  font-size: 12px;
  line-height: 18px;
}
.block-text__text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.feature-action {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.feature-action__wrapper {
  padding: 4px 0;
}
.feature-action__wrapper:not(:last-child) {
  border-bottom: 1px solid #dbdcdf;
}
.feature-action__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  width: 100%;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}
.feature-action__item:hover {
  background-color: #fafafa;
}
.feature-action__active {
  background-color: #fdb913;
  color: #ffffff;
}
.feature-action__active:hover {
  background-color: #fdb913;
  color: #ffffff;
}
.limit-item {
  color: #191b22;
  margin-bottom: 20px;
  display: block;
}
.limit-item__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.limit-item__progress-bar {
  height: 6px;
  margin: 4px 0;
  border-radius: 6px;
  background-color: #c8cad0;
}
.preference-settings__main, .preference-settings__panel-header {
  display: flex;
  align-items: center;
}
.preference-settings__button {
  background: transparent;
  border: none;
  width: 100%;
}
.preference-settings__button:not(:last-child) {
  border-bottom: 1px solid #dbdcdf;
}
.preference-settings__icon {
  margin-right: 12px;
}
.country-dropdown {
  position: relative;
}
.country-dropdown__button {
  position: absolute;
  top: 1px;
  left: 2px;
  height: 45px;
  background-color: transparent;
  border: unset;
  background-color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
}
.country-dropdown__button.active {
  background-color: #fff1d0;
}
.country-dropdown__button.active:focus, .country-dropdown__button.active:hover {
  background-color: #fff1d0;
}
.country-dropdown__button:focus, .country-dropdown__button:hover {
  background-color: #f6f6f6;
}
.country-dropdown__form-field {
  position: relative;
}
.country-dropdown__text {
  margin-left: 4px;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.country-dropdown__input {
  text-indent: 96px;
}
.country-dropdown__select-wrapper {
  width: 100%;
  position: absolute;
  top: -10px;
  right: -8px;
}
.country-dropdown__select {
  position: relative;
}
.country-dropdown__select.ng-select {
  height: 70px;
  opacity: 0;
}
.country-dropdown__select.ng-select-bottom::before, .country-dropdown__select.ng-select-bottom::after, .country-dropdown__select.ng-select-top::before, .country-dropdown__select.ng-select-top::after {
  content: "";
  border-style: solid;
  border-width: 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 15px;
  transform: translateY(-100%);
}
.country-dropdown__select.ng-select-bottom::before, .country-dropdown__select.ng-select-bottom::after {
  top: 1px;
}
.country-dropdown__select.ng-select-bottom:after {
  border-color: transparent transparent #ffffff;
}
.country-dropdown__select.ng-select-bottom:before {
  border-color: transparent transparent #c8cad0;
  top: -1px;
}
.country-dropdown__select.ng-select-top::before, .country-dropdown__select.ng-select-top::after {
  bottom: 0px;
}
.country-dropdown__select.ng-select-top:after {
  border-color: #ffffff transparent transparent;
  bottom: -31px;
}
.country-dropdown__select.ng-select-top:before {
  border-color: #c8cad0 transparent transparent;
  bottom: -33px;
}
.country-dropdown__select.ng-dropdown-panel {
  border: 1px solid #c8cad0;
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding-top: 0;
}
.country-dropdown__select.ng-dropdown-panel .ng-dropdown-panel-items {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.country-dropdown__select.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  white-space: initial;
}
.country-dropdown__select .ng-option-label__title {
  display: flex;
  align-items: center;
}
.country-dropdown__search {
  padding: 5px 7px;
}
.country-dropdown__not-found {
  text-align: center;
  height: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.country-dropdown__heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #191b22;
}
.country-dropdown__description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5e5f64;
}
.country-dropdown__flag {
  font-size: 22px;
  line-height: 1;
}
.country-dropdown__option-flag {
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
}
.country-dropdown__check-icon {
  color: #fdb913;
}
.option-label {
  justify-content: space-between;
}
.option-label__title {
  flex-basis: 80%;
  max-width: 80%;
}
.animated-object__mover {
  line-height: 80px;
  text-indent: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  overflow: hidden;
  z-index: 1000;
  -webkit-animation: move 10s infinite alternate ease-in-out;
          animation: move 10s infinite alternate ease-in-out;
  width: 120px;
  height: 120px;
}
.animated-object__mover-path-1 {
  top: 200px;
  left: 0;
  offset-path: path("M-4.18,570.41s107.14,2.04,129.59-45.92,39.8-68.37,71.43-73.47,105.56-15.48,111.68-45.08c8.1-26.92-6.58-54.92-33.96-54.57-4.97,.06-9.86,1.21-14.48,3.04-30.08,11.89-30.29,37.31-21.65,53.62,9.18,17.35,39.03,37.88,99.23-6,52.71-38.42,59.34-36.45,68.33-70.72,2.19-8.33,3.51-16.86,4.27-25.44,1.77-20.08,14.14-57.19,69.24-65.06,64.29-9.18,110.2,18.37,130.61-31.63s30.35-81.78,72.19-80.76c35.7,4.32,49.24,57.29,9.45,73.61s-71.59-25.74-67.51-51.25,19.55-64.06,60.37-65.08,85.71,0,98.98-18.37,20.41-55.1,14.29-67.35");
}
.animated-object__mover-path-2 {
  top: 200px;
  right: 0;
}
.animated-object__mover-path-3 {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
.animated-object__mover-path-4 {
  bottom: 200px;
  right: 0;
}
.animated-object__mover-path-1 {
  offset-path: path("M-4.18,570.41s107.14,2.04,129.59-45.92,39.8-68.37,71.43-73.47,105.56-15.48,111.68-45.08c8.1-26.92-6.58-54.92-33.96-54.57-4.97,.06-9.86,1.21-14.48,3.04-30.08,11.89-30.29,37.31-21.65,53.62,9.18,17.35,39.03,37.88,99.23-6,52.71-38.42,59.34-36.45,68.33-70.72,2.19-8.33,3.51-16.86,4.27-25.44,1.77-20.08,14.14-57.19,69.24-65.06,64.29-9.18,110.2,18.37,130.61-31.63s30.35-81.78,72.19-80.76c35.7,4.32,49.24,57.29,9.45,73.61s-71.59-25.74-67.51-51.25,19.55-64.06,60.37-65.08,85.71,0,98.98-18.37,20.41-55.1,14.29-67.35");
}
.animated-object__mover-path-2 {
  offset-path: path("M2.2,0c-6.1,12.2,1,49,14.3,67.3s58.2,17.3,99,18.4s56.3,39.6,60.4,65.1s-27.7,67.6-67.5,51.2s-26.2-69.3, 9.5-73.6c41.8-1, 51.8, 30.8, 72.2, 80.8s66.3, 22.5, 130.6, 31.6c55.1, 7.9, 67.5, 45, 69.2, 65.1c0.8, 8.6, 2.1, 17.1, 4.3, 25.4 c9, 34.3, 15.6, 32.3, 68.3, 70.7c60.2, 43.9, 90, 23.4, 99.2, 6c8.6-16.3, 8.4-41.7-21.6-53.6c-4.6-1.8-9.5-3-14.5-3 c-27.4-0.3-42.1, 27.6-34, 54.6c6.1, 29.6, 80, 40, 111.7, 45.1s49, 25.5, 71.4, 73.5s129.6, 45.9, 129.6, 45.9");
}
.animated-object__mover-path-3 {
  offset-path: path("M734-18.4C731.7,5.9,661.2,7.1,642.5,16s-21.2,41.1-29.1,78s-44.9,44.5-68.4,43.9c-23.4-0.6-55.4-36.6-34-70c21.4-33.4, 66.2-12.1, 63.9, 21c-6.3, 38.2-36.3, 41.9-84.4, 52c-48, 10.1-31.4, 56.5-50.7, 113.3C423.4, 303, 388.2, 308, 370, 306.2 c-7.8-0.8-15.6-1-23.4-0.4c-32.1, 2.4-31.5, 8.7-74.8, 50.1c-49.5, 47.3-36.3, 77.9-22.5, 89.2c13, 10.6, 35.7, 14.7, 51.5-10.6 c2.4-3.9, 4.3-8.1, 5.2-12.6c5-24.8-17.4-42.9-42.7-40.1c-27.4, 0.6-49.4, 66-59.4, 93.9c-10, 27.9-31.2, 40.2-77.7, 52.5 c-46.6, 12.3-63.2, 110-63.2, 110");
}
.animated-object__mover-path-4 {
  offset-path: path("M73.6-28.8c24.3,2.5,24.8,73.1,33.6,91.8s40.9,21.6,77.8,29.9s44,45.4,43.2,68.8s-37.1,55-70.3,33.3s-11.5-66.3, 21.7-63.7c38.1, 6.7, 41.5, 36.7, 51.1, 84.9s56.2, 32, 112.8, 51.8c48.6, 17, 53.2, 52.2, 51.2, 70.4c-0.8, 7.8-1.2, 15.6-0.6, 23.4 c2.1, 32.1, 8.4, 31.5, 49.4, 75.2c46.8, 49.9, 77.5, 37.1, 88.9, 23.3c10.7-12.9, 15.1-35.6-10.1-51.6c-3.9-2.5-8.1-4.4-12.6-5.3 c-24.8-5.3-43.1, 16.9-40.5, 42.3c0.3, 27.4, 65.5, 50, 93.3, 60.3c27.8, 10.3, 39.9, 31.6, 51.7, 78.2c11.8, 46.7, 109.4, 64.3, 109.4, 64.3");
}
@-webkit-keyframes move {
  100% {
    motion-offset: 100%;
    offset-distance: 100%;
  }
}
@keyframes move {
  100% {
    motion-offset: 100%;
    offset-distance: 100%;
  }
}
.notice-banner {
  display: flex;
  border: 1px solid #b6b9c0;
  padding: 16px;
  border-radius: 3px;
  margin-bottom: 24px;
}
.notice-banner__icon {
  color: #fdb913;
  flex-shrink: 0;
  margin-right: 8px;
}
.notice-banner__content {
  flex-grow: 1;
  color: #191b22;
  font-size: 12px;
  line-height: 18px;
}
.notice-banner--no-border {
  border: none;
  padding: 0px;
}
.data-block {
  margin-bottom: 24px;
}
.data-block__label {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}
.data-block__label--align-left {
  text-align: left;
}
.data-block__details {
  border: 1px solid #b6b9c0;
  padding: 12px;
  border-radius: 3px;
}
.data-block__details--align-left {
  text-align: left;
  margin-bottom: 4px;
}
.data-block__badge {
  margin-left: 8px;
}
.data-block__title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #191b22;
}
.data-block__subtitle {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
}
.data-block__form-field {
  margin-bottom: 0px;
}
.data-block__no-space {
  margin-bottom: 0;
}
.mask-info__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  color: #5e5f64;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.mask-info__text--bold {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-weight: 700;
}
.mask-info__title {
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  color: #191b22;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
}
@media (min-width: 1440px) {
  .mask-info__title {
    font-size: 30px;
    line-height: 1.33;
    font-family: "Helvetica Neue", sans-serif;
  }
}
.mask-info__title--bold {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
}
.mask-info__button {
  padding: 2px;
}
@media (min-width: 1440px) {
  .mask-info__button {
    padding: 12px;
  }
}
.mask-info__button:focus {
  background-color: transparent;
}
.digital-transaction__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
}
.digital-transaction__figure {
  width: 80px;
}
.digital-transaction__button {
  margin-left: 5px;
}
.offer__container {
  max-width: 376px;
}
.offer__list {
  width: 344px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
  margin: 16px;
}
.offer__list--secondary {
  flex-direction: row;
  width: 100%;
  margin: 0;
}
.offer__heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #191b22;
  margin: 8px 0 0;
  word-break: break-all;
}
.offer-details__title {
  margin: 8px 0;
}
.offer-card {
  display: flex;
  width: 100%;
  max-width: 386px;
}
.offer-card__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  text-align: left;
  border-radius: 3px;
  color: #47494e;
  border: 1px solid #e8e8e9;
  background-color: #ffffff;
  --aspect-ratio: (16/9);
}
.offer-card__content.action:hover {
  border-color: #a3a4a7;
}
.offer-card__content.action:focus, .offer-card__content.action:focus-visible {
  border-color: #fdb913;
  outline: none;
}
.offer-card--secondary {
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 16px 48px -10px rgba(0, 0, 0, 0.06);
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.offer-card__details {
  padding: 17px 16px 10px;
}
.offer-card__details--secondary {
  padding: 16px 24px;
}
.offer-card__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  margin: 4px 0 12px 0;
  word-break: break-all;
}
.offer-card__badge-wrapper {
  display: flex;
  gap: 10px;
}
.offer-card__badge {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 2px;
  background-color: #e8e8e9;
  padding: 1px 6px;
  color: #191b22;
}
.offer-card__short-desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  word-break: break-all;
}
.offer-card__desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-break: break-all;
}
.offer-card__date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  word-break: break-all;
}
.offer-card__link {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fdb913;
  padding: 10px 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.offer-card__link:focus, .offer-card__link:hover {
  outline: none;
  color: #ca940f;
}
.offer-card__info {
  padding: 16px 24px;
  border-top: 1px solid #dbdcdf;
}
.offer-card__segment {
  word-break: break-all;
}
.offer-card__segment:not(:last-child) {
  margin-bottom: 16px;
}
.offer-card__flex-container {
  display: flex;
  gap: 8px;
}
.offer-card__button {
  margin-bottom: 0;
  margin-right: 8px;
}
.coupon-card {
  width: 344px;
  display: block;
  position: relative;
}
.coupon-card__wrapper {
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  border-radius: 6px;
  color: #47494e;
  border: 1px solid #e8e8e9;
  background-color: #ffffff;
}
.coupon-card__wrapper:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.coupon-card__wrapper:hover ~ .circle--left {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left-color: #ffffff;
  box-shadow: inset -3px 1px 4px 0 rgba(0, 0, 0, 0.1), -10px 2px 10px 0 #ffffff;
}
.coupon-card__wrapper:hover ~ .circle--right {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: #ffffff;
  box-shadow: inset 2px 0 3px 1px rgba(0, 0, 0, 0.1), 10px 0 10px 2px #ffffff;
}
.coupon-card__wrapper:focus, .coupon-card__wrapper:focus-within {
  border: 1px solid #fdb913;
  outline: none;
}
.coupon-card__wrapper:focus ~ .circle--left, .coupon-card__wrapper:focus-within ~ .circle--left {
  border: 1px solid #fdb913;
  border-left-color: #ffffff;
}
.coupon-card__wrapper:focus ~ .circle--right, .coupon-card__wrapper:focus-within ~ .circle--right {
  border: 1px solid #fdb913;
  border-right-color: #ffffff;
}
.coupon-card__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #47494e;
  margin: 0 0 6px 0;
  word-break: break-all;
}
.coupon-card__badge-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}
.coupon-card__badge {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 2px;
  background-color: #e8e8e9;
  padding: 1px 6px;
  color: #191b22;
  word-break: break-all;
}
.coupon-card__link {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #fdb913;
  word-break: break-all;
}
.coupon-card__link:focus, .coupon-card__link:hover {
  outline: none;
  color: #ca940f;
}
.coupon-card__info {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  word-break: break-all;
}
.coupon-card__icon {
  margin-right: 4px;
}
.coupon-card__separator {
  margin: 16px 0 11px 0;
  border: 1px dashed #5e5f64;
}
.coupon-card__code {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border: 1px dashed #fee3a1;
  padding: 8px 12px;
  color: #fdb913;
  background-color: #fff1d0;
  cursor: text;
  word-break: break-all;
}
.coupon-card__content {
  display: flex;
  gap: 8px;
}
.circle {
  width: 12px;
  height: 20px;
  position: absolute;
  top: 60%;
  transform: translateY(-45%);
  border: 1px solid #e8e8e9;
}
.circle--left {
  left: 0;
  border-radius: 0 5rem 5rem 0;
  border-left-color: #ffffff;
}
.circle--right {
  right: 0;
  border-radius: 5rem 0 0 5rem;
  border-right-color: #ffffff;
}
.circle--secondary {
  top: 68%;
}
.column-list {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.column-item {
  margin-bottom: 16px;
}
.column-item__subtitles {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.column-item__info {
  color: #5e5f64;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.column-item__titles {
  word-break: break-word;
  margin: 0;
  font-weight: 400;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1440px) {
  .column-item__titles {
    font-size: 18px;
    line-height: 1.33;
  }
}
.divider {
  display: block;
  border-bottom: 1px solid #dbdcdf;
}
.landing-page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.landing-page__container {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-page__container {
    text-align: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .landing-page__container {
    max-width: 1140px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .landing-page__container {
    max-width: 1260px;
  }
}
@media (min-width: 1920px) {
  .landing-page__container {
    max-width: 1380px;
  }
}
.landing-page__body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  min-height: 100%;
}
@media (min-width: 768px) {
  .landing-page__body {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.landing-page__main {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .landing-page__main {
    max-width: calc(100% - 390px);
    flex-basis: calc(100% - 390px);
    padding-right: 18px;
    margin-bottom: 24px;
  }
}
.landing-page__sidebar {
  width: 100%;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 24px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .landing-page__sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 390px;
    flex-basis: 390px;
    text-align: center;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.landing-page__banner {
  height: 100%;
}
.landing-page__heading {
  margin-bottom: 24px;
}
.landing-page__footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}
.landing-page__footer-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.landing-page__tabs {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.landing-page__tabs > .tabs__list {
  margin-bottom: 0;
}
.landing-page__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - (108px));
  width: 256px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: auto;
}
.landing-page__card--space {
  padding-top: 22px;
  padding-bottom: 22px;
}
.landing-page__card--extended {
  min-width: 305px;
}
.landing-page__activate-section {
  width: calc(100% - 104px);
  margin: auto;
  display: block;
}
.landing-page__tab-footer {
  width: 100%;
  margin-top: 24px;
}
.landing-page__tab-button {
  width: 100%;
}
.footer-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}
.footer-menu__title {
  margin-bottom: 22px;
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.8;
  text-transform: uppercase;
}
.footer-menu__list {
  padding-left: 0;
  list-style: none;
}
.footer-menu__item {
  margin-bottom: 12px;
}
.footer-menu__element {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
}
.footer-menu__element:hover, .footer-menu__element:active, .footer-menu__element:focus {
  color: rgba(255, 255, 255, 0.8);
}
.footer-menu__element--secondary {
  font-family: "Helvetica Neue", sans-serif;
}
.footer-menu__element--secondary:hover, .footer-menu__element--secondary:active, .footer-menu__element--secondary:focus {
  color: #ffffff;
}
.footer-menu__element a {
  color: #ffffff;
}
.footer-menu__element a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.register {
  text-align: center;
}
.register__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}
.register__re-captcha {
  display: inline-block;
}
.registration-success-page__title {
  margin-top: 24px;
  color: #191b22;
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .registration-success-page__title {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    padding: 0;
  }
}
.registration-success-page__description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .registration-success-page__description {
    padding: 0;
  }
}
.content {
  max-width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
  margin-bottom: 20px;
  margin-top: 45px;
}
@media (min-width: 576px) {
  .content {
    margin-bottom: 0;
  }
}
.content-wrapper {
  display: flex;
  flex-direction: column;
}
.content--spacing {
  margin-top: 24px;
}
.account-balance {
  display: flex;
}
.account-balance__card-wrapper {
  margin-right: 8px;
}
.account-balance__card-wrapper, .account-balance__card {
  height: 100%;
}
.account-balance__card {
  border: none;
}
.account-balance__card-logo {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 24px;
}
.account-balance__titles {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
}
.account-balance__subtitles {
  font-size: 18px;
  line-height: 1.33;
}
.account-balance__left-division {
  width: 50%;
  flex-basis: 50%;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .account-balance__left-division {
    min-width: 280px;
    max-width: 330px;
  }
}
@media (min-width: 1440px) {
  .account-balance__left-division {
    min-width: 360px;
    max-width: 400px;
  }
}
.account-balance__swiper-container {
  border-radius: 3px;
  border: solid 1px #dbdcdf;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04) , 0 16px 48px -10px rgba(0, 0, 0, 0.06);
}
.account-balance__swiper-slide {
  box-sizing: border-box;
}
.account-balance__swiper-pagination, .account-balance__swiper-slide {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.account-balance__chart {
  height: 110px;
}
.account-balance__chart-header {
  width: calc(100% - 40px);
  margin-bottom: 16px;
}
.account-balance__chart-title {
  margin-bottom: 4px;
}
.account-balance__text {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue", sans-serif;
}
.account-balance__toggle-icon.nd-button--text:hover {
  background-color: #fdc742;
}
.account-balance__btn {
  background-color: #e9e9e9;
  font-weight: 700;
  color: #1c191a;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  border: none;
}
.account-balance__btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.linking__btn-icon {
  order: 2;
  margin-left: 5px;
}
.dashboard-section {
  margin-bottom: 24px;
}
.dashboard__kyc-status {
  margin-bottom: 16px;
}
.dashboard__email-status {
  margin-bottom: 16px;
}
.dashboard__trend-chart {
  height: 144px;
}
.dashboard__reward-point-card {
  height: 255px;
  width: 50%;
}
@media (min-width: 1440px) {
  .dashboard__reward-point-card {
    width: 100%;
  }
}
.dashboard__reward-point,
.dashboard .information-box, .dashboard__reward-point-details {
  height: 100%;
}
.dashboard__reward-point-details {
  background-position: right -46px center;
}
.dashboard__tr {
  border-left: none;
}
.dashboard__tr:hover {
  border-left: none;
}
.dashboard__tr:first-of-type .dashboard__td-left {
  border-top-left-radius: 3px;
}
.dashboard__tr:first-of-type .dashboard__td-right {
  border-top-right-radius: 3px;
}
.dashboard__tr:last-of-type .dashboard__td-left {
  border-bottom-left-radius: 3px;
}
.dashboard__tr:last-of-type .dashboard__td-right {
  border-bottom-right-radius: 3px;
}
.is-loading .account-balance__btn {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-details {
    margin-left: -14px;
    margin-right: -14px;
    flex-direction: row;
  }
}
.product-details__wrapper {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-details__wrapper {
    padding-left: 14px;
    padding-right: 14px;
    flex-basis: 70%;
    max-width: 70%;
  }
}
.product-details__related-wrapper {
  max-width: 100%;
  flex-basis: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .product-details__related-wrapper {
    margin-top: -10px;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 30%;
    flex-basis: 30%;
  }
}
h4 {
  margin-bottom: 14px;
  margin-top: 10px;
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.cheque-details__list {
  display: block;
}
@media (min-width: 576px) {
  .cheque-details__list {
    display: flex;
  }
}
.cheque-details__image-box {
  height: 32px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  display: block;
}
@media (min-width: 576px) {
  .cheque-details__image-box {
    margin: inherit;
  }
}
.cheque-details__brand-logo {
  height: 100%;
}
.cheque-details__details {
  flex-direction: column;
}
.cheque-details__titles {
  border-bottom: 1px solid #dbdcdf;
  margin-bottom: 14px;
  display: block;
}
.cheque-details__subtitles {
  margin-bottom: 0;
}
.cheque-details__qr-code {
  margin-top: 50px;
  margin-bottom: 50px;
}
.new-digital-cheque__section:not(:last-child) {
  margin-bottom: 24px;
}
.new-digital-cheque__item:not(:last-child) {
  margin-bottom: 12px;
}
.other-bank__ratio-box {
  width: 110px;
}
.customer-services__container {
  margin-top: 54px;
}
.customer-services__icon {
  width: 36px;
  color: #231f20;
}
.customer-services__link {
  min-height: 148px;
}
.customer-services__section {
  margin-bottom: 12px;
}
.my-account__user-profile {
  width: 100%;
}
.my-account__user-profile:hover > .avatar .avatar__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.my-account__content {
  width: 50%;
}
.my-account__content-info {
  max-width: 416px;
  margin-top: 12px;
}
.my-account__card {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.my-account__notice {
  margin-top: 24px;
}
.my-account__list {
  padding-left: 16px;
  --text-color: #191b22;
}
.my-account__item:not(:last-child) {
  margin-bottom: 24px;
}
.my-account__question {
  margin-bottom: 8px;
}
.my-account__text {
  margin-bottom: 0;
}
.my-account__control {
  padding-left: 0;
}
.my-account__panel-section {
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
}
.my-account__main {
  flex-grow: 1;
  padding-right: 8px;
  padding-left: 8px;
}
.my-account__secondary {
  flex-shrink: 0;
  padding-right: 8px;
  padding-left: 8px;
}
.my-account__title {
  margin-bottom: 0;
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
}
.my-account__info {
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 0px;
}
.my-account__description {
  margin-top: 4px;
  margin-bottom: 0;
  color: #191b22;
  font-size: 12px;
  line-height: 18px;
}
.my-account__form-field {
  max-width: 416px;
  margin-top: 12px;
}
.my-account__clipboard {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 8px;
}
.my-account__consent-section {
  margin-top: 20px;
}
.my-account__feature-margin {
  margin-top: 12px;
}
.my-account__cross-border-section {
  border-bottom: 1px solid #dbdcdf;
}
.my-account__loyalty-icon-wrapper {
  width: 64px;
  height: 64px;
}
.my-account__loyalty-icon {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.is-loading .my-account__main {
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.setup-fav-image__content {
  text-align: center;
}
.reward-points__wrapper {
  margin-bottom: 16px;
}
.reward-points__points {
  margin-bottom: 8px;
}
.reward-points__text {
  margin-bottom: 0;
}
.reward-points__filteration {
  margin-bottom: 12px;
}
.reward-points__card-title {
  font-size: 14px;
  line-height: 20px;
}
.error {
  text-align: center;
}
.error__header {
  max-width: 192px;
  margin-left: auto;
  margin-right: auto;
}
.error__main {
  margin-bottom: 24px;
}
.error__type {
  position: relative;
}
.error__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.23;
}
.error__bg {
  margin-bottom: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 9.25rem;
  font-weight: 700;
  line-height: 10.3125rem;
  color: #191b22;
  opacity: 0.06;
}
.error__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error__item {
  padding-right: 6px;
  padding-left: 6px;
}
.error__description, .error__links {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #47494e;
}
.error__link-icon {
  margin-right: 6px;
}
.new-evoucher {
  --text-sm-color: #191b22;
  --text-xs-color: #47494e;
}
.new-evoucher__radio-btn {
  display: flex;
}
.new-evoucher__radio-btn:not(:last-child) {
  margin-bottom: 16px;
}
.new-evoucher__title-sm {
  color: #191b22;
}
.new-evoucher__subtitles {
  display: inline-block;
}
.new-evoucher__table {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.new-evoucher__row {
  align-items: center;
}
.new-evoucher__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .new-evoucher__header {
    flex-direction: row;
  }
}
.new-evoucher__logo-section {
  width: auto;
  height: 46px;
}
.new-evoucher__brand-logo {
  height: 100%;
}
.new-evoucher__segment {
  font-size: 16px;
  line-height: 24px;
  color: #191b22;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .new-evoucher__segment {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.new-evoucher__title {
  text-align: center;
  margin-bottom: 0;
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .new-evoucher__title {
    flex-basis: 40%;
    max-width: 40%;
    margin-bottom: 10px;
  }
}
.new-evoucher__qr-scanner {
  padding: 30px;
}
.new-evoucher__heading {
  margin-top: 0;
}
.new-evoucher__thumbnails {
  margin-top: 8px;
}
.new-evoucher__cash-detail-wrapper {
  min-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.new-evoucher__quantity-input {
  width: 100px;
}
.new-evoucher__td {
  padding-left: 24px;
  padding-right: 24px;
}
.transition-page {
  color: #47494e;
}
.transition-page__button-group {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
}
.transition-page__separator {
  margin-bottom: 14px;
  margin-top: 30px;
  display: flex;
}
.transition-page__button {
  width: 100%;
  position: relative;
}
.transition-page__icon {
  position: absolute;
  left: 12px;
}
.transition-page__button-caption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #47494e;
}
.transition-page__info {
  margin-top: 16px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #47494e;
}
.transition-page__info-icon {
  margin-right: 8px;
}
.transition-page__info-icon--primary {
  --icon-size: 24px;
  color: #fdb913;
}
.transition-page__footer {
  margin-top: 36px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #47494e;
}
.fonepay-payment {
  text-align: center;
}
.fonepay-payment__header {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 166px;
  height: 34px;
  overflow: hidden;
}
.fonepay-payment__logo {
  max-width: 100%;
}
.mobile-view {
  text-align: center;
}
.mobile-view__download-btn-group {
  padding-top: 42px;
  padding-bottom: 42px;
  max-width: 188px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-view__button {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0;
}
.mobile-view__button:not(:last-child) {
  margin-bottom: 16px;
}
.mobile-view__img {
  width: 100%;
  height: auto;
}
.account {
  --text-color: #191b22;
}
.account__heading {
  margin-bottom: 10px;
}
.account__details {
  margin-bottom: 0;
}
.account__account-type {
  font-weight: 700;
}
.account__chart-box {
  height: 436px;
}
.account__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.account__info-right {
  text-align: right;
}
.account__text {
  display: block;
  margin-bottom: 5px;
}
.account__badge {
  margin-bottom: 10px;
}
.account__titles {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}
.account__list:not(:last-child) {
  border-bottom: 1px solid #dbdcdf;
}
.account__header {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.account__section {
  margin-bottom: 12px;
}
.account__icon {
  width: 36px;
  color: #fdb913;
}
.account__card:not(:last-child) {
  margin-bottom: 8px;
}
.account__wrapper {
  padding: 16px 24px;
}
.account__name {
  margin-bottom: 0;
}
.account__link {
  min-height: 148px;
}
.account__text-icon {
  display: inline-block;
  width: 20px;
}
.account__details {
  padding: 16px 24px;
  margin: 0;
  border-top: 1px solid #dbdcdf;
}
.loan-details {
  margin-bottom: 24px;
}
.account-link__transaction-pin {
  max-width: 224px;
  margin: auto;
}
.account-link__spacing {
  margin: 0;
}
.account-link__header {
  margin-top: 17px;
  margin-bottom: 15px;
}
.account-link__border {
  border-top: 1px solid #dbdcdf;
}
.account-link__subtitle {
  color: #5e5f64;
  font-size: 14px;
  line-height: 20px;
}
.account-link__subtitle--secondary {
  color: #191b22;
}
.account-link__subtitle--tertiary {
  font-size: 10px;
  line-height: 16px;
  color: #5e5f64;
}
.account-link__subtitle--align {
  align-items: baseline;
}
.account-link__subtitle--spacing {
  padding-left: 36px;
  padding-right: 12px;
}
.account-link__subtitle--spacing-left {
  margin-left: 4px;
}
.account-link__container {
  max-width: 482px;
}
.account-link__table-wrapper {
  padding-bottom: 16px;
}
.account-link__list-wrapper {
  padding: 16px;
}
.account-link__list-wrapper--secondary {
  padding-top: 0;
}
.account-link__border-card {
  border-top: 0;
}
.account-link__border-card:hover {
  border-top: 0;
  background-color: #ffffff;
}
.account-link__icon {
  position: absolute;
}
.account-link__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
.account-link__col {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}
.account-link__item {
  list-style: none;
  margin-bottom: 12px;
}
.account-link__align {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.account-link__align--start {
  justify-content: flex-start;
}
.account-link__td {
  font-size: 14px;
  line-height: 20px;
  color: #191b22;
}
.account-link__td--secondary {
  font-size: 10px;
  line-height: 16px;
  color: #5e5f64;
}
.account-link__dialog .tabs__list {
  padding-left: 16px;
}
.account-link__dialog-header {
  display: flex;
  justify-content: space-between;
}
.account-link__dialog-container {
  overflow: auto;
  max-height: 80vh;
}
.account-link .expandable-panel__body {
  padding: 0;
}
.transaction__subtitles {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.transaction__row {
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
}
.transaction__col {
  flex-basis: 50%;
  max-width: 50%;
  text-align: left;
}
.transaction__col:not(:last-child) {
  margin-right: 6px;
}
.transaction__align-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}
.payments__fonepay-logo {
  width: 114px;
  margin-left: 8px;
}
.payments__icon {
  padding-bottom: 12px;
  color: #231f20;
}
.payments__button-icon {
  margin-right: 6px;
}
.payments__segment {
  margin-top: 12px;
}
.payments__badge-wrapper {
  margin-top: 4px;
}
.terms-and-conditions--dialog-box {
  max-width: 560px;
}
.terms-and-conditions--secondary {
  box-shadow: unset;
  border: 1px solid #dbdcdf;
  border-radius: 3px;
}
.terms-and-conditions__card-body {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 575.98px) {
  .terms-and-conditions__card-body {
    padding: 24px 16px;
  }
}
.terms-and-conditions__heading {
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.terms-and-conditions__wrapper {
  max-height: 366px;
}
.terms-and-conditions__footer {
  margin-top: 24px;
}
.terms-and-conditions__main {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.terms-and-conditions__content {
  width: 90%;
  margin-bottom: 15px;
}
.notifications__body {
  max-height: initial;
}
.app-container .account-dashboard__icon {
  color: #ffffff;
}
.app-container .account-dashboard__icon:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.app-container .account-dashboard__icon:active {
  background-color: transparent;
}
.app-container .account-dashboard__icon:focus {
  background-color: transparent;
}
.app-container .account-dashboard__icon--dark {
  color: #191b22;
}
.app-container .account-dashboard__icon--dark:hover {
  color: #5e5f64;
}
.send-money__icon {
  width: 36px;
  height: 36px;
  color: #231f20;
}
.send-money__title {
  font-weight: 700;
}
.send-money__aspect-ratio-box {
  width: 100%;
  height: 100%;
}
.saved-recipients__dialog-body {
  max-height: 443px;
}
.saved-recipients__dialog-item {
  padding: 12px;
  border-bottom: 1px solid #dbdcdf;
  display: block;
  width: 100%;
}
.send-money__empty-state-holder {
  margin-top: 32px;
}
.e-calendar {
  width: 100%;
  height: 80vh;
  max-height: calc(100vh - 200px);
}
.forgot-password {
  text-align: center;
}
.forgot-password__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}
.forgot-password__re-captcha {
  display: inline-block;
}
.invoice-history__bordered-card {
  padding-left: 0;
}
.appointment__icon {
  margin-right: 4px;
}
.appointment__text {
  color: #191b22;
}
.previous-appointment__card {
  position: relative;
}
.previous-appointment__flex-column {
  display: flex;
  flex-direction: column;
}
.previous-appointment__badge {
  align-self: flex-end;
  position: absolute;
  right: 24px;
  bottom: 77px;
}
.appointment-badge--pending {
  background-color: #547497;
}
.appointment-badge--scheduled {
  background-color: #0073cf;
}
.appointment-badge-progress {
  background-color: #39a78e;
}
.appointment-badge--rescheduled {
  background-color: #ca6641;
}
.appointment-badge--completed {
  background-color: #55aa00;
}
.appointment-badge--cancelled {
  background-color: #ca3435;
}
.credit-score-sheet__items {
  padding-left: 19px;
  margin-top: 18px;
}
.credit-score-sheet__item {
  color: #191b22;
  margin-bottom: 8px;
}
.credit-score-sheet__item:last-child {
  margin-bottom: 0;
}
.credit-score-sheet__link {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #fdb913;
}
.credit-score-sheet__link:hover, .credit-score-sheet__link:focus, .credit-score-sheet__link:active {
  color: #fdb913;
}
.credit-score-sheet__icon {
  color: #fdb913;
}
.credit-score-sheet__info {
  color: #191b22;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.credit-score-sheet__para {
  color: #191b22;
}
.credit-score-sheet__chart-box {
  padding: 0;
  margin-right: -24px;
  padding-top: 15px;
}
.credit-score-sheet__graph {
  height: 300px;
}
.saved-payment__badge-wrapper {
  margin-top: 4px;
}
.redeem {
  position: relative;
}
.redeem__card {
  padding: 24px;
  border-radius: 3px;
  background-color: #ffffff;
}
.redeem__bordered-card {
  border: 1px solid #dbdcdf;
  border-radius: 3px;
  padding: 12px 16px;
}
.redeem__wrapper {
  padding-top: 8px;
}
.redeem__container {
  max-width: 390px;
  margin: 0 auto;
}
.redeem__icon {
  color: #219653;
  margin-right: 6px;
}
.redeem__code {
  display: inline-block;
  margin-bottom: 12px;
}
.redeem__code--spacing {
  margin-top: 4px;
}
.redeem__header {
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.redeem__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #5e5f64;
  margin: 0;
}
.redeem__text-center {
  text-align: center;
}
.redeem__button {
  position: absolute;
  right: 24px;
  top: 14px;
}
.redeem__details {
  padding: 16px 24px;
  border-top: 1px solid #dbdcdf;
}
.redeem__content {
  padding: 37px 55px 56px 55px;
}
.redeem__list {
  list-style: disc;
  margin: 10px 0 24px 0;
  padding: 0 0 0 24px;
}
.redeem__list-item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #47494e;
  text-align: left;
}
.redeem__list-item:not(:last-child) {
  margin-bottom: 4px;
}
.apply-loan__container {
  max-width: 448px;
}
.apply-loan__container--sm {
  max-width: 356px;
}
.apply-loan__icon {
  color: #fdb913;
}
.apply-loan__form-field {
  margin-bottom: 24px;
}
.apply-loan__form-field--secondary {
  margin-bottom: 12px;
}
.apply-loan__subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #47494e;
  margin: 0;
}
.apply-loan__subtitle--sm {
  font-size: 12px;
  line-height: 18px;
}
.info-description {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #191b22;
  display: flex;
  align-items: center;
}
.info-description--align-center {
  justify-content: center;
}
.info-description--no-margin {
  margin: 0;
}
.info-description__icon {
  margin-right: 6px;
}
.info-description__link {
  margin-left: 8px;
  color: #fdb913;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.payment-options:not(:last-child) {
  margin-bottom: 12px;
}
.payment-options__card {
  border: 1px solid #b6b9c0;
  border-radius: 3px;
  position: relative;
}
.payment-options__radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  height: 20px;
  width: 20px;
  visibility: hidden;
}
.payment-options__label {
  cursor: pointer;
  position: relative;
}
.payment-options__label:after {
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #47494e;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
.payment-options__content {
  padding: 12px 14px;
  width: 100%;
}
.payment-options__content--border {
  border-top: 1px solid #b6b9c0;
}
.payment-options__alignment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-options__radio:checked ~ .payment-options__label:after {
  background-color: #fdb913;
  border-color: #fdb913;
}
.data-packs__main {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #191b22;
}
.data-packs__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #47494e;
}
.data-packs__heading {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #191b22;
}
.data-packs__spacing {
  margin-bottom: 24px;
}
.data-packs__spacing--sm {
  margin-bottom: 8px;
}
.data-packs__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.data-packs__button-group {
  margin-top: 16px;
}
.data-packs__dialog {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  max-width: 420px;
}
.cheque-stop-request__table {
  border-top: 1px solid #dbdcdf;
}
.cards__card-wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  padding: 4px;
  border: 3px solid transparent;
  border-radius: 6px;
}
.cards__card-wrapper.cards__active-card {
  padding: 4px;
  border: 3px solid #231f20;
}
.cards__card-wrapper.cards__active-card:hover {
  border: 3px solid #231f20;
  transform: scale(1);
}
.cards__card-wrapper.cards__active-card:active {
  transform: scale(1);
}
.cards__card-wrapper:focus {
  padding: 2px;
  border: 3px solid #231f20;
}
.cards__card-wrapper:hover {
  transform: scale(1.06);
}
.cards__card-wrapper:active {
  transform: scale(0.97);
}
.cards__heading {
  margin-bottom: 0;
  margin-top: 0;
}
.cards__selected:hover {
  transform: scale(1);
}
.cards__logo-wrapper {
  height: 32px;
}
.cards__logo {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cards__icon {
  position: absolute;
  top: -15px;
  right: -13px;
  background: #ffffff;
  color: #231f20;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.merchant__header {
  margin-bottom: 33px;
  align-items: flex-end;
}
.merchant__grid-row {
  margin-left: -7px;
  margin-right: -7px;
}
.merchant__grid-row--small {
  margin-left: -4px;
  margin-right: -4px;
}
.merchant__col-box {
  max-width: 172px;
  min-width: 172px;
  padding: 7px;
}
.merchant__col-box--medium {
  flex: 0 0 16.57%;
  max-width: 202px;
  min-width: 148px;
}
.merchant__col-box--small {
  flex: 0 0 33.3333333333%;
  max-width: 132px;
  min-width: 132px;
  padding-left: 4px;
  padding-right: 4px;
}
.merchant__card {
  background-color: #ffffff;
}
.merchant__discount-badge {
  position: absolute;
  top: -9px;
  left: -5px;
  background-color: #71bc78;
}
.merchant__center {
  justify-content: center;
}
.merchant__pagination {
  margin-top: 24px;
}
.is-loading .merchant__discount-badge {
  display: none;
}
.is-loading .image-container__media {
  display: none;
}
.is-loading .action-item__image-container {
  width: 76px;
  height: 76px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.merchant-details {
  --aspect-ratio: (8/3);
}
.merchant-details__banner-wrapper {
  position: relative;
}
.merchant-details__premium-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #ffffff;
  height: 42px;
  width: 42px;
  background-color: #fdb913;
  padding: 11px 7px;
  border-radius: 3px;
}
.merchant-details__banner {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.merchant-details__details {
  padding: 16px 29px 24px;
}
.merchant-details__title {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 16px;
  color: #191b22;
}
.merchant-details__description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  color: #191b22;
}
.merchant-details__badge {
  display: inline-block;
  color: #fdb913;
  padding: 16px 15px 12px;
  background-color: #fff1d0;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.merchant-details__contact {
  margin: 24px 0 0;
  padding-left: 0;
  list-style: none;
}
.merchant-details__item {
  display: flex;
  align-items: center;
}
.merchant-details__item:not(:last-child) {
  margin-bottom: 12px;
}
.merchant-details__icon {
  margin-right: 12px;
  align-self: flex-start;
}
.merchant-details__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #191b22;
}
.app-container .bulk-statement__container {
  max-width: 590px;
}
.app-container .bulk-statement__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.app-container .bulk-statement__search {
  max-width: 288px;
  flex-basis: 288px;
}
.app-container .bulk-statement__main {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #191b22;
}
.app-container .bulk-statement__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #47494e;
}
.app-container .bulk-statement__spacing {
  margin-bottom: 24px;
}
.app-container .bulk-statement__spacing--sm {
  margin-bottom: 8px;
}
.app-container .bulk-statement__clear-button {
  right: 0;
}
.privilege-appointment__card {
  border: none;
  flex-direction: column;
}
.privilege-appointment__tabs .tabs__list {
  margin-bottom: 0;
}
.privilege-appointment__text-buffer {
  margin-top: 8px;
  width: 100%;
}
.privilege-appointment__flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.privilege-appointment__caption-buffer-bottom {
  margin-bottom: 6px;
}
.privilege-appointment__icon {
  margin-right: 4px;
}
.privilege-appointment__grid-row {
  margin-left: -8px;
  margin-right: -8px;
}
.privilege-appointment__col-box {
  padding-left: 8px;
  padding-right: 8px;
}
.my-limit {
  margin-top: 24px;
}
.my-limit__title {
  margin-bottom: 4px;
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.my-limit__graph-wrapper {
  height: 98px;
  width: 120px;
  margin: 0 auto;
  position: relative;
}
.my-limit__graph {
  display: block;
}
.my-limit__text {
  text-align: center;
  color: #191b22;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.33;
  font-family: "Helvetica Neue", sans-serif;
}
.my-limit__count {
  background-color: transparent;
  color: #219653;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.my-limit__graph-detail {
  margin-bottom: 32px;
}
.my-limit__detail {
  display: flex;
  justify-content: space-between;
}
.my-limit__detail-text {
  font-size: 16px;
  line-height: 24px;
}
.my-limit__footer {
  border-top: 1px solid #dbdcdf;
  padding-top: 12px;
}
.my-limit__footer:not(:last-child) {
  padding-bottom: 12px;
}
.my-limit__list {
  padding-left: 12px;
  margin-bottom: 0;
}
.forex__item {
  margin-bottom: 12px;
}
.forex__card {
  padding: 14px 12px;
  display: block;
}
.forex__figure {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.forex__figure-caption {
  margin-left: 6px;
}
.forex__table {
  width: 100%;
}
.forex__title {
  display: block;
  color: #191b22;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
}
.forex__table-header-tr {
  border-bottom: none;
}
.forex__table-header-tr .table-header__title {
  color: #47494e;
  font-family: "Helvetica Neue", sans-serif;
}
.forex__td {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.forex__table-title {
  display: flex;
  align-items: center;
}
.package {
  display: flex;
  align-items: center;
  position: relative;
}
.package__image {
  width: 46px;
  height: auto;
  margin-right: 12px;
}
.package__icon {
  position: absolute;
  top: 0;
  right: 12px;
  color: #fdb913;
}
.package__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #191b22;
  margin-bottom: 4px;
}
.package__title--small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.package__currency-code {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 3px;
  color: #47494e;
}
.login-activity__content {
  margin-bottom: 24px;
}
.login-activity__content:first-child {
  margin-top: 24px;
}
.login-activity__header {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #191b22;
  margin-bottom: 8px;
}
.login-activity__card {
  display: flex;
  padding: 16px;
  border: 1px solid #dbdcdf;
  border-radius: 4px;
}
.login-activity__card:not(:last-child) {
  margin-bottom: 8px;
}
.login-activity__image {
  margin-right: 32px;
  text-align: center;
}
.login-activity__icon {
  margin-bottom: 12px;
}
.login-activity__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #191b22;
  margin-bottom: 2px;
}
.login-activity__subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #47494e;
  margin: 0;
}
.linked-account {
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.linked-account:first-child {
  padding-top: 0;
}
.is-loading .linked-account__figure {
  width: 96px;
  height: 18px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .linked-account__title {
  width: 40px;
  height: 14px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.linked-account__figure {
  --aspect-ratio: (96/64);
  max-width: 96px;
  max-height: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.linked-account__figure--secondary {
  max-width: 64px;
}
.linked-account__desc {
  flex-grow: 1;
}
.linked-account__title {
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0;
}
.linked-account__title--md {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.linked-account__value {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.linked-account__image-wrapper {
  gap: 16px;
}
.linked-account__inactive {
  background-color: #757689;
}
.linked-account-dialog {
  margin-top: 12px;
}
.is-loading .linked-account-dialog__title {
  width: 90x;
  height: 12px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .linked-account-dialog__subtitle {
  width: 90px;
  height: 16px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.linked-account-dialog__container {
  max-width: 300px;
  margin: 0 auto;
}
.linked-account-dialog__content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.linked-account-dialog__item {
  text-align: left;
}
.linked-account-dialog__title {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.linked-account-dialog__subtitle {
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.share-account__header {
  padding-top: 24px;
  padding-bottom: 24px;
}
.share-account__body {
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  flex-basis: 50%;
  max-width: 50%;
}
.share-account__container {
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-align: center;
}
.share-account__scanner {
  flex-basis: 50%;
  max-width: 50%;
}
.share-account__avatar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.share-account__name {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}
.share-account__details {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
  list-style: none;
  display: flex;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .share-account__dialog {
    width: 100%;
    min-width: 704px;
  }
}
@media (min-width: 1440px) {
  .share-account__dialog {
    width: 100%;
    max-width: 874px;
  }
}
.share-account__wrapper {
  gap: 62px;
}
@media (min-width: 576px) {
  .share-account__wrapper {
    display: flex;
    padding: 0px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .share-account__wrapper {
    display: flex;
    padding: 0px 98px;
    padding-bottom: 34px;
  }
}
.share-account--qr-scanner {
  max-width: 294px;
  padding: 4px;
}
.share-account--qr-scanner:before {
  width: 36px;
  height: 36px;
}
.share-account--qr-scanner:after {
  width: 36px;
  height: 36px;
}
.share-account--qr-main:before {
  width: 36px;
  height: 36px;
}
.share-account--qr-main:after {
  width: 36px;
  height: 36px;
}
.share-account--title {
  color: #191b22;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.share-account__detail-list {
  padding-left: 0px;
  margin-bottom: 0px;
}
.share-account__center-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.vpa-request--md {
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}
.vpa-request__details {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px 16px;
}
.vpa-request__details--footer {
  border-top: 1px solid #dbdcdf;
}
.vpa-request__segment {
  text-align: center;
  width: 100%;
}
.vpa-request__no-padding {
  padding: 0;
}
.vpa-request__title {
  font-size: 16px;
  font-weight: bold;
  color: #191b22;
  margin-bottom: 16px;
  text-align: center;
  text-overflow: ellipsis;
}
.vpa-request__title--no-space {
  margin-bottom: 0;
}
.vpa-request__logos {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}
body .own-account__ng-select .ng-value {
  width: 100%;
}
body .own-account__ng-select .own-account__badge {
  position: absolute;
  right: 0;
}
body .own-account__ng-select .ng-arrow-wrapper {
  display: none;
  top: 24px;
}
body .own-account__ng-value-label-title {
  display: flex;
  justify-content: space-between;
}
body .own-account__subtitle {
  font-size: 14px;
  color: #47494e;
}
body .own-account__title {
  font-size: 20px;
  color: #191b22;
  font-weight: 700;
}
body .own-account__desc {
  margin-top: 6px;
}
.bnpl__icon {
  margin-right: 4px;
}
.bnpl__text {
  color: #191b22;
}
.bnpl-list__card {
  position: relative;
}
.dispute-details__content {
  text-align: left;
}
.dispute-details__filteration {
  display: flex;
  gap: 24px;
  align-items: center;
}
.dispute-details__filter-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.dispute-details__wrapper {
  display: flex;
  align-items: baseline;
}
.dispute-details__list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.dispute-details__main {
  color: #191b22;
}
.dispute-details__text-lg {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.dispute-details__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.dispute-details__text-sm {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.dispute-details__text-sm--light {
  color: #47494e;
}
.dispute-details__list {
  margin-top: 16px;
  padding-left: 0;
  list-style: none;
  color: #47494e;
  gap: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dispute-details__list--secondary {
  margin-top: 0;
}
.is-loading .dispute-details__list-wrapper {
  width: 100%;
  height: 80px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #f6f6f6;
  background-image: linear-gradient(85deg, rgba(186, 187, 196, 0) 0, rgba(186, 187, 196, 0.2) 50%, rgba(186, 187, 196, 0) 100%);
  background-size: 70% 100%;
  background-position: -150% 0;
  background-repeat: no-repeat;
  color: transparent;
  fill: transparent;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.is-loading .dispute-details__list-wrapper .dispute-details__main {
  visibility: hidden;
}
.dispute-item__container {
  padding: 16px 24px;
}
.dispute-item__header {
  color: #191b22;
  border-bottom: 1px solid #dbdcdf;
}
.dispute-item__title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.dispute-item__footer {
  border-top: 1px solid #dbdcdf;
}
.dispute-item__image-wrapper {
  margin: 0;
}
.dispute-item__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.branch-atm__bordered-card {
  justify-content: flex-start;
}
.app-container {
  background-size: auto;
  background-position: left bottom;
}
.app-container__sidebar {
  background-image: url('rectangle.50ee66536a65904a0f3b.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: left bottom;
}
@media (min-width: 768px) {
  .app-container__sidebar:before {
    border-top-left-radius: 0;
  }
}
.app-header {
  background: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
.main-nav__link {
  font-weight: 700;
  color: #231f20;
  opacity: 1;
}
.main-nav__link:hover, .main-nav__link:active, .main-nav__link.active, .main-nav__link:focus {
  color: #231f20;
}
.main-nav__link:hover:after, .main-nav__link:active:after, .main-nav__link.active:after, .main-nav__link:focus:after {
  background: #fdb913;
}
.main-nav__dropdown {
  margin-top: 0;
}
.full-container__body {
  border-top: 1px solid #dbdcdf;
}
.full-container__header {
  background-color: #ffffff;
}
.main-container__content {
  color: #191b22;
}
.side-bar__link {
  color: #231f20;
  font-weight: 700;
}
.side-bar__link:hover, .side-bar__link.active {
  color: #231f20;
  box-shadow: -30px 4px 24px 0 rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.side-bar__link:before {
  background: #fdb913;
}
.repository__heading {
  color: #231f20;
}
.chart-legends__header--income::before {
  background-color: #fdc742;
}
.chart-legends__header--expense::before {
  background-color: #4f4c4d;
}
.swiper-slide__title:after {
  background-color: #fdc742;
}
.swiper-slide__description {
  color: #5e5f64;
}
.swiper-slide__link {
  color: #ca940f;
}
.services {
  border-color: #dbdcdf;
}
.services__title:after {
  background-color: #fdc742;
}
.activate-card__description {
  color: #5e5f64;
}
.activate-card__apple-store {
  margin-right: 8px;
}
.tabs__links {
  color: #5e5f64;
}
.tabs__links:hover, .tabs__links:active {
  color: #ca940f;
  border-color: #ca940f;
}
.tabs__links.active {
  color: #ca940f;
  border-color: #ca940f;
}
.log-in__link {
  font-weight: 700;
}
.brand__img {
  height: 34px;
}
.separator__line::before, .separator__line::after {
  border-color: #a4a7b0;
}
.separator__icon {
  opacity: 1;
}
.notify-links-wrapper {
  color: #231f20;
  font-weight: 700;
}
.notify-links-wrapper__text {
  display: flex;
  align-items: center;
}
.notify-links-wrapper__icon {
  margin-right: 4px;
}
.notify-link {
  background-color: rgba(163, 164, 167, 0.3);
  color: #231f20;
}
.heading__emphasized {
  color: #ca940f;
}
.full-container__header .mega-menu {
  background-size: auto;
  background-position: left bottom;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
}
.full-container__header .mega-menu__link {
  color: #231f20;
  font-weight: 700;
}
.bordered-card__subtitles {
  color: #5e5f64;
}
.bordered-card__tab-badge {
  background: #fdb913;
  color: #191b22;
}
.bordered-card.active {
  background-size: cover;
}
.bordered-card.active .bordered-card__tab-badge {
  background: #231f20;
  color: #ffffff;
}
.bordered-card--tertiary.active {
  border-color: #dbdcdf;
}
.bordered-card__main-title--secondary {
  color: #ca940f;
}
.account-dashboard .bordered-card--tertiary.active {
  background-image: url('account-cards-inactive.86f70a840a31dccb2be4.png');
}
.batch-button__btn.active {
  background-color: #231f20;
}
.pill-button__input:checked ~ .pill-button__button {
  background-color: #231f20;
}
.pill-button__button.active {
  background-color: #231f20;
}
.pill-button__input:checked ~ .pill-button__button {
  border-color: #231f20;
}
.table__td {
  color: #5e5f64;
}
.brief__details--light {
  color: #5e5f64;
}
.panel-header__description {
  color: #5e5f64;
}
.card-block__title {
  color: #5e5f64;
}
.action-item__subtitle {
  color: #5e5f64;
}
.notice--secondary {
  background-color: #e9e9e9;
  border-color: #4f4c4d;
  color: #191b22;
}
.notice__title {
  font-weight: 700;
}
.notice__text--align-center {
  display: flex;
  align-items: center;
}
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #dee2e6;
  /* .bs-datepicker-body table */
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  position: relative;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -2px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
  background: none;
  right: 0;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #dee2e6;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #dee2e6;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #231f20;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #231f20;
}
.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #231f20;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #231f20;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #231f20;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.bs-datepicker-container {
  padding: 0;
}
.bs-datepicker {
  border-radius: 3px;
  border: solid 1px #dbdcdf;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.theme-default .bs-datepicker-head {
  background-color: transparent;
}
.bs-datepicker-head bs-datepicker-navigation-view {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-datepicker-head .current {
  transition: none;
  border-radius: 3px;
  color: #191b22;
  font-size: 16px;
  line-height: 24px;
}
.bs-datepicker-head .current:hover, .bs-datepicker-head .current:focus, .bs-datepicker-head .current:active {
  background-color: #231f20;
  color: #ffffff;
  border-radius: 3px;
}
.bs-datepicker-head .current:nth-child(3) {
  color: #231f20;
}
.bs-datepicker-head .current:nth-child(3):hover {
  color: #ffffff;
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  width: 42px;
  height: 42px;
  font-size: 14px;
  line-height: 20px;
  color: #47494e;
  border-radius: 3px;
}
.bs-datepicker-head button.next:hover, .bs-datepicker-head button.next:focus, .bs-datepicker-head button.next:active, .bs-datepicker-head button.previous:hover, .bs-datepicker-head button.previous:focus, .bs-datepicker-head button.previous:active {
  background-color: #e8e8e9;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 0;
}
.bs-datepicker-head .previous {
  background: url('chevron-left-fill.72193ad314e23cada798.svg') center no-repeat;
}
.bs-datepicker-head .next {
  background: url('chevron-right-fill.2d1523a88bb61edd299e.svg') center no-repeat;
}
.bs-datepicker-body {
  border: none;
}
.bs-datepicker-body table.days span {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9e9e9;
  top: 0;
  bottom: 0;
}
.bs-datepicker-body table td span[class*=select-] {
  border-radius: 3px;
}
.bs-datepicker-body table td span[class*=select-].select-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bs-datepicker-body table td span[class*=select-].select-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bs-datepicker-body table.days td.is-highlighted span.selected, .bs-datepicker-body table.weeks td.is-highlighted span.selected, .bs-datepicker-body table.years td.is-highlighted span.selected, .bs-datepicker-body table.months td.is-highlighted span.selected {
  color: #191b22;
}
.bs-datepicker-body table.days td span, .bs-datepicker-body table.weeks td span, .bs-datepicker-body table.years td span, .bs-datepicker-body table.months td span {
  color: #191b22;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-datepicker-body table.days td span.selected, .bs-datepicker-body table.weeks td span.selected, .bs-datepicker-body table.years td span.selected, .bs-datepicker-body table.months td span.selected {
  color: #ffffff;
}
.bs-datepicker-body table.days td span.disabled, .bs-datepicker-body table.weeks td span.disabled, .bs-datepicker-body table.years td span.disabled, .bs-datepicker-body table.months td span.disabled {
  opacity: 0.5;
}
.bs-datepicker-predefined-btns .btn.selected {
  background-color: #231f20;
}
table.days tbody:before, table.weeks tbody:before {
  content: "@";
  display: block;
  line-height: 16px;
  text-indent: -99999px;
}
table.days th, table.weeks th, table.years th, table.months th {
  color: #47494e;
  font-size: 12px;
  line-height: 18px;
}
table.days th:last-child, table.weeks th:last-child, table.years th:last-child, table.months th:last-child {
  color: #ef424c;
}
table.days td span.is-highlighted:not(.disabled):not(.selected), table.days td.is-highlighted:not(.disabled):not(.selected) span, table.weeks td span.is-highlighted:not(.disabled):not(.selected), table.weeks td.is-highlighted:not(.disabled):not(.selected) span, table.years td span.is-highlighted:not(.disabled):not(.selected), table.years td.is-highlighted:not(.disabled):not(.selected) span, table.months td span.is-highlighted:not(.disabled):not(.selected), table.months td.is-highlighted:not(.disabled):not(.selected) span {
  background-color: #e9e9e9;
}
table.days td span[class*=select-], table.weeks td span[class*=select-], table.years td span[class*=select-], table.months td span[class*=select-] {
  background-color: #231f20;
  color: #ffffff;
}
table.years td span {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.bs-datepicker-custom-range {
  background-color: #fafafa;
  min-width: 182px;
}
.bs-datepicker-predefined-btns .btn, .bs-datepicker-predefined-btns .btn.selected {
  background: transparent;
}
.bs-datepicker-predefined-btns .btn {
  color: #191b22;
  font-size: 14px;
  line-height: 20px;
}
.bs-datepicker-predefined-btns .btn:hover, .bs-datepicker-predefined-btns .btn:active {
  background-color: transparent;
  color: #231f20;
}
.bs-datepicker-predefined-btns .btn.selected {
  background: url('check-normal-line.f4c9b54c2aae2937591f.svg') no-repeat right center;
}
.user-profile__name {
  margin-bottom: 0;
}
.user-profile__badges {
  margin-bottom: 14px;
}
.user-profile__badges--active {
  background-color: #0073cf;
}
.user-profile__badges--inactive {
  background-color: #ba853e;
}
.landing-page__wrapper {
  background-repeat: no-repeat, no-repeat;
  background-size: auto;
  background-attachment: inherit;
  background-image: url('background-login-grid.04617dd843cf47439d97.svg');
  background-position: bottom right;
  overflow: auto;
}
.landing-page__footer {
  background-color: #231f20;
}
.footer-menu {
  background-color: #231f20;
}
.footer-menu__title {
  color: #ca940f;
  font-weight: 700;
}
.send-money__icon {
  color: #231f20;
}
.send-money__badge-wrapper {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .send-money__modal {
    min-width: 550px;
    max-width: 762px;
  }
}
.send-money__modal-box {
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-align: center;
}
.send-money__menu-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-services__icon {
  color: #231f20;
}
.payments__icon {
  color: #231f20;
}
.cards__bordered-card-list {
  padding-top: 0;
  border-top: none;
}
.account-statement__table-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60px;
}
.account-statement__table-date {
  display: flex;
  align-items: center;
}
.card-block-request__notice-wrapper {
  display: flex;
  justify-content: flex-end;
}
