/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/sass/styles.scss ***!
  \*******************************************************************************************************************************************/
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1remrem;
  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) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(164.5, 187.747706422, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.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.25remrem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875remrem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1remrem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875remrem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25remrem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875remrem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #b71020;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875remrem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(183, 16, 32, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b71020;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b71020' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b71020' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b71020;
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b71020;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b71020' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b71020' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b71020;
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b71020;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b71020;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b71020;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(229.8994974874, 20.1005025126, 40.2010050251);
  background-color: rgb(229.8994974874, 20.1005025126, 40.2010050251);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b71020;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b71020;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b71020;
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.radio-wrap {
  text-align: left;
  display: flex;
  gap: 1rem;
  align-items: start;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
  flex-direction: column;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  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);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-footer .input-group {
  justify-content: center;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1remrem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #255dff;
  border-color: #255dff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 65.1834862385, 253.75);
  border-color: rgb(0, 61.9082568807, 241);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 65.1834862385, 253.75);
  border-color: rgb(0, 61.9082568807, 241);
  box-shadow: 0 0 0 0.2rem rgba(69.7, 117.3, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #255dff;
  border-color: #255dff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 61.9082568807, 241);
  border-color: rgb(0, 58.6330275229, 228.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69.7, 117.3, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b71020;
  border-color: #b71020;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(147.8253768844, 12.9246231156, 25.8492462312);
  border-color: rgb(136.1005025126, 11.8994974874, 23.7989949749);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(147.8253768844, 12.9246231156, 25.8492462312);
  border-color: rgb(136.1005025126, 11.8994974874, 23.7989949749);
  box-shadow: 0 0 0 0.2rem rgba(193.8, 51.85, 65.45, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b71020;
  border-color: #b71020;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(136.1005025126, 11.8994974874, 23.7989949749);
  border-color: rgb(124.3756281407, 10.8743718593, 21.7487437186);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.8, 51.85, 65.45, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #255dff;
  border-color: #255dff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #255dff;
  border-color: #255dff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #255dff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #255dff;
  border-color: #255dff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #b71020;
  border-color: #b71020;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b71020;
  border-color: #b71020;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b71020;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b71020;
  border-color: #b71020;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #255dff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 55.3577981651, 215.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25remrem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875remrem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.close {
  float: right;
  font-size: 1.5remrem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  cursor: pointer;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(19.24, 48.36, 132.6);
  background-color: rgb(211.4, 222.6, 255);
  border-color: rgb(193.96, 209.64, 255);
}
.alert-primary hr {
  border-top-color: rgb(168.46, 190.6904587156, 255);
}
.alert-primary .alert-link {
  color: rgb(12.7776712329, 32.1168493151, 88.0623287671);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(95.16, 8.32, 16.64);
  background-color: rgb(240.6, 207.2, 210.4);
  border-color: rgb(234.84, 188.08, 192.56);
}
.alert-danger hr {
  border-top-color: rgb(228.9364630225, 168.4835369775, 174.2754340836);
}
.alert-danger .alert-link {
  color: rgb(48.2605025126, 4.2194974874, 8.4389949749);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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: 1remrem;
  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;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.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;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #255dff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875remrem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #255dff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 55.3577981651, 215.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #b71020 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(112.6507537688, 9.8492462312, 19.6984924623) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.color--white {
  color: #fff;
}

.bg--white {
  background-color: #fff;
}

.color--black {
  color: #000;
}

.bg--black {
  background-color: #000;
}

.color--gray {
  color: #414141;
}

.bg--gray {
  background-color: #414141;
}

.color--gray-a {
  color: #454545;
}

.bg--gray-a {
  background-color: #454545;
}

.color--gray-c {
  color: #999;
}

.bg--gray-c {
  background-color: #999;
}

.color--gray-light-b {
  color: #f5f5f5;
}

.bg--gray-light-b {
  background-color: #f5f5f5;
}

.color--blue {
  color: #255dff;
}

.bg--blue {
  background-color: #255dff;
}

.color--blue-dark {
  color: #164be2;
}

.bg--blue-dark {
  background-color: #164be2;
}

.color--blue-darker {
  color: #142585;
}

.bg--blue-darker {
  background-color: #142585;
}

.color--blue-light {
  color: #f1f3fa;
}

.bg--blue-light {
  background-color: #f1f3fa;
}

html.sr .load-hidden {
  visibility: hidden;
}

.--no-scroll {
  overflow: hidden;
}

.--hidden {
  display: none;
}

body {
  color: #000;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s ease;
}
a:hover {
  color: #414141;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
}

h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.body-copy--sm {
  font-size: 0.875rem;
  line-height: 1.375;
}
.body-copy--xs {
  font-size: 0.75rem;
  line-height: 1.25;
}
.body-copy--xxs {
  font-size: 0.625rem;
  line-height: 1;
}
.body-copy--lg {
  font-size: 1.125rem;
  line-height: 1.75;
}
.body-copy--xl {
  font-size: 1.25rem;
  line-height: 1.6;
}

p,
a {
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
}

p {
  color: #000;
  font-size: 1rem;
  line-height: 1.625;
}
p + p {
  margin-top: 1em;
}

p + h2 {
  margin-top: 1.125em;
}

p + h4,
ul + h4,
ol + h4 {
  margin-top: 1em;
}

p + h2,
ul + h2,
ol + h2 {
  margin-top: 1em;
}

p + h3,
ul + h3,
ol + h3 {
  margin-top: 0.75em;
}

h2 + h3 {
  margin-top: -0.35em;
}

.color--green {
  color: #008740;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
}

#main-content {
  padding-right: 0;
  padding-left: 0;
}

body::not(.create-page) #main-content {
  padding-top: 2.5em;
}

.container--lg {
  max-width: 1440px;
}

a.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-link:focus, a.skip-link:active {
  color: #fff;
  background-color: #142585;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #255dff;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.has-overlay {
  position: relative;
}
.has-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.has-overlay > * {
  position: relative;
}

#matgen-loader-container.full-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#nia-user-nav a {
  text-decoration: none;
}

code {
  background-color: rgb(94, 84, 70);
  color: #00f4a4;
  padding: 0.5em;
  font-weight: 100;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-family: Arial;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.big-button--blue {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #fff;
  font-family: Roboto, "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #255dff;
  border: 1.5px solid #255dff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: ease-in-out 250ms;
}
.big-button--blue-darker {
  background-color: #142585;
}
.big-button--blue:hover {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
  transform: scale(1.05);
}
.big-button--blue.back-button {
  color: white !important;
  text-decoration: none;
}
.big-button--blue.back-button:hover {
  background: #142585;
  border-color: #142585;
  transform: scale(1.05);
}
.big-button--blue.button--hollow {
  background-color: white;
  border: 1px solid #255dff;
  color: #255dff;
}
.big-button--blue.button--hollow:hover {
  color: white;
  background-color: #255dff;
}

.small-button--blue {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #255dff;
  border: 1.5px solid #255dff;
  border-radius: 5em !important;
  font-size: 1rem;
  padding: 0.375rem 1.5rem;
  margin: 0;
  font-family: ArialMT, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-weight: 400 !important;
  transition: ease-in-out 250ms;
}
.small-button--blue:hover {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: scale(1.05);
}
.small-button--blue.login {
  font-size: 0.875rem;
  padding: 0.55rem 1rem;
  line-height: 1.5;
}
.small-button--blue.button--hollow {
  background-color: white;
  border: 1px solid #255dff;
  color: #255dff;
}
.small-button--blue.button--hollow:hover {
  color: white;
  background-color: #255dff;
}

#study-materials-list-header-inner .small-button--blue.button--hollow {
  margin: 0 0.25rem;
}

.footer {
  padding: 0;
  padding-top: 4.5em;
  background-position: left bottom, right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 7rem;
  }
}
.page-home .footer {
  margin-top: auto;
}
.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__nav__item {
  color: #686868;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: center;
  padding: 0.5em 1em;
}
.footer__logo {
  display: block;
  width: 15rem;
  margin: 1rem auto;
  margin-bottom: 3rem;
}
.footer__copyright {
  color: #686868;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: center;
}

.outreach-foot {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 0 2rem;
  flex-wrap: wrap;
}
.outreach-foot.blue-bg {
  background-color: #255dff;
}
.outreach-foot.purple-bg {
  background-color: #a323e2;
}
.outreach-foot a {
  color: white;
  margin: 0 1rem;
  text-decoration: none;
  margin-top: 1rem;
}
.outreach-foot a:hover {
  font-weight: bold;
}

.button:focus {
  outline: 2px solid #000;
}
.button--blue.button--icon-arrow-left, .button--blue.button--muted.button--icon-arrow-left, .button--blue.button--muted.button--sm.button--icon-arrow-left, .button--green.button--icon-arrow-left, .button--green.button--muted.button--icon-arrow-left, .button--green.button--muted.button--sm.button--icon-arrow-left, .button--purple.button--icon-arrow-left, .button--purple.button--muted.button--icon-arrow-left, .button--purple.button--muted.button--sm.button--icon-arrow-left, .button--orange.button--icon-arrow-left, .button--orange.button--muted.button--icon-arrow-left, .button--orange.button--muted.button--sm.button--icon-arrow-left {
  display: inline-flex;
}
.button--blue.button--sm, .button--blue.button--muted.button--sm, .button--blue.button--hollow.button--sm, .button--green.button--sm, .button--green.button--muted.button--sm, .button--green.button--hollow.button--sm, .button--purple.button--sm, .button--purple.button--muted.button--sm, .button--purple.button--hollow.button--sm, .button--orange.button--sm, .button--orange.button--muted.button--sm, .button--orange.button--hollow.button--sm {
  padding: 0.45em 1.5em;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.6;
}
.button--blue:focus, .button--green:focus, .button--purple:focus, .button--orange:focus {
  outline: 2px solid #000;
}
.button--blue {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #fff;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #255dff;
  border: 1.5px solid #255dff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--blue:not(.disabled, .current-page):hover, .button--blue:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--blue:visited {
  color: #fff;
  text-decoration: none;
}
.button--blue:focus {
  outline: 1px solid #000;
}
.button--blue.button--hollow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #255dff;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  border-color: #255dff;
}
.button--blue.button--hollow:not(.disabled, .current-page):hover, .button--blue.button--hollow:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--blue.button--hollow:visited {
  color: #255dff;
  text-decoration: none;
}
.button--blue.button--hollow:hover {
  color: #fff;
  border-color: #255dff;
  background-color: #255dff;
}
.button--blue.button--hollow:focus {
  color: #fff;
  border-color: #255dff;
  background-color: rgb(0, 61.9082568807, 241);
}
.button--blue.button--muted {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #255dff;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #e7edff;
  border: 1.5px solid #e7edff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--blue.button--muted:not(.disabled, .current-page):hover, .button--blue.button--muted:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--blue.button--muted:visited {
  color: #255dff;
  text-decoration: none;
}
.button--blue.button--muted:hover, .button--blue.button--muted:focus {
  color: #fff;
  border-color: #255dff;
  background-color: #255dff;
}
.button--blue-darker {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #fff;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #142585;
  border: 1.5px solid #142585;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--blue-darker:not(.disabled, .current-page):hover, .button--blue-darker:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--blue-darker:visited {
  color: #fff;
  text-decoration: none;
}
.button--blue-darker:focus {
  outline: 1px solid #000;
}
.button--blue-darker.button--hollow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #142585;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  border-color: transparent;
}
.button--blue-darker.button--hollow:not(.disabled, .current-page):hover, .button--blue-darker.button--hollow:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--blue-darker.button--hollow:visited {
  color: #142585;
  text-decoration: none;
}
.button--blue-darker.button--hollow:hover, .button--blue-darker.button--hollow:focus {
  color: #fff;
  border-color: #142585;
  background-color: #142585;
}
.button--blue-darker.button--muted {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #142585;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #e7edff;
  border: 1.5px solid #e7edff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--blue-darker.button--muted:not(.disabled, .current-page):hover, .button--blue-darker.button--muted:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--blue-darker.button--muted:visited {
  color: #142585;
  text-decoration: none;
}
.button--blue-darker.button--muted:hover, .button--blue-darker.button--muted:focus {
  color: #fff;
  border-color: #142585;
  background-color: #142585;
}
.button--purple {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #fff;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #a323e2;
  border: 1.5px solid #a323e2;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--purple:not(.disabled, .current-page):hover, .button--purple:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--purple:visited {
  color: #fff;
  text-decoration: none;
}
.button--purple.button--hollow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #a323e2;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  border-color: #a323e2;
}
.button--purple.button--hollow:not(.disabled, .current-page):hover, .button--purple.button--hollow:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--purple.button--hollow:visited {
  color: #a323e2;
  text-decoration: none;
}
.button--purple.button--hollow:hover, .button--purple.button--hollow:focus {
  color: #fff;
  border-color: #a323e2;
  background-color: #a323e2;
}
.button--purple.button--muted {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #a323e2;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #f5e6ff;
  border: 1.5px solid #f5e6ff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--purple.button--muted:not(.disabled, .current-page):hover, .button--purple.button--muted:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--purple.button--muted:visited {
  color: #a323e2;
  text-decoration: none;
}
.button--purple.button--muted:hover, .button--purple.button--muted:focus {
  color: #fff;
  border-color: #a323e2;
  background-color: #a323e2;
}
.button--green {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #fff;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #008740;
  border: 1.5px solid #008740;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--green:not(.disabled, .current-page):hover, .button--green:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--green:visited {
  color: #fff;
  text-decoration: none;
}
.button--green.button--hollow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #008740;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  border-color: #008740;
}
.button--green.button--hollow:not(.disabled, .current-page):hover, .button--green.button--hollow:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--green.button--hollow:visited {
  color: #008740;
  text-decoration: none;
}
.button--green.button--hollow:hover, .button--green.button--hollow:focus {
  color: #fff;
  border-color: #008740;
  background-color: #008740;
}
.button--green.button--muted {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #008740;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #d8f6e4;
  border: 1.5px solid #d8f6e4;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--green.button--muted:not(.disabled, .current-page):hover, .button--green.button--muted:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--green.button--muted:visited {
  color: #008740;
  text-decoration: none;
}
.button--green.button--muted:hover, .button--green.button--muted:focus {
  color: #fff;
  border-color: #008740;
  background-color: #008740;
}
.button--orange {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #fff;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #cc2500;
  border: 1.5px solid #cc2500;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--orange:not(.disabled, .current-page):hover, .button--orange:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--orange:visited {
  color: #fff;
  text-decoration: none;
}
.button--orange:focus {
  outline: 2px solid #000;
}
.button--orange.button--hollow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #cc2500;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  border-color: #cc2500;
}
.button--orange.button--hollow:not(.disabled, .current-page):hover, .button--orange.button--hollow:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--orange.button--hollow:visited {
  color: #cc2500;
  text-decoration: none;
}
.button--orange.button--hollow:hover, .button--orange.button--hollow:focus {
  color: #fff;
  border-color: #cc2500;
  background-color: #cc2500;
}
.button--orange.button--muted {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em;
  padding: 1em 2.5em;
  color: #cc2500;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #ffe3d9;
  border: 1.5px solid #ffe3d9;
  border-radius: 5em !important;
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.button--orange.button--muted:not(.disabled, .current-page):hover, .button--orange.button--muted:not(.disabled, .current-page):focus {
  color: #fff !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
.button--orange.button--muted:visited {
  color: #cc2500;
  text-decoration: none;
}
.button--orange.button--muted:hover, .button--orange.button--muted:focus {
  color: #fff;
  border-color: #cc2500;
  background-color: #cc2500;
}
.button--icon-create {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.95em 3em 1.1em 2em;
  font-size: 1rem;
}
.button--icon-create .button__icon {
  position: relative;
  display: block;
  width: 2.1875rem;
  margin-right: 0.5em;
}
.button--icon-arrow-left {
  align-items: center;
}
.button--icon-arrow-left .button__icon {
  position: relative;
  display: block;
  width: 0.65em;
  height: 0.65em;
  margin-right: 0.5em;
}
.button--icon-arrow-left .button__icon img {
  position: absolute;
  transition: 0.3s ease;
}
.button--icon-arrow-left .button__icon img:first-of-type {
  opacity: 1;
  visibility: visible;
}
.button--icon-arrow-left .button__icon img:last-of-type {
  opacity: 0;
  visibility: hidden;
}
.button--icon-arrow-left:hover .button__icon img:first-of-type, .button--icon-arrow-left:focus .button__icon img:first-of-type {
  opacity: 0;
  visibility: hidden;
}
.button--icon-arrow-left:hover .button__icon img:last-of-type, .button--icon-arrow-left:focus .button__icon img:last-of-type {
  opacity: 1;
  visibility: visible;
}

.feedback-btn {
  position: fixed;
  height: 40px;
  width: 112px;
  top: 35%;
  right: 0;
  background-color: #a323e2;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transform: rotate(-90deg);
  margin-right: -40px;
  padding-top: 7px;
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  z-index: 2147483647;
}
.feedback-btn:focus {
  outline: 2px solid #000;
}
@keyframes pulse {
  0% {
    transform: scale(0.95) rotate(-90deg);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1) rotate(-90deg);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95) rotate(-90deg);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.feedback-btn.pulse {
  color: white;
  text-decoration: none;
  transform: scale(1.025) rotate(-90deg);
  background-color: #008740;
  animation: pulse 2s infinite;
}
.feedback-btn:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.025) rotate(-90deg);
}

