/* Bocks.
// Responsive SASS Framework
// Version: V1.0
// Last Updated: 2022-03-22
// Author: Twilo Creative Limited */
.bg-brand {
  background: #307fbb;
}

.c-brand {
  color: #307fbb;
}

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

.border-radius-lg {
  border-radius: 0.5rem;
}

.c-white {
  color: #ffffff !important;
}

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

.bg-blue {
  background-color: #00a6f1;
  color: #013d95;
}

.bg-green {
  background-color: #1ca466;
  color: #105b34;
}

.bg-orange {
  background-color: #ff906b;
  color: #c7411a;
}

.bg-red {
  background-color: #ff6d6d;
  color: #a80000;
}

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

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

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

.bg-grey-alt {
  background: #f4f6f8 !important;
}

.bg-gray {
  background: #888f9b !important;
}

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

.bg-gray-light {
  background: #d6dce3 !important;
}

.bg-gray-lighter {
  background: #eaedf1 !important;
}

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

.bg-grey-darker {
  background: #b4beca !important;
}

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

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

.c-grey-darker {
  color: #b4beca !important;
}

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

.c-gray {
  color: #888f9b !important;
}

.c-gray-dark {
  color: #5c616d !important;
}

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

.c-gray-lighter {
  color: #eaedf1 !important;
}

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

.bg-success {
  background: #67ca66 !important;
}

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

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

.icon-tick-completed {
  background-color: #4caf50;
  color: #f4f6f8;
  width: 20px;
  margin-top: auto;
  display: inline-block;
  border-radius: 60px;
}

.c-success {
  color: #67ca66 !important;
}

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

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

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

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

@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) 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) 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) 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) format("svg");
  /* Legacy iOS */
}
b,
strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}

.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;
  }
}

.container-full {
  overflow-x: hidden;
  width: 100%;
}
.container-full .row-guter {
  margin-right: 0;
  margin-left: 0;
}

.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;
}

.d-table-cell {
  display: table-cell !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-table-cell {
  display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
  display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !important;
  }

  .d-lg-only-none {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.5;
  color: #0a0b0d;
  text-align: left;
  background-color: #f4f6f8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

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

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

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

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

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

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;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code {
  white-space: pre-wrap;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #20232a;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Text meant only for screen readers */
.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;
}
.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. */
}

.svg-inline--fa, [class^=fa-] {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
}

.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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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;
}

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

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

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;
  -ms-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;
}

.accordion {
  display: block;
  width: 100%;
}
.accordion .accordion-heading {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  font-weight: normal;
  font-size: 1.25rem;
  border-bottom: 2px solid #d6dce3;
  border-radius: 0.25rem;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  transition: background ease 0.3s;
}
.accordion .accordion-heading:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3125em);
  right: 1rem;
  width: 0.625em;
  height: 0.625em;
  font-size: 1rem;
  border-right: 0.2em solid #d6dce3;
  border-bottom: 0.2em solid #d6dce3;
  transform: rotate(225deg);
  transition: transform 0.3s;
}
.accordion .accordion-heading.active:after {
  transform: rotate(45deg);
}
.accordion .accordion-heading.active, .accordion .accordion-heading:hover {
  background: #266392;
  color: #ffffff;
}
.accordion .accordion-content {
  display: none;
  margin-bottom: 0.5rem;
  padding: 1rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
.accordion .accordion-content > * {
  margin-bottom: 0;
}
@media print {
  .accordion .accordion-content {
    display: block !important;
  }
}

.animate-container {
  overflow: hidden;
}

.animate {
  will-change: transform;
  transition: opacity 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  opacity: 0;
}

.animate.nofade {
  opacity: 1;
}

.animate.rtl {
  transform: translateX(25%);
}

.animate.ltr {
  transform: translateX(-25%);
}

.animate.btt {
  transform: translateY(10%);
}

.animate.scale {
  transform: scale(0);
}

.reveal .animate {
  opacity: 1;
}
.reveal .animate.rtl,
.reveal .animate.ltr {
  transform: translateX(0);
}
.reveal .animate.btt {
  transform: translateY(0);
}
.reveal .animate.scale {
  transform: scale(1);
}

@media screen and (min-width: 961px) {
  .animate.delay-1 {
    transition-delay: 0.1s !important;
  }

  .animate.delay-2 {
    transition-delay: 0.2s !important;
  }

  .animate.delay-3 {
    transition-delay: 0.3s !important;
  }

  .animate.delay-4 {
    transition-delay: 0.4s !important;
  }

  .animate.delay-5 {
    transition-delay: 0.5s !important;
  }

  .animate.delay-6 {
    transition-delay: 0.6s !important;
  }

  .animate.delay-7 {
    transition-delay: 0.7s !important;
  }

  .animate.delay-8 {
    transition-delay: 0.8s !important;
  }

  .animate.delay-9 {
    transition-delay: 0.9s !important;
  }

  .animate.delay-10 {
    transition-delay: 1s !important;
  }

  .animate.delay-11 {
    transition-delay: 1.1s !important;
  }

  .animate.delay-12 {
    transition-delay: 1.2s !important;
  }
}
.unauthenticated-view {
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-color: #0a0b0d;
}

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

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

.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-delete {
  background-color: transparent;
  border-color: #888f9b;
  color: #888f9b;
}
.btn-delete:hover {
  background-color: #e12c3b;
  border-color: #e12c3b;
  color: #ffffff;
}
.btn-delete svg {
  font-size: 1rem;
}
.btn-delete svg:hover {
  fill: #ffffff;
}

.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: #b2becb;
  background: #b2becb;
  color: #ffffff;
}
.btn-subtle:hover {
  background: #868f9c;
}

.btn-success {
  border-color: #67ca66;
  background: #67ca66;
  color: #ffffff;
}
.btn-success:hover {
  background: #67ca66;
}

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

.btn-gray-transparent {
  background-color: transparent;
  border-color: #888f9b;
  color: #888f9b;
}

.btn-gray {
  background-color: #888f9b;
  border-color: #888f9b;
  color: #ffffff;
}
.btn-gray:hover {
  background-color: #888f9b;
}

