@charset "UTF-8";
/* Bocks.
// Responsive SASS Framework
// Version: V1.0
// Last Updated: 2022-03-22
// Author: Twilo Creative Limited */
.c-white {
  color: #ffffff !important;
}

.bg-grey-darkest {
  background: #5b616e !important;
}

.bg-grey-dark {
  background: #868f9c !important;
}

.bg-grey {
  background: #5B616E !important;
}

.bg-grey-light {
  background: #d5dce4 !important;
}

.bg-grey-lightest {
  background: #e9edf1 !important;
}

.c-black-darkest {
  color: #0a0b0d !important;
}

.c-grey-darkest {
  color: #5b616e !important;
}

.c-grey-dark {
  color: #868f9c !important;
}

.c-grey {
  color: #5B616E !important;
}

.c-grey-light {
  color: #d5dce4 !important;
}

.c-grey-lightest {
  color: #e9edf1 !important;
}

.bg-success {
  background: #6EB23F !important;
}

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

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

.c-success {
  color: #6EB23F !important;
}

.c-warning {
  color: #FE912A !important;
}

.c-danger {
  color: #E12C3B !important;
}

.c-brand-text {
  color: #000000 !important;
}

.bg-neutral {
  background: #105582 !important;
}

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

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.border-radius {
  border-radius: 0.25rem;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/work-sans-v16-latin-regular.eot?79bb6bc13a87f53d48e20ef7312043ce);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/work-sans-v16-latin-regular.eot?79bb6bc13a87f53d48e20ef7312043ce?#iefix) format("embedded-opentype"), url(/fonts/work-sans-v16-latin-regular.woff2?63f899e318a04c9f5b6c3dc3535948b7) format("woff2"), url(/fonts/work-sans-v16-latin-regular.woff?553efbb7704cfb3f61f77929869ffb3d) format("woff"), url(/fonts/work-sans-v16-latin-regular.ttf?7e70789f0c6425ea12d9dc77b35e2949) format("truetype"), url(/fonts/work-sans-v16-latin-regular.svg?0d84246426710d2a9afd06a56fd46ba9#WorkSans) format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/work-sans-v16-latin-600.eot?e09f8ad9245a14ea42c40a75653b4eca);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/work-sans-v16-latin-600.eot?e09f8ad9245a14ea42c40a75653b4eca?#iefix) format("embedded-opentype"), url(/fonts/work-sans-v16-latin-600.woff2?fdb897364673049f817dbc2f4eea4b69) format("woff2"), url(/fonts/work-sans-v16-latin-600.woff?95109d64038590fa1315b3780b235acc) format("woff"), url(/fonts/work-sans-v16-latin-600.ttf?6fa7ec50ed7a5d2e630eff1e19d8ca22) format("truetype"), url(/fonts/work-sans-v16-latin-600.svg?fa7796068bf049df3f79d1ad9b10933a#WorkSans) format("svg");
  /* Legacy iOS */
}
b,
strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}

.italic {
  font-style: italic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0a0b0d;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}

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

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 961px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row-gutter {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
.row-gutter > [class^=col] {
  padding: 0 0.25rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter > [class^=col] {
    padding: 0 0.5rem;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-reverse {
  flex-direction: column-reverse;
}

.col-first {
  order: -1;
}

.col-last {
  order: 1;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%;
}

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

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 100%;
}

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

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 100%;
}

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

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}

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

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 100%;
}

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

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
}

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

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 100%;
}

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

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
}

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

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 100%;
}

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

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%;
}

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

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 100%;
}

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

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.start-xs {
  justify-content: flex-start;
}

.center-xs {
  justify-content: center;
}