.button--cancel {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.5em;
  padding: 0.75em 3.5em;
  color: #767676;
  font-family: Roboto, "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #767676;
  border-radius: 5em;
  transition: 0.3s ease;
}
.button--cancel:hover, .button--cancel:focus {
  color: white;
  background-color: #767676;
  border-color: white;
  text-decoration: none;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}

.button--blue-darker-hollow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0 0.5em;
  padding: 0.75em 1.5em;
  color: #142585;
  font-family: Roboto, "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #142585;
  border-radius: 5em !important;
  outline: none;
  transition: 0.3s ease;
}
.button--blue-darker-hollow:hover, .button--blue-darker-hollow:focus, .button--blue-darker-hollow.active {
  color: white;
  background-color: #142585;
  border-color: white;
  text-decoration: none;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}

#plain-lang-review {
  display: block;
  margin-bottom: 4rem;
  color: #0061f0 !important;
}

/*
#study-material-save,
#study-material-back {
  font-size: 1em;
  padding: 5px 14px;
  margin: 0 auto;
  margin-bottom: 0.75rem;

  @media screen and (max-width: 1429px) {
    //font-size: 0.8em;
  }
} */
fieldset .toggle {
  margin: 1rem 0 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
fieldset .toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
fieldset .toggle input + label {
  margin: 0 auto;
  width: 100%;
  font-size: 0.8em;
  border-radius: 0;
  background-color: white;
  color: #1fa7c6;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  line-height: 140%;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
fieldset .toggle input + label:hover {
  font-weight: bold;
  color: white;
  background-color: #177b91;
}
fieldset .toggle input + label:hover a {
  color: white;
}
fieldset .toggle input + label a {
  color: #1fa7c6;
  text-decoration: none;
}
fieldset .toggle input + label a:hover {
  color: white;
}
fieldset .toggle input:checked + label {
  background-color: #1fa7c6;
  color: #fff;
  border-color: #1fa7c6;
  z-index: 1;
}
fieldset .toggle input:checked + label a {
  color: white;
  text-decoration: none;
}
fieldset .toggle input:checked + label:hover {
  background-color: #177b91;
}
fieldset .toggle input:focus + label {
  outline: dotted 1px #ccc;
  outline-offset: 0.45rem;
}
fieldset input:checked + label {
  background-color: #1fa7c6;
  color: #fff;
  border-color: #1fa7c6;
  z-index: 1;
}
fieldset input:focus + label {
  outline: dotted 1px #ccc;
  outline-offset: 0.45rem;
}

.preview-btns-group {
  width: 550px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 1rem;
}
.preview-btns-group .radio-group {
  display: inline-block;
}

#alert-modal-yes-button,
#alert-modal-no-button {
  border-radius: 5em !important;
}

.button--dropdown {
  cursor: pointer;
  position: relative;
}
.material-card__options .button--dropdown, .card--my-material .button--dropdown.material-card__status {
  padding-right: 2.4em;
}
.material-card__options .button--dropdown {
  margin: auto 0 0;
}
.button--dropdown::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 50%;
  right: 0.75rem;
  border-top: 5px solid #454545;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.button--dropdown:hover::after, .button--dropdown.--active::after {
  border-top-color: #fff;
}
.button--dropdown.--active + .button-dropdown__container {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.3s ease, opacity 0.2s ease;
  visibility: visible;
}

.button-dropdown__container {
  position: absolute;
  width: 8.75rem;
  height: auto;
  top: calc(100% + 0.45rem);
  left: 0;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: 0.3s ease, opacity 0.2s ease;
  visibility: hidden;
  z-index: 1;
}
.material-card__status + .button-dropdown__container {
  top: 2.7em;
  right: 1rem;
  left: unset;
}
.button-dropdown__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.button-dropdown__item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  transition: 0.3s ease;
}
.button-dropdown__item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.button-dropdown__item:first-child a {
  border-radius: 3px 3px 0 0;
}
.button-dropdown__item:last-child a {
  border-radius: 0 0 3px 3px;
}
.button-dropdown__item a {
  position: relative;
  display: block;
  color: #454545;
  font-size: 0.5625rem;
  line-height: 1.2;
  width: 100%;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: 0.3s ease;
}
.button-dropdown__item a:hover, .button-dropdown__item a:focus {
  background-color: #164be2;
  color: #fff;
}

.option-card {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.25s ease;
}
.option-card:not(.distribution-question):hover, .option-card:focus {
  border-color: #255dff;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}
.option-card.distribution-question:hover:not(.disabled) {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}
.option-card.--selected {
  border-color: #255dff;
}
.option-card.--selected .option-card__graphic {
  background-color: #255dff;
}
.option-card.--selected .option-card__graphic .option-card__icon {
  background-color: #164be2;
}
.option-card.--selected .option-card__copy {
  color: #255dff;
}
.option-card__graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
  padding: 1.325em 1.275em 1.275em 1.325em;
  background-color: #f5f5f5;
  transition: 0.1s linear;
  border-radius: 3px 0 0 3px;
}
.option-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  background-color: #e8e8e8;
  border-radius: 100%;
  transition: 0.1s linear;
  height: 3.625rem;
}
.option-card__icon img {
  width: 2.625rem;
  height: 2.625rem;
}
.option-card__copy {
  font-size: 1.25rem;
  color: #454545;
  font-weight: bold;
  line-height: 1.3;
  padding-right: 1.25em;
}
.option-card--sm {
  border-color: #d8d8d8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  font-weight: 500;
}
.option-card--sm .option-card__graphic {
  margin-right: 0;
  padding: 0.825rem 0.625rem;
}
.option-card--sm .option-card__icon,
.option-card--sm .option-card__icon img {
  width: 2.625rem;
  height: 2.625rem;
}
.option-card--sm .option-card__copy {
  padding: 0.5em;
  color: #454545;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.2;
  word-break: break-word;
}

.bg--purple .header {
  color: #fff;
}
.bg--purple .header__inner {
  background-color: #a323e2;
}
.bg--purple .header__nav__item {
  color: white;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 3.125rem;
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  position: relative;
  top: -1em;
  left: 2.5em;
}
.header__nav__item {
  padding: 1.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #454545;
  text-decoration: none;
}
.header__nav__item:hover {
  color: #245dff;
  transform: scale(1.075);
}
.bg--blue .header__nav__item {
  color: #fff;
}
.header__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__title__icon {
  flex: 0 0 2.9375rem;
}
.header__title h1 {
  margin-bottom: 0;
  margin-left: 0.5em;
  flex: 1 0 auto;
  color: #255dff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.header__logo {
  flex: 0 1 14.375rem;
  padding: 1.5rem 0;
}

#my-mats,
#my-studies {
  display: none;
}

.NIA-banner__blue {
  background-color: #255dff;
}
.NIA-banner__blue img {
  width: 200px;
  margin: 0.75rem 4rem;
}
.NIA-banner__purple {
  background-color: #a323e2;
}
.NIA-banner__purple img {
  width: 200px;
  margin: 0.75rem 4rem;
}

.option-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 1.15em 1.5em 1.15em 2.25em;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.option-toggle__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.option-toggle__description {
  margin-bottom: 0;
  color: #454545;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.6666666667;
}
.option-toggle__button {
  cursor: pointer;
  display: flex;
  justify-content: stretch;
  align-items: center;
  min-width: 7rem;
  margin: 0 0 0 1rem;
  padding: 0;
  border-radius: 5px;
  border: 2px solid #255dff;
  outline: none;
  background-color: #fff;
  overflow: hidden;
}
.option-toggle__option {
  display: inline-block;
  width: 50%;
  padding: 0.65em 1em;
  background-color: #fff;
  color: #454545;
  font-size: 0.625rem;
  line-height: 1.6;
  transition: 0.3s ease;
}
.option-toggle__option.--active {
  background-color: #255dff;
  color: #fff;
}
.option-toggle--standalone {
  background-color: transparent;
  padding: 0;
}
.option-toggle--standalone .option-toggle__button {
  margin-left: unset;
}

.matgen-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.matgen-progress-bar__inner {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0 2em;
  margin: 0;
  list-style: none;
}
.matgen-progress-bar__unit {
  flex: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.875rem;
  text-align: center;
}
.matgen-progress-bar__unit__dot {
  position: absolute;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  top: -8px;
  border-radius: 100%;
  border: 2px solid #a5a5a5;
  background-color: white;
  z-index: 1;
  color: #a5a5a5;
  font-weight: 700;
}
.--complete .matgen-progress-bar__unit__dot, .--active .matgen-progress-bar__unit__dot {
  background-color: #255dff;
  color: white;
  border: 2px solid #255dff;
}
.matgen-progress-bar__unit__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  top: 5px;
  background-color: #a5a5a5;
  z-index: 0;
}
.matgen-progress-bar__unit:first-child .matgen-progress-bar__unit__line, .matgen-progress-bar__unit:last-child .matgen-progress-bar__unit__line {
  width: 50%;
}
.matgen-progress-bar__unit:first-child .matgen-progress-bar__unit__line {
  left: 50%;
}
.matgen-progress-bar__unit:last-child .matgen-progress-bar__unit__line {
  right: 50%;
}
.--complete .matgen-progress-bar__unit__line, .--active .matgen-progress-bar__unit__line {
  background-color: #255dff;
}
.matgen-progress-bar__unit__title {
  position: relative;
  margin-top: 1em;
  top: 100%;
  color: #767676;
  font-size: 0.75rem;
  line-height: 1.6;
  transition: 0.3s ease;
}
.--active .matgen-progress-bar__unit__title {
  font-weight: 600;
}
.matgen-progress-bar__unit--current-step .matgen-progress-bar__unit__title {
  color: #255dff;
}

.matgen-progress-bar-purple {
  display: flex;
  justify-content: center;
  align-items: center;
}
.matgen-progress-bar-purple__inner {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0 2em;
  margin: 0;
  list-style: none;
}
.matgen-progress-bar-purple__unit {
  flex: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.875rem;
  text-align: center;
}
.matgen-progress-bar-purple__unit__dot {
  position: absolute;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  top: 0;
  border-radius: 100%;
  background-color: #d8d8d8;
  z-index: 1;
}
.--complete .matgen-progress-bar-purple__unit__dot, .--active .matgen-progress-bar-purple__unit__dot {
  background-color: #a323e2;
}
.matgen-progress-bar-purple__unit__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  top: 5px;
  background-color: #d8d8d8;
  z-index: 0;
}
.matgen-progress-bar-purple__unit:first-child .matgen-progress-bar-purple__unit__line, .matgen-progress-bar-purple__unit:last-child .matgen-progress-bar-purple__unit__line {
  width: 50%;
}
.matgen-progress-bar-purple__unit:first-child .matgen-progress-bar-purple__unit__line {
  left: 50%;
}
.matgen-progress-bar-purple__unit:last-child .matgen-progress-bar-purple__unit__line {
  right: 50%;
}
.--complete .matgen-progress-bar-purple__unit__line, .--active .matgen-progress-bar-purple__unit__line {
  background-color: #a323e2;
}
.matgen-progress-bar-purple__unit__title {
  position: relative;
  margin-top: 1em;
  top: 100%;
  color: #212121;
  font-size: 0.75rem;
  line-height: 1.6;
  transition: 0.3s ease;
}
.--active .matgen-progress-bar-purple__unit__title {
  font-weight: 600;
}
.matgen-progress-bar-purple__unit--current-step .matgen-progress-bar-purple__unit__title {
  color: #a323e2;
}

.progress-tracker {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 17.5rem;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.progress-tracker__inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}
.progress-tracker__header {
  flex: 1;
  padding: 0.55em 0.5em 0.6em;
  border-radius: 3px 3px 0 0;
  background-color: #142585;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.00625em;
  text-align: center;
}
.progress-tracker__steps {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 2.1875rem;
}
.progress-tracker__steps__title {
  margin: 0 auto -0.4em;
  font-size: 0.625rem;
  line-height: 1.6;
  text-align: center;
  color: #454545;
}
.progress-tracker__step {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3.875rem;
  border: 2px dashed #999;
}
.progress-tracker__step .option-card {
  width: 100%;
}
.progress-tracker__step:not(:last-child) {
  margin-bottom: 1rem;
}
.progress-tracker__step:not(:first-child) {
  margin-top: 1rem;
}
.progress-tracker__step__placeholder {
  color: #686868;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
}
.progress-tracker__step.--complete {
  border: none;
}

.range-slider {
  position: relative;
}
.range-slider__line {
  flex: 1 0 100%;
}
.range-slider__line--base {
  border: 1px solid #d8d8d8;
  z-index: 0;
}
.range-slider__line--range {
  position: absolute;
  left: 1em;
  right: 3em;
  border: 1px solid #255dff;
  z-index: 1;
}
.range-slider__handle {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #255dff;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.range-slider__handle:hover, .range-slider__handle:focus {
  box-shadow: 0 1.5px 2px 0 rgba(0, 0, 0, 0.35);
}
.range-slider__handle--left {
  left: 1em;
}
.range-slider__handle--right {
  right: 3em;
}
.range-slider__handle__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.25em);
  font-size: 0.875rem;
  color: #454545;
}

