
.rtm-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .rtm-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .rtm-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .rtm-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .rtm-container {
    max-width: 1140px;
  }
}

.rtm-container-fluid, .rtm-container-sm, .rtm-container-md, .rtm-container-lg, .rtm-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .rtm-container, .rtm-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .rtm-container, .rtm-container-sm, .rtm-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .rtm-container, .rtm-container-sm, .rtm-container-md, .rtm-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .rtm-container, .rtm-container-sm, .rtm-container-md, .rtm-container-lg, .rtm-container-xl {
    max-width: 1140px;
  }
}

.rtm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .rtm-col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.rtm-col-1, .rtm-col-2, .rtm-col-3, .rtm-col-4, .rtm-col-5, .rtm-col-6, .rtm-col-7, .rtm-col-8, .rtm-col-9, .rtm-col-10, .rtm-col-11, .rtm-col-12, .rtm-col,
.rtm-col-auto, .rtm-col-sm-1, .rtm-col-sm-2, .rtm-col-sm-3, .rtm-col-sm-4, .rtm-col-sm-5, .rtm-col-sm-6, .rtm-col-sm-7, .rtm-col-sm-8, .rtm-col-sm-9, .rtm-col-sm-10, .rtm-col-sm-11, .rtm-col-sm-12, .rtm-col-sm,
.rtm-col-sm-auto, .rtm-col-md-1, .rtm-col-md-2, .rtm-col-md-3, .rtm-col-md-4, .rtm-col-md-5, .rtm-col-md-6, .rtm-col-md-7, .rtm-col-md-8, .rtm-col-md-9, .rtm-col-md-10, .rtm-col-md-11, .rtm-col-md-12, .rtm-col-md,
.rtm-col-md-auto, .rtm-col-lg-1, .rtm-col-lg-2, .rtm-col-lg-3, .rtm-col-lg-4, .rtm-col-lg-5, .rtm-col-lg-6, .rtm-col-lg-7, .rtm-col-lg-8, .rtm-col-lg-9, .rtm-col-lg-10, .rtm-col-lg-11, .rtm-col-lg-12, .rtm-col-lg,
.rtm-col-lg-auto, .rtm-col-xl-1, .rtm-col-xl-2, .rtm-col-xl-3, .rtm-col-xl-4, .rtm-col-xl-5, .rtm-col-xl-6, .rtm-col-xl-7, .rtm-col-xl-8, .rtm-col-xl-9, .rtm-col-xl-10, .rtm-col-xl-11, .rtm-col-xl-12, .rtm-col-xl,
.rtm-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.rtm-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.rtm-row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.rtm-row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.rtm-row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.rtm-row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.rtm-row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.rtm-row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.rtm-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.rtm-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.rtm-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.rtm-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.rtm-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.rtm-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.rtm-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.rtm-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.rtm-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.rtm-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.rtm-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.rtm-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.rtm-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.rtm-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.rtm-order-last {
  -ms-flex-order: 13;
  order: 13;
}

.rtm-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.rtm-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.rtm-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.rtm-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.rtm-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.rtm-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.rtm-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.rtm-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.rtm-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.rtm-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.rtm-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.rtm-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.rtm-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.rtm-offset-1 {
  margin-left: 8.333333%;
}

.rtm-offset-2 {
  margin-left: 16.666667%;
}

.rtm-offset-3 {
  margin-left: 25%;
}

.rtm-offset-4 {
  margin-left: 33.333333%;
}

.rtm-offset-5 {
  margin-left: 41.666667%;
}

.rtm-offset-6 {
  margin-left: 50%;
}

.rtm-offset-7 {
  margin-left: 58.333333%;
}

.rtm-offset-8 {
  margin-left: 66.666667%;
}

.rtm-offset-9 {
  margin-left: 75%;
}

.rtm-offset-10 {
  margin-left: 83.333333%;
}

.rtm-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .rtm-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .rtm-row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .rtm-row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .rtm-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rtm-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rtm-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rtm-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rtm-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rtm-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rtm-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rtm-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .rtm-order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .rtm-order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .rtm-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .rtm-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .rtm-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .rtm-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .rtm-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .rtm-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .rtm-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .rtm-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .rtm-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .rtm-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .rtm-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .rtm-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .rtm-offset-sm-0 {
    margin-left: 0;
  }
  .rtm-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .rtm-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .rtm-offset-sm-3 {
    margin-left: 25%;
  }
  .rtm-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .rtm-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .rtm-offset-sm-6 {
    margin-left: 50%;
  }
  .rtm-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .rtm-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .rtm-offset-sm-9 {
    margin-left: 75%;
  }
  .rtm-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .rtm-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .rtm-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .rtm-row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .rtm-row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .rtm-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rtm-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rtm-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rtm-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rtm-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rtm-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rtm-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rtm-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .rtm-order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .rtm-order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .rtm-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .rtm-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .rtm-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .rtm-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .rtm-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .rtm-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .rtm-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .rtm-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .rtm-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .rtm-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .rtm-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .rtm-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .rtm-offset-md-0 {
    margin-left: 0;
  }
  .rtm-offset-md-1 {
    margin-left: 8.333333%;
  }
  .rtm-offset-md-2 {
    margin-left: 16.666667%;
  }
  .rtm-offset-md-3 {
    margin-left: 25%;
  }
  .rtm-offset-md-4 {
    margin-left: 33.333333%;
  }
  .rtm-offset-md-5 {
    margin-left: 41.666667%;
  }
  .rtm-offset-md-6 {
    margin-left: 50%;
  }
  .rtm-offset-md-7 {
    margin-left: 58.333333%;
  }
  .rtm-offset-md-8 {
    margin-left: 66.666667%;
  }
  .rtm-offset-md-9 {
    margin-left: 75%;
  }
  .rtm-offset-md-10 {
    margin-left: 83.333333%;
  }
  .rtm-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .rtm-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .rtm-row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .rtm-row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .rtm-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rtm-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rtm-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rtm-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rtm-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rtm-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rtm-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rtm-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .rtm-order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .rtm-order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .rtm-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .rtm-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .rtm-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .rtm-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .rtm-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .rtm-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .rtm-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .rtm-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .rtm-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .rtm-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .rtm-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .rtm-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .rtm-offset-lg-0 {
    margin-left: 0;
  }
  .rtm-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .rtm-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .rtm-offset-lg-3 {
    margin-left: 25%;
  }
  .rtm-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .rtm-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .rtm-offset-lg-6 {
    margin-left: 50%;
  }
  .rtm-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .rtm-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .rtm-offset-lg-9 {
    margin-left: 75%;
  }
  .rtm-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .rtm-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .rtm-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .rtm-row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .rtm-row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .rtm-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rtm-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rtm-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rtm-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rtm-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rtm-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rtm-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rtm-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rtm-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rtm-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rtm-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rtm-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rtm-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .rtm-order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .rtm-order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .rtm-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .rtm-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .rtm-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .rtm-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .rtm-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .rtm-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .rtm-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .rtm-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .rtm-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .rtm-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .rtm-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .rtm-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .rtm-offset-xl-0 {
    margin-left: 0;
  }
  .rtm-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .rtm-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .rtm-offset-xl-3 {
    margin-left: 25%;
  }
  .rtm-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .rtm-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .rtm-offset-xl-6 {
    margin-left: 50%;
  }
  .rtm-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .rtm-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .rtm-offset-xl-9 {
    margin-left: 75%;
  }
  .rtm-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .rtm-offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.rtm-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-btn {
    transition: none;
  }
}

.rtm-btn:hover {
  color: #212529;
  text-decoration: none;
}

.rtm-btn:focus, .rtm-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rtm-btn.rtm-disabled, .rtm-btn:disabled {
  opacity: 0.65;
}

a.rtm-btn.rtm-disabled,
fieldset:disabled a.rtm-btn {
  pointer-events: none;
}

.rtm-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.rtm-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.rtm-btn-primary:focus, .rtm-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.rtm-btn-primary.rtm-disabled, .rtm-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.rtm-btn-primary:not(:disabled):not(.rtm-disabled):active, .rtm-btn-primary:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-primary.rtm-dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.rtm-btn-primary:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-primary:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-primary.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.rtm-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.rtm-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.rtm-btn-secondary:focus, .rtm-btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.rtm-btn-secondary.rtm-disabled, .rtm-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.rtm-btn-secondary:not(:disabled):not(.rtm-disabled):active, .rtm-btn-secondary:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-secondary.rtm-dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.rtm-btn-secondary:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-secondary:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-secondary.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.rtm-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.rtm-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.rtm-btn-success:focus, .rtm-btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.rtm-btn-success.rtm-disabled, .rtm-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.rtm-btn-success:not(:disabled):not(.rtm-disabled):active, .rtm-btn-success:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-success.rtm-dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.rtm-btn-success:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-success:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-success.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.rtm-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.rtm-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.rtm-btn-info:focus, .rtm-btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.rtm-btn-info.rtm-disabled, .rtm-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.rtm-btn-info:not(:disabled):not(.rtm-disabled):active, .rtm-btn-info:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-info.rtm-dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.rtm-btn-info:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-info:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-info.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.rtm-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.rtm-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.rtm-btn-warning:focus, .rtm-btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.rtm-btn-warning.rtm-disabled, .rtm-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.rtm-btn-warning:not(:disabled):not(.rtm-disabled):active, .rtm-btn-warning:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-warning.rtm-dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.rtm-btn-warning:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-warning:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-warning.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.rtm-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.rtm-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.rtm-btn-danger:focus, .rtm-btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.rtm-btn-danger.rtm-disabled, .rtm-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.rtm-btn-danger:not(:disabled):not(.rtm-disabled):active, .rtm-btn-danger:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-danger.rtm-dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.rtm-btn-danger:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-danger:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-danger.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.rtm-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.rtm-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.rtm-btn-light:focus, .rtm-btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.rtm-btn-light.rtm-disabled, .rtm-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.rtm-btn-light:not(:disabled):not(.rtm-disabled):active, .rtm-btn-light:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-light.rtm-dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.rtm-btn-light:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-light:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-light.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.rtm-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.rtm-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.rtm-btn-dark:focus, .rtm-btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.rtm-btn-dark.rtm-disabled, .rtm-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.rtm-btn-dark:not(:disabled):not(.rtm-disabled):active, .rtm-btn-dark:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-dark.rtm-dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.rtm-btn-dark:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-dark:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-dark.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.rtm-btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.rtm-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.rtm-btn-outline-primary:focus, .rtm-btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.rtm-btn-outline-primary.rtm-disabled, .rtm-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.rtm-btn-outline-primary:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-primary:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-primary.rtm-dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.rtm-btn-outline-primary:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-primary:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-primary.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.rtm-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.rtm-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.rtm-btn-outline-secondary:focus, .rtm-btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.rtm-btn-outline-secondary.rtm-disabled, .rtm-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.rtm-btn-outline-secondary:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-secondary:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-secondary.rtm-dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.rtm-btn-outline-secondary:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-secondary:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-secondary.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.rtm-btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.rtm-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.rtm-btn-outline-success:focus, .rtm-btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.rtm-btn-outline-success.rtm-disabled, .rtm-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.rtm-btn-outline-success:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-success:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-success.rtm-dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.rtm-btn-outline-success:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-success:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-success.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.rtm-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.rtm-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.rtm-btn-outline-info:focus, .rtm-btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.rtm-btn-outline-info.rtm-disabled, .rtm-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.rtm-btn-outline-info:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-info:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-info.rtm-dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.rtm-btn-outline-info:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-info:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-info.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.rtm-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.rtm-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.rtm-btn-outline-warning:focus, .rtm-btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.rtm-btn-outline-warning.rtm-disabled, .rtm-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.rtm-btn-outline-warning:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-warning:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-warning.rtm-dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.rtm-btn-outline-warning:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-warning:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-warning.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.rtm-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.rtm-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.rtm-btn-outline-danger:focus, .rtm-btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.rtm-btn-outline-danger.rtm-disabled, .rtm-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.rtm-btn-outline-danger:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-danger:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-danger.rtm-dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.rtm-btn-outline-danger:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-danger:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-danger.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.rtm-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.rtm-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.rtm-btn-outline-light:focus, .rtm-btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.rtm-btn-outline-light.rtm-disabled, .rtm-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.rtm-btn-outline-light:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-light:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-light.rtm-dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.rtm-btn-outline-light:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-light:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-light.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.rtm-btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.rtm-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.rtm-btn-outline-dark:focus, .rtm-btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.rtm-btn-outline-dark.rtm-disabled, .rtm-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.rtm-btn-outline-dark:not(:disabled):not(.rtm-disabled):active, .rtm-btn-outline-dark:not(:disabled):not(.rtm-disabled).active,
.show > .rtm-btn-outline-dark.rtm-dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.rtm-btn-outline-dark:not(:disabled):not(.rtm-disabled):active:focus, .rtm-btn-outline-dark:not(:disabled):not(.rtm-disabled).active:focus,
.show > .rtm-btn-outline-dark.rtm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.rtm-btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.rtm-btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.rtm-btn-link:focus, .rtm-btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.rtm-btn-link:disabled, .rtm-btn-link.rtm-disabled {
  color: #6c757d;
  pointer-events: none;
}