.btn-disabled {
  opacity: 0.333;
  pointer-events: none;
}

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

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

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 100%;
  border-radius: 8px;
}
.card > .card-header {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #e9edf1;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}
@media screen and (min-width: 481px) {
  .card > .card-header {
    flex-direction: row;
    align-items: center;
  }
}
.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);
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #d5dce4;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  line-height: 1em;
}
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(10, 11, 13, 0.2);
  content: "";
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #d5dce4;
}
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(10, 11, 13, 0.2);
  content: "";
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table {
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.daterangepicker .calendar-table .next span {
  color: #ffffff;
  border: solid #0a0b0d;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  color: #ffffff;
  border: solid #0a0b0d;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover {
  background-color: var(--brand-color);
  border-color: transparent;
  color: #ffffff;
}
.daterangepicker th.available:hover {
  background-color: var(--brand-color);
  border-color: transparent;
  color: #ffffff;
}
.daterangepicker td.week {
  font-size: 80%;
  color: #d5dce4;
}
.daterangepicker th.week {
  font-size: 80%;
  color: #d5dce4;
}
.daterangepicker td.off {
  background-color: #ffffff;
  border-color: transparent;
  color: #d5dce4;
}
.daterangepicker td.off.in-range {
  background-color: #ffffff;
  border-color: transparent;
  color: #d5dce4;
}
.daterangepicker td.off.start-date {
  background-color: #ffffff;
  border-color: transparent;
  color: #d5dce4;
}
.daterangepicker td.off.end-date {
  background-color: #ffffff;
  border-color: transparent;
  color: #d5dce4;
}
.daterangepicker td.in-range {
  background-color: #f4f6f8;
  border-color: transparent;
  color: #0a0b0d;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active {
  background-color: var(--brand-color);
  border-color: transparent;
  color: #ffffff;
}
.daterangepicker td.active:hover {
  background-color: var(--brand-color);
  border-color: transparent;
  color: #ffffff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled {
  color: #d5dce4;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker option.disabled {
  color: #d5dce4;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  width: 40%;
}
.daterangepicker select.hourselect {
  width: 50px;
  margin: 0 auto;
  background: #e9edf1;
  border: 1px solid #e9edf1;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.minuteselect {
  width: 50px;
  margin: 0 auto;
  background: #e9edf1;
  border: 1px solid #e9edf1;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.secondselect {
  width: 50px;
  margin: 0 auto;
  background: #e9edf1;
  border: 1px solid #e9edf1;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #e9edf1;
  border: 1px solid #e9edf1;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #d5dce4;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #d5dce4;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #e9edf1;
}
.daterangepicker .ranges li.active {
  background-color: var(--brand-color);
  color: #ffffff;
}

.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #d5dce4;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #ffffff;
}

.daterangepicker.single .daterangepicker .ranges {
  float: none;
}
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #d5dce4;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #d5dce4;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #d5dce4;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #d5dce4;
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 8px;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar {
    float: left;
  }

  .daterangepicker.single .ranges {
    float: left;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }
}
.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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
body {
  padding-top: 90px;
}
@media screen and (min-width: 961px) {
  body {
    padding-top: 90px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  transition: all ease 0.6s;
  will-change: transform;
}

.header-scroll-show {
  transform: translateY(0);
}

.header-scroll-hide {
  transform: translateY(-100%);
}

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

input[type=color] {
  min-height: 44px;
  margin: 0;
  padding-top: 0;
  border: 0;
  cursor: pointer;
}
input[type=color] + label {
  position: relative;
  top: -0.75rem;
  padding-left: 0.75rem;
  cursor: pointer;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea,
div.input {
  margin: 0;
  width: 100%;
  max-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]:-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;
  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;
}

.table select {
  padding: 0.5rem;
}

.checkbox {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.checkbox.toggle {
  position: relative;
  font-size: 1.125rem;
}
.checkbox.toggle input {
  display: none;
}
.checkbox.toggle label {
  padding-right: 3rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.checkbox.toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 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: 50%;
  transform: translateY(-50%);
  right: 1.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: #307fbb;
}
.checkbox.toggle.checked:after {
  right: 0.25em;
  background: #ffffff;
}

.select {
  position: relative;
}
.select:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0.35rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9' /%3E%3C/svg%3E%0A");
}

.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:-ms-input-placeholder, .floating-select input:-ms-input-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 textarea,
.floating-select textarea {
  padding: 1.875rem 1rem 0.6125rem;
  line-height: 1.2rem;
}
.floating-input textarea::-moz-placeholder, .floating-select textarea::-moz-placeholder {
  color: transparent;
}
.floating-input textarea:-ms-input-placeholder, .floating-select textarea:-ms-input-placeholder {
  color: transparent;
}
.floating-input textarea::placeholder,
.floating-select textarea::placeholder {
  color: transparent;
}
.floating-input textarea:-ms-input-placeholder,
.floating-select textarea:-ms-input-placeholder {
  color: transparent;
}
.floating-input textarea::-ms-input-placeholder,
.floating-select textarea::-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: #868f9c;
  transform: scale(0.85) translateY(-0.9375rem) translateX(0);
  transform-origin: top left;
}
.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.5rem;
  left: 1rem;
  line-height: 1rem;
  pointer-events: none;
  transition: all 0.15s;
}
.floating-input > textarea:focus ~ label, .floating-input > textarea:not(:placeholder-shown) ~ label, .floating-input > input:focus ~ label, .floating-input > input:not(:placeholder-shown) ~ label, .floating-input > input:-webkit-autofill ~ label,
.floating-select > textarea:focus ~ label,
.floating-select > textarea:not(:placeholder-shown) ~ label,
.floating-select > input:focus ~ label,
.floating-select > input:not(:placeholder-shown) ~ label,
.floating-select > input:-webkit-autofill ~ label {
  color: #868f9c;
  transform: scale(0.85) translateY(-0.9375rem);
  transform-origin: top left;
}
.floating-input > textarea:focus, .floating-input > input:focus, .floating-input > select:focus,
.floating-select > textarea:focus,
.floating-select > input:focus,
.floating-select > select:focus {
  border-color: #307fbb;
  box-shadow: 0 0 4px #307fbb;
}
.floating-input > textarea:focus ~ label, .floating-input > input:focus ~ label, .floating-input > select:focus ~ label,
.floating-select > textarea:focus ~ label,
.floating-select > input:focus ~ label,
.floating-select > select:focus ~ label {
  color: #307fbb;
}
.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 textarea:not(:focus),
.floating-select.has-error textarea: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;
  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;
  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.has-prefix textarea,