.option-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -1em;
}
.option-buttons__accordion {
  flex: 1 1 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease;
  visibility: hidden;
}
.option-buttons__accordion.--visible {
  max-height: 1000px;
  opacity: 1;
  transition: 0.5s ease;
  visibility: visible;
}
.option-buttons__accordion-toggle {
  flex: 1 0 100%;
  position: relative;
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
.option-buttons__accordion-toggle__link {
  position: relative;
  display: inline-block;
}
.option-buttons__accordion-toggle__link:hover, .option-buttons__accordion-toggle__link:focus {
  color: #142585;
}
.option-buttons .accordion-toggle__arrow {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0 !important;
  margin-left: 0.5em;
  background-image: url("/assets/img/icon-back.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}

.button--option {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0.25em 0.65em 1.35em;
  padding: 0.5em 1.5em;
  color: #454545;
  font-family: "Roboto", "Open Sans", arial, helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #255dff;
  border-radius: 5em;
  outline: none;
  transition: 0.3s ease;
}
.button--option:hover:not(.save-page__button--filled,
.save-create__button.--active,
.--selected) {
  color: #fff !important;
  background-color: #255dff !important;
  border-color: rgb(0, 61.9082568807, 241);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.button--option:focus:not(.save-page__button--filled,
.save-create__button.--active,
.--selected) {
  color: #255dff !important;
  background-color: #fff !important;
  border-color: rgb(0, 61.9082568807, 241);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.card[id^=multi-select-] .button--option:hover, .card[id^=multi-select-] .button--option:focus {
  color: #454545;
  background-color: #fff;
}
.button--option:visited {
  color: #454545;
}
.button--option:visited:hover, .button--option:visited:focus {
  color: #fff;
  text-decoration: none;
}
.button--option.--selected, .button--option.--active {
  color: #fff !important;
  background-color: #255dff;
}
.button--option.--selected:hover, .button--option.--active:hover {
  background-color: rgb(0, 61.9082568807, 241);
}
.card[id^=multi-select-] .button--option.--selected:hover, .card[id^=multi-select-] .button--option.--selected:focus, .card[id^=multi-select-] .button--option.--active:hover, .card[id^=multi-select-] .button--option.--active:focus {
  color: #fff;
  background-color: #255dff;
}

.demo-card-types,
.demo-card-material {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.demo-card-types .card--has-title,
.demo-card-material .card--has-title {
  flex: 0 0 100%;
}

.card-grid__card-container {
  position: relative;
  flex: 1 0 30%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 2.1em;
  margin-left: auto;
}
.card-grid__card-container .card--option {
  flex: 1;
}
.card-grid__card-container .card--option:hover {
  border-color: #255dff;
}

.card {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  transition: 0.3s ease;
}
.card-slider__play-pause {
  display: flex;
  margin: 0 auto 1.5rem;
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}
.card-slider__play-pause:focus {
  outline: 1px dotted #255dff !important;
}
.card-slider__play, .card-slider__pause {
  display: block;
  width: 1rem;
  height: 1rem;
}
.card-slider__play path, .card-slider__pause path {
  fill: #7195ff;
  transition: 0.2s ease-in-out;
}
.card-slider__play.active path, .card-slider__pause.active path {
  fill: #fff;
}
.card-slider__play {
  margin-right: 0.75em;
}
.card-slider__nav__prev, .card-slider__nav__next {
  margin-top: -2rem;
}
.card-slider__nav__prev:focus, .card-slider__nav__next:focus {
  outline: 1px dotted #255dff !important;
}
.card-slider .slick-track {
  padding-bottom: 2rem;
}
.card--basic {
  padding: 2.5rem 3.35rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.card--basic:hover, .card--basic:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.card--has-title h5 {
  color: #212121;
  font-weight: bold;
  margin-bottom: 1.55em;
}
.card--has-range {
  padding-bottom: 4.125rem;
  padding-top: 4.125rem;
}
.card--option {
  cursor: pointer;
  align-items: center;
  margin-bottom: 1em;
  max-width: 11.35rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  text-align: center;
}
.card--option:hover, .card--option:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.card--option.--selected {
  border-color: #255dff;
}
.card--option + .card--option {
  margin-left: 0.8em;
}
.card--option h6 {
  margin: 1.6em 1em 1.4em;
  color: #212121;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}
.card--option .card__bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.card--option .card__bottom--split {
  justify-content: space-between;
}
.card--option .card__bottom--split .card__bottom__file-type {
  flex: 0 0 49%;
  border-radius: 0 0 0 3px;
}
.card--option .card__bottom__file-type {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0.5em;
  background-color: #f5f5f5;
  border-radius: 0 0 3px 3px;
  color: #686868;
  font-size: 0.625rem;
  font-weight: normal;
  letter-spacing: 0.15px;
}
.card--option .card__bottom__tested {
  flex: 0 0 49%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0.5em;
  background: #f5f5f5;
  border-radius: 0 0 3px;
  color: #686868;
  font-size: 0.625rem;
}
.card--option .card__bottom__tested img {
  width: 0.625rem;
  height: auto;
  margin-right: 0.5em;
}
.card--option .card__bottom .icon-edit {
  position: absolute;
  width: 30px;
  top: -10px;
  right: -10px;
}
.card--multi-select > h5 {
  margin-bottom: 0.25em;
}
.card--multi-select > span {
  margin-bottom: 1rem;
  color: #999;
  font-weight: 600;
}
.card--multi-select .button--option {
  letter-spacing: 0.035ch;
}
.card--material {
  width: 17.375rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.card--material:hover, .card--material:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1329px) {
  .card--material {
    width: calc(100% - 2em);
  }
}
.card--material + .card--material {
  margin-left: 2em;
}
.card--material .card__thumbnail {
  flex: 0 0 9rem;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1em 1em 0.25em;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.card--material .card__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.card--material .card__thumbnail__category {
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
}
.card--material .card__content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 1em;
  text-align: left;
}
.card--material .card__content .card__title {
  flex: 100%;
  font-size: 0.75rem;
  font-weight: bold;
}
.card--material .card__content .card__subtitle {
  flex: 100%;
  font-size: 0.75rem;
  color: #454545;
}
.card--material .card__content .card__file-type {
  flex: 100%;
  color: #686868;
  font-size: 0.625rem;
}
.card--material .card__content .card__subtitle + .card__file-type {
  margin-top: 0.5em;
}
.card--material .card__tested {
  position: absolute;
  bottom: -2rem;
  right: 0;
}
.card--material .button {
  margin-top: 2em;
}
.card--my-material {
  flex-flow: row nowrap;
  width: 100%;
  min-height: 10rem;
}
.card--my-material + .card--my-material {
  margin-left: unset;
}
.card--my-material .material-card__left, .card--my-material .material-card__middle, .card--my-material .material-card__right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.card--my-material .material-card__left {
  flex: 0 0 calc(1.375rem + 2.4375rem);
  align-items: center;
  padding: 0.9375rem 0;
  background-color: #f5f5f5;
}
.card--my-material .material-card__middle {
  flex: 1 1 auto;
  align-items: flex-start;
  padding: 0.9375rem;
}
.card--my-material .material-card__right {
  flex: 0 0 6.25rem;
  align-items: center;
  padding: 0.9375rem 0.9375rem 0 0;
}
.card--my-material .material-card__icon {
  max-width: 2.4375rem;
  margin-bottom: auto;
}
.card--my-material .material-card__heading {
  margin-bottom: 0.25em;
  line-height: 1.1875;
}
.card--my-material .material-card__type {
  font-size: 0.75rem;
  line-height: 1.2;
}
.card--my-material .material-card__options {
  position: relative;
  margin-top: auto;
}
.card--my-material .material-card__tested {
  display: none;
  flex: 0 0 auto;
  background: #f5f5f5;
  align-items: center;
  font-size: 0.5625rem;
  color: #686868;
  padding: 0.8em 0.5em;
  justify-content: center;
  border-radius: 0 0 3px;
}
.card--my-material .material-card__tested img {
  width: 0.5625rem;
  height: auto;
  margin-right: 0.5em;
}
.card--my-material .material-card__status {
  display: inline-block;
  margin: 0.25em 0 0.5em;
  padding: 0 2.4em 0 1.4em;
  background-color: #d8d8d8;
  font-size: 0.5625rem;
  font-weight: normal;
  letter-spacing: 0.0375em;
  line-height: 1.7777777778;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 5em;
}
.card--my-material .material-card__status::after {
  right: 0.95em;
  border-top-color: #454545;
}
.card--my-material.material--tested .material-card__tested {
  display: inline-flex;
}
.card--my-material.material--draft .material-card__status, .card--my-material.material--final .material-card__status {
  display: inline-block;
}
.card--my-material.material--draft .material-card__status {
  color: #cc2500;
  background-color: #ffe3d9;
  border: 2px solid #ffe3d9;
}
.card--my-material.material--draft .material-card__status::after {
  border-top-color: #cc2500;
}
.card--my-material.material--final .material-card__status {
  color: #008740;
  background-color: #d8f6e4;
  border: 2px solid #d8f6e4;
}
.card--my-material.material--final .material-card__status::after {
  border-top-color: #008740;
}
.card-label--how-to-use {
  cursor: pointer;
  position: absolute;
  padding: 0.5em 1em 0.6em;
  right: 0;
  bottom: calc(100% + 5px);
  border: none;
  border-radius: 3px;
  background-color: rgba(219, 228, 253, 0);
  outline: 0;
  color: #848484;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: 0.3s ease;
}
.card-label--how-to-use:hover, .card-label--how-to-use[aria-expanded=true], .card-label--how-to-use.--active {
  background-color: #dbe4fd;
  color: #255dff;
}
.card-label--question-tooltip {
  cursor: pointer;
  position: absolute;
  padding: 0.5em 1em 0.6em;
  right: 0.5em;
  border: none;
  border-radius: 3px;
  background-color: rgba(219, 228, 253, 0);
  outline: 0;
  color: #848484;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: 0.3s ease;
}
.card-label--question-tooltip:hover, .card-label--question-tooltip[aria-expanded=true], .card-label--question-tooltip.--active {
  background-color: #dbe4fd;
  color: #255dff;
}
.card--with-header {
  padding: 0;
  margin-bottom: 0.875rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card--with-header:hover, .card--with-header:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}

.js-tooltip-trigger {
  cursor: pointer;
}

[data-tippy-root] {
  width: 300px;
}

.tippy-box {
  background-color: #142585;
  font-size: 0.75rem;
}
.tippy-content {
  padding: 1rem 1.85rem 1rem 1rem;
}
.tippy-content a {
  color: #fff;
}
.tippy-arrow {
  color: #142585;
}
.tippy-close-button {
  cursor: pointer;
  position: absolute;
  padding: 0.6rem 0.65rem;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
}
.tippy-close-button img {
  position: relative;
  display: block;
  width: 0.8125rem;
  height: auto;
}

select {
  display: inline-block;
  width: 100%;
  padding: 0.6em 2em 0.6em 0.55em;
  appearance: none;
  background-image: url("/assets/img/icon-select-arrow.svg");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 1.6;
}

.form-error {
  padding: 0;
  margin: 0;
  color: #b71020;
  font-weight: bold;
  position: relative;
  top: 1.5rem;
}

#signup-error-message {
  font-size: 0.75rem;
}

.signup-form__password-rules {
  position: relative;
  display: inline-block;
  max-width: 53ch;
  margin: 0 0 1.25em;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.009375rem;
}

.modal-content {
  border-radius: 3px;
}
.modal-header {
  padding: 1.25rem 1.5rem 0.5rem;
  border-bottom: none;
}
.modal-header .close {
  width: 35px;
  height: 35px;
  padding: 10px;
  opacity: 1;
}
.modal-header .modal-title {
  color: #255dff;
  text-align: center;
  font-size: 1.625rem;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 0.5em;
}
.modal-header .modal-form p {
  font-size: 1em;
}
.modal-body {
  padding: 1rem 1.5rem;
}
.modal-form.revised .checkbox {
  font-weight: 400;
}
.modal-form.revised input.form-control {
  height: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.875rem;
  border-radius: 3px;
}
.modal-form.revised input.form-control:focus {
  border-color: #255dff;
  box-shadow: none;
  outline: none;
  z-index: 2;
}
.modal-form.revised input.form-control.top, .modal-form.revised input.form-control.middle, .modal-form.revised input.form-control.bottom {
  margin-bottom: 1.25rem;
}
.modal-form.revised p {
  font-size: 0.75rem;
}
.modal-footer {
  padding: 0.75rem 1.5rem;
  border-top: none;
}
.modal.revised h4 {
  text-align: center;
  width: 100%;
}
.modal.revised h5 {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #255dff;
}
.modal.revised .close {
  padding: 0;
  position: relative;
  top: -0.75em;
  right: -0.75em;
  font-size: 2em;
  color: #255dff;
  margin: 0;
}
.modal.revised .close.authentication-close {
  right: -59%;
  top: -17%;
}
.modal.revised .modal-content {
  padding: 0;
  width: fit-content;
}
.modal.revised .modal-body {
  padding-top: 0;
}
.modal.revised .modal-body .top-content {
  max-width: 22rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.modal.revised .modal-body form.revised {
  display: flex;
  margin: 1rem auto;
  justify-content: space-evenly;
  align-items: center;
}
.modal.revised .modal-body form.revised input:not(.study-select) {
  display: inline-block;
  margin-left: 2em;
}
.modal.revised .modal-body form.revised label {
  margin-bottom: 0;
  margin-left: 0.5em;
}
.modal.revised .modal-header {
  text-align: center;
  padding-top: 1em;
}
.modal.revised .nav-pills {
  max-width: 1080px;
  margin: 0 auto;
}
.modal.revised .nav-pills button {
  padding: 0.5em 1em;
  background-color: white;
  border: 1px solid #454545;
  border-radius: 0;
  margin: 0 0.5em 0 0;
  text-decoration: none;
  border-bottom: none;
}
.modal.revised .nav-pills button.active {
  background-color: #255dff;
  border: none;
  color: white;
  border-radius: 0;
  font-weight: 600;
}
.modal.revised .tab-content {
  background-color: white;
  border: 1px solid #e1e1e1;
  border-top: 2px solid #255dff;
  padding: 1em;
}
.modal.revised .tab-content input[type=text] {
  width: 100%;
  background: #f5f5f5;
  border: 1.5px solid #c9c9c9;
  padding: 0.5em;
}
.modal.revised .disclaimer {
  font-size: 1em;
  line-height: 1.75em;
  color: #454545;
  margin-top: 2em;
}
.modal.revised .select-image-row img {
  margin-bottom: 1.5em;
}
.modal.revised .select-image-row .input-hidden {
  position: absolute;
  left: -9999px;
}
.modal.revised .select-image-row input[type=radio]:checked + label > img {
  border: 1px solid #fff;
  box-shadow: 0 0 2px 2px #255dff;
}
.modal.revised .select-image-row input[type=radio] + label > img {
  transition: 500ms all;
}
.modal.revised .select-image-row input[type=radio]:checked + label > img {
  transform: scale(1.05);
}
.modal.revised.materials_classification h4 {
  text-align: center;
}
.modal.revised.materials_classification form.revised .row {
  width: 100%;
}
.modal.revised.materials_classification form.revised .row .col-sm-6 {
  margin-bottom: 1em;
}
.modal.revised.materials_classification form.revised input[type=text] {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  padding: 0.6em 2em 0.6em 0.55em;
  appearance: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 1.6;
}
.modal.revised.materials_classification form.revised select,
.modal.revised.materials_classification form.revised input {
  color: #979797;
  font-size: 12px;
}

#microsite-preview-modal .modal-footer.theme-select {
  background-color: #f5f5f5;
  padding: 1rem 0;
  justify-content: space-evenly;
}
#microsite-preview-modal .modal-footer.theme-select .button--blue-darker,
#microsite-preview-modal .modal-footer.theme-select .button--cancel {
  margin: 0 auto;
}
#microsite-preview-modal .modal-footer.theme-select .button--blue-darker,
#microsite-preview-modal .modal-footer.theme-select .button--blue-darker-hollow {
  margin: 0;
}
#microsite-preview-modal .modal-footer.theme-select .input-group {
  text-align: center;
  display: block;
  padding-top: 1rem;
  border-top: 1px solid #e1e1e1;
}
#microsite-preview-modal .modal-footer.theme-select .input-group #microsite-preview-modal-no-button,
#microsite-preview-modal .modal-footer.theme-select .input-group #microsite-preview-modal-yes-button {
  border-radius: 5em !important;
  margin: 0 0.5rem;
}
#microsite-preview-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  background: rgba(0, 0, 0, 0.65);
  margin: 0;
}
#microsite-preview-modal .modal-content {
  border-bottom: none;
  padding-bottom: 0 !important;
  margin: 0.5rem 0 !important;
  width: 95% !important;
  height: 95% !important;
}

.modal--material-preview .modal-dialog {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: calc(100vh - 3.5rem);
}
.modal--material-preview .modal-body {
  padding: 0;
}
.modal--material-preview .modal-title {
  font-size: 1.15rem;
  font-weight: normal;
}
.modal--material-preview .modal-content {
  flex: 0 1 auto;
  display: flex;
  width: auto;
  height: auto;
  max-height: 100%;
  margin: auto;
}
.modal--material-preview-slider .modal-dialog {
  max-width: 85vw;
}
.modal--material-preview-slider .modal-content {
  width: 100%;
}

.material-preview__container {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 1.75rem 1.5rem 1rem;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
}
.material-preview__image {
  flex: 0 1 auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 36.25rem;
  height: auto;
  max-height: 75vh;
}
.material-preview__image img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.material-preview__slides {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}
.material-preview__slides.slick-initialized {
  opacity: 1;
  visibility: visible;
  transition: 0.15s ease-in;
}
.material-preview__slides::before, .material-preview__slides::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 6rem;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.material-preview__slides::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}
.material-preview__slides::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.material-preview-slider__nav__prev.slick-arrow, .material-preview-slider__nav__next.slick-arrow {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 50%;
  padding: 0.5rem;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
  z-index: 2;
}
.material-preview-slider__nav__prev {
  left: 0;
  margin-left: 0.5rem;
}
.material-preview-slider__nav__next {
  right: 0;
  margin-right: 0.5rem;
}

/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  margin-top: 2em;
}

.noUi-target::before {
  content: "18yrs";
  width: 4em;
  display: block;
  position: absolute;
  left: -2.15em;
  top: 0.8em;
}

.noUi-target::after {
  content: "90+yrs";
  width: 4em;
  display: block;
  position: absolute;
  right: -2.15em;
  top: 0.8em;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  /* width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
  position: absolute;
  display: block; */
  right: -0.625rem;
  top: -0.525rem;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #255dff;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #255dff;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
 */
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  font-size: 1rem;
  color: #454545;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-target.noUi-ltr.noUi-horizontal.noUi-txt-dir-ltr {
  cursor: pointer;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 70%;
  color: #888;
  font-size: 12px;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.team-user__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5rem;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  transition: 0.25s ease-in-out;
}
.team-user__icon--add {
  cursor: pointer;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  outline: none;
}
.team-user__icon--add img {
  width: 1.1rem;
  height: auto;
}
.team-user__icon--add:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.team-user__icon:not(:first-child, :last-child) {
  margin-left: -0.5rem;
}
.team-user__icon:last-child {
  margin-left: 1.5rem;
}
.team-user__icon:nth-child(1) {
  background-color: #a323e2;
}
.team-user__icon:nth-child(2) {
  background-color: #cc2500;
}
.team-user__icon:nth-child(3) {
  background-color: #008740;
}

.header__nav .dropdown-menu {
  margin: 1rem 0 0;
  padding: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.header__nav .dropdown-menu .dropdown-item {
  padding: 0.85rem 1.25rem;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  transition: 0.3s ease;
}
.header__nav .dropdown-menu .dropdown-item:hover, .header__nav .dropdown-menu .dropdown-item:focus {
  background-color: #255dff;
  color: #fff;
}

.page-my-materials-tabs .top-content {
  border-bottom: 3px solid #255dff;
}
.page-my-materials-tabs .top-content .nav-pills {
  max-width: 1080px;
  margin: 0 auto;
}
.page-my-materials-tabs .top-content .nav-pills button {
  padding: 0.5em 1em;
  background-color: white;
  border: 1px solid #454545;
  border-radius: 0;
  margin: 0 0.5em;
  text-decoration: none;
  border-bottom: none;
}
.page-my-materials-tabs .top-content .nav-pills button.active {
  background-color: #255dff;
  border: none;
  color: white;
  border-radius: 0;
  font-weight: 600;
}
.page-my-materials-tabs .middle-content {
  background-color: #f2f2f2;
}
.page-my-materials-tabs .middle-content .tab-content {
  padding: 2em 1em;
  max-width: 1080px;
  margin: 0 auto;
}

#step-display {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.75rem;
  list-style-type: none;
}
#step-display .loop-img {
  width: 100%;
  padding: 1.125rem 4rem 0;
}
#step-display li {
  width: 20%;
  text-align: center;
}
#step-display li img {
  width: 3.875rem;
  height: 3.875rem;
  margin: 0 auto 1rem;
}
#step-display li p {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  /* or 144% */
  color: #000;
}
#step-display li p strong {
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 1.6875rem;
  display: inline-block;
  color: #4251a3;
}
#step-display li ul {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
#step-display li ul li {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  width: 100%;
  text-align: left;
  color: #000;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 18px;
}

.lds-ellipsis div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #245dff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.page-home #main-content {
  background-color: #fff;
}
.page-home .header__container {
  background-color: #fff;
}
.page-home .button-holder {
  margin: 0 auto;
  margin-top: 96px;
  text-align: center;
}
.page-home .button-holder h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.3125rem;
  letter-spacing: -0.0364rem;
  color: #142585;
  margin-bottom: 32px;
}
.page-home .button-holder a {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #fff;
  margin-bottom: 32px;
}
.page-home .button-holder a .button__icon {
  width: 2.0831rem;
  margin-right: 0.5em;
}
.page-home .video-modal-iframe-container {
  width: 943px;
  height: 531px;
}
.page-home #video-close-btn {
  color: #255dff !important;
  font-size: 2em;
  right: 0.25em;
  position: absolute;
  z-index: 2147483647;
}
.page-home .video-modal-btn {
  position: relative;
}
.page-home .video-modal-btn img {
  display: block;
}
.page-home .video-modal-btn::after, .page-home .video-modal-btn::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
}
.page-home .video-modal-btn::after {
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -18px;
  margin-left: -7px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.page-home .video-modal-btn::before {
  margin-top: -32px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
}
.page-home .video-modal-btn:hover::before {
  background: rgba(0, 0, 0, 0.7);
}
.page-home #video-modal .modal-header {
  padding-bottom: 0 !important;
}
.page-home #video-modal .modal-header .close {
  color: white;
}
.page-home #video-modal .modal-content {
  background: none;
  border: none;
}