.rtm-btn-lg, .rtm-btn-group-lg > .rtm-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.rtm-btn-sm, .rtm-btn-group-sm > .rtm-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.rtm-btn-block {
  display: block;
  width: 100%;
}

.rtm-btn-block + .rtm-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].rtm-btn-block,
input[type="reset"].rtm-btn-block,
input[type="button"].rtm-btn-block {
  width: 100%;
}



.rtm-dropup,
.rtm-dropright,
.rtm-dropdown,
.rtm-dropleft {
  position: relative;
}

.rtm-dropdown-toggle {
  white-space: nowrap;
}

.rtm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.rtm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.rtm-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.rtm-dropdown-menu-left {
  right: auto;
  left: 0;
}

.rtm-dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .rtm-dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .rtm-dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .rtm-dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .rtm-dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .rtm-dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .rtm-dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .rtm-dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .rtm-dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.rtm-dropup .rtm-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.rtm-dropup .rtm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.rtm-dropup .rtm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.rtm-dropright .rtm-dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.rtm-dropright .rtm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.rtm-dropright .rtm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.rtm-dropright .rtm-dropdown-toggle::after {
  vertical-align: 0;
}

.rtm-dropleft .rtm-dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.rtm-dropleft .rtm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.rtm-dropleft .rtm-dropdown-toggle::after {
  display: none;
}

.rtm-dropleft .rtm-dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.rtm-dropleft .rtm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.rtm-dropleft .rtm-dropdown-toggle::before {
  vertical-align: 0;
}

.rtm-dropdown-menu[x-placement^="top"], .rtm-dropdown-menu[x-placement^="right"], .rtm-dropdown-menu[x-placement^="bottom"], .rtm-dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.rtm-dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.rtm-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.rtm-dropdown-item:hover, .rtm-dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.rtm-dropdown-item.active, .rtm-dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.rtm-dropdown-item.rtm-disabled, .rtm-dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.rtm-dropdown-menu.show {
  display: block;
}

.rtm-dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.rtm-dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.rtm-btn-group,
.rtm-btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.rtm-btn-group > .rtm-btn,
.rtm-btn-group-vertical > .rtm-btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.rtm-btn-group > .rtm-btn:hover,
.rtm-btn-group-vertical > .rtm-btn:hover {
  z-index: 1;
}

.rtm-btn-group > .rtm-btn:focus, .rtm-btn-group > .rtm-btn:active, .rtm-btn-group > .rtm-btn.active,
.rtm-btn-group-vertical > .rtm-btn:focus,
.rtm-btn-group-vertical > .rtm-btn:active,
.rtm-btn-group-vertical > .rtm-btn.active {
  z-index: 1;
}

.rtm-btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rtm-btn-toolbar .rtm-input-group {
  width: auto;
}

.rtm-btn-group > .rtm-btn:not(:first-child),
.rtm-btn-group > .rtm-btn-group:not(:first-child) {
  margin-left: -1px;
}

.rtm-btn-group > .rtm-btn:not(:last-child):not(.rtm-dropdown-toggle),
.rtm-btn-group > .rtm-btn-group:not(:last-child) > .rtm-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtm-btn-group > .rtm-btn:not(:first-child),
.rtm-btn-group > .rtm-btn-group:not(:first-child) > .rtm-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtm-dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.rtm-dropdown-toggle-split::after,
.rtm-dropup .rtm-dropdown-toggle-split::after,
.rtm-dropright .rtm-dropdown-toggle-split::after {
  margin-left: 0;
}

.rtm-dropleft .rtm-dropdown-toggle-split::before {
  margin-right: 0;
}

.rtm-btn-sm + .rtm-dropdown-toggle-split, .rtm-btn-group-sm > .rtm-btn + .rtm-dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.rtm-btn-lg + .rtm-dropdown-toggle-split, .rtm-btn-group-lg > .rtm-btn + .rtm-dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.rtm-btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtm-btn-group-vertical > .rtm-btn,
.rtm-btn-group-vertical > .rtm-btn-group {
  width: 100%;
}

.rtm-btn-group-vertical > .rtm-btn:not(:first-child),
.rtm-btn-group-vertical > .rtm-btn-group:not(:first-child) {
  margin-top: -1px;
}

.rtm-btn-group-vertical > .rtm-btn:not(:last-child):not(.rtm-dropdown-toggle),
.rtm-btn-group-vertical > .rtm-btn-group:not(:last-child) > .rtm-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rtm-btn-group-vertical > .rtm-btn:not(:first-child),
.rtm-btn-group-vertical > .rtm-btn-group:not(:first-child) > .rtm-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rtm-btn-group-toggle > .rtm-btn,
.rtm-btn-group-toggle > .rtm-btn-group > .rtm-btn {
  margin-bottom: 0;
}

.rtm-btn-group-toggle > .rtm-btn input[type="radio"],
.rtm-btn-group-toggle > .rtm-btn input[type="checkbox"],
.rtm-btn-group-toggle > .rtm-btn-group > .rtm-btn input[type="radio"],
.rtm-btn-group-toggle > .rtm-btn-group > .rtm-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.rtm-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.rtm-input-group > .rtm-form-control,
.rtm-input-group > .rtm-form-control-plaintext,
.rtm-input-group > .rtm-custom-select,
.rtm-input-group > .rtm-custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.rtm-input-group > .rtm-form-control + .rtm-form-control,
.rtm-input-group > .rtm-form-control + .rtm-custom-select,
.rtm-input-group > .rtm-form-control + .rtm-custom-file,
.rtm-input-group > .rtm-form-control-plaintext + .rtm-form-control,
.rtm-input-group > .rtm-form-control-plaintext + .rtm-custom-select,
.rtm-input-group > .rtm-form-control-plaintext + .rtm-custom-file,
.rtm-input-group > .rtm-custom-select + .rtm-form-control,
.rtm-input-group > .rtm-custom-select + .rtm-custom-select,
.rtm-input-group > .rtm-custom-select + .rtm-custom-file,
.rtm-input-group > .rtm-custom-file + .rtm-form-control,
.rtm-input-group > .rtm-custom-file + .rtm-custom-select,
.rtm-input-group > .rtm-custom-file + .rtm-custom-file {
  margin-left: -1px;
}

.rtm-input-group > .rtm-form-control:focus,
.rtm-input-group > .rtm-custom-select:focus,
.rtm-input-group > .rtm-custom-file .rtm-custom-file-input:focus ~ .rtm-custom-file-label {
  z-index: 3;
}

.rtm-input-group > .rtm-custom-file .rtm-custom-file-input:focus {
  z-index: 4;
}

.rtm-input-group > .rtm-form-control:not(:last-child),
.rtm-input-group > .rtm-custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtm-input-group > .rtm-form-control:not(:first-child),
.rtm-input-group > .rtm-custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtm-input-group > .rtm-custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.rtm-input-group > .rtm-custom-file:not(:last-child) .rtm-custom-file-label,
.rtm-input-group > .rtm-custom-file:not(:last-child) .rtm-custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtm-input-group > .rtm-custom-file:not(:first-child) .rtm-custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtm-input-group-prepend,
.rtm-input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.rtm-input-group-prepend .rtm-btn,
.rtm-input-group-append .rtm-btn {
  position: relative;
  z-index: 2;
}

.rtm-input-group-prepend .rtm-btn:focus,
.rtm-input-group-append .rtm-btn:focus {
  z-index: 3;
}

.rtm-input-group-prepend .rtm-btn + .rtm-btn,
.rtm-input-group-prepend .rtm-btn + .rtm-input-group-text,
.rtm-input-group-prepend .rtm-input-group-text + .rtm-input-group-text,
.rtm-input-group-prepend .rtm-input-group-text + .rtm-btn,
.rtm-input-group-append .rtm-btn + .rtm-btn,
.rtm-input-group-append .rtm-btn + .rtm-input-group-text,
.rtm-input-group-append .rtm-input-group-text + .rtm-input-group-text,
.rtm-input-group-append .rtm-input-group-text + .rtm-btn {
  margin-left: -1px;
}

.rtm-input-group-prepend {
  margin-right: -1px;
}

.rtm-input-group-append {
  margin-left: -1px;
}

.rtm-input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.rtm-label {
    display: inline-block;
    margin-bottom: .5rem;
}


.rtm-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.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: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .rtm-form-control {
        transition: none;
    }
}

.rtm-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.rtm-form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.rtm-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);
}

.rtm-form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rtm-form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rtm-form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rtm-form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rtm-form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.rtm-form-control:disabled, .rtm-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.rtm-form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.rtm-form-control-file,
.rtm-form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.rtm-form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .rtm-form-control-plaintext.rtm-form-control-sm, .rtm-form-control-plaintext.rtm-form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.rtm-form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.rtm-form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.rtm-form-control[size], select.rtm-form-control[multiple] {
    height: auto;
}

textarea.rtm-form-control {
    height: auto;
}

.rtm-form-group {
    margin-bottom: 1rem;
}

.rtm-form-text {
    display: block;
    margin-top: 0.25rem;
}

.rtm-form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .rtm-form-row > .col,
    .rtm-form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.rtm-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.rtm-form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .rtm-form-check-input[disabled] ~ .rtm-form-check-label,
    .rtm-form-check-input:disabled ~ .rtm-form-check-label {
        color: #6c757d;
    }

.rtm-form-check-label {
    margin-bottom: 0;
}

.rtm-form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .rtm-form-check-inline .rtm-form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }


.rtm-input-group-text input[type="radio"],
.rtm-input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.rtm-input-group-lg > .rtm-form-control:not(textarea),
.rtm-input-group-lg > .rtm-custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.rtm-input-group-lg > .rtm-form-control,
.rtm-input-group-lg > .rtm-custom-select,
.rtm-input-group-lg > .rtm-input-group-prepend > .rtm-input-group-text,
.rtm-input-group-lg > .rtm-input-group-append > .rtm-input-group-text,
.rtm-input-group-lg > .rtm-input-group-prepend > .rtm-btn,
.rtm-input-group-lg > .rtm-input-group-append > .rtm-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.rtm-form-group {
    margin-bottom: 1rem;
}

.rtm-input-group-sm > .rtm-form-control:not(textarea),
.rtm-input-group-sm > .rtm-custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.rtm-input-group-sm > .rtm-form-control,
.rtm-input-group-sm > .rtm-custom-select,
.rtm-input-group-sm > .rtm-input-group-prepend > .rtm-input-group-text,
.rtm-input-group-sm > .rtm-input-group-append > .rtm-input-group-text,
.rtm-input-group-sm > .rtm-input-group-prepend > .rtm-btn,
.rtm-input-group-sm > .rtm-input-group-append > .rtm-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.rtm-input-group-lg > .rtm-custom-select,
.rtm-input-group-sm > .rtm-custom-select {
  padding-right: 1.75rem;
}

.rtm-input-group > .rtm-input-group-prepend > .rtm-btn,
.rtm-input-group > .rtm-input-group-prepend > .rtm-input-group-text,
.rtm-input-group > .rtm-input-group-append:not(:last-child) > .rtm-btn,
.rtm-input-group > .rtm-input-group-append:not(:last-child) > .rtm-input-group-text,
.rtm-input-group > .rtm-input-group-append:last-child > .rtm-btn:not(:last-child):not(.rtm-dropdown-toggle),
.rtm-input-group > .rtm-input-group-append:last-child > .rtm-input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtm-input-group > .rtm-input-group-append > .rtm-btn,
.rtm-input-group > .rtm-input-group-append > .rtm-input-group-text,
.rtm-input-group > .rtm-input-group-prepend:not(:first-child) > .rtm-btn,
.rtm-input-group > .rtm-input-group-prepend:not(:first-child) > .rtm-input-group-text,
.rtm-input-group > .rtm-input-group-prepend:first-child > .rtm-btn:not(:first-child),
.rtm-input-group > .rtm-input-group-prepend:first-child > .rtm-input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtm-custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.rtm-custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.rtm-custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.rtm-custom-control-input:checked ~ .rtm-custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.rtm-custom-control-input:focus ~ .rtm-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rtm-custom-control-input:focus:not(:checked) ~ .rtm-custom-control-label::before {
  border-color: #80bdff;
}

.rtm-custom-control-input:not(:disabled):active ~ .rtm-custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.rtm-custom-control-input[disabled] ~ .rtm-custom-control-label, .rtm-custom-control-input:disabled ~ .rtm-custom-control-label {
  color: #6c757d;
}

.rtm-custom-control-input[disabled] ~ .rtm-custom-control-label::before, .rtm-custom-control-input:disabled ~ .rtm-custom-control-label::before {
  background-color: #e9ecef;
}

.rtm-custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.rtm-custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.rtm-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.rtm-custom-checkbox .rtm-custom-control-label::before {
  border-radius: 0.25rem;
}