.floating-select.has-prefix textarea {
  margin-left: 3rem;
  width: calc(100% - 3rem);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.floating-input.has-prefix textarea ~ label,
.floating-select.has-prefix textarea ~ 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;
}

.floating-select:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0.35rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9' /%3E%3C/svg%3E%0A");
}
.floating-select.disabled:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z' /%3E%3C/svg%3E%0A");
}

.search-select .v-select {
  line-height: 1rem;
  height: 3.75rem;
  border: 1px solid #d5dce4;
  border-radius: 4px;
}
.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: #b2becb;
  color: #e9edf1;
  cursor: disabled;
}
.search-select .vs__clear {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  z-index: 999;
}
.search-select .vs--open {
  border-color: #307fbb;
  box-shadow: 0 0 4px #307fbb;
}
.search-select .vs--open ~ label {
  color: #307fbb;
}
.search-select:not(.disabled):after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1rem;
  width: 1rem;
  height: 1.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath d='M256 406.6l11.3-11.3 192-192L470.6 192 448 169.4l-11.3 11.3L256 361.4 75.3 180.7 64 169.4 41.4 192l11.3 11.3 192 192L256 406.6z'/%3E%3C/svg%3E");
}

.floating-search-select .vs__search,
.floating-search-select .vs__search:focus,
.floating-search-select .vs__selected {
  padding: 1.875rem 1rem 0.6125rem;
  width: 100%;
}
.floating-search-select label {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  color: #868f9c;
  line-height: 1rem;
  transform: scale(0.85) translateY(-0.9375rem);
  transform-origin: top left;
  transition: all 0.15s;
  pointer-events: none;
}

.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 fieldset > *:first-child {
  margin-top: 0;
}
.form-default .checkbox.toggle {
  position: relative;
  line-height: 2.75rem;
  font-size: 1.5rem;
}
.form-default .checkbox.toggle label {
  padding-left: 4rem;
}

.form-buttons {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  position: sticky;
  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;
  min-height: 1rem;
  width: 1em;
  min-width: 1rem;
  vertical-align: -0.125em;
}
.icon.icon-lg {
  height: 1.5em;
  width: 1.5em;
  vertical-align: -0.375em;
}
.icon.icon-xxl {
  height: 3em;
  width: 3em;
}
.icon.icon-user {
  height: 2.125rem;
  width: 2.125rem;
}
.icon.icon-chart {
  color: #b2becb;
}
.icon.icon-loading {
  animation: spin 1s linear infinite;
}
.icon.icon-loading .icon-loading-bg {
  opacity: 0.25;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#app {
  min-height: 100vh;
  background-color: #f4f6f8;
}

main.main {
  margin: 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;
}

@media screen and (max-width: 960px) {
  body.menu-open {
    overflow: hidden;
    position: relative;
  }
}

.primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #266392;
  overflow-y: scroll;
  transition: all ease 0.3s;
  transform: translateX(100%);
}
.primary-nav[aria-expanded=true] {
  opacity: 1;
  transform: translateX(0);
}
.primary-nav ul.primary-menu {
  z-index: 998;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav ul.primary-menu li {
  position: relative;
}
.primary-nav ul.primary-menu li.menu-item-has-children > a {
  margin-right: 0;
}
.primary-nav ul.primary-menu li.menu-item-has-children > a:after {
  border-color: inherit;
}
.primary-nav ul.primary-menu li.current-menu-item > a, .primary-nav ul.primary-menu li.current-menu-parent > a, .primary-nav ul.primary-menu li.current-menu-ancestor > a {
  color: #4d98d1;
}
.primary-nav ul.primary-menu li a {
  display: block;
  padding: 0.25em 0;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all ease 0.3s;
}
.primary-nav ul.primary-menu ul {
  display: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.primary-nav ul.primary-menu ul.toggled-on {
  display: block;
}
.primary-nav ul.primary-menu ul a {
  padding: 0.5em 0;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.primary-nav ul.primary-menu ul ul {
  padding: 0.25em 0;
}
.primary-nav ul {
  list-style: none;
}

.menu-toggle-header {
  padding: 2rem 0.5rem;
  text-align: right;
}

.menu-toggle {
  z-index: 998;
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 1.5rem;
  padding: 0 2rem 0 0;
  font-size: inherit;
  color: inherit;
  border: 0;
  background: transparent;
}
.menu-toggle:active, .menu-toggle:focus {
  outline: none;
  color: inherit;
  border: none;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  height: 0.1875rem;
  border-radius: 0.25rem;
  pointer-events: none;
  background: #0a0b0d;
  transition: all ease 0.3s;
  transform-origin: right center;
}
.menu-toggle:before {
  top: 0.125rem;
  width: 1.75rem;
}
.menu-toggle:after {
  top: 0.625rem;
  width: 1.75rem;
  box-shadow: 0 0.5rem 0 0 #0a0b0d;
}
.menu-toggle.menu-toggle-close {
  z-index: 999;
  text-align: right;
  color: #ffffff;
}
.menu-toggle.menu-toggle-close:before, .menu-toggle.menu-toggle-close:after {
  right: 0.5rem;
  width: 1.5rem;
  background: #ffffff;
}
.menu-toggle.menu-toggle-close:before {
  top: 1.25rem;
  transform: rotate(45deg);
}
.menu-toggle.menu-toggle-close:after {
  top: 0.175rem;
  box-shadow: 0 0.5rem 2rem 0 transparent;
  transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
  .nav-container {
    display: flex;
    justify-content: end;
  }
}

.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 40px;
  border: 0;
  will-change: transform;
  background: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
}
.dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  font-size: 1rem;
  border-right: 0.2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
  transform: rotate(-45deg);
}
.dropdown-toggle[aria-expanded=true] {
  transform: rotate(90deg);
}

@media screen and (min-width: 961px) {
  .primary-nav {
    display: block;
    overflow: scroll;
    position: unset;
    width: auto;
    height: auto;
    background: transparent;
    transform: translateX(0);
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
  }
  .primary-nav ul.primary-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .primary-nav ul.primary-menu > li {
    flex: 0 1 auto;
    width: 100%;
  }
  .primary-nav ul.primary-menu > li.current-menu-item > a, .primary-nav ul.primary-menu > li.current-menu-parent > a, .primary-nav ul.primary-menu > li.current-menu-ancestor > a {
    color: #ffffff;
  }
  .primary-nav ul.primary-menu > li a {
    display: block;
    padding: 0;
    color: #ffffff;
    white-space: nowrap;
    transition: color ease 0.3s;
    width: auto;
  }
  .primary-nav ul.primary-menu > li:hover > a, .primary-nav ul.primary-menu > li:focus > a {
    color: #4d98d1;
  }
  .primary-nav ul.primary-menu > li ul {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 100vw;
    z-index: 99999;
    min-width: 240px;
    margin: 0.75rem 0 0 0;
    padding: 0.5rem 0;
    text-align: left;
    background: transparent;
    border-radius: 0.25rem;
    transform: scale(0.85);
    transition: transform ease 0.3s;
  }
  .primary-nav ul.primary-menu > li ul:before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 0;
    width: 100%;
    height: 0.75rem;
    background: transparent;
  }
  .primary-nav ul.primary-menu > li ul:after {
    content: "";
    position: absolute;
    top: -0.325rem;
    left: calc(50% - 0.325rem);
    width: 0.75rem;
    height: 0.75rem;
    background: transparent;
    transform: rotate(45deg);
  }
  .primary-nav ul.primary-menu > li ul li {
    width: 100%;
    text-align: left;
    border-bottom-width: 0;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children:hover > ul, .primary-nav ul.primary-menu > li ul li.menu-item-has-children:focus > ul {
    right: 0;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(-45deg);
  }
  .primary-nav ul.primary-menu > li ul li a {
    padding: 0.5rem 1rem;
    font-size: 100%;
    text-align: left;
    color: #ffffff;
    white-space: pre-wrap;
    width: auto;
  }
  .primary-nav ul.primary-menu > li ul li:hover > a {
    color: #ffffff;
  }
  .primary-nav ul.primary-menu > li ul li ul {
    top: -1.25rem;
  }
  .primary-nav ul.primary-menu > li ul li ul:after {
    display: none;
  }
  .primary-nav ul.primary-menu > li ul li ul a {
    font-size: 100%;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children:hover ul {
    left: 100%;
  }
  .primary-nav .menu-item-has-children:hover > ul, .primary-nav .menu-item-has-children:focus > ul {
    right: unset;
    left: calc(50% - 120px);
    overflow: visible;
    transform: scale(1);
  }
  .primary-nav .menu-item-has-children > a:after {
    content: "";
    font-size: 0.75rem;
    display: inline-block;
    margin-left: 0.5rem;
    width: 0.625em;
    height: 0.625em;
    border-right: 0.2em solid;
    border-bottom: 0.2em solid;
    border-color: #ffffff;
    transform: translateY(-0.25em) rotate(45deg);
  }

  .dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle, .menu-toggle-header,
.site-header .social-navigation,
.site-footer .main-navigation {
    display: none;
  }
}
.modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(10, 11, 13, 0.75);
}

.modal {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  background: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(10, 11, 13, 0.25);
  width: 400px;
}
.modal > header {
  position: relative;
  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;
}
.modal > main {
  padding: 1.5rem;
  flex-grow: 1;
}
.modal > main p {
  color: #5b616e;
}
.modal > 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;
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 17.5rem;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #1d2026;
  color: #ffffff;
  transform: translateX(0);
  transition: all 0.3s;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  background: #0a0b0d;
}
.brand-logo > * {
  display: block;
  margin: auto;
}

.navigation-sidebar-menu-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0 0 0 1.5rem;
}

ul {
  list-style: none;
}

ul.navigation-sidebar-menu {
  list-style: none;
  margin: 1.5rem 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 span,
ul.navigation-sidebar-menu li a svg,
ul.navigation-sidebar-menu li a .icon {
  pointer-events: none;
}
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 ul.navigation-sidebar-sub-menu li a svg,
ul.navigation-sidebar-menu li ul.navigation-sidebar-sub-menu li a .icon {
  pointer-events: none;
}
ul.navigation-sidebar-menu li.router-link-active .navigation-sidebar-sub-menu {
  display: block;
}
ul.navigation-sidebar-menu li.router-link-active .navigation-sidebar-sub-menu li a {
  border: none;
}
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;
  }
}
@media screen and (max-width: 960px) {
  .navigation-sidebar {
    width: 100%;
    transform: translateX(-100%);
  }

  .sidebar-toggle .navigation-sidebar {
    width: 20.75rem;
    transform: translateX(0);
  }

  ul.navigation-sidebar-menu {
    margin-left: 0.75rem;
  }

  li a {
    padding: 0.75rem 1rem;
  }
  li ul.navigation-sidebar-sub-menu li a {
    padding-left: 1rem;
  }
}
.navigation-topbar {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  min-width: 100%;
  background: #ffffff;
  z-index: 2;
  transition: all 0.3s;
}
.navigation-topbar .container {
  padding-left: 4rem;
}
@media screen and (min-width: 961px) {
  .navigation-topbar {
    min-width: calc(100vw - 17.5rem);
  }
}
@media screen and (min-width: 961px) {
  .navigation-topbar.sidebar-toggle {
    min-width: calc(100vw - 4rem);
  }
}
.navigation-topbar #menu-toggle {
  position: absolute;
  left: 0.5rem;
}
.navigation-topbar .btn-success {
  padding: 1rem;
  height: inherit;
  font-size: 1rem;
  line-height: 1rem;
  text-wrap: nowrap;
}
.navigation-topbar .btn-account {
  background-color: transparent;
}

.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 {
  z-index: 1;
  color: #ffffff;
  background-color: #868f9c;
}
.pagination li.disabled button {
  background-color: #e9edf1;
  color: #b2becb;
  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: #b2becb;
  color: #ffffff;
  border-radius: 0.8125rem;
}
.stats-compare .stats-compare-main {
  display: inline-block;
  margin: -0.875rem 0 0.5rem 0;
  border: 2px solid #b2becb;
  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: #67ca66;
}
.stats-compare.c-success .stats-compare-main {
  border-color: #67ca66;
}
.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 {
  border-collapse: collapse;
}
table th {
  text-align: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
}
.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #e9edf1;
}
.table th [class^=btn-],
.table td [class^=btn-] {
  height: 100%;
  min-width: 0;
  padding: 0.25rem 1rem;
  margin-left: 0.25rem;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9edf1;
}
.table tbody + tbody {
  border-top: 2px solid #e9edf1;
}
.table .table {
  background-color: #f4f6f8;
}

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e9edf1;
}