.hero--home {
  position: relative;
  margin-top: 32px;
  padding-bottom: 4rem;
}
.hero--home .hero__graphic {
  max-width: 24.5313rem;
}
.hero--home .hero__heading {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 3.75rem;
  letter-spacing: -0.0545rem;
}
.hero--home .hero__get-started {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.hero--home .hero__get-started:hover {
  transform: scale(1.1);
}
.hero--home .hero__get-started .get-started {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #4f4f4f;
  margin-bottom: 0.5rem;
}
.hero--home .hero__get-started img {
  max-width: 1.5rem;
  margin: 0 auto;
}
.hero--home .hero__copy {
  font-size: 20px;
  max-width: 60ch;
  margin-bottom: 2.25em;
  color: #454545;
}
.hero--home .hero__copy a {
  color: #255dff;
}

.video-modal-btn {
  border: none;
  background: none;
}

.material-selector {
  padding: 2rem 0;
}
.material-selector h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  letter-spacing: -0.0364rem;
  margin-bottom: 0;
}
.material-selector .material-boxes {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.material-selector .material-boxes .selected {
  border: 0.1rem solid #8eabff !important;
  box-shadow: 0 0 13px rgba(153, 153, 153, 0.79) !important;
}
.material-selector .material-boxes .selected::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid #8eabff;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  outline: none !important;
  transform: rotateX(180deg);
}
.material-selector .material-boxes .create-section {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1rem 2rem;
  padding-bottom: 0;
}
.material-selector .material-boxes .create-section h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #6d6d6d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.material-selector .material-boxes .customize-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  padding: 1rem 2rem;
  padding-bottom: 0;
  margin: 0 2rem;
}
.material-selector .material-boxes .customize-section h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #6d6d6d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.material-selector .material-boxes .customize-section .col-lg-6 {
  padding: 0 5px;
}
.material-selector .material-boxes .material-box {
  display: block;
  position: relative;
  max-width: 16.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  background-color: #fff;
  border: 0.1rem solid #e1e1e1;
  box-shadow: 0 0 13px rgba(153, 153, 153, 0);
  border-radius: 3px;
  text-align: center;
  transition: 300ms ease-in-out;
  text-decoration: none;
}
.material-selector .material-boxes .material-box:hover {
  border: 0.1rem solid #8eabff;
  box-shadow: 0 0 13px rgba(153, 153, 153, 0.79);
}
.material-selector .material-boxes .material-box .material-icon {
  width: 3.125rem;
  margin: 2rem auto;
  position: relative;
}
.material-selector .material-boxes .material-box .material-icon::before {
  content: "";
  position: absolute;
  width: 5.75rem;
  height: 5.75rem;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0 auto;
  top: 50%;
  background: #e8e8e8;
  z-index: 1;
  border-radius: 50%;
}
.material-selector .material-boxes .material-box .material-icon img {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 3.5rem;
}
.material-selector .material-boxes .material-box .material-content h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #454545;
  margin-bottom: 1.5rem;
}
.material-selector .preview-boxes .active {
  display: flex !important;
}
.material-selector .preview-boxes .preview-box {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border: 0.1rem solid #8eabff;
  box-shadow: 0 0 13px rgba(153, 153, 153, 0.79);
  border-radius: 3px;
  text-align: left;
  transition: 300ms ease-in-out;
  margin-top: 2.5rem;
  display: none;
  display: relative;
}
.material-selector .preview-boxes .preview-box .preview-image img {
  width: 100%;
}
.material-selector .preview-boxes .preview-box .preview-content h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #142585;
}
.material-selector .preview-boxes .preview-box .preview-content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
}
.material-selector .preview-boxes .preview-box .preview-content ul {
  padding-left: 1rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
}

.hero--create-start {
  padding: 3em 0 5.5em;
}
@media screen and (max-width: 991px) {
  .hero--create-start {
    padding-top: 5em;
  }
}
.hero--create-start .row {
  justify-content: center;
}
.hero--create-start .col-lg-5 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.hero--create-start .hero__bg-icon {
  position: absolute;
  display: block;
  width: 9.6875rem;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0.35;
  transform: translate3d(-100%, -25%, 0);
}
@media screen and (max-width: 991px) {
  .hero--create-start .hero__bg-icon {
    transform: translate3d(0, -25%, 0);
  }
}
@media screen and (max-width: 767px) {
  .hero--create-start .hero__bg-icon {
    display: none;
  }
}
.hero--create-start .hero__heading {
  margin-bottom: 0.225em;
  line-height: 1.1875;
  text-align: center;
}
.hero--create-start .hero__sub-heading {
  max-width: 37ch;
  margin-right: auto;
  margin-left: auto;
}
.hero--create-start .hero__steps-container, .hero--create-start .hero__step-arrows-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 38.875em;
  margin: 3em auto 2.25em;
}
.hero--create-start .hero__step-arrows-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.hero--create-start .hero__step, .hero--create-start .hero__step-arrow {
  flex: 0 0 25%;
  text-align: center;
}
.hero--create-start .hero__step-arrow__icon {
  position: relative;
  width: 60px;
  left: 100%;
  transform: translateX(-50%);
}
.hero--create-start .hero__step {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 0.65em;
}
.hero--create-start .hero__step img {
  max-width: 72px;
  margin-right: auto;
  margin-left: auto;
  max-height: 4.375rem;
  margin-bottom: 1em;
}
.hero--create-start .hero__step h5 {
  font-size: 1rem;
  line-height: 1.2857142857;
  font-weight: bold;
}
.hero--create-start .hero__step--4 img {
  position: relative;
  left: 6px;
}
.hero--create-start .hero__button {
  margin-top: 0.6em;
  margin-bottom: 1.5em;
}
.hero--create-start .hero__links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero--create-start .hero__links a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.hero--create-start .hero__links a + a {
  margin-left: 1em;
}
.hero--create-start h5 {
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .hero--create-start h5 {
    max-width: 46.5ch;
  }
}

.example-materials__section {
  padding: 3rem 15px 13.125rem;
}
.example-materials__section .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.example-materials__section h3 {
  margin-bottom: 0;
}
.example-materials__section p {
  margin-top: 0;
  margin-bottom: 0.65rem;
  color: #454545;
  line-height: 1.5714285714;
}

.example-materials__slider {
  padding: 2rem calc(30px + 2.28125rem) 2rem calc(30px + 2.28125rem);
}
.example-materials__slider .slick-track {
  padding-bottom: 2rem;
}

.card-slider__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.card-slider__card-wrapper {
  justify-content: center;
  align-items: center;
}
.slick-initialized .card-slider__card-wrapper.slick-slide {
  display: flex;
}
.card-slider--create-start.slick-initialized {
  display: flex;
}
.card-slider--create-start.slick-initialized .card-slider__nav__prev, .card-slider--create-start.slick-initialized .card-slider__nav__next {
  cursor: pointer;
  position: absolute;
  display: block;
  align-self: center;
  margin-top: -2rem;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
}
.card-slider--create-start.slick-initialized .card-slider__nav__prev {
  left: calc(-15px - 2.28125rem);
}
.card-slider--create-start.slick-initialized .card-slider__nav__next {
  right: calc(-15px - 2.28125rem);
}

.bg--purple {
  background-color: #a323e2;
}

.color--purple {
  color: #a323e2 !important;
}

.red-text {
  color: #f04913;
}

.microsite-start .hero--create-start {
  padding: 3em 0 5.5em;
}
@media screen and (max-width: 991px) {
  .microsite-start .hero--create-start {
    padding-top: 5em;
  }
}
.microsite-start .hero--create-start .row {
  justify-content: center;
}
.microsite-start .hero--create-start .col-lg-5 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.microsite-start .hero--create-start .hero__bg-icon {
  position: absolute;
  display: block;
  width: 9.6875rem;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0.35;
  transform: translate3d(-130%, -25%, 0);
}
@media screen and (max-width: 991px) {
  .microsite-start .hero--create-start .hero__bg-icon {
    transform: translate3d(0, -25%, 0);
  }
}
@media screen and (max-width: 767px) {
  .microsite-start .hero--create-start .hero__bg-icon {
    display: none;
  }
}
.microsite-start .hero--create-start .hero__heading {
  margin-bottom: 0.225em;
  line-height: 1.1875;
  text-align: center;
}
.microsite-start .hero--create-start .hero__sub-heading {
  max-width: 37ch;
  margin-right: auto;
  margin-left: auto;
}
.microsite-start .hero--create-start .hero__steps-container, .microsite-start .hero--create-start .hero__step-arrows-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 37em;
  margin: 3em auto 2.25em;
}
.microsite-start .hero--create-start .hero__step-arrows-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.microsite-start .hero--create-start .hero__step, .microsite-start .hero--create-start .hero__step-arrow {
  flex: 0 0 25%;
  text-align: center;
}
.microsite-start .hero--create-start .hero__step-arrow__icon {
  position: relative;
  width: 60px;
  left: 100%;
  transform: translateX(-50%);
}
.microsite-start .hero--create-start .hero__step {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 0.65em;
}
.microsite-start .hero--create-start .hero__step img {
  max-width: 72px;
  margin-right: auto;
  margin-left: auto;
  max-height: 4.375rem;
  margin-bottom: 1em;
}
.microsite-start .hero--create-start .hero__step h5 {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: bold;
}
.microsite-start .hero--create-start .hero__step--4 img {
  position: relative;
  left: 6px;
}
.microsite-start .hero--create-start .hero__button {
  margin-top: 0.6em;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.microsite-start .hero--create-start .hero__links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.microsite-start .hero--create-start .hero__links a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.microsite-start .hero--create-start .hero__links a + a {
  margin-left: 1em;
}
.microsite-start .hero--create-start h5 {
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .microsite-start .hero--create-start h5 {
    max-width: 46.5ch;
  }
}

.microsite-start .example-materials__section {
  padding: 3rem 15px 13.125rem;
}
.microsite-start .example-materials__section .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.microsite-start .example-materials__section h3 {
  margin-bottom: 1rem;
}
.microsite-start .example-materials__section p {
  margin-top: 0;
  margin-bottom: 0.65rem;
  color: #454545;
  line-height: 1.5714285714;
}
.microsite-start .example-materials__slider {
  padding: 1rem calc(30px + 2.28125rem) 2rem calc(30px + 2.28125rem);
}
.microsite-start .example-materials__slider .slick-track {
  padding-bottom: 2rem;
}
.microsite-start .card-slider__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.microsite-start .card-slider__card-wrapper {
  justify-content: center;
  align-items: center;
}
.slick-initialized .microsite-start .card-slider__card-wrapper.slick-slide {
  display: flex;
}
.microsite-start .card-slider--create-start.slick-initialized {
  display: flex;
}
.microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__prev, .microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__next {
  cursor: pointer;
  position: absolute;
  display: block;
  align-self: center;
  margin-top: -2rem;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
}
.microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__prev {
  left: calc(-15px - 2.28125rem);
}
.microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__next {
  right: calc(-15px - 2.28125rem);
}

#question-text {
  font-weight: normal;
  font-size: 1em;
  display: block;
  text-align: center;
}

#question-subtext {
  margin-top: -0.5em;
  margin-bottom: 0;
  color: #454545;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05ch;
  line-height: 1.3125;
  text-align: center;
}

.page-material-choices #question-subtext {
  margin-top: -2em;
}

@media screen and (max-width: 1199px) {
  .page-steps .header__title {
    margin-top: 9.0625rem;
  }
}

.steps__button-container {
  margin-top: 1.75rem;
  text-align: center;
}

.back-button {
  margin: 0.25em 0 0.5em;
  padding: 0.75em 1.5em;
  text-decoration: underline;
  cursor: pointer;
  color: #767676;
}