.rtm-custom-checkbox .rtm-custom-control-input:checked ~ .rtm-custom-control-label::after {
  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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.rtm-custom-checkbox .rtm-custom-control-input:indeterminate ~ .rtm-custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.rtm-custom-checkbox .rtm-custom-control-input:indeterminate ~ .rtm-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.rtm-custom-checkbox .rtm-custom-control-input:disabled:checked ~ .rtm-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.rtm-custom-checkbox .rtm-custom-control-input:disabled:indeterminate ~ .rtm-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.rtm-custom-radio .rtm-custom-control-label::before {
  border-radius: 50%;
}

.rtm-custom-radio .rtm-custom-control-input:checked ~ .rtm-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.rtm-custom-radio .rtm-custom-control-input:disabled:checked ~ .rtm-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.rtm-custom-switch {
  padding-left: 2.25rem;
}

.rtm-custom-switch .rtm-custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.rtm-custom-switch .rtm-custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-custom-switch .rtm-custom-control-label::after {
    transition: none;
  }
}

.rtm-custom-switch .rtm-custom-control-input:checked ~ .rtm-custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.rtm-custom-switch .rtm-custom-control-input:disabled:checked ~ .rtm-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.rtm-custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rtm-custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rtm-custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.rtm-custom-select[multiple], .rtm-custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.rtm-custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.rtm-custom-select::-ms-expand {
  display: none;
}

.rtm-custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.rtm-custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.rtm-custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.rtm-custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.rtm-custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.rtm-custom-file-input:focus ~ .rtm-custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rtm-custom-file-input[disabled] ~ .rtm-custom-file-label,
.rtm-custom-file-input:disabled ~ .rtm-custom-file-label {
  background-color: #e9ecef;
}

.rtm-custom-file-input:lang(en) ~ .rtm-custom-file-label::after {
  content: "Browse";
}

.rtm-custom-file-input ~ .rtm-custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.rtm-custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.rtm-custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.rtm-custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rtm-custom-range:focus {
  outline: none;
}

.rtm-custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rtm-custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rtm-custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rtm-custom-range::-moz-focus-outer {
  border: 0;
}

.rtm-custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.rtm-custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.rtm-custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.rtm-custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.rtm-custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.rtm-custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.rtm-custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.rtm-custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.rtm-custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.rtm-custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.rtm-custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.rtm-custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.rtm-custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.rtm-custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.rtm-custom-range:disabled::-moz-range-track {
  cursor: default;
}

.rtm-custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.rtm-custom-control-label::before,
.rtm-custom-file-label,
.rtm-custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-custom-control-label::before,
  .rtm-custom-file-label,
  .rtm-custom-select {
    transition: none;
  }
}



.rtm-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.rtm-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.rtm-card > .rtm-list-group:first-child .rtm-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rtm-card > .rtm-list-group:last-child .rtm-list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rtm-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.rtm-card-title {
  margin-bottom: 0.75rem;
}

.rtm-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.rtm-card-text:last-child {
  margin-bottom: 0;
}

.rtm-card-link:hover {
  text-decoration: none;
}

.rtm-card-link + .rtm-card-link {
  margin-left: 1.25rem;
}

.rtm-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.rtm-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.rtm-card-header + .rtm-list-group .rtm-list-group-item:first-child {
  border-top: 0;
}

.rtm-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.rtm-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.rtm-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.rtm-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.rtm-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.rtm-card-img,
.rtm-card-img-top,
.rtm-card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.rtm-card-img,
.rtm-card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.rtm-card-img,
.rtm-card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.rtm-card-deck .rtm-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .rtm-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .rtm-card-deck .rtm-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.rtm-card-group > .rtm-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .rtm-card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .rtm-card-group > .rtm-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .rtm-card-group > .rtm-card + .rtm-card {
    margin-left: 0;
    border-left: 0;
  }
  .rtm-card-group > .rtm-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rtm-card-group > .rtm-card:not(:last-child) .rtm-card-img-top,
  .rtm-card-group > .rtm-card:not(:last-child) .rtm-card-header {
    border-top-right-radius: 0;
  }
  .rtm-card-group > .rtm-card:not(:last-child) .rtm-card-img-bottom,
  .rtm-card-group > .rtm-card:not(:last-child) .rtm-card-footer {
    border-bottom-right-radius: 0;
  }
  .rtm-card-group > .rtm-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rtm-card-group > .rtm-card:not(:first-child) .rtm-card-img-top,
  .rtm-card-group > .rtm-card:not(:first-child) .rtm-card-header {
    border-top-left-radius: 0;
  }
  .rtm-card-group > .rtm-card:not(:first-child) .rtm-card-img-bottom,
  .rtm-card-group > .rtm-card:not(:first-child) .rtm-card-footer {
    border-bottom-left-radius: 0;
  }
}

.rtm-card-columns .rtm-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .rtm-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .rtm-card-columns .rtm-card {
    display: inline-block;
    width: 100%;
  }
}


.rtm-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.rtm-alert-heading {
  color: inherit;
}

.rtm-alert-link {
  font-weight: 700;
}

.rtm-alert-dismissible {
  padding-right: 4rem;
}

.rtm-alert-dismissible .rtm-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.rtm-alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.rtm-alert-primary hr {
  border-top-color: #9fcdff;
}

.rtm-alert-primary .rtm-alert-link {
  color: #002752;
}

.rtm-alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.rtm-alert-secondary hr {
  border-top-color: #c8cbcf;
}

.rtm-alert-secondary .rtm-alert-link {
  color: #202326;
}

.rtm-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.rtm-alert-success hr {
  border-top-color: #b1dfbb;
}

.rtm-alert-success .rtm-alert-link {
  color: #0b2e13;
}

.rtm-alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.rtm-alert-info hr {
  border-top-color: #abdde5;
}

.rtm-alert-info .rtm-alert-link {
  color: #062c33;
}

.rtm-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.rtm-alert-warning hr {
  border-top-color: #ffe8a1;
}

.rtm-alert-warning .rtm-alert-link {
  color: #533f03;
}

.rtm-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.rtm-alert-danger hr {
  border-top-color: #f1b0b7;
}

.rtm-alert-danger .rtm-alert-link {
  color: #491217;
}

.rtm-alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.rtm-alert-light hr {
  border-top-color: #ececf6;
}

.rtm-alert-light .rtm-alert-link {
  color: #686868;
}

.rtm-alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.rtm-alert-dark hr {
  border-top-color: #b9bbbe;
}

.rtm-alert-dark .rtm-alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.rtm-progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.rtm-progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-progress-bar {
    transition: none;
  }
}

.rtm-progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.rtm-progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.rtm-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rtm-media-body {
  -ms-flex: 1;
  flex: 1;
}

.rtm-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.rtm-list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.rtm-list-group-item-action:hover, .rtm-list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.rtm-list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.rtm-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.rtm-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rtm-list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rtm-list-group-item.rtm-disabled, .rtm-list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.rtm-list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.rtm-list-group-item + .rtm-list-group-item {
  border-top-width: 0;
}

.rtm-list-group-item + .rtm-list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.rtm-list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.rtm-list-group-horizontal .rtm-list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.rtm-list-group-horizontal .rtm-list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.rtm-list-group-horizontal .rtm-list-group-item.active {
  margin-top: 0;
}

.rtm-list-group-horizontal .rtm-list-group-item + .rtm-list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.rtm-list-group-horizontal .rtm-list-group-item + .rtm-list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .rtm-list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rtm-list-group-horizontal-sm .rtm-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .rtm-list-group-horizontal-sm .rtm-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .rtm-list-group-horizontal-sm .rtm-list-group-item.active {
    margin-top: 0;
  }
  .rtm-list-group-horizontal-sm .rtm-list-group-item + .rtm-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .rtm-list-group-horizontal-sm .rtm-list-group-item + .rtm-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .rtm-list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rtm-list-group-horizontal-md .rtm-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .rtm-list-group-horizontal-md .rtm-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .rtm-list-group-horizontal-md .rtm-list-group-item.active {
    margin-top: 0;
  }
  .rtm-list-group-horizontal-md .rtm-list-group-item + .rtm-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .rtm-list-group-horizontal-md .rtm-list-group-item + .rtm-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .rtm-list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rtm-list-group-horizontal-lg .rtm-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .rtm-list-group-horizontal-lg .rtm-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .rtm-list-group-horizontal-lg .rtm-list-group-item.active {
    margin-top: 0;
  }
  .rtm-list-group-horizontal-lg .rtm-list-group-item + .rtm-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .rtm-list-group-horizontal-lg .rtm-list-group-item + .rtm-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .rtm-list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rtm-list-group-horizontal-xl .rtm-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .rtm-list-group-horizontal-xl .rtm-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .rtm-list-group-horizontal-xl .rtm-list-group-item.active {
    margin-top: 0;
  }
  .rtm-list-group-horizontal-xl .rtm-list-group-item + .rtm-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .rtm-list-group-horizontal-xl .rtm-list-group-item + .rtm-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.rtm-list-group-flush .rtm-list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.rtm-list-group-flush .rtm-list-group-item:first-child {
  border-top-width: 0;
}

.rtm-list-group-flush:last-child .rtm-list-group-item:last-child {
  border-bottom-width: 0;
}

.rtm-list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.rtm-list-group-item-primary.rtm-list-group-item-action:hover, .rtm-list-group-item-primary.rtm-list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.rtm-list-group-item-primary.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.rtm-list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.rtm-list-group-item-secondary.rtm-list-group-item-action:hover, .rtm-list-group-item-secondary.rtm-list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.rtm-list-group-item-secondary.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.rtm-list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.rtm-list-group-item-success.rtm-list-group-item-action:hover, .rtm-list-group-item-success.rtm-list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.rtm-list-group-item-success.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.rtm-list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.rtm-list-group-item-info.rtm-list-group-item-action:hover, .rtm-list-group-item-info.rtm-list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.rtm-list-group-item-info.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.rtm-list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.rtm-list-group-item-warning.rtm-list-group-item-action:hover, .rtm-list-group-item-warning.rtm-list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.rtm-list-group-item-warning.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.rtm-list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.rtm-list-group-item-danger.rtm-list-group-item-action:hover, .rtm-list-group-item-danger.rtm-list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.rtm-list-group-item-danger.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.rtm-list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.rtm-list-group-item-light.rtm-list-group-item-action:hover, .rtm-list-group-item-light.rtm-list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.rtm-list-group-item-light.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.rtm-list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.rtm-list-group-item-dark.rtm-list-group-item-action:hover, .rtm-list-group-item-dark.rtm-list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.rtm-list-group-item-dark.rtm-list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.rtm-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.rtm-close:hover {
  color: #000;
  text-decoration: none;
}

.rtm-close:not(:disabled):not(.rtm-disabled):hover, .rtm-close:not(:disabled):not(.rtm-disabled):focus {
  opacity: .75;
}

button.rtm-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.rtm-close.rtm-disabled {
  pointer-events: none;
}

.rtm-toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.rtm-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.rtm-toast.showing {
  opacity: 1;
}

.rtm-toast.show {
  display: block;
  opacity: 1;
}

.rtm-toast.hide {
  display: none;
}

.rtm-toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.rtm-toast-body {
  padding: 0.75rem;
}

.rtm-modal-open {
  overflow: hidden;
}

.rtm-modal-open .rtm-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.rtm-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.rtm-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.rtm-modal.fade .rtm-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .rtm-modal.fade .rtm-modal-dialog {
    transition: none;
  }
}

.rtm-modal.show .rtm-modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.rtm-modal.rtm-modal-static .rtm-modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.rtm-modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.rtm-modal-dialog-scrollable .rtm-modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.rtm-modal-dialog-scrollable .rtm-modal-header,
.rtm-modal-dialog-scrollable .rtm-modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rtm-modal-dialog-scrollable .rtm-modal-body {
  overflow-y: auto;
}

.rtm-modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.rtm-modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.rtm-modal-dialog-centered.rtm-modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.rtm-modal-dialog-centered.rtm-modal-dialog-scrollable .rtm-modal-content {
  max-height: none;
}

.rtm-modal-dialog-centered.rtm-modal-dialog-scrollable::before {
  content: none;
}

.rtm-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: 0.3rem;
  outline: 0;
}

.rtm-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.rtm-modal-backdrop.fade {
  opacity: 0;
}

.rtm-modal-backdrop.show {
  opacity: 0.5;
}

.rtm-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(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.rtm-modal-header .rtm-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.rtm-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.rtm-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.rtm-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: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.rtm-modal-footer > * {
  margin: 0.25rem;
}

.rtm-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .rtm-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .rtm-modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .rtm-modal-dialog-scrollable .rtm-modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .rtm-modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .rtm-modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .rtm-modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .rtm-modal-lg,
  .rtm-modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .rtm-modal-xl {
    max-width: 1140px;
  }
}


.rtm-carousel {
  position: relative;
}

.rtm-carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rtm-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rtm-carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.rtm-carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-carousel-item {
    transition: none;
  }
}

.rtm-carousel-item.active,
.rtm-carousel-item-next,
.rtm-carousel-item-prev {
  display: block;
}