.table-highlight-head thead {
  background: #307fbb;
  color: #ffffff;
}

.table-highlight-left tbody tr td:first-child {
  background: #307fbb;
  color: #ffffff;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tab-link-container {
  display: flex;
  width: 100%;
  overflow-x: auto;
  border-bottom: 1px solid #d5dce4;
}
.tab-link {
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  background: transparent;
  color: #b2becb;
  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: #307fbb;
  color: #0a0b0d;
}

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

.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;
}

.d-table-cell {
  display: table-cell !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-table-cell {
  display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
  display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !important;
  }

  .d-lg-only-none {
    display: none !important;
  }
}
.ck p {
  color: #0a0b0d !important;
}

.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;
  }
}

.container-full {
  overflow-x: hidden;
  width: 100%;
}
.container-full .row-guter {
  margin-right: 0;
  margin-left: 0;
}

.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;
}

.d-table-cell {
  display: table-cell !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-table-cell {
  display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
  display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !important;
  }

  .d-lg-only-none {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.5;
  color: #0a0b0d;
  text-align: left;
  background-color: #f4f6f8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

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

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

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

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

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

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;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code {
  white-space: pre-wrap;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #20232a;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Text meant only for screen readers */
.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;
}
.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. */
}

.svg-inline--fa, [class^=fa-] {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
}

.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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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-0 {
    margin: 0rem !important;
  }

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

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

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

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

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

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

  .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;
}

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

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

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;
  -ms-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;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.25;
}

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

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

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

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

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

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

p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6,
ul + h1,
ul + .h1,
ul + h2,
ul + .h2,
ul + h3,
ul + .h3,
ul + h4,
ul + .h4,
ul + h5,
ul + .h5,
ul + h6,
ul + .h6,
ol + h1,
ol + .h1,
ol + h2,
ol + .h2,
ol + h3,
ol + .h3,
ol + h4,
ol + .h4,
ol + h5,
ol + .h5,
ol + h6,
ol + .h6,
blockquote + h1,
blockquote + .h1,
blockquote + h2,
blockquote + .h2,
blockquote + h3,
blockquote + .h3,
blockquote + h4,
blockquote + .h4,
blockquote + h5,
blockquote + .h5,
blockquote + h6,
blockquote + .h6,
figure + h1,
figure + .h1,
figure + h2,
figure + .h2,
figure + h3,
figure + .h3,
figure + h4,
figure + .h4,
figure + h5,
figure + .h5,
figure + h6,
figure + .h6 {
  margin-top: 2rem;
}

a {
  text-decoration: none;
}

.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-none:hover {
  text-decoration: none !important;
}

.pl-sm-3 {
  padding-left: 0;
}
@media screen and (min-width: 481px) {
  .pl-sm-3 {
    padding-left: 0.75rem !important;
  }
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.btn {
  padding: 0.75em 1em;
}

.btn-sm {
  padding: 0.25rem 1rem;
  height: 100%;
  min-width: 0;
}

.btn-progress {
  background-color: transparent;
  color: #888f9b;
  border-color: #888f9b;
}

#delete-button:hover {
  color: #e12c3b;
}

#delete-button svg {
  color: #b4beca;
}
#delete-button svg:hover {
  color: #e12c3b;
}

.border-0 {
  border: none;
}

html.fs-small {
  font-size: 14px;
}

html.fs-normal {
  font-size: 16px;
}

html.fs-large {
  font-size: 20px;
}

html.greyscale {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.site-header {
  width: auto;
  background-color: #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 961px) {
  .site-header {
    width: 17.5rem;
    height: 100%;
    background-color: #1d2026;
  }
}
.site-header .primary-nav {
  background-color: #1d2026;
}
@media screen and (min-width: 961px) {
  .site-header .primary-nav {
    height: 100%;
  }
}
.site-header .nav-container {
  position: relative;
  overflow: scroll;
  height: 100%;
}
.site-header .primary-menu {
  flex-direction: column !important;
  align-items: start !important;
  justify-content: start !important;
}
.site-header .primary-menu li a {
  padding: 0.75rem 1.5rem !important;
  font-size: unset !important;
  text-align: left !important;
}
.site-header .primary-menu li ul {
  position: relative;
  right: 0;
  background-color: #1d2026;
  color: #ffffff;
}
.site-header .primary-menu .router-link-active .navigation-sidebar-sub-menu {
  display: block;
  position: relative;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #000000;
  transform: unset;
  transition: unset;
}
.site-header .primary-menu .router-link-active .navigation-sidebar-sub-menu li a {
  position: relative;
  left: 5%;
  border: none;
}
.site-header .primary-menu .router-link-active .navigation-sidebar-sub-menu li a:hover {
  color: #307fbb;
}
.site-header .primary-menu .router-link-exact-active a {
  background-color: #000000;
}
.site-header .brand-logo > * {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 1.5rem;
}
.site-header .brand-logo {
  margin-bottom: 1.25rem;
}
.site-header .menu-toggle {
  position: absolute;
  top: 20px;
  left: 10px;
}
.site-header .menu-toggle-close {
  top: 1.5rem;
  left: unset;
}
.site-header .menu-toggle-close::before {
  background-color: #ffffff;
}
.site-header .menu-toggle-open:before {
  box-shadow: 0 0.5rem 0 0 #5b616e;
  background-color: #5b616e;
}
.site-header .menu-toggle-open:after {
  background-color: #5b616e;
  box-shadow: 0 0.5rem 0 0 #5b616e;
}
.site-header li a {
  display: block;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  transition: all 0.3s;
}
.site-header svg {
  margin-right: 0.5rem;
}

.main-navigation {
  background: #ffffff;
}
.main-navigation ul li a {
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 961px) {
  .main-navigation ul ul li {
    background: #ffffff;
  }
  .main-navigation ul ul li a {
    display: block;
    padding: 0.5rem 1rem;
  }
}
.dropdown-toggle {
  color: inherit;
}

.menu-toggle-close,
.menu-toggle-open {
  background: transparent;
  color: black;
}
.menu-toggle-close:before, .menu-toggle-close:after,
.menu-toggle-open:before,
.menu-toggle-open:after {
  background: #307fbb;
}

.menu-toggle-open:before {
  box-shadow: 0 0.5rem 0 0 #307fbb;
}

.dashboard a .card {
  height: 100%;
  transition: all 0.4s linear;
  color: #1d2026;
}
.dashboard a .card:hover {
  background-color: #d5dce4;
}
.dashboard a .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
}
.dashboard a .card .card-body svg {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #307fbb;
}
.dashboard a .card .card-body h4 {
  margin-bottom: 0;
}