.step__container {
  padding-bottom: 3rem;
}
.step__container .option-card {
  max-width: 32rem;
  margin: auto;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.step__container .option-card + .option-card {
  margin-top: 0.5em;
}
.step__container .row {
  position: relative;
  transform: translateY(-3.5rem);
}
.step__container .row.anchored {
  transform: none;
}
.step__inner.step-3 .option-card__copy__top {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.8;
}
.step__inner.step-3 .option-card__copy__bottom {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.step__inner.step-4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-self: flex-start;
  margin-top: -2.1em;
}
.step__inner.step-4 .template-option-wrapper {
  margin-top: 2.1em;
  margin-left: auto;
  width: 48%;
  display: flex;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.step__inner.step-4 .template-option-wrapper:hover, .step__inner.step-4 .template-option-wrapper:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.step__inner.step-4 .template-option-wrapper .card-grid__card-container {
  margin-top: 0;
  margin-left: 0;
}
.step__inner.step-4 .template-option-wrapper .card-grid__card-container .card.card--option {
  background-color: transparent;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0;
}
.step__inner.step-4 .template-option-wrapper .card-grid__card-container .card.card--option:hover, .step__inner.step-4 .template-option-wrapper .card-grid__card-container .card.card--option:focus {
  box-shadow: none;
}
.step__inner.step-4 .template-option-wrapper .card-grid__card-container .card.card--option h6 {
  margin: 1.6em 1em 0;
  color: #212121;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}
.step__inner.step-4 .template-option-wrapper .card-grid__card-container .card.card--option p {
  margin: 0 1em 1.4em;
  font-size: 0.8em;
}
.step__inner.step-4 .card-grid__card-container {
  flex: 0 0 11.35rem;
  max-width: 11.35rem;
  margin-left: 0.45rem;
}
@media screen and (max-width: 1464px) {
  .step__inner.step-4 .card-grid__card-container {
    flex-basis: 10.35rem;
  }
}
.step__inner.step-4 .card-grid__card-container .card--option {
  min-height: 6.5625rem;
}
.step__inner.step-4 .option-toggle {
  top: 2.1em;
}
.step__inner.step-6 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.step__inner .step-5__buttons {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.step__inner .option-toggle {
  position: absolute;
  left: 0;
  padding: 0;
  background-color: transparent;
  transform: translate3d(-100%, -1.6667rem, 0);
}
.step__inner .option-toggle__inner {
  flex-wrap: wrap;
}
.step__inner .option-toggle__button {
  margin-left: 0;
}
.step__inner .option-toggle__description {
  flex: 100%;
  margin-bottom: 0.5em;
  text-align: center;
}
.step__inner .card--option .card__bottom {
  margin-top: auto;
}

.steps-progress {
  /* &__container {
    padding-top: 1rem;
    padding-bottom: 4.75rem;

    @include max(1199) {
      padding-top: 5.75rem;
    }
  } */
}
.steps-progress__inner {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
.steps-progress__inner .button.button--sm {
  position: absolute;
  left: 0;
  top: 1em;
  box-shadow: none;
  color: #164be2;
  font-size: 0.75rem;
  transform: translate3d(-50%, -16%, 0);
}
.steps-progress__inner .button.button--sm.button--purple {
  color: #a323e2;
}
.steps-progress__inner .button.button--sm:hover, .steps-progress__inner .button.button--sm:focus {
  color: #fff;
}

#infoCard {
  margin-top: 2rem;
}
#infoCard a {
  color: #255dff;
}
#infoCard #custom-section-subtext {
  color: #454545;
  font-family: Roboto, "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}

.microsite-form {
  /*
  .button--option {
    border-color: $purple !important;
  }
  .button--option:hover {
    background-color: darken($purple, 10%) !important;
    color: $white !important;
  }
  .button--option:focus {
    //background-color: lighten($purple, 40%) !important;
    //color: $purple !important;
    background-color: $white !important;
    color: $purple !important;
  }
  .button--option.--selected {
    background-color: $purple !important;
    color: $white !important;
  }
  */
}
.microsite-form .form-control {
  padding: 2rem;
  background-color: #fff;
  border: 0.9px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: auto;
}
.microsite-form .form-control:focus {
  outline: 2px solid black;
}
.microsite-form .form-select {
  padding: 1.5rem;
  background-color: #fff;
  border: 0.9px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}
.microsite-form .form-select:focus {
  outline: 2px solid black;
}
.microsite-form .head-and-sub-centered {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.microsite-form .head-and-sub-centered span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6b6b6b;
}
.microsite-form .textarea-wrapper {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: auto;
}
.microsite-form textarea.form-control {
  padding: 1rem;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  box-shadow: none;
}
.microsite-form .char-limit {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  padding: 4px 10px;
  color: #6b6b6b;
}
.microsite-form .microsite-select {
  cursor: pointer;
  padding: 2rem;
  background-color: white;
  border: 1.5px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.microsite-form .microsite-select:hover, .microsite-form .microsite-select:active, .microsite-form .microsite-select.selected {
  background-color: #f5f5f5;
  border-color: #a323e2 !important;
}
.microsite-form .button-dropdown__item {
  font-size: 1.5em;
}

#section-subtext {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6b6b6b;
}

/*
.noUi-horizontal .noUi-handle {
  border-color: $purple !important;
}
.noUi-connect {
  background-color: $purple !important;
}
*/
/*
.button--option {
  border-color: $purple !important;

  &:focus {
    outline: 2px solid #000;
  }
}
.button--option {
  border-color: $purple !important;
}
.button--option:hover {
  background-color: darken($purple, 10%) !important;
  color: $white !important;
}
.button--option:focus {
  //background-color: lighten($purple, 40%) !important;
  //color: $purple !important;
  background-color: $white !important;
  color: $purple !important;
}
.button--option.--selected {
  background-color: $purple !important;
  color: $white !important;
}
*/
.card--has-title h5 {
  margin-bottom: 0;
}

.card--has-range h5 {
  margin-bottom: 1rem;
}

.step__container .row .no-offset {
  position: unset;
  transform: none;
  margin-bottom: 1rem;
}
.step__container .row .no-offset div input {
  display: block;
  margin: 0 auto;
  padding: 4px 10px;
  border: 0.9px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.example-char-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0 0 3px 3px;
}
.example-char-wrapper .view-example {
  display: inline-flex;
  color: #a323e2;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  padding-left: 10px;
}
.example-char-wrapper .char-limit {
  display: inline-flex;
  margin-bottom: 0;
  margin-left: auto;
}

.upload-section {
  background: #fff;
  border: 0.9px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 2rem;
  margin: auto;
}
.upload-section .upload-area {
  background: #f5f5f5;
  border: 1px dashed #939393;
  border-radius: 3px;
  width: 100%;
  height: 220px;
  margin: 0 auto;
}
.upload-section .upload-area div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.upload-section .upload-area div p {
  margin-bottom: 0;
}
.upload-section .upload-link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #a323e2;
  text-align: center;
  display: block;
  margin-top: 2rem;
}

.sortable-tiles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sortable-tiles .drag-tile {
  background: #fff;
  border: 0.9px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.sortable-tiles .drag-tile .node-grip {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.sortable-tiles .drag-tile .node-grip .node-row {
  position: unset;
  transform: none;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.sortable-tiles .drag-tile .node-grip .node-row .top-area {
  display: flex;
  align-items: center;
}
.sortable-tiles .drag-tile .node-grip img {
  display: inline-block;
  margin-right: 1rem;
}
.sortable-tiles .drag-tile .node-grip p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.25;
  max-width: 507px;
}
.sortable-tiles .drag-tile .node-grip .button--orange {
  margin-left: auto;
  padding: 0.25rem 0.75rem;
}
.sortable-tiles .drag-tile .drag-icon {
  width: 12px;
  display: inline-block;
}
.sortable-tiles .drag-tile .text-block {
  display: inline-block;
  margin-left: 1rem;
}
.sortable-tiles .drag-tile .text-block .text {
  font-size: 1.25rem;
  display: block;
}
.sortable-tiles .drag-tile .text-block .sub_text {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6b6b6b;
  margin-top: 0.5em;
}
.sortable-tiles .drag-tile textarea {
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #6b6b6b;
  padding: 16px;
}

.multi-add-btn {
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.675em;
}

#add-faq img {
  width: 14px;
  display: inline-block;
  margin-right: 1rem;
}
#add-faq p {
  display: inline-block;
  margin-bottom: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 2em;
  line-height: 2.5em;
  text-align: center;
  color: #fff;
}

.yes-no-wrapper {
  text-align: center;
  margin: 1rem 0;
}
.yes-no-wrapper .form-check {
  padding-left: 0;
  display: inline-block;
}
.yes-no-wrapper .form-check.yes label {
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 3px;
}
.yes-no-wrapper .form-check.no label {
  border-radius: 0 3px 3px 0;
  position: relative;
  left: -3px;
}
.yes-no-wrapper .form-check input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.yes-no-wrapper .form-check label {
  display: inline-block;
  padding: 10px 30px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  background-color: #fff;
  border: 1.5px solid #ae29fe;
  border-radius: 3px;
}
.yes-no-wrapper .form-check label:hover {
  background-color: #a323e2;
  color: white;
}
.yes-no-wrapper .form-check input[type=radio]:checked + label,
.yes-no-wrapper .form-check input[type=radio]:focus + label {
  background-color: #a323e2;
  color: white;
  outline: 2px solid #dca2ff;
}

.holder-image {
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 2rem;
  border: 0.9px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.holder-image:focus {
  outline: 2px solid #000;
}

.title-select {
  width: 48%;
  height: 9em;
  margin: 0.25em;
}
.title-select:focus {
  outline: 2px solid #000;
}

.multi-input-wrapper {
  padding: 1rem 2rem;
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 3px;
  margin: auto;
  position: relative;
}
.multi-input-wrapper .remove-multi-input {
  color: red;
}
.multi-input-wrapper .delete-btn-wrapper {
  width: 100%;
  text-align: right;
  padding-bottom: 1em;
  position: relative;
  right: -1em;
}

.multi-input-wrapper:not(:first-of-type) {
  margin-top: 2em;
}

.add-multi-input img {
  width: 14px;
  display: inline-block;
  margin-right: 1rem;
}
.add-multi-input p {
  display: inline-block;
  margin-bottom: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #939393;
}

.finalize-settings {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.finalize-settings label {
  font-size: 0.75rem;
}
.finalize-settings__label--conditional input[type=text], .finalize-settings__name input[type=text], .finalize-settings__study-specific input[type=text] {
  flex: 1 0 100%;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.6em 0.65em;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 0.625rem;
  line-height: 1.6;
}
.finalize-settings__label--conditional input[type=text]:focus, .finalize-settings__name input[type=text]:focus, .finalize-settings__study-specific input[type=text]:focus {
  border-color: #164be2;
  box-shadow: none;
  outline: none;
}
.finalize-settings__label {
  width: 100%;
}
.finalize-settings__label--conditional {
  flex: 1 1 auto;
  display: none;
  width: 100%;
  margin-top: 1rem;
}
.finalize-settings__label.--toggled + .finalize-settings__label--conditional, .finalize-settings__label.--toggled + .finalize-settings__label--conditional + .finalize-settings__upload, .finalize-settings__label.--toggled + .finalize-settings__label--conditional + .finalize-settings__upload .finalize-settings__label--conditional {
  display: flex;
}
.finalize-settings__label.--has-files {
  margin-bottom: 1.25rem;
}
.finalize-settings__label[for=version-info] {
  position: relative;
  flex-wrap: wrap;
}
.finalize-settings__label[for=file-upload] {
  align-items: flex-start;
}
.finalize-settings__label[for=study-specific] + .study-specific__container {
  max-height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.finalize-settings__label[for=study-specific] + .study-specific__container.--visible {
  max-height: 31.25rem;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
.finalize-settings__label .input-information {
  position: absolute;
  margin-left: 0.5em;
  top: 0.15em;
  right: -0.25em;
  background-color: transparent;
  border: none;
}
.finalize-settings__upload {
  flex: 1 1 auto;
  width: 100%;
  display: none;
  flex-flow: column nowrap;
}
.finalize-settings__upload parent {
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}
.finalize-settings__upload__button {
  flex: 0 0 auto;
}
.finalize-settings__upload__input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.finalize-settings__upload__description {
  padding-left: 1rem;
  color: #454545;
  font-size: 0.75rem;
  line-height: 1.4;
}
.finalize-settings__upload__files {
  position: relative;
  display: none;
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
}
.--has-files + .finalize-settings__upload__files {
  display: block;
}
.finalize-settings__upload__files .file-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.finalize-settings__upload__files .file-list__file {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0.7rem 0.5rem 2.4rem;
  color: #454545;
  font-size: 0.75rem;
  line-height: 1.4;
}
.finalize-settings__upload__files .file-list__file:nth-child(2n) {
  background-color: #fff;
}
.finalize-settings__upload__files .file-list__file:nth-child(2n+1) {
  background-color: #e7edff;
}
.finalize-settings__upload__files .file-list__file__name {
  line-height: 1.6;
}
.finalize-settings__upload__files .file-list__file__metadata {
  position: absolute;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  right: 0;
  padding: 0.25rem 0;
  color: #164be2;
  font-size: 0.625rem;
}
.finalize-settings__upload__files .file-list__file__size {
  position: relative;
  padding: 0.25em 0.7em;
  font-weight: bold;
  letter-spacing: 0.125ch;
  border-right: 1px solid #999;
}
.finalize-settings__upload__files .file-list__file__type {
  width: 1.9rem;
  padding: 0.25em 0.8em;
}
.finalize-settings__upload .card-label--how-to-use {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  margin-left: auto;
}
.finalize-settings__tip {
  flex-wrap: wrap;
}
.finalize-settings__tip__heading, .finalize-settings__tip__copy {
  color: #454545;
  font-size: 0.625rem;
  line-height: 1.6;
}
.finalize-settings__tip__copy {
  margin-top: 0;
}
.finalize-settings__name {
  margin-bottom: 1rem;
}
.finalize-settings__name #name-material-error {
  font-weight: bold;
  position: relative;
  left: -6.5rem;
  bottom: -2rem;
}
.finalize-settings__study-specific, .finalize-settings__tested {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 3px;
  padding: 1rem 1.25rem;
}
.finalize-settings__study-specific {
  margin-bottom: 1rem;
}
.finalize-settings .option-toggle__button {
  margin-top: 0.5rem;
  margin-left: 0;
}

.study-specific__container {
  width: 100%;
  margin-top: 1rem;
}
.study-specific__dropdown {
  margin-bottom: 1.25em;
}
.study-specific__dropdown select {
  margin-top: 0.75em;
}

.step-finalize__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

#new-associated-study {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1410px) {
  #new-associated-study {
    margin-right: 1em;
    width: calc(67% - 1em);
  }
}

#create-new-associated-study {
  position: relative;
  display: inline-block;
  margin-top: 1.35em;
  font-size: 0.685rem;
}
@media screen and (min-width: 1410px) {
  #create-new-associated-study {
    margin-top: 0.5em;
  }
}

.save-notice__container, .save-page__container {
  flex: 1 0 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.save-notice__icon, .save-page__icon {
  flex: 0 1 auto;
  max-width: 3.125rem;
  margin-bottom: 0.6rem;
}
.save-notice__heading, .save-page__heading {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: -0.0173076923em;
  line-height: 1;
}
.save-notice__copy, .save-page__copy {
  color: #454545;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.save-notice__copy__name, .save-page__copy__name {
  display: block;
  font-weight: bold;
}
.save-notice__buttons, .save-page__buttons {
  margin-top: 1.25rem;
}
.save-notice__button, .save-page__button {
  padding-right: 3em !important;
  padding-left: 3em !important;
}
.save-notice__button:first-child, .save-page__button:first-child {
  margin-right: 0.35rem;
}
.save-notice__button:last-child, .save-page__button:last-child {
  margin-left: 0.35rem;
}
.save-notice__button--filled, .save-page__button--filled {
  color: #fff;
  background-color: #255dff;
}
.save-notice__button--filled:focus, .save-notice__button--filled:hover, .save-page__button--filled:focus, .save-page__button--filled:hover {
  color: #255dff !important;
  background: #fff;
}
.save-notice__button--filled:visited, .save-page__button--filled:visited {
  color: #fff;
}
.save-page__heading {
  color: #008740;
}
.save-notice__container .save-notice__heading {
  color: #255dff;
}
.save-notice__container .save-notice__buttons {
  margin-top: 2.5rem;
}
.save-notice__container .save-notice__buttons + a {
  margin-top: 1rem;
}
.save-my-materials__container, .save-create__container {
  flex: 0 1 calc(50% - 0.4rem);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem 1.35rem 1.25rem;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .save-my-materials__container, .save-create__container {
    flex: 0 1 100%;
  }
}
.save-my-materials__heading, .save-create__heading {
  font-size: 1rem;
  color: #454545;
  line-height: 1.25;
  font-weight: bold;
}
.save-my-materials__copy, .save-create__copy {
  margin-bottom: 1.3rem;
  color: #454545;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.save-create__button.button--dropdown {
  padding-right: 3em;
}

.save-page__dropdown-wrap {
  position: relative;
  display: inline-block;
}
.save-page__dropdown-wrap .save-page__button.button--dropdown,
.save-page__dropdown-wrap .save-create__button.button--dropdown {
  margin: 0;
}
.save-page__button + .save-page__dropdown-wrap {
  margin-left: 0.35rem;
}

.similar-materials__section {
  padding: 0 15px 3.125rem;
}
.similar-materials__section .row {
  align-items: center;
  text-align: center;
}
.similar-materials__section h4 {
  margin-bottom: 0;
  line-height: 1;
}
.similar-materials__section p {
  max-width: 43ch;
  margin: 0 auto 0.65rem;
  color: #454545;
  line-height: 1.5714285714;
}
.similar-materials__section .card-grid__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.similar-materials__section .card--material + .card--material {
  margin-left: initial;
  margin-left: unset;
}

.page-saved.step__container {
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-my-materials .header__title {
    margin-top: 9.0625rem;
  }
}

.my-materials-header__container h3 {
  margin: 0;
  padding: 2.75rem 0 1rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .my-materials-header__container h3 {
    padding-top: 5.75rem;
  }
}
.my-materials-header__container h6 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.my-materials__team {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
}
.my-materials__team__users {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
}
.my-materials__team__manage {
  display: inline-block;
  margin-bottom: 2.5rem;
  color: #9e9e9e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.my-materials-grid__section {
  padding: 1.15rem 0.9375rem 4rem;
}
.my-materials-grid__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 0.9375rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .my-materials-grid__container {
    justify-content: center;
    padding-left: 0.9375rem;
  }
}
.my-materials-grid__container .card--my-material {
  flex: 0 0 31%;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 991px) {
  .my-materials-grid__container .card--my-material {
    flex-basis: 46.5%;
  }
}
@media screen and (max-width: 767px) {
  .my-materials-grid__container .card--my-material {
    flex-basis: 75%;
    margin-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .my-materials-grid__container .card--my-material {
    flex-basis: 100%;
  }
}
.my-materials-grid__container .card--my-material .material-card__left {
  border-radius: 3px 0 0 3px;
}
.my-materials-more__container {
  padding: 0.5rem 0.9375rem 8rem;
  text-align: center;
}

.about__container {
  padding-top: 4rem;
  padding-bottom: 12rem;
  max-width: 100%;
}
.about__container .col-lg-12 {
  justify-content: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.about__container p {
  font-size: 18px;
}
.about__container p + p {
  margin-top: 0;
}
.about__heading {
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: bold;
  color: #255dff;
  line-height: 31px;
}
.about__subheading {
  margin-bottom: 0.75em;
  font-weight: bold;
  line-height: 21px;
}
.about__section {
  margin-bottom: 0.75rem;
}
.about__section__heading {
  margin-bottom: 0.15em;
  font-weight: bold;
  font-size: 24px !important;
  color: #454545;
}
.about__section .about_ol {
  font-size: 18px;
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.about__section .about-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.about__section .about-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about__section .quote {
  position: relative;
  display: block;
}
.about__section .quote .blue-line {
  border-top: 2px solid #255dff;
  opacity: 1;
  margin: 4rem auto;
}
.about__section .quote .left-quote {
  max-width: 96px;
  position: absolute;
  left: -8rem;
  top: 8rem;
}
.about__section .quote .right-quote {
  max-width: 96px;
  position: absolute;
  right: -8rem;
  top: 8rem;
}
.about__section .quote .quote-text {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 38px;
  font-weight: 300;
}
.about__section .quote .quote-author {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-align: center;
  font-weight: 300;
  margin: 2rem auto;
}
.about__section .quote .quote-author b {
  font-weight: bold;
}
.about-contact-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about-contact-form label {
  position: absolute;
  left: -99999px;
  font-size: 0;
  visibility: hidden;
}
.about-contact-form input,
.about-contact-form textarea {
  flex: 1 1 100%;
  margin-bottom: 1.3rem;
  padding: 0.5em 1.15em;
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.about-contact-form input::placeholder,
.about-contact-form textarea::placeholder {
  color: #454545;
}
.about-contact-form input:focus, .about-contact-form input:active,
.about-contact-form textarea:focus,
.about-contact-form textarea:active {
  border-color: #255dff;
}
.about-contact-form input[type=submit] {
  flex: 0 1 auto;
  width: auto;
  padding: 0.5em 2em;
  border-color: #255dff;
  border-radius: 6rem;
  color: #fff;
  font-weight: 500;
}
.about-contact-form input[type=submit]:focus {
  outline: 1px dotted #255dff !important;
}

.page-about .testimonial {
  max-width: 688px;
  margin: 0 auto;
  background-color: #ecf0fe;
  padding: 2rem 4rem;
  margin-bottom: 3rem;
  flex-direction: column;
}
.page-about .testimonial p {
  margin-bottom: 1rem;
}

.logic-tagging__container {
  margin-top: 1.5rem;
  padding: 4rem 4rem 7.25rem;
  border-radius: 3px;
}
.logic-tagging__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logic-tagging__header__heading {
  font-weight: bold;
}
.logic-tagging__content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding-top: 1.5rem;
}
.logic-tagging__material-img img {
  position: sticky;
  top: 10rem;
}
.logic-tagging__card {
  transition: 0.2s ease;
}
.logic-tagging__card__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-radius: 3px;
}
.logic-tagging__card__heading {
  margin-bottom: 0;
}
.logic-tagging__card__help-text {
  font-size: 0.625rem;
  color: #fff;
}
.logic-tagging__card__content {
  padding: 1.35rem 2rem 1.5rem;
}
.logic-tagging__card__content .option-buttons {
  justify-content: flex-start;
}
.logic-tagging__subcard {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.logic-tagging__subcard__header {
  flex: 1 0 100%;
  padding: 0.5rem 1.25rem;
  background-color: #e8e8e8;
}
.logic-tagging__subcard__heading {
  margin-bottom: 0;
  color: #222;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.logic-tagging__subcard .card--multi-select {
  flex: 1 1 100%;
  width: 100%;
  padding: 1.25rem 2rem 1.35rem;
}
.logic-tagging__subcard .option-buttons {
  justify-content: flex-start;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.logic-tagging__subcard__multirange {
  flex: 1 1 100%;
  display: block;
  width: 100%;
  padding: 2rem 4.5rem 3rem;
}
.logic-tagging__subcard__multirange .range-slider__handle__label {
  font-weight: 500;
}

.feedback__container {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
.feedback__container .col-lg-12 {
  justify-content: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.feedback__container p {
  font-size: 0.875rem;
}
.feedback__heading {
  margin-bottom: 0.125em;
  font-size: 26px;
  font-weight: bold;
  color: #255dff;
  line-height: 30px;
}
.feedback__subheading {
  margin-bottom: 0.75em;
  font-weight: bold;
  line-height: 21px;
}
.feedback__section {
  margin-bottom: 0.75rem;
}
.feedback__section__heading {
  margin-bottom: 0.15em;
  margin-top: 2em;
  font-weight: bold;
}
.feedback__section .feedback_ol {
  font-size: 0.875rem;
  line-height: 1.625;
  margin-top: 0;
  margin-bottom: 1rem;
}
.feedback-contact-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #f1f3fa;
  padding: 2rem;
}
.feedback-contact-form .g-recaptcha {
  margin-right: 2rem;
}
.feedback-contact-form label {
  display: block;
  text-align: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  width: 100%;
}
.feedback-contact-form label span {
  font-weight: 400;
}
.feedback-contact-form input[type=file] {
  display: none;
}
.feedback-contact-form .custom-file-upload {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  visibility: visible;
  left: unset;
  width: 100%;
  height: 32px;
  margin-bottom: 1.3rem;
  padding: 0;
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.feedback-contact-form .custom-file-upload p {
  padding-left: 1.15em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  color: #212121;
}
.feedback-contact-form .custom-file-upload span {
  margin-left: auto;
  background: #e1e1e1;
  padding: 0 2em;
  height: 100%;
  display: flex;
  align-items: center;
  color: #454545;
}
.feedback-contact-form input,
.feedback-contact-form textarea {
  flex: 1 1 100%;
  margin-bottom: 1.3rem;
  padding: 0.5em 1.15em;
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.feedback-contact-form input::placeholder,
.feedback-contact-form textarea::placeholder {
  color: #454545;
}
.feedback-contact-form input:focus, .feedback-contact-form input:active,
.feedback-contact-form textarea:focus,
.feedback-contact-form textarea:active {
  border-color: #255dff;
}
.feedback-contact-form input[type=submit] {
  flex: 0 1 auto;
  width: auto;
  padding: 0.5em 2em;
  border-color: #255dff;
  border-radius: 6rem;
  color: #fff;
  font-weight: 500;
}
.feedback-contact-form input[type=submit]:focus {
  outline: 1px dotted #255dff !important;
}

.col-lg-12.feedback__section.feedback__section--contact {
  display: block;
}

#feedback-contact-form-container {
  margin: 0 auto;
}

.bg--purple {
  background-color: #a323e2;
}

.color--purple {
  color: #a323e2 !important;
}

.red-text {
  color: #f04913;
}

.hero-create-materials {
  max-width: 647px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
}

.page-create-microsite .info-boxes .info-box {
  cursor: pointer;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
  padding: 3rem;
  margin-bottom: 3rem;
  background: #fff;
  border: 0.9px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: 500ms ease-in-out;
}
.page-create-microsite .info-boxes .info-box:hover {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.page-create-microsite .info-boxes .info-box h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #142585;
}
.page-create-microsite .info-boxes .info-box ul {
  text-align: left;
}
.page-create-microsite .info-boxes .info-box .button {
  display: flex;
  justify-content: center;
  margin-left: auto;
  top: 70%;
  pointer-events: none;
}

.microsite-start .hero--create-start {
  padding: 3em 0 5.5em;
}
@media screen and (max-width: 991px) {
  .microsite-start .hero--create-start {
    padding-top: 5em;
  }
}
.microsite-start .hero--create-start .row {
  justify-content: center;
}
.microsite-start .hero--create-start .col-lg-5 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.microsite-start .hero--create-start .hero__bg-icon {
  position: absolute;
  display: block;
  width: 9.6875rem;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0.35;
  transform: translate3d(-130%, -25%, 0);
}
@media screen and (max-width: 991px) {
  .microsite-start .hero--create-start .hero__bg-icon {
    transform: translate3d(0, -25%, 0);
  }
}
@media screen and (max-width: 767px) {
  .microsite-start .hero--create-start .hero__bg-icon {
    display: none;
  }
}
.microsite-start .hero--create-start .hero__heading {
  margin-bottom: 0.225em;
  line-height: 1.1875;
  text-align: center;
}
.microsite-start .hero--create-start .hero__sub-heading {
  max-width: 37ch;
  margin-right: auto;
  margin-left: auto;
}
.microsite-start .hero--create-start .hero__steps-container, .microsite-start .hero--create-start .hero__step-arrows-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 37em;
  margin: 3em auto 2.25em;
}
.microsite-start .hero--create-start .hero__step-arrows-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.microsite-start .hero--create-start .hero__step, .microsite-start .hero--create-start .hero__step-arrow {
  flex: 0 0 25%;
  text-align: center;
}
.microsite-start .hero--create-start .hero__step-arrow__icon {
  position: relative;
  width: 60px;
  left: 100%;
  transform: translateX(-50%);
}
.microsite-start .hero--create-start .hero__step {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 0.65em;
}
.microsite-start .hero--create-start .hero__step img {
  max-width: 72px;
  margin-right: auto;
  margin-left: auto;
  max-height: 4.375rem;
  margin-bottom: 1em;
}
.microsite-start .hero--create-start .hero__step h5 {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: bold;
}
.microsite-start .hero--create-start .hero__step--4 img {
  position: relative;
  left: 6px;
}
.microsite-start .hero--create-start .hero__button {
  margin-top: 0.6em;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.microsite-start .hero--create-start .hero__links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.microsite-start .hero--create-start .hero__links a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.microsite-start .hero--create-start .hero__links a + a {
  margin-left: 1em;
}
.microsite-start .hero--create-start h5 {
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .microsite-start .hero--create-start h5 {
    max-width: 46.5ch;
  }
}

.microsite-start .example-materials__section {
  padding: 3rem 15px 13.125rem;
}
.microsite-start .example-materials__section .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.microsite-start .example-materials__section h3 {
  margin-bottom: 1rem;
}
.microsite-start .example-materials__section p {
  margin-top: 0;
  margin-bottom: 0.65rem;
  color: #454545;
  line-height: 1.5714285714;
}
.microsite-start .example-materials__slider {
  padding: 1rem calc(30px + 2.28125rem) 2rem calc(30px + 2.28125rem);
}
.microsite-start .example-materials__slider .slick-track {
  padding-bottom: 2rem;
}
.microsite-start .card-slider__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.microsite-start .card-slider__card-wrapper {
  justify-content: center;
  align-items: center;
}
.slick-initialized .microsite-start .card-slider__card-wrapper.slick-slide {
  display: flex;
}
.microsite-start .card-slider--create-start.slick-initialized {
  display: flex;
}
.microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__prev, .microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__next {
  cursor: pointer;
  position: absolute;
  display: block;
  align-self: center;
  margin-top: -2rem;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
}
.microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__prev {
  left: calc(-15px - 2.28125rem);
}
.microsite-start .card-slider--create-start.slick-initialized .card-slider__nav__next {
  right: calc(-15px - 2.28125rem);
}

#no-materials-selected {
  padding-top: 1em;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.13px;
}

#create-materials-btn {
  display: none;
}

.step__container .row {
  position: unset !important;
  transform: none !important;
}

.hero-create-materials {
  max-width: 860px;
}

.choices-row .material-type {
  text-align: center;
  top: 0;
}
.choices-row .material-type .title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 0.13px;
  background-color: white;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-bottom: 0;
}
.choices-row .material-type .select-box {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.choices-row .material-type .select-box span {
  display: block;
  background-color: #f5f5f5;
  border-bottom: 1px solid #c9c9c9;
}
.choices-row .material-type .select-box span:hover {
  cursor: pointer;
  background-color: #255dff;
}
.choices-row .material-type .select-box span:hover h4,
.choices-row .material-type .select-box span:hover h3 {
  color: white;
}
.choices-row .material-type .select-box span.active {
  background-color: #255dff;
}
.choices-row .material-type .select-box span.active h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 0.13px;
  color: #fff;
}
.choices-row .material-type .select-box span h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 0.13px;
  color: #454545;
  margin-bottom: 0;
}
.choices-row .selected-materials {
  text-align: center;
  position: sticky;
  top: 0;
}
.choices-row .selected-materials .title {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.13px;
  color: white;
  background-color: #00aa43;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  padding: 0.5rem 0;
}
.choices-row .selected-materials .title span {
  display: inline-block;
}
.choices-row .selected-materials .select-box {
  background-color: #f5f5f5;
  padding: 0 1rem 1rem;
  text-align: left;
}
.choices-row .selected-materials .select-box .hidden {
  display: none;
}
.choices-row .selected-materials .select-box a {
  transition: all 0.2s ease-in-out;
  padding: 1rem 0;
}
.choices-row .selected-materials .select-box a:hover {
  cursor: pointer;
}
.choices-row .selected-materials .select-box a:hover p {
  font-weight: bold;
}
.choices-row .selected-materials .select-box a p {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 15px;
  letter-spacing: 0.13px;
  color: #454545;
  margin-bottom: 0;
}
.choices-row .selected-materials .select-box a img {
  width: 40px;
}
.choices-row .selected-materials .select-box a.no-materials-selected {
  border-bottom: none;
}
.choices-row .selected-materials .select-box a.selected-material {
  border-bottom: 1px solid #c9c9c9;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.13px;
  text-decoration-line: underline;
  color: #454545;
  display: flex;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: space-between;
}
.choices-row .selected-materials .select-box a.selected-material p {
  padding-left: 1rem;
}
.choices-row .selected-materials .select-box a.selected-material img {
  padding-right: 1rem;
}
.choices-row .selected-materials .select-box a.selected-material .remove-material {
  width: 30%;
}
.choices-row .selected-materials .select-box .create-materials-btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #00aa43;
  background-color: white;
  border: 1px solid #00aa43;
  border-radius: 22px;
  padding: 0.25rem;
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease-in-out;
}
.choices-row .selected-materials .select-box .create-materials-btn:hover, .choices-row .selected-materials .select-box .create-materials-btn:focus {
  color: white;
  border: 1px solid white;
  background-color: #00aa43;
  transform: scale(1.1);
}
.choices-row .select-all-wrapper {
  text-align: center;
}
.choices-row .select-all-wrapper .select-all {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.13px;
  text-decoration-line: underline;
  color: #454545;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  cursor: pointer;
  display: block;
}
.choices-row .select-all-wrapper .select-all:hover {
  color: #00aa43;
}
.choices-row .select-all-wrapper .unselect-all {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.13px;
  text-decoration-line: underline;
  color: #454545;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  cursor: pointer;
}
.choices-row .select-all-wrapper .unselect-all:hover {
  color: #00aa43;
}
.choices-row .material-boxes {
  /* .material-category {
      display: none;
    }

    .shown {
      display: block;
    } */
}
.choices-row .material-boxes .material {
  cursor: pointer;
  margin-bottom: 2em;
}
.choices-row .material-boxes .material .checkmark {
  display: none;
}
.choices-row .material-boxes .material .select-button {
  display: inline;
}
.choices-row .material-boxes .material .unselect-button {
  display: none;
}
.choices-row .material-boxes .selected .inner {
  border: 1px solid #255dff;
}
.choices-row .material-boxes .selected .checkmark {
  display: block;
}
.choices-row .material-boxes .selected .select-button {
  display: none;
}
.choices-row .material-boxes .selected .unselect-button {
  display: inline;
}
.choices-row .material-boxes .col-md-4 {
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.choices-row .material-boxes .col-md-4:hover {
  transform: scale(1.1);
}
.choices-row .material-boxes .inner {
  background: #fff;
  border: 0.9px solid #e1e1e1;
  border-bottom: none;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  padding: 1rem;
}
.choices-row .material-boxes .inner .checked {
  width: 38px;
  position: relative;
  top: -38px;
  right: -96%;
  margin-bottom: -38px;
}
.choices-row .material-boxes .inner h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #454545;
}
.choices-row .material-type {
  background-color: #f5f5f5;
}
.choices-row .material-type p {
  font-weight: 500;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #454545;
  padding: 0.3rem 0;
  margin-bottom: 0;
}
.choices-row .links {
  display: block;
  text-align: center;
}
.choices-row .links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #142585;
  text-align: center;
  padding: 1rem 0.3rem 0;
  margin: 0 auto;
  margin-bottom: 1rem;
  display: inline-block;
}
.choices-row .links a:hover {
  font-size: 15px;
}

#social-notice,
#website-notice {
  display: none;
}