.rtm-carousel-item-next:not(.rtm-carousel-item-left),
.active.rtm-carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.rtm-carousel-item-prev:not(.rtm-carousel-item-right),
.active.rtm-carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.rtm-carousel-fade .rtm-carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.rtm-carousel-fade .rtm-carousel-item.active,
.rtm-carousel-fade .rtm-carousel-item-next.rtm-carousel-item-left,
.rtm-carousel-fade .rtm-carousel-item-prev.rtm-carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.rtm-carousel-fade .active.rtm-carousel-item-left,
.rtm-carousel-fade .active.rtm-carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-carousel-fade .active.rtm-carousel-item-left,
  .rtm-carousel-fade .active.rtm-carousel-item-right {
    transition: none;
  }
}

.rtm-carousel-control-prev,
.rtm-carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-carousel-control-prev,
  .rtm-carousel-control-next {
    transition: none;
  }
}

.rtm-carousel-control-prev:hover, .rtm-carousel-control-prev:focus,
.rtm-carousel-control-next:hover,
.rtm-carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.rtm-carousel-control-prev {
  left: 0;
}

.rtm-carousel-control-next {
  right: 0;
}

.rtm-carousel-control-prev-icon,
.rtm-carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.rtm-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.rtm-carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.rtm-carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.rtm-carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-carousel-indicators li {
    transition: none;
  }
}

.rtm-carousel-indicators .active {
  opacity: 1;
}

.rtm-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}


.rtm-align-baseline {
  vertical-align: baseline !important;
}

.rtm-align-top {
  vertical-align: top !important;
}

.rtm-align-middle {
  vertical-align: middle !important;
}

.rtm-align-bottom {
  vertical-align: bottom !important;
}

.rtm-align-text-bottom {
  vertical-align: text-bottom !important;
}

.rtm-align-text-top {
  vertical-align: text-top !important;
}

.rtm-bg-primary {
  background-color: #007bff !important;
}

a.rtm-bg-primary:hover, a.rtm-bg-primary:focus,
button.rtm-bg-primary:hover,
button.rtm-bg-primary:focus {
  background-color: #0062cc !important;
}

.rtm-bg-secondary {
  background-color: #6c757d !important;
}

a.rtm-bg-secondary:hover, a.rtm-bg-secondary:focus,
button.rtm-bg-secondary:hover,
button.rtm-bg-secondary:focus {
  background-color: #545b62 !important;
}

.rtm-bg-success {
  background-color: #28a745 !important;
}

a.rtm-bg-success:hover, a.rtm-bg-success:focus,
button.rtm-bg-success:hover,
button.rtm-bg-success:focus {
  background-color: #1e7e34 !important;
}

.rtm-bg-info {
  background-color: #17a2b8 !important;
}

a.rtm-bg-info:hover, a.rtm-bg-info:focus,
button.rtm-bg-info:hover,
button.rtm-bg-info:focus {
  background-color: #117a8b !important;
}

.rtm-bg-warning {
  background-color: #ffc107 !important;
}

a.rtm-bg-warning:hover, a.rtm-bg-warning:focus,
button.rtm-bg-warning:hover,
button.rtm-bg-warning:focus {
  background-color: #d39e00 !important;
}

.rtm-bg-danger {
  background-color: #dc3545 !important;
}

a.rtm-bg-danger:hover, a.rtm-bg-danger:focus,
button.rtm-bg-danger:hover,
button.rtm-bg-danger:focus {
  background-color: #bd2130 !important;
}

.rtm-bg-light {
  background-color: #f8f9fa !important;
}

a.rtm-bg-light:hover, a.rtm-bg-light:focus,
button.rtm-bg-light:hover,
button.rtm-bg-light:focus {
  background-color: #dae0e5 !important;
}

.rtm-bg-dark {
  background-color: #343a40 !important;
}

a.rtm-bg-dark:hover, a.rtm-bg-dark:focus,
button.rtm-bg-dark:hover,
button.rtm-bg-dark:focus {
  background-color: #1d2124 !important;
}

.rtm-bg-white {
  background-color: #fff !important;
}

.rtm-bg-transparent {
  background-color: transparent !important;
}

.rtm-border {
  border: 1px solid #dee2e6 !important;
}

.rtm-border-top {
  border-top: 1px solid #dee2e6 !important;
}

.rtm-border-right {
  border-right: 1px solid #dee2e6 !important;
}

.rtm-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.rtm-border-left {
  border-left: 1px solid #dee2e6 !important;
}

.rtm-border-0 {
  border: 0 !important;
}

.rtm-border-top-0 {
  border-top: 0 !important;
}

.rtm-border-right-0 {
  border-right: 0 !important;
}

.rtm-border-bottom-0 {
  border-bottom: 0 !important;
}

.rtm-border-left-0 {
  border-left: 0 !important;
}

.rtm-border-primary {
  border-color: #007bff !important;
}

.rtm-border-secondary {
  border-color: #6c757d !important;
}

.rtm-border-success {
  border-color: #28a745 !important;
}

.rtm-border-info {
  border-color: #17a2b8 !important;
}

.rtm-border-warning {
  border-color: #ffc107 !important;
}

.rtm-border-danger {
  border-color: #dc3545 !important;
}

.rtm-border-light {
  border-color: #f8f9fa !important;
}

.rtm-border-dark {
  border-color: #343a40 !important;
}

.rtm-border-white {
  border-color: #fff !important;
}

.rtm-rounded-sm {
  border-radius: 0.2rem !important;
}

.rtm-rounded {
  border-radius: 0.25rem !important;
}

.rtm-rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rtm-rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rtm-rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rtm-rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rtm-rounded-lg {
  border-radius: 0.3rem !important;
}

.rtm-rounded-circle {
  border-radius: 50% !important;
}

.rtm-rounded-pill {
  border-radius: 50rem !important;
}

.rtm-rounded-0 {
  border-radius: 0 !important;
}


.rtm-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.rtm-d-none {
  display: none !important;
}

.rtm-d-inline {
  display: inline !important;
}

.rtm-d-inline-block {
  display: inline-block !important;
}

.rtm-d-block {
  display: block !important;
}

.rtm-d-table {
  display: table !important;
}

.rtm-d-table-row {
  display: table-row !important;
}

.rtm-d-table-cell {
  display: table-cell !important;
}

.rtm-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.rtm-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .rtm-d-sm-none {
    display: none !important;
  }
  .rtm-d-sm-inline {
    display: inline !important;
  }
  .rtm-d-sm-inline-block {
    display: inline-block !important;
  }
  .rtm-d-sm-block {
    display: block !important;
  }
  .rtm-d-sm-table {
    display: table !important;
  }
  .rtm-d-sm-table-row {
    display: table-row !important;
  }
  .rtm-d-sm-table-cell {
    display: table-cell !important;
  }
  .rtm-d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .rtm-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .rtm-d-md-none {
    display: none !important;
  }
  .rtm-d-md-inline {
    display: inline !important;
  }
  .rtm-d-md-inline-block {
    display: inline-block !important;
  }
  .rtm-d-md-block {
    display: block !important;
  }
  .rtm-d-md-table {
    display: table !important;
  }
  .rtm-d-md-table-row {
    display: table-row !important;
  }
  .rtm-d-md-table-cell {
    display: table-cell !important;
  }
  .rtm-d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .rtm-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .rtm-d-lg-none {
    display: none !important;
  }
  .rtm-d-lg-inline {
    display: inline !important;
  }
  .rtm-d-lg-inline-block {
    display: inline-block !important;
  }
  .rtm-d-lg-block {
    display: block !important;
  }
  .rtm-d-lg-table {
    display: table !important;
  }
  .rtm-d-lg-table-row {
    display: table-row !important;
  }
  .rtm-d-lg-table-cell {
    display: table-cell !important;
  }
  .rtm-d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .rtm-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .rtm-d-xl-none {
    display: none !important;
  }
  .rtm-d-xl-inline {
    display: inline !important;
  }
  .rtm-d-xl-inline-block {
    display: inline-block !important;
  }
  .rtm-d-xl-block {
    display: block !important;
  }
  .rtm-d-xl-table {
    display: table !important;
  }
  .rtm-d-xl-table-row {
    display: table-row !important;
  }
  .rtm-d-xl-table-cell {
    display: table-cell !important;
  }
  .rtm-d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .rtm-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .rtm-d-print-none {
    display: none !important;
  }
  .rtm-d-print-inline {
    display: inline !important;
  }
  .rtm-d-print-inline-block {
    display: inline-block !important;
  }
  .rtm-d-print-block {
    display: block !important;
  }
  .rtm-d-print-table {
    display: table !important;
  }
  .rtm-d-print-table-row {
    display: table-row !important;
  }
  .rtm-d-print-table-cell {
    display: table-cell !important;
  }
  .rtm-d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .rtm-d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


.rtm-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.rtm-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.rtm-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.rtm-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.rtm-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.rtm-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.rtm-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.rtm-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.rtm-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.rtm-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.rtm-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.rtm-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.rtm-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.rtm-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.rtm-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.rtm-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.rtm-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.rtm-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.rtm-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.rtm-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.rtm-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.rtm-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.rtm-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.rtm-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.rtm-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.rtm-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.rtm-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.rtm-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.rtm-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.rtm-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.rtm-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.rtm-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.rtm-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.rtm-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .rtm-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .rtm-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .rtm-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .rtm-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .rtm-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .rtm-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .rtm-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .rtm-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .rtm-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .rtm-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .rtm-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .rtm-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .rtm-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .rtm-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .rtm-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .rtm-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .rtm-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .rtm-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .rtm-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .rtm-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .rtm-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .rtm-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .rtm-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .rtm-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .rtm-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .rtm-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .rtm-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .rtm-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .rtm-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .rtm-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .rtm-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .rtm-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .rtm-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .rtm-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .rtm-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .rtm-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .rtm-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .rtm-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .rtm-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .rtm-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .rtm-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .rtm-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .rtm-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .rtm-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .rtm-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .rtm-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .rtm-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .rtm-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .rtm-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .rtm-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .rtm-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .rtm-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .rtm-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .rtm-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .rtm-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .rtm-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .rtm-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .rtm-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .rtm-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .rtm-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .rtm-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .rtm-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .rtm-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .rtm-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .rtm-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .rtm-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .rtm-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .rtm-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .rtm-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .rtm-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .rtm-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .rtm-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .rtm-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .rtm-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .rtm-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .rtm-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .rtm-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .rtm-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .rtm-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .rtm-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .rtm-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .rtm-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .rtm-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .rtm-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .rtm-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .rtm-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .rtm-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .rtm-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .rtm-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .rtm-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .rtm-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .rtm-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .rtm-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .rtm-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .rtm-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .rtm-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .rtm-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .rtm-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .rtm-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .rtm-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .rtm-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .rtm-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .rtm-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .rtm-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .rtm-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .rtm-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .rtm-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .rtm-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .rtm-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .rtm-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .rtm-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .rtm-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .rtm-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .rtm-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .rtm-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .rtm-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .rtm-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .rtm-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .rtm-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .rtm-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .rtm-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .rtm-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .rtm-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .rtm-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .rtm-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .rtm-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .rtm-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .rtm-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .rtm-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .rtm-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .rtm-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .rtm-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .rtm-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .rtm-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .rtm-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .rtm-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.rtm-float-left {
  float: left !important;
}

.rtm-float-right {
  float: right !important;
}

.rtm-float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .rtm-float-sm-left {
    float: left !important;
  }
  .rtm-float-sm-right {
    float: right !important;
  }
  .rtm-float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .rtm-float-md-left {
    float: left !important;
  }
  .rtm-float-md-right {
    float: right !important;
  }
  .rtm-float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .rtm-float-lg-left {
    float: left !important;
  }
  .rtm-float-lg-right {
    float: right !important;
  }
  .rtm-float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .rtm-float-xl-left {
    float: left !important;
  }
  .rtm-float-xl-right {
    float: right !important;
  }
  .rtm-float-xl-none {
    float: none !important;
  }
}

.rtm-overflow-auto {
  overflow: auto !important;
}

.rtm-overflow-hidden {
  overflow: hidden !important;
}

.rtm-position-static {
  position: static !important;
}

.rtm-position-relative {
  position: relative !important;
}

.rtm-position-absolute {
  position: absolute !important;
}

.rtm-position-fixed {
  position: fixed !important;
}

.rtm-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.rtm-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.rtm-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}


.rtm-m-0 {
  margin: 0 !important;
}

.rtm-mt-0,
.rtm-my-0 {
  margin-top: 0 !important;
}

.rtm-mr-0,
.rtm-mx-0 {
  margin-right: 0 !important;
}

.rtm-mb-0,
.rtm-my-0 {
  margin-bottom: 0 !important;
}

.rtm-ml-0,
.rtm-mx-0 {
  margin-left: 0 !important;
}

.rtm-m-1 {
  margin: 0.25rem !important;
}

.rtm-mt-1,
.rtm-my-1 {
  margin-top: 0.25rem !important;
}

.rtm-mr-1,
.rtm-mx-1 {
  margin-right: 0.25rem !important;
}

.rtm-mb-1,
.rtm-my-1 {
  margin-bottom: 0.25rem !important;
}

.rtm-ml-1,
.rtm-mx-1 {
  margin-left: 0.25rem !important;
}

.rtm-m-2 {
  margin: 0.5rem !important;
}

.rtm-mt-2,
.rtm-my-2 {
  margin-top: 0.5rem !important;
}

.rtm-mr-2,
.rtm-mx-2 {
  margin-right: 0.5rem !important;
}

