/* MODAL */
.modal-bootstrap-wraped.modal-open {
  overflow: hidden; }
.modal-bootstrap-wraped.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.modal-bootstrap-wraped .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  margin-left: 0;
  background-color: transparent; }
.modal-bootstrap-wraped .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }
.modal-bootstrap-wraped .modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
  .modal-bootstrap-wraped .modal.fade .modal-dialog {
    transition: none; } }
.modal-bootstrap-wraped .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }
.modal-bootstrap-wraped .modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }
.modal-bootstrap-wraped .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
.modal-bootstrap-wraped .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }
.modal-bootstrap-wraped .modal-dialog-scrollable .modal-footer,
.modal-bootstrap-wraped .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.modal-bootstrap-wraped .modal-dialog-scrollable .modal-body {
  overflow-y: auto; }
.modal-bootstrap-wraped .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
.modal-bootstrap-wraped .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }
.modal-bootstrap-wraped .modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }
.modal-bootstrap-wraped .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }
.modal-bootstrap-wraped .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }
.modal-bootstrap-wraped .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }
.modal-bootstrap-wraped .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
.modal-bootstrap-wraped .modal-backdrop.fade {
  opacity: 0; }
.modal-bootstrap-wraped .modal-backdrop.show {
  opacity: 0.5; }
.modal-bootstrap-wraped .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }
.modal-bootstrap-wraped .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }
.modal-bootstrap-wraped .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.modal-bootstrap-wraped .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }
.modal-bootstrap-wraped .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }
.modal-bootstrap-wraped .modal-footer > * {
  margin: 0.25rem; }
.modal-bootstrap-wraped .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 576px) {
  .modal-bootstrap-wraped .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-bootstrap-wraped .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-bootstrap-wraped .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-bootstrap-wraped .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-bootstrap-wraped .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-bootstrap-wraped .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-bootstrap-wraped .modal-lg,
  .modal-bootstrap-wraped .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-bootstrap-wraped .modal-xl {
    max-width: 1140px; } }

/* COLUMNS */
.column-bootstrap-wraped .col,
.column-bootstrap-wraped .col-1,
.column-bootstrap-wraped .col-10,
.column-bootstrap-wraped .col-11,
.column-bootstrap-wraped .col-12,
.column-bootstrap-wraped .col-2,
.column-bootstrap-wraped .col-3,
.column-bootstrap-wraped .col-4,
.column-bootstrap-wraped .col-5,
.column-bootstrap-wraped .col-6,
.column-bootstrap-wraped .col-7,
.column-bootstrap-wraped .col-8,
.column-bootstrap-wraped .col-9,
.column-bootstrap-wraped .col-auto,
.column-bootstrap-wraped .col-lg,
.column-bootstrap-wraped .col-lg-1,
.column-bootstrap-wraped .col-lg-10,
.column-bootstrap-wraped .col-lg-11,
.column-bootstrap-wraped .col-lg-12,
.column-bootstrap-wraped .col-lg-2,
.column-bootstrap-wraped .col-lg-3,
.column-bootstrap-wraped .col-lg-4,
.column-bootstrap-wraped .col-lg-5,
.column-bootstrap-wraped .col-lg-6,
.column-bootstrap-wraped .col-lg-7,
.column-bootstrap-wraped .col-lg-8,
.column-bootstrap-wraped .col-lg-9,
.column-bootstrap-wraped .col-lg-auto,
.column-bootstrap-wraped .col-md,
.column-bootstrap-wraped .col-md-1,
.column-bootstrap-wraped .col-md-10,
.column-bootstrap-wraped .col-md-11,
.column-bootstrap-wraped .col-md-12,
.column-bootstrap-wraped .col-md-2,
.column-bootstrap-wraped .col-md-3,
.column-bootstrap-wraped .col-md-4,
.column-bootstrap-wraped .col-md-5,
.column-bootstrap-wraped .col-md-6,
.column-bootstrap-wraped .col-md-7,
.column-bootstrap-wraped .col-md-8,
.column-bootstrap-wraped .col-md-9,
.column-bootstrap-wraped .col-md-auto,
.column-bootstrap-wraped .col-sm,
.column-bootstrap-wraped .col-sm-1,
.column-bootstrap-wraped .col-sm-10,
.column-bootstrap-wraped .col-sm-11,
.column-bootstrap-wraped .col-sm-12,
.column-bootstrap-wraped .col-sm-2,
.column-bootstrap-wraped .col-sm-3,
.column-bootstrap-wraped .col-sm-4,
.column-bootstrap-wraped .col-sm-5,
.column-bootstrap-wraped .col-sm-6,
.column-bootstrap-wraped .col-sm-7,
.column-bootstrap-wraped .col-sm-8,
.column-bootstrap-wraped .col-sm-9,
.column-bootstrap-wraped .col-sm-auto,
.column-bootstrap-wraped .col-xl,
.column-bootstrap-wraped .col-xl-1,
.column-bootstrap-wraped .col-xl-10,
.column-bootstrap-wraped .col-xl-11,
.column-bootstrap-wraped .col-xl-12,
.column-bootstrap-wraped .col-xl-2,
.column-bootstrap-wraped .col-xl-3,
.column-bootstrap-wraped .col-xl-4,
.column-bootstrap-wraped .col-xl-5,
.column-bootstrap-wraped .col-xl-6,
.column-bootstrap-wraped .col-xl-7,
.column-bootstrap-wraped .col-xl-8,
.column-bootstrap-wraped .col-xl-9,
.column-bootstrap-wraped .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
.column-bootstrap-wraped .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }
.column-bootstrap-wraped .row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
.column-bootstrap-wraped .row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
.column-bootstrap-wraped .row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
.column-bootstrap-wraped .row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
.column-bootstrap-wraped .row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
.column-bootstrap-wraped .row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }
.column-bootstrap-wraped .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.column-bootstrap-wraped .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }
.column-bootstrap-wraped .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }
.column-bootstrap-wraped .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
.column-bootstrap-wraped .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
.column-bootstrap-wraped .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }
.column-bootstrap-wraped .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
.column-bootstrap-wraped .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }
.column-bootstrap-wraped .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }
.column-bootstrap-wraped .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }
.column-bootstrap-wraped .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }
.column-bootstrap-wraped .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }
.column-bootstrap-wraped .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
.column-bootstrap-wraped .order-first {
  -ms-flex-order: -1;
  order: -1; }