.page-material-choices #matgen-controller h1 {
  text-align: center;
  margin-top: 3rem;
}

.hidden {
  display: none !important;
}

.hero-create-materials {
  max-width: 860px;
}
.hero-create-materials h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.8727px;
}
.hero-create-materials h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #454545;
}

.choices-row .buttons {
  text-align: center;
}
.choices-row .buttons .button {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #255dff;
  text-decoration: none;
  background-color: #f1f3fa;
  border-radius: 22px;
  padding: 0.25rem;
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease-in-out;
}
.choices-row .buttons .button:hover {
  color: #f1f3fa;
  border: 1px solid #f1f3fa;
  background-color: #255dff;
  transform: scale(1.1);
}
.choices-row .material-boxes .col-md-4 {
  margin-bottom: 3rem;
  transition: all 0.2s ease-in-out;
}
.choices-row .material-boxes .col-md-4:hover {
  transform: scale(1.1);
}
.choices-row .material-boxes .inner {
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 2rem 1rem;
}
.choices-row .material-boxes .inner .checked {
  width: 60px;
  position: relative;
  left: 0;
  top: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: -60px;
}
.choices-row .material-boxes .title h4 {
  margin-top: 1.5rem;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #454545;
}
.choices-row .material-boxes .buttons {
  text-align: center;
}
.choices-row .material-boxes .buttons .button {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #255dff;
  background-color: white;
  border: 1px solid #255dff;
  border-radius: 22px;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  margin: 1rem 0.5rem;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.choices-row .material-boxes .buttons .button:hover {
  color: white;
  border: 1px solid white;
  background-color: #255dff;
  transform: scale(1.1);
}
.choices-row .material-boxes .buttons .button.green {
  color: #008740;
  background-color: white;
  border: 1px solid #008740;
}
.choices-row .material-boxes .buttons .button.green:hover {
  color: white;
  border: 1px solid white;
  background-color: #255dff;
  transform: scale(1.1);
}
.choices-row .material-type {
  background-color: #f5f5f5;
}
.choices-row .material-type p {
  font-weight: 500;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #454545;
  padding: 0.3rem 0;
}
.choices-row .buttons {
  display: block;
  text-align: center;
}
.choices-row .buttons a {
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #142585;
  text-align: center;
  padding: 0 0.3rem;
  margin: 0 auto;
  display: inline-block;
}
.choices-row .buttons a:hover {
  font-size: 13px;
}

.hidden {
  display: none !important;
}

.hero-create-materials {
  max-width: 860px;
}
.hero-create-materials .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  transition: all 0.2s ease-in-out;
}
.hero-create-materials .button.light-blue {
  background: #e8edfd;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #255dff;
  padding: 0 1.5rem;
  text-decoration: none;
  position: relative;
  top: 6rem;
  right: 4rem;
}
.hero-create-materials .button:hover {
  transform: scale(1.1);
}
.hero-create-materials h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.8727px;
}
.hero-create-materials h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #454545;
}