.rtm-mb-2,
.rtm-my-2 {
  margin-bottom: 0.5rem !important;
}

.rtm-ml-2,
.rtm-mx-2 {
  margin-left: 0.5rem !important;
}

.rtm-m-3 {
  margin: 1rem !important;
}

.rtm-mt-3,
.rtm-my-3 {
  margin-top: 1rem !important;
}

.rtm-mr-3,
.rtm-mx-3 {
  margin-right: 1rem !important;
}

.rtm-mb-3,
.rtm-my-3 {
  margin-bottom: 1rem !important;
}

.rtm-ml-3,
.rtm-mx-3 {
  margin-left: 1rem !important;
}

.rtm-m-4 {
  margin: 1.5rem !important;
}

.rtm-mt-4,
.rtm-my-4 {
  margin-top: 1.5rem !important;
}

.rtm-mr-4,
.rtm-mx-4 {
  margin-right: 1.5rem !important;
}

.rtm-mb-4,
.rtm-my-4 {
  margin-bottom: 1.5rem !important;
}

.rtm-ml-4,
.rtm-mx-4 {
  margin-left: 1.5rem !important;
}

.rtm-m-5 {
  margin: 3rem !important;
}

.rtm-mt-5,
.rtm-my-5 {
  margin-top: 3rem !important;
}

.rtm-mr-5,
.rtm-mx-5 {
  margin-right: 3rem !important;
}

.rtm-mb-5,
.rtm-my-5 {
  margin-bottom: 3rem !important;
}

.rtm-ml-5,
.rtm-mx-5 {
  margin-left: 3rem !important;
}

.rtm-p-0 {
  padding: 0 !important;
}

.rtm-pt-0,
.rtm-py-0 {
  padding-top: 0 !important;
}

.rtm-pr-0,
.rtm-px-0 {
  padding-right: 0 !important;
}

.rtm-pb-0,
.rtm-py-0 {
  padding-bottom: 0 !important;
}

.rtm-pl-0,
.rtm-px-0 {
  padding-left: 0 !important;
}

.rtm-p-1 {
  padding: 0.25rem !important;
}

.rtm-pt-1,
.rtm-py-1 {
  padding-top: 0.25rem !important;
}

.rtm-pr-1,
.rtm-px-1 {
  padding-right: 0.25rem !important;
}

.rtm-pb-1,
.rtm-py-1 {
  padding-bottom: 0.25rem !important;
}

.rtm-pl-1,
.rtm-px-1 {
  padding-left: 0.25rem !important;
}

.rtm-p-2 {
  padding: 0.5rem !important;
}

.rtm-pt-2,
.rtm-py-2 {
  padding-top: 0.5rem !important;
}

.rtm-pr-2,
.rtm-px-2 {
  padding-right: 0.5rem !important;
}

.rtm-pb-2,
.rtm-py-2 {
  padding-bottom: 0.5rem !important;
}

.rtm-pl-2,
.rtm-px-2 {
  padding-left: 0.5rem !important;
}

.rtm-p-3 {
  padding: 1rem !important;
}

.rtm-pt-3,
.rtm-py-3 {
  padding-top: 1rem !important;
}

.rtm-pr-3,
.rtm-px-3 {
  padding-right: 1rem !important;
}

.rtm-pb-3,
.rtm-py-3 {
  padding-bottom: 1rem !important;
}

.rtm-pl-3,
.rtm-px-3 {
  padding-left: 1rem !important;
}

.rtm-p-4 {
  padding: 1.5rem !important;
}

.rtm-pt-4,
.rtm-py-4 {
  padding-top: 1.5rem !important;
}

.rtm-pr-4,
.rtm-px-4 {
  padding-right: 1.5rem !important;
}

.rtm-pb-4,
.rtm-py-4 {
  padding-bottom: 1.5rem !important;
}

.rtm-pl-4,
.rtm-px-4 {
  padding-left: 1.5rem !important;
}

.rtm-p-5 {
  padding: 3rem !important;
}

.rtm-pt-5,
.rtm-py-5 {
  padding-top: 3rem !important;
}

.rtm-pr-5,
.rtm-px-5 {
  padding-right: 3rem !important;
}

.rtm-pb-5,
.rtm-py-5 {
  padding-bottom: 3rem !important;
}

.rtm-pl-5,
.rtm-px-5 {
  padding-left: 3rem !important;
}

.rtm-m-n1 {
  margin: -0.25rem !important;
}

.rtm-mt-n1,
.rtm-my-n1 {
  margin-top: -0.25rem !important;
}

.rtm-mr-n1,
.rtm-mx-n1 {
  margin-right: -0.25rem !important;
}

.rtm-mb-n1,
.rtm-my-n1 {
  margin-bottom: -0.25rem !important;
}

.rtm-ml-n1,
.rtm-mx-n1 {
  margin-left: -0.25rem !important;
}

.rtm-m-n2 {
  margin: -0.5rem !important;
}

.rtm-mt-n2,
.rtm-my-n2 {
  margin-top: -0.5rem !important;
}

.rtm-mr-n2,
.rtm-mx-n2 {
  margin-right: -0.5rem !important;
}

.rtm-mb-n2,
.rtm-my-n2 {
  margin-bottom: -0.5rem !important;
}

.rtm-ml-n2,
.rtm-mx-n2 {
  margin-left: -0.5rem !important;
}

.rtm-m-n3 {
  margin: -1rem !important;
}

.rtm-mt-n3,
.rtm-my-n3 {
  margin-top: -1rem !important;
}

.rtm-mr-n3,
.rtm-mx-n3 {
  margin-right: -1rem !important;
}

.rtm-mb-n3,
.rtm-my-n3 {
  margin-bottom: -1rem !important;
}

.rtm-ml-n3,
.rtm-mx-n3 {
  margin-left: -1rem !important;
}

.rtm-m-n4 {
  margin: -1.5rem !important;
}

.rtm-mt-n4,
.rtm-my-n4 {
  margin-top: -1.5rem !important;
}

.rtm-mr-n4,
.rtm-mx-n4 {
  margin-right: -1.5rem !important;
}

.rtm-mb-n4,
.rtm-my-n4 {
  margin-bottom: -1.5rem !important;
}

.rtm-ml-n4,
.rtm-mx-n4 {
  margin-left: -1.5rem !important;
}

.rtm-m-n5 {
  margin: -3rem !important;
}

.rtm-mt-n5,
.rtm-my-n5 {
  margin-top: -3rem !important;
}

.rtm-mr-n5,
.rtm-mx-n5 {
  margin-right: -3rem !important;
}

.rtm-mb-n5,
.rtm-my-n5 {
  margin-bottom: -3rem !important;
}

.rtm-ml-n5,
.rtm-mx-n5 {
  margin-left: -3rem !important;
}

.rtm-m-auto {
  margin: auto !important;
}

.rtm-mt-auto,
.rtm-my-auto {
  margin-top: auto !important;
}

.rtm-mr-auto,
.rtm-mx-auto {
  margin-right: auto !important;
}

.rtm-mb-auto,
.rtm-my-auto {
  margin-bottom: auto !important;
}