.column-bootstrap-wraped .order-last {
  -ms-flex-order: 13;
  order: 13; }
.column-bootstrap-wraped .order-0 {
  -ms-flex-order: 0;
  order: 0; }
.column-bootstrap-wraped .order-1 {
  -ms-flex-order: 1;
  order: 1; }
.column-bootstrap-wraped .order-2 {
  -ms-flex-order: 2;
  order: 2; }
.column-bootstrap-wraped .order-3 {
  -ms-flex-order: 3;
  order: 3; }
.column-bootstrap-wraped .order-4 {
  -ms-flex-order: 4;
  order: 4; }
.column-bootstrap-wraped .order-5 {
  -ms-flex-order: 5;
  order: 5; }
.column-bootstrap-wraped .order-6 {
  -ms-flex-order: 6;
  order: 6; }
.column-bootstrap-wraped .order-7 {
  -ms-flex-order: 7;
  order: 7; }
.column-bootstrap-wraped .order-8 {
  -ms-flex-order: 8;
  order: 8; }
.column-bootstrap-wraped .order-9 {
  -ms-flex-order: 9;
  order: 9; }
.column-bootstrap-wraped .order-10 {
  -ms-flex-order: 10;
  order: 10; }
.column-bootstrap-wraped .order-11 {
  -ms-flex-order: 11;
  order: 11; }
.column-bootstrap-wraped .order-12 {
  -ms-flex-order: 12;
  order: 12; }
.column-bootstrap-wraped .offset-1 {
  margin-left: 8.333333%; }
.column-bootstrap-wraped .offset-2 {
  margin-left: 16.666667%; }
.column-bootstrap-wraped .offset-3 {
  margin-left: 25%; }
.column-bootstrap-wraped .offset-4 {
  margin-left: 33.333333%; }
.column-bootstrap-wraped .offset-5 {
  margin-left: 41.666667%; }
.column-bootstrap-wraped .offset-6 {
  margin-left: 50%; }
.column-bootstrap-wraped .offset-7 {
  margin-left: 58.333333%; }
.column-bootstrap-wraped .offset-8 {
  margin-left: 66.666667%; }
.column-bootstrap-wraped .offset-9 {
  margin-left: 75%; }
.column-bootstrap-wraped .offset-10 {
  margin-left: 83.333333%; }
.column-bootstrap-wraped .offset-11 {
  margin-left: 91.666667%; }
