/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1  */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 14px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sp-ma-0 {
  margin: 0px !important;
}

.sp-ma-4 {
  margin: 4px !important;
}

.sp-ma-8 {
  margin: 8px !important;
}

.sp-ma-12 {
  margin: 12px !important;
}

.sp-ma-16 {
  margin: 16px !important;
}

.sp-ma-20 {
  margin: 20px !important;
}

.sp-ma-24 {
  margin: 24px !important;
}

.sp-ma-28 {
  margin: 28px !important;
}

.sp-ma-32 {
  margin: 32px !important;
}

.sp-ma-36 {
  margin: 36px !important;
}

.sp-ma-40 {
  margin: 40px !important;
}

.sp-ma-44 {
  margin: 44px !important;
}

.sp-ma-48 {
  margin: 48px !important;
}

.sp-ma-52 {
  margin: 52px !important;
}

.sp-ma-56 {
  margin: 56px !important;
}

.sp-ma-60 {
  margin: 60px !important;
}

.sp-ma-64 {
  margin: 64px !important;
}

.sp-ma-68 {
  margin: 68px !important;
}

.sp-ma-72 {
  margin: 72px !important;
}

.sp-mv-0 {
  margin: 0px 0 !important;
}

.sp-mv-4 {
  margin: 4px 0 !important;
}

.sp-mv-8 {
  margin: 8px 0 !important;
}

.sp-mv-12 {
  margin: 12px 0 !important;
}

.sp-mv-16 {
  margin: 16px 0 !important;
}

.sp-mv-20 {
  margin: 20px 0 !important;
}

.sp-mv-24 {
  margin: 24px 0 !important;
}

.sp-mv-28 {
  margin: 28px 0 !important;
}

.sp-mv-32 {
  margin: 32px 0 !important;
}

.sp-mv-36 {
  margin: 36px 0 !important;
}

.sp-mv-40 {
  margin: 40px 0 !important;
}

.sp-mv-44 {
  margin: 44px 0 !important;
}

.sp-mv-48 {
  margin: 48px 0 !important;
}

.sp-mv-52 {
  margin: 52px 0 !important;
}

.sp-mv-56 {
  margin: 56px 0 !important;
}

.sp-mv-60 {
  margin: 60px 0 !important;
}

.sp-mv-64 {
  margin: 64px 0 !important;
}

.sp-mv-68 {
  margin: 68px 0 !important;
}

.sp-mv-72 {
  margin: 72px 0 !important;
}

.sp-mh-0 {
  margin: 0 0px !important;
}

.sp-mh-4 {
  margin: 0 4px !important;
}

.sp-mh-8 {
  margin: 0 8px !important;
}

.sp-mh-12 {
  margin: 0 12px !important;
}

.sp-mh-16 {
  margin: 0 16px !important;
}

.sp-mh-20 {
  margin: 0 20px !important;
}

.sp-mh-24 {
  margin: 0 24px !important;
}

.sp-mh-28 {
  margin: 0 28px !important;
}

.sp-mh-32 {
  margin: 0 32px !important;
}

.sp-mh-36 {
  margin: 0 36px !important;
}

.sp-mh-40 {
  margin: 0 40px !important;
}

.sp-mh-44 {
  margin: 0 44px !important;
}

.sp-mh-48 {
  margin: 0 48px !important;
}

.sp-mh-52 {
  margin: 0 52px !important;
}

.sp-mh-56 {
  margin: 0 56px !important;
}

.sp-mh-60 {
  margin: 0 60px !important;
}

.sp-mh-64 {
  margin: 0 64px !important;
}

.sp-mh-68 {
  margin: 0 68px !important;
}

.sp-mh-72 {
  margin: 0 72px !important;
}

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

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

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

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

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

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

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

.sp-mt-28 {
  margin-top: 28px !important;
}

.sp-mt-32 {
  margin-top: 32px !important;
}

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

.sp-mt-40 {
  margin-top: 40px !important;
}

.sp-mt-44 {
  margin-top: 44px !important;
}

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

.sp-mt-52 {
  margin-top: 52px !important;
}

.sp-mt-56 {
  margin-top: 56px !important;
}

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

.sp-mt-64 {
  margin-top: 64px !important;
}

.sp-mt-68 {
  margin-top: 68px !important;
}

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

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

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

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

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

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

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

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

.sp-mb-28 {
  margin-bottom: 28px !important;
}

.sp-mb-32 {
  margin-bottom: 32px !important;
}

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

.sp-mb-40 {
  margin-bottom: 40px !important;
}

.sp-mb-44 {
  margin-bottom: 44px !important;
}

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

.sp-mb-52 {
  margin-bottom: 52px !important;
}

.sp-mb-56 {
  margin-bottom: 56px !important;
}

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

.sp-mb-64 {
  margin-bottom: 64px !important;
}

.sp-mb-68 {
  margin-bottom: 68px !important;
}

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

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

.sp-ml-4 {
  margin-left: 4px !important;
}

.sp-ml-8 {
  margin-left: 8px !important;
}

.sp-ml-12 {
  margin-left: 12px !important;
}

.sp-ml-16 {
  margin-left: 16px !important;
}

.sp-ml-20 {
  margin-left: 20px !important;
}

.sp-ml-24 {
  margin-left: 24px !important;
}

.sp-ml-28 {
  margin-left: 28px !important;
}

.sp-ml-32 {
  margin-left: 32px !important;
}

.sp-ml-36 {
  margin-left: 36px !important;
}

.sp-ml-40 {
  margin-left: 40px !important;
}

.sp-ml-44 {
  margin-left: 44px !important;
}

.sp-ml-48 {
  margin-left: 48px !important;
}

.sp-ml-52 {
  margin-left: 52px !important;
}

.sp-ml-56 {
  margin-left: 56px !important;
}

.sp-ml-60 {
  margin-left: 60px !important;
}

.sp-ml-64 {
  margin-left: 64px !important;
}

.sp-ml-68 {
  margin-left: 68px !important;
}

.sp-ml-72 {
  margin-left: 72px !important;
}

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

.sp-mr-4 {
  margin-right: 4px !important;
}

.sp-mr-8 {
  margin-right: 8px !important;
}

.sp-mr-12 {
  margin-right: 12px !important;
}

.sp-mr-16 {
  margin-right: 16px !important;
}

.sp-mr-20 {
  margin-right: 20px !important;
}

.sp-mr-24 {
  margin-right: 24px !important;
}

.sp-mr-28 {
  margin-right: 28px !important;
}

.sp-mr-32 {
  margin-right: 32px !important;
}

.sp-mr-36 {
  margin-right: 36px !important;
}

.sp-mr-40 {
  margin-right: 40px !important;
}

.sp-mr-44 {
  margin-right: 44px !important;
}

.sp-mr-48 {
  margin-right: 48px !important;
}

.sp-mr-52 {
  margin-right: 52px !important;
}

.sp-mr-56 {
  margin-right: 56px !important;
}

.sp-mr-60 {
  margin-right: 60px !important;
}

.sp-mr-64 {
  margin-right: 64px !important;
}

.sp-mr-68 {
  margin-right: 68px !important;
}

.sp-mr-72 {
  margin-right: 72px !important;
}

.sp-pa-0 {
  padding: 0px !important;
}

.sp-pa-4 {
  padding: 4px !important;
}

.sp-pa-8 {
  padding: 8px !important;
}

.sp-pa-12 {
  padding: 12px !important;
}

.sp-pa-16 {
  padding: 16px !important;
}

.sp-pa-20 {
  padding: 20px !important;
}

.sp-pa-24 {
  padding: 24px !important;
}

.sp-pa-28 {
  padding: 28px !important;
}

.sp-pa-32 {
  padding: 32px !important;
}

.sp-pa-36 {
  padding: 36px !important;
}

.sp-pa-40 {
  padding: 40px !important;
}

.sp-pa-44 {
  padding: 44px !important;
}

.sp-pa-48 {
  padding: 48px !important;
}

.sp-pa-52 {
  padding: 52px !important;
}

.sp-pa-56 {
  padding: 56px !important;
}

.sp-pa-60 {
  padding: 60px !important;
}

.sp-pa-64 {
  padding: 64px !important;
}

.sp-pa-68 {
  padding: 68px !important;
}

.sp-pa-72 {
  padding: 72px !important;
}

.sp-pv-0 {
  padding: 0px 0 !important;
}

.sp-pv-4 {
  padding: 4px 0 !important;
}

.sp-pv-8 {
  padding: 8px 0 !important;
}

.sp-pv-12 {
  padding: 12px 0 !important;
}

.sp-pv-16 {
  padding: 16px 0 !important;
}

.sp-pv-20 {
  padding: 20px 0 !important;
}

.sp-pv-24 {
  padding: 24px 0 !important;
}

.sp-pv-28 {
  padding: 28px 0 !important;
}

.sp-pv-32 {
  padding: 32px 0 !important;
}

.sp-pv-36 {
  padding: 36px 0 !important;
}

.sp-pv-40 {
  padding: 40px 0 !important;
}

.sp-pv-44 {
  padding: 44px 0 !important;
}

.sp-pv-48 {
  padding: 48px 0 !important;
}

.sp-pv-52 {
  padding: 52px 0 !important;
}

.sp-pv-56 {
  padding: 56px 0 !important;
}

.sp-pv-60 {
  padding: 60px 0 !important;
}

.sp-pv-64 {
  padding: 64px 0 !important;
}

.sp-pv-68 {
  padding: 68px 0 !important;
}

.sp-pv-72 {
  padding: 72px 0 !important;
}

.sp-ph-0 {
  padding: 0 0px !important;
}

.sp-ph-4 {
  padding: 0 4px !important;
}

.sp-ph-8 {
  padding: 0 8px !important;
}

.sp-ph-12 {
  padding: 0 12px !important;
}

.sp-ph-16 {
  padding: 0 16px !important;
}

.sp-ph-20 {
  padding: 0 20px !important;
}

.sp-ph-24 {
  padding: 0 24px !important;
}

.sp-ph-28 {
  padding: 0 28px !important;
}

.sp-ph-32 {
  padding: 0 32px !important;
}

.sp-ph-36 {
  padding: 0 36px !important;
}

.sp-ph-40 {
  padding: 0 40px !important;
}