.rtm-ml-auto,
.rtm-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .rtm-m-sm-0 {
    margin: 0 !important;
  }
  .rtm-mt-sm-0,
  .rtm-my-sm-0 {
    margin-top: 0 !important;
  }
  .rtm-mr-sm-0,
  .rtm-mx-sm-0 {
    margin-right: 0 !important;
  }
  .rtm-mb-sm-0,
  .rtm-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .rtm-ml-sm-0,
  .rtm-mx-sm-0 {
    margin-left: 0 !important;
  }
  .rtm-m-sm-1 {
    margin: 0.25rem !important;
  }
  .rtm-mt-sm-1,
  .rtm-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .rtm-mr-sm-1,
  .rtm-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .rtm-mb-sm-1,
  .rtm-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtm-ml-sm-1,
  .rtm-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .rtm-m-sm-2 {
    margin: 0.5rem !important;
  }
  .rtm-mt-sm-2,
  .rtm-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .rtm-mr-sm-2,
  .rtm-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .rtm-mb-sm-2,
  .rtm-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtm-ml-sm-2,
  .rtm-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .rtm-m-sm-3 {
    margin: 1rem !important;
  }
  .rtm-mt-sm-3,
  .rtm-my-sm-3 {
    margin-top: 1rem !important;
  }
  .rtm-mr-sm-3,
  .rtm-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .rtm-mb-sm-3,
  .rtm-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .rtm-ml-sm-3,
  .rtm-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .rtm-m-sm-4 {
    margin: 1.5rem !important;
  }
  .rtm-mt-sm-4,
  .rtm-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .rtm-mr-sm-4,
  .rtm-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .rtm-mb-sm-4,
  .rtm-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtm-ml-sm-4,
  .rtm-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .rtm-m-sm-5 {
    margin: 3rem !important;
  }
  .rtm-mt-sm-5,
  .rtm-my-sm-5 {
    margin-top: 3rem !important;
  }
  .rtm-mr-sm-5,
  .rtm-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .rtm-mb-sm-5,
  .rtm-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .rtm-ml-sm-5,
  .rtm-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .rtm-p-sm-0 {
    padding: 0 !important;
  }
  .rtm-pt-sm-0,
  .rtm-py-sm-0 {
    padding-top: 0 !important;
  }
  .rtm-pr-sm-0,
  .rtm-px-sm-0 {
    padding-right: 0 !important;
  }
  .rtm-pb-sm-0,
  .rtm-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .rtm-pl-sm-0,
  .rtm-px-sm-0 {
    padding-left: 0 !important;
  }
  .rtm-p-sm-1 {
    padding: 0.25rem !important;
  }
  .rtm-pt-sm-1,
  .rtm-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .rtm-pr-sm-1,
  .rtm-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .rtm-pb-sm-1,
  .rtm-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtm-pl-sm-1,
  .rtm-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .rtm-p-sm-2 {
    padding: 0.5rem !important;
  }
  .rtm-pt-sm-2,
  .rtm-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .rtm-pr-sm-2,
  .rtm-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .rtm-pb-sm-2,
  .rtm-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtm-pl-sm-2,
  .rtm-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .rtm-p-sm-3 {
    padding: 1rem !important;
  }
  .rtm-pt-sm-3,
  .rtm-py-sm-3 {
    padding-top: 1rem !important;
  }
  .rtm-pr-sm-3,
  .rtm-px-sm-3 {
    padding-right: 1rem !important;
  }
  .rtm-pb-sm-3,
  .rtm-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .rtm-pl-sm-3,
  .rtm-px-sm-3 {
    padding-left: 1rem !important;
  }
  .rtm-p-sm-4 {
    padding: 1.5rem !important;
  }
  .rtm-pt-sm-4,
  .rtm-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .rtm-pr-sm-4,
  .rtm-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .rtm-pb-sm-4,
  .rtm-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtm-pl-sm-4,
  .rtm-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .rtm-p-sm-5 {
    padding: 3rem !important;
  }
  .rtm-pt-sm-5,
  .rtm-py-sm-5 {
    padding-top: 3rem !important;
  }
  .rtm-pr-sm-5,
  .rtm-px-sm-5 {
    padding-right: 3rem !important;
  }
  .rtm-pb-sm-5,
  .rtm-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .rtm-pl-sm-5,
  .rtm-px-sm-5 {
    padding-left: 3rem !important;
  }
  .rtm-m-sm-n1 {
    margin: -0.25rem !important;
  }
  .rtm-mt-sm-n1,
  .rtm-my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .rtm-mr-sm-n1,
  .rtm-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .rtm-mb-sm-n1,
  .rtm-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .rtm-ml-sm-n1,
  .rtm-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .rtm-m-sm-n2 {
    margin: -0.5rem !important;
  }
  .rtm-mt-sm-n2,
  .rtm-my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .rtm-mr-sm-n2,
  .rtm-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .rtm-mb-sm-n2,
  .rtm-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .rtm-ml-sm-n2,
  .rtm-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .rtm-m-sm-n3 {
    margin: -1rem !important;
  }
  .rtm-mt-sm-n3,
  .rtm-my-sm-n3 {
    margin-top: -1rem !important;
  }
  .rtm-mr-sm-n3,
  .rtm-mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .rtm-mb-sm-n3,
  .rtm-my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .rtm-ml-sm-n3,
  .rtm-mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .rtm-m-sm-n4 {
    margin: -1.5rem !important;
  }
  .rtm-mt-sm-n4,
  .rtm-my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .rtm-mr-sm-n4,
  .rtm-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .rtm-mb-sm-n4,
  .rtm-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .rtm-ml-sm-n4,
  .rtm-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .rtm-m-sm-n5 {
    margin: -3rem !important;
  }
  .rtm-mt-sm-n5,
  .rtm-my-sm-n5 {
    margin-top: -3rem !important;
  }
  .rtm-mr-sm-n5,
  .rtm-mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .rtm-mb-sm-n5,
  .rtm-my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .rtm-ml-sm-n5,
  .rtm-mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .rtm-m-sm-auto {
    margin: auto !important;
  }
  .rtm-mt-sm-auto,
  .rtm-my-sm-auto {
    margin-top: auto !important;
  }
  .rtm-mr-sm-auto,
  .rtm-mx-sm-auto {
    margin-right: auto !important;
  }
  .rtm-mb-sm-auto,
  .rtm-my-sm-auto {
    margin-bottom: auto !important;
  }
  .rtm-ml-sm-auto,
  .rtm-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .rtm-m-md-0 {
    margin: 0 !important;
  }
  .rtm-mt-md-0,
  .rtm-my-md-0 {
    margin-top: 0 !important;
  }
  .rtm-mr-md-0,
  .rtm-mx-md-0 {
    margin-right: 0 !important;
  }
  .rtm-mb-md-0,
  .rtm-my-md-0 {
    margin-bottom: 0 !important;
  }
  .rtm-ml-md-0,
  .rtm-mx-md-0 {
    margin-left: 0 !important;
  }
  .rtm-m-md-1 {
    margin: 0.25rem !important;
  }
  .rtm-mt-md-1,
  .rtm-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .rtm-mr-md-1,
  .rtm-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .rtm-mb-md-1,
  .rtm-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtm-ml-md-1,
  .rtm-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .rtm-m-md-2 {
    margin: 0.5rem !important;
  }
  .rtm-mt-md-2,
  .rtm-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .rtm-mr-md-2,
  .rtm-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .rtm-mb-md-2,
  .rtm-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtm-ml-md-2,
  .rtm-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .rtm-m-md-3 {
    margin: 1rem !important;
  }
  .rtm-mt-md-3,
  .rtm-my-md-3 {
    margin-top: 1rem !important;
  }
  .rtm-mr-md-3,
  .rtm-mx-md-3 {
    margin-right: 1rem !important;
  }
  .rtm-mb-md-3,
  .rtm-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .rtm-ml-md-3,
  .rtm-mx-md-3 {
    margin-left: 1rem !important;
  }
  .rtm-m-md-4 {
    margin: 1.5rem !important;
  }
  .rtm-mt-md-4,
  .rtm-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .rtm-mr-md-4,
  .rtm-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .rtm-mb-md-4,
  .rtm-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtm-ml-md-4,
  .rtm-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .rtm-m-md-5 {
    margin: 3rem !important;
  }
  .rtm-mt-md-5,
  .rtm-my-md-5 {
    margin-top: 3rem !important;
  }
  .rtm-mr-md-5,
  .rtm-mx-md-5 {
    margin-right: 3rem !important;
  }
  .rtm-mb-md-5,
  .rtm-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .rtm-ml-md-5,
  .rtm-mx-md-5 {
    margin-left: 3rem !important;
  }
  .rtm-p-md-0 {
    padding: 0 !important;
  }
  .rtm-pt-md-0,
  .rtm-py-md-0 {
    padding-top: 0 !important;
  }
  .rtm-pr-md-0,
  .rtm-px-md-0 {
    padding-right: 0 !important;
  }
  .rtm-pb-md-0,
  .rtm-py-md-0 {
    padding-bottom: 0 !important;
  }
  .rtm-pl-md-0,
  .rtm-px-md-0 {
    padding-left: 0 !important;
  }
  .rtm-p-md-1 {
    padding: 0.25rem !important;
  }
  .rtm-pt-md-1,
  .rtm-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .rtm-pr-md-1,
  .rtm-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .rtm-pb-md-1,
  .rtm-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtm-pl-md-1,
  .rtm-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .rtm-p-md-2 {
    padding: 0.5rem !important;
  }
  .rtm-pt-md-2,
  .rtm-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .rtm-pr-md-2,
  .rtm-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .rtm-pb-md-2,
  .rtm-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtm-pl-md-2,
  .rtm-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .rtm-p-md-3 {
    padding: 1rem !important;
  }
  .rtm-pt-md-3,
  .rtm-py-md-3 {
    padding-top: 1rem !important;
  }
  .rtm-pr-md-3,
  .rtm-px-md-3 {
    padding-right: 1rem !important;
  }
  .rtm-pb-md-3,
  .rtm-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .rtm-pl-md-3,
  .rtm-px-md-3 {
    padding-left: 1rem !important;
  }
  .rtm-p-md-4 {
    padding: 1.5rem !important;
  }
  .rtm-pt-md-4,
  .rtm-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .rtm-pr-md-4,
  .rtm-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .rtm-pb-md-4,
  .rtm-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtm-pl-md-4,
  .rtm-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .rtm-p-md-5 {
    padding: 3rem !important;
  }
  .rtm-pt-md-5,
  .rtm-py-md-5 {
    padding-top: 3rem !important;
  }
  .rtm-pr-md-5,
  .rtm-px-md-5 {
    padding-right: 3rem !important;
  }
  .rtm-pb-md-5,
  .rtm-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .rtm-pl-md-5,
  .rtm-px-md-5 {
    padding-left: 3rem !important;
  }
  .rtm-m-md-n1 {
    margin: -0.25rem !important;
  }
  .rtm-mt-md-n1,
  .rtm-my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .rtm-mr-md-n1,
  .rtm-mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .rtm-mb-md-n1,
  .rtm-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .rtm-ml-md-n1,
  .rtm-mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .rtm-m-md-n2 {
    margin: -0.5rem !important;
  }
  .rtm-mt-md-n2,
  .rtm-my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .rtm-mr-md-n2,
  .rtm-mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .rtm-mb-md-n2,
  .rtm-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .rtm-ml-md-n2,
  .rtm-mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .rtm-m-md-n3 {
    margin: -1rem !important;
  }
  .rtm-mt-md-n3,
  .rtm-my-md-n3 {
    margin-top: -1rem !important;
  }
  .rtm-mr-md-n3,
  .rtm-mx-md-n3 {
    margin-right: -1rem !important;
  }
  .rtm-mb-md-n3,
  .rtm-my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .rtm-ml-md-n3,
  .rtm-mx-md-n3 {
    margin-left: -1rem !important;
  }
  .rtm-m-md-n4 {
    margin: -1.5rem !important;
  }
  .rtm-mt-md-n4,
  .rtm-my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .rtm-mr-md-n4,
  .rtm-mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .rtm-mb-md-n4,
  .rtm-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .rtm-ml-md-n4,
  .rtm-mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .rtm-m-md-n5 {
    margin: -3rem !important;
  }
  .rtm-mt-md-n5,
  .rtm-my-md-n5 {
    margin-top: -3rem !important;
  }
  .rtm-mr-md-n5,
  .rtm-mx-md-n5 {
    margin-right: -3rem !important;
  }
  .rtm-mb-md-n5,
  .rtm-my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .rtm-ml-md-n5,
  .rtm-mx-md-n5 {
    margin-left: -3rem !important;
  }
  .rtm-m-md-auto {
    margin: auto !important;
  }
  .rtm-mt-md-auto,
  .rtm-my-md-auto {
    margin-top: auto !important;
  }
  .rtm-mr-md-auto,
  .rtm-mx-md-auto {
    margin-right: auto !important;
  }
  .rtm-mb-md-auto,
  .rtm-my-md-auto {
    margin-bottom: auto !important;
  }
  .rtm-ml-md-auto,
  .rtm-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .rtm-m-lg-0 {
    margin: 0 !important;
  }
  .rtm-mt-lg-0,
  .rtm-my-lg-0 {
    margin-top: 0 !important;
  }
  .rtm-mr-lg-0,
  .rtm-mx-lg-0 {
    margin-right: 0 !important;
  }
  .rtm-mb-lg-0,
  .rtm-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .rtm-ml-lg-0,
  .rtm-mx-lg-0 {
    margin-left: 0 !important;
  }
  .rtm-m-lg-1 {
    margin: 0.25rem !important;
  }
  .rtm-mt-lg-1,
  .rtm-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .rtm-mr-lg-1,
  .rtm-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .rtm-mb-lg-1,
  .rtm-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtm-ml-lg-1,
  .rtm-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .rtm-m-lg-2 {
    margin: 0.5rem !important;
  }
  .rtm-mt-lg-2,
  .rtm-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .rtm-mr-lg-2,
  .rtm-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .rtm-mb-lg-2,
  .rtm-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtm-ml-lg-2,
  .rtm-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .rtm-m-lg-3 {
    margin: 1rem !important;
  }
  .rtm-mt-lg-3,
  .rtm-my-lg-3 {
    margin-top: 1rem !important;
  }
  .rtm-mr-lg-3,
  .rtm-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .rtm-mb-lg-3,
  .rtm-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .rtm-ml-lg-3,
  .rtm-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .rtm-m-lg-4 {
    margin: 1.5rem !important;
  }
  .rtm-mt-lg-4,
  .rtm-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .rtm-mr-lg-4,
  .rtm-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .rtm-mb-lg-4,
  .rtm-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtm-ml-lg-4,
  .rtm-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .rtm-m-lg-5 {
    margin: 3rem !important;
  }
  .rtm-mt-lg-5,
  .rtm-my-lg-5 {
    margin-top: 3rem !important;
  }
  .rtm-mr-lg-5,
  .rtm-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .rtm-mb-lg-5,
  .rtm-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .rtm-ml-lg-5,
  .rtm-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .rtm-p-lg-0 {
    padding: 0 !important;
  }
  .rtm-pt-lg-0,
  .rtm-py-lg-0 {
    padding-top: 0 !important;
  }
  .rtm-pr-lg-0,
  .rtm-px-lg-0 {
    padding-right: 0 !important;
  }
  .rtm-pb-lg-0,
  .rtm-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .rtm-pl-lg-0,
  .rtm-px-lg-0 {
    padding-left: 0 !important;
  }
  .rtm-p-lg-1 {
    padding: 0.25rem !important;
  }
  .rtm-pt-lg-1,
  .rtm-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .rtm-pr-lg-1,
  .rtm-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .rtm-pb-lg-1,
  .rtm-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtm-pl-lg-1,
  .rtm-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .rtm-p-lg-2 {
    padding: 0.5rem !important;
  }
  .rtm-pt-lg-2,
  .rtm-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .rtm-pr-lg-2,
  .rtm-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .rtm-pb-lg-2,
  .rtm-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtm-pl-lg-2,
  .rtm-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .rtm-p-lg-3 {
    padding: 1rem !important;
  }
  .rtm-pt-lg-3,
  .rtm-py-lg-3 {
    padding-top: 1rem !important;
  }
  .rtm-pr-lg-3,
  .rtm-px-lg-3 {
    padding-right: 1rem !important;
  }
  .rtm-pb-lg-3,
  .rtm-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .rtm-pl-lg-3,
  .rtm-px-lg-3 {
    padding-left: 1rem !important;
  }
  .rtm-p-lg-4 {
    padding: 1.5rem !important;
  }
  .rtm-pt-lg-4,
  .rtm-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .rtm-pr-lg-4,
  .rtm-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .rtm-pb-lg-4,
  .rtm-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtm-pl-lg-4,
  .rtm-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .rtm-p-lg-5 {
    padding: 3rem !important;
  }
  .rtm-pt-lg-5,
  .rtm-py-lg-5 {
    padding-top: 3rem !important;
  }
  .rtm-pr-lg-5,
  .rtm-px-lg-5 {
    padding-right: 3rem !important;
  }
  .rtm-pb-lg-5,
  .rtm-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .rtm-pl-lg-5,
  .rtm-px-lg-5 {
    padding-left: 3rem !important;
  }
  .rtm-m-lg-n1 {
    margin: -0.25rem !important;
  }
  .rtm-mt-lg-n1,
  .rtm-my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .rtm-mr-lg-n1,
  .rtm-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .rtm-mb-lg-n1,
  .rtm-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .rtm-ml-lg-n1,
  .rtm-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .rtm-m-lg-n2 {
    margin: -0.5rem !important;
  }
  .rtm-mt-lg-n2,
  .rtm-my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .rtm-mr-lg-n2,
  .rtm-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .rtm-mb-lg-n2,
  .rtm-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .rtm-ml-lg-n2,
  .rtm-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .rtm-m-lg-n3 {
    margin: -1rem !important;
  }
  .rtm-mt-lg-n3,
  .rtm-my-lg-n3 {
    margin-top: -1rem !important;
  }
  .rtm-mr-lg-n3,
  .rtm-mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .rtm-mb-lg-n3,
  .rtm-my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .rtm-ml-lg-n3,
  .rtm-mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .rtm-m-lg-n4 {
    margin: -1.5rem !important;
  }
  .rtm-mt-lg-n4,
  .rtm-my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .rtm-mr-lg-n4,
  .rtm-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .rtm-mb-lg-n4,
  .rtm-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .rtm-ml-lg-n4,
  .rtm-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .rtm-m-lg-n5 {
    margin: -3rem !important;
  }
  .rtm-mt-lg-n5,
  .rtm-my-lg-n5 {
    margin-top: -3rem !important;
  }
  .rtm-mr-lg-n5,
  .rtm-mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .rtm-mb-lg-n5,
  .rtm-my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .rtm-ml-lg-n5,
  .rtm-mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .rtm-m-lg-auto {
    margin: auto !important;
  }
  .rtm-mt-lg-auto,
  .rtm-my-lg-auto {
    margin-top: auto !important;
  }
  .rtm-mr-lg-auto,
  .rtm-mx-lg-auto {
    margin-right: auto !important;
  }
  .rtm-mb-lg-auto,
  .rtm-my-lg-auto {
    margin-bottom: auto !important;
  }
  .rtm-ml-lg-auto,
  .rtm-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .rtm-m-xl-0 {
    margin: 0 !important;
  }
  .rtm-mt-xl-0,
  .rtm-my-xl-0 {
    margin-top: 0 !important;
  }
  .rtm-mr-xl-0,
  .rtm-mx-xl-0 {
    margin-right: 0 !important;
  }
  .rtm-mb-xl-0,
  .rtm-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .rtm-ml-xl-0,
  .rtm-mx-xl-0 {
    margin-left: 0 !important;
  }
  .rtm-m-xl-1 {
    margin: 0.25rem !important;
  }
  .rtm-mt-xl-1,
  .rtm-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .rtm-mr-xl-1,
  .rtm-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .rtm-mb-xl-1,
  .rtm-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtm-ml-xl-1,
  .rtm-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .rtm-m-xl-2 {
    margin: 0.5rem !important;
  }
  .rtm-mt-xl-2,
  .rtm-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .rtm-mr-xl-2,
  .rtm-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .rtm-mb-xl-2,
  .rtm-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtm-ml-xl-2,
  .rtm-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .rtm-m-xl-3 {
    margin: 1rem !important;
  }
  .rtm-mt-xl-3,
  .rtm-my-xl-3 {
    margin-top: 1rem !important;
  }
  .rtm-mr-xl-3,
  .rtm-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .rtm-mb-xl-3,
  .rtm-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .rtm-ml-xl-3,
  .rtm-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .rtm-m-xl-4 {
    margin: 1.5rem !important;
  }
  .rtm-mt-xl-4,
  .rtm-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .rtm-mr-xl-4,
  .rtm-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .rtm-mb-xl-4,
  .rtm-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtm-ml-xl-4,
  .rtm-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .rtm-m-xl-5 {
    margin: 3rem !important;
  }
  .rtm-mt-xl-5,
  .rtm-my-xl-5 {
    margin-top: 3rem !important;
  }
  .rtm-mr-xl-5,
  .rtm-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .rtm-mb-xl-5,
  .rtm-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .rtm-ml-xl-5,
  .rtm-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .rtm-p-xl-0 {
    padding: 0 !important;
  }
  .rtm-pt-xl-0,
  .rtm-py-xl-0 {
    padding-top: 0 !important;
  }
  .rtm-pr-xl-0,
  .rtm-px-xl-0 {
    padding-right: 0 !important;
  }
  .rtm-pb-xl-0,
  .rtm-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .rtm-pl-xl-0,
  .rtm-px-xl-0 {
    padding-left: 0 !important;
  }
  .rtm-p-xl-1 {
    padding: 0.25rem !important;
  }
  .rtm-pt-xl-1,
  .rtm-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .rtm-pr-xl-1,
  .rtm-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .rtm-pb-xl-1,
  .rtm-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtm-pl-xl-1,
  .rtm-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .rtm-p-xl-2 {
    padding: 0.5rem !important;
  }
  .rtm-pt-xl-2,
  .rtm-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .rtm-pr-xl-2,
  .rtm-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .rtm-pb-xl-2,
  .rtm-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtm-pl-xl-2,
  .rtm-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .rtm-p-xl-3 {
    padding: 1rem !important;
  }
  .rtm-pt-xl-3,
  .rtm-py-xl-3 {
    padding-top: 1rem !important;
  }
  .rtm-pr-xl-3,
  .rtm-px-xl-3 {
    padding-right: 1rem !important;
  }
  .rtm-pb-xl-3,
  .rtm-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .rtm-pl-xl-3,
  .rtm-px-xl-3 {
    padding-left: 1rem !important;
  }
  .rtm-p-xl-4 {
    padding: 1.5rem !important;
  }
  .rtm-pt-xl-4,
  .rtm-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .rtm-pr-xl-4,
  .rtm-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .rtm-pb-xl-4,
  .rtm-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtm-pl-xl-4,
  .rtm-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .rtm-p-xl-5 {
    padding: 3rem !important;
  }
  .rtm-pt-xl-5,
  .rtm-py-xl-5 {
    padding-top: 3rem !important;
  }
  .rtm-pr-xl-5,
  .rtm-px-xl-5 {
    padding-right: 3rem !important;
  }
  .rtm-pb-xl-5,
  .rtm-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .rtm-pl-xl-5,
  .rtm-px-xl-5 {
    padding-left: 3rem !important;
  }
  .rtm-m-xl-n1 {
    margin: -0.25rem !important;
  }
  .rtm-mt-xl-n1,
  .rtm-my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .rtm-mr-xl-n1,
  .rtm-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .rtm-mb-xl-n1,
  .rtm-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .rtm-ml-xl-n1,
  .rtm-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .rtm-m-xl-n2 {
    margin: -0.5rem !important;
  }
  .rtm-mt-xl-n2,
  .rtm-my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .rtm-mr-xl-n2,
  .rtm-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .rtm-mb-xl-n2,
  .rtm-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .rtm-ml-xl-n2,
  .rtm-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .rtm-m-xl-n3 {
    margin: -1rem !important;
  }
  .rtm-mt-xl-n3,
  .rtm-my-xl-n3 {
    margin-top: -1rem !important;
  }
  .rtm-mr-xl-n3,
  .rtm-mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .rtm-mb-xl-n3,
  .rtm-my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .rtm-ml-xl-n3,
  .rtm-mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .rtm-m-xl-n4 {
    margin: -1.5rem !important;
  }
  .rtm-mt-xl-n4,
  .rtm-my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .rtm-mr-xl-n4,
  .rtm-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .rtm-mb-xl-n4,
  .rtm-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .rtm-ml-xl-n4,
  .rtm-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .rtm-m-xl-n5 {
    margin: -3rem !important;
  }
  .rtm-mt-xl-n5,
  .rtm-my-xl-n5 {
    margin-top: -3rem !important;
  }
  .rtm-mr-xl-n5,
  .rtm-mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .rtm-mb-xl-n5,
  .rtm-my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .rtm-ml-xl-n5,
  .rtm-mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .rtm-m-xl-auto {
    margin: auto !important;
  }
  .rtm-mt-xl-auto,
  .rtm-my-xl-auto {
    margin-top: auto !important;
  }
  .rtm-mr-xl-auto,
  .rtm-mx-xl-auto {
    margin-right: auto !important;
  }
  .rtm-mb-xl-auto,
  .rtm-my-xl-auto {
    margin-bottom: auto !important;
  }
  .rtm-ml-xl-auto,
  .rtm-mx-xl-auto {
    margin-left: auto !important;
  }
}