@media (min-width: 576px) {
  .column-bootstrap-wraped .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .column-bootstrap-wraped .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .column-bootstrap-wraped .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .column-bootstrap-wraped .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .column-bootstrap-wraped .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .column-bootstrap-wraped .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .column-bootstrap-wraped .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .column-bootstrap-wraped .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .column-bootstrap-wraped .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .column-bootstrap-wraped .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .column-bootstrap-wraped .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .column-bootstrap-wraped .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .column-bootstrap-wraped .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .column-bootstrap-wraped .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .column-bootstrap-wraped .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .column-bootstrap-wraped .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .column-bootstrap-wraped .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .column-bootstrap-wraped .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .column-bootstrap-wraped .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .column-bootstrap-wraped .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .column-bootstrap-wraped .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .column-bootstrap-wraped .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .column-bootstrap-wraped .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .column-bootstrap-wraped .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .column-bootstrap-wraped .offset-sm-0 {
    margin-left: 0; }
  .column-bootstrap-wraped .offset-sm-1 {
    margin-left: 8.333333%; }
  .column-bootstrap-wraped .offset-sm-2 {
    margin-left: 16.666667%; }
  .column-bootstrap-wraped .offset-sm-3 {
    margin-left: 25%; }
  .column-bootstrap-wraped .offset-sm-4 {
    margin-left: 33.333333%; }
  .column-bootstrap-wraped .offset-sm-5 {
    margin-left: 41.666667%; }
  .column-bootstrap-wraped .offset-sm-6 {
    margin-left: 50%; }
  .column-bootstrap-wraped .offset-sm-7 {
    margin-left: 58.333333%; }
  .column-bootstrap-wraped .offset-sm-8 {
    margin-left: 66.666667%; }
  .column-bootstrap-wraped .offset-sm-9 {
    margin-left: 75%; }
  .column-bootstrap-wraped .offset-sm-10 {
    margin-left: 83.333333%; }
  .column-bootstrap-wraped .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .column-bootstrap-wraped .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .column-bootstrap-wraped .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .column-bootstrap-wraped .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .column-bootstrap-wraped .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .column-bootstrap-wraped .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .column-bootstrap-wraped .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .column-bootstrap-wraped .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .column-bootstrap-wraped .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .column-bootstrap-wraped .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .column-bootstrap-wraped .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .column-bootstrap-wraped .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .column-bootstrap-wraped .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .column-bootstrap-wraped .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .column-bootstrap-wraped .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .column-bootstrap-wraped .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .column-bootstrap-wraped .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .column-bootstrap-wraped .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .column-bootstrap-wraped .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .column-bootstrap-wraped .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .column-bootstrap-wraped .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .column-bootstrap-wraped .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .column-bootstrap-wraped .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .column-bootstrap-wraped .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .column-bootstrap-wraped .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .column-bootstrap-wraped .offset-md-0 {
    margin-left: 0; }
  .column-bootstrap-wraped .offset-md-1 {
    margin-left: 8.333333%; }
  .column-bootstrap-wraped .offset-md-2 {
    margin-left: 16.666667%; }
  .column-bootstrap-wraped .offset-md-3 {
    margin-left: 25%; }
  .column-bootstrap-wraped .offset-md-4 {
    margin-left: 33.333333%; }
  .column-bootstrap-wraped .offset-md-5 {
    margin-left: 41.666667%; }
  .column-bootstrap-wraped .offset-md-6 {
    margin-left: 50%; }
  .column-bootstrap-wraped .offset-md-7 {
    margin-left: 58.333333%; }
  .column-bootstrap-wraped .offset-md-8 {
    margin-left: 66.666667%; }
  .column-bootstrap-wraped .offset-md-9 {
    margin-left: 75%; }
  .column-bootstrap-wraped .offset-md-10 {
    margin-left: 83.333333%; }
  .column-bootstrap-wraped .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .column-bootstrap-wraped .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .column-bootstrap-wraped .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .column-bootstrap-wraped .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .column-bootstrap-wraped .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .column-bootstrap-wraped .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .column-bootstrap-wraped .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .column-bootstrap-wraped .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .column-bootstrap-wraped .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .column-bootstrap-wraped .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .column-bootstrap-wraped .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .column-bootstrap-wraped .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .column-bootstrap-wraped .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .column-bootstrap-wraped .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .column-bootstrap-wraped .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .column-bootstrap-wraped .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .column-bootstrap-wraped .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .column-bootstrap-wraped .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .column-bootstrap-wraped .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .column-bootstrap-wraped .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .column-bootstrap-wraped .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .column-bootstrap-wraped .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .column-bootstrap-wraped .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .column-bootstrap-wraped .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .column-bootstrap-wraped .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .column-bootstrap-wraped .offset-lg-0 {
    margin-left: 0; }
  .column-bootstrap-wraped .offset-lg-1 {
    margin-left: 8.333333%; }
  .column-bootstrap-wraped .offset-lg-2 {
    margin-left: 16.666667%; }
  .column-bootstrap-wraped .offset-lg-3 {
    margin-left: 25%; }
  .column-bootstrap-wraped .offset-lg-4 {
    margin-left: 33.333333%; }
  .column-bootstrap-wraped .offset-lg-5 {
    margin-left: 41.666667%; }
  .column-bootstrap-wraped .offset-lg-6 {
    margin-left: 50%; }
  .column-bootstrap-wraped .offset-lg-7 {
    margin-left: 58.333333%; }
  .column-bootstrap-wraped .offset-lg-8 {
    margin-left: 66.666667%; }
  .column-bootstrap-wraped .offset-lg-9 {
    margin-left: 75%; }
  .column-bootstrap-wraped .offset-lg-10 {
    margin-left: 83.333333%; }
  .column-bootstrap-wraped .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .column-bootstrap-wraped .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .column-bootstrap-wraped .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .column-bootstrap-wraped .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .column-bootstrap-wraped .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .column-bootstrap-wraped .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .column-bootstrap-wraped .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .column-bootstrap-wraped .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .column-bootstrap-wraped .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .column-bootstrap-wraped .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .column-bootstrap-wraped .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .column-bootstrap-wraped .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .column-bootstrap-wraped .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .column-bootstrap-wraped .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .column-bootstrap-wraped .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .column-bootstrap-wraped .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .column-bootstrap-wraped .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .column-bootstrap-wraped .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .column-bootstrap-wraped .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .column-bootstrap-wraped .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .column-bootstrap-wraped .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .column-bootstrap-wraped .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .column-bootstrap-wraped .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .column-bootstrap-wraped .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .column-bootstrap-wraped .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .column-bootstrap-wraped .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .column-bootstrap-wraped .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .column-bootstrap-wraped .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .column-bootstrap-wraped .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .column-bootstrap-wraped .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .column-bootstrap-wraped .offset-xl-0 {
    margin-left: 0; }
  .column-bootstrap-wraped .offset-xl-1 {
    margin-left: 8.333333%; }
  .column-bootstrap-wraped .offset-xl-2 {
    margin-left: 16.666667%; }
  .column-bootstrap-wraped .offset-xl-3 {
    margin-left: 25%; }
  .column-bootstrap-wraped .offset-xl-4 {
    margin-left: 33.333333%; }
  .column-bootstrap-wraped .offset-xl-5 {
    margin-left: 41.666667%; }
  .column-bootstrap-wraped .offset-xl-6 {
    margin-left: 50%; }
  .column-bootstrap-wraped .offset-xl-7 {
    margin-left: 58.333333%; }
  .column-bootstrap-wraped .offset-xl-8 {
    margin-left: 66.666667%; }
  .column-bootstrap-wraped .offset-xl-9 {
    margin-left: 75%; }
  .column-bootstrap-wraped .offset-xl-10 {
    margin-left: 83.333333%; }
  .column-bootstrap-wraped .offset-xl-11 {
    margin-left: 91.666667%; } }