.choices-row .buttons {
  text-align: center;
}
.choices-row .buttons .button {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #255dff;
  text-decoration: none;
  background-color: #f1f3fa;
  border-radius: 22px;
  padding: 0.25rem;
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease-in-out;
}
.choices-row .buttons .button:hover {
  color: #f1f3fa;
  border: 1px solid #f1f3fa;
  background-color: #255dff;
  transform: scale(1.1);
}
.choices-row .material-boxes .col-md-4 {
  margin-bottom: 3rem;
  transition: all 0.2s ease-in-out;
}
.choices-row .material-boxes .col-md-4:hover {
  transform: scale(1.1);
}
.choices-row .material-boxes .inner {
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 2rem 1rem;
}
.choices-row .material-boxes .inner .checked {
  width: 60px;
  position: relative;
  top: 30px;
  left: 0;
  display: block;
  margin: 0 auto;
  margin-bottom: -60px;
}
.choices-row .material-boxes .title h4 {
  margin-top: 1.5rem;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #727272;
}
.choices-row .material-boxes .buttons {
  text-align: center;
}
.choices-row .material-boxes .buttons .button {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #255dff;
  background-color: white;
  border: 1px solid #255dff;
  border-radius: 22px;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  margin: 1rem 0.5rem;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.choices-row .material-boxes .buttons .button:hover {
  color: white;
  border: 1px solid white;
  background-color: #255dff;
  transform: scale(1.1);
}
.choices-row .material-boxes .buttons .button.green {
  color: #008740;
  background-color: white;
  border: 1px solid #008740;
}
.choices-row .material-boxes .buttons .button.green:hover {
  color: white;
  border: 1px solid white;
  background-color: #008740;
  transform: scale(1.1);
}
.choices-row .material-type {
  background-color: #f5f5f5;
}
.choices-row .material-type p {
  font-weight: 500;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.13px;
  color: #454545;
  padding: 0.3rem 0;
}
.choices-row .buttons {
  display: block;
  text-align: center;
}
.choices-row .buttons a {
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #142585;
  text-align: center;
  padding: 0 0.3rem;
  margin: 0 auto;
  display: inline-block;
}
.choices-row .buttons a:hover {
  font-size: 13px;
}

.page-feedback h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.8727px;
  color: #255dff;
}
.page-feedback h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.25rem;
}
.page-feedback .outer-accordion {
  margin: 4rem 0;
}
.page-feedback .outer-accordion .accordion-group {
  margin-bottom: 1rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .accordion-toggle {
  border: 0.9px solid #e1e1e1;
  border-radius: 3px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem;
  transition: 300ms ease-in-out;
  background: #142585;
  color: #fff;
  position: relative;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .accordion-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
  right: 1rem;
  top: 1.25rem;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed {
  background: #fff;
  color: #142585;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.25rem solid #142585;
  border-left: 0.25rem solid #142585;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
  right: 1rem;
  top: 0.85rem;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed:hover {
  background: #142585;
  color: #fff;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed:hover::after {
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
}
.page-feedback .outer-accordion .accordion-group .accordion-body .accordion-inner {
  padding: 1rem;
}
.page-feedback .inner-accordion .accordion-group {
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: none !important;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .accordion-toggle {
  border: none !important;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem;
  transition: 300ms ease-in-out;
  background: #fff;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #255dff;
  font-weight: 700;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .accordion-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15rem solid #255dff;
  border-left: 0.15rem solid #255dff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
  right: 1rem;
  top: 2rem;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed {
  background: #fff;
  color: #454545;
  font-weight: 400;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15rem solid #142585;
  border-left: 0.15rem solid #142585;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
  right: 1rem;
  top: 1.75rem;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed:hover {
  background: #fff;
  color: #255dff;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed:hover::after {
  border-top: 0.15rem solid #255dff;
  border-left: 0.15rem solid #255dff;
}
.page-feedback .inner-accordion .accordion-group .accordion-body {
  background: #f5f5f5;
}
.page-feedback .inner-accordion .accordion-group .accordion-body .accordion-inner {
  padding: 1rem;
}

.hero-create-materials,
#hero-create-materials {
  max-width: 960px;
}
.hero-create-materials .button,
#hero-create-materials .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  transition: all 0.2s ease-in-out;
}
.hero-create-materials .button.light-blue,
#hero-create-materials .button.light-blue {
  background: #e8edfd;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #255dff;
  padding: 0 1.5rem;
  text-decoration: none;
  position: relative;
  top: 6rem;
  right: 4rem;
}
.hero-create-materials .button:hover,
#hero-create-materials .button:hover {
  transform: scale(1.1);
}
.hero-create-materials h1,
#hero-create-materials h1 {
  font-weight: 700;
  font-size: 2.75em;
  line-height: 1.35em;
  text-align: center;
  letter-spacing: -0.8727px;
}
.hero-create-materials p,
#hero-create-materials p {
  margin: 2rem auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #454545;
}

.button--blue-darker-hollow {
  margin-right: 1.5em;
}

#study-nav-buttons .study-nav {
  margin-left: 1.5em;
}
#study-nav-buttons .right-buttons {
  float: right;
}

#website-data {
  max-width: 80%;
}

.populate-responses,
#populate-responses,
#website-data,
#editor-rich-text-modal {
  margin: 0 auto;
}
.populate-responses .blue-box:not(.list-faq),
#populate-responses .blue-box:not(.list-faq),
#website-data .blue-box:not(.list-faq),
#editor-rich-text-modal .blue-box:not(.list-faq) {
  display: block;
  background: #fff;
  padding: 2em;
  margin: auto;
  margin-bottom: 2em;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  max-width: 96%;
  min-height: 12em;
  border: 0.9px solid #e1e1e1;
}
.populate-responses .blue-box.list-faq,
#populate-responses .blue-box.list-faq,
#website-data .blue-box.list-faq,
#editor-rich-text-modal .blue-box.list-faq {
  display: block;
  background: #fff;
  padding: 2em;
  margin: auto;
  margin-bottom: 2em;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  max-width: 96%;
  min-height: 12em;
  border: 0.9px solid #e1e1e1;
}
.populate-responses .faq-list-item,
#populate-responses .faq-list-item,
#website-data .faq-list-item,
#editor-rich-text-modal .faq-list-item {
  display: flex;
  background: #fff;
  padding: 0;
  margin: auto;
  margin-bottom: 2em;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  max-width: 96%;
  min-height: 12em;
  border: 0.9px solid #e1e1e1;
}
.populate-responses .faq-list-item:last-of-type,
#populate-responses .faq-list-item:last-of-type,
#website-data .faq-list-item:last-of-type,
#editor-rich-text-modal .faq-list-item:last-of-type {
  margin-bottom: 0;
}
.populate-responses hr,
#populate-responses hr,
#website-data hr,
#editor-rich-text-modal hr {
  margin-bottom: 3em;
}
.populate-responses .right-buttons,
#populate-responses .right-buttons,
#website-data .right-buttons,
#editor-rich-text-modal .right-buttons {
  float: right;
}
.populate-responses .right-buttons .button--blue-darker-hollow,
#populate-responses .right-buttons .button--blue-darker-hollow,
#website-data .right-buttons .button--blue-darker-hollow,
#editor-rich-text-modal .right-buttons .button--blue-darker-hollow {
  margin-right: 1.5em;
}

#editor-rich-text-modal .blue-box:not(.list-faq) {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.page-feedback h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.8727px;
  color: #255dff;
}
.page-feedback h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.25rem;
}
.page-feedback .outer-accordion {
  margin: 4rem 0;
}
.page-feedback .outer-accordion .accordion-group {
  margin-bottom: 1rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .accordion-toggle {
  border: 0.9px solid #e1e1e1;
  border-radius: 3px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem;
  transition: 300ms ease-in-out;
  background: #142585;
  color: #fff;
  position: relative;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .accordion-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
  right: 1rem;
  top: 1.25rem;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed {
  background: #fff;
  color: #142585;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.25rem solid #142585;
  border-left: 0.25rem solid #142585;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
  right: 1rem;
  top: 0.85rem;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed:hover {
  background: #142585;
  color: #fff;
}
.page-feedback .outer-accordion .accordion-group .accordion-heading .collapsed:hover::after {
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
}
.page-feedback .outer-accordion .accordion-group .accordion-body .accordion-inner {
  padding: 1rem;
}
.page-feedback .inner-accordion .accordion-group {
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: none !important;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .accordion-toggle {
  border: none !important;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem;
  transition: 300ms ease-in-out;
  background: #fff;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #255dff;
  font-weight: 700;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .accordion-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15rem solid #255dff;
  border-left: 0.15rem solid #255dff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
  right: 1rem;
  top: 2rem;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed {
  background: #fff;
  color: #454545;
  font-weight: 400;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15rem solid #142585;
  border-left: 0.15rem solid #142585;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
  right: 1rem;
  top: 1.75rem;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed:hover {
  background: #fff;
  color: #255dff;
}
.page-feedback .inner-accordion .accordion-group .accordion-heading .collapsed:hover::after {
  border-top: 0.15rem solid #255dff;
  border-left: 0.15rem solid #255dff;
}
.page-feedback .inner-accordion .accordion-group .accordion-body {
  background: #f5f5f5;
}
.page-feedback .inner-accordion .accordion-group .accordion-body .accordion-inner {
  padding: 1rem;
}

#main-content .back-button {
  position: absolute;
  left: -23em;
  text-decoration: none;
  color: #142585;
  transition: 300ms ease-in-out;
}
#main-content .back-button:hover {
  background: #142585;
  color: #fff;
}

#study-specific-step1-container .back-button {
  position: absolute;
  left: -4rem;
  text-decoration: none;
  color: #142585;
  transition: 300ms ease-in-out;
}
#study-specific-step1-container .back-button:hover {
  background: #142585;
  color: #fff;
}
#study-specific-step1-container .clear-button {
  position: absolute;
  left: 1.5em;
  padding: 0.15em 1em !important;
  top: 0.4em;
  text-decoration: none;
  color: #142585;
  transition: 300ms ease-in-out;
}
#study-specific-step1-container .clear-button:hover {
  background: #142585;
  color: #fff;
}
#study-specific-step1-container .container {
  position: relative;
  width: 90rem;
}
#study-specific-step1-container .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 57rem;
  margin: 2rem auto 4rem;
  min-height: unset !important;
}
#study-specific-step1-container .button-group .option-button {
  align-self: start;
  min-height: 7em;
  width: 18rem;
  margin: 0.5rem;
  padding: 28px;
  box-sizing: border-box;
  font-family: Arial-BoldMT, "Arial Bold", Arial, sans-serif;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  transition: 300ms ease-in-out;
  background: #fff;
  border: 0.9px solid #e1e1e1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#study-specific-step1-container .button-group .option-button.selected {
  border-color: #275eff;
  border-width: 1.25px;
}
#study-specific-step1-container .button-group .option-button:hover {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}
#study-specific-step1-container section h2 {
  font-family: Arial-BoldMT, "Arial Bold", Arial, sans-serif;
  font-weight: 700;
  color: #275eff;
  text-align: center;
  line-height: 47px;
}
#study-specific-step1-container section h3 {
  font-family: Arial-BoldMT, "Arial Bold", Arial, sans-serif;
  font-weight: 700;
  color: #454545;
  text-align: center;
  line-height: normal;
}
#study-specific-step1-container section h4 {
  font-family: Arial-BoldMT, "Arial Bold", Arial, sans-serif;
  font-weight: 700;
  color: #275eff;
  line-height: 34px;
  margin-left: 1rem;
  text-align: center;
}
#study-specific-step1-container .dist-type-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 57rem;
  margin: 0 auto 4rem;
}
#study-specific-step1-container .dist-type-wrap .option-card {
  width: 18rem;
  margin: 0.5rem;
  transition: 300ms ease-in-out;
}
#study-specific-step1-container .dist-type-wrap .option-card.selected {
  border-color: #275eff;
}
#study-specific-step1-container .dist-type-wrap .option-card.selected:hover {
  border-color: #ccc;
}
#study-specific-step1-container .option-group {
  display: none;
}
#study-specific-step1-container .continue-button {
  text-align: center;
}

#sub-draft-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #4d4a4a !important;
  margin-top: -1.6875rem !important;
  margin-bottom: 0.25rem !important;
}

#study-specific-step2 .section-content {
  max-width: 84%;
  margin: 0 auto;
}
#study-specific-step2 #tags-wrapper {
  position: relative;
  margin-bottom: 1em;
  max-width: 69rem;
  margin: auto;
}
#study-specific-step2 #tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0.5em;
}
#study-specific-step2 #tags select {
  min-width: 12em;
  max-width: 22%;
  height: 100%;
  margin-bottom: 0.75em;
  margin-right: 1em;
}
#study-specific-step2 #tags .ghost-select option {
  width: 100%;
  height: 100%;
  background-color: #333;
}
#study-specific-step2 #hero .section-content {
  position: relative;
}
#study-specific-step2 #hero .section-content .back-button {
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#study-specific-step2 #hero .section-content .clear-button {
  left: 1.5em;
  padding: 0.15em 1em !important;
  top: 0.4em;
}
#study-specific-step2 #hero .hero__heading {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: -0.8727px;
  color: #255dff;
  text-align: center;
}
#study-specific-step2 #pages-selection-wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
  z-index: 99999999;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#study-specific-step2 #pages-selection-wrapper span {
  margin: 0 0.5rem;
  border: none;
}
#study-specific-step2 #pages-selection-wrapper span.current-page {
  color: #fff;
  background: #6b758f !important;
  cursor: not-allowed !important;
}
#study-specific-step2 #template-previewer-section {
  position: relative;
}
#study-specific-step2 #template-previewer-section #template-title-wrapper {
  display: block;
  text-align: right;
  max-width: 84%;
  margin: 0 auto;
  background: #eee;
  padding-right: 1rem;
  padding-bottom: 0.5em;
  z-index: 1;
  position: relative;
}
#study-specific-step2 .template-previewer {
  display: flex;
  background: #eee;
}
#study-specific-step2 .template-previewer .sidebar {
  width: 24rem;
  border-right: 1px solid #b3b3b3;
  position: relative;
}
#study-specific-step2 .template-previewer .sidebar .language-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
#study-specific-step2 .template-previewer .sidebar .language-wrapper p {
  width: 40%;
  margin: 0;
}
#study-specific-step2 .template-previewer .sidebar .language-wrapper select {
  width: 100%;
  margin: 0;
  margin-left: 1rem;
}
#study-specific-step2 .template-previewer .sidebar header {
  background: #e2e4ec;
  padding: 0.5rem 1.5rem;
  position: relative;
  height: 3.5rem;
}
#study-specific-step2 .template-previewer .sidebar header .header-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: #e8eaef;
}
#study-specific-step2 .template-previewer .sidebar header .header-content p {
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  margin: 0;
  padding-right: 0.25rem;
}
#study-specific-step2 .template-previewer .sidebar header .header-content .select-wrap {
  width: 7.5rem;
}
#study-specific-step2 .template-previewer .sidebar header .header-content .select-wrap select {
  width: 100%;
  margin: 0;
  padding: 0.5rem;
}
#study-specific-step2 .template-previewer .sidebar footer {
  width: 100%;
  background: #e8eaef;
  position: absolute;
  bottom: 0;
}
#study-specific-step2 .template-previewer .sidebar footer .footer-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin: 0;
  background-color: #f04912;
}
#study-specific-step2 .template-previewer .sidebar footer .footer-content {
  padding: 1.5rem 1.5rem 3rem;
  padding-bottom: 1em;
}
#study-specific-step2 .template-previewer .sidebar footer .footer-content p {
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
  line-height: 1.25;
  color: #333;
  margin: 0;
  margin-bottom: 0.5rem;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content {
  padding: 1.5rem 0;
  height: 127vh;
  min-height: 37.5rem;
  overflow: auto;
  background: #eee;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails {
  width: 22rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12em;
  padding-right: 0.4em;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .template-thumbnail {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .template-thumbnail.missing-thumb {
  filter: invert(88%) sepia(24%) saturate(218) hue-rotate(-146deg) brightness(90%) contrast(105%) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  height: 175px;
  margin: 39px auto;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail {
  cursor: pointer;
  max-height: 17em;
  /* min-height: 0; */
  /* padding: 1em; */
  margin: 0.75em;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  /* flex-grow: unset; */
  /* width: min-content; */
  align-items: center;
  justify-content: flex-start;
  width: 43%;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: 300ms ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  margin-right: auto;
  margin-left: 1.25em;
  padding-top: 0.5em;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail.selected {
  border: 2px solid #255dff;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail.selected:hover {
  border: 2px solid #a323e2;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail:hover {
  border: 2px solid #a323e2;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail .video-info,
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail .file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 6em;
  margin: 0.5em 0.75em;
  margin-bottom: 0.75em;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail .file-info {
  text-align: center;
  max-width: 85%;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail .thumb-file-title {
  margin: auto;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail .size {
  position: absolute;
  top: -20px;
  right: -10px;
  background: #de3700;
  color: #fff;
  padding: 0.1rem 0.5rem;
  z-index: 2;
  font-size: 0.85rem;
  font-weight: bold;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .thumbnail img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .visible {
  display: block !important;
}
#study-specific-step2 .template-previewer .split-window {
  display: flex;
  align-items: center;
}
#study-specific-step2 .template-previewer .preview-window-holder {
  width: 100%;
  z-index: 888;
}
#study-specific-step2 .template-previewer .template-description-wrap {
  padding: 1em;
  background: #dbdbdb;
  width: 100%;
  display: flex;
  gap: 0;
  justify-content: space-between;
}
#study-specific-step2 .template-previewer .template-description-wrap .template-description {
  width: 70%;
  padding-right: 3.125rem;
  line-height: 1.25;
}
#study-specific-step2 .template-previewer .template-description-wrap .template-description strong {
  line-height: 1.25;
}
#study-specific-step2 .template-previewer .template-description-wrap #template-components {
  width: 30%;
}
#study-specific-step2 .template-previewer .template-description-wrap #template-components h3 {
  font-size: 1rem;
}
#study-specific-step2 .template-previewer .template-description-wrap #template-components strong {
  line-height: 1.25;
}
#study-specific-step2 .template-previewer .template-description-wrap #template-components ul {
  margin: 0;
}
#study-specific-step2 .template-previewer .template-description-wrap #template-components ul li {
  line-height: 1.25;
}
#study-specific-step2 .template-previewer .template-description-wrap #description-text h3 {
  font-size: 1rem;
}
#study-specific-step2 .template-previewer .preview-window {
  width: 100%;
  position: relative;
}
#study-specific-step2 .template-previewer .preview-window .tutorial {
  display: none;
  width: 11rem;
  margin-bottom: 6rem;
  z-index: 1;
  margin-top: 6em;
  margin-left: 1em;
}
#study-specific-step2 .template-previewer .preview-window header {
  padding: 0.5rem 1.5rem;
  text-align: right;
  position: relative;
  height: 3.5rem;
  left: 0;
  right: 0;
  width: 100%;
}
#study-specific-step2 .template-previewer .preview-window header .header-options {
  position: relative;
  z-index: 999999999;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  width: 100%;
  display: flex;
}
#study-specific-step2 .template-previewer .preview-window header .header-options #template-title-wrapper {
  width: 100%;
  text-align: left;
}
#study-specific-step2 .template-previewer .preview-window header .header-options .button-wrap {
  width: fit-content;
  flex: 1;
  text-align: right;
}
#study-specific-step2 .template-previewer .preview-window header .header-options .button-wrap button {
  font-size: 1rem;
  padding: 0.375rem 1.5rem;
  margin: 0;
  font-family: ArialMT, Arial, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 400 !important;
}
#study-specific-step2 .template-previewer .preview-window header .header-options .button-wrap button.disabled {
  background: #6b758f !important;
  border-color: transparent;
  cursor: wait;
}
#study-specific-step2 .template-previewer .preview-window .flip-wrapper {
  display: flex;
}
#study-specific-step2 .template-previewer .preview-window .preview {
  padding: 1.5rem 0.5em;
  width: 100%;
  height: 100%;
}
#study-specific-step2 .template-previewer .preview-window .preview img:not(.tutorial) {
  max-width: 100%;
  width: auto;
  height: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
}
#study-specific-step2 .template-picker-description {
  font-style: normal;
  font-size: 0.9em;
  color: #4d4a4a;
  text-align: center;
}