.rtm-text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.rtm-text-justify {
  text-align: justify !important;
}

.rtm-text-wrap {
  white-space: normal !important;
}

.rtm-text-nowrap {
  white-space: nowrap !important;
}

.rtm-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rtm-text-left {
  text-align: left !important;
}

.rtm-text-right {
  text-align: right !important;
}

.rtm-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .rtm-text-sm-left {
    text-align: left !important;
  }
  .rtm-text-sm-right {
    text-align: right !important;
  }
  .rtm-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .rtm-text-md-left {
    text-align: left !important;
  }
  .rtm-text-md-right {
    text-align: right !important;
  }
  .rtm-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .rtm-text-lg-left {
    text-align: left !important;
  }
  .rtm-text-lg-right {
    text-align: right !important;
  }
  .rtm-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .rtm-text-xl-left {
    text-align: left !important;
  }
  .rtm-text-xl-right {
    text-align: right !important;
  }
  .rtm-text-xl-center {
    text-align: center !important;
  }
}

.rtm-text-lowercase {
  text-transform: lowercase !important;
}

.rtm-text-uppercase {
  text-transform: uppercase !important;
}

.rtm-text-capitalize {
  text-transform: capitalize !important;
}

.rtm-font-weight-light {
  font-weight: 300 !important;
}

.rtm-font-weight-lighter {
  font-weight: lighter !important;
}

.rtm-font-weight-normal {
  font-weight: 400 !important;
}

.rtm-font-weight-bold {
  font-weight: 700 !important;
}

.rtm-font-weight-bolder {
  font-weight: bolder !important;
}

.rtm-font-italic {
  font-style: italic !important;
}

.rtm-text-white {
  color: #fff !important;
}

.rtm-text-primary {
  color: #007bff !important;
}

a.rtm-text-primary:hover, a.rtm-text-primary:focus {
  color: #0056b3 !important;
}

.rtm-text-secondary {
  color: #6c757d !important;
}

a.rtm-text-secondary:hover, a.rtm-text-secondary:focus {
  color: #494f54 !important;
}

.rtm-text-success {
  color: #28a745 !important;
}

a.rtm-text-success:hover, a.rtm-text-success:focus {
  color: #19692c !important;
}

.rtm-text-info {
  color: #17a2b8 !important;
}

a.rtm-text-info:hover, a.rtm-text-info:focus {
  color: #0f6674 !important;
}

.rtm-text-warning {
  color: #ffc107 !important;
}

a.rtm-text-warning:hover, a.rtm-text-warning:focus {
  color: #ba8b00 !important;
}

.rtm-text-danger {
  color: #dc3545 !important;
}

a.rtm-text-danger:hover, a.rtm-text-danger:focus {
  color: #a71d2a !important;
}

.rtm-text-light {
  color: #f8f9fa !important;
}

a.rtm-text-light:hover, a.rtm-text-light:focus {
  color: #cbd3da !important;
}

.rtm-text-dark {
  color: #343a40 !important;
}

a.rtm-text-dark:hover, a.rtm-text-dark:focus {
  color: #121416 !important;
}

.rtm-text-body {
  color: #212529 !important;
}

.rtm-text-muted {
  color: #6c757d !important;
}

.rtm-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.rtm-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.rtm-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.rtm-text-decoration-none {
  text-decoration: none !important;
}

.rtm-text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.rtm-text-reset {
  color: inherit !important;
}

.rtm-visible {
  visibility: visible !important;
}

.rtm-invisible {
  visibility: hidden !important;
}


.rtm-table th,
.rtm-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.rtm-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.rtm-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.rtm-table-sm th,
.rtm-table-sm td {
  padding: 0.3rem;
}

.rtm-table-bordered {
  border: 1px solid #dee2e6;
}

.rtm-table-bordered th,
.rtm-table-bordered td {
  border: 1px solid #dee2e6;
}

.rtm-table-bordered thead th,
.rtm-table-bordered thead td {
  border-bottom-width: 2px;
}

.rtm-table-borderless th,
.rtm-table-borderless td,
.rtm-table-borderless thead th,
.rtm-table-borderless tbody + tbody {
  border: 0;
}

.rtm-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.rtm-table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.rtm-table-primary,
.rtm-table-primary > th,
.rtm-table-primary > td {
  background-color: #b8daff;
}

.rtm-table-primary th,
.rtm-table-primary td,
.rtm-table-primary thead th,
.rtm-table-primary tbody + tbody {
  border-color: #7abaff;
}

.rtm-table-hover .rtm-table-primary:hover {
  background-color: #9fcdff;
}

.rtm-table-hover .rtm-table-primary:hover > td,
.rtm-table-hover .rtm-table-primary:hover > th {
  background-color: #9fcdff;
}

.rtm-table-secondary,
.rtm-table-secondary > th,
.rtm-table-secondary > td {
  background-color: #d6d8db;
}

.rtm-table-secondary th,
.rtm-table-secondary td,
.rtm-table-secondary thead th,
.rtm-table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.rtm-table-hover .rtm-table-secondary:hover {
  background-color: #c8cbcf;
}

.rtm-table-hover .rtm-table-secondary:hover > td,
.rtm-table-hover .rtm-table-secondary:hover > th {
  background-color: #c8cbcf;
}

.rtm-table-success,
.rtm-table-success > th,
.rtm-table-success > td {
  background-color: #c3e6cb;
}

.rtm-table-success th,
.rtm-table-success td,
.rtm-table-success thead th,
.rtm-table-success tbody + tbody {
  border-color: #8fd19e;
}

.rtm-table-hover .rtm-table-success:hover {
  background-color: #b1dfbb;
}

.rtm-table-hover .rtm-table-success:hover > td,
.rtm-table-hover .rtm-table-success:hover > th {
  background-color: #b1dfbb;
}

.rtm-table-info,
.rtm-table-info > th,
.rtm-table-info > td {
  background-color: #bee5eb;
}

.rtm-table-info th,
.rtm-table-info td,
.rtm-table-info thead th,
.rtm-table-info tbody + tbody {
  border-color: #86cfda;
}

.rtm-table-hover .rtm-table-info:hover {
  background-color: #abdde5;
}

.rtm-table-hover .rtm-table-info:hover > td,
.rtm-table-hover .rtm-table-info:hover > th {
  background-color: #abdde5;
}

.rtm-table-warning,
.rtm-table-warning > th,
.rtm-table-warning > td {
  background-color: #ffeeba;
}

.rtm-table-warning th,
.rtm-table-warning td,
.rtm-table-warning thead th,
.rtm-table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.rtm-table-hover .rtm-table-warning:hover {
  background-color: #ffe8a1;
}

.rtm-table-hover .rtm-table-warning:hover > td,
.rtm-table-hover .rtm-table-warning:hover > th {
  background-color: #ffe8a1;
}