.sp-ph-44 {
  padding: 0 44px !important;
}

.sp-ph-48 {
  padding: 0 48px !important;
}

.sp-ph-52 {
  padding: 0 52px !important;
}

.sp-ph-56 {
  padding: 0 56px !important;
}

.sp-ph-60 {
  padding: 0 60px !important;
}

.sp-ph-64 {
  padding: 0 64px !important;
}

.sp-ph-68 {
  padding: 0 68px !important;
}

.sp-ph-72 {
  padding: 0 72px !important;
}

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

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

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

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

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

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

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

.sp-pt-28 {
  padding-top: 28px !important;
}

.sp-pt-32 {
  padding-top: 32px !important;
}

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

.sp-pt-40 {
  padding-top: 40px !important;
}

.sp-pt-44 {
  padding-top: 44px !important;
}

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

.sp-pt-52 {
  padding-top: 52px !important;
}

.sp-pt-56 {
  padding-top: 56px !important;
}

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

.sp-pt-64 {
  padding-top: 64px !important;
}

.sp-pt-68 {
  padding-top: 68px !important;
}

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

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

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

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

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

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

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

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

.sp-pb-28 {
  padding-bottom: 28px !important;
}

.sp-pb-32 {
  padding-bottom: 32px !important;
}

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

.sp-pb-40 {
  padding-bottom: 40px !important;
}

.sp-pb-44 {
  padding-bottom: 44px !important;
}

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

.sp-pb-52 {
  padding-bottom: 52px !important;
}

.sp-pb-56 {
  padding-bottom: 56px !important;
}

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

.sp-pb-64 {
  padding-bottom: 64px !important;
}

.sp-pb-68 {
  padding-bottom: 68px !important;
}

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

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

.sp-pl-4 {
  padding-left: 4px !important;
}

.sp-pl-8 {
  padding-left: 8px !important;
}

.sp-pl-12 {
  padding-left: 12px !important;
}

.sp-pl-16 {
  padding-left: 16px !important;
}

.sp-pl-20 {
  padding-left: 20px !important;
}

.sp-pl-24 {
  padding-left: 24px !important;
}

.sp-pl-28 {
  padding-left: 28px !important;
}

.sp-pl-32 {
  padding-left: 32px !important;
}

.sp-pl-36 {
  padding-left: 36px !important;
}

.sp-pl-40 {
  padding-left: 40px !important;
}

.sp-pl-44 {
  padding-left: 44px !important;
}

.sp-pl-48 {
  padding-left: 48px !important;
}

.sp-pl-52 {
  padding-left: 52px !important;
}

.sp-pl-56 {
  padding-left: 56px !important;
}

.sp-pl-60 {
  padding-left: 60px !important;
}

.sp-pl-64 {
  padding-left: 64px !important;
}

.sp-pl-68 {
  padding-left: 68px !important;
}

.sp-pl-72 {
  padding-left: 72px !important;
}

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

.sp-pr-4 {
  padding-right: 4px !important;
}

.sp-pr-8 {
  padding-right: 8px !important;
}

.sp-pr-12 {
  padding-right: 12px !important;
}

.sp-pr-16 {
  padding-right: 16px !important;
}

.sp-pr-20 {
  padding-right: 20px !important;
}

.sp-pr-24 {
  padding-right: 24px !important;
}

.sp-pr-28 {
  padding-right: 28px !important;
}

.sp-pr-32 {
  padding-right: 32px !important;
}

.sp-pr-36 {
  padding-right: 36px !important;
}

.sp-pr-40 {
  padding-right: 40px !important;
}

.sp-pr-44 {
  padding-right: 44px !important;
}

.sp-pr-48 {
  padding-right: 48px !important;
}

.sp-pr-52 {
  padding-right: 52px !important;
}

.sp-pr-56 {
  padding-right: 56px !important;
}

.sp-pr-60 {
  padding-right: 60px !important;
}

.sp-pr-64 {
  padding-right: 64px !important;
}

.sp-pr-68 {
  padding-right: 68px !important;
}

.sp-pr-72 {
  padding-right: 72px !important;
}

.rm-ml-15 {
  margin-left: -15px;
}

.rm-mr-15 {
  margin-right: -15px;
}