/* ALIGNMENT */
.alignment-bootstrap-wraped .clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.alignment-bootstrap-wraped .d-none {
  display: none !important; }
.alignment-bootstrap-wraped .d-inline {
  display: inline !important; }
.alignment-bootstrap-wraped .d-inline-block {
  display: inline-block !important; }
.alignment-bootstrap-wraped .d-block {
  display: block !important; }
.alignment-bootstrap-wraped .d-table {
  display: table !important; }
.alignment-bootstrap-wraped .d-table-row {
  display: table-row !important; }
.alignment-bootstrap-wraped .d-table-cell {
  display: table-cell !important; }
.alignment-bootstrap-wraped .d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }
.alignment-bootstrap-wraped .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }
@media (min-width: 576px) {
  .alignment-bootstrap-wraped .d-sm-none {
    display: none !important; }
  .alignment-bootstrap-wraped .d-sm-inline {
    display: inline !important; }
  .alignment-bootstrap-wraped .d-sm-inline-block {
    display: inline-block !important; }
  .alignment-bootstrap-wraped .d-sm-block {
    display: block !important; }
  .alignment-bootstrap-wraped .d-sm-table {
    display: table !important; }
  .alignment-bootstrap-wraped .d-sm-table-row {
    display: table-row !important; }
  .alignment-bootstrap-wraped .d-sm-table-cell {
    display: table-cell !important; }
  .alignment-bootstrap-wraped .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .alignment-bootstrap-wraped .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .alignment-bootstrap-wraped .d-md-none {
    display: none !important; }
  .alignment-bootstrap-wraped .d-md-inline {
    display: inline !important; }
  .alignment-bootstrap-wraped .d-md-inline-block {
    display: inline-block !important; }
  .alignment-bootstrap-wraped .d-md-block {
    display: block !important; }
  .alignment-bootstrap-wraped .d-md-table {
    display: table !important; }
  .alignment-bootstrap-wraped .d-md-table-row {
    display: table-row !important; }
  .alignment-bootstrap-wraped .d-md-table-cell {
    display: table-cell !important; }
  .alignment-bootstrap-wraped .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .alignment-bootstrap-wraped .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .alignment-bootstrap-wraped .d-lg-none {
    display: none !important; }
  .alignment-bootstrap-wraped .d-lg-inline {
    display: inline !important; }
  .alignment-bootstrap-wraped .d-lg-inline-block {
    display: inline-block !important; }
  .alignment-bootstrap-wraped .d-lg-block {
    display: block !important; }
  .alignment-bootstrap-wraped .d-lg-table {
    display: table !important; }
  .alignment-bootstrap-wraped .d-lg-table-row {
    display: table-row !important; }
  .alignment-bootstrap-wraped .d-lg-table-cell {
    display: table-cell !important; }
  .alignment-bootstrap-wraped .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .alignment-bootstrap-wraped .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .alignment-bootstrap-wraped .d-xl-none {
    display: none !important; }
  .alignment-bootstrap-wraped .d-xl-inline {
    display: inline !important; }
  .alignment-bootstrap-wraped .d-xl-inline-block {
    display: inline-block !important; }
  .alignment-bootstrap-wraped .d-xl-block {
    display: block !important; }
  .alignment-bootstrap-wraped .d-xl-table {
    display: table !important; }
  .alignment-bootstrap-wraped .d-xl-table-row {
    display: table-row !important; }
  .alignment-bootstrap-wraped .d-xl-table-cell {
    display: table-cell !important; }
  .alignment-bootstrap-wraped .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .alignment-bootstrap-wraped .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .alignment-bootstrap-wraped .d-print-none {
    display: none !important; }
  .alignment-bootstrap-wraped .d-print-inline {
    display: inline !important; }
  .alignment-bootstrap-wraped .d-print-inline-block {
    display: inline-block !important; }
  .alignment-bootstrap-wraped .d-print-block {
    display: block !important; }
  .alignment-bootstrap-wraped .d-print-table {
    display: table !important; }
  .alignment-bootstrap-wraped .d-print-table-row {
    display: table-row !important; }
  .alignment-bootstrap-wraped .d-print-table-cell {
    display: table-cell !important; }
  .alignment-bootstrap-wraped .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .alignment-bootstrap-wraped .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.alignment-bootstrap-wraped .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.alignment-bootstrap-wraped .embed-responsive::before {
  display: block;
  content: ""; }
.alignment-bootstrap-wraped .embed-responsive .embed-responsive-item,
.alignment-bootstrap-wraped .embed-responsive embed,
.alignment-bootstrap-wraped .embed-responsive iframe,
.alignment-bootstrap-wraped .embed-responsive object,
.alignment-bootstrap-wraped .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }
.alignment-bootstrap-wraped .embed-responsive-21by9::before {
  padding-top: 42.857143%; }