.rtm-table-danger,
.rtm-table-danger > th,
.rtm-table-danger > td {
  background-color: #f5c6cb;
}

.rtm-table-danger th,
.rtm-table-danger td,
.rtm-table-danger thead th,
.rtm-table-danger tbody + tbody {
  border-color: #ed969e;
}

.rtm-table-hover .rtm-table-danger:hover {
  background-color: #f1b0b7;
}

.rtm-table-hover .rtm-table-danger:hover > td,
.rtm-table-hover .rtm-table-danger:hover > th {
  background-color: #f1b0b7;
}

.rtm-table-light,
.rtm-table-light > th,
.rtm-table-light > td {
  background-color: #fdfdfe;
}

.rtm-table-light th,
.rtm-table-light td,
.rtm-table-light thead th,
.rtm-table-light tbody + tbody {
  border-color: #fbfcfc;
}

.rtm-table-hover .rtm-table-light:hover {
  background-color: #ececf6;
}

.rtm-table-hover .rtm-table-light:hover > td,
.rtm-table-hover .rtm-table-light:hover > th {
  background-color: #ececf6;
}

.rtm-table-dark,
.rtm-table-dark > th,
.rtm-table-dark > td {
  background-color: #c6c8ca;
}

.rtm-table-dark th,
.rtm-table-dark td,
.rtm-table-dark thead th,
.rtm-table-dark tbody + tbody {
  border-color: #95999c;
}

.rtm-table-hover .rtm-table-dark:hover {
  background-color: #b9bbbe;
}

.rtm-table-hover .rtm-table-dark:hover > td,
.rtm-table-hover .rtm-table-dark:hover > th {
  background-color: #b9bbbe;
}

.rtm-table-active,
.rtm-table-active > th,
.rtm-table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.rtm-table-hover .rtm-table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.rtm-table-hover .rtm-table-active:hover > td,
.rtm-table-hover .rtm-table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.rtm-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.rtm-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.rtm-table-dark {
  color: #fff;
  background-color: #343a40;
}

.rtm-table-dark th,
.rtm-table-dark td,
.rtm-table-dark thead th {
  border-color: #454d55;
}

.rtm-table-dark.rtm-table-bordered {
  border: 0;
}

.rtm-table-dark.rtm-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.rtm-table-dark.rtm-table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .rtm-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rtm-table-responsive-sm > .rtm-table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .rtm-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rtm-table-responsive-md > .rtm-table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .rtm-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rtm-table-responsive-lg > .rtm-table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .rtm-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rtm-table-responsive-xl > .rtm-table-bordered {
    border: 0;
  }
}

.rtm-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rtm-table-responsive > .rtm-table-bordered {
  border: 0;
}

.rtm-w100 {
    width: 100% !important;
}

.rtm-text-align-center {
    text-align: center;
}

.rtm-text-align-left {
    text-align: left;
}

.rtm-text-align-right {
    text-align: right;
}

.rtm-text-no-wrap {
    white-space: nowrap;
}


.rtm-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}

.rtm-nav-link {
display: block;
padding: 0.5rem 1rem;
}

.rtm-nav-link:hover, .rtm-nav-link:focus {
text-decoration: none;
}

.rtm-nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}

.rtm-nav-tabs {
border-bottom: 1px solid #dee2e6;
}

.rtm-nav-tabs .rtm-nav-item {
margin-bottom: -1px;
}

.rtm-nav-tabs .rtm-nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}

.rtm-nav-tabs .rtm-nav-link:hover, .rtm-nav-tabs .rtm-nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}

.rtm-nav-tabs .rtm-nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}

.rtm-nav-tabs .rtm-nav-link.active,
.rtm-nav-tabs .rtm-nav-item.show .rtm-nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}

.rtm-nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.rtm-nav-pills .rtm-nav-link {
border-radius: 0.25rem;
}

.rtm-nav-pills .rtm-nav-link.active,
.rtm-nav-pills .show > .rtm-nav-link {
color: #fff;
background-color: #007bff;
}

.rtm-nav-fill .rtm-nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}

.rtm-nav-justified .rtm-nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}

.rtm-tab-content > .rtm-tab-pane {
    display: none;
}

.rtm-tab-content > .active {
    display: block;
}

.rtm-navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}

.rtm-navbar .container,
.rtm-navbar .container-fluid, .rtm-navbar .container-sm, .rtm-navbar .container-md, .rtm-navbar .container-lg, .rtm-navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}

.rtm-navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}

.rtm-navbar-brand:hover, .rtm-navbar-brand:focus {
text-decoration: none;
}

.rtm-navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}

.rtm-navbar-nav .rtm-nav-link {
padding-right: 0;
padding-left: 0;
}

.rtm-navbar-nav .dropdown-menu {
position: static;
float: none;
}

.rtm-navbar {
    display: none;
}

.rtm-navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.rtm-navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}

.rtm-navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}

.rtm-navbar-toggler:hover, .rtm-navbar-toggler:focus {
text-decoration: none;
}

.rtm-navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}

@media (max-width: 575.98px) {
.rtm-navbar-expand-sm > .container,
.rtm-navbar-expand-sm > .container-fluid, .rtm-navbar-expand-sm > .container-sm, .rtm-navbar-expand-sm > .container-md, .rtm-navbar-expand-sm > .container-lg, .rtm-navbar-expand-sm > .container-xl {
padding-right: 0;
padding-left: 0;
}
}

@media (min-width: 576px) {
.rtm-navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.rtm-navbar-expand-sm .rtm-navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.rtm-navbar-expand-sm .rtm-navbar-nav .dropdown-menu {
position: absolute;
}
.rtm-navbar-expand-sm .rtm-navbar-nav .rtm-nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.rtm-navbar-expand-sm > .container,
.rtm-navbar-expand-sm > .container-fluid, .rtm-navbar-expand-sm > .container-sm, .rtm-navbar-expand-sm > .container-md, .rtm-navbar-expand-sm > .container-lg, .rtm-navbar-expand-sm > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.rtm-navbar-expand-sm .rtm-navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.rtm-navbar-expand-sm .rtm-navbar-toggler {
display: none;
}
}

@media (max-width: 767.98px) {
.rtm-navbar-expand-md > .container,
.rtm-navbar-expand-md > .container-fluid, .rtm-navbar-expand-md > .container-sm, .rtm-navbar-expand-md > .container-md, .rtm-navbar-expand-md > .container-lg, .rtm-navbar-expand-md > .container-xl {
padding-right: 0;
padding-left: 0;
}
}

@media (min-width: 768px) {
.rtm-navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.rtm-navbar-expand-md .rtm-navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.rtm-navbar-expand-md .rtm-navbar-nav .dropdown-menu {
position: absolute;
}
.rtm-navbar-expand-md .rtm-navbar-nav .rtm-nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.rtm-navbar-expand-md > .container,
.rtm-navbar-expand-md > .container-fluid, .rtm-navbar-expand-md > .container-sm, .rtm-navbar-expand-md > .container-md, .rtm-navbar-expand-md > .container-lg, .rtm-navbar-expand-md > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.rtm-navbar-expand-md .rtm-navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.rtm-navbar-expand-md .rtm-navbar-toggler {
display: none;
}
}

@media (max-width: 991.98px) {
.rtm-navbar-expand-lg > .container,
.rtm-navbar-expand-lg > .container-fluid, .rtm-navbar-expand-lg > .container-sm, .rtm-navbar-expand-lg > .container-md, .rtm-navbar-expand-lg > .container-lg, .rtm-navbar-expand-lg > .container-xl {
padding-right: 0;
padding-left: 0;
}
}

@media (min-width: 992px) {
.rtm-navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.rtm-navbar-expand-lg .rtm-navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.rtm-navbar-expand-lg .rtm-navbar-nav .dropdown-menu {
position: absolute;
}
.rtm-navbar-expand-lg .rtm-navbar-nav .rtm-nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.rtm-navbar-expand-lg > .container,
.rtm-navbar-expand-lg > .container-fluid, .rtm-navbar-expand-lg > .container-sm, .rtm-navbar-expand-lg > .container-md, .rtm-navbar-expand-lg > .container-lg, .rtm-navbar-expand-lg > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.rtm-navbar-expand-lg .rtm-navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.rtm-navbar-expand-lg .rtm-navbar-toggler {
display: none;
}
}

@media (max-width: 1199.98px) {
.rtm-navbar-expand-xl > .container,
.rtm-navbar-expand-xl > .container-fluid, .rtm-navbar-expand-xl > .container-sm, .rtm-navbar-expand-xl > .container-md, .rtm-navbar-expand-xl > .container-lg, .rtm-navbar-expand-xl > .container-xl {
padding-right: 0;
padding-left: 0;
}
}

@media (min-width: 1200px) {
.rtm-navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.rtm-navbar-expand-xl .rtm-navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.rtm-navbar-expand-xl .rtm-navbar-nav .dropdown-menu {
position: absolute;
}
.rtm-navbar-expand-xl .rtm-navbar-nav .rtm-nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.rtm-navbar-expand-xl > .container,
.rtm-navbar-expand-xl > .container-fluid, .rtm-navbar-expand-xl > .container-sm, .rtm-navbar-expand-xl > .container-md, .rtm-navbar-expand-xl > .container-lg, .rtm-navbar-expand-xl > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.rtm-navbar-expand-xl .rtm-navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.rtm-navbar-expand-xl .rtm-navbar-toggler {
display: none;
}
}

.rtm-navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}

.rtm-navbar-expand > .container,
.rtm-navbar-expand > .container-fluid, .rtm-navbar-expand > .container-sm, .rtm-navbar-expand > .container-md, .rtm-navbar-expand > .container-lg, .rtm-navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0;
}

.rtm-navbar-expand .rtm-navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}

.rtm-navbar-expand .rtm-navbar-nav .dropdown-menu {
position: absolute;
}

.rtm-navbar-expand .rtm-navbar-nav .rtm-nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}

.rtm-navbar-expand > .container,
.rtm-navbar-expand > .container-fluid, .rtm-navbar-expand > .container-sm, .rtm-navbar-expand > .container-md, .rtm-navbar-expand > .container-lg, .rtm-navbar-expand > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}

.rtm-navbar-expand .rtm-navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}

.rtm-navbar-expand .rtm-navbar-toggler {
display: none;
}

.rtm-navbar-light .rtm-navbar-brand {
color: rgba(0, 0, 0, 0.9);
}

.rtm-navbar-light .rtm-navbar-brand:hover, .rtm-navbar-light .rtm-navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}

.rtm-navbar-light .rtm-navbar-nav .rtm-nav-link {
color: rgba(0, 0, 0, 0.5);
}

.rtm-navbar-light .rtm-navbar-nav .rtm-nav-link:hover, .rtm-navbar-light .rtm-navbar-nav .rtm-nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}

.rtm-navbar-light .rtm-navbar-nav .rtm-nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}

.rtm-navbar-light .rtm-navbar-nav .show > .rtm-nav-link,
.rtm-navbar-light .rtm-navbar-nav .active > .rtm-nav-link,
.rtm-navbar-light .rtm-navbar-nav .rtm-nav-link.show,
.rtm-navbar-light .rtm-navbar-nav .rtm-nav-link.active {
color: rgba(0, 0, 0, 0.9);
}

.rtm-navbar-light .rtm-navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}

.rtm-navbar-light .rtm-navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.rtm-navbar-light .rtm-navbar-text {
color: rgba(0, 0, 0, 0.5);
}

.rtm-navbar-light .rtm-navbar-text a {
color: rgba(0, 0, 0, 0.9);
}

.rtm-navbar-light .rtm-navbar-text a:hover, .rtm-navbar-light .rtm-navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}

.rtm-navbar-dark .rtm-navbar-brand {
color: #fff;
}

.rtm-navbar-dark .rtm-navbar-brand:hover, .rtm-navbar-dark .rtm-navbar-brand:focus {
color: #fff;
}

.rtm-navbar-dark .rtm-navbar-nav .rtm-nav-link {
color: rgba(255, 255, 255, 0.5);
}

.rtm-navbar-dark .rtm-navbar-nav .rtm-nav-link:hover, .rtm-navbar-dark .rtm-navbar-nav .rtm-nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}

.rtm-navbar-dark .rtm-navbar-nav .rtm-nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}

.rtm-navbar-dark .rtm-navbar-nav .show > .rtm-nav-link,
.rtm-navbar-dark .rtm-navbar-nav .active > .rtm-nav-link,
.rtm-navbar-dark .rtm-navbar-nav .rtm-nav-link.show,
.rtm-navbar-dark .rtm-navbar-nav .rtm-nav-link.active {
color: #fff;
}

.rtm-navbar-dark .rtm-navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}

.rtm-navbar-dark .rtm-navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.rtm-navbar-dark .rtm-navbar-text {
color: rgba(255, 255, 255, 0.5);
}

.rtm-navbar-dark .rtm-navbar-text a {
color: #fff;
}

.rtm-navbar-dark .rtm-navbar-text a:hover, .rtm-navbar-dark .rtm-navbar-text a:focus {
color: #fff;
}



.rtm-collapse:not(.show) {
  display: none;
}

.rtm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .rtm-collapsing {
    transition: none;
  }
}