#before-modal .modal-dialog {
  width: 750px !important;
}

.create-page {
  /*
  .editor-scaler {
    background: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 1rem;
  }
  */
}
.create-page #question-subtext {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.8727px;
  color: #255dff;
  margin-bottom: 1rem;
}
.create-page #nia-matgen-controller {
  max-width: 60vw;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main {
  background: #fff;
  list-style-type: none;
  padding-left: 0;
  border-radius: 4px 4px 0 0;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main .right-sidebar-header {
  padding-right: 0;
  background-color: #255dff;
  border: 1px solid #255dff;
  color: #fff;
  white-space: nowrap;
  font-size: 1.5em;
  width: 100%;
  margin-left: 0;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main .right-sidebar-header .right-sidebar-title {
  font-size: 15px;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main li {
  padding: 12px 16px;
  border: 1px solid #9d9d9d;
  font-size: 15px;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main li:nth-child(odd) {
  border-top: none;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main li:first-child {
  padding: 8px 16px;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main li:last-child {
  border-radius: 0 0 4px 4px;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main li a {
  color: #255dff;
  text-decoration: none;
}
.create-page #matgen-right-sidebar .sticky-menu .right-sidebar-main li a:hover {
  text-decoration: underline;
}
.create-page .tooltip-inner {
  text-align: left;
  background-color: #f2f2f2;
  color: #000;
  box-shadow: 0 0 4px black;
  padding: 8px;
  opacity: 1 !important;
  max-width: 350px;
}
.create-page .tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #f2f2f2 !important;
}
.create-page .tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #f2f2f2 !important;
}
.create-page .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #f2f2f2 !important;
}
.create-page .tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #f2f2f2 !important;
}

#alt-text-group {
  text-align: left;
}
#alt-text-group label svg {
  color: #255dff;
}

.page-audience-informed-materials #audience-informed-materials-container h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 50px;
  text-align: left;
  letter-spacing: -0.8727px;
  color: #245dff;
  margin-top: 0.75em;
}
.page-audience-informed-materials #audience-informed-materials-container h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.25rem;
}
.page-audience-informed-materials #audience-informed-materials-container p {
  max-width: 750px;
}
.page-audience-informed-materials #audience-informed-materials-container ul {
  font-size: 0.875rem;
}
.page-audience-informed-materials #audience-informed-materials-container ul li p {
  margin-bottom: 0;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion {
  margin: 0;
  margin-top: 2rem;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group {
  margin-bottom: 1rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group .accordion-heading .accordion-toggle {
  border: 0.9px solid #e1e1e1;
  border-radius: 3px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem;
  transition: 300ms ease-in-out;
  background: #245dff;
  color: #fff;
  position: relative;
  padding-right: 2rem;
  text-align: left;
  width: 100%;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group .accordion-heading .accordion-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
  right: 1rem;
  top: 1.25rem;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group .accordion-heading .collapsed {
  background: #fff;
  color: #245dff;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group .accordion-heading .collapsed::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.25rem solid #245dff;
  border-left: 0.25rem solid #245dff;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
  right: 1rem;
  top: 0.85rem;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group .accordion-heading .collapsed:hover {
  background: #245dff;
  color: #fff;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group .accordion-heading .collapsed:hover::after {
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
}
.page-audience-informed-materials #audience-informed-materials-container .outer-accordion .accordion-group .accordion-body .accordion-inner {
  padding: 1rem;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group {
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: none !important;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-heading .accordion-toggle {
  border: none !important;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1rem;
  transition: 300ms ease-in-out;
  background: #fff;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #255dff;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-heading .accordion-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15rem solid #255dff;
  border-left: 0.15rem solid #255dff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
  right: 1rem;
  top: 2rem;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-heading .collapsed {
  background: #fff;
  color: #454545;
  font-weight: 400;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-heading .collapsed::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15rem solid #245dff;
  border-left: 0.15rem solid #245dff;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
  right: 1rem;
  top: 1.75rem;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-heading .collapsed:hover {
  background: #fff;
  color: #255dff;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-heading .collapsed:hover::after {
  border-top: 0.15rem solid #255dff;
  border-left: 0.15rem solid #255dff;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-body {
  background: #f5f5f5;
}
.page-audience-informed-materials #audience-informed-materials-container .inner-accordion .accordion-group .accordion-body .accordion-inner {
  padding: 1rem;
}

.m4c-loader-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2147483000;
  /*pointer-events: none;*/
  display: none;
  background: var(--loader-overlay-bg-color, #fff);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: var(--loader-overlay-opacity, 0.5);
}

.m4c-loader-overlay.m4c-loading {
  display: block;
}

.m4c-dual-ring {
  display: inline-block;
  /*border: 1px solid #f80;*/
}

.m4c-dual-ring:after {
  content: " ";
  display: block;
  width: var(--loader-spinner-height, 100px);
  height: var(--loader-spinner-width, 100px);
  border-radius: 50%;
  border: var(--loader-spinner-width, 18px) solid var(--loader-spinner-color-1, #000);
  border-color: var(--loader-spinner-color-1, #000) transparent var(--loader-spinner-color-2, #000) transparent;
  animation: dual-ring var(--loader-spinner-timing, 1.2s) linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m4c-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.m4c-ripple div {
  position: absolute;
  border: 4px solid var(--loader-spinner-color-1, #000);
  opacity: 1;
  border-radius: 50%;
  animation: m4c-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.m4c-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes m4c-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.m4c-dot-circle {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.m4c-dot-circle div {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--loader-spinner-color-1, #000);
  border-radius: 50%;
  animation: m4c-dot-circle 1.2s linear infinite;
}

.m4c-dot-circle div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.m4c-dot-circle div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.m4c-dot-circle div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.m4c-dot-circle div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.m4c-dot-circle div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.m4c-dot-circle div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.m4c-dot-circle div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.m4c-dot-circle div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.m4c-dot-circle div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.m4c-dot-circle div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.m4c-dot-circle div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.m4c-dot-circle div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes m4c-dot-circle {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.m4c-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.m4c-roller div {
  animation: m4c-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.m4c-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--loader-spinner-color-1, #000);
  margin: -4px 0 0 -4px;
}

.m4c-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.m4c-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.m4c-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.m4c-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.m4c-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.m4c-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.m4c-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.m4c-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.m4c-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.m4c-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.m4c-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.m4c-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.m4c-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.m4c-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.m4c-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.m4c-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes m4c-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m4c-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.m4c-spinner div {
  transform-origin: 40px 40px;
  animation: m4c-spinner 1.2s linear infinite;
}

.m4c-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--loader-spinner-color-1, #000);
}

.m4c-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.m4c-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.m4c-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.m4c-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.m4c-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.m4c-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.m4c-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.m4c-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.m4c-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.m4c-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.m4c-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.m4c-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes m4c-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.m4c-ring {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}

.m4c-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 8px;
  border: 18px solid var(--loader-spinner-color-1, #000);
  border-radius: 50%;
  animation: m4c-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--loader-spinner-color-1, #000) transparent transparent transparent;
}

.m4c-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.m4c-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.m4c-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes m4c-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m4c-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.m4c-ellipsis div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--loader-spinner-color-1, #000);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.m4c-ellipsis div:nth-child(1) {
  left: 8px;
  animation: m4c-ellipsis1 0.6s infinite;
}

.m4c-ellipsis div:nth-child(2) {
  left: 8px;
  animation: m4c-ellipsis2 0.6s infinite;
}

.m4c-ellipsis div:nth-child(3) {
  left: 32px;
  animation: m4c-ellipsis2 0.6s infinite;
}

.m4c-ellipsis div:nth-child(4) {
  left: 56px;
  animation: m4c-ellipsis3 0.6s infinite;
}

@keyframes m4c-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes m4c-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes m4c-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.m4c-bars {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.m4c-bars div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--loader-spinner-color-1, #000);
  animation: m4c-bars var(--loader-spinner-timing, 1.2s) infinite;
}

.m4c-bars div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.m4c-bars div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.m4c-bars div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes m4c-bars {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.m4c-ball {
  display: block;
  position: relative;
  height: 40px;
  width: 106px;
  border: 3px solid var(--loader-spinner-color-2, #000);
  border-radius: 20px;
  box-sizing: border-box;
}

.m4c-ball:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--loader-spinner-color-1, #000);
  animation: m4c-ball var(--loader-spinner-timing, 1.2s) ease-in-out infinite alternate;
}

@keyframes m4c-ball {
  0% {
    left: 0;
    transform: translateX(0%);
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}
#m4c-body-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
}

#m4c-fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.m4c-fullscreen-loader-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2147483647;
}

.m4c-loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -140px;
  background: var(--loader-content-bg, #fff);
  border-radius: 8px;
  border: 1px solid var(--loader-content-border, #999);
  box-shadow: 1px 1px 4px var(--loader-content-shadow, #999);
  padding: 2em 4em;
}

.m4c-fullscreen-loader-message {
  margin: 2em auto 0 auto;
  color: var(--loader-message-color, #000);
}
.m4c-fullscreen-loader-message:empty {
  display: none;
}
.m4c-fullscreen-loader-message p {
  margin: 0;
  padding: 0;
}

.m4c-loader-anim {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m4c-loader-anim.m4c-spinner,
.m4c-loader-anim.m4c-roller {
  display: block;
}

.m4c-button-loader {
  position: relative;
}

.m4c-element-loader,
.m4c-button-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.matgen-fullscreen-loader {
  --loader-overlay-bg-color: #fff;
  --loader-overlay-opacity: 0.2;
  --loader-spinner-color-1: #245dff;
  --loader-spinner-color-2: #245dff;
  --loader-spinner-timing: 1.2s;
  --loader-message-color: #245dff;
}

#prompt-form .example-char-wrapper {
  background: #fff;
  padding: 0.5em 0.75em;
}

#uploader-instructions {
  max-width: 34em;
  text-align: left;
  line-height: 1.75em;
}

#m4c-fullscreen-loader {
  z-index: 2147483647;
}

.m4c-fullscreen-loader-message p {
  color: var(--loader-message-color, #000);
  font-weight: bold;
}

.save-page__button--filled:hover {
  color: #fff !important;
}

/*
.input-group {
  button {
    border-top-left-radius: initial !important;
    border-bottom-left-radius: initial !important;
    border-top-right-radius: initial !important;
    border-bottom-right-radius: initial !important;
  }
}
*/
#preview-col .preview-thumb {
  text-align: center;
}

#alert-modal .modal-body {
  /* min-height: auto;
  min-width: 50vw;
  padding: 48px;
  padding-bottom: 24px;
  padding-top: 32px; */
  text-align: center;
}

#alert-modal .modal-dialog {
  max-width: 960px;
}

#alert-ok-button {
  margin-top: 24px;
}

#alert-cancel-button {
  margin-top: 24px;
  margin-right: 6px;
}

.matgen-progress-bar__unit.--complete .matgen-progress-bar__unit__title.hover-item {
  text-decoration: underline;
  cursor: pointer;
}

#step-hover-content {
  position: absolute;
  width: 17.5rem;
  min-height: 3.875rem;
  top: 105%;
  z-index: 2147483647;
}

.form-label {
  font-size: 0.9rem;
  font-weight: bold;
}

.form-label.required::after {
  content: "*";
  color: red;
  margin-left: 2px;
  font-weight: bold;
}

.head-and-sub-centered.required h5::before {
  content: "*";
  color: red;
  margin-right: 2px;
  font-weight: bold;
}

.matgen-section-header {
  font-weight: bold;
  text-align: center;
}

.placeholder-instructions {
  color: #454545;
  font-size: 0.9em;
  margin-bottom: 6px;
}

.matgen-form-error.matgen-form-wrapper,
.page-microsite-generator .microsite-form .form-control.matgen-form-error,
.page-microsite-generator .microsite-form .form-control.matgen-form-error:focus,
.card--multi-select.matgen-form-error {
  border: 2px solid #f00;
  /* &:before {
    content: @import 'Please correct this field';
    display: block;
    color: red;
    text-align: center;
  } */
}

.page-microsite-generator .microsite-form .form-label.matgen-form-error,
label.matgen-form-error {
  color: #f00;
}

.page-microsite-generator .microsite-form .char-limit.matgen-form-error {
  color: #f00;
  font-weight: bold;
}

loading-indicator {
  z-index: 1;
  --overlay-bg-color: #fff;
  --overlay-color: #255dff;
  --overlay-opacity: 0.8;
  --spinner-color-1: #255dff;
  --spinner-color-2: #255dff;
}

.tippy-close-button:hover {
  outline: 5px auto -webkit-focus-ring-color;
}

.modal-dialog {
  max-width: 900px;
}

.table-actions {
  white-space: nowrap;
  text-align: right;
}

#data-listing-heading {
  padding: 1rem;
}
#data-listing-heading h1 {
  font-size: 1.25rem;
}

#context-menu {
  position: absolute;
  display: none;
  z-index: 2147483550;
}

.logic-tagging__header {
  height: 8em;
}

#progress-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2147483647;
}

.microsite-select > * {
  pointer-events: none;
}

.holder-image.selected,
.microsite-select.--selected {
  border: 3px solid #ae29fe !important;
}

#microsite-preview-modal .modal-dialog {
  max-width: 94%;
}

#microsite-preview-modal .modal-content {
  height: 100%;
}

#microsite-preview-modal .modal-content iframe {
  width: 100%;
  height: 100%;
  margin-top: 1em;
}

.table-actions {
  white-space: nowrap;
  text-align: right;
}

#data-listing-heading {
  padding: 1rem;
}
#data-listing-heading h1 {
  font-size: 1.25rem;
}

#context-menu {
  position: absolute;
  display: none;
  z-index: 2147483550;
}

.overlay.loading::before {
  content: attr(message);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.example-materials__section {
  position: relative;
  width: 100%;
}

#matgen-loader-container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#matgen-loader-container.fit-container {
  position: absolute;
}

#matgen-loader-container.full-page {
  position: fixed;
  z-index: 1;
}

#tabfocus:focus {
  outline: none;
}

#env-badge {
  position: fixed;
  bottom: 2px;
  left: 2px;
  background: #b71020;
  color: #fff;
  border-bottom-left-radius: 0.5em;
  height: 1.25em;
}
#env-badge .badge {
  position: relative;
  top: -4px;
  padding: 0 1em;
  font-size: 0.75em;
  line-height: 0.75em;
  margin: 0;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-direction: row;
}

.progress-tracker__step .option-card {
  align-items: stretch;
}

.option-card--sm .option-card__copy {
  display: flex;
  align-items: center;
}

#small-screen-warning {
  background: rgba(255, 255, 255, 0.9333333333);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  display: none;
}

#small-screen-warning::before {
  content: "This application requires at least 900 pixels of browser width. Please expand your browser window.";
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 5.5rem 2rem 0;
}

@media only screen and (width <= 900px) {
  #small-screen-warning {
    display: block;
  }
}
.modal-full {
  min-width: 20%;
  margin-left: 80;
}

.modal-full .modal-content {
  min-height: 100vh;
}

.modal-full .modal-footer {
  box-shadow: 0 -5px 5px -5px #eee;
}

.modal-full .modal-header {
  box-shadow: 0 5px 5px -5px #eee;
}

/*
#hide-grid,
#show-grid {
  display: none;
}

$max-z-index: 2147483647;
$modal-z-index: 2147483600;
$context-menu-z-index: 2147483550;
$modal-overlay-z-index: 2147483500;
$content-z-index: 2147483000;


#template-manage {
  display: none;
}

#login-modal-loader {
  pointer-events: none;
}

.option-wrapper {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
  background: url(/../../assets/img/editor-bg.png);
  position: relative;
}

.option-wrapper:not(:first-of-type) {
  margin-top: 12px;
}

.option-wrapper:hover {
  border-color: $secondary;
}

.option-wrapper:active,
.option-wrapper.selected-option {
  border-color: $primary;
}

#matgen-loader {
  position: fixed;
}

#progress-wrapper {
  position: absolute;
  top: 80%;
  z-index: $context-menu-z-index;
  width: 100%;
}

.progress {
  width: 100%;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0;
}
*/
html {
  visibility: visible;
  opacity: 1;
}

#matgen-whole {
  display: flex;
}