@media (min-width: 1px) and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hide-tab {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1999px) {
  .hide-desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .show-tab {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

/* Polynesian-Blue */
/* Sea-Green */
/* Chili-Red */
/* Gray */
/* Glauous */
.stack {
  display: flex;
}
.stack--inline {
  display: inline-flex;
}
.stack--v {
  flex-direction: column;
}
.stack--wrap {
  flex-wrap: wrap;
}
.stack--justify-start {
  justify-content: flex-start;
}
.stack--justify-end {
  justify-content: flex-end;
}
.stack--justify-center {
  justify-content: center;
}
.stack--justify-around {
  justify-content: space-around;
}
.stack--justify-between {
  justify-content: space-between;
}
.stack--justify-evenly {
  justify-content: space-evenly;
}
.stack--align-center {
  align-items: center;
}
.stack--align-baseline {
  align-items: baseline;
}
.stack--align-end {
  align-items: end;
}
.stack--align-flex-end {
  align-items: flex-end;
}
.stack--align-start {
  align-items: flex-start;
}
.stack .stack-grow-1 {
  flex-grow: 1;
}
.stack .stack-grow-2 {
  flex-grow: 2;
}
.stack .stack__item--grow {
  flex-grow: 2;
}
.stack .stack__flex--1 {
  flex: 1;
}

.panel {
  height: auto;
}
.panel--light {
  background-color: rgb(255, 255, 255);
}
.panel--rounded-12 {
  border-radius: 12px;
}
.panel--border {
  border: 1px solid #f2f2f2;
}
.panel.panel--height-fixed-24 {
  height: calc(100vh - 24px);
}
.panel.panel--height-fixed-148 {
  height: calc(100vh - 148px);
}
.panel.panel--height-fixed-80 {
  height: calc(100vh - 80px);
}
.panel.panel--height-fixed-88 {
  height: calc(100vh - 88px);
}
.panel.panel--height-fixed-184 {
  height: calc(100vh - 184px);
}
.panel.panel--height-fixed-242 {
  height: calc(100vh - 242px);
}
.panel.panel--height-fixed-100 {
  height: 100vh;
}
.panel.panel--height-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.panel.panel--height-scroll::-webkit-scrollbar {
  display: none;
}
.panel .panel__aside-height-fixed {
  height: calc(100vh - 128px);
}
.panel .panel__aside-height-scroll {
  overflow-y: scroll;
}

/* Base Styles */
h1, h2, h3, h4, h5, h6,
p,
div,
span,
nav,
code,
kbd,
samp {
  font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  font-weight: normal;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

body {
  color: #262626;
}

label {
  font-size: 0.857rem;
}

h1 {
  font-size: 2.48rem;
  line-height: 1.2;
}
h1.bold {
  font-weight: 700;
}
h1.semi-bold {
  font-weight: 500;
}

h2 {
  font-size: 2.07rem;
  line-height: 1.2;
}
h2.bold {
  font-weight: 700;
}
h2.semi-bold {
  font-weight: 500;
}

h3 {
  font-size: 1.72rem;
  line-height: 1.2;
}
h3.bold {
  font-weight: 700;
}
h3.semi-bold {
  font-weight: 500;
}

h4 {
  font-size: 1.44rem;
  line-height: 1.2;
}
h4.bold {
  font-weight: 700;
}
h4.semi-bold {
  font-weight: 500;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.2;
}
h5.bold {
  font-weight: 700;
}
h5.semi-bold {
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
}
h6.bold {
  font-weight: 700;
}
h6.semi-bold {
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: 1.16;
}
p.bold {
  font-weight: 700;
}
p.semi-bold {
  font-weight: 500;
}

small {
  font-size: 0.714rem;
  line-height: 1.16;
}
small.bold {
  font-weight: 700;
}
small.semi-bold {
  font-weight: 500;
}

.text-capital {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-secondary {
  color: #666666;
}

.text-blue-lightest {
  color: #e9f2fc;
}

.text-blue-darker {
  color: #134986;
}

.text-warning {
  color: #e6574d;
}

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

.text-italic {
  font-style: italic;
}

.text--ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bml-layout {
  display: flex;
  flex-direction: column;
}
.bml-layout .bml-breadcrumbs {
  height: 64px;
  display: flex;
  align-items: center;
}
.bml-layout .bml-breadcrumbs .logo {
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff2f5;
}
.bml-layout .bml-breadcrumbs .logo img {
  width: 36px;
}
.bml-layout .bml-layout__body {
  display: flex;
}
.bml-layout .bml-layout__body .bml-layout__left-menu {
  background: #eff2f5;
  height: 100vh;
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #c0cbd8;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__divider {
  margin: 8px 0;
  height: 1px;
  background-color: #c0cbd8;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top .menu-category-name,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .menu-category-name {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 0 8px 12px;
  color: #27323f;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s ease-in;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__name,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__icon,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__name,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__icon {
  display: flex;
  align-items: center;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__name img,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__icon img,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__name img,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__icon img {
  filter: invert(61%) sepia(9%) saturate(940%) hue-rotate(173deg) brightness(95%) contrast(89%);
  transition: all 0.3s ease-out;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__name .menu-text,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__icon .menu-text,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__name .menu-text,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__icon .menu-text {
  color: hsl(212, 23%, 50%);
  margin-left: 8px;
  transition: all 0.3s ease-out;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item.left-menu__item--is-disabled,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item.left-menu__item--is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__action-count,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__action-count {
  padding: 2px 4px;
  border-radius: 12px;
  background-color: hsl(212, 23%, 50%);
  font-size: 0.571rem;
  color: rgb(255, 255, 255);
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item .left-menu__item__action-count.left-menu__item__action--message,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item .left-menu__item__action-count.left-menu__item__action--message {
  background-color: #ec8179;
  color: rgb(255, 255, 255);
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled),
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled) {
  background-color: #c0cbd8;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled) .menu-text,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled) .menu-text {
  color: #3b4b5e;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled) .left-menu__item__name img,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled) .left-menu__item__icon img,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled) .left-menu__item__name img,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item:hover:not(.active, .left-menu__item--is-disabled) .left-menu__item__icon img {
  filter: invert(25%) sepia(4%) saturate(4250%) hue-rotate(173deg) brightness(100%) contrast(85%);
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item.active,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item.active {
  background-color: #06182d;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item.active .menu-text,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item.active .menu-text {
  color: #79afec;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top a.left-menu__item.active > img,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom a.left-menu__item.active > img {
  filter: invert(47%) sepia(82%) saturate(1021%) hue-rotate(191deg) brightness(98%) contrast(84%);
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top .left-menu__item__sub-wrapper,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__item__sub-wrapper {
  position: fixed;
  height: 100vh;
  width: calc(100vw - 190px);
  left: 190px;
  top: 0;
  z-index: 2;
  content: "";
  display: none;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top .left-menu__item__sub-wrapper .left-menu__item__sub,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__item__sub-wrapper .left-menu__item__sub {
  position: absolute;
  z-index: 9;
  left: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #c0cbd8;
  border-radius: 7px;
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.1);
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item {
  white-space: nowrap;
  padding: 8px 16px;
  background: #eff2f5;
  text-decoration: none;
  color: hsl(212, 23%, 50%);
  transition: all 0.4s ease-in;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item:first-child,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item:last-child,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item:hover,
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__item__sub-wrapper .left-menu__item__sub a.left-menu__item__sub__item:hover {
  background-color: #c0cbd8;
  color: #3b4b5e;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__top {
  margin-top: 16px;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom {
  margin-bottom: 16px;
  border-top: 1px solid #c0cbd8;
  padding-top: 8px;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__profile {
  cursor: pointer;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  text-decoration: none;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__profile .profile-image__wrapper {
  border: 1px solid #a1b1c4;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  transition: all 0.3s ease-out;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__profile .profile-image__wrapper .avatar {
  border: 1px solid #134986;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__profile .profile-image__wrapper + .menu-text {
  color: hsl(212, 23%, 50%);
  text-transform: capitalize;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__profile img.action {
  filter: invert(61%) sepia(9%) saturate(940%) hue-rotate(173deg) brightness(95%) contrast(89%);
  transition: all 0.3s ease-out;
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__profile:hover .profile-image__wrapper {
  border-color: hsl(212, 23%, 50%);
}
.bml-layout .bml-layout__body .bml-layout__left-menu .left-menu__bottom .left-menu__profile:hover .menu-text {
  color: #4f647d;
}
.bml-layout .bml-layout__body .bml-layout__left-menu a.logo-wrapper {
  text-decoration: none;
}
.bml-layout .bml-layout__body .bml-layout__left-menu a.logo-wrapper:active, .bml-layout .bml-layout__body .bml-layout__left-menu a.logo-wrapper:hover, .bml-layout .bml-layout__body .bml-layout__left-menu a.logo-wrapper:visited, .bml-layout .bml-layout__body .bml-layout__left-menu a.logo-wrapper:link {
  color: #333333;
}
.bml-layout .bml-layout__body .bml-layout__left-menu a.logo-wrapper h4,
.bml-layout .bml-layout__body .bml-layout__left-menu a.logo-wrapper small {
  text-decoration: none;
}
.bml-layout .bml-layout__body .bml-layout__container {
  width: calc(100vw - 190px);
}
.bml-layout .bml-layout__body .bml-layout__container--user {
  width: 100vw;
}
.bml-layout .right-container {
  width: calc(100vw - 64px);
  height: 100vh;
}
.bml-layout .right-container .right-container__wrapper {
  width: inherit;
  height: 100%;
  padding-top: 64px;
}
.bml-layout .right-container .right-container__wrapper.right-container__wrapper--tight {
  padding-top: 48px;
}
.bml-layout .right-container .right-container__wrapper.right-container__wrapper--has-search {
  padding-top: 120px;
}
.bml-layout .right-container .right-container__wrapper .right-container__scroll {
  height: calc(100vh - 64px);
  overflow-y: scroll;
  padding-bottom: 16px;
}
.bml-layout .right-container .right-container__wrapper .right-container__scroll--custom {
  overflow-y: scroll;
  padding-bottom: 16px;
}
.bml-layout .mobile-menu-wrapper {
  height: 48px;
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
}
.bml-layout .mobile-menu-wrapper .mobile-menu-container {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 999;
  content: "";
  top: 0;
  left: 0;
}
.bml-layout .mobile-menu-wrapper .mobile-menu-container .mobile-menu {
  background: rgb(255, 255, 255);
  height: 100vh;
  padding: 24px 64px;
  position: fixed;
  transition-delay: 0.2s;
}
.bml-layout .mobile-menu-wrapper .mobile-menu-container .mobile-menu .mobile-menu__main .mobile-menu__item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: inherit;
}
.bml-layout .mobile-menu-wrapper .mobile-menu-container .mobile-menu .mobile-menu__main .mobile-menu__item .mobile-menu__item__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.bml-layout .mobile-menu-wrapper .mobile-menu-container .mobile-menu .mobile-menu__main .mobile-menu__item + .mobile-menu__item {
  margin-top: 16px;
}
.bml-layout .mobile-menu-wrapper .mobile-menu-container .mobile-menu .mobile-menu__main .mobile-menu__item:hover {
  color: hsl(212, 75%, 50%);
  cursor: pointer;
  filter: invert(27%) sepia(86%) saturate(2768%) hue-rotate(203deg) brightness(104%) contrast(104%);
}
.bml-layout .mobile-menu-wrapper .mobile-menu-container .mobile-menu.show {
  animation: menuAnimations 0.4s;
}
.bml-layout .mobile-menu-wrapper .mobile-profile-image {
  width: 100%;
  margin-bottom: 48px;
}

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

.input-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.input-wrapper.input-wrapper--verticle {
  flex-direction: row;
}
.input-wrapper.input-wrapper--verticle label {
  display: block;
}
.input-wrapper input[type=default],
.input-wrapper input[type=text],
.input-wrapper input[type=password],
.input-wrapper input[type=number],
.input-wrapper input[type=tel],
.input-wrapper input[type=email],
.input-wrapper input[type=time],
.input-wrapper input[type=date] {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  height: 36px;
  padding: 0 8px;
  transition: all 0.5s ease-in;
}
.input-wrapper input[type=default]:hover,
.input-wrapper input[type=text]:hover,
.input-wrapper input[type=password]:hover,
.input-wrapper input[type=number]:hover,
.input-wrapper input[type=tel]:hover,
.input-wrapper input[type=email]:hover,
.input-wrapper input[type=time]:hover,
.input-wrapper input[type=date]:hover {
  background-color: "inherit";
  border-color: #4d94e6;
}
.input-wrapper input[type=default]:focus,
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=number]:focus,
.input-wrapper input[type=tel]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=time]:focus,
.input-wrapper input[type=date]:focus {
  outline: none;
  box-shadow: 0 0 0 3px #d2e4f9;
  background-color: "inherit";
  border-color: #4d94e6;
}
.input-wrapper input[type=default]:disabled,
.input-wrapper input[type=text]:disabled,
.input-wrapper input[type=password]:disabled,
.input-wrapper input[type=number]:disabled,
.input-wrapper input[type=tel]:disabled,
.input-wrapper input[type=email]:disabled,
.input-wrapper input[type=time]:disabled,
.input-wrapper input[type=date]:disabled {
  background: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: none;
}
.input-wrapper input[type=default]:disabled:hover,
.input-wrapper input[type=text]:disabled:hover,
.input-wrapper input[type=password]:disabled:hover,
.input-wrapper input[type=number]:disabled:hover,
.input-wrapper input[type=tel]:disabled:hover,
.input-wrapper input[type=email]:disabled:hover,
.input-wrapper input[type=time]:disabled:hover,
.input-wrapper input[type=date]:disabled:hover {
  border-color: #e6e6e6;
}
.input-wrapper input[type=default].error, .input-wrapper input[type=default].error:focus,
.input-wrapper input[type=text].error,
.input-wrapper input[type=text].error:focus,
.input-wrapper input[type=password].error,
.input-wrapper input[type=password].error:focus,
.input-wrapper input[type=number].error,
.input-wrapper input[type=number].error:focus,
.input-wrapper input[type=tel].error,
.input-wrapper input[type=tel].error:focus,
.input-wrapper input[type=email].error,
.input-wrapper input[type=email].error:focus,
.input-wrapper input[type=time].error,
.input-wrapper input[type=time].error:focus,
.input-wrapper input[type=date].error,
.input-wrapper input[type=date].error:focus {
  border-color: #f2aba6;
  box-shadow: 0 0 0 3px #f9d5d2;
}
.input-wrapper input[type=default].input--small,
.input-wrapper input[type=text].input--small,
.input-wrapper input[type=password].input--small,
.input-wrapper input[type=number].input--small,
.input-wrapper input[type=tel].input--small,
.input-wrapper input[type=email].input--small,
.input-wrapper input[type=time].input--small,
.input-wrapper input[type=date].input--small {
  height: 28px;
}
.input-wrapper input[type=time]:invalid {
  border: 1px solid #b3241a;
  background-color: #fceae9;
}
.input-wrapper input[type=time]:invalid:focus {
  box-shadow: 0 0 0 3px #fceae9;
}
.input-wrapper .input-icon {
  position: relative;
}
.input-wrapper .input-icon > .button {
  position: absolute;
}
.input-wrapper .input-icon.input-icon__right > .button {
  right: 0;
}
.input-wrapper .input-icon.input-icon__right > .button > img {
  filter: invert(76%) sepia(0%) saturate(440%) hue-rotate(151deg) brightness(82%) contrast(86%);
}
.input-wrapper .input-icon.input-icon__right > .button:hover {
  background: transparent;
  border-color: transparent;
}
.input-wrapper input::-webkit-outer-spin-button,
.input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
  background-color: rgb(255, 255, 255);
}
.input-wrapper--full-width input[type=default],
.input-wrapper--full-width input[type=text],
.input-wrapper--full-width input[type=password],
.input-wrapper--full-width input[type=number],
.input-wrapper--full-width input[type=tel],
.input-wrapper--full-width input[type=email],
.input-wrapper--full-width select {
  width: 100%;
}
.input-wrapper label {
  margin-bottom: 4px;
  display: inline-block;
  color: #666666;
}
.input-wrapper label.require > span {
  color: hsl(4, 75%, 50%);
}
.input-wrapper + .input-wrapper {
  margin-top: 16px;
}
.input-wrapper.input-wrapper-h + .input-wrapper {
  margin-top: 0;
}
.input-wrapper select {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  height: 36px;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background: rgb(255, 255, 255) url("http://localhost/bml-student/public/image/select-down-arrow.svg") right 50% no-repeat; /* Add custom arrow */
  transition: all 0.5s ease-in;
}
.input-wrapper select:focus {
  outline: none;
  box-shadow: 0 0 0 3px #d2e4f9;
  background-color: "inherit";
  border-color: #4d94e6;
}
.input-wrapper textarea {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  padding: 12px;
  transition: all 0.5s ease-in;
}
.input-wrapper textarea:hover {
  background-color: "inherit";
  border-color: #4d94e6;
}
.input-wrapper textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px #e9f2fc;
  background-color: "inherit";
  border-color: #4d94e6;
}
.input-wrapper label.error {
  color: #e6574d;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 0;
}
.input-wrapper .password-hint {
  display: none;
  padding: 24px;
  background: #eff2f5;
  border-radius: 8px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.input-wrapper input[type=password]:focus + .password-hint {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: -248px;
}
@media (min-width: 1px) and (max-width: 767px) {
  .input-wrapper input[type=password]:focus + .password-hint {
    right: unset;
    top: 64px;
  }
}

label.require span {
  color: hsl(4, 75%, 50%);
}

.chk-switch {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.chk-switch span {
  color: #262626;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e6e6e6;
  transition: 0.4s;
  border-radius: 16px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 4px;
  background-color: rgb(255, 255, 255);
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: hsl(212, 75%, 50%);
}

input:focus + .slider {
  box-shadow: 0 0 1px hsl(212, 75%, 50%);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.radio-group,
.check-group {
  margin: 0;
  padding: 0;
  border: none;
}
.radio-group legend,
.check-group legend {
  font-size: 0.857rem;
  color: #666666;
  margin-bottom: 6px;
}
.radio-group legend.require > span,
.check-group legend.require > span {
  color: hsl(4, 75%, 50%);
}
.radio-group legend.label--large,
.check-group legend.label--large {
  font-size: 1.2rem;
}

.radio,
.check {
  height: 25px;
}

.radio-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 4px;
}
.radio-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.radio-wrapper input[type=radio]:checked ~ .checkmark {
  border-color: hsl(212, 75%, 50%);
  background: rgb(255, 255, 255);
}
.radio-wrapper input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.radio-wrapper input[type=radio]:focus ~ .checkmark {
  box-shadow: 0 0 0 3px #e9f2fc;
}
.radio-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
}
.radio-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 5px;
  background: hsl(212, 75%, 50%);
  border-radius: 50%;
}
.radio-wrapper:hover input[type=radio]:not(:checked) ~ .checkmark {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.check-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 4px;
  position: relative;
}
.check-wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.check-wrapper input[type=checkbox]:checked ~ .checkmark {
  border-color: hsl(212, 75%, 50%);
  background: hsl(212, 75%, 50%);
}
.check-wrapper input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 3px #e9f2fc;
}
.check-wrapper input[type=checkbox].error ~ .checkmark {
  border-color: hsl(4, 75%, 50%);
  box-shadow: 0 0 0 3px #f9d5d2;
  margin-bottom: 32px;
}
.check-wrapper input[type=checkbox].error ~ label.error {
  position: absolute;
  left: 0;
  top: 24px;
}
.check-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.check-wrapper .checkmark::after {
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 12px;
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  top: 4px;
  left: 8px;
  display: none;
  position: absolute;
}
.check-wrapper label.error {
  color: #e6574d;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 0;
}

.time-wrapper {
  position: relative;
  border-radius: 4px;
  height: 36px;
}
.time-wrapper .checkmark {
  height: 36px;
  padding: 0 8px;
  width: inherit;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;
}
.time-wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.time-wrapper input[type=checkbox]:checked ~ .checkmark {
  border-color: hsl(212, 75%, 50%);
  background: #a6c9f2;
  color: #1a61b3;
}
.time-wrapper input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.time-wrapper input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 3px #e9f2fc;
}
.time-wrapper input[type=checkbox]:hover ~ .checkmark {
  border-color: hsl(212, 75%, 50%);
  background: #e9f2fc;
}
.time-wrapper input[type=checkbox]:disabled ~ .checkmark {
  box-shadow: none;
  border-color: #f2f2f2;
  background: #f2f2f2;
  color: #cccccc;
}
.time-wrapper input[type=checkbox]:disabled {
  cursor: not-allowed !important;
}

.radio-card-wrapper {
  background: rgb(255, 255, 255);
  display: inline-flex;
  border-radius: 6px;
  position: relative;
  min-width: 160px;
  transition: all 200ms ease-in;
}
.radio-card-wrapper:hover:not(.radio-card-wrapper--is-disabled) {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.radio-card-wrapper .check-mark {
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 6px;
  background: #f2f2f2;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  transition: all 300ms ease-in;
}
.radio-card-wrapper.radio-card-wrapper--country {
  width: 100%;
  margin-bottom: 16px;
}
.radio-card-wrapper.radio-card-wrapper--country .check-mark {
  padding: 0 24px;
  height: 52px;
  display: flex;
  align-items: center;
}
.radio-card-wrapper input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.radio-card-wrapper input[type=radio]:checked ~ .check-mark {
  box-shadow: 0 0 0 3px #d2e4f9;
  background: #d2e4f9;
  border-color: #134986;
}
.radio-card-wrapper input[type=radio]:checked ~ .check-mark p {
  color: #134986;
}
.radio-card-wrapper input[type=radio]:checked ~ .check-mark::after {
  opacity: 1;
}
.radio-card-wrapper.radio-card-wrapper--is-disabled {
  opacity: 0.3;
}
.radio-card-wrapper.radio-card-wrapper--is-disabled input[type=radio]:disabled {
  cursor: not-allowed;
}

.check-card-wrapper {
  display: inline-flex;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: rgb(255, 255, 255);
  transition: all 200ms ease-in;
}
.check-card-wrapper:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background: #e6e6e6;
}
.check-card-wrapper .check-mark {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  border-radius: 6px;
  background: transparent;
  border-width: 3px;
  border-color: transparent;
  border-style: solid;
  transition: all 300ms ease-in;
}
.check-card-wrapper input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.check-card-wrapper input[type=checkbox]:checked ~ .check-mark {
  background: #134986;
  border-color: #a6c9f2;
  color: #e9f2fc;
}
.check-card-wrapper input[type=checkbox]:checked ~ .check-mark::after {
  opacity: 1;
}

.file-upload {
  position: relative;
  background-color: #f2f2f2;
  border: 1px dashed #cccccc;
  min-height: 36px;
  border-radius: 6px;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in;
}
.file-upload input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-upload input[type=file].error + label.error {
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #e6574d;
}
.file-upload img {
  margin-bottom: 4px;
}
.file-upload:hover {
  border-color: #262626;
}
.file-upload.file-upload--horizontal {
  flex-direction: row;
  padding: 0 16px;
  min-height: 26px;
  max-width: 200px;
}
.file-upload.file-upload--horizontal img {
  margin-bottom: 0;
}

.search-selector--wrapper {
  position: relative;
}
.search-selector--wrapper input[type=text] {
  z-index: 999;
}
.search-selector--wrapper .search-selector__list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.search-selector--wrapper .search-selector__closer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}

.download-file {
  border: 1px solid #a1b1c4;
  background-color: #e0e5eb;
  padding: 8px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

.download-file--small {
  border: 1px solid #a1b1c4;
  background-color: #e0e5eb;
  padding: 0 4px;
  height: 28px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

.reject-reason {
  z-index: 9;
}
.reject-reason.reject-reason--box {
  position: absolute;
  width: 300%;
  right: 12px;
}

.reject-reason-wrapper {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  content: "";
  position: fixed;
  z-index: -1;
}

.reject-reason--box + .reject-reason-wrapper {
  z-index: 1;
}

.steps {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}
.steps .steps-item {
  flex-grow: 1;
  position: relative;
}
.steps .steps-item.active .steps-item__container > .steps-item__count {
  background-color: #134986;
  border-color: #134986;
  color: rgb(255, 255, 255);
}
.steps .steps-item.active .steps-item__container > .steps-item__count img {
  height: 16px;
  width: 16px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(66%) saturate(7149%) hue-rotate(178deg) brightness(111%) contrast(98%);
}
.steps .steps-item.active .steps-item__container > .steps-item__text {
  color: #134986;
}
.steps .steps-item.active .steps-item__container > .steps-item__text::after {
  background: #134986;
}
.steps .steps-item .steps-item__container > .steps-item__text::after {
  background: #4d94e6;
}
.steps .steps-item:last-child {
  flex-grow: 0;
}
.steps .steps-item:last-child .steps-item__container > .steps-item__text::after {
  width: 0;
}
.steps .steps-item .steps-item__container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.steps .steps-item .steps-item__container .steps-item__count {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #c0cbd8;
  background: #c0cbd8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .steps-item .steps-item__container .steps-item__text {
  padding: 0 8px;
  background: rgb(255, 255, 255);
  color: #8297b0;
}
.steps .steps-item .steps-item__container .steps-item__text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c0cbd8;
  top: 50%;
  left: 0;
  z-index: -1;
}

.profile-steps {
  display: flex;
}
.profile-steps .profile-steps__item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
.profile-steps .profile-steps__item::after {
  width: 2px;
  height: 24px;
  background-color: #c0cbd8;
  position: absolute;
  content: "";
  bottom: -24px;
  left: 16px;
}
.profile-steps .profile-steps__item .profile-steps__item__count {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e0e5eb;
  background: #a1b1c4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.profile-steps .profile-steps__item .profile-steps__item__text {
  color: #8297b0;
  transition: all 0.3s ease-out;
}
.profile-steps .profile-steps__item.active {
  cursor: pointer;
}
.profile-steps .profile-steps__item.active .profile-steps__item__count {
  background: hsl(212, 75%, 50%);
  border-color: #4d94e6;
  color: rgb(255, 255, 255);
}
.profile-steps .profile-steps__item.active .profile-steps__item__count img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(308deg) brightness(103%) contrast(101%);
}
.profile-steps .profile-steps__item.active .profile-steps__item__text {
  color: #e0e5eb;
}
.profile-steps .profile-steps__item.active::after {
  background-color: #4d94e6;
}
.profile-steps .profile-steps__item.profile-steps__item--is-disables {
  cursor: not-allowed;
  color: #a1b1c4;
}
.profile-steps .profile-steps__item.profile-steps__item--is-disables::after {
  background-color: #4f647d;
}
.profile-steps .profile-steps__item.profile-steps__item--is-disables .profile-steps__item__count {
  background: hsl(212, 23%, 50%);
  border-color: #4f647d;
}
.profile-steps .profile-steps__item.profile-steps__item--is-disables .profile-steps__item__text {
  color: hsl(212, 23%, 50%);
}
.profile-steps .profile-steps__item:hover:not(.active, .profile-steps__item--is-disables) {
  cursor: pointer;
}
.profile-steps .profile-steps__item:hover:not(.active, .profile-steps__item--is-disables) .profile-steps__item__text {
  color: #c0cbd8;
}
.profile-steps .profile-steps__item:hover:not(.active, .profile-steps__item--is-disables) .profile-steps__item__count {
  background: #a6c9f2;
}
.profile-steps:last-child .profile-steps__item:last-child {
  margin-bottom: 0;
}
.profile-steps:last-child .profile-steps__item:last-child::after {
  display: none;
}

.tag {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.tag.tag--is-clickable {
  cursor: pointer;
}
.tag.tag--is-clickable .tag__text + .tag__icon {
  cursor: pointer;
}
.tag .tag__icon img {
  width: 100%;
}
.tag .tag__icon + .tag__text {
  margin-left: 4px;
}
.tag .tag__text + .tag__icon {
  margin-left: 4px;
}
.tag--tight {
  height: 18px;
  padding: 0 4px;
  border-radius: 4px;
}
.tag--tight .tag__icon {
  width: 12px;
  height: 12px;
}
.tag--tight span {
  font-size: 12px;
}
.tag--small {
  height: 18px;
  padding: 0 8px;
  border-radius: 4px;
}
.tag--small .tag__icon {
  width: 12px;
  height: 12px;
}
.tag--small span {
  font-size: 12px;
}
.tag--medium {
  height: 32px;
  padding: 0 16px;
  border-radius: 4px;
}
.tag--medium .tag__icon {
  width: 16px;
  height: 16px;
}
.tag--medium span {
  font-size: 14px;
}

.tag--gray-outline {
  border: 1px solid #999999;
  background-color: transparent;
  color: #999999;
}
.tag--gray-outline .tag__icon img {
  filter: invert(38%) sepia(13%) saturate(0%) hue-rotate(219deg) brightness(98%) contrast(86%);
}

.tag--gray-filled-light {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #999999;
}
.tag--gray-filled-light .tag__icon img {
  filter: invert(38%) sepia(13%) saturate(0%) hue-rotate(219deg) brightness(98%) contrast(86%);
}

.tag--gray-filled {
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #fafafa;
}
.tag--gray-filled .tag__icon img {
  filter: invert(94%) sepia(59%) saturate(5168%) hue-rotate(182deg) brightness(122%) contrast(90%);
}

.tag--blue-outline {
  border: 1px solid #1a61b3;
  background-color: transparent;
  color: #1a61b3;
}
.tag--blue-outline .tag__icon img {
  filter: invert(21%) sepia(99%) saturate(2235%) hue-rotate(202deg) brightness(96%) contrast(101%);
}

.tag--blue-filled-light {
  border: 1px solid #d2e4f9;
  background-color: #d2e4f9;
  color: #1a61b3;
}
.tag--blue-filled-light .tag__icon img {
  filter: invert(21%) sepia(99%) saturate(2235%) hue-rotate(202deg) brightness(96%) contrast(101%);
}

.tag--blue-filled {
  border: 1px solid #79afec;
  background-color: #79afec;
  color: #e9f2fc;
}
.tag--blue-filled .tag__icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.tag--yellow-outline {
  border: 1px solid #ae851e;
  background-color: transparent;
  color: #ae851e;
}
.tag--yellow-outline .tag__icon img {
  filter: invert(21%) sepia(99%) saturate(2235%) hue-rotate(202deg) brightness(96%) contrast(101%);
}

.tag--yellow-filled-light {
  border: 1px solid #f8edd3;
  background-color: #f8edd3;
  color: #ae851e;
}
.tag--yellow-filled-light .tag__icon img {
  filter: invert(48%) sepia(62%) saturate(2390%) hue-rotate(16deg) brightness(96%) contrast(99%);
}

.tag--yellow-filled {
  border: 1px solid #e9ca7c;
  background-color: #e9ca7c;
  color: #fbf6e9;
}
.tag--yellow-filled .tag__icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.tag--green-outline {
  border: 1px solid #1ab352;
  background-color: transparent;
  color: #1ab352;
}
.tag--green-outline .tag__icon img {
  filter: invert(21%) sepia(99%) saturate(2235%) hue-rotate(202deg) brightness(96%) contrast(101%);
}

.tag--green-filled-light {
  border: 1px solid #d2f9e0;
  background-color: #d2f9e0;
  color: #13863d;
}
.tag--green-filled-light .tag__icon img {
  filter: invert(21%) sepia(99%) saturate(2235%) hue-rotate(202deg) brightness(96%) contrast(101%);
}

.tag--green-filled {
  border: 1px solid #79eca3;
  background-color: #79eca3;
  color: #13863d;
}
.tag--green-filled .tag__icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.tag--red-outline {
  border: 1px solid #b3241a;
  background-color: transparent;
  color: #b3241a;
}
.tag--red-filled-light {
  border: 1px solid #f9d5d2;
  background-color: #f9d5d2;
  color: #b3241a;
}
.tag--red-filled-light .tag__icon img {
  filter: invert(14%) sepia(89%) saturate(5419%) hue-rotate(262deg) brightness(73%) contrast(123%);
}

.tag--red-filled {
  border: 1px solid #ec8179;
  background-color: #ec8179;
  color: #fceae9;
}
.tag-group {
  display: inline-flex;
  align-items: center;
}
.tag-group + .tag-group {
  margin-left: 12px;
}

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

.button,
a.button {
  transition: all 0.4s ease-in;
  border: transparent;
  border-width: 1px;
  border-radius: 6px;
  border-style: solid;
  box-sizing: content-box;
  box-shadow: none;
  cursor: pointer;
  text-transform: unset;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button:hover,
a.button:hover {
  cursor: pointer;
}
.button:disabled,
a.button:disabled {
  cursor: not-allowed;
}
.button--full-width,
a.button--full-width {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.button--tight,
a.button--tight {
  height: 18px;
  max-height: 18px;
  padding: 0 4px;
}
.button--tight.button--icon,
a.button--tight.button--icon {
  padding: 0;
  width: 16px;
}
.button--tight.button--icon .button-box,
a.button--tight.button--icon .button-box {
  justify-content: center;
}
.button--small,
a.button--small {
  height: 26px;
  max-height: 26px;
  padding: 0 12px;
}
.button--small.button--icon,
a.button--small.button--icon {
  padding: 0;
  width: 28px;
}
.button--small.button--icon .button-box,
a.button--small.button--icon .button-box {
  justify-content: center;
}
.button--medium,
a.button--medium {
  height: 34px;
  max-height: 34px;
  padding: 0 24px;
}
.button--medium.button--icon,
a.button--medium.button--icon {
  padding: 0;
  width: 36px;
}
.button--medium.button--icon .button-box,
a.button--medium.button--icon .button-box {
  justify-content: center;
}
.button--rounded,
a.button--rounded {
  border-radius: 20px;
  padding: 0 20px;
}
.button--primary,
a.button--primary {
  background-color: #1a61b3;
  border-color: #1a61b3;
  color: #d2e4f9;
}
.button--primary:hover:not(:disabled),
a.button--primary:hover:not(:disabled) {
  background-color: #134986;
  border-color: #134986;
  color: #d2e4f9;
}
.button--primary img,
a.button--primary img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(5666%) hue-rotate(176deg) brightness(101%) contrast(96%);
}
.button--outline,
a.button--outline {
  background-color: rgb(255, 255, 255);
  border-color: #b3b3b3;
  color: #4d4d4d;
}
.button--outline:hover:not(:disabled),
a.button--outline:hover:not(:disabled) {
  background-color: #e6e6e6;
  border-color: #b3b3b3;
  color: #4d4d4d;
}
.button--outline img,
a.button--outline img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(1%) saturate(2006%) hue-rotate(330deg) brightness(100%) contrast(94%);
}
.button--subtle,
a.button--subtle {
  background-color: transparent;
  border-color: transparent;
  color: #4d4d4d;
}
.button--subtle:hover:not(:disabled),
a.button--subtle:hover:not(:disabled) {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #4d4d4d;
}
.button--subtle img,
a.button--subtle img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(1%) saturate(2006%) hue-rotate(330deg) brightness(100%) contrast(94%);
}
.button--link,
a.button--link {
  background-color: transparent;
  border-color: transparent;
  color: hsl(212, 75%, 50%);
  text-decoration: underline;
}
.button--link:hover:not(:disabled),
a.button--link:hover:not(:disabled) {
  background-color: transparent;
  border-color: transparent;
  color: #134986;
}
.button--link img,
a.button--link img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(38%) saturate(5024%) hue-rotate(197deg) brightness(93%) contrast(87%);
}
.button .button-box,
a.button .button-box {
  align-items: center;
  display: flex;
  height: inherit;
}
.button .button-box .button-box__icon,
a.button .button-box .button-box__icon {
  width: 16px;
  height: 16px;
}
.button .button-box .button-box__icon img,
a.button .button-box .button-box__icon img {
  width: 100%;
  max-height: 100%;
}
.button .button-box .button-box__icon + span,
a.button .button-box .button-box__icon + span {
  margin-left: 4px;
}
.button .button--icon.button--medium,
a.button .button--icon.button--medium {
  padding: 0;
}
.button--icon-text .button-box > .button-box__icon,
a.button--icon-text .button-box > .button-box__icon {
  margin-right: 8px;
}

.button-group {
  display: flex;
}
.button-group .button + .button {
  margin-left: 8px;
}
.button-group--justify-end {
  justify-content: flex-end;
}
.button-group--justify-start {
  justify-content: flex-start;
}
.button-group--justify-space-between {
  justify-content: space-between;
}

.upload-button {
  transition: all 0.4s ease-in;
  border: transparent;
  border-width: 1px;
  border-radius: 6px;
  border-style: solid;
  box-sizing: content-box;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: unset;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #262626;
}
.upload-button:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #666666;
}
.upload-button input[type=file] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload-button--small {
  height: 28px;
  padding: 0 12px;
}
.upload-button--medium {
  height: 36px;
  padding: 0 24px;
}

.segmented-button-group {
  border-radius: 6px;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  border: 1px solid #666666;
}
.segmented-button-group .segmented-button {
  transition: all 0.4s ease-in;
  border-right: 1px solid #666666;
  display: flex;
  align-items: center;
  position: relative;
}
.segmented-button-group .segmented-button:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.segmented-button-group .segmented-button:first-child > .check-mark {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.segmented-button-group .segmented-button:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}
.segmented-button-group .segmented-button:last-child > .check-mark {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}
.segmented-button-group .segmented-button--small > .check-mark {
  min-height: 26px;
  max-height: 26px;
  padding: 0 12px;
}
.segmented-button-group .segmented-button--medium > .check-mark {
  min-height: 34px;
  max-height: 34px;
  padding: 0 24px;
}
.segmented-button-group .segmented-button input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.segmented-button-group .segmented-button input[type=radio]:hover {
  cursor: pointer;
}
.segmented-button-group .segmented-button .check-mark {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 9;
}
.segmented-button-group .segmented-button input:checked ~ .check-mark {
  background: #e6e6e6;
}

button:disabled {
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: not-allowed;
}

.avatar {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c0cbd8;
}
.avatar.avatar--128 {
  height: 128px;
  max-height: 128px;
  min-width: 128px;
  max-width: 128px;
}
.avatar.avatar--96 {
  height: 96px;
  max-height: 96px;
  min-width: 96px;
  max-width: 96px;
}
.avatar.avatar--44 {
  height: 44px;
  max-height: 44px;
  min-width: 44px;
  max-width: 44px;
}
.avatar.avatar--32 {
  height: 32px;
  max-height: 32px;
  min-width: 32px;
  max-width: 32px;
}
.avatar--has-border {
  border: 2px solid #e6e6e6;
}
.avatar img:not(.icon) {
  width: 100%;
}
.avatar.avatar--letter {
  text-transform: uppercase;
  color: #f2f2f2;
  justify-content: center;
  align-items: center;
  font-size: 1.214rem;
}

.avatar-group {
  display: flex;
}
.avatar-group .avatar:not(:first-child) {
  margin-left: -7px;
}
.avatar-group .avatar:nth-child(1) {
  background: #1a61b3;
  z-index: 10;
}

.profile-edit {
  position: relative;
  top: -42px;
}
.profile-edit .button {
  position: absolute;
  left: 34px;
  bottom: -20px;
  background: #e6e6e6;
  border-width: 2px;
}
.profile-edit .button:hover {
  background: #f2f2f2;
}

.tab-wrapper {
  width: 100%;
}
.tab-wrapper .tab-header {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.tab-wrapper .tab-header .tab-header__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  flex-basis: auto;
  padding: 12px 0;
}
.tab-wrapper .tab-header .tab-header__item h6 {
  color: #8297b0;
  transition: all 0.3s ease-out;
}
.tab-wrapper .tab-header .tab-header__item .tab-header__item__count {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c0cbd8;
  margin-right: 8px;
  transition: all 0.3s ease-out;
}
.tab-wrapper .tab-header .tab-header__item.tab-header__item--is-disabled {
  cursor: not-allowed;
}
.tab-wrapper .tab-header .tab-header__item:hover:not(.tab-header__item--is-disabled) {
  cursor: pointer;
}
.tab-wrapper .tab-header .tab-header__item:hover:not(.tab-header__item--is-disabled) h6 {
  color: #134986;
}
.tab-wrapper .tab-header .tab-header__item:hover:not(.tab-header__item--is-disabled) .tab-header__item__count {
  background-color: #134986;
  color: rgb(255, 255, 255);
}
.tab-wrapper .tab-header .tab-header__item:hover:not(.tab-header__item--is-disabled) .tab-header__item__count img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(308deg) brightness(103%) contrast(101%);
}
.tab-wrapper .tab-header .tab-header__item.active {
  position: relative;
}
.tab-wrapper .tab-header .tab-header__item.active h6 {
  color: #134986;
  font-weight: 500;
}
.tab-wrapper .tab-header .tab-header__item.active .tab-header__item__count {
  background-color: #134986;
  color: rgb(255, 255, 255);
}
.tab-wrapper .tab-header .tab-header__item.active .tab-header__item__count img {
  width: 16px;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(308deg) brightness(103%) contrast(101%);
}
.tab-wrapper .tab-header .tab-header__item.active::after {
  width: 100%;
  height: 2px;
  background-color: #134986;
  left: 0;
  bottom: -1px;
  z-index: 9;
  content: "";
  position: absolute;
}
.tab-wrapper .tab__content {
  width: 100%;
  padding-top: 24px;
}

.visa-tab-wrapper {
  border-bottom: 1px solid #1a61b3;
  height: 44px;
}
.visa-tab-wrapper .visa-tab__header {
  display: flex;
}
.visa-tab-wrapper .visa-tab__header .visa-tab__item {
  height: inherit;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e6e6e6;
  color: #4d4d4d;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-right: 8px;
}
.visa-tab-wrapper .visa-tab__header .visa-tab__item:hover {
  cursor: pointer;
}
.visa-tab-wrapper .visa-tab__header .visa-tab__item.active {
  background-color: rgb(255, 255, 255);
  color: #1a61b3;
  border-color: #1a61b3;
  position: relative;
}
.visa-tab-wrapper .visa-tab__header .visa-tab__item.active::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  z-index: 9;
}

.alert {
  width: auto;
  border-radius: 8px;
  position: relative;
}
.alert h5 {
  font-weight: 500;
  margin-bottom: 8px;
}
.alert .alert__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.alert ul {
  margin-left: 12px;
  margin-top: 8px;
}
.alert ul li:not(:last-child) {
  margin-bottom: 6px;
}
.alert--tips::before {
  position: absolute;
  width: 85px;
  height: 100px;
  content: "";
  background: url("/image/sea-otter--help.svg") no-repeat;
  background-size: cover;
  top: -48px;
  left: -24px;
  z-index: -1;
}
.alert--default {
  background-color: #e0e5eb;
  border: 1px solid #c0cbd8;
  padding: 12px;
  color: #333333;
}
.alert--info {
  background-color: #d2e4f9;
  border: 1px solid #79afec;
  padding: 12px;
  color: #333333;
}
.alert--info h5 {
  color: #134986;
}
.alert--error {
  background-color: #f9d5d2;
  border: 1px solid #ec8179;
  padding: 12px;
  color: #333333;
}
.alert--error h5 {
  color: #861b13;
}
.alert--error .alert__action .button {
  background-color: #b3241a;
  color: #fceae9;
  border-color: #861b13;
}
.alert--error .alert__action .button:hover {
  background-color: #e6574d;
  color: #fceae9;
}
.alert--success {
  background-color: #d2f9e0;
  border: 1px solid #79eca3;
  padding: 12px;
  color: #333333;
}
.alert--success h5 {
  color: #13863d;
}
.alert--success .alert__action .button {
  background-color: #1ab352;
  color: #d2f9e0;
  border-color: #13863d;
}
.alert--success .alert__action .button:hover {
  background-color: #13863d;
  border-color: #0d5929;
  color: #e9fcf0;
}
.alert--pending {
  background-color: #fbf6e9;
  border: 1px solid #f0dca8;
  padding: 12px;
  color: #333333;
}
.alert--pending h5 {
  color: #836416;
}
.alert--pending .alert__action .button {
  background-color: hsl(43, 71%, 50%);
  color: #fbf6e9;
  border-color: #ae851e;
}
.alert--pending .alert__action .button:hover {
  background-color: #ae851e;
  border-color: #836416;
  color: #fbf6e9;
}

.search {
  display: flex;
  height: 56px;
  align-items: center;
  background-color: #c0cbd8;
}
.search .input-wrapper + .input-wrapper {
  margin-top: 0;
  margin-left: 12px;
}
.search .input[type=default],
.search input[type=text],
.search input[type=password],
.search input[type=number],
.search input[type=tel],
.search input[type=email],
.search input[type=time] {
  background-color: #e0e5eb;
  border-color: #a1b1c4;
  height: 30px;
}
.search .input[type=default]:hover,
.search input[type=text]:hover,
.search input[type=password]:hover,
.search input[type=number]:hover,
.search input[type=tel]:hover,
.search input[type=email]:hover,
.search input[type=time]:hover {
  background-color: #eff2f5;
  border-color: #a1b1c4;
}
.search .input[type=default]:focus,
.search input[type=text]:focus,
.search input[type=password]:focus,
.search input[type=number]:focus,
.search input[type=tel]:focus,
.search input[type=email]:focus,
.search input[type=time]:focus {
  box-shadow: 0 0 0 1px #134986;
  border-color: #134986;
  background-color: #eff2f5;
}
.search select {
  border-color: #a1b1c4;
  background-color: #e0e5eb;
  height: 30px;
  transition: all 0.5s ease-in;
}
.search select:hover {
  background-color: #eff2f5;
}
.search select:focus {
  box-shadow: 0 0 0 1px #134986;
  border-color: #134986;
  background-color: #eff2f5;
}

.card {
  border-radius: 12px;
}
.card--space-default {
  padding: 16px;
}
.card--space-loose {
  padding: 24px;
}
.card--default {
  background-color: rgb(255, 255, 255);
}
.card--default-border {
  border: 1px solid #e6e6e6;
}
.card--fill-blue {
  background-color: #4d94e6;
}
.card--fill-gray-lighter {
  background-color: #f2f2f2;
}
.card--fill-gray-blue-lighter {
  background-color: #e0e5eb;
}
.card--offer {
  margin: 0 0.5% 1% 0.5%;
  width: 100%;
  background-color: #eff2f5;
  border: 1px solid #c0cbd8;
}
.card--offer.confirm-offer {
  background-color: #e9fcf0;
  border: 1px solid #1ab352;
}
.card--offer .radio-wrapper .checkmark {
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.card--document-mgt {
  background: rgb(242, 221, 166);
  background: linear-gradient(0deg, rgb(242, 221, 166) 0%, rgb(236, 195, 93) 100%);
  height: 80px;
  padding: 0;
  overflow: hidden;
}
.card--document-mgt div {
  background-image: url("/image/folder.svg");
  background-repeat: no-repeat;
  background-position: 110% 18px;
  background-size: 30%;
  height: inherit;
}
.card--sop {
  background: rgb(242, 171, 166);
  background: linear-gradient(0deg, rgb(242, 171, 166) 0%, rgb(249, 213, 210) 100%);
  height: 80px;
  padding: 0;
  overflow: hidden;
}
.card--sop div {
  background-image: url("/icon/sop--color.svg");
  background-repeat: no-repeat;
  background-position: 95% 15px;
  background-size: 30%;
  height: inherit;
}
.card--sop div h5 {
  color: #861b13;
}

.offer-wrapper {
  background-color: #eff2f5;
  border: 1px solid #c0cbd8;
}
.offer-wrapper .offer-document {
  display: none;
}
.offer-wrapper .radio-wrapper .checkmark {
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.offer-wrapper.confirm-offer {
  position: relative;
}
.offer-wrapper.confirm-offer::before {
  content: "Confirmed the University";
  padding: 2px 12px;
  background-color: #79eca3;
  left: 20px;
  top: -12px;
  position: absolute;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.offer-wrapper.confirm-offer::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 6px;
  border-color: transparent transparent #0d5929 transparent;
  content: "";
  position: absolute;
  left: 14px;
  top: -12px;
}

.document-details {
  display: none;
}

.permision-card {
  padding-bottom: 12px;
}
.permision-card .permision-card__header {
  padding: 12px 12px;
  background-color: hsl(212, 23%, 50%);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.permision-card .permision-card__module-wrapper .permision-card__module {
  background-color: #e0e5eb;
  padding: 8px 12px;
}
.permision-card .permision-card__module-wrapper .permision-card__module--item {
  margin-left: 36px;
  padding-top: 12px;
  position: relative;
}
.permision-card .permision-card__module-wrapper .permision-card__module--item::before {
  position: absolute;
  left: 12px;
  content: "";
  height: 12px;
  border-left: 1px dashed #c0cbd8;
  top: 0;
}
.permision-card .permision-card__module-wrapper + .permision-card__module-wrapper {
  margin-top: 12px;
}

.icon--blue-lightest {
  filter: brightness(0) saturate(100%) invert(98%) sepia(52%) saturate(3380%) hue-rotate(177deg) brightness(104%) contrast(96%);
}

.icon--blue-light {
  filter: brightness(0) saturate(100%) invert(90%) sepia(35%) saturate(4120%) hue-rotate(175deg) brightness(101%) contrast(90%);
}

.user-list-wrapper {
  width: 100%;
}
.user-list-wrapper .user-list {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #e0e5eb;
  background-color: transparent;
  transition: all 0.4s ease-in;
}
.user-list-wrapper .user-list .button:has(.active) {
  background: #e0e5eb;
}
.user-list-wrapper .user-list:hover {
  background-color: #eff2f5;
}
.user-list-wrapper .user-list:hover .button:has(.active) {
  background: rgb(255, 255, 255);
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-position: inside;
}

.table.table--responsive {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 0.85rem;
}
.table.table--file-upload tbody tr:not(:last-child, .title) {
  border-bottom: 1px solid #e6e6e6;
  padding: 4px 0;
}
.table.table--offer tbody tr {
  padding: 4px 0;
  background-color: #c0cbd8;
}
.table.table--offer tbody tr:not(:last-child) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.table.table--offer tbody tr td {
  padding: 8px;
}
.table.table--default thead {
  background-color: #e6e6e6;
}
.table.table--default tbody {
  background-color: #fafafa;
}
.table.table--default th {
  padding: 8px 0;
  border: 1px solid #cccccc;
}
.table.table--default td {
  border: 1px solid #e6e6e6;
  padding: 4px;
}
.table.table--permission {
  border-collapse: collapse;
  width: 100%;
}
.table.table--permission thead tr {
  background-color: #27323f;
  color: #e0e5eb;
}
.table.table--permission thead tr th {
  padding: 16px;
  border: 1px solid #e6e6e6;
  text-align: left;
}
.table.table--permission tbody tr td {
  border: 1px solid #e6e6e6;
}
.table.table--permission tbody tr td:first-child {
  width: 25%;
  vertical-align: top;
}
.table.table--permission tbody tr td .check {
  height: 16px;
}
.table.table--permission tbody tr td .check .check-wrapper {
  padding-top: 1px;
  padding-left: 24px;
}
.table.table--permission tbody tr td .check .check-wrapper .checkmark {
  width: 16px;
  height: 16px;
}
.table.table--permission tbody tr td .check .check-wrapper .checkmark::after {
  width: 5px;
  height: 9px;
  top: 2px;
  left: 5px;
}
.table.table--permission tbody tr td .sub-category {
  background-color: #e0e5eb;
}
.table.table--settings {
  border-collapse: collapse;
  width: 100%;
}
.table.table--settings thead tr {
  background-color: #27323f;
  color: #e0e5eb;
}
.table.table--settings thead tr th {
  padding: 16px;
  border: 1px solid #e6e6e6;
  text-align: left;
}
.table.table--settings tbody tr {
  background-color: rgb(255, 255, 255);
  transition: all 0.4s ease-in;
}
.table.table--settings tbody tr:nth-child(even) {
  background-color: #eff2f5;
}
.table.table--settings tbody tr:hover {
  background-color: #e0e5eb;
}
.table.table--settings tbody tr td {
  border: 1px solid #eff2f5;
}

table.dataTable {
  font-size: 0.857rem;
}
table.dataTable tr td {
  font-size: inherit;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-radius: 50%;
}

.pagination {
  display: flex;
}
.pagination a {
  display: flex;
  align-items: center;
  color: #4d4d4d;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #f2f2f2;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 2px;
  transition: background-color 0.3s;
  transition: all 0.4s ease-in;
}
.pagination a.active {
  background-color: #666666;
  color: #f2f2f2;
}
.pagination a:hover:not(.active) {
  background-color: #262626;
}

.status {
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 50%;
  content: "";
  display: block;
  margin-right: 4px;
}
.status--waiting {
  border: 4px solid #a1b1c4;
  background-color: transparent;
}
.status--pending {
  border: 4px solid #e9ca7c;
  background-color: transparent;
}
.status--submitted, .status--filled {
  border: 4px solid #4d94e6;
  background-color: transparent;
}
.status--approved {
  border: 4px solid #79eca3;
  background-color: transparent;
}
.status--reject {
  border: 4px solid #ec8179;
  background-color: transparent;
}
.status-msg--open {
  background-color: #79eca3;
}
.status-msg--close {
  background-color: #cccccc;
}

.status-bubble {
  height: 20px;
  padding: 0 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.status-bubble--waiting {
  background-color: #a1b1c4;
  color: rgb(255, 255, 255);
}
.status-bubble--pending {
  background-color: #e9ca7c;
  color: rgb(255, 255, 255);
}
.status-bubble--approved {
  background-color: #79eca3;
  color: rgb(255, 255, 255);
}
.status-bubble--reject {
  background-color: #ec8179;
  color: rgb(255, 255, 255);
}

.cas-chart-wrapper {
  position: relative;
}
.cas-chart-wrapper .cas-chart__value {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.chat-wrapper .chat-body {
  padding: 16px 16px 0 16px;
  background-color: #f2f2f2;
}
.chat-wrapper .chat-body.chat-body--admin .chat-heading {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list {
  display: flex;
  flex-direction: column-reverse;
  overflow-x: scroll;
  height: calc(100vh - 385px);
  padding-right: 36px;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper {
  margin-bottom: 20px;
  display: flex;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper .chat-msg__content {
  display: flex;
  flex-direction: column;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper p {
  padding: 12px;
  border-radius: 6px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper .chat-msg__attachment {
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px 0;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--received .chat-msg__content {
  margin: 0 15% 0 12px;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--received .chat-msg__content p,
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--received .chat-msg__content .chat-msg__attachment {
  background-color: rgb(255, 255, 255);
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--respond {
  flex-direction: row-reverse;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--respond .chat-msg__content {
  margin: 0 12px 0 15%;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--respond .chat-msg__content small {
  display: flex;
  justify-content: flex-end;
}
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--respond .chat-msg__content p,
.chat-wrapper .chat-body.chat-body--admin .chat-list .chat-msg-wrapper.chat-msg--respond .chat-msg__content .chat-msg__attachment {
  background-color: #d2e4f9;
}
.chat-wrapper .chat-send-wrapper {
  background-color: #e6e6e6;
  padding: 16px;
  margin: 0 -16px;
}

.text-value--red-dark {
  color: #b3241a;
}

.text-value--blue-dark {
  color: #1a61b3;
}

.text-value--yellow-dark {
  color: #ae851e;
}

.registration-wrapper {
  background-image: url("/image/user-reg-bg.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100vh - 84.2px);
  width: 100vw;
}
@media (min-width: 1200px) {
  .registration-wrapper {
    background-image: url("/image/user-reg-bg.svg");
  }
}
@media (min-width: 993px) and (max-width: 1999px) {
  .registration-wrapper {
    background-image: url("/image/user-reg-bg.svg");
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .registration-wrapper {
    background-image: url("/image/user-reg-bg.svg");
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .registration-wrapper {
    background-image: url("/image/user-reg-bg--mobile.svg");
  }
}
.registration-wrapper .registration__step-wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
}
.registration-wrapper .registration__step-wrapper .registration__step-1 {
  margin-top: 15%;
  width: 50%;
}
@media (min-width: 1px) and (max-width: 767px) {
  .registration-wrapper .registration__step-wrapper .registration__step-1 {
    width: 100%;
  }
}
.registration-wrapper .registration__step-wrapper .registration__step-2 {
  margin-top: 5%;
  width: 50%;
}
@media (min-width: 1px) and (max-width: 767px) {
  .registration-wrapper .registration__step-wrapper .registration__step-2 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 16px;
    border-radius: 8px;
  }
}
.registration-wrapper .registration__step-wrapper .registration__login {
  margin-top: 10%;
  width: 50%;
}
@media (min-width: 1px) and (max-width: 767px) {
  .registration-wrapper .registration__step-wrapper .registration__login {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 16px;
    border-radius: 8px;
  }
}

.agreement-wrapper {
  height: 42vh;
  overflow-y: scroll;
}

.new-user-card {
  position: relative;
}
.new-user-card::after {
  position: absolute;
  width: 115px;
  height: 170px;
  content: "";
  background-image: url("/image/sea-otter--new-user.svg");
  bottom: -50px;
  right: 5%;
  z-index: 9;
}

.user-profile-header {
  height: 56px;
  background-color: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 16px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.user-profile-header .user-profile__info {
  position: relative;
  display: flex;
}
.user-profile-header .user-profile__info .user-profile__menu-item {
  display: flex;
  padding: 0 16px;
  align-items: center;
  color: #999999;
  text-decoration: none;
  height: 56px;
}
.user-profile-header .user-profile__info .user-profile__menu-item.active {
  background-color: rgb(255, 255, 255);
  position: relative;
  color: hsl(212, 75%, 50%);
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.user-profile-header .user-profile__info .user-profile__menu-item.active img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(65%) saturate(4273%) hue-rotate(196deg) brightness(95%) contrast(83%);
}
.user-profile-header .user-profile__info .user-profile__menu-item.active::after {
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  content: " ";
  bottom: -1px;
  left: 0;
}
.user-profile-header .user-profile__info .user-profile__info__avatar {
  margin-left: 32px;
}
.user-profile-header .user-profile__info__wrapper {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 56px);
  left: 0;
  top: 56px;
  z-index: 999;
  display: none;
}
.user-profile-header .user-profile__info__wrapper .user-profile__info__menu {
  position: absolute;
  top: 8px;
  right: 12px;
  width: -moz-max-content;
  width: max-content;
  z-index: 9999;
  padding: 12px 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  display: none;
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.15);
}
.user-profile-header .user-profile__info__wrapper .user-profile__info__menu a.user-profile__info__menu__item {
  padding: 8px 16px;
  background-color: transparent;
  text-decoration: none;
  color: #666666;
  transition: all 0.3s ease-out;
}
.user-profile-header .user-profile__info__wrapper .user-profile__info__menu a.user-profile__info__menu__item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.user-profile-wrapper {
  display: flex;
}
.user-profile-wrapper.user-profile-wrapper--candidate {
  height: calc(100vh - 88px);
}
.user-profile-wrapper .user-profile__user-info {
  height: 100%;
  width: 320px;
}
.user-profile-wrapper .user-profile__user-info .user-profile__user-info---candidate {
  background-color: #3b4b5e;
  border-radius: 12px;
  padding: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
.user-profile-wrapper .user-profile__user-info .user-profile__user-info__admin {
  background-color: #3b4b5e;
  border-radius: 12px;
  padding: 24px;
  margin-top: 72px;
}
.user-profile-wrapper .user-profile__user-info h5.user--name {
  color: rgb(255, 255, 255);
}
.user-profile-wrapper .user-profile__user-info .user-profile__user-info--secondary {
  color: #a1b1c4;
}
.user-profile-wrapper .user-profile__user-info .user-profile__user-info__type {
  width: 28px;
  height: 28px;
  background-color: #d2e4f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.user-profile-wrapper .user-profile__data-wrapper {
  width: calc(100% - 304px);
  margin-left: 16px;
}

.user-profile__data {
  width: 100%;
  display: flex;
}
.user-profile__data .user-profile__data--single-view {
  width: 100%;
}
.user-profile__data .profile-data__tab {
  width: 340px;
  margin-right: 24px;
}
.user-profile__data .profile-data__tab .profile-data__tab__item {
  padding: 8px 16px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
}
.user-profile__data .profile-data__tab .profile-data__tab__item:hover {
  cursor: pointer;
  background-color: #eff2f5;
  border-color: #eff2f5;
}
.user-profile__data .profile-data__tab .profile-data__tab__item.active {
  background-color: #eff2f5;
  border-color: #c0cbd8;
}
.user-profile__data .profile-data__tab .profile-data__tab__item .basic-info-category__status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  content: "";
  margin-right: 8px;
  background-color: #c0cbd8;
}
.user-profile__data .profile-data__container {
  display: flex;
  width: 100%;
  border-radius: 8px;
}
.user-profile__data .profile-data__container .profile-data__container__form {
  width: 65%;
  padding: 24px;
}
.user-profile__data .profile-data__container .profile-data__container__details {
  width: 65%;
}
.user-profile__data .profile-data__container .profile-data__container__instruction,
.user-profile__data .profile-data__container .profile-data__container__document {
  width: 35%;
}
.user-profile__data .profile-data__container .profile-data__container__document {
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  padding: 12px;
  border-radius: 12px;
}
.user-profile__data .profile-data__container.profile-data__container--admin .profile-data__container__form {
  width: 100%;
}
.user-profile__data .profile-data__container.profile-data__container--admin .profile-data__container__instruction {
  display: none;
}
.user-profile__data .profile-data__container .profile-data__container__view {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.user-profile__image {
  position: relative;
}
.user-profile__image .user-profile__image__button {
  position: absolute;
  bottom: 0;
  height: 36px;
  width: 36px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  left: calc(50% - 18px);
}
.user-profile__image .user-profile__image__button.user-profile__image__button--applicant {
  bottom: -18px;
}
.user-profile__image .user-profile__image__button input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.user-profile__image .user-profile__image__button input[type=file]:hover {
  cursor: pointer;
}
.user-profile__image .user-profile__image__button img {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 7px;
}
.user-profile__image.user-profile__image--admin {
  width: 360px;
  position: relative;
  top: 42px;
}
.user-profile__image.user-profile__image--admin .avatar {
  position: relative;
  margin: 0 auto;
  border-color: rgb(255, 255, 255);
}
.user-profile__image.user-profile__image--admin .user-profile__image__button {
  background-color: #f2f2f2;
}

.waiting-wrapper {
  height: calc(100vh - 56px);
  padding-top: 8%;
  background: rgb(210, 228, 249);
  background: linear-gradient(0deg, rgb(210, 228, 249) 0%, rgb(255, 255, 255) 100%);
}
.waiting-wrapper img {
  margin: 0 auto;
  display: block;
}
.waiting-wrapper h3 {
  color: #134986;
  font-weight: 600;
  margin-top: 4px;
}
.waiting-wrapper p {
  color: #8297b0;
}

.admin-profile .admin-profile--header {
  height: 120px;
  width: 100%;
  background-color: #8297b0;
  content: "";
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.admin-profile .admin-profile--image-wrapper {
  position: relative;
  width: 100%;
  content: "";
}
.admin-profile .admin-profile--image-wrapper .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
}
.admin-profile .admin-profile--image-wrapper .user-profile__image__button {
  position: absolute;
  top: 140px;
  height: 36px;
  width: 36px;
  background-color: #f2f2f2;
  border-radius: 50%;
  left: calc(50% - 18px);
}
.admin-profile .admin-profile--image-wrapper .user-profile__image__button input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.admin-profile .admin-profile--image-wrapper .user-profile__image__button input[type=file]:hover {
  cursor: pointer;
}
.admin-profile .admin-profile--image-wrapper .user-profile__image__button img {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 7px;
}
.admin-profile .admin-profile--body {
  border: 1px solid #8297b0;
  padding: 72px 24px 24px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.segment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid transparent;
  border-top-color: red; /* Change the color as needed */
}

.segment-1 {
  transform: rotate(0deg);
  border-width: 20px; /* Increase the border width as needed */
}

.offer-sea-bg {
  content: "";
  background: #a6c9f2 url("/image/sea-wave.svg") no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 120px;
  border-radius: 8px;
  margin-bottom: 48px;
}
.offer-sea-bg::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  left: 48px;
  bottom: -76px;
  background: url("/image/sea-otter--pool.svg") no-repeat;
  z-index: 2;
}

.dashboard-header {
  width: 100%;
  background-color: #0d3059;
  padding: 16px 36px;
}
.dashboard-header h4 {
  color: #e9f2fc;
}
.dashboard-header p {
  color: #a6c9f2;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  height: 200px;
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: 300px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 24px;
  margin-top: 5%;
}

.modal-backdrop {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.modal-dialog {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.modal-dialog.modal-dialog-slideout {
  box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  transform: translate(0%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
  border: 0;
  margin-top: 0;
  padding: 12px 16px 12px 24px;
}
.modal-dialog-slideout .modal-content .modal-slideout--close {
  position: absolute;
  left: -38px;
  top: 8px;
  border-radius: 50%;
  background-color: #b3b3b3;
  border-color: #e6e6e6;
}
.modal-dialog-slideout .modal-content .modal-slideout--close:hover {
  background-color: #e6e6e6;
}

.modal-dialog-slideout .modal-header {
  height: 28px;
  position: fixed;
  margin: 0;
  justify-content: space-between;
  padding-right: 16px;
}
.modal-dialog-slideout .modal-body {
  height: calc(100vh - 48px);
  overflow-y: scroll;
  margin-top: 36px;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.divider--bottom {
  border-bottom: 1px solid #cccccc;
}

.user-roll {
  padding: 8px 12px;
}
.user-roll:hover {
  cursor: pointer;
}
.user-roll.active {
  position: relative;
}
.user-roll.active::before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
  background-color: #134986;
  content: "";
  border-radius: 2px;
}

.height-inherit {
  height: inherit;
}

.width-inherit {
  width: inherit;
}

@media (min-width: 1px) and (max-width: 767px) {
  .vacancy-card {
    order: -1;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .vacancy-card {
    order: -1;
  }
}
@media (min-width: 993px) and (max-width: 1999px) {
  .vacancy-card {
    order: 1;
  }
}