.alignment-bootstrap-wraped .embed-responsive-16by9::before {
  padding-top: 56.25%; }
.alignment-bootstrap-wraped .embed-responsive-4by3::before {
  padding-top: 75%; }
.alignment-bootstrap-wraped .embed-responsive-1by1::before {
  padding-top: 100%; }
.alignment-bootstrap-wraped .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }
.alignment-bootstrap-wraped .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }
.alignment-bootstrap-wraped .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }
.alignment-bootstrap-wraped .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }
.alignment-bootstrap-wraped .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }
.alignment-bootstrap-wraped .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }
.alignment-bootstrap-wraped .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }
.alignment-bootstrap-wraped .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }
.alignment-bootstrap-wraped .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }
.alignment-bootstrap-wraped .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }
.alignment-bootstrap-wraped .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }
.alignment-bootstrap-wraped .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }
.alignment-bootstrap-wraped .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }
.alignment-bootstrap-wraped .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }
.alignment-bootstrap-wraped .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }
.alignment-bootstrap-wraped .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }
.alignment-bootstrap-wraped .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }
.alignment-bootstrap-wraped .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }
.alignment-bootstrap-wraped .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }
.alignment-bootstrap-wraped .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }
.alignment-bootstrap-wraped .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }
.alignment-bootstrap-wraped .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
.alignment-bootstrap-wraped .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }
.alignment-bootstrap-wraped .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }
.alignment-bootstrap-wraped .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }
.alignment-bootstrap-wraped .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }
.alignment-bootstrap-wraped .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }
.alignment-bootstrap-wraped .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }
.alignment-bootstrap-wraped .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }
.alignment-bootstrap-wraped .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }
.alignment-bootstrap-wraped .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }
.alignment-bootstrap-wraped .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }
.alignment-bootstrap-wraped .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }
.alignment-bootstrap-wraped .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }
@media (min-width: 576px) {
  .alignment-bootstrap-wraped .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .alignment-bootstrap-wraped .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .alignment-bootstrap-wraped .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .alignment-bootstrap-wraped .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .alignment-bootstrap-wraped .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .alignment-bootstrap-wraped .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .alignment-bootstrap-wraped .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .alignment-bootstrap-wraped .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .alignment-bootstrap-wraped .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .alignment-bootstrap-wraped .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .alignment-bootstrap-wraped .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .alignment-bootstrap-wraped .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .alignment-bootstrap-wraped .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .alignment-bootstrap-wraped .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .alignment-bootstrap-wraped .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .alignment-bootstrap-wraped .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .alignment-bootstrap-wraped .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .alignment-bootstrap-wraped .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .alignment-bootstrap-wraped .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .alignment-bootstrap-wraped .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .alignment-bootstrap-wraped .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .alignment-bootstrap-wraped .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .alignment-bootstrap-wraped .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .alignment-bootstrap-wraped .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .alignment-bootstrap-wraped .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .alignment-bootstrap-wraped .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .alignment-bootstrap-wraped .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .alignment-bootstrap-wraped .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .alignment-bootstrap-wraped .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .alignment-bootstrap-wraped .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .alignment-bootstrap-wraped .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .alignment-bootstrap-wraped .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .alignment-bootstrap-wraped .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .alignment-bootstrap-wraped .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .alignment-bootstrap-wraped .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .alignment-bootstrap-wraped .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .alignment-bootstrap-wraped .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .alignment-bootstrap-wraped .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .alignment-bootstrap-wraped .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .alignment-bootstrap-wraped .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .alignment-bootstrap-wraped .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .alignment-bootstrap-wraped .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .alignment-bootstrap-wraped .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .alignment-bootstrap-wraped .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .alignment-bootstrap-wraped .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .alignment-bootstrap-wraped .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .alignment-bootstrap-wraped .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .alignment-bootstrap-wraped .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .alignment-bootstrap-wraped .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .alignment-bootstrap-wraped .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .alignment-bootstrap-wraped .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .alignment-bootstrap-wraped .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .alignment-bootstrap-wraped .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .alignment-bootstrap-wraped .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .alignment-bootstrap-wraped .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .alignment-bootstrap-wraped .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .alignment-bootstrap-wraped .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .alignment-bootstrap-wraped .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .alignment-bootstrap-wraped .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .alignment-bootstrap-wraped .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .alignment-bootstrap-wraped .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .alignment-bootstrap-wraped .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .alignment-bootstrap-wraped .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .alignment-bootstrap-wraped .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .alignment-bootstrap-wraped .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .alignment-bootstrap-wraped .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .alignment-bootstrap-wraped .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .alignment-bootstrap-wraped .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .alignment-bootstrap-wraped .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .alignment-bootstrap-wraped .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .alignment-bootstrap-wraped .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .alignment-bootstrap-wraped .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .alignment-bootstrap-wraped .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .alignment-bootstrap-wraped .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .alignment-bootstrap-wraped .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .alignment-bootstrap-wraped .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .alignment-bootstrap-wraped .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .alignment-bootstrap-wraped .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .alignment-bootstrap-wraped .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .alignment-bootstrap-wraped .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .alignment-bootstrap-wraped .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .alignment-bootstrap-wraped .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .alignment-bootstrap-wraped .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .alignment-bootstrap-wraped .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .alignment-bootstrap-wraped .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .alignment-bootstrap-wraped .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .alignment-bootstrap-wraped .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .alignment-bootstrap-wraped .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .alignment-bootstrap-wraped .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .alignment-bootstrap-wraped .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .alignment-bootstrap-wraped .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .alignment-bootstrap-wraped .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .alignment-bootstrap-wraped .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .alignment-bootstrap-wraped .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .alignment-bootstrap-wraped .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .alignment-bootstrap-wraped .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .alignment-bootstrap-wraped .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .alignment-bootstrap-wraped .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .alignment-bootstrap-wraped .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .alignment-bootstrap-wraped .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .alignment-bootstrap-wraped .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .alignment-bootstrap-wraped .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .alignment-bootstrap-wraped .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .alignment-bootstrap-wraped .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .alignment-bootstrap-wraped .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .alignment-bootstrap-wraped .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .alignment-bootstrap-wraped .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .alignment-bootstrap-wraped .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .alignment-bootstrap-wraped .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .alignment-bootstrap-wraped .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .alignment-bootstrap-wraped .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .alignment-bootstrap-wraped .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .alignment-bootstrap-wraped .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .alignment-bootstrap-wraped .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .alignment-bootstrap-wraped .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .alignment-bootstrap-wraped .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .alignment-bootstrap-wraped .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .alignment-bootstrap-wraped .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .alignment-bootstrap-wraped .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .alignment-bootstrap-wraped .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .alignment-bootstrap-wraped .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .alignment-bootstrap-wraped .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .alignment-bootstrap-wraped .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .alignment-bootstrap-wraped .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .alignment-bootstrap-wraped .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .alignment-bootstrap-wraped .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .alignment-bootstrap-wraped .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .alignment-bootstrap-wraped .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .alignment-bootstrap-wraped .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .alignment-bootstrap-wraped .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .alignment-bootstrap-wraped .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .alignment-bootstrap-wraped .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .alignment-bootstrap-wraped .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .alignment-bootstrap-wraped .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .alignment-bootstrap-wraped .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .alignment-bootstrap-wraped .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.alignment-bootstrap-wraped .float-left {
  float: left !important; }
.alignment-bootstrap-wraped .float-right {
  float: right !important; }
.alignment-bootstrap-wraped .float-none {
  float: none !important; }
@media (min-width: 576px) {
  .alignment-bootstrap-wraped .float-sm-left {
    float: left !important; }
  .alignment-bootstrap-wraped .float-sm-right {
    float: right !important; }
  .alignment-bootstrap-wraped .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .alignment-bootstrap-wraped .float-md-left {
    float: left !important; }
  .alignment-bootstrap-wraped .float-md-right {
    float: right !important; }
  .alignment-bootstrap-wraped .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .alignment-bootstrap-wraped .float-lg-left {
    float: left !important; }
  .alignment-bootstrap-wraped .float-lg-right {
    float: right !important; }
  .alignment-bootstrap-wraped .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .alignment-bootstrap-wraped .float-xl-left {
    float: left !important; }
  .alignment-bootstrap-wraped .float-xl-right {
    float: right !important; }
  .alignment-bootstrap-wraped .float-xl-none {
    float: none !important; } }

/* FORMS */
.form-bootstrap-wraped label {
  display: inline-block;
  margin-bottom: 0.5rem; }
.form-bootstrap-wraped button,
.form-bootstrap-wraped input,
.form-bootstrap-wraped optgroup,
.form-bootstrap-wraped select,
.form-bootstrap-wraped textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.form-bootstrap-wraped button,
.form-bootstrap-wraped input {
  overflow: visible; }
.form-bootstrap-wraped button,
.form-bootstrap-wraped select {
  text-transform: none; }
.form-bootstrap-wraped [role=button] {
  cursor: pointer; }
.form-bootstrap-wraped select {
  word-wrap: normal; }
.form-bootstrap-wraped [type=button],
.form-bootstrap-wraped [type=reset],
.form-bootstrap-wraped [type=submit],
.form-bootstrap-wraped button {
  -webkit-appearance: button; }
.form-bootstrap-wraped [type=button]:not(:disabled),
.form-bootstrap-wraped [type=reset]:not(:disabled),
.form-bootstrap-wraped [type=submit]:not(:disabled),
.form-bootstrap-wraped button:not(:disabled) {
  cursor: pointer; }
.form-bootstrap-wraped [type=button]::-moz-focus-inner,
.form-bootstrap-wraped [type=reset]::-moz-focus-inner,
.form-bootstrap-wraped [type=submit]::-moz-focus-inner,
.form-bootstrap-wraped button::-moz-focus-inner {
  padding: 0;
  border-style: none; }
.form-bootstrap-wraped input[type=checkbox],
.form-bootstrap-wraped input[type=radio] {
  box-sizing: border-box;
  padding: 0; }
.form-bootstrap-wraped textarea {
  overflow: auto;
  resize: vertical; }
.form-bootstrap-wraped fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
.form-bootstrap-wraped .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .form-bootstrap-wraped .form-control {
    transition: none; } }