.bell-icon {
  font-size: 1.5rem;
}

#responseData {
  position: absolute;
  top: 7%;
  left: 56%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #e12c3b;
  border-radius: 50%;
}

#app > div {
  min-height: 100vh;
}

main.main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  main.main {
    padding-top: 5rem;
  }
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.login-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 80%;
}
@media screen and (min-width: 961px) {
  .login-box {
    max-width: 40rem;
  }
}

.login-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: unset;
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
}

.client-list .btn-light {
  margin: 0 0.25rem 0.25rem 0;
}

.add-new-field {
  text-decoration: none;
  color: red;
}

.remove-new-field {
  text-decoration: none;
  color: red;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

.icon-x-circle {
  background-color: #4caf50;
  color: #f4f6f8;
  width: 1.25rem;
  margin-top: auto;
  display: inline-block;
  border-radius: 3.75rem;
}

.icon-document {
  background-color: #e52451;
  color: #f4f6f8;
  width: 1.25rem;
  margin-top: auto;
  display: inline-block;
  border-radius: 3.75rem;
}

.dropzone svg {
  width: 2.25rem;
  height: 2.25rem;
  margin: 1rem;
  padding: 0.4rem;
  border-radius: 50%;
  background-color: #e52451;
  color: white;
}

.icon-completed {
  background-color: #4caf50;
  color: #f4f6f8;
  width: 1.25rem;
  margin-top: auto;
  display: inline-block;
  border-radius: 3.75rem;
}

.icon-dead {
  background-color: #e52451;
  color: #f4f6f8;
  width: 1.25rem;
  margin-top: auto;
  display: inline-block;
  border-radius: 3.75rem;
}

.icon-overdue {
  background-color: #e52451;
  color: #f4f6f8;
  width: 1.25rem;
  margin-top: auto;
  display: inline-block;
  border-radius: 3.75rem;
}

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

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

.progress-bar {
  display: flex;
  position: relative;
  height: 2rem;
  overflow: hidden;
  border-radius: 0.25rem;
  color: #ffffff;
}

.progress-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
}

.key {
  display: flex;
}
.key .key-item + .key-item {
  margin-left: 1rem;
}
.key .key-indicator {
  display: inline-block;
  position: relative;
  top: 0.325rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.status-circle {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: bottom;
  border-radius: 50%;
}

.max-width-100 {
  max-width: 100%;
}

.message-list .card-body {
  cursor: pointer;
}
.message-list .card-body + .card-body {
  border-top: 0.0625rem solid #e9edf1;
}

.card-body.unread {
  border-left: 0.25rem solid #67ca66;
}

.card-message {
  max-height: calc(100vh - 12rem);
}
.card-message .card-body {
  overflow: scroll;
  display: flex;
  flex-direction: column-reverse;
}
.card-message .card-footer {
  min-height: unset;
}

.message-transcript {
  display: flex;
}

.message-response {
  display: flex;
  margin-bottom: 0.5rem;
}
.message-response > div {
  max-width: 70%;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
.message-response .message-from {
  margin-right: auto;
  background-color: #e9edf1;
}
.message-response .message-to {
  margin-left: auto;
  background-color: #868f9c;
  color: #ffffff;
}

.message-date {
  position: sticky;
  top: 0;
  width: 100%;
  text-align: center;
}
.message-date p {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #e9edf1;
}

.report-date-range-picker {
  position: relative;
}
.report-date-range-picker .btn-select {
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  height: 3.75rem;
  background-color: white;
}
.report-date-range-picker .btn-select:focus {
  outline: 0.0625rem auto #307fbb;
}
.report-date-range-picker .btn-select:focus-visible {
  outline: 0.0625rem auto #307fbb;
}
.report-date-range-picker .btn-select .icon-chart {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  color: #b2becb;
}
.report-date-range-picker .btn-select .icon-chart .el-2 {
  color: #868f9c;
}
.report-date-range-picker .btn-select .icon-select {
  margin-left: 0.5rem;
}
.report-date-range-picker input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.875rem 1rem 0.6125rem;
  width: 100%;
  height: 100%;
}

.btn-success-export {
  border-color: #67ca66;
  background: #67ca66;
  color: #ffffff;
  width: 100%;
  height: 100% !important;
}
.btn-success-export:hover {
  background: #67ca66;
}

.btn-success {
  color: #ffffff !important;
}

.icon-lg {
  width: 1.5rem;
  height: 1.5rem;
}

.card-documents .card-header {
  justify-content: center;
}
.card-documents .card-body a,
.card-documents .card-body button {
  margin-bottom: 0.625rem;
}
.card-documents .card-body a:last-child,
.card-documents .card-body button:last-child {
  margin-right: 0;
}
.card-documents .card-body .documents-button {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1921px) {
  .card-documents .card-body .documents-button {
    flex-direction: row;
    justify-content: space-around;
  }
}

.breadcrumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.5rem;
}
@media screen and (min-width: 481px) {
  .breadcrumb {
    flex-direction: row;
    align-items: center;
  }
}
.breadcrumb ul {
  margin-bottom: 0;
}
.breadcrumb ul li .router-link-active {
  text-decoration: underline;
  text-underline-position: under;
}
.breadcrumb ul li a {
  padding: 0;
}
@media screen and (min-width: 481px) {
  .breadcrumb ul {
    margin: 0;
  }
}

.breadcrumb-button {
  flex-direction: column;
}
@media screen and (min-width: 481px) {
  .breadcrumb-button {
    flex-direction: row;
  }
}
.breadcrumb-button [class^=btn-] {
  margin-bottom: 1rem;
}
@media screen and (min-width: 481px) {
  .breadcrumb-button [class^=btn-] {
    margin-bottom: 0;
  }
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.5rem;
}