.end-xs {
  justify-content: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media screen and (min-width: 481px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .start-sm {
    justify-content: flex-start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media screen and (min-width: 961px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .start-md {
    justify-content: flex-start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media screen and (min-width: 1201px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .start-lg {
    justify-content: flex-start;
  }
  .center-lg {
    justify-content: center;
  }
  .end-lg {
    justify-content: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .start-xl {
    justify-content: flex-start;
  }
  .center-xl {
    justify-content: center;
  }
  .end-xl {
    justify-content: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

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

.d-xs-flex {
  display: flex !important;
}

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

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

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

@media screen and (max-width: 480px) {
  .d-xs-only-block {
    display: block !important;
  }
  .d-xs-only-flex {
    display: flex !important;
  }
  .d-xs-only-inline {
    display: inline !important;
  }
  .d-xs-only-inline-block {
    display: inline-block !important;
  }
  .d-xs-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .d-sm-only-block {
    display: block !important;
  }
  .d-sm-only-flex {
    display: flex !important;
  }
  .d-sm-only-inline {
    display: inline !important;
  }
  .d-sm-only-inline-block {
    display: inline-block !important;
  }
  .d-sm-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .d-md-only-block {
    display: block !important;
  }
  .d-md-only-flex {
    display: flex !important;
  }
  .d-md-only-inline {
    display: inline !important;
  }
  .d-md-only-inline-block {
    display: inline-block !important;
  }
  .d-md-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .d-lg-only-block {
    display: block !important;
  }
  .d-lg-only-flex {
    display: flex !important;
  }
  .d-lg-only-inline {
    display: inline !important;
  }
  .d-lg-only-inline-block {
    display: inline-block !important;
  }
  .d-lg-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1921px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.d-xs-block {
  display: block !important;
}

.d-xs-flex {
  display: flex !important;
}

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

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

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

@media screen and (max-width: 480px) {
  .d-xs-only-block {
    display: block !important;
  }
  .d-xs-only-flex {
    display: flex !important;
  }
  .d-xs-only-inline {
    display: inline !important;
  }
  .d-xs-only-inline-block {
    display: inline-block !important;
  }
  .d-xs-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .d-sm-only-block {
    display: block !important;
  }
  .d-sm-only-flex {
    display: flex !important;
  }
  .d-sm-only-inline {
    display: inline !important;
  }
  .d-sm-only-inline-block {
    display: inline-block !important;
  }
  .d-sm-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .d-md-only-block {
    display: block !important;
  }
  .d-md-only-flex {
    display: flex !important;
  }
  .d-md-only-inline {
    display: inline !important;
  }
  .d-md-only-inline-block {
    display: inline-block !important;
  }
  .d-md-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .d-lg-only-block {
    display: block !important;
  }
  .d-lg-only-flex {
    display: flex !important;
  }
  .d-lg-only-inline {
    display: inline !important;
  }
  .d-lg-only-inline-block {
    display: inline-block !important;
  }
  .d-lg-only-none {
    display: none !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	==========================================================================
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}

/* Sections
	==========================================================================
* Remove the margin in all browsers.
*/
body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #0a0b0d;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/**
* Render the `main` element consistently in IE.
*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* Grouping content
	==========================================================================
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  height: 0; /* 1 */
  box-sizing: content-box; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
	==========================================================================
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  overflow: visible;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0.35em 0.75em 0.625em;
  border: 0;
}

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

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	==========================================================================
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
  cursor: pointer;
}

/* Misc
	==========================================================================
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/* Twilo Custom Resets
	========================================================================== 
*/
[tabindex="-1"]:focus {
  outline: 0 !important;
}

a {
  color: #0a0b0d;
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}

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

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

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

dt {
  font-weight: normal;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
  /* Text meant only for screen readers */
}
dfn a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
dfn a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
dfn a:not([href]):not([tabindex]):focus {
  outline: 0;
}
dfn figure {
  margin: 0 0 1rem;
}
dfn img {
  vertical-align: middle;
  border-style: none;
}
dfn svg:not(:root) {
  overflow: hidden;
}
dfn table {
  border-collapse: collapse;
}
dfn caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #20232a;
  text-align: left;
  caption-side: bottom;
}
dfn th {
  text-align: inherit;
}
dfn label {
  display: inline-block;
}
dfn button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
dfn input,
dfn button,
dfn select,
dfn optgroup,
dfn textarea {
  font-size: inherit;
  line-height: inherit;
}
dfn input[type=radio],
dfn input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
dfn input[type=date],
dfn input[type=time],
dfn input[type=datetime-local],
dfn input[type=month] {
  -webkit-appearance: listbox;
}
dfn textarea {
  resize: vertical;
}
dfn [type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
dfn output {
  display: inline-block;
}
dfn [hidden] {
  display: none !important;
}
dfn .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset 50%;
          clip-path: inset 50%;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
dfn .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.p-abs {
  position: absolute;
}

.p-fix {
  position: fixed;
}

.p-rel {
  position: relative;
}

.p-sticky {
  position: sticky;
}

.no-margin {
  margin: 0 !important;
}

.m0-children > * {
  margin: 0;
}

.mb {
  margin-bottom: 1rem;
}

.mb-small {
  margin-bottom: 0.3333333333rem;
}

.m-auto {
  margin: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

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

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

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

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

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

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

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

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

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

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media screen and (min-width: 481px) {
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7 {
    margin-left: 1.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8 {
    margin-left: 2rem !important;
  }
  .mx-sm-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9 {
    margin-left: 2.25rem !important;
  }
  .mx-sm-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12 {
    margin-left: 3rem !important;
  }
  .mx-sm-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16 {
    margin-left: 4rem !important;
  }
  .mx-sm-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20 {
    margin-left: 5rem !important;
  }
  .mx-sm-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .m-sm-only-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-only-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-only-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-sm-only-4 {
    margin: 1rem !important;
  }
  .mt-sm-only-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-only-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-only-4 {
    margin-left: 1rem !important;
  }
  .mx-sm-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-only-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-sm-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-sm-only-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-only-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-sm-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-sm-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-sm-only-8 {
    margin: 2rem !important;
  }
  .mt-sm-only-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-only-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-only-8 {
    margin-left: 2rem !important;
  }
  .mx-sm-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-sm-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-sm-only-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-sm-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-sm-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-sm-only-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-sm-only-12 {
    margin: 3rem !important;
  }
  .mt-sm-only-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-only-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-only-12 {
    margin-left: 3rem !important;
  }
  .mx-sm-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-only-16 {
    margin: 4rem !important;
  }
  .mt-sm-only-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-only-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-only-16 {
    margin-left: 4rem !important;
  }
  .mx-sm-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-sm-only-20 {
    margin: 5rem !important;
  }
  .mt-sm-only-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-only-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-only-20 {
    margin-left: 5rem !important;
  }
  .mx-sm-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 961px) {
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3 {
    margin-left: 0.75rem !important;
  }
  .mx-md-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5 {
    margin-left: 1.25rem !important;
  }
  .mx-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6 {
    margin-left: 1.5rem !important;
  }
  .mx-md-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7 {
    margin-left: 1.75rem !important;
  }
  .mx-md-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8 {
    margin-left: 2rem !important;
  }
  .mx-md-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9 {
    margin-left: 2.25rem !important;
  }
  .mx-md-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10 {
    margin-left: 2.5rem !important;
  }
  .mx-md-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12 {
    margin-left: 3rem !important;
  }
  .mx-md-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16 {
    margin-left: 4rem !important;
  }
  .mx-md-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20 {
    margin-left: 5rem !important;
  }
  .mx-md-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .m-md-only-1 {
    margin: 0.25rem !important;
  }
  .mt-md-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-only-2 {
    margin: 0.5rem !important;
  }
  .mt-md-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-only-3 {
    margin: 0.75rem !important;
  }
  .mt-md-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-md-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-md-only-4 {
    margin: 1rem !important;
  }
  .mt-md-only-4 {
    margin-top: 1rem !important;
  }
  .mr-md-only-4 {
    margin-right: 1rem !important;
  }
  .mb-md-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-only-4 {
    margin-left: 1rem !important;
  }
  .mx-md-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-only-5 {
    margin: 1.25rem !important;
  }
  .mt-md-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-md-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-md-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-md-only-6 {
    margin: 1.5rem !important;
  }
  .mt-md-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-md-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-only-7 {
    margin: 1.75rem !important;
  }
  .mt-md-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-md-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-md-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-md-only-8 {
    margin: 2rem !important;
  }
  .mt-md-only-8 {
    margin-top: 2rem !important;
  }
  .mr-md-only-8 {
    margin-right: 2rem !important;
  }
  .mb-md-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-only-8 {
    margin-left: 2rem !important;
  }
  .mx-md-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-md-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-md-only-9 {
    margin: 2.25rem !important;
  }
  .mt-md-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-md-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-md-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-md-only-10 {
    margin: 2.5rem !important;
  }
  .mt-md-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-md-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-md-only-12 {
    margin: 3rem !important;
  }
  .mt-md-only-12 {
    margin-top: 3rem !important;
  }
  .mr-md-only-12 {
    margin-right: 3rem !important;
  }
  .mb-md-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-only-12 {
    margin-left: 3rem !important;
  }
  .mx-md-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-only-16 {
    margin: 4rem !important;
  }
  .mt-md-only-16 {
    margin-top: 4rem !important;
  }
  .mr-md-only-16 {
    margin-right: 4rem !important;
  }
  .mb-md-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-only-16 {
    margin-left: 4rem !important;
  }
  .mx-md-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-md-only-20 {
    margin: 5rem !important;
  }
  .mt-md-only-20 {
    margin-top: 5rem !important;
  }
  .mr-md-only-20 {
    margin-right: 5rem !important;
  }
  .mb-md-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-only-20 {
    margin-left: 5rem !important;
  }
  .mx-md-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1201px) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7 {
    margin-left: 1.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8 {
    margin-left: 2rem !important;
  }
  .mx-lg-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9 {
    margin-left: 2.25rem !important;
  }
  .mx-lg-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12 {
    margin-left: 3rem !important;
  }
  .mx-lg-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16 {
    margin-left: 4rem !important;
  }
  .mx-lg-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20 {
    margin-left: 5rem !important;
  }
  .mx-lg-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .m-lg-only-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-only-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-only-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-lg-only-4 {
    margin: 1rem !important;
  }
  .mt-lg-only-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-only-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-only-4 {
    margin-left: 1rem !important;
  }
  .mx-lg-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-only-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-lg-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-lg-only-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-only-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-lg-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-lg-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-lg-only-8 {
    margin: 2rem !important;
  }
  .mt-lg-only-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-only-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-only-8 {
    margin-left: 2rem !important;
  }
  .mx-lg-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-lg-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-lg-only-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-lg-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-lg-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-lg-only-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-lg-only-12 {
    margin: 3rem !important;
  }
  .mt-lg-only-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-only-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-only-12 {
    margin-left: 3rem !important;
  }
  .mx-lg-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-only-16 {
    margin: 4rem !important;
  }
  .mt-lg-only-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-only-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-only-16 {
    margin-left: 4rem !important;
  }
  .mx-lg-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-lg-only-20 {
    margin: 5rem !important;
  }
  .mt-lg-only-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-only-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-only-20 {
    margin-left: 5rem !important;
  }
  .mx-lg-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1441px) {
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8 {
    margin-left: 2rem !important;
  }
  .mx-xl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12 {
    margin-left: 3rem !important;
  }
  .mx-xl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16 {
    margin-left: 4rem !important;
  }
  .mx-xl-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20 {
    margin-left: 5rem !important;
  }
  .mx-xl-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8 {
    margin-left: 2rem !important;
  }
  .mx-xxl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xxl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-12 {
    margin-left: 3rem !important;
  }
  .mx-xxl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .mt-xxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-16 {
    margin-left: 4rem !important;
  }
  .mx-xxl-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-20 {
    margin-left: 5rem !important;
  }
  .mx-xxl-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
.mt-gutter {
  margin-top: 0.5rem !important;
}
@media screen and (min-width: 1201px) {
  .mt-gutter {
    margin-top: 1rem !important;
  }
}

.mb-gutter {
  margin-bottom: 0.5rem !important;
}
@media screen and (min-width: 1201px) {
  .mb-gutter {
    margin-bottom: 1rem !important;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.text-lg {
  font-size: 1.25em;
}

.td-none {
  text-decoration: none;
}

.td-underline {
  text-decoration: underline;
}

.font-body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
}

.font-bold {
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}

small,
.text-sm {
  font-size: 0.875rem;
}

big,
.text-lg {
  font-size: 1.25rem;
}

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

.img-ls,
.img-pt,
.img-sq {
  display: block;
  position: relative;
}
.img-ls:after,
.img-pt:after,
.img-sq:after {
  content: "";
  display: block;
}
.img-ls > img,
.img-pt > img,
.img-sq > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-ls:after {
  padding-bottom: 66.666%;
}

.img-pt:after {
  padding-bottom: 150%;
}

.img-sq:after {
  padding-bottom: 100%;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.circle-clip {
  overflow: hidden;
  border-radius: 50%;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

[class^=btn-] {
  display: inline-block;
  border: 1px solid #e9edf1;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background: #f4f6f8;
  color: #0a0b0d;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}
[class^=btn-]:hover {
  background: #e9edf1;
}

.btn-body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
}

.btn-sm {
  padding: 0.5rem 1rem;
  min-width: 8em;
  font-size: 0.875rem;
  color: #5b616e;
}

.btn-account {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  font-size: 50px;
  height: 1em;
  width: 1em;
  border-radius: 0.5em;
}

.btn-block {
  display: block;
}

.btn-danger {
  border-color: #E12C3B;
  background: #E12C3B;
  color: #ffffff;
}
.btn-danger:hover {
  background-color: #bf1b29;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0rem;
  border: none;
  background: #ffffff;
}
.btn-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 961px) {
  .btn-icon {
    background-color: transparent;
  }
}

.btn-link {
  border: none;
  background: transparent;
  text-decoration: none !important;
}
.btn-link:hover {
  background: transparent;
  text-decoration: underline !important;
}

.btn-primary {
  border-color: #5b616e;
  background: #5b616e;
  color: #ffffff;
}

.btn-subtle {
  border-color: #5B616E;
  background: #5B616E;
  color: #ffffff;
}
.btn-subtle:hover {
  background: #868f9c;
}

.btn-success {
  border-color: #6EB23F;
  background: #6EB23F;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #6EB23F;
}

.btn-block {
  display: block;
  width: 100%;
}

.date-range-picker {
  position: relative;
}
.date-range-picker .btn {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
}
.date-range-picker .btn .icon-chart {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  color: #5B616E;
}
.date-range-picker .btn .icon-chart .el-2 {
  color: #868f9c;
}
.date-range-picker .btn .icon-select {
  margin-left: 0.5rem;
}
.date-range-picker input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 100%;
  border-radius: 8px;
}
.card > .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 59px;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #e9edf1;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}
.card > .card-header .btn {
  font-size: 0.875rem;
  padding: 0.375rem 1rem;
}
.card > .card-header .card-select {
  position: relative;
  display: flex;
}
.card > .card-header .card-select label {
  margin-right: 0.75em;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
}
.card > .card-header .card-select select {
  min-width: 0;
  border: none;
  padding: 0 1.25em 0 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}
.card > .card-header .card-select .icon-select {
  position: absolute;
  top: 0.25em;
  right: 0;
  pointer-events: none;
}
.card > .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
.card > .card-body p {
  color: #5b616e;
}
.card > .card-footer {
  display: flex;
  align-items: center;
  min-height: 59px;
  padding: 0.5rem 1.5rem;
  border-top: 1px solid #e9edf1;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}
.card .card-body-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card .card-body-centered > div {
  width: 100%;
}
.card .card-body-padding {
  padding: 2rem;
}
.card.card-stats > .card-footer {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
}
.card.card-table > .card-body {
  padding: 0;
}

.cards-equal-height .card {
  min-height: calc(100% - 1rem);
}

.dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  background-color: #E0F7FA;
}
.dropzone .dropzone-area {
  width: 100%;
}
.dropzone p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  font-weight: bolder;
  color: black;
  cursor: pointer;
}
.dropzone svg {
  width: 36px;
  height: 36px;
  margin: 1rem;
  padding: 0.4rem;
  border-radius: 50%;
  background-color: #6EB23F;
  color: white;
}

.uploaded-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  border-radius: 5px;
  background-color: #F4F6F8;
}
.uploaded-file svg {
  cursor: pointer;
}
.uploaded-file p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.uploaded-file p svg {
  width: 18x;
  height: 18px;
  margin-right: 0.25rem;
}

label.required:after {
  content: " *";
  color: #E12C3B;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea,
div.input {
  margin: 0;
  min-width: 100%;
  border: 1px solid #d5dce4;
  padding: 1rem;
  line-height: 1rem;
  color: #0a0b0d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  border-radius: 0.25rem;
}
input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, div.input::-moz-placeholder {
  color: #0a0b0d;
  opacity: 1;
}
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder,
div.input::placeholder {
  color: #0a0b0d;
  opacity: 1;
}
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
div.input:-ms-input-placeholder {
  color: #0a0b0d;
}
input[type=date]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
div.input::-ms-input-placeholder {
  color: #0a0b0d;
}
input[type=date].input-solid,
input[type=email].input-solid,
input[type=number].input-solid,
input[type=password].input-solid,
input[type=tel].input-solid,
input[type=text].input-solid,
select.input-solid,
textarea.input-solid,
div.input.input-solid {
  border: none;
  background: #e9edf1;
}

.checkbox {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.checkbox.toggle {
  position: relative;
  line-height: 2.25rem;
  font-size: 1.125rem;
}
.checkbox.toggle input {
  display: none;
}
.checkbox.toggle label {
  padding-left: 3rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.checkbox.toggle:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1em;
  width: 2em;
  border-radius: 0.5em;
  background: #e9edf1;
  pointer-events: none;
  transition: all 0.3s;
}
.checkbox.toggle:after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.25em;
  height: 0.5em;
  width: 0.5em;
  border-radius: 0.25em;
  background: #868f9c;
  pointer-events: none;
  transition: all 0.3s;
}
.checkbox.toggle.checked:before {
  background: #6EB23F;
}
.checkbox.toggle.checked:after {
  left: 1.25em;
  background: #ffffff;
}

.floating-input,
.floating-select {
  position: relative;
  line-height: 1rem;
}
.floating-input input,
.floating-select input {
  padding: 1.875rem 1rem 0.6125rem;
  line-height: 1.2rem;
  height: 3.75rem;
}
.floating-input input::-moz-placeholder, .floating-select input::-moz-placeholder {
  color: transparent;
}
.floating-input input::placeholder,
.floating-select input::placeholder {
  color: transparent;
}
.floating-input input:-ms-input-placeholder,
.floating-select input:-ms-input-placeholder {
  color: transparent;
}
.floating-input input::-ms-input-placeholder,
.floating-select input::-ms-input-placeholder {
  color: transparent;
}
.floating-input select,
.floating-select select {
  padding: 1.875rem 1.5rem 0.6125rem 1rem;
  line-height: 1.2rem;
  height: 3.75rem;
}
.floating-input select ~ label,
.floating-select select ~ label {
  color: #6EB23F;
  transform: scale(0.85) translateY(-0.9375rem) translateX(0);
}
.floating-input .icon-select,
.floating-select .icon-select {
  position: absolute;
  top: 1.375rem;
  right: 0.35rem;
  color: #0a0b0d;
  pointer-events: none;
}
.floating-input label,
.floating-select label {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  line-height: 1rem;
  pointer-events: none;
  transition: all 0.15s;
}
.floating-input > input:focus,
.floating-select > input:focus {
  border-color: #6EB23F;
  box-shadow: 0 0 4px #d5dce4;
}
.floating-input > input:focus ~ label,
.floating-select > input:focus ~ label {
  color: #6EB23F;
  transform: scale(0.6) translateY(-0.9375rem) translateX(0.125rem);
}
.floating-input > input:not(:-moz-placeholder-shown) ~ label, .floating-select > input:not(:-moz-placeholder-shown) ~ label {
  color: #6EB23F;
  transform: scale(0.6) translateY(-0.9375rem) translateX(0.125rem);
}
.floating-input > input:not(:placeholder-shown) ~ label,
.floating-select > input:not(:placeholder-shown) ~ label {
  color: #6EB23F;
  transform: scale(0.6) translateY(-0.9375rem) translateX(0.125rem);
}
.floating-input > input:-webkit-autofill ~ label,
.floating-select > input:-webkit-autofill ~ label {
  color: #6EB23F;
  transform: scale(0.6) translateY(-0.9375rem) translateX(0.125rem);
}
.floating-input.has-error input:not(:focus),
.floating-select.has-error input:not(:focus) {
  border-color: #E12C3B !important;
  background: rgba(225, 44, 59, 0.1);
}
.floating-input.has-error label,
.floating-select.has-error label {
  color: #E12C3B;
}
.floating-input.has-prefix input,
.floating-select.has-prefix input {
  margin-left: 3rem;
  min-width: calc(100% - 3rem);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.floating-input.has-prefix input ~ label,
.floating-select.has-prefix input ~ label {
  left: 4rem;
}
.floating-input.has-prefix select,
.floating-select.has-prefix select {
  margin-left: 3rem;
  min-width: calc(100% - 3rem);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.floating-input.has-prefix select ~ label,
.floating-select.has-prefix select ~ label {
  left: 4rem;
}
.floating-input .prefix,
.floating-select .prefix {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.75rem;
  line-height: 3.75rem;
  width: 3rem;
  background: #d5dce4;
  color: #868f9c;
  font-size: 1.25rem;
  text-align: center;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search-select-regular {
  position: relative;
  line-height: 1rem;
  height: 3.75rem;
  border: 1px solid #d5dce4;
  border-radius: 4px;
}
.search-select-regular .icon-select {
  position: absolute;
  top: 1.375rem;
  right: 0.35rem;
  color: #0a0b0d;
  pointer-events: none;
}
.search-select-regular .vs__dropdown-toggle {
  display: block;
  cursor: pointer;
  padding: 0;
  border: none;
}
.search-select-regular .vs__selected-options {
  padding: 0 2.5rem 0 0;
}
.search-select-regular .vs__search, .search-select-regular .vs__search:focus, .search-select-regular .vs__selected {
  margin: 0;
  line-height: 1rem;
  color: #0a0b0d;
  padding: 1.2rem;
}
.search-select-regular .vs__selected {
  overflow: hidden;
  white-space: nowrap;
}
.search-select-regular .vs__actions .vs__open-indicator {
  display: none;
}
.search-select-regular .vs__dropdown-menu {
  top: 3.75rem;
  box-shadow: none;
  border: 1px solid #d5dce4;
  padding: 0;
}
.search-select-regular .vs__dropdown-option {
  color: #5b616e;
  padding: 0.5rem;
}
.search-select-regular .vs__dropdown-option--highlight {
  background: #868f9c;
  color: #ffffff;
}
.search-select-regular .vs__dropdown-option--deselect {
  background: #868f9c;
  color: #ffffff;
}
.search-select-regular .vs__dropdown-option--disabled {
  background: #5B616E;
  color: #e9edf1;
  cursor: disabled;
}
.search-select-regular .vs__clear {
  margin-right: 1rem;
}

.search-select {
  position: relative;
  line-height: 1rem;
  height: 3.75rem;
  border: 1px solid #d5dce4;
  border-radius: 4px;
}
.search-select label {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  line-height: 1rem;
  pointer-events: none;
  transition: all 0.15s;
  transform-origin: center left;
  color: #5b616e;
  transform: scale(0.85) translateY(-0.9375rem) translateX(0.125rem);
}
.search-select .icon-select {
  position: absolute;
  top: 1.375rem;
  right: 0.35rem;
  color: #0a0b0d;
  pointer-events: none;
}
.search-select .vs__dropdown-toggle {
  display: block;
  cursor: pointer;
  padding: 0;
  border: none;
}
.search-select .vs__selected-options {
  padding: 0 2.5rem 0 0;
}
.search-select .vs__search, .search-select .vs__search:focus, .search-select .vs__selected {
  margin: 0;
  padding: 1.875rem 1.5rem 0.6125rem 1rem;
  line-height: 1rem;
  color: #0a0b0d;
}
.search-select .vs__selected {
  overflow: hidden;
  white-space: nowrap;
}
.search-select .vs__actions .vs__open-indicator {
  display: none;
}
.search-select .vs__dropdown-menu {
  top: 3.75rem;
  box-shadow: none;
  border: 1px solid #d5dce4;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.search-select .vs__dropdown-option {
  color: #5b616e;
  padding: 0.5rem 1rem;
}
.search-select .vs__dropdown-option--highlight {
  background: #868f9c;
  color: #ffffff;
}
.search-select .vs__dropdown-option--deselect {
  background: #868f9c;
  color: #ffffff;
}
.search-select .vs__dropdown-option--disabled {
  background: #5B616E;
  color: #e9edf1;
  cursor: disabled;
}
.search-select .vs__clear {
  margin-right: 1rem;
}

.app-search {
  position: relative;
  min-width: 100%;
}
.app-search .icon-search {
  position: absolute;
  top: 1.125rem;
  left: 1rem;
}
.app-search input {
  padding-left: 2.5rem;
}

.input-search {
  position: relative;
  min-width: 100%;
}
.input-search .icon-search {
  position: absolute;
  top: 1.125rem;
  left: 1rem;
}
.input-search input {
  padding-left: 2.5rem;
}
.input-search.input-search-form .icon-search {
  top: 1.375rem;
}
.input-search.input-search-form input {
  min-height: 60px;
}

.invalid-feedback {
  display: block;
  margin: 0.5rem 0 0;
  color: #E12C3B;
  font-size: 0.875rem;
}

.form-default fieldset {
  padding: 1rem;
}
.form-default .checkbox.toggle {
  position: relative;
  line-height: 2.75rem;
  font-size: 1.5rem;
}
.form-default .checkbox.toggle label {
  padding-left: 4rem;
}

.form-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.75rem 1rem;
  min-width: 100%;
  background-color: rgba(213, 220, 228, 0.8);
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .form-buttons {
    padding: 0.75rem 4rem;
    min-width: calc(100vw - 17.5rem);
  }
}
@media screen and (min-width: 961px) {
  .form-buttons.sidebar-toggle {
    min-width: calc(100vw - 4rem);
  }
}

.icon {
  position: relative;
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: -0.125em;
}
.icon.icon-lg {
  height: 1.5em;
  width: 1.5em;
  vertical-align: -0.375em;
}
.icon.icon-user {
  height: 2.125rem;
  width: 2.125rem;
}
.icon.icon-chart {
  color: #5B616E;
}

main.main {
  margin: 0;
  padding: 0 0 5rem 0;
  transition: margin 0.3s;
}
@media screen and (min-width: 961px) {
  main.main {
    margin: 0 0 0 17.5rem;
  }
}
@media screen and (min-width: 961px) {
  main.main.sidebar-toggle {
    margin: 0 0 0 4rem;
  }
}

main.auth {
  display: flex;
  min-width: 100vw;
  min-height: 100vh;
  align-items: center;
}

.breadcrumb {
  margin: 1rem 0;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  color: #868f9c;
}
.breadcrumb ul li .icon {
  margin: 0 0.25rem 0;
  vertical-align: -0.125em;
}

.client-list a {
  margin: 0 0.5rem 0.5rem 0;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal {
  display: none;
  flex-direction: column;
  padding: 1rem;
  background-color: white;
  overflow: auto;
  z-index: 1;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.modal-content {
  position: relative;
  padding: 20px;
  border: 1px solid #888;
  background-color: #fefefe;
}

.close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #aaa;
}

.modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-open {
  display: flex !important;
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity 0.25s ease;
}

.modal-fade-enter-active .modal {
  transition: transform 0.25s ease-out;
}

.modal-fade-leave-active .modal {
  transition: transform 0.25s ease-in;
}

.modal-fade-enter-from,
.modal-fade-leave-to {
  opacity: 0;
}
.modal-fade-enter-from .modal,
.modal-fade-leave-to .modal {
  transform: translateY(2rem);
}

.navigation-sidebar-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(10, 11, 13, 0.75);
  overflow: hidden;
}
.navigation-sidebar-background #menu-toggle {
  position: absolute;
  top: calc((4.5rem - 1.5em) / 2);
  left: 18rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 961px) {
  .navigation-sidebar-background #menu-toggle {
    left: 18rem;
  }
}
.navigation-sidebar-background #menu-toggle-active {
  position: absolute;
  top: calc((4.5rem - 1.5em) / 2);
  left: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 961px) {
  .navigation-sidebar-background #menu-toggle-active {
    left: 4.5rem;
  }
}

.navigation-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 17.5rem;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0.25rem;
  background: #1d2026;
  color: #ffffff;
  transform: translateX(0);
  transition: all 0.3s;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  min-width: 100%;
  background: #0a0b0d;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.navigation-sidebar-menu-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 2rem 0 0 0.75rem;
}

ul.navigation-sidebar-menu {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
ul.navigation-sidebar-menu li a {
  display: block;
  padding: 0.75rem 1.5rem;
  background: #1d2026;
  text-decoration: none;
  transition: all 0.3s;
}
ul.navigation-sidebar-menu li a.router-link-active {
  background: #0a0b0d;
}
ul.navigation-sidebar-menu li a:hover {
  background: #0a0b0d;
}
ul.navigation-sidebar-menu li ul.navigation-sidebar-sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.navigation-sidebar-menu li ul.navigation-sidebar-sub-menu li a {
  padding-left: 2.5rem;
}
ul.navigation-sidebar-menu li.router-link-active .navigation-sidebar-sub-menu {
  display: block;
}
ul.navigation-sidebar-menu li.router-link-exact-active a {
  background: #0a0b0d;
}

.sidebar-toggle .navigation-sidebar-background {
  width: 0;
  height: 0;
}
.sidebar-toggle .navigation-sidebar {
  transform: translateX(-100%);
}

@media screen and (min-width: 961px) {
  .navigation-sidebar-background {
    width: 0;
    height: 0;
  }
  .sidebar-toggle .navigation-sidebar {
    width: 4rem;
    transform: translateX(0);
  }
  .sidebar-toggle .brand-logo,
  .sidebar-toggle .navigation-sidebar-menu-title,
  .sidebar-toggle .navigation-sidebar-menu-label {
    display: none;
  }
  .sidebar-toggle .navigation-sidebar-menu li a {
    padding: 0.25rem 0.75rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .sidebar-toggle .navigation-sidebar-menu li .navigation-sidebar-sub-menu li a {
    padding: 0.25rem 0.75rem;
  }
}
.navigation-topbar {
  position: fixed;
  top: 0.25rem;
  right: 0.25rem;
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  min-width: calc(100% - 7px);
  border-top: 0.1rem solid #e9edf1;
  background: #ffffff;
  z-index: 1;
  transition: all 0.3s;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.navigation-topbar .container {
  padding-left: 4rem;
}

.responsive-object {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  margin: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination li button {
  position: relative;
  display: block;
  padding: 0.375rem 0.5rem;
  margin-left: -1px;
  background: #f4f6f8;
  color: #5b616e;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 35px;
  border: 1px solid #d5dce4;
  cursor: pointer;
}
.pagination li button > * {
  line-height: 1.5 !important;
}
.pagination li button:focus {
  outline: 0;
}
.pagination li:first-child button {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination li:last-child button {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination li:hover button {
  text-decoration: none;
  background-color: #d5dce4;
}
.pagination li.active button {
  color: #ffffff;
  background-color: #868f9c;
}
.pagination li.disabled button {
  background-color: #e9edf1;
  color: #5B616E;
  cursor: not-allowed;
  pointer-events: none;
}

.stats-compare .stats-compare-change {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0.125em 0.75em 0.125em 0.5em;
  line-height: 1em;
  background: #5B616E;
  color: #ffffff;
  border-radius: 0.8125rem;
}
.stats-compare .stats-compare-main {
  display: inline-block;
  margin: -0.875rem 0 0.5rem 0;
  border: 2px solid #5B616E;
  font-size: 2.25rem;
  line-height: 2.25rem;
  padding: 1rem 1.5rem;
  border-radius: 2.125rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}
@media screen and (min-width: 481px) {
  .stats-compare .stats-compare-main {
    min-width: 10rem;
    padding: 2rem 3rem;
    border-radius: 3.125rem;
  }
}
.stats-compare.c-success {
  color: #0a0b0d !important;
}
.stats-compare.c-success .stats-compare-change {
  background: #6EB23F;
}
.stats-compare.c-success .stats-compare-main {
  border-color: #6EB23F;
}
.stats-compare.c-danger {
  color: #0a0b0d !important;
}
.stats-compare.c-danger .stats-compare-change {
  background: #E12C3B;
}
.stats-compare.c-danger .stats-compare-main {
  border-color: #E12C3B;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table.table-bordered {
  border-bottom: 1px solid #e9edf1;
}
.table.table-bordered thead th {
  padding: 0.5rem 1rem;
  border-bottom: 2px solid #e9edf1;
}
.table.table-bordered tbody td,
.table.table-bordered tbody th {
  border-top: 1px solid #e9edf1;
  padding: 0.5rem 1rem;
}
.table.table-bordered tbody td .btn.btn-sm,
.table.table-bordered tbody th .btn.btn-sm {
  padding: 0.25rem 1rem;
  min-width: 0;
}

.tab-link-container {
  display: flex;
  width: 100%;
  overflow-x: auto;
  border-bottom: 1px solid #d5dce4;
  padding: 0.25rem 1rem 0 1rem;
}

.tab-link {
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  background: transparent;
  color: #5B616E;
  border: none;
  border-bottom: 0.25rem solid #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  transition: background ease 0.3s;
}
@media screen and (min-width: 961px) {
  .tab-link {
    padding: 1rem 1rem 0.75rem 1rem;
    font-size: 1rem;
  }
}
.tab-link:hover {
  color: #5b616e;
}
.tab-link:focus {
  outline: none;
}
.tab-link.active {
  border-color: #0a0b0d;
  color: #0a0b0d;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
}

body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.login .card {
  background-color: white;
  padding: 2.5rem;
  border-radius: 0.5rem;
}

p {
  color: #5B616E;
}
p a {
  text-decoration: underline;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.tab-link.active {
  border-color: #6EB23F;
}

.btn-success:hover {
  background-color: #6EB23F;
}

.bg-neutral {
  background: #105582 !important;
}

.navigation-sidebar-background {
  overflow: visible;
  z-index: 99;
}

.btn-link {
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  text-decoration: underline;
}

.floating-input > input:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.9375rem) translateX(-0.6rem);
}

.floating-input > input:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.9375rem) translateX(-0.6rem);
}

.floating-input > input:focus ~ label {
  transform: scale(0.85) translateY(-0.9375rem) translateX(-0.6rem);
}

#app {
  min-height: 100vh;
  background-color: #f4f6f8;
}

.btn-subtle {
  background-color: #868f9c;
  border-color: #868f9c;
}

a {
  text-decoration: none;
}

.broker-delete-button .delete-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 2px;
}
.broker-delete-button .delete-button .icon-close {
  position: absolute;
}

.h-100 {
  height: 85vh;
}

@media screen and (min-width: 961px) {
  .topbarToggle {
    min-width: calc(100vw - 4rem - 0.5rem) !important;
  }
}

@media screen and (min-width: 961px) {
  .topbar {
    min-width: calc(100vw - 17.5rem - 0.5rem) !important;
  }
}

.navigation-sidebar {
  z-index: 100;
}
.navigation-sidebar .navigation-sidebar-menu .top-level-li {
  border-radius: 0.25rem;
}

.router-link-exact-active {
  overflow: hidden;
  border-radius: 0.25rem;
}

.main {
  padding-top: 4.75rem !important;
}

.index-link:hover {
  text-decoration: underline;
}

.img-cover {
  z-index: 0;
}

.login-padding {
  padding-top: 6rem;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .login-padding {
    padding-top: 11.5rem;
  }
}

.quote-overview-item-wrapper,
.product-overview-item-wrapper {
  display: flex;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  background-color: #f4f6f8;
}
.quote-overview-item-wrapper .icon,
.product-overview-item-wrapper .icon {
  width: 1.4rem;
  height: 1.4rem;
}
.quote-overview-item-wrapper > span,
.product-overview-item-wrapper > span {
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: #1d2026;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.quote-overview-item-wrapper > p,
.product-overview-item-wrapper > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 0.875rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #868f9c;
}
.quote-overview-item-wrapper > p > span,
.product-overview-item-wrapper > p > span {
  font-size: 1rem;
  font-weight: bold;
  color: #0a0b0d;
}

.tab-quote-journey {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding: 1.25rem 4.25rem;
  background-color: #e9edf1;
  border-radius: 4px;
  text-align: center;
}
.tab-quote-journey .tab-quote-question {
  margin: 0;
  font-weight: bold;
  color: #868f9c;
}
.tab-quote-journey .tab-quote-answer {
  margin: 0;
  font-weight: bold;
  color: #0a0b0d;
}
.tab-quote-journey::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.25rem;
  height: 1.5rem;
  background-color: #e9edf1;
  transform: translateY(100%);
}
.tab-quote-journey:last-child {
  margin-bottom: 0;
}
.tab-quote-journey:last-child::after {
  display: none;
}

.unauthenticated-view {
  background-color: #1e2025;
}

.total-quotes {
  padding-top: 1rem;
  padding-bottom: 1.75rem;
}
.total-quotes span {
  min-width: 8rem;
  padding: 1rem 3rem;
  font-size: 2.25rem;
  text-align: center;
  background-color: #e9edf1;
  border-radius: 30%/50%;
}

.status-tags {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .status-tags {
    flex-direction: row;
  }
}
.status-tags p {
  display: flex;
  align-items: center;
  margin: 1rem;
}
.status-tags p span {
  display: inline-block;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-right: 0.25rem;
  text-align: center;
  color: #ffffff;
}

.lh-0 {
  line-height: 0;
}

.no-quotes {
  min-height: 10rem;
}

@media screen and (min-width: 481px) {
  .d-sm-tc {
    display: table-cell !important;
  }
}

@media screen and (min-width: 961px) {
  .d-md-tc {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1201px) {
  .d-lg-tc {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1441px) {
  .d-xl-tc {
    display: table-cell !important;
  }
}

@media screen and (max-width: 1200px) {
  .multi-filter > * {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 960px) {
  .tab-quote-dark-card {
    margin-bottom: 0.5rem;
  }
}

.product-documents .card {
  min-height: 498px;
}

.attribute-form label {
  color: #5b616e;
}

.delete-modal {
  max-width: 400px;
}
.delete-modal .delete-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border: 4px solid red;
  border-radius: 50%;
}
.delete-modal .delete-icon svg {
  width: 4rem;
  height: 4rem;
  fill: red;
}

.border-radius {
  border-radius: 0.25rem;
}

.journey-container {
  z-index: 1;
}
.journey-container .question-wrapper {
  position: relative;
  min-height: 624px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .journey-container .question-wrapper {
    padding: 0 7.5rem;
  }
}
@media screen and (min-height: 700px) {
  .journey-container .question-wrapper {
    min-height: calc(100vh - 76px);
  }
}
.journey-container .question-wrapper h1 {
  max-width: 800px;
  margin: 0 auto 2rem auto;
  color: #ffffff;
  font-size: 1.5rem;
}
.journey-container .question-wrapper.number-confirm h1 {
  padding: 2rem;
  background: #ffffff;
  color: #5B616E;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  border-radius: 1rem;
}
.journey-container .number-answer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
}
.journey-container .number-answer-wrapper input {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.journey-container .number-answer-wrapper button {
  width: 10rem;
  height: 3rem;
}
.journey-container .option-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.journey-container .option {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.5rem;
}
.journey-container .journey-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 224px;
  border-radius: 24px;
  background-color: #1d2026;
}
.journey-container .journey-card img {
  position: absolute;
  width: 100%;
}
.journey-container .option-name {
  font-weight: bolder;
}
.journey-container .exit-button {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}
@media screen and (min-width: 961px) {
  .journey-container .exit-button {
    right: unset;
  }
}
.journey-container .journey-back-button {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
}
@media screen and (min-width: 961px) {
  .journey-container .journey-back-button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.journey-container .list-select-wrapper.scroll {
  position: relative;
  overflow-y: scroll;
  max-height: 600px;
}
.journey-container .list-select-wrapper button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 500px;
  margin-bottom: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.825rem;
  text-align: left;
  border: none;
  border-radius: 2em;
  background-color: #1d2026;
}
.journey-container .list-select-wrapper button:hover {
  cursor: pointer;
}
.journey-container .list-select-wrapper button:hover .journey-checked {
  display: block;
}
.journey-container .list-select-wrapper button:hover .journey-select-icon {
  display: none;
}
.journey-container .list-select-wrapper button:focus:not(:hover) .journey-checked {
  filter: grayscale(1) brightness(0.5);
}
.journey-container .list-select-wrapper button p {
  margin: 0;
  padding: 0.25rem 1rem 0.25rem 0;
  font-size: 1.125rem;
  color: #b2becb;
}
.journey-container .list-select-wrapper button .journey-select-icon {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%235b616e;%7D%3C/style%3E%3C/defs%3E%3Cg id='Content'%3E%3Cpath class='cls-1' d='M22,2c11.03,0,20,8.97,20,20s-8.97,20-20,20S2,33.03,2,22,10.97,2,22,2m0-2C9.85,0,0,9.85,0,22s9.85,22,22,22,22-9.85,22-22S34.15,0,22,0h0Z'/%3E%3C/g%3E%3C/svg%3E");
  width: 40px;
  min-width: 40px;
  padding: 0.1rem;
  margin-right: 0.25rem;
}
.journey-container .list-select-wrapper button .journey-checked {
  display: none;
  min-width: 40px;
  width: 40px;
  margin-right: 0.25rem;
}

.btn-dark {
  background-color: #1d2026;
  border-color: #1d2026;
}
.btn-dark:hover {
  background-color: #070809;
}

.Vue-Toastification__toast--success {
  background-color: #6EB23F !important;
}

.Vue-Toastification__toast--error {
  background-color: #E12C3B !important;
}

.indicative-terms-buttons {
  position: fixed;
  top: 76px;
  right: 0;
  padding-right: 2rem;
  width: 100%;
  background-color: #5b616e;
  z-index: 1;
}

.indicative-terms-container {
  margin-top: 100px;
  z-index: 0;
}
.indicative-terms-container .wrapper {
  padding: 1rem;
}
@media screen and (min-width: 1201px) {
  .indicative-terms-container .wrapper {
    padding: 3.75rem 7.5rem 3rem 7.5rem;
  }
}
.indicative-terms-container .wrapper .temp-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9edf1;
  width: 200px;
  height: 100px;
  margin-bottom: 3.25rem;
}
.indicative-terms-container .wrapper table {
  font-size: 0.8rem;
}
.indicative-terms-container .wrapper table tr {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9edf1;
}
@media screen and (min-width: 1201px) {
  .indicative-terms-container .wrapper table tr {
    display: table-row;
  }
}
.indicative-terms-container .wrapper table th {
  background-color: #f4f6f8;
  padding: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .indicative-terms-container .wrapper table th {
    padding: 0 0.5rem;
    width: 7.5cm;
  }
}
.indicative-terms-container .wrapper table td {
  padding: 1rem 0;
}
.indicative-terms-container .wrapper .term-header {
  display: flex;
  justify-content: center;
  margin-top: 2.875rem;
  margin-bottom: 1.875rem;
  border-radius: 4px;
  background-color: #868f9c;
}
.indicative-terms-container .wrapper .term-header h2 {
  color: white;
}
.indicative-terms-container .wrapper .conditions-wrapper {
  margin-bottom: 0.8rem;
}
.indicative-terms-container .wrapper .conditions-wrapper .condition {
  display: inline-flex;
  align-items: flex-start;
  width: 49%;
}
.indicative-terms-container .wrapper .conditions-wrapper .condition p {
  margin-bottom: 0;
}
.indicative-terms-container .wrapper .conditions-wrapper .condition svg {
  min-width: 20px;
  width: 20px;
  margin-right: 0.25rem;
}
.indicative-terms-container.indicative-terms-pdf {
  line-height: 1.2;
}
.indicative-terms-container.indicative-terms-pdf .term-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.065rem 0;
}
.indicative-terms-container.indicative-terms-pdf .wrapper {
  padding: 3.75rem 7.5rem 3rem 7.5rem;
}
.indicative-terms-container.indicative-terms-pdf .wrapper table tr {
  display: table-row;
}
.indicative-terms-container.indicative-terms-pdf .wrapper table th {
  padding: 0;
  width: 10cm;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.icon-user-solid,
.icon-mail,
.icon-mail-open,
.icon-telephone {
  fill: #6EB23F;
  width: 1.25rem;
  height: 1.25rem;
}

.step-name {
  font-size: 0.75rem;
  font-weight: bolder;
  color: #ccc;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-between;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 0.5rem;
  left: -50%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .stepper-item::before {
    display: none;
  }
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 0.5rem;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .stepper-item::after {
    display: none;
  }
}

.stepper-item .step-counter {
  content: "";
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #ccc;
  margin-bottom: 6px;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
  border: none;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 0.5rem;
  left: 50%;
  z-index: 3;
}

.step-counter.active {
  background-color: #4bb543;
  border: none;
}
.step-counter.active:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='grey' class='icon'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
  position: absolute;
  top: -100%;
  width: 14px;
  height: 14px;
  color: lightgray;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

@media screen and (max-width: 960px) {
  .stepper-item:has(.test) {
    display: flex;
  }
  .stepper-item:not(.test) {
    display: none;
  }
}
.results-container .results-desktop {
  display: none;
}
.results-container .results-mobile {
  display: block;
}
@media screen and (min-width: 1441px) {
  .results-container .results-desktop {
    display: block;
  }
  .results-container .results-mobile {
    display: none;
  }
}

.results-container thead th:first-child,
.details-container thead th:first-child {
  border-bottom-left-radius: 0 !important;
}

.results-container thead th:last-child {
  border-bottom-right-radius: 0 !important;
}

.success-icon {
  color: #6EB23F;
}
.success-icon svg {
  width: 6rem;
}

.warning-modal {
  max-width: 400px;
}
.warning-modal .warning-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border: 4px solid #FE912A;
  border-radius: 50%;
}
.warning-modal .warning-icon svg {
  width: 5.5rem !important;
  height: 5.5rem !important;
  color: #FE912A;
}

.vs__clear {
  position: absolute;
  right: 0.5rem;
  top: 1.5rem;
  z-index: 999;
}

.vs__search {
  z-index: 0 !important;
}

.card-table-header {
  padding: 0.5rem 1rem !important;
}

.popper {
  max-width: 24rem;
}

.btn-popper-info {
  width: auto;
  height: auto;
  margin-bottom: auto;
  background: none;
  color: #5B616E;
}
.btn-popper-info:hover {
  background: none;
}

main.main-journey {
  padding-bottom: 0 !important;
}

.app-search-results {
  position: absolute;
  right: 0;
  top: 5rem;
  width: calc(100% - 17.5rem);
  height: 90vh;
  background-color: white;
  overflow-y: scroll;
  z-index: 99;
}

.journey-bg {
  min-height: calc(100vh - 4.75rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
.input-group:last-child {
  margin-bottom: 0;
}

.calculator-table .card {
  background-color: transparent;
  box-shadow: none;
}
.calculator-table .card p {
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .calculator-table .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.calculator-table table {
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.calculator-table table td {
  height: 2rem;
  min-height: 2rem;
}
.calculator-table input {
  width: 100%;
}

.calculator-details input {
  width: 100%;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  position: absolute;
  z-index: 101;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  padding: 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  color: #1d2026;
  border-radius: 0.25rem;
  width: 20rem;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.calculator-select {
  display: block;
  width: 100%;
  font-weight: normal;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 0.5rem center !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.input-pound {
  position: relative;
}
.input-pound input {
  padding-right: 1rem;
  text-align: right;
}
.input-pound::before {
  content: "£";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  pointer-events: none;
}

.input-percentage {
  position: relative;
}
.input-percentage input {
  padding-right: 2.5rem;
  text-align: left;
}
.input-percentage::before {
  content: "%";
  position: absolute;
  top: 0;
  right: 2rem;
  width: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  pointer-events: none;
}

hr {
  height: 0.0625rem;
  margin-bottom: 1rem;
  background-color: #D6DCE3;
  border: none;
}

.lender-modal .modal {
  width: 32rem;
  padding: 0;
}
.lender-modal header {
  padding: 1.5rem;
  border-bottom: 1px solid #d5dce4;
}
.lender-modal header h3 {
  margin: 0 !important;
}
.lender-modal p {
  margin-bottom: 0;
}
.lender-modal .btn-icon {
  background-color: transparent;
}
input[type=radio] {
  accent-color: green;
}

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

.of-hidden {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.lender-journey .journey-card {
  padding: 0;
  background-color: transparent;
}
.lender-journey .journey-card img {
  border: 1.5px solid #D6DCE3;
  border-radius: 0.25rem;
}

.table-responsive-custom {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.bg-blue {
  background-color: #2196F3;
}

.bg-red {
  background-color: #F44336;
}

.bg-green {
  background-color: #4CAF50;
}

.bg-orange {
  background-color: #ff9800;
}

.document-dropdown,
.user-dropdowm {
  position: absolute;
  top: 105%;
  right: -25%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 12.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.document-dropdown svg,
.user-dropdowm svg {
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #5B616E;
}
.document-dropdown [class^=btn-],
.user-dropdowm [class^=btn-] {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: normal !important;
}
.document-dropdown [class^=btn-]:hover,
.user-dropdowm [class^=btn-]:hover {
  text-decoration: none !important;
}
.document-dropdown a,
.document-dropdown button,
.user-dropdowm a,
.user-dropdowm button {
  text-decoration: none;
}
.document-dropdown a:hover,
.document-dropdown button:hover,
.user-dropdowm a:hover,
.user-dropdowm button:hover {
  transition: ease;
  color: #6EB23F;
  text-decoration: none !important;
}

.document-dropdown.show {
  display: none;
}

.dropdown-fade-enter-active,
.dropdown-fade-leave-active {
  transition: opacity 0.3s;
}

.dropdown-fade-enter,
.dropdown-fade-leave-to {
  opacity: 0;
}

.file-thumb {
  position: relative;
  overflow: hidden;
  height: 9rem;
  max-height: 9rem;
}
.file-thumb > img {
  width: auto;
  max-width: unset;
  height: 100%;
}

.v-field__overlay, .v-list-item__overlay {
  opacity: 0.1 !important;
}

.v-list-item > :not(.v-list-item__content) {
  opacity: 0.1 !important;
}

.v-list-item__prepend {
  display: none !important;
}

.documents-icon {
  color: #868f9c;
}

.documents-edit-icon:hover {
  color: #000000;
}

.documents-delete-icon:hover {
  color: #E12C3B;
}

.documents-download-icon:hover {
  color: #4287f5;
}