.form-bootstrap-wraped .form-control::-ms-expand {
  background-color: transparent;
  border: 0; }
.form-bootstrap-wraped .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }
.form-bootstrap-wraped .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-bootstrap-wraped .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }
.form-bootstrap-wraped .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }
.form-bootstrap-wraped .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }
.form-bootstrap-wraped .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }
.form-bootstrap-wraped .form-control::placeholder {
  color: #6c757d;
  opacity: 1; }
.form-bootstrap-wraped .form-control:disabled,
.form-bootstrap-wraped .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }
.form-bootstrap-wraped input[type=date].form-control,
.form-bootstrap-wraped input[type=datetime-local].form-control,
.form-bootstrap-wraped input[type=month].form-control,
.form-bootstrap-wraped input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.form-bootstrap-wraped select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
.form-bootstrap-wraped .form-control-file,
.form-bootstrap-wraped .form-control-range {
  display: block;
  width: 100%; }
.form-bootstrap-wraped .col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }
.form-bootstrap-wraped .col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }
.form-bootstrap-wraped .col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }
.form-bootstrap-wraped .form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
.form-bootstrap-wraped .form-control-plaintext.form-control-lg,
.form-bootstrap-wraped .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }
.form-bootstrap-wraped .form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.form-bootstrap-wraped .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.form-bootstrap-wraped select.form-control[multiple],
.form-bootstrap-wraped select.form-control[size] {
  height: auto; }