.arrow-toggle {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: transform 0.3s ease;
}
.arrow-toggle:active {
  transform: rotate(180deg);
}

.checkbox.toggle label {
  white-space: nowrap;
}

.table-bordered thead th {
  white-space: nowrap;
}

.table td {
  vertical-align: middle;
}

.table-bordered thead th,
.table-bordered tbody td,
.table-bordered tbody th {
  padding: 0.875rem 1.5rem;
}

.tab-link {
  padding: 1rem 1rem 0.75rem 1rem;
}

[class^=btn-] {
  height: auto;
}

.btn-xs {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-xs svg {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.btn-document {
  display: inline-flex;
}

.pagination {
  justify-content: center;
  padding: 0.875rem 1.5rem;
}
.pagination li {
  margin-right: 0.25rem;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li button {
  background-color: transparent;
  border: none;
  color: #5c616d;
  border-radius: 0.25rem;
}
.pagination li button:hover {
  background-color: transparent;
}
.pagination li.active button {
  font-weight: 600;
  background-color: #307fbb;
  border-radius: 0.25rem;
}
.pagination li.disabled button {
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.unit-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #307fbb;
  cursor: pointer;
}
.unit-link:focus {
  outline: none;
}

.baseline {
  align-items: baseline;
}

.border-left {
  border-left: 0.0625rem solid #b4beca;
}

.btn-link:focus {
  outline: none;
}

.card .card-header {
  padding: 0.875rem 1.5rem;
}
.card .card-header svg {
  font-size: 1.5rem;
}

.progress .progress-bar {
  width: 9%;
  height: 0.625rem;
  margin-right: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #d6dce3;
}
@media screen and (min-width: 961px) {
  .progress .progress-bar {
    margin-right: 0.25rem;
  }
}
.progress .progress-bar:last-child {
  margin-right: 0;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.progress .progress-bar:first-child {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.progress .active {
  background-color: #67ca66;
}

.border-gray {
  border: 0.0625rem solid #d5dce4;
}

.border-gray-light {
  border: 0.0625rem solid #d6dce3;
}

.form-default fieldset {
  padding: 0;
}

.floating-select {
  position: relative;
  display: inline-block;
}
.floating-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #888f9b;
}

.fa-trash-can {
  font-size: 1.5rem;
}

.delete-icon .fa-trash-can {
  font-size: 2rem;
}

tr:hover td .underline {
  text-decoration: underline;
  text-underline-position: under;
}

.users-table span {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.25rem;
  color: #ffffff;
  white-space: nowrap;
  line-height: 1.0625rem;
}
.users-table svg {
  color: #b4beca;
}

.superAdmin {
  background-color: #e92d38;
}

.superAdmin {
  background-color: #e92d38;
}

.admin {
  background-color: #fe9f10;
}

.assessor {
  background-color: #467db6;
}

.learner {
  background-color: #888f9b;
}

.internalVerifier {
  background-color: #b203ce;
}

.externalVerifier {
  background-color: #3ec67c;
}

.watcher {
  background-color: #33def5;
}

.suspendedIcon svg {
  color: red;
}

.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: #888f9b;
}
.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: #307fbb;
  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;
}

.card > .card-footer {
  border: none;
}

.roles {
  color: #888f9b;
}
.roles .card .card-body p {
  color: #0a0b0d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.input-group:only-child {
  margin-bottom: 0;
}
.input-group:last-child {
  margin-bottom: 0;
}
.input-group .floating-select,
.input-group .floating-input,
.input-group .floating-search-select,
.input-group .search-select {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.inner-input-group .floating-input,
.inner-input-group .floating-select {
  margin-left: 1.25rem;
}

.input-search-form label {
  left: 2.5rem;
  top: 1.25rem;
}
.input-search-form .app-search input {
  padding: 1rem 1rem 1rem 2.5rem;
}
.input-search-form .icon-search {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  pointer-events: none;
}

.stretch {
  align-items: stretch;
}

.form-colours label {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.assessment-plan-disabled .floating-select,
.assessment-plan-disabled .floating-input,
.assessment-plan-disabled input,
.assessment-plan-disabled select {
  background-color: #e9ecef;
  opacity: 1;
}

.documents-folder .card {
  margin-bottom: 0.5rem;
  height: 100%;
}
.documents-folder .card .card-body {
  padding: 1.25rem 1rem;
}
.documents-folder small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 481px) {
  .documents-folder small {
    overflow: unset;
  }
}

.documents-file .card {
  margin-bottom: 0.5rem;
  height: 100%;
}
.documents-file .card-footer {
  min-height: 8.75rem;
}
.documents-file .card-footer img {
  height: 8.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.documents-file small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  position: absolute;
  z-index: 10;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background-color: #1d2026;
  color: #ffffff;
  border-radius: 0.25rem;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.375rem;
  border-width: 0.375rem;
  border-style: solid;
  border-color: #1d2026 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.dropdown-content {
  position: absolute;
  top: 3.25rem;
  right: -1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  width: 12.25rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.dropdown-content span {
  color: #5c616d;
}
.dropdown-content a,
.dropdown-content button {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: normal !important;
  background: transparent;
  border: 0;
  color: #5c616d;
  transition: color ease 0.3s;
}
.dropdown-content a:hover,
.dropdown-content button:hover {
  text-decoration: none;
  color: #307fbb;
}
.dropdown-content svg {
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #307fbb;
}

.unit-item,
.learner-tabs {
  padding: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  background-color: #ffffff;
  border-radius: 0.25rem;
  color: #000000;
}
.unit-item:last-child,
.learner-tabs:last-child {
  margin-bottom: 0;
}
.unit-item svg,
.learner-tabs svg {
  margin-right: 0.375rem;
}

.learner-tabs-item .learner-tabs {
  width: 100%;
}
.learner-tabs-item .tab-link.active {
  border: 0.125rem solid;
}
.learner-tabs-item .tab-link:active {
  border: 0.125rem solid;
}

.unit-item-uncompleted {
  padding: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  background-color: #eaedf1;
  border-radius: 0.25rem;
  color: #888f9b;
}
.unit-item-uncompleted:last-child {
  margin-bottom: 0;
}
.unit-item-uncompleted svg {
  margin-right: 0.375rem;
}

.accordion-uncompleted .accordion-heading {
  padding: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  background-color: #eaedf1;
  border-radius: 0.25rem;
  color: #888f9b;
}
.accordion-uncompleted svg {
  margin-right: 0.375rem;
}

.learner-card .card-body ul {
  list-style: disc;
}
.learner-card .card-body ul li {
  color: #5c616d;
}
.learner-card .progress {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  background-color: #d6dce3;
}
.learner-card .progress .progress-bar {
  height: 1.875rem;
  padding-left: 1.25rem;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  align-items: center;
}
.learner-card .progress .progress-bar-uncompleted {
  background-color: #d5dce4;
  color: #888f9b;
}
.learner-card .progress .progress-bar-midway {
  background-color: #ffa825;
}
.learner-card .progress .progress-bar-completed {
  background-color: #67ca66;
}

.assessment-card .card-header {
  border: none;
}
.assessment-card .accordion-heading {
  font-size: 1rem;
  border-bottom: 0.0625rem solid #d6dce3;
}
.assessment-card .accordion-heading:hover,
.assessment-card .accordion-heading .active, .assessment-card .accordion-heading.active {
  background-color: #ffffff;
  color: #000000;
}
.assessment-card .accordion-content {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  color: #888f9b;
}
.assessment-card .uncompleted {
  border-bottom: 0.175rem solid #e12c3b;
  color: #888f9b;
}
.assessment-card .uncompleted .accordion-heading {
  border: none;
}
.assessment-card .midway {
  border-bottom: 0.175rem solid #ffa825;
}
.assessment-card .midway .accordion-heading {
  border: none;
}
.assessment-card .completed {
  border-bottom: 0.175rem solid #67ca66;
}
.assessment-card .completed .accordion-heading {
  border: none;
}

.fs-xs-small {
  font-size: 0.75rem;
}

.assessment-tabs .completed svg,
.assessment-tabs .completed span {
  color: #67ca66;
}
.assessment-tabs .learner-tabs.active {
  border: 0.125rem solid #307fbb;
}
.assessment-tabs .uncompleted svg,
.assessment-tabs .uncompleted span {
  color: #d5dce4;
}

.assessment-plan-modal {
  z-index: 9999;
}
.assessment-plan-modal .modal {
  width: 85%;
  max-width: 75rem;
  background-color: transparent;
  box-shadow: none;
}
.assessment-plan-modal .modal-header {
  border: none;
  color: #ffffff;
}
.assessment-plan-modal .modal-header button {
  color: #ffffff;
  background: transparent;
}
.assessment-plan-modal h3 {
  color: #ffffff;
}
.assessment-plan-modal .accordion-heading {
  padding: 1.3rem;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}
.assessment-plan-modal .accordion-heading:hover, .assessment-plan-modal .accordion-heading:active {
  background-color: #ffffff;
  color: #000000;
}
.assessment-plan-modal .accordion-heading.active {
  background-color: #ffffff;
  color: #000000;
}

.input-group .range-passes {
  width: 85%;
}
@media screen and (min-width: 1441px) {
  .input-group .range-passes {
    width: 1%;
  }
}

@media screen and (max-width: 960px) {
  .reports .search-select {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .reports .app-search {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .reports .search-select {
    width: 40%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .reports .search-select {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .reports .button-group {
    width: 100%;
    display: block;
  }
}

.card .ml-md-auto {
  margin-left: inherit;
  margin-top: 0.75rem;
}
@media screen and (min-width: 961px) {
  .card .ml-md-auto {
    margin-left: auto;
    margin-top: 0;
  }
}

.floating-search-select .vs__search,
.floating-search-select .vs__search:focus,
.floating-search-select .vs__selected {
  z-index: 0;
}

.dropZone label {
  cursor: pointer;
  text-decoration: underline;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

.search-select .vs__clear {
  right: 2rem;
  top: 1.3rem;
}

.receipents {
  display: block;
}
@media screen and (min-width: 1201px) {
  .receipents {
    display: flex;
    flex-direction: row;
  }
}
.receipents:last-child {
  margin-right: 0;
}
.receipents button {
  padding: 0.5rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
  font-weight: normal !important;
  font-size: 0.875rem;
  background-color: #f4f6f8;
  border: 1px solid #b4beca;
  border-radius: 0.25rem;
  color: #5c616d;
}
@media screen and (min-width: 1201px) {
  .receipents button {
    margin-right: 0.75rem;
    margin-bottom: 0;
  }
}
.receipents button:hover {
  text-decoration: none !important;
}

.fa-user-lock {
  width: 1rem;
  height: 1rem;
}

.signedby-checkbox .form-check {
  margin-bottom: 0.75rem;
  color: #888f9b;
}
.signedby-checkbox .form-check-input[type=checkbox]:checked + .form-check-label {
  color: #000000;
}

.scroll-spy {
  position: sticky;
  top: calc(90px + 2rem);
}

.learning-outcome-groups .card-header {
  flex-direction: row;
}

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

.profile-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
}
@media screen and (min-width: 481px) {
  .profile-name {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }
}

.role-item {
  flex-direction: column;
}
@media screen and (min-width: 481px) {
  .role-item {
    flex-direction: row;
  }
}

.signedbymodal .modal {
  width: 600px;
}

.inner-accordion {
  border-bottom: 1px solid #d5dce4 !important;
  border-radius: 0 !important;
  padding-bottom: 1rem !important;
  margin-bottom: 1.5rem !important;
}

.app-search-results {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  width: 100%;
  height: 90vh;
  transform: translateY(100%);
  overflow-y: scroll;
}

.btn-capsule {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.app-search-mobile input {
  padding-left: 0.5rem !important;
  padding-right: 2.5rem !important;
  width: 2.4%;
  transition: width 0.4s ease-in-out;
  background-color: #ffffff !important;
}
.app-search-mobile input:focus {
  display: block;
  width: 90%;
  background-color: #e9edf1 !important;
}
.app-search-mobile svg {
  left: unset !important;
  right: 1rem !important;
}

.border-line {
  border: 1px solid #e9edf1;
}

.v-input__details {
  display: none !important;
}

.v-text-field input {
  border: none;
}