.form-bootstrap-wraped textarea.form-control {
  height: auto; }
.form-bootstrap-wraped .form-group {
  margin-bottom: 1rem; }
.form-bootstrap-wraped .form-text {
  display: block;
  margin-top: 0.25rem; }
.form-bootstrap-wraped .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.form-bootstrap-wraped .form-row > .col,
.form-bootstrap-wraped .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }
.form-bootstrap-wraped .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }
.form-bootstrap-wraped .form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }
.form-bootstrap-wraped .form-check-input:disabled ~ .form-check-label,
.form-bootstrap-wraped .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d; }
.form-bootstrap-wraped .form-check-label {
  margin-bottom: 0; }
.form-bootstrap-wraped .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
.form-bootstrap-wraped .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }
.form-bootstrap-wraped .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }
.form-bootstrap-wraped .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
.form-bootstrap-wraped .is-valid ~ .valid-feedback,
.form-bootstrap-wraped .is-valid ~ .valid-tooltip,
.form-bootstrap-wraped .was-validated :valid ~ .valid-feedback,
.form-bootstrap-wraped .was-validated :valid ~ .valid-tooltip {
  display: block; }
.form-bootstrap-wraped .form-control.is-valid,
.form-bootstrap-wraped .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
.form-bootstrap-wraped .form-control.is-valid:focus,
.form-bootstrap-wraped .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.form-bootstrap-wraped .was-validated textarea.form-control:valid,
.form-bootstrap-wraped textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
.form-bootstrap-wraped .custom-select.is-valid,
.form-bootstrap-wraped .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }
.form-bootstrap-wraped .custom-select.is-valid:focus,
.form-bootstrap-wraped .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.form-bootstrap-wraped .form-check-input.is-valid ~ .form-check-label,
.form-bootstrap-wraped .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }
.form-bootstrap-wraped .form-check-input.is-valid ~ .valid-feedback,
.form-bootstrap-wraped .form-check-input.is-valid ~ .valid-tooltip,
.form-bootstrap-wraped .was-validated .form-check-input:valid ~ .valid-feedback,
.form-bootstrap-wraped .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }
.form-bootstrap-wraped .custom-control-input.is-valid ~ .custom-control-label,
.form-bootstrap-wraped .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }
.form-bootstrap-wraped .custom-control-input.is-valid ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745; }
.form-bootstrap-wraped .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.form-bootstrap-wraped .custom-control-input.is-valid:focus ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.form-bootstrap-wraped .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }
.form-bootstrap-wraped .custom-file-input.is-valid ~ .custom-file-label,
.form-bootstrap-wraped .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }
.form-bootstrap-wraped .custom-file-input.is-valid:focus ~ .custom-file-label,
.form-bootstrap-wraped .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.form-bootstrap-wraped .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }
.form-bootstrap-wraped .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
.form-bootstrap-wraped .is-invalid ~ .invalid-feedback,
.form-bootstrap-wraped .is-invalid ~ .invalid-tooltip,
.form-bootstrap-wraped .was-validated :invalid ~ .invalid-feedback,
.form-bootstrap-wraped .was-validated :invalid ~ .invalid-tooltip {
  display: block; }
.form-bootstrap-wraped .form-control.is-invalid,
.form-bootstrap-wraped .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
.form-bootstrap-wraped .form-control.is-invalid:focus,
.form-bootstrap-wraped .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-bootstrap-wraped .was-validated textarea.form-control:invalid,
.form-bootstrap-wraped textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
.form-bootstrap-wraped .custom-select.is-invalid,
.form-bootstrap-wraped .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }
.form-bootstrap-wraped .custom-select.is-invalid:focus,
.form-bootstrap-wraped .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-bootstrap-wraped .form-check-input.is-invalid ~ .form-check-label,
.form-bootstrap-wraped .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }
.form-bootstrap-wraped .form-check-input.is-invalid ~ .invalid-feedback,
.form-bootstrap-wraped .form-check-input.is-invalid ~ .invalid-tooltip,
.form-bootstrap-wraped .was-validated .form-check-input:invalid ~ .invalid-feedback,
.form-bootstrap-wraped .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }
.form-bootstrap-wraped .custom-control-input.is-invalid ~ .custom-control-label,
.form-bootstrap-wraped .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }
.form-bootstrap-wraped .custom-control-input.is-invalid ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545; }
.form-bootstrap-wraped .custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.form-bootstrap-wraped .custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-bootstrap-wraped .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.form-bootstrap-wraped .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }
.form-bootstrap-wraped .custom-file-input.is-invalid ~ .custom-file-label,
.form-bootstrap-wraped .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }
.form-bootstrap-wraped .custom-file-input.is-invalid:focus ~ .custom-file-label,
.form-bootstrap-wraped .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-bootstrap-wraped .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }
.form-bootstrap-wraped .form-inline .form-check {
  width: 100%; }
@media (min-width: 576px) {
  .form-bootstrap-wraped .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-bootstrap-wraped .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-bootstrap-wraped .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-bootstrap-wraped .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-bootstrap-wraped .form-inline .custom-select,
  .form-bootstrap-wraped .form-inline .input-group {
    width: auto; }
  .form-bootstrap-wraped .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-bootstrap-wraped .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  .form-bootstrap-wraped .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-bootstrap-wraped .form-inline .custom-control-label {
    margin-bottom: 0; } }

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

/* ALERT */
.alert-bootstrap-wraped .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.alert-bootstrap-wraped .alert-heading {
  color: inherit; }
.alert-bootstrap-wraped .alert-link {
  font-weight: 700; }
.alert-bootstrap-wraped .alert-dismissible {
  padding-right: 4rem; }
.alert-bootstrap-wraped .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }
.alert-bootstrap-wraped .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
.alert-bootstrap-wraped .alert-primary hr {
  border-top-color: #9fcdff; }
.alert-bootstrap-wraped .alert-primary .alert-link {
  color: #002752; }
.alert-bootstrap-wraped .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
.alert-bootstrap-wraped .alert-secondary hr {
  border-top-color: #c8cbcf; }
.alert-bootstrap-wraped .alert-secondary .alert-link {
  color: #202326; }
.alert-bootstrap-wraped .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.alert-bootstrap-wraped .alert-success hr {
  border-top-color: #b1dfbb; }
.alert-bootstrap-wraped .alert-success .alert-link {
  color: #0b2e13; }
.alert-bootstrap-wraped .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
.alert-bootstrap-wraped .alert-info hr {
  border-top-color: #abdde5; }
.alert-bootstrap-wraped .alert-info .alert-link {
  color: #062c33; }
.alert-bootstrap-wraped .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.alert-bootstrap-wraped .alert-warning hr {
  border-top-color: #ffe8a1; }
.alert-bootstrap-wraped .alert-warning .alert-link {
  color: #533f03; }
.alert-bootstrap-wraped .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.alert-bootstrap-wraped .alert-danger hr {
  border-top-color: #f1b0b7; }
.alert-bootstrap-wraped .alert-danger .alert-link {
  color: #491217; }
.alert-bootstrap-wraped .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.alert-bootstrap-wraped .alert-light hr {
  border-top-color: #ececf6; }
.alert-bootstrap-wraped .alert-light .alert-link {
  color: #686868; }
.alert-bootstrap-wraped .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.alert-bootstrap-wraped .alert-dark hr {
  border-top-color: #b9bbbe; }
.alert-bootstrap-wraped .alert-dark .alert-link {
  color: #040505; }

.tooltip-bootstrap-wraped .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
.tooltip-bootstrap-wraped .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9; }
.tooltip-bootstrap-wraped .tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }
.tooltip-bootstrap-wraped .tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }
.tooltip-bootstrap-wraped .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }
.tooltip-bootstrap-wraped .tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }
.tooltip-bootstrap-wraped .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }
.tooltip-bootstrap-wraped .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }
.tooltip-bootstrap-wraped .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }
.tooltip-bootstrap-wraped .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }
.tooltip-bootstrap-wraped .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }
.tooltip-bootstrap-wraped .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }
.tooltip-bootstrap-wraped .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }
.tooltip-bootstrap-wraped .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }
.tooltip-bootstrap-wraped .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px; }
.tooltip-bootstrap-wraped .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/*# sourceMappingURL=bootstrap-wraped.css.map */
