@charset "UTF-8";
/* Create an orange variations for various classes
-------------------------------------------------- */
/* Create the action button */
/* Common shadow treatment for box-shadow */
/* Default Image */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #45454a;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #8c8b86;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #000;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #45454a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #8c8b86;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #8c8b86;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f0efec;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(131.0629370629, 131.0629370629, 139.4370629371);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #45454a;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #45454a;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #45454a;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #45454a;
}
.btn-primary {
  color: #fff;
  background-color: rgb(24, 89, 143);
  border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  background-image: none;
  border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
  border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(24, 89, 143);
  border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.btn-primary .badge {
  color: rgb(24, 89, 143);
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: rgb(24, 89, 143);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(13.005988024, 48.2305389222, 77.494011976);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #d3d1cc;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #45454a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(56.6958041958, 56.6958041958, 60.8041958042);
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(24, 89, 143);
  outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #d3d1cc;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #d3d1cc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #8c8b86;
  text-align: center;
  background-color: #f0efec;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f0efec;
}
.nav > li.disabled > a {
  color: #d3d1cc;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #d3d1cc;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f0efec;
  border-color: rgb(24, 89, 143);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f0efec #f0efec #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #8c8b86;
  cursor: default;
  background-color: #efeeec;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(24, 89, 143);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #efeeec;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f0efec;
  border-color: rgb(225.375, 223.4, 217.475);
}
.navbar-default .navbar-brand {
  color: #45454a;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(44.3916083916, 44.3916083916, 47.6083916084);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: #45454a;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #8c8b86;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #45454a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #8c8b86;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(225.375, 223.4, 217.475);
}
.navbar-default .navbar-link {
  color: #45454a;
}
.navbar-default .navbar-link:hover {
  color: #8c8b86;
}
.navbar-default .btn-link {
  color: #45454a;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #8c8b86;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #d3d1cc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(24, 89, 143);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(13.005988024, 48.2305389222, 77.494011976);
  background-color: #f0efec;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(24, 89, 143);
  border-color: rgb(24, 89, 143);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d3d1cc;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f0efec;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #d3d1cc;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: rgb(175.5684210526, 171.9578947368, 162.9315789474);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(151.9473684211, 147.2631578947, 135.5526315789);
}
.label-primary {
  background-color: rgb(24, 89, 143);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #d3d1cc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(24, 89, 143);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f0efec;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(217.5, 215, 207.5);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #efeeec;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #45454a;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(24, 89, 143);
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #d3d1cc;
  cursor: not-allowed;
  background-color: #f0efec;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #d3d1cc;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(24, 89, 143);
  border-color: rgb(24, 89, 143);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(135.9760479042, 190.0778443114, 235.0239520958);
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #45454a;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #45454a;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: rgb(24, 89, 143);
}
.panel-primary > .panel-heading {
  color: #45454a;
  background-color: rgb(24, 89, 143);
  border-color: rgb(24, 89, 143);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(24, 89, 143);
}
.panel-primary > .panel-heading .badge {
  color: rgb(24, 89, 143);
  background-color: #45454a;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(24, 89, 143);
}
.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f0efec;
  border: 1px solid rgb(224.25, 222.2, 216.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=83);
  opacity: 0.83;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.btn {
  font-weight: 600;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgb(24, 89, 143);
    border-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .navbar-default .navbar-nav {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    color: white;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-header {
    float: left;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
}
.navbar-default .navbar-nav .btn-success {
  margin: 4px 10px 4px 0;
  padding: 10px 15px;
}
.navbar-default .navbar-nav .btn-success:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.navbar-admin .navbar-nav > li {
  font-size: 14px;
}
.navbar-admin .navbar-nav > li > a {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (max-width: 480px) {
  .navbar-admin .navbar-nav > li > ul {
    background-color: #5b87b2 !important;
  }
}
.navbar-fixed-top .navbar-collapse {
  padding-right: 15px;
}
.navbar {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.navbar .btn,
.navbar .dropdown-menu {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.navbar .btn .label,
.navbar .dropdown-menu .label {
  vertical-align: 10%;
}
.navbar-left {
  border-right: 1px solid rgb(28.7640718563, 106.6667664671, 171.3859281437);
  border-left: 1px solid rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.navbar-left > li {
  border-left: 1px solid rgb(28.7640718563, 106.6667664671, 171.3859281437);
  border-right: 1px solid rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.navbar-left > li:hover, .navbar-left > li.active {
  border-right-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  border-left-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.navbar-right {
  font-size: 100%;
}
@media (min-width: 992px) {
  .navbar-right {
    font-size: 90%;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    color: white;
  }
  .navbar .btn-primary {
    color: white;
    background-color: rgb(24, 89, 143);
    border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
  }
  .navbar .btn-primary:focus, .navbar .btn-primary.focus {
    color: white;
    background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
    border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
  }
  .navbar .btn-primary:hover {
    color: white;
    background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
    border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
  }
  .navbar .btn-primary:active, .navbar .btn-primary.active, .open > .navbar .btn-primary.dropdown-toggle {
    color: white;
    background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
    background-image: none;
    border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
  }
  .navbar .btn-primary:active:hover, .navbar .btn-primary:active:focus, .navbar .btn-primary:active.focus, .navbar .btn-primary.active:hover, .navbar .btn-primary.active:focus, .navbar .btn-primary.active.focus, .open > .navbar .btn-primary.dropdown-toggle:hover, .open > .navbar .btn-primary.dropdown-toggle:focus, .open > .navbar .btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
    border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
  }
  .navbar .btn-primary.disabled:hover, .navbar .btn-primary.disabled:focus, .navbar .btn-primary.disabled.focus, .navbar .btn-primary[disabled]:hover, .navbar .btn-primary[disabled]:focus, .navbar .btn-primary[disabled].focus, fieldset[disabled] .navbar .btn-primary:hover, fieldset[disabled] .navbar .btn-primary:focus, fieldset[disabled] .navbar .btn-primary.focus {
    background-color: rgb(24, 89, 143);
    border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
  }
  .navbar .btn-primary .badge {
    color: rgb(24, 89, 143);
    background-color: white;
  }
  .navbar-collapse {
    background-color: rgb(24, 89, 143);
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover {
    color: white;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #f0efec;
  }
}
body.logged-in .navbar-fixed-bottom {
  display: none;
}
.navbar-fixed-bottom {
  color: #777;
  background-color: #d3d1cc;
  border-top: 1px solid rgb(159.8813559322, 159.0542372881, 154.9186440678);
  z-index: 1032;
}
@media (min-width: 992px) {
  .navbar-fixed-bottom {
    display: none;
  }
}
.brand-logo {
  width: 220px;
  padding: 15px 0 0 10px;
}
.navbar .navbar-btn {
  margin-top: 8px;
}
.nav-tabs {
  margin-bottom: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 0 1px 0 #fff;
}
.img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.thumbnail-fixed .media-heading {
  height: 42px;
  overflow: hidden;
  display: block;
}
.thumbnail-fixed .description {
  height: 140px;
  overflow: hidden;
}
#directory-content .media-heading {
  font-size: 32px;
  margin: 0 0 0 0;
  padding: 5px 0 10px 0;
}
#directory-content .media-subhead,
#directory-content .media-subhead p {
  line-height: 1.6 !important;
  margin: 0px 0px 10px 0px !important;
}
.tooltip {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  text-shadow: none;
}
.popover {
  min-width: 250px;
}
.popover .popover-title .close {
  margin-top: -3px;
}
.modal-header h1.title {
  padding-bottom: 0;
}
.modal-header h1,
.modal-header h2,
.modal-header h3 {
  margin: 0;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-backdrop {
  background-image: url("https://static.lp.lexp.cloud/images/textures/body-bg.png");
}
.modal-backdrop.in {
  filter: alpha(opacity=83);
  opacity: 0.83;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .modal-backdrop {
    background-image: url("https://static.lp.lexp.cloud/images/textures/body-bg@2x.png");
    background-size: 100px 100px;
  }
}
.modal-content {
  box-shadow: 0 3px 9px #d3d1cc;
}
.ng-scope .pagination a {
  cursor: pointer;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.carousel-control .fa-chevron-left {
  margin-left: -15px;
  left: 50%;
}
.carousel-control .fa-chevron-right {
  margin-right: -15px;
  right: 50%;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb li {
  margin-right: 1px;
}
.label {
  text-shadow: none;
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.btn-default:focus,
.btn-default.focus {
  background-color: rgb(242.25, 242.25, 242.25);
}
.nowrap {
  white-space: nowrap;
}
.long-text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-word;
}
.pull-none {
  float: none;
}
.background-color-white {
  background-color: #fff !important;
}
.background-color-light-gray {
  background-color: #f5f5f5 !important;
}
.fa-1-5x {
  font-size: 1.5em !important;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.verticalAlign--1 {
  vertical-align: -1px;
}
.mt--2 {
  margin-top: -2px;
}
.width-100 {
  width: 100%;
}
.border-top-1 {
  border-top: 1px solid #ddd;
}
.border-bottom-1 {
  border-bottom: 1px solid #ddd;
}
.fontWeight-bold {
  font-weight: bold;
}
.link {
  color: rgb(24, 89, 143);
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.link.text-danger {
  color: #a94442;
}
.borderRadius-4 {
  border-radius: 4px;
}
.mr3 {
  margin-right: 3px;
}
.ml3 {
  margin-left: 3px;
}
.middot {
  font-size: 2em;
  line-height: 0;
  font-family: serif;
  vertical-align: middle;
}
.position-relative {
  position: relative;
}
.bt0 {
  border-top: none !important;
}
.info-popover-wrapper.popover.top {
  margin-top: 5px;
}
.btn-default.btn-primary:focus {
  background-color: rgb(24, 89, 143) !important;
}
.feedback_how_lp_helps label::after,
.feedback_improvement_ideas label::after {
  content: "*";
  margin: 0 0 0 3px;
}
.table-actions-spacing {
  width: 75px;
  padding-top: 10px;
}
.table-row-spacing-top {
  padding-top: 10px;
}
.lp-le-icon {
  background-image: url("https://static.lp.lexp.cloud/images/homepage/le-icon@1x.png");
  background-repeat: no-repeat;
  background-size: 34px;
  width: 34px;
  height: 38px;
  position: absolute;
  left: 13px;
  top: 20px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lp-le-icon {
    background-image: url("https://static.lp.lexp.cloud/images/homepage/le-icon@2x.png");
    background-size: 34px auto;
  }
}
.admin-menu {
  z-index: 2000;
}
body.has-search-tabs .headroom--not-top {
  box-shadow: 0px 1px #f1f1f4;
}
.lp-header {
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 65px;
  z-index: 1050;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.lp-header:not(.bg-gray-50) {
  box-shadow: 0px 1px #f1f1f4;
}
.toggle,
.lp-header [id^=drop] {
  display: none;
}
@media (min-width: 1100px) {
  .lp-nav-item {
    display: block;
    padding: 0px 26px 0px 9px;
    color: #45454a;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    height: 40px;
    line-height: 41px;
    margin-top: 12px;
    font-weight: normal;
    cursor: default;
  }
  li:hover .lp-nav-item {
    background-color: #f5f9fe;
    text-decoration: none;
    color: #168cd6;
  }
  li.lp-username .lp-nav-item {
    max-width: 133px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  li.lp-username .lp-nav-item.email {
    max-width: 130px;
  }
}
.lp-header-nav {
  position: relative;
  padding: 0;
  font-size: 14px;
}
.lp-header-nav:after {
  content: "";
  display: table;
  clear: both;
}
.lp-header-nav .custom-sl-logo-wrap.lp-logo-wrap img {
  width: auto;
  height: 65px;
  margin: 0;
}
@media (max-width: 1099px) {
  .lp-header-nav .custom-sl-logo-wrap.lp-logo-wrap img {
    height: 60px;
  }
}
@media (max-width: 399px) {
  .lp-header-nav .custom-sl-logo-wrap.lp-logo-wrap img {
    height: 40px;
  }
}
.lp-menu-link-title {
  display: block;
  font-weight: bold;
  color: #168cd6;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media (max-width: 1099px) {
  .lp-menu-link-title {
    font-size: 16px;
  }
}
.lp-menu-link-text {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  display: block;
  color: #45454a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.lp-logo-search-wrap {
  position: relative;
  display: table;
  height: 65px;
  max-width: 600px;
  z-index: 1;
  transition: max-width 0.2s;
}
.lp-logo-search-wrap.active {
  max-width: 100%;
}
@media (max-width: 1199px) {
  body.logged-out .lp-logo-search-wrap {
    max-width: 525px;
  }
}
.lp-header-nav .lp-logo-wrap {
  display: table-cell;
  vertical-align: middle;
  min-width: 272px;
  padding: 0;
}
.lp-header-nav .lp-logo-wrap:hover {
  background: none;
}
.lp-header-nav .lp-logo-wrap:focus {
  outline: none;
}
.lp-header-nav .lp-logo-wrap svg {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 32px;
  margin-top: -1px;
}
.lp-header-nav .lp-logo-wrap.le-logo svg {
  margin-top: -14px;
}
@media (max-width: 429px) {
  .lp-header-nav .lp-logo-wrap.le-logo svg {
    margin-top: -11px;
  }
  .lp-header-nav .lp-logo-wrap {
    min-width: 0px;
  }
  .lp-header-nav .lp-logo-wrap svg {
    max-width: 250px;
  }
}
@media (max-width: 389px) {
  .lp-header-nav .lp-logo-wrap svg {
    max-width: 230px;
  }
}
@media (max-width: 369px) {
  .lp-header-nav .lp-logo-wrap svg {
    max-width: 190px;
  }
}
.lp-search-toggle {
  display: none;
  position: absolute;
  right: 115px;
  top: 12px;
  padding: 0px;
  height: 41px;
  width: 105px;
  line-height: 41px;
  background: #f5f9fe;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #168cd6;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1099px) {
  .lp-search-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .lp-search-toggle {
    right: 52px;
    width: 44px;
  }
  .lp-search-toggle .fa-solid,
  .lp-search-toggle .fa-regular {
    line-height: 40px;
    font-size: 20px;
  }
}
.lp-search-toggle .toggle-text {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .lp-search-toggle .toggle-text {
    display: none;
  }
}
.lp-logo-search-wrap.active + .lp-search-toggle {
  background: #168cd6;
  color: #fff;
  text-align: center;
}
.lp-logo-search-wrap.active + .lp-search-toggle .fa-solid,
.lp-logo-search-wrap.active + .lp-search-toggle .fa-regular {
  vertical-align: -2px;
}
.lp-logo-search-wrap.active + .lp-search-toggle .fa:before {
  content: "×";
  font-size: 29px;
  line-height: 0;
  font-weight: 600;
  vertical-align: -1px;
}
.lp-logo-search-wrap.active + .lp-search-toggle .toggle-text {
  display: none;
}
.lp-search-wrap {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1099px) {
  .lp-search-wrap {
    display: none;
    position: fixed;
    width: auto;
    top: 65px;
    left: 0;
    right: 0;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border-top: 1px solid #f1f1f4;
    box-shadow: 0px 1px 0 #f1f1f4, 0px 7px 20px 0px rgba(0, 0, 0, 0.02);
  }
  .lp-logo-search-wrap.active .lp-search-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .lp-search-wrap {
    padding: 12px 12px 36px 12px;
  }
}
.lp-extended-search-wrap {
  display: block !important;
}
#search-form,
#page-search-form {
  position: relative;
  margin: 0;
}
.lp-searchbar-close {
  display: none;
  background-color: #fff;
  min-width: 40px;
  text-align: right;
  font-size: 25px;
  color: #168cd6;
  cursor: pointer;
  vertical-align: middle;
}
.lp-logo-search-wrap.active .lp-searchbar-close {
  display: table-cell;
}
@media (max-width: 1099px) {
  .lp-logo-search-wrap.active .lp-searchbar-close {
    display: block;
    position: absolute;
    top: 83px;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active .lp-searchbar-close {
    text-align: right;
    top: 81px;
    min-width: 25px;
    padding-right: 5px;
  }
}
@media (max-width: 499px) {
  .lp-logo-search-wrap.active .lp-searchbar-close {
    padding-right: 2px;
  }
}
input[type=text].lp-searchbar {
  border: 1px solid #dcdce3;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 41px;
  line-height: 39px;
  font-size: 14px;
  text-indent: 1px;
  padding: 0 40px 0 44px;
  vertical-align: middle;
  color: #45454a;
}
input[type=text].lp-searchbar.no-dropdown {
  padding: 0 40px 0 10px;
}
@media (max-width: 1199px) {
  input[type=text].lp-searchbar {
    text-overflow: ellipsis;
  }
}
@media (max-width: 1099px) {
  input[type=text].lp-searchbar {
    font-size: 16px;
    width: 100%;
  }
}
input[type=text].lp-searchbar:focus {
  outline: 0;
  border-color: #168cd6;
  box-shadow: 0 1px 7px rgba(25, 24, 71, 0.2);
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar {
  padding-right: 150px;
  outline: 0;
  border-color: #168cd6;
  box-shadow: 0 1px 7px rgba(25, 24, 71, 0.2);
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active input[type=text].lp-searchbar {
    height: 40px;
    padding-right: 45px;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
}
@media (max-width: 1099px) {
  .lp-logo-search-wrap.active input[type=text].lp-searchbar {
    padding-right: 155px;
  }
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active input[type=text].lp-searchbar {
    padding-right: 90px;
  }
}
.lp-searchbar-label {
  display: none;
  position: absolute;
  top: 48px;
  left: 2px;
  width: 100%;
  font-size: 13.5px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #888;
  pointer-events: none;
  text-overflow: ellipsis;
  transition: top 0.3s, width 0.7s;
}
@media (max-width: 767px) {
  .lp-searchbar-label {
    display: block;
  }
}
@media (max-width: 570px) {
  .lp-searchbar-label {
    width: 272px;
    text-overflow: inherit;
  }
}
.lp-header-search-filter {
  color: #757575;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
  line-height: 0;
  cursor: pointer;
}
.lp-logo-search-wrap.active .lp-header-search-filter, .lp-header-search-filter.open, .lp-header-search-filter:hover {
  color: #168cd6;
}
.lp-logo-search-wrap.active .lp-header-search-filter .lp-ccss-icon, .lp-header-search-filter.open .lp-ccss-icon, .lp-header-search-filter:hover .lp-ccss-icon {
  filter: brightness(155%);
}
.lp-header-search-filter .fa-caret-down {
  font-size: 15px;
}
.lp-header-search-filter .lp-ccss-icon {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: top right;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  filter: grayscale(100%);
}
.lp-header-search-filter:hover .lp-ccss-icon {
  filter: brightness(155%);
}
.lp-header-search-filter .search-filter-dropdown {
  position: absolute;
  border: 1px solid #dcdce3;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  right: 0;
  top: 34px;
  white-space: nowrap;
  display: none;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.lp-header-search-filter .search-filter-dropdown:after, .lp-header-search-filter .search-filter-dropdown:before {
  bottom: 100%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown:after, .lp-header-search-filter .search-filter-dropdown:before {
    right: auto;
    left: 6px;
  }
}
.lp-header-search-filter .search-filter-dropdown:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-right: 11px;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown:after {
    margin-left: 1px;
  }
}
.lp-header-search-filter .search-filter-dropdown:before {
  border-color: transparent;
  border-bottom-color: #dcdce3;
  border-width: 11px;
  margin-right: 10px;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown:before {
    margin-left: 0px;
  }
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item {
  padding: 13px 10px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item:not(:first-child) {
  box-shadow: 0px -1px 0px #f1f1f4;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item:hover + .search-filter-item, .lp-header-search-filter .search-filter-dropdown .search-filter-item:last-child:hover, .lp-header-search-filter .search-filter-dropdown .search-filter-item.selected + .search-filter-item {
  box-shadow: none;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item.selected {
  background-color: #168cd6;
  color: #fff;
  border-radius: 4px;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item .fa-solid,
.lp-header-search-filter .search-filter-dropdown .search-filter-item .fa-regular {
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  margin-left: 2px;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item .lp-ccss-icon {
  background-repeat: no-repeat;
  background-position: top right;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  filter: brightness(155%);
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item:not(.selected):hover {
  background-color: #f5f9fe;
  border-radius: 4px;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown {
    left: -10px;
    right: auto;
  }
}
.lp-header-search-filter.open .search-filter-dropdown {
  display: block;
}
.lp-header-nav .directory,
.lp-extended-search-wrap .directory {
  display: block;
  color: #fff;
  position: absolute;
  right: 79px;
  font-weight: bold;
  padding: 7px 8px;
  font-size: 13px;
  border-radius: 3px;
  top: 6.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.lp-header-nav .directory:hover,
.lp-extended-search-wrap .directory:hover {
  color: #fff;
}
@media (max-width: 499px) {
  .lp-header-nav .directory,
  .lp-extended-search-wrap .directory {
    padding: 7px 5px;
    font-size: 12px;
  }
}
.lp-header-nav .lp-logo-search-wrap.active .directory {
  right: 153px;
}
@media (max-width: 767px) {
  .lp-header-nav .lp-logo-search-wrap.active .directory {
    right: 87px;
  }
}
.lp-header-clear-search.active ~ .directory {
  right: 75px;
}
.lp-searchbar.empty ~ .directory {
  display: none !important;
}
.lp-header-nav .dropdown-lp-search {
  position: absolute;
  min-width: inherit;
  float: none;
}
.lp-header-nav .dropdown-lp-search > li {
  float: none;
  display: block;
  min-height: 0;
}
.lp-header-nav .dropdown-lp-search > li > a {
  border-radius: 0;
  padding: 6px 20px;
}
.lp-header-nav .dropdown-lp-search > li:first-child > a {
  border-radius: 4px 4px 0 0;
}
.lp-header-nav .dropdown-lp-search > li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.lp-header-clear-search {
  display: none;
  position: absolute;
  right: 48px;
  top: 0;
  width: 37px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
}
.lp-header-clear-search:hover {
  color: #168cd6;
}
.lp-header-clear-search:after {
  content: "×";
  position: relative;
  display: inline-block;
  height: 0;
  line-height: 0;
}
.firefox .lp-header-clear-search:after {
  vertical-align: 1.5px;
}
.lp-header-clear-search.active, .lp-searchbar:not(.empty) ~ .lp-header-clear-search, .lp-searchbar:not(.empty) ~ .directory + .lp-header-clear-search {
  display: block;
}
.lp-searchbar.empty ~ .lp-header-clear-search.active {
  display: none;
}
@media (min-width: 768px) {
  .lp-header-clear-search {
    right: 41px;
  }
  .lp-logo-search-wrap.active .lp-header-clear-search {
    right: 110px;
  }
  .lp-header-clear-search:before {
    position: absolute;
    content: "";
    border-right: 1px solid #ccc;
    height: 22px;
    width: 10px;
    display: block;
    top: 9px;
    right: -1px;
  }
  .lp-logo-search-wrap.active .lp-header-clear-search:before {
    display: none;
  }
}
.lp-header-search-button {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0px;
  width: 43px;
  height: 41px;
  line-height: 39px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 7px 0 12px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.lp-header-search-button:focus {
  outline: 0;
}
.lp-header-search-button:hover {
  color: #168cd6 !important;
  box-shadow: none !important;
  background-color: transparent;
  border-color: transparent;
}
.lp-header-search-button .lp-header-search-icon {
  font-size: 18px;
  margin-right: 15px;
  color: #168cd6;
}
.lp-logo-search-wrap.active .lp-header-search-button {
  right: 0;
  width: 105px;
  background-color: #f29121;
  border: 1px solid #b76b12;
  border-radius: 0px 4px 4px 0px;
  color: #fff !important;
  padding-left: 7px;
}
.lp-logo-search-wrap.active .lp-header-search-button .lp-header-search-icon {
  margin-right: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active .lp-header-search-button .lp-header-search-icon {
    margin-right: 11px;
    margin-left: 4px;
  }
  .lp-logo-search-wrap.active .lp-header-search-button {
    width: 44px;
  }
}
@media (max-width: 1099px) {
  .toggle.main-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5f9fe;
    padding: 0;
    height: 41px;
    width: 105px;
    line-height: 41px;
    margin-top: 12px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .toggle.main-menu-toggle {
    width: 44px;
  }
  .toggle.main-menu-toggle .fa-icon {
    font-size: 19px;
    vertical-align: -2px;
  }
}
.toggle.main-menu-toggle .toggle-text {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .toggle.main-menu-toggle .toggle-text {
    display: none;
  }
}
.mobile-menu-open .toggle.main-menu-toggle {
  background-color: #168cd6;
  color: #fff;
}
.mobile-menu-open .toggle.main-menu-toggle .fa-icon {
  vertical-align: -2px;
}
.mobile-menu-open .toggle.main-menu-toggle .fa-icon:before {
  content: "×";
  font-size: 29px;
  line-height: 0;
  font-weight: 600;
  vertical-align: -3px;
}
.mobile-menu-open .toggle.main-menu-toggle .toggle-text {
  display: none;
}
.lp-header-nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.lp-header-nav ul.lp-nav-menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.lp-header-nav ul.lp-nav-menu li:first-child {
  border-top: 0;
}
.lp-header-nav ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
  height: 100%;
}
.lp-header-nav ul li .section-icon {
  display: none;
}
.lp-header-nav ul li [id^=drop] + .fa-icon-caret {
  display: inline-block;
  position: absolute;
  font-size: 13px;
  top: 27px;
  right: 10px;
  color: #45454a;
  transition: transform 0.3s;
}
@media (max-width: 1099px) {
  .lp-header-nav ul li [id^=drop] + .fa-icon-caret {
    top: 22px;
    right: 0;
    font-size: 17px;
    color: #168cd6;
    pointer-events: none;
  }
  .lp-header-nav ul li .open + [id^=drop] + .fa-icon-caret {
    color: #168cd6;
    transform: rotate(180deg);
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul li.pull-left [id^=drop] + .fa-icon-caret {
    display: none;
  }
  .lp-header-nav ul li:hover .fa-icon-caret {
    color: #168cd6;
    transform: rotate(180deg);
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #f1f1f4;
    min-height: 56px;
    line-height: 30px;
    height: auto;
  }
  .lp-header-nav ul li .half-item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    border-radius: 0;
  }
  .lp-header-nav ul li .half-item:first-child {
    border-right: 1px solid #f1f1f4;
    margin-right: -1px;
    padding: 19px 0;
  }
  .lp-header-nav ul li .half-item .lp-mobile-signup-btn {
    background-color: #5cb85c;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 4px;
  }
  .lp-header-nav ul li .half-item .lp-mobile-signup-btn:hover {
    background: #419641;
  }
  .lp-header-nav ul li .fa-regular,
  .lp-header-nav ul li .fa-solid {
    display: inline-block;
    width: 60px;
    font-size: 25px;
    text-align: center;
    vertical-align: -2px;
  }
  .lp-header-nav ul li .fa-lightbulb {
    font-size: 29px;
  }
}
.lp-header-nav a {
  display: block;
  padding: 13px 10px;
  color: #45454a;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
}
.lp-header-nav a:hover, .lp-header-nav a:focus {
  text-decoration: none;
}
@media (max-width: 1099px) {
  .lp-header-nav a {
    padding: 14px 0;
    font-weight: bold;
    font-size: 17px;
    color: #168cd6;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav .lp-nav-menu > li > a {
    padding: 0px 10px 0px 10px;
    height: 41px;
    line-height: 41px;
    margin-top: 12px;
  }
}
.lp-header-nav a:hover {
  background-color: #f5f9fe;
  text-decoration: none;
  color: #168cd6;
}
.lp-header-nav ul ul {
  display: none;
  position: absolute;
  top: 59px;
  background-color: #fff;
}
@media (min-width: 1100px) {
  .lp-header-nav ul ul {
    border-radius: 4px;
    box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdce3;
    z-index: 1;
  }
  .lp-header-nav ul ul:after, .lp-header-nav ul ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .lp-header-nav ul ul:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
  }
  .lp-header-nav ul ul:before {
    border-color: transparent;
    border-bottom-color: #d6d6d6;
    border-width: 13px;
    margin-left: -13px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul ul {
    float: none;
    position: static;
  }
  .lp-resources > .fa-icon-caret {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-resources-dd {
    width: 755px;
    left: 50%;
    margin-left: -373px;
    padding: 10px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd {
    display: block;
  }
}
.lp-header-nav ul .lp-resources-dd a {
  padding-left: 60px;
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-resources-dd a {
    min-height: 96px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd a {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .lp-header-nav ul .lp-resources-dd a {
    min-height: 75px;
  }
}
.lp-header-nav ul .lp-resources-dd .dd-icon {
  display: block;
  position: absolute;
  left: 17px;
  top: 16px;
  font-size: 25px;
  width: auto;
  color: #168cd6;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd .dd-icon {
    width: 60px;
    left: 0;
    text-align: center;
  }
}
.lp-header-nav ul .lp-resources-dd .fa-bookmark {
  left: 22px;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd .fa-bookmark {
    width: 60px;
    left: 0;
    text-align: center;
  }
}
.lp-header-nav ul .lp-resources-dd .fa-check {
  left: 20px;
  width: auto;
}
.lp-header-nav ul .lp-resources-dd .fa-check:after {
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid #18598f;
  border-radius: 99px;
  display: block;
  position: absolute;
  top: 4px;
  left: -3px;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd .fa-check {
    width: 60px;
    left: 0;
    text-align: center;
  }
}
.lp-header-nav ul .lp-resources-dd li {
  display: block;
  width: 50%;
  float: left;
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-resources-dd li {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .lp-header-nav ul .lp-resources-dd li {
    width: 100%;
    float: none;
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd #curriculum-manager-menu-item {
    border-top: 0;
  }
}
@media (min-width: 1100px) and (max-width: 1540px) {
  .lp-header-nav .le-nav-menu .lp-resources-dd {
    margin-left: -593px;
  }
  .lp-header-nav .le-nav-menu .lp-resources-dd:before {
    margin-left: 204px !important;
  }
  .lp-header-nav .le-nav-menu .lp-resources-dd:after {
    margin-left: 205px !important;
  }
}
.lp-header-nav .lp-sign-up-popup {
  display: none;
  position: absolute;
  border: 1px solid #dcdce3;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -119px;
  margin-top: -6px;
}
.lp-header-nav #curriculum-manager-menu-item:hover .lp-sign-up-popup {
  display: block;
}
.lp-header-nav .lp-sign-up-popup-header {
  display: block;
  padding: 10px;
  background-color: #f1f1f4;
  position: relative;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.lp-header-nav .lp-sign-up-popup-header:after, .lp-header-nav .lp-sign-up-popup-header:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.lp-header-nav .lp-sign-up-popup-header:after {
  border-color: rgba(245, 245, 245, 0);
  border-bottom-color: #f5f5f5;
  border-width: 15px;
  margin-left: -15px;
}
.lp-header-nav .lp-sign-up-popup-header:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 16px;
  margin-left: -16px;
}
.lp-header-nav .lp-sign-up-popup-body {
  display: block;
  text-align: center;
  padding: 10px 10px;
  font-size: 17px;
}
.lp-header-nav .lp-sign-up-popup-body a {
  display: inline-block;
  font-weight: bold;
}
.lp-header-nav .lp-sign-up-popup-body a:hover {
  text-decoration: underline;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link {
  position: relative;
  color: #168cd6;
  padding: 0 6px;
  font-size: 16px;
  min-height: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link:hover {
  background-color: none;
  text-decoration: none;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link.disabled {
  color: #f1f1f4;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link.disabled .fa-arrows-rotate {
  color: #168cd6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link {
  position: relative;
  color: #a94442;
  padding: 0 6px;
  font-size: 16px;
  min-height: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link:hover {
  background-color: none;
  text-decoration: none;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link.disabled {
  color: #f1f1f4;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link.disabled .fa-arrows-rotate {
  color: #a94442;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-solutions-dd {
    width: 420px;
    padding: 10px;
    left: 50%;
    margin-left: -206px;
  }
}
.lp-header-nav ul .lp-solutions-dd a {
  padding-left: 60px;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-solutions-dd a {
    padding-left: 95px;
  }
}
.lp-header-nav ul .lp-solutions-dd .fa-solid {
  display: block;
  position: absolute;
  left: 16px;
  top: 17px;
  font-size: 25px;
  width: auto;
}
.lp-header-nav ul .lp-solutions-dd .fa-earth-americas {
  left: 17px;
  top: 14px;
  color: #168cd6;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-solutions-dd .fa-earth-americas {
    left: 53px;
  }
  .lp-header-nav ul .lp-solutions-dd .lp-le-icon {
    left: 47px;
  }
  .open + [id^=drop] ~ .lp-solutions-dd {
    border-top: 1px solid #f1f1f4;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-username-dd {
    width: 240px;
    left: 50%;
    margin-left: -187px;
    padding: 10px;
  }
  .lp-header-nav ul .lp-username-dd .lp-menu-link-title {
    margin-bottom: 0;
    padding-left: 28px;
  }
  .lp-header-nav ul .lp-username-dd .icon {
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -8px;
    font-size: 15px;
    width: 19px;
    text-align: center;
  }
  .lp-header-nav ul .lp-username-dd li:not(:first-child) a {
    box-shadow: 0px -1px 0px #f1f1f4;
  }
  .lp-header-nav ul .lp-username-dd li:hover a {
    box-shadow: none;
  }
  .lp-header-nav ul .lp-username-dd li:hover + li a {
    box-shadow: none;
  }
}
@media (min-width: 1421px) {
  .lp-header-nav ul .lp-username-dd {
    margin-left: -120px;
  }
}
@media (max-width: 1420px) {
  .lp-header-nav ul .lp-username-dd:before {
    margin-left: 54px !important;
  }
  .lp-header-nav ul .lp-username-dd:after {
    margin-left: 55px !important;
  }
}
@media (max-width: 1099px) {
  .open + [id^=drop] ~ .lp-username-dd {
    border-top: 1px solid #f1f1f4;
  }
  .lp-about > .fa-icon-caret,
  .lp-help > .fa-icon-caret {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-about-dd,
  .lp-header-nav ul .lp-help-dd,
  .lp-header-nav ul .lp-sa-dd {
    width: 215px;
    left: 50%;
    margin-left: -104px;
    padding: 10px;
  }
  body.logged-out .lp-header-nav ul .lp-about-dd,
  body.logged-out .lp-header-nav ul .lp-help-dd,
  body.logged-out .lp-header-nav ul .lp-sa-dd {
    width: 285px;
    margin-left: -140px;
  }
  .lp-header-nav ul .lp-about-dd .lp-menu-link-title,
  .lp-header-nav ul .lp-help-dd .lp-menu-link-title,
  .lp-header-nav ul .lp-sa-dd .lp-menu-link-title {
    margin-bottom: 0;
    padding-left: 28px;
  }
  .lp-header-nav ul .lp-about-dd .icon,
  .lp-header-nav ul .lp-help-dd .icon,
  .lp-header-nav ul .lp-sa-dd .icon {
    display: block;
    position: absolute;
    left: 13px;
    top: 56%;
    margin-top: -8px;
    font-size: 15px;
    width: 18px;
    text-align: center;
  }
  .lp-header-nav ul .lp-about-dd li:not(:first-child) a,
  .lp-header-nav ul .lp-help-dd li:not(:first-child) a,
  .lp-header-nav ul .lp-sa-dd li:not(:first-child) a {
    box-shadow: 0px -1px 0px #f1f1f4;
  }
  .lp-header-nav ul .lp-about-dd li:hover a,
  .lp-header-nav ul .lp-help-dd li:hover a,
  .lp-header-nav ul .lp-sa-dd li:hover a {
    box-shadow: none;
  }
  .lp-header-nav ul .lp-about-dd li:hover + li a,
  .lp-header-nav ul .lp-help-dd li:hover + li a,
  .lp-header-nav ul .lp-sa-dd li:hover + li a {
    box-shadow: none;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-about-dd,
  .lp-header-nav ul .lp-help-dd,
  .lp-header-nav ul .lp-sa-dd {
    display: block;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-sa-dd {
    width: 279px;
    margin-left: -139px;
    padding: 14px 18px 18px 18px;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-text {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-button {
    display: block;
    font-weight: 600;
    letter-spacing: 0.01rem;
    background: #168cd6;
    border: 1px solid #168cd6;
    color: #fff;
    height: 39px;
    line-height: 37px;
    padding: 0 30px;
    text-align: center;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    cursor: pointer;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-button:hover {
    background: #fff;
    color: #168cd6;
    text-shadow: none;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-button .arrow-icon {
    font-size: 12px;
    margin-left: 2px;
    vertical-align: 1px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-sa-dd {
    display: none;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-help-dd {
    width: 185px;
    margin-left: -91px;
  }
  body.logged-out .lp-header-nav ul .lp-help-dd {
    width: 185px;
    margin-left: -91px;
  }
}
@media (max-width: 1099px) {
  .open + [id^=drop] ~ .second-tier {
    border-top: 1px solid #dcdce3;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul li:hover > ul {
    display: inherit;
  }
}
.lp-header-nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
}
@media (max-width: 1099px) {
  .lp-header-nav ul ul li {
    display: block;
    width: 100%;
  }
  .lp-header-nav ul ul li:first-child {
    border-top: 0;
  }
}
.lp-header-nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}
@media (max-width: 1099px) {
  .hide-mobile {
    display: none !important;
  }
  .toggle + a,
  .lp-nav-menu {
    display: none;
    width: 100%;
  }
  .toggle {
    display: block;
    padding: 13px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #168cd6;
    text-decoration: none;
    border: none;
  }
  .toggle:hover {
    background-color: #f5f9fe;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  .open + [id^=drop] ~ ul {
    display: block;
  }
}
@media (max-width: 1099px) {
  .mobile-menu-open#header-wrap {
    z-index: 1050;
  }
  .mobile-menu-open .lp-header-nav .lp-nav-menu {
    box-shadow: 0px 6px 4px 2px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f1f1f4;
    position: fixed;
    display: block;
    top: 65px;
    overflow: auto;
    bottom: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  .mobile-menu-open .lp-header-nav .lp-nav-menu {
    bottom: 0;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul ul .toggle,
  .lp-header-nav ul ul a {
    padding: 0 40px;
  }
  .lp-header-nav ul ul ul a {
    padding: 0 80px;
  }
  .lp-header-nav a:hover,
  .lp-header-nav ul ul ul a {
    background-color: #f5f9fe;
  }
  .lp-header-nav ul li ul li .toggle,
  .lp-header-nav ul ul a,
  .lp-header-nav ul ul ul a {
    padding: 14px 0;
    font-size: 17px;
    border-radius: 0;
  }
  .lp-header-nav ul ul ul li {
    position: static;
  }
}
@media (max-width: 350px) {
  .lp-header-nav ul li {
    display: block;
  }
}
.lp-try-it-free a,
.lp-upgrade a {
  position: relative;
  background-color: #5cb85c;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 8px;
  padding-left: 9px !important;
  padding-right: 9px !important;
  height: 41px !important;
  line-height: 41px !important;
}
.lp-try-it-free a:hover,
.lp-upgrade a:hover {
  background: #419641 !important;
  color: #fff !important;
}
.lp-try-it-free .disabled,
.lp-try-it-free a.disabled:hover, .lp-try-it-free:hover a.disabled,
.lp-upgrade .disabled,
.lp-upgrade a.disabled:hover,
.lp-upgrade:hover a.disabled {
  color: transparent !important;
  text-shadow: none;
}
.lp-try-it-free .disabled .fa-solid,
.lp-try-it-free a.disabled:hover .fa-solid, .lp-try-it-free:hover a.disabled .fa-solid,
.lp-upgrade .disabled .fa-solid,
.lp-upgrade a.disabled:hover .fa-solid,
.lp-upgrade:hover a.disabled .fa-solid {
  color: #fff !important;
}
.lp-try-it-free .fa-arrows-rotate,
.lp-upgrade .fa-arrows-rotate {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 1099px) {
  .lp-try-it-free,
  .lp-upgrade {
    display: none !important;
  }
}
.lp-sign-in a {
  position: relative;
}
.lp-sign-in .disabled,
.lp-sign-in a.disabled:hover, .lp-sign-in:hover a.disabled {
  color: transparent !important;
}
.lp-sign-in .disabled .fa-solid,
.lp-sign-in a.disabled:hover .fa-solid, .lp-sign-in:hover a.disabled .fa-solid {
  color: #168cd6 !important;
}
.lp-sign-in .fa-arrows-rotate {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 1099px) {
  .lp-sign-in {
    display: none !important;
  }
}
/** Mobile Sign In **/
.lp-header-nav .lp-mobile-sign-in {
  display: none;
}
@media (max-width: 1099px) {
  .lp-header-nav .lp-mobile-sign-in {
    display: block;
  }
  .lp-header-nav .lp-username {
    display: none !important;
  }
}
.lp-header-nav.upgraded-user .lp-username {
  display: block;
}
.lp-header-nav .lp-mobile-username {
  display: none;
  border-top: 0;
}
@media (max-width: 1099px) {
  .lp-header-nav .lp-mobile-username {
    display: block;
  }
  .lp-header-nav .lp-mobile-username .username-wrap {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 1099px) and (max-width: 480px) {
  .lp-header-nav .lp-mobile-username .username-wrap {
    max-width: 68%;
  }
}
.lp-header-nav .lp-mobile-username .lp-mobile-upgrade-btn {
  position: absolute;
  left: 185px;
  top: 8px;
  background-color: #5cb85c;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 0px 11px !important;
  z-index: 1;
  font-size: 14px;
  line-height: 30px;
  border-radius: 4px;
}
.lp-header-nav .lp-mobile-username .lp-mobile-upgrade-btn a:hover, .lp-header-nav .lp-mobile-username .lp-mobile-upgrade-btn:hover a {
  background: #419641 !important;
}
.lp-upgrade {
  display: inline-block;
}
.lp-header .welcome-text {
  position: absolute;
  top: 23px;
  right: 0;
}
@media (max-width: 767px) {
  .lp-header .welcome-text {
    position: relative;
    top: -10px;
    left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    white-space: nowrap;
    margin-left: -7px;
  }
}
/* Create an orange variations for various classes
-------------------------------------------------- */
/* Create the action button */
/* Common shadow treatment for box-shadow */
/* Default Image */
body {
  background: #fff;
}
html.no-scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll !important;
  z-index: 10;
}
/* Set responsive widths of the main search field
-------------------------------------------------- */
.main-search .search-container {
  position: relative;
  margin-bottom: 0;
}
.main-search .search-container .directory {
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  right: 100px;
  font-size: 10px;
  padding: 4px 5px;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-search .search-container .directory {
    right: 50px;
  }
}
html,
body {
  height: 100%;
}
/* Wrapper for page content to push down footer */
#sticky-footer-wrap {
  min-height: 100%;
  height: auto;
}
#sticky-footer-wrap.move-right {
  overflow-x: hidden;
}
#sticky-footer-wrap #main {
  min-height: 85vh;
}
footer ul {
  margin-left: 0;
  padding-left: 0;
}
footer li {
  list-style: none;
}
footer a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
}
footer a:active, footer a:focus {
  color: #fff;
}
footer .lp-footer-view-all-lesson-plans-link {
  float: left;
}
footer .lp-footer-view-all-lesson-plans-link:hover {
  color: #fff;
}
footer .lp-footer-view-all-lesson-plans-link .lp-icon {
  vertical-align: -1px;
  margin-left: 2px;
}
@media (max-width: 899px) {
  footer .lp-footer-view-all-lesson-plans-link {
    display: none;
  }
  footer .footer-col-title.open ~ .lp-footer-view-all-lesson-plans-link {
    display: block;
    margin-bottom: 10px;
    margin-top: -39px;
  }
}
footer .footer-col-title.open ~ .footer-col-content {
  padding-bottom: 30px;
}
footer .lp-footer-top {
  background: #18598f;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
}
@media (max-width: 899px) {
  footer .lp-footer-top {
    padding-bottom: 0;
  }
}
footer .lp-footer-top .copyright-text {
  margin-bottom: 20px;
  font-size: 14px;
}
footer .lp-footer-top .copyright-subtext {
  font-size: 13px;
}
@media (max-width: 899px) and (min-width: 767px) {
  footer .lp-footer-top .logo-box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
footer .lp-footer-top .newsletter-box {
  padding-top: 5px;
}
@media (max-width: 899px) and (min-width: 767px) {
  footer .lp-footer-top .newsletter-box {
    width: 49%;
    display: inline-block;
  }
}
footer .lp-footer-top .newsletter-box .text {
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 13px;
}
@media (max-width: 899px) {
  footer .lp-footer-top .newsletter-box .text {
    white-space: normal;
  }
}
footer .lp-footer-top .newsletter-box {
  position: relative;
}
footer .lp-footer-top .newsletter-box .form-group {
  margin-bottom: 0;
}
footer .lp-footer-top .newsletter-box .has-error .help-block:last-of-type {
  display: block;
}
footer .lp-footer-top .newsletter-box .help-block {
  display: none;
  position: absolute;
  top: 70px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ff4d4d;
}
footer .lp-footer-top .has-error .lp-newsletter-email-input {
  border-color: #ff4d4d;
}
footer .lp-footer-top .lp-newsletter-email-input {
  display: inline-block;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: 0;
  font-size: 15px;
  width: 75%;
  color: #45454a;
  vertical-align: top;
}
footer .lp-footer-top .lp-newsletter-email-submit {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 0 0 -4px;
  padding: 0 13px;
  border-radius: 0 4px 4px 0;
  background-color: #f29121;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  border: 0;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
footer .lp-footer-top .lp-oer-col,
footer .lp-footer-top .lp-resources-col,
footer .lp-footer-top .lp-curriculum-col {
  padding: 0;
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-oer-col,
  footer .lp-footer-top .lp-resources-col,
  footer .lp-footer-top .lp-curriculum-col {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  }
}
footer .lp-footer-top .lp-logo-col {
  padding: 0;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-logo-col {
    width: 50%;
    margin-left: 0;
    height: 220px;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-logo-col {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  footer .lp-footer-top .lp-logo-col {
    padding-bottom: 10px;
  }
}
footer .lp-footer-top .lp-footer-logo:focus, footer .lp-footer-top .lp-footer-logo:active {
  outline: none;
}
footer .lp-footer-top .lp-footer-logo #lp-footer-logo {
  width: 100%;
  max-width: 270px;
}
footer .lp-footer-top .lp-oer-col {
  margin-left: 7%;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-oer-col {
    width: 50%;
    margin-left: 0;
    height: 220px;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-oer-col {
    width: 100%;
    height: auto;
  }
}
footer .lp-footer-top .lp-resources-col {
  margin-left: 5%;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-resources-col {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-resources-col {
    width: 100%;
  }
}
footer .lp-footer-top .lp-curriculum-col {
  margin-left: 3%;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-curriculum-col {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-curriculum-col {
    width: 100%;
  }
}
footer .lp-footer-top .footer-col-title {
  text-shadow: none;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  height: 15px;
  margin: 8px 0 13px 0;
  white-space: nowrap;
}
@media (max-width: 899px) {
  footer .lp-footer-top .footer-col-title {
    padding-top: 25px;
    padding-bottom: 23px;
    margin: 0;
    height: auto;
  }
}
footer .lp-footer-top .footer-col-title .fa-solid {
  display: none;
  margin-right: 3px;
}
@media (max-width: 899px) {
  footer .lp-footer-top .footer-col-title .fa-plus {
    display: inline-block;
  }
  footer .lp-footer-top .footer-col-title.open .fa-minus {
    display: inline-block;
  }
  footer .lp-footer-top .footer-col-title.open .fa-plus {
    display: none;
  }
}
footer .lp-footer-top .footer-col-content a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 899px) {
  footer .lp-footer-top .footer-col-content {
    display: none;
  }
  footer .lp-footer-top .footer-col-title.open + .footer-col-content {
    display: block;
  }
}
footer .lp-footer-bottom {
  background: #134773;
  padding: 30px 0 70px 0;
  color: #fff;
}
@media (max-width: 1200px) {
  footer .lp-footer-bottom {
    padding-bottom: 75px;
  }
}
@media (max-width: 480px) {
  footer .lp-footer-bottom {
    text-align: center;
  }
}
footer .lp-footer-bottom .lp-footer-social-links {
  float: right;
}
@media (max-width: 767px) {
  footer .lp-footer-bottom .lp-footer-social-links {
    float: none;
    margin-top: 20px;
  }
}
footer .lp-footer-bottom .lp-footer-social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 3px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  font-size: 24px;
}
@media (max-width: 767px) {
  footer .lp-footer-bottom .lp-footer-social-links a {
    margin-left: 0;
  }
}
footer .lp-footer-bottom .lp-footer-social-links a .fa-brands {
  color: #fff;
}
footer .lp-footer-bottom .lp-footer-social-links a:hover {
  background-color: #fff;
}
footer .lp-footer-bottom .lp-footer-social-links a:hover .fa-brands {
  color: #18598f;
}
footer .lp-footer-bottom .lp-bottom-footer-link {
  display: inline-block;
  margin-right: 20px;
}
footer .lp-footer-bottom .lp-bottom-footer-link:hover, footer .lp-footer-bottom .lp-bottom-footer-link:active, footer .lp-footer-bottom .lp-bottom-footer-link:focus {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .lp-footer-bottom .lp-bottom-footer-link {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  footer .lp-footer-bottom .lp-bottom-footer-link {
    margin-left: 15px;
    margin-right: 0;
  }
  footer .lp-footer-bottom .lp-bottom-footer-link:first-child + .lp-bottom-footer-link {
    margin-left: 0;
  }
}
footer .lp-footer-bottom .lp-footer-contact-link {
  border: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 4px;
}
footer .lp-footer-bottom .lp-footer-contact-link:hover {
  text-decoration: none;
  border-color: #fff;
  background-color: #fff;
  color: rgb(24, 89, 143);
}
@media (max-width: 480px) {
  footer .lp-footer-bottom .lp-footer-contact-link {
    display: block;
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
  }
}
footer .back-to-top-button {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  border-radius: 999px;
  background-color: rgb(24, 89, 143);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.le-footer {
  background-color: #134773;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10vh;
}
.le-footer .container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .le-footer .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 499px) {
  .le-footer .container {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .le-footer {
    padding-bottom: 50px;
  }
}
.le-footer .le-footer-logo {
  float: left;
  width: 280px;
  padding: 11px 0;
}
.le-footer .le-footer-logo:focus {
  outline: none;
}
@media (max-width: 767px) {
  .le-footer .le-footer-logo {
    float: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
.le-footer .le-footer-meta {
  float: right;
  padding-top: 14px;
  padding-bottom: 11px;
}
@media (max-width: 767px) {
  .le-footer .le-footer-meta {
    float: none;
    text-align: center;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .le-footer .le-footer-meta {
    display: block;
    margin: 0;
    padding-top: 5px;
  }
}
.le-footer .le-footer-meta-item {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
}
.le-footer .le-footer-meta-item:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .le-footer .le-footer-meta-item {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .le-footer .le-footer-meta-item {
    display: block;
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 350px) {
  .searches-show footer .back-to-top-button {
    bottom: 55px;
  }
}
/* Header styles
-------------------------------------------------- */
#header-wrap {
  z-index: 1029;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
#header-wrap .navbar {
  border-radius: 0;
}
@media (max-width: 992px) {
  #header-wrap .navbar.admin-menu .container {
    width: 100%;
  }
}
#header-wrap.mobile-menu-open .navbar.admin-menu, #header-wrap.mobile-search-open .navbar.admin-menu {
  display: none;
}
#notification {
  margin: 0 auto;
}
#notification .alert {
  width: 100%;
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1030;
  border-radius: 0;
}
#notification .alert .close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 27px;
  opacity: 0.8;
}
body.has-admin-menu:not(.scrivito_editing_active) #header-wrap.headroom--unpinned:not(.mobile-menu-open):not(.mobile-search-open) {
  top: -52px;
}
body.has-admin-menu:not(.scrivito_editing_active) #main {
  padding-top: 117px;
}
.overflow-hidden {
  overflow: hidden;
}
.side-widget {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  font-size: 15px;
}
.side-widget h4:first-child {
  margin-top: 0;
  font-size: 16px;
}
.side-widget i[rel=popover] {
  cursor: pointer;
}
.side-widget ul {
  margin-left: 22px;
}
.side-widget ul li {
  margin-bottom: 10px;
}
.side-widget ul li:last-child {
  margin-bottom: 0;
}
.side-widget ul.no-bullets {
  padding-left: 0;
  margin-left: 5px;
}
.side-widget ul.no-bullets li {
  list-style: none;
}
.side-widget h1,
.side-widget h2,
.side-widget h3,
.side-widget h4,
.side-widget h5,
.side-widget h6 {
  margin-bottom: 0;
}
.side-widget p small {
  font-weight: 400;
}
.side-widget .badge {
  background-color: #8c8b86;
}
.side-widget.blue-widget {
  background-color: rgba(91, 192, 222, 0.25);
  border: 1px solid rgb(154.6852791878, 216.4644670051, 234.8147208122);
}
.side-widget.blue-widget hr {
  border-top-color: rgb(154.6852791878, 216.4644670051, 234.8147208122);
  border-bottom-color: white;
}
.side-widget .media-body p {
  font-size: 15px;
}
/* Brown panel
-------------------------------------------------- */
.panel-brown {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.panel-brown .panel-heading {
  background-color: #ebebeb;
  border-bottom: 1px solid #ddd;
}
.panel-brown .panel-title {
  font-size: 18px;
}
.panel-brown .nav {
  margin-left: 0;
}
.panel-brown .nav li {
  margin-bottom: 0px;
}
.panel-brown .nav li a {
  padding: 5px 10px;
  transition: background-color 250ms ease-out;
}
.panel-brown .nav li a:hover, .panel-brown .nav li a:focus {
  background-color: #ddd;
}
.panel-brown .nav li a.pl5 {
  padding-left: 5px;
}
.panel-brown .nav li.active a {
  color: #fff;
  background: #18598f;
}
.panel-brown .nav li.divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #ddd;
}
.panel-brown .panel-footer {
  background-color: #ebebeb;
  border-top: 1px solid #ddd;
}
.panel-brown .panel-footer .info-icon {
  position: absolute;
  top: 8px;
  left: -7px;
}
.panel-brown .popover-content {
  font-size: 14px;
  line-height: 1.4;
}
.panel-brown .popover-content ul {
  list-style-type: disc;
  margin: 0;
}
.panel-brown .popover-content ul li {
  margin-bottom: 10px;
}
.gradient-well {
  border-radius: 6px;
  background-image: linear-gradient(to bottom, rgb(229.8968421053, 228.7557894737, 225.9031578947) 0%, rgb(220.4484210526, 218.8778947368, 214.9515789474) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6E5E2", endColorstr="#FFDCDBD7", GradientType=0);
  background-repeat: repeat-x;
}
.app-info h4 {
  font-size: 16px;
  line-height: 22px;
}
.app-info .label {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
  vertical-align: 10%;
}
.box-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
hr {
  margin: 10px 0;
  border-top-color: rgb(203.9136842105, 201.5915789474, 195.7863157895);
  border-bottom-color: #f0efec;
}
/* Phones only */
@media (max-width: 480px) {
  .phone-no-pull {
    float: none;
  }
}
.star-rating {
  white-space: nowrap;
}
.clear-both {
  clear: both;
}
.dib {
  display: inline-block;
}
.serif {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.font-larger {
  font-size: 16px;
  line-height: 24px;
}
.mt-10 {
  margin-top: -10px;
}
.mr-10 {
  margin-right: -10px;
}
.mb-10 {
  margin-bottom: -10px;
}
.ml-10 {
  margin-left: -10px;
}
.pt-10 {
  padding-top: -10px;
}
.pr-10 {
  padding-right: -10px;
}
.pb-10 {
  padding-bottom: -10px;
}
.pl-10 {
  padding-left: -10px;
}
.mt0 {
  margin-top: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mr35 {
  margin-right: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pr35 {
  padding-right: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mr45 {
  margin-right: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.pt45 {
  padding-top: 45px;
}
.pr45 {
  padding-right: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pl45 {
  padding-left: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pr50 {
  padding-right: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mr55 {
  margin-right: 55px;
}
.mb55 {
  margin-bottom: 55px;
}
.ml55 {
  margin-left: 55px;
}
.pt55 {
  padding-top: 55px;
}
.pr55 {
  padding-right: 55px;
}
.pb55 {
  padding-bottom: 55px;
}
.pl55 {
  padding-left: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mr60 {
  margin-right: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml60 {
  margin-left: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pr60 {
  padding-right: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
.well.blue-gradient {
  background-image: linear-gradient(to bottom, rgb(192.7479041916, 221.0443113772, 244.5520958084) 0%, rgb(149.077245509, 197.2239520958, 237.222754491) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC1DDF5", endColorstr="#FF95C5ED", GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-nolink {
  color: #8c8b86;
  display: block;
  padding: 3px 20px;
}
#inpage-confirm {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
#inpage-confirm .alert.alert-danger ul {
  list-style-type: none;
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
.controller-blog_post_page .newsletter-box,
.controller-blog_page .newsletter-box {
  display: none;
}
body.subscriptions-new #sticky-footer-wrap,
body.subscriptions-create #sticky-footer-wrap,
body.subscriptions-edit #sticky-footer-wrap,
body.subscriptions-update #sticky-footer-wrap,
body.purchases-new #sticky-footer-wrap,
body.purchases-create #sticky-footer-wrap {
  margin: 0 auto -41px;
  padding: 0 0 41px;
}
@media (max-width: 480px) {
  body.subscriptions-new #sticky-footer-wrap,
  body.subscriptions-create #sticky-footer-wrap,
  body.subscriptions-edit #sticky-footer-wrap,
  body.subscriptions-update #sticky-footer-wrap,
  body.purchases-new #sticky-footer-wrap,
  body.purchases-create #sticky-footer-wrap {
    margin: 0 auto -51px;
    padding: 0 0 51px;
  }
}
body.subscriptions-new .copyright,
body.subscriptions-create .copyright,
body.subscriptions-edit .copyright,
body.subscriptions-update .copyright,
body.purchases-new .copyright,
body.purchases-create .copyright {
  background-color: transparent;
  border-top: none;
  padding: 12px 0;
  color: #45454a;
  font-size: 12px;
  font-weight: 400;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
  ul.social-menu {
    min-width: auto;
  }
}
.controller-admin_test_iframe_integrations #main > .container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.articles-list h1 {
  font-size: 32px;
  line-height: 1.35;
  margin: 0 0 15px 0;
}
.articles-list .article-body {
  font-size: 15px;
}
.custom-sl-404-error {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 150px auto;
}
.custom-sl-404-error p {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .custom-sl-404-error {
    margin: 60px auto;
  }
}
form {
  margin-bottom: 20px;
}
input[type=radio], input[type=checkbox] {
  margin-top: 2px;
}
.check_boxes label.radio, .check_boxes label.checkbox {
  margin-top: 0;
}
.form-group.has-error .chzn-single, .form-group.has-error .chzn-choices {
  color: #d9534f;
  border-color: #d9534f;
}
#change-password-form .form-group:nth-of-type(2).has-error .help-block {
  display: none;
}
.has-error .error-message {
  color: #a94442;
}
.input-group-addon.dropdown ul {
  text-align: left;
}
.form-inline input.boolean {
  margin-right: 10px;
}
.form-inline input.date_picker {
  width: 102px;
}
form .form-control.width-mini {
  width: 60px;
}
form .form-control.width-small {
  width: 90px;
}
form .form-control.width-medium {
  width: 150px;
}
form .form-control.width-large {
  width: 210px;
}
form .form-control.width-xlarge {
  width: 270px;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 9px;
  margin-bottom: 0.4761904763;
  font-size: 17.5px;
}
.input-blue:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.form-group .ng-invalid {
  color: #b94a48;
  border: 1px solid #ee5f5b;
  border-radius: 0 4px 4px 0;
}
.form-group .ng-invalid:focus {
  border-color: rgb(233.2099447514, 49.9171270718, 44.7900552486);
  box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
}
.text-field-3rows {
  min-height: 90px;
}
.text-field-2rows {
  min-height: 70px;
}
input::-ms-clear {
  display: none;
}
.simple_form.new_user .lockable {
  position: relative;
}
.simple_form.new_user .lockable i {
  position: absolute;
  top: 10px;
  right: 28px;
  color: #8c8b86;
}
.simple_form.new_user .lockable input {
  padding-right: 30px;
}
.simple_form.new_user .secure-server i {
  color: #000000;
  font-size: 16px;
  vertical-align: middle;
}
.simple_form.new_user .secure-server a {
  color: #000000;
  text-decoration: none;
  font: bold 9px verdana, sans-serif;
  letter-spacing: 0.5px;
  padding: 0px;
}
td.text-left,
th.text-left {
  text-align: left;
}
td.text-center,
th.text-center {
  text-align: center;
}
td.text-right,
th.text-right {
  text-align: right;
}
table.table {
  background-color: #fff;
}
table.table-striped,
table.table-transparent {
  background-color: transparent;
  font-size: 14px;
}
table.table-hoverable tr {
  cursor: pointer;
}
table.table-hoverable tr:hover {
  background-color: rgb(246.75, 246.2, 244.55);
}
tr.standard-row {
  cursor: pointer;
}
tr.standard-row:hover {
  background-color: rgb(246.75, 246.2, 244.55);
}
.table-white {
  background-color: #fff;
}
/* Create an orange variations for various classes
-------------------------------------------------- */
/* Create the action button */
/* Common shadow treatment for box-shadow */
/* Default Image */
.clickable,
.dropdown-toggle {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.link-as-text,
link-as-text:hover {
  color: #45454a;
  text-decoration: none;
}
.dropdown-icon-right {
  padding-top: 2px;
}
.no-hover:hover, .no-hover:focus, .no-hover:visited {
  text-decoration: none;
}
.italicize {
  font-style: italic;
}
@media (max-width: 480px) {
  #recaptcha_table {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.recaptchatable #recaptcha_response_field {
  border: 1px solid #ddd !important;
  font-size: 11pt;
  border-radius: 3px;
  line-height: 14px;
  padding: 5px;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .anchor {
    top: -110px;
  }
}
@media (min-width: 992px) {
  .anchor {
    top: -135px;
  }
}
@media (min-width: 1200px) {
  .anchor {
    top: -140px;
  }
}
.js-hide {
  display: none;
}
.text-primary-dark {
  color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.text-ghosted {
  color: #f0efec;
}
.lead.lead-sm {
  font-size: 16px;
}
.lead.lead-md {
  font-size: 18px;
}
.lead.lead-xl {
  font-size: 36px;
  margin-bottom: 0;
}
.nowrap {
  white-space: nowrap;
}
.nowrap li {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.article-body p {
  margin-bottom: 1em;
}
.article-body img {
  margin-top: 3px !important;
  margin-left: 0 !important;
}
.article-body img.main-photo {
  float: left;
  margin: 0 10px 10px 0;
  border: 3px solid #000;
}
.article-body ol,
.article-body ul {
  margin: 1em 3em 1em 0;
  padding: 0;
}
.article-body ol ul,
.article-body ul ul {
  margin: 0.5em 1em 0.5em 2.5em;
}
.article-body ol ul li,
.article-body ul ul li {
  list-style-type: circle;
}
.article-body ol li,
.article-body ul li {
  /** get lists to show up properly next to floated images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 2.5em;
  list-style: disc;
}
.change-del {
  background: #fdd;
}
.change-add {
  background: #dfd;
}
#announcement {
  background: url("https://static.lp.lexp.cloud/images/announcement-bkg.png");
  border-top: 1px solid #fbeed5;
  border-bottom: 1px solid #fbeed5;
}
#announcement .alert-warning hr {
  border-top: 1px solid #fbeed5;
}
#announcement h1,
#announcement h2,
#announcement h3,
#announcement h4,
#announcement h5,
#announcement h6,
#announcement p {
  color: #45454a;
}
.messages-container {
  min-width: 400px;
  max-width: 600px;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  padding: 15px 10px 10px;
  border-radius: 5px;
  z-index: 1055;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .messages-container {
    min-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.messages-container .close {
  position: absolute;
  right: 5px;
  top: 0;
}
.messages-container .alert {
  margin: 10px 0 0;
}
.messages-container .alert ul {
  margin-bottom: 0;
}
.info-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #d3d1cc;
}
.overview {
  line-height: 1.7857142863;
  font-size: 15px;
  font-weight: 400;
}
.counter {
  position: relative;
}
.counter i {
  font-size: 36px;
  float: left;
}
.counter .count {
  width: 31px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 18px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.counter .input-group-addon-text {
  color: #45454a;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  float: left;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 8px;
}
.caption {
  padding-bottom: 0;
}
.caption hr {
  border-top: 1px dotted #f0efec;
  border-bottom: none;
  margin-top: 8px;
  margin-bottom: 5px;
}
.media-body h6 {
  margin-top: 0;
}
.media-body h6 small {
  color: #8c8b86;
}
.image-carousel {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  min-height: 320px;
  max-height: 520px;
  padding-bottom: 8px;
  -webkit-user-select: none;
}
.image-carousel ul {
  margin: 0;
  padding-left: 0;
}
.image-carousel li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.image-carousel li img {
  max-width: 320px;
  max-height: 480px;
}
.image-carousel li img.ipad_screenshot {
  max-width: 480px;
}
.image-carousel::-webkit-scrollbar {
  -webkit-appearance: none;
}
.image-carousel::-webkit-scrollbar:horizontal {
  height: 11px;
}
.image-carousel::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.video-small {
  position: relative;
  cursor: pointer;
}
.video-small .player-icon {
  position: absolute;
  text-align: center;
  left: 40%;
  top: 35%;
}
.video-small .player-icon i {
  font-size: 56px;
  color: #f0efec;
  text-shadow: 0 1px #8c8b86;
}
@media (max-width: 480px) {
  .video-small .player-icon i {
    font-size: 84px;
  }
}
.vid-responsive {
  position: relative;
  padding-bottom: 56.2%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}
.vid-responsive iframe,
.vid-responsive object,
.vid-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ten-by-six {
  padding-bottom: 75%;
}
.btn-action {
  color: #fff;
  background-color: rgb(242, 145, 33);
  border-color: rgb(235.6978723404, 132.7127659574, 13.8021276596);
}
.btn-action:focus, .btn-action.focus {
  color: #fff;
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
  border-color: rgb(115.2510638298, 64.8936170213, 6.7489361702);
}
.btn-action:hover {
  color: #fff;
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
  border-color: rgb(177.8834042553, 100.1595744681, 10.4165957447);
}
.btn-action:active, .btn-action.active, .open > .btn-action.dropdown-toggle {
  color: #fff;
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
  background-image: none;
  border-color: rgb(177.8834042553, 100.1595744681, 10.4165957447);
}
.btn-action:active:hover, .btn-action:active:focus, .btn-action:active.focus, .btn-action.active:hover, .btn-action.active:focus, .btn-action.active.focus, .open > .btn-action.dropdown-toggle:hover, .open > .btn-action.dropdown-toggle:focus, .open > .btn-action.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(177.8834042553, 100.1595744681, 10.4165957447);
  border-color: rgb(115.2510638298, 64.8936170213, 6.7489361702);
}
.btn-action.disabled:hover, .btn-action.disabled:focus, .btn-action.disabled.focus, .btn-action[disabled]:hover, .btn-action[disabled]:focus, .btn-action[disabled].focus, fieldset[disabled] .btn-action:hover, fieldset[disabled] .btn-action:focus, fieldset[disabled] .btn-action.focus {
  background-color: rgb(242, 145, 33);
  border-color: rgb(235.6978723404, 132.7127659574, 13.8021276596);
}
.btn-action .badge {
  color: rgb(242, 145, 33);
  background-color: #fff;
}
.text-action {
  color: rgb(242, 145, 33);
}
.label-action {
  background-color: rgb(242, 145, 33);
}
.label-action[href]:hover, .label-action[href]:focus {
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
}
.btn-file {
  width: 140px;
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  #off-canvas-wrap {
    position: relative;
    height: 100%;
  }
  #off-canvas-wrap,
  #off-canvas-wrap #header-wrap,
  #off-canvas-wrap .navbar-fixed-bottom {
    transition: all 0.3s ease-in-out;
  }
  .move-right #off-canvas-wrap,
  .move-right .navbar-fixed-bottom {
    transform: translateX(300px);
  }
  .off-canvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-300px);
    width: 300px;
    z-index: 1039;
    height: 100%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .off-canvas-menu {
    padding: 0;
  }
}
#faqs h3 {
  color: #1474bd;
}
#faqs dl {
  margin-left: 0;
}
#faqs dt {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
#faqs dt:hover {
  cursor: pointer;
  color: #1474bd;
}
#faqs dd {
  margin: 0.5em 0 1em 0;
  font-size: 1.1em;
  line-height: 1.3em;
}
#faqs dd p {
  margin-top: 0.5em;
}
#faqs dd li {
  color: #45454a;
}
#faqs ul > li {
  color: #45454a;
}
.courses .thumbnail .course-title {
  text-align: center;
  background-color: #fff;
  font-weight: bold;
}
.modal-footer-title {
  margin-top: 5px;
  margin-bottom: 0;
}
ol#comments-list {
  padding: 0;
  margin: 0;
}
ol#comments-list li {
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  list-style: none;
  padding: 10px;
  margin: 25px 0 35px 0;
  border-radius: 4px;
  position: relative;
}
ol#comments-list li:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #d5d5d5 transparent;
  display: block;
  width: 0;
  top: -20px;
  left: 40px;
  border-width: 0 12px 20px;
}
ol#comments-list li:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #f5f5f5 transparent;
  display: block;
  width: 0;
  top: -19px;
  left: 41px;
  border-width: 0 11px 19px;
}
ul.bullet-lg > li {
  font-size: 18px;
  font-weight: 200;
  line-height: 32px;
}
@media (min-width: 1200px) {
  ul.bullet-lg > li {
    font-size: 20px;
    line-height: 34px;
  }
}
#announcement {
  background: url("https://static.lp.lexp.cloud/images/announcement-bkg.png");
  border-top: 1px solid #fbeed5;
  border-bottom: 1px solid #fbeed5;
}
#announcement .alert-warning hr {
  border-top: 1px solid #fbeed5;
}
#announcement h1,
#announcement h2,
#announcement h3,
#announcement h4,
#announcement h5,
#announcement h6,
#announcement p {
  color: #45454a;
}
.article-body p {
  margin-bottom: 1em;
}
.article-body img {
  margin-top: 3px !important;
  margin-left: 0 !important;
}
.article-body img.main-photo {
  float: left;
  margin: 0 10px 10px 0;
  border: 3px solid #000;
}
.article-body ol,
.article-body ul {
  margin: 1em 3em 1em 0;
  padding: 0;
}
.article-body ol ul,
.article-body ul ul {
  margin: 0.5em 1em 0.5em 2.5em;
}
.article-body ol ul li,
.article-body ul ul li {
  list-style-type: circle;
}
.article-body ol li,
.article-body ul li {
  /** get lists to show up properly next to floated images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 2.5em;
}
table.recaptchatable {
  background-color: #ffffff;
}
/** a badge */
.star-badge {
  background-image: url("https://static.lp.lexp.cloud/images/empty-badge-blue.png");
  width: 97px;
  height: 98px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .star-badge {
    background-image: url("https://static.lp.lexp.cloud/images/empty-badge-blue@2x.png");
    background-size: 97px 98px;
  }
}
.star-badge p {
  color: #fff;
  font-size: 24px;
  padding: 25px 0 0 0;
  text-align: center;
  margin: 0;
  line-height: 24px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.star-badge span {
  display: block;
}
.star-badge small {
  font-size: 65%;
}
#fb-likes {
  text-align: center;
}
#fb-likes a {
  font-size: 18px;
}
#fb-likes a .count-text {
  font-size: 16px;
}
#fb-likes a:hover {
  text-decoration: none;
}
.help-block #fb-likes a {
  font-size: 14px;
}
.help-block #fb-likes a .count-text {
  font-size: 12px;
}
.text-muted-info {
  border-top: 1px solid #d3d1cc;
  border-bottom: 1px solid #d3d1cc;
  padding: 5px 0;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.no-resize {
  resize: none;
}
.relative {
  position: relative;
}
#upgrade-browser-modal .modal-body {
  font-size: 16px;
  padding: 25px;
}
#upgrade-browser-modal .modal-body p {
  margin: 0 40px 0 40px;
}
#upgrade-browser-modal .chrome-link,
#upgrade-browser-modal .ie-link {
  padding-left: 75px;
}
#free-signup-modal .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#free-signup-modal .modal-header {
  width: 100%;
  max-width: 573px;
  margin: 0 auto;
  background-color: #1987c4;
  color: #fff;
  font-size: 25px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  #free-signup-modal .modal-header {
    font-size: 20px;
  }
}
#free-signup-modal .modal-header .free-member-text {
  color: #fcb42e;
}
#free-signup-modal .modal-body {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0;
  padding-bottom: 24px;
  width: 100%;
  max-width: 573px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  #free-signup-modal .modal-body {
    padding-bottom: 60px;
  }
}
#free-signup-modal .modal-body #free-signup-form {
  padding-top: 12px;
}
#free-signup-modal .modal-body .close {
  color: #a7a7a7;
  font-weight: bold;
  opacity: 1;
  font-size: 28px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
#free-signup-modal .modal-body input {
  padding: 4px 8px 4px 8px;
  width: 100%;
}
#free-signup-modal .modal-body input[type=submit] {
  width: 222px;
  margin-top: 10px;
  cursor: pointer;
}
.new-freemium-user {
  padding: 30px;
  float: none;
  margin: 0 auto;
}
.new-freemium-user .header {
  text-align: center;
  height: 80px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #1a86c3;
}
.new-freemium-user .header h2 {
  color: #fff;
}
@media (max-width: 480px) {
  .new-freemium-user .header h2 {
    font-size: 22px;
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .new-freemium-user .header h2 {
    font-size: 27px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .new-freemium-user .header h2 {
    font-size: 29px;
    margin-top: 20px;
  }
}
.new-freemium-user .header h2 span {
  color: #f29121;
  text-shadow: 0 1px 0 #f29121;
  font-style: italic;
}
.new-freemium-user .content {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0px 0px 10px 0px;
  width: auto;
}
.new-freemium-user .content #free-signup-form {
  padding-top: 30px;
}
.new-freemium-user .content input {
  padding: 4px 8px 4px 8px;
}
.new-freemium-user .content input[type=submit] {
  height: 47px;
  cursor: pointer;
}
.free-signup-result {
  width: auto;
  margin: 0 auto;
}
.free-signup-result .modal-dialog {
  width: auto;
  max-width: 574px;
}
.free-signup-result .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.free-signup-result .modal-header {
  background: url("https://static.lp.lexp.cloud/images/thanks_for_joining_modal_header.png");
  height: 164px;
}
@media (max-width: 480px) {
  .free-signup-result .modal-header {
    height: 100px;
    background-size: cover;
  }
}
.free-signup-result .modal-body {
  position: relative;
  text-align: center;
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.free-signup-result .modal-body p {
  margin-left: 25px;
  margin-right: 25px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #24649a;
}
.free-signup-result .modal-body .contact-link {
  font-size: 14px;
  padding-bottom: 24px;
  padding-top: 10px;
  width: 100%;
}
.free-signup-result .modal-body .close {
  color: #a7a7a7;
  font-weight: bold;
  opacity: 1;
  font-size: 25px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
#free-member-welcome .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#free-member-welcome .modal-header {
  background: url("https://static.lp.lexp.cloud/images/free_welcome_header.png");
  width: 582px;
  height: 225px;
  border-bottom: none;
}
#free-member-welcome .modal-body {
  margin-left: 5px;
  margin-right: 3px;
  position: relative;
  background-color: #1088c5;
  color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 32px;
  width: 574px;
}
#free-member-welcome .modal-body h3 {
  text-align: center;
  margin-top: 0px;
}
#free-member-welcome .modal-body .white-text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: block;
}
#free-member-welcome .modal-body .white-text.collect {
  width: 75%;
}
#free-member-welcome .modal-body .white-text.plan {
  width: 60%;
}
#free-member-welcome .modal-body #get-started-btn {
  margin-top: 5px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 19px;
  width: 235px;
  height: 45px;
}
#free-member-welcome .modal-body #upgrade-btn {
  margin-top: 5px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 19px;
  width: 240px;
  height: 45px;
}
#free-member-welcome .modal-body .button-cell {
  text-align: center;
  padding: 0px;
}
#free-member-welcome .modal-body .buttons-row {
  margin-left: 0px;
  margin-right: 0px;
}
#free-member-welcome .modal-body h4 {
  color: #ffb230;
  font-size: 20px;
  text-shadow: 0 1px 0 #ffb230;
  margin-top: 15px;
  margin-bottom: 5px;
}
#free-member-welcome .modal-body .lp-badge {
  background-image: url("https://static.lp.lexp.cloud/images/welcome_lp_badge.png");
  width: 131px;
  height: 130px;
  margin-top: -25px;
}
#free-member-welcome .modal-body .welcome-content {
  margin-bottom: 40px;
}
#free-member-welcome .modal-body .close {
  color: white;
  font-weight: bold;
  opacity: 1;
  font-size: 25px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.video-card {
  padding: 15px;
}
.video-card .video-container {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .video-card .video-container {
    height: 475px;
  }
}
#profile-user-avatar {
  padding-right: 4px;
}
#signup-modal {
  z-index: 1062;
}
#signup-modal .grecaptcha-badge {
  display: none;
}
#signup-modal .modal-content {
  width: 100%;
  max-width: 550px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#signup-modal .modal-header {
  text-align: center;
  padding: 0;
}
#signup-modal .modal-header .close {
  color: #a7a7a7;
  font-weight: bold;
  opacity: 1;
  font-size: 25px;
  position: absolute;
  top: 24px;
  right: 24px;
}
#signup-modal .modal-header .title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  color: #565658;
  padding: 15px;
  font-size: 25px;
}
#signup-modal .modal-body {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 40px 30px 30px 30px;
}
#signup-modal .modal-body #signup-send-communications {
  width: auto;
}
#signup-modal .modal-body input {
  padding: 4px 8px 4px 8px;
  width: 100%;
}
#signup-modal .modal-body input[type=submit] {
  padding: 10px 50px 10px 50px;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  background: #f38e16;
  border-color: #d47f25;
}
#shared-collection-rating-rubric-modal {
  width: 900px;
}
#shared-collection-rating-rubric-modal ul {
  padding-left: 25px;
}
.break-word {
  word-wrap: break-word;
}
#report-problem-modal h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
#report-problem-modal h5 .fa-solid {
  margin-left: 3px;
}
#report-problem-modal .radio + h5 {
  margin-top: 20px;
}
#report-problem-modal .radio {
  margin-top: 12px;
  margin-bottom: 12px;
}
#report-problem-modal .radio input[type=radio],
#report-problem-modal .radio input[type=checkbox] {
  margin-top: 6px;
}
#report-problem-modal .radio .fa-solid {
  vertical-align: -1px;
  margin-left: 7px;
}
#report-problem-modal label {
  font-weight: normal;
}
@media (min-width: 600px) {
  .devise_lp_sessions-create {
    background-color: #f5f5f5;
  }
  .login-box-wrap.login-page .login-box {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 7vh auto 0 auto;
    background-color: #fff;
  }
}
@media (max-width: 599px) {
  .login-box-wrap.login-page .login-box .login-box-header {
    border-bottom: 0px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .login-box-wrap.login-page .login-box .login-box-header:after {
    content: "";
    display: block;
    width: 150px;
    margin: 20px auto -15px auto;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media (max-width: 450px) {
  .login-box-wrap.login-page .login-box {
    width: 100%;
  }
  .login-box-wrap.login-page .login-box .login-box-body {
    padding-left: 0;
    padding-right: 0;
  }
  .login-box-wrap.login-page .login-box .login-options-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.login-box-wrap .oauth-options {
  display: flex;
  flex-wrap: wrap;
  height: 218px;
  align-content: center;
}
@media (max-width: 700px) {
  .login-box-wrap .oauth-options {
    height: auto;
  }
}
.login-box-wrap .oauth-options .liwc {
  position: relative;
  width: 100%;
}
.login-box-wrap .oauth-options .liwc + .liwc {
  margin-top: 18px;
}
@media (max-width: 700px) {
  .login-box-wrap .oauth-options .liwc {
    margin: 0 0 18px 0;
  }
  .login-box-wrap .oauth-options .liwc + .liwc {
    margin-top: 0;
  }
}
.login-box-wrap .oauth-options .liwc .clever-icon,
.login-box-wrap .oauth-options .liwc .classlink-icon,
.login-box-wrap .oauth-options .liwc .google-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.login-box-wrap .oauth-options .liwc .clever-icon img,
.login-box-wrap .oauth-options .liwc .classlink-icon img,
.login-box-wrap .oauth-options .liwc .google-icon img {
  display: inline-block;
  margin-top: 11px;
}
.login-box-wrap .oauth-options .liwc .clever-icon img {
  margin-top: 8px;
  margin-right: 2px;
}
.login-box-wrap .oauth-options .liwc .btn-classlink {
  background-color: #35abcd;
  color: #fff;
}
.login-box-wrap .oauth-options .liwc .btn-clever {
  background-color: #4274f6;
  color: #fff;
}
.login-box-wrap .oauth-options .liwc .btn-google {
  background-color: #db4437;
  color: #fff;
}
.login-box-wrap .login-options-container {
  width: 100%;
}
.login-box-wrap .login-options-container .login-box-body-col:after {
  top: 56px;
  right: 0;
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 214px;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 700px) {
  .login-box-wrap .login-options-container .login-box-body-col:after {
    display: none;
  }
}
.login-box-wrap .sso-body-col {
  width: 45%;
  float: left;
  font-size: 16px;
}
@media (max-width: 700px) {
  .login-box-wrap .sso-body-col {
    width: 100%;
  }
}
.login-box-wrap .sso-body-col .or-title {
  text-align: center;
}
@media (max-width: 700px) {
  .login-box-wrap .sso-body-col .or-title {
    margin: -30px 0 21px 0;
  }
}
.login-box-wrap .login-box-body-col {
  width: 55%;
  float: left;
}
@media (max-width: 700px) {
  .login-box-wrap .login-box-body-col {
    width: 100%;
  }
}
.login-box-wrap .login-box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .login-box-wrap .login-box {
    width: 95%;
  }
}
.login-box-wrap .login-box-header {
  padding: 19px 37px 18px 37px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header {
    padding: 15px 20px;
  }
}
.login-box-wrap .login-box-header .modal-title {
  font-size: 22px;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header .modal-title {
    font-size: 19px;
  }
}
.login-box-wrap .login-box-header .page-title {
  font-size: 24px;
  text-align: center;
  margin: 2px 0;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header .page-title {
    font-size: 22px;
  }
}
.login-box-wrap .login-box-header .close {
  font-size: 39px;
  margin-top: 15px;
  line-height: 0;
  font-weight: 400;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header .close {
    margin-top: 15px;
    font-size: 25px;
  }
}
.login-box-wrap .login-box-body {
  padding: 27px 22px;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-body {
    padding: 27px 15px;
  }
}
@media (max-width: 350px) {
  .login-box-wrap .login-box-body {
    padding: 27px 5px;
  }
}
.login-box-wrap .login-box-body #login {
  margin-bottom: 0;
}
.login-box-wrap .login-box-body #login .checkbox label {
  font-size: 14px;
  margin: 4px 0 0 0;
  padding-left: 18px;
}
.login-box-wrap .login-box-body #login label {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 7px;
}
.login-box-wrap .login-box-body #login .form-control {
  height: 40px;
}
@media (max-width: 768px) {
  .login-box-wrap .login-box-body #login .form-control {
    font-size: 16px;
  }
}
.login-box-wrap .login-box-body .user_login {
  margin-bottom: 15px;
}
.login-box-wrap .login-box-body .user_password {
  margin-bottom: 5px;
}
.login-box-wrap .login-box-body .btn {
  display: block;
  width: 100%;
  font-size: 17px;
  height: 43px;
  line-height: 43px;
  padding: 0;
  border: 0;
}
.login-box-wrap .login-box-body .user_remember_me {
  float: left;
  margin: 0;
}
.login-box-wrap .login-box-body .user_remember_me .checkbox {
  margin: 0;
}
.login-box-wrap .login-box-body .user_remember_me .checkbox input {
  top: 8px;
  left: 0;
  margin: 0;
  transform: scale(0.9);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.login-box-wrap .login-box-body .help-block {
  float: right;
  margin: 9px 0 20px 0;
  font-size: 14px;
}
.login-box-wrap .login-box-footer {
  border-top: none !important;
  position: relative;
  padding: 2px 15px 20px 15px;
  width: 100%;
}
.login-box-wrap .login-box-footer .h4 {
  display: block;
  font-size: 17px;
  text-align: left;
}
.login-box-wrap .login-box-footer .btn {
  height: 43px;
  line-height: 43px;
  width: 181px;
  padding: 0 18px;
  border: 0;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-footer .pull-left,
  .login-box-wrap .login-box-footer .pull-right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .login-box-wrap .login-box-footer .h4 {
    text-align: center;
  }
}
.login-box-wrap .login-box-footer.modal-footer {
  width: 100%;
}
.login-box-wrap .login-box-footer .not-a-member {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .login-box-wrap .login-box-footer .not-a-member {
    margin-top: -20px;
  }
}
.login-box-wrap .login-box-footer .not-a-member a {
  color: green;
  margin-left: 3px;
}
@media (max-width: 350px) {
  .login-box-wrap .login-box-footer .not-a-member a {
    display: block;
    margin: 5px 0 0 0;
  }
}
.login-box-wrap .login-box-footer .questions {
  padding: 0 35px;
}
.login-box-wrap .login-box-footer .questions a {
  margin-left: 3px;
}
/** Generic info page style used on WP pages **/
html,
body {
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.lpip-color-blue {
  color: #168cd6;
}
.lpip-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.lpip-section-block {
  padding-bottom: 80px;
}
@media (min-height: 1199px) {
  .lpip-section-block {
    padding-bottom: 140px;
  }
}
.lpip-page-title {
  margin-bottom: 0;
}
.lpip-page-title h1,
.lpip-page-title h2 {
  font-size: 45px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.lpip-section-title h2,
.lpip-section-title h3,
.lpip-section-title h4 {
  font-size: 34px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}
.lpip-large-title h1,
.lpip-large-title h2,
.lpip-large-title h3,
.lpip-large-title h4 {
  font-size: 27px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}
.lpip-section-text {
  font-size: 20px;
}
.lpip-section-subtext,
.lpip-section-subtext p {
  font-size: 22px;
  line-height: 1.7;
  margin-top: -20px;
}
.lpip-section-subtext + .lpip-section-subtext {
  margin-top: 20px;
}
.lpip-section-subtext a:hover {
  text-decoration: underline;
}
.lpip-button {
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01rem;
  background: #168cd6;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(45, 47, 49, 0.1) !important;
  cursor: pointer;
}
.lpip-button .fa-spin {
  font-size: 16px;
  float: left;
  margin-top: 17px;
  margin-left: -2px;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .lpip-button {
    min-width: 120px;
    padding: 0 15px;
    font-size: 16px;
  }
}
@media (max-width: 349px) {
  .lpip-button {
    font-size: 15px;
  }
}
.lpip-button:hover,
.lpip-button:active,
.lpip-button:focus {
  color: #fff;
}
.lpip-button-light-blue {
  background: #f5f9fe;
  color: #168cd6;
  box-shadow: none !important;
}
.lpip-button-light-blue:hover {
  background: #168cd6;
}
.lpip-button-orange {
  background: #f3a660;
}
.lpip-action-link {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #168cd6;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  height: 44px;
  line-height: 44px;
  padding: 0px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .lpip-action-link {
    font-size: 16px;
  }
}
@media (max-width: 349px) {
  .lpip-action-link {
    font-size: 15px;
  }
}
.lpip-action-link-under-text {
  margin-bottom: -15px !important;
}
.lpip-action-link:hover {
  color: #168cd6;
}
@media (min-width: 600px) {
  .lpip-action-link:hover {
    padding: 0 20px;
    background: #f5f9fe;
  }
}
.lpip-button + .lpip-action-link {
  margin-left: 15px;
}
@media (max-width: 599px) {
  .lpip-button + .lpip-action-link:not(.lp-video-launch) {
    margin-top: 0;
    padding: 0 20px;
    background: #f5f9fe;
  }
}
.lpip-action-link > .icon {
  display: inline-block;
}
.lpip-action-link > .icon + .text {
  margin-left: 4px;
}
.lpip-action-link > .text + .icon {
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
}
.lpip-large-icon {
  font-size: 40px;
}
.lpip-hover-box {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 35px 40px 5px 40px;
  cursor: pointer;
  transition: 0.2s;
}
.lpip-hover-box:hover,
.lpip-hover-box.active {
  background-color: #fff;
  border-color: #168cd6;
  box-shadow: 0 0px 25px rgba(25, 24, 71, 0.1);
}
.lpip-box {
  position: relative;
  border: 1px solid #e8e8ed;
  border-radius: 8px;
  width: 655px;
  height: auto;
  background-color: #fff;
  transition: box-shadow 0.3s, border-color 0.3s;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
}
.lpip-resource-card-group {
  width: 660px;
}
.lpip-resource-card-group .lpip-box {
  width: 310px;
  height: 305px;
  background-color: #fafafb;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
}
.lpip-resource-card-group .lpip-box:hover {
  border-color: #e1e1e8;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.09);
}
.lpip-resource-card-group .lpip-box.card-1 {
  display: block;
  float: left;
  margin-right: 30px;
}
.lpip-resource-card-group .lpip-box.card-2 {
  display: block;
  float: left;
  margin-top: 35px;
}
.lpip-resource-card-group .lpip-box.card-3 {
  display: block;
  float: left;
  margin-right: 30px;
}
.lpip-resource-card-group .lpip-box.card-4 {
  display: block;
  float: left;
  margin-top: 35px;
}
.lpip-resource-card-group .lpip-box .resource-img {
  position: absolute;
  top: 12px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border-radius: 4px;
  overflow: hidden;
}
.lpip-resource-card-group .lpip-box .resource-img .fa-resource-img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -50px;
  font-size: 100px;
  color: #e8e8ed;
}
.lpip-resource-card-group .lpip-box .resource-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
.lpip-resource-card-group .lpip-box .resource-type-flag {
  background: #3671d2;
  color: #fff;
  padding: 0 12px 0 13px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  border-radius: 2px 3px 3px 2px;
  top: 20px;
  left: -3px;
}
.lpip-resource-card-group .lpip-box .resource-type-flag .icon {
  font-size: 15px;
  vertical-align: 2px;
}
.lpip-resource-card-group .lpip-box .resource-type-flag.video {
  background: #45454a;
}
.lpip-resource-card-group .lpip-box .resource-type-flag.ebook {
  background: #292256;
}
.lpip-resource-card-group .lpip-box .resource-type-flag.worksheet {
  background: #11adc1;
}
.lpip-resource-card-group .lpip-box .resource-type-flag.unit {
  background: #287b66;
}
.lpip-resource-card-group .lpip-box .resource-type-flag.interactive {
  background: #af2323;
}
.lpip-resource-card-group .lpip-box .resource-type-flag.activity {
  background: #36d270;
}
.lpip-resource-card-group .lpip-box .resource-type-text {
  font-weight: 600;
  font-size: 14px;
  vertical-align: 2px;
  margin-left: 5px;
}
.lpip-resource-card-group .lpip-box .resource-info {
  background: #fff;
  position: absolute;
  bottom: 6px;
  right: 6px;
  left: 6px;
  padding: 5px 12px 6px 12px;
  border-radius: 8px 8px 4px 4px;
  box-shadow: -5px -5px 20px rgba(25, 24, 71, 0.05);
}
.lpip-resource-card-group .lpip-box .resource-title {
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  color: #168cd6;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1px;
  cursor: pointer;
}
.lpip-resource-card-group .lpip-box .resource-title:hover {
  text-decoration: underline;
}
.lpip-resource-card-group .lpip-box .resource-meta {
  margin-left: 1px;
  margin-top: -4px;
}
.lpip-resource-card-group .lpip-box .resource-rating {
  display: block;
  color: #ff9b21;
  font-size: 15px;
  padding-top: 2px;
  margin-bottom: -2px;
}
.lpip-resource-card-group .lpip-box .resource-meta .item {
  display: inline-block;
  color: #9a99a5;
  margin-right: 9px;
}
.lpip-resource-card-group .lpip-box .resource-meta .item:last-child {
  margin-right: 0;
}
.lpip-resource-card-group .lpip-box .resource-meta .text {
  font-size: 13px;
  font-weight: 600;
}
.lpip-resource-card-group .lpip-box .resource-meta .resource-audience .text {
  margin-right: 1px;
}
.lpip-resource-card-group .lpip-box .resource-meta .icon {
  font-size: 12px;
}
.lpip-testimonial-wrap {
  position: relative;
  width: 1230px;
  height: 330px;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .lpip-testimonial-wrap {
    width: 1000px;
  }
}
@media (max-width: 1199px) {
  .lpip-testimonial-wrap {
    width: 800px;
  }
}
@media (max-width: 899px) {
  .lpip-testimonial-wrap {
    width: 620px;
  }
}
@media (max-width: 749px) {
  .lpip-testimonial-wrap {
    width: 310px;
  }
}
.lpip-testimonial-wrap.showing-long-text {
  height: 430px;
}
#carousel {
  width: 100000px;
  position: relative;
  top: 0;
  left: -410px;
}
@media (max-width: 1499px) {
  #carousel {
    left: -500px;
  }
}
@media (max-width: 1199px) {
  #carousel {
    left: -400px;
  }
}
@media (max-width: 899px) {
  #carousel {
    left: -310px;
  }
}
.transition {
  transition: 0.7s;
}
.lpip-testimonial-section,
.lpip-hp-section.lpip-testimonial-section {
  background: #f5f9fe;
  background-image: linear-gradient(-180deg, #f5f9fe 0%, white 100%);
  padding: 80px 0;
  min-height: 650px;
}
@media (max-width: 749px) {
  .lpip-testimonial-section,
  .lpip-hp-section.lpip-testimonial-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.lpip-testimonial-members {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 899px) {
  .lpip-testimonial-members {
    padding-top: 5px;
  }
}
.lp-next-member,
.lp-prev-member {
  display: block;
  color: #168cd6;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  background: #fff;
  text-align: center;
  border-radius: 99px;
  font-size: 36px;
  z-index: 4;
  border: 1px solid #e1e1e1;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
  cursor: pointer;
  transition: border-color 0.2s;
}
.lp-next-member:hover,
.lp-prev-member:hover {
  border-color: #168cd6;
}
.lp-next-member {
  left: 100%;
  margin-left: 20px;
}
.lp-next-member .fa-solid,
.lp-next-member .fa-regular {
  margin-right: -6px;
}
@media (max-width: 899px) {
  .lp-next-member {
    margin-left: 0;
  }
}
@media (max-width: 749px) {
  .lp-next-member {
    margin-left: -50px;
    top: 95%;
  }
}
.lp-prev-member {
  right: 100%;
  margin-right: 20px;
}
.lp-prev-member .fa-solid,
.lp-prev-member .fa-regular {
  margin-left: -3px;
}
@media (max-width: 899px) {
  .lp-prev-member {
    margin-right: 0;
  }
}
@media (max-width: 749px) {
  .lp-prev-member {
    right: 60px;
    top: 95%;
  }
}
#about-hero ~ .lpip-testimonial-section .lp-next-member,
#about-hero ~ .lpip-testimonial-section .lp-prev-member {
  top: auto;
  bottom: -80px;
  margin-top: 0;
}
#about-hero ~ .lpip-testimonial-section .lp-next-member {
  left: auto;
  right: calc(50% - 70px);
  margin-left: 0;
}
#about-hero ~ .lpip-testimonial-section .lp-prev-member {
  right: auto;
  left: calc(50% - 70px);
  margin-right: 0;
}
.lpip-testimonial-rating {
  color: #ff9b21;
}
.lpip-testimonial-member {
  position: relative;
  float: left;
  padding: 0 30px;
  width: 410px;
  cursor: pointer;
}
@media (max-width: 1499px) {
  .lpip-testimonial-member {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .lpip-testimonial-member {
    width: 400px;
  }
}
@media (max-width: 899px) {
  .lpip-testimonial-member {
    width: 310px;
  }
}
@media (max-width: 749px) {
  .lpip-testimonial-member {
    padding: 0;
  }
}
.lpip-testimonial-member .name {
  font-weight: 700;
}
@media (max-width: 749px) {
  .lpip-testimonial-member .name {
    font-size: 16px;
  }
  .lpip-testimonial-member .role {
    font-size: 15px;
  }
}
.lpip-testimonial-member .text {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.65;
}
@media (max-width: 899px) {
  .lpip-testimonial-member .text {
    font-size: 16px;
    line-height: 1.55;
  }
}
.lpip-testimonial-member .show-long-text {
  position: absolute;
  bottom: 91px;
  left: 29px;
  font-size: 16px;
  color: #168cd6;
}
.lpip-testimonial-member .show-long-text .fa-solid,
.lpip-testimonial-member .show-long-text .fa-regular {
  margin-left: 5px;
}
.lpip-testimonial-member .show-long-text:hover {
  text-decoration: underline;
}
@media (max-width: 749px) {
  .lpip-testimonial-member .show-long-text {
    left: 0;
  }
}
.lpip-testimonial-member .image-wrap {
  position: relative;
  border-radius: 16px;
  width: 75px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.lpip-testimonial-member .image-wrap .fa-image-wrap {
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 75px;
  color: #e8e8ed;
  z-index: 1;
}
.lpip-testimonial-member.has-long-text .text {
  max-height: 217px;
  overflow: hidden;
}
.lpip-testimonial-member.has-long-text .name {
  margin-top: 40px;
}
.lpip-testimonial-member.has-long-text .image-wrap {
  margin-top: 24px;
}
.showing-long-text .lpip-testimonial-member.has-long-text .text {
  max-height: 100%;
}
.showing-long-text .lpip-testimonial-member.has-long-text .name {
  margin-top: auto;
}
.showing-long-text .lpip-testimonial-member.has-long-text .image-wrap {
  margin-top: auto;
}
.showing-long-text .lpip-testimonial-member.has-long-text .show-long-text {
  display: none;
}
.lpip-testimonial-member .image {
  position: relative;
  display: block;
  width: 95px;
  z-index: 2;
}
.lpip-testimonial-member .image.user-image-1 {
  width: 102px;
  margin-left: -18px;
  margin-top: -19px;
}
.lpip-testimonial-member .image.user-image-2 {
  width: 110px;
  margin-left: -20px;
  margin-top: 0px;
}
.lpip-testimonial-member .image.user-image-3 {
  width: 116px;
  margin-left: -25px;
  margin-top: -6px;
}
.lpip-testimonial-member .image.user-image-4 {
  width: 89px;
  margin-left: -6px;
  margin-top: 0px;
}
.lpip-testimonial-member .image.user-image-5 {
  width: 98px;
  margin-left: -15px;
  margin-top: -5px;
}
.lpip-testimonial-member .image.user-image-6 {
  width: 139px;
  margin-left: -22px;
  margin-top: -10px;
}
.lpip-testimonial-member .image.user-image-7 {
  width: 77px;
  margin-left: 0px;
  margin-top: 0px;
}
.lpip-testimonial-member .image.user-image-8 {
  width: 111px;
  margin-left: -4px;
  margin-top: -10px;
}
.lpip-testimonial-member .image.user-image-9 {
  width: 81px;
  margin-left: 0px;
  margin-top: -11px;
}
.lpip-testimonial-member .image.user-image-10 {
  width: 79px;
  margin-left: -2px;
  margin-top: -10px;
}
.lpip-testimonial-member .image.user-image-11 {
  width: 80px;
  margin-left: 0px;
  margin-top: -24px;
}
.lpip-testimonial-member .image.user-image-12 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-13 {
  width: 152px;
  margin-left: -39px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-14 {
  width: 107px;
  margin-left: -11px;
  margin-top: -7px;
}
.lpip-testimonial-member .image.user-image-15 {
  width: 79px;
  margin-left: 0px;
  margin-top: -8px;
}
.lpip-testimonial-member .image.user-image-16 {
  width: 81px;
  margin-left: 0px;
  margin-top: -15px;
}
.lpip-testimonial-member .image.user-image-17 {
  width: 79px;
  margin-left: -2px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-18 {
  width: 80px;
  margin-left: -3px;
  margin-top: -20px;
}
.lpip-testimonial-member .image.user-image-19 {
  width: 114px;
  margin-left: -19px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-20 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-21 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-22 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-23 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-24 {
  width: 116px;
  margin-left: -1px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-25 {
  width: 92px;
  margin-left: -2px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-26 {
  width: 108px;
  margin-left: -10px;
  margin-top: 0px;
}
.lpip-testimonial-member .image.user-image-27 {
  width: 115px;
  margin-left: -14px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-28 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-29 {
  width: 114px;
  margin-left: -22px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-30 {
  width: 84px;
  margin-left: 0px;
  margin-top: -31px;
}
.lpip-testimonial-member .image.user-image-31 {
  width: 124px;
  margin-left: -9px;
  margin-top: -2px;
}
.lpip-testimonial-member .image.user-image-32 {
  width: 87px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-33 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-34 {
  width: 77px;
  margin-left: 0px;
  margin-top: -20px;
}
.lpip-testimonial-member .image.user-image-35 {
  width: 112px;
  margin-left: -10px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-36 {
  width: 78px;
  margin-left: 0px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-37 {
  width: 88px;
  margin-left: -9px;
  margin-top: -5px;
}
.lpip-testimonial-member .image.user-image-38 {
  width: 86px;
  margin-left: -7px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-39 {
  width: 77px;
  margin-left: 0px;
  margin-top: -8px;
}
.lpip-testimonial-member .image.user-image-40 {
  width: 128px;
  margin-left: -24px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-41 {
  width: 114px;
  margin-left: -20px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-42 {
  width: 114px;
  margin-left: -20px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-43 {
  width: 104px;
  margin-left: -20px;
  margin-top: -35px;
}
.lpip-testimonial-member .image.user-image-44 {
  width: 114px;
  margin-left: -20px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-45 {
  width: 114px;
  margin-left: -20px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-46 {
  width: 110px;
  margin-left: -12px;
  margin-top: -3px;
}
.lpip-testimonial-member .image.user-image-47 {
  width: 96px;
  margin-left: -6px;
  margin-top: -3px;
}
body.content-home #main-inner {
  max-width: 100% !important;
  overflow-x: hidden !important;
  padding-top: 0 !important;
}
body.content-home #main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.content-home #main,
body.content-home #main button,
body.content-home #main input,
body.content-home #main select,
body.content-home #main textarea {
  font-size: 18px;
  line-height: 1.65;
}
body.content-home #main * {
  box-sizing: border-box;
}
body.content-home #main h1,
body.content-home #main h2,
body.content-home #main h3,
body.content-home #main h4,
body.content-home #main h5 {
  font-weight: 700;
}
body.content-home #main a,
body.content-home #main a:hover,
body.content-home #main a:focus {
  text-decoration: none;
}
body.content-home #main a:not(.lpip-button),
body.content-home #main a:not(.lpip-button):hover,
body.content-home #main a:not(.lpip-button):focus {
  color: #168cd6;
}
body.content-home #content-header .alert {
  max-width: 1260px;
  margin: 15px auto 0 auto;
}
body.content-home #content-header .alert .close {
  font-size: 25px;
  line-height: 0;
  top: 2px;
  right: -17px;
}
.lpip-hp-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1320px) {
  .lpip-hp-wrapper {
    position: relative;
    padding: 0 30px;
  }
}
@media (max-width: 599px) {
  .lpip-hp-wrapper {
    padding: 0 20px;
  }
}
.lpip-hp-wrapper-small {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 599px) {
  .lpip-hp-wrapper-small {
    padding: 0 20px;
  }
}
.hp-progress-bar {
  height: 5px;
  background: #eee;
}
@media (max-width: 899px) {
  .hp-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.hp-progress-bar-fill {
  width: 0%;
  display: block;
  height: 5px;
  background: #168cd6;
}
#discover-img .lpip-box.card-1 .resource-img img {
  width: 100%;
  height: auto;
}
#discover-img .lpip-box.card-2 .resource-img img {
  width: 100%;
  height: auto;
  margin-top: -15px;
}
#discover-img .lpip-box.card-3 .resource-img img {
  width: 100%;
  height: auto;
  margin-top: -15px;
}
#discover-img .lpip-box.card-4 .resource-img img {
  width: 100%;
  height: auto;
  margin-top: -20px;
}
#collect-img .lpip-box.card-1 .resource-img img {
  width: 100%;
  height: auto;
}
#collect-img .lpip-box.card-2 .resource-img img {
  width: 100%;
  height: auto;
}
#collect-img .lpip-box.card-3 .resource-img img {
  width: 100%;
  height: auto;
}
.drag-item .lpip-box .resource-img img {
  width: 100%;
  height: auto;
}
.hero-title {
  position: relative;
  max-width: 500px;
  z-index: 4;
}
@media (max-width: 899px) {
  .hero-title {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .hero-title {
    max-width: 350px;
  }
}
#discover-title.hero-title .hero-title-text {
  font-size: 44px;
  line-height: 1.2;
  margin: 0;
}
.hero-title .hero-title-text {
  font-size: 49px;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  bottom: 20px;
  opacity: 0;
}
.hero-title.in .hero-title-text {
  opacity: 1;
  transition: opacity 0.8s ease;
}
.hero-title.out .hero-title-text {
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media (max-width: 899px) {
  .hero-title .hero-title-text {
    text-align: center;
    font-size: 34px;
    line-height: 1.3;
    width: 100%;
    height: 120px;
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .hero-title .hero-title-text {
    font-size: 28px;
    padding: 0 10px;
    height: 118px;
  }
  #discover-title.hero-title .hero-title-text,
  #collect-title.hero-title .hero-title-text {
    font-size: 26px;
  }
}
@media (max-width: 349px) {
  .hero-title .hero-title-text {
    font-size: 24px;
    padding: 0 10px;
  }
  #discover-title.hero-title .hero-title-text,
  #collect-title.hero-title .hero-title-text {
    font-size: 23px;
  }
}
.lpip-hp-section-title h2,
.lpip-hp-section-title h3,
.lpip-hp-section-title h4 {
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .lpip-hp-section-title h2,
  .lpip-hp-section-title h3,
  .lpip-hp-section-title h4 {
    font-size: 28px;
  }
}
.lpip-hp-large-title {
  position: relative;
}
.lpip-hp-large-title h1,
.lpip-hp-large-title h2,
.lpip-hp-large-title h3,
.lpip-hp-large-title h4 {
  font-size: 27px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 599px) {
  .lpip-hp-large-title h1,
  .lpip-hp-large-title h2,
  .lpip-hp-large-title h3,
  .lpip-hp-large-title h4 {
    font-size: 26px;
  }
}
.hero-text-text {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 23px;
  line-height: 1.65;
  margin: 0;
  text-shadow: none;
}
@media (max-width: 899px) {
  .hero-text-text {
    font-size: 20px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .hero-text-text {
    font-size: 18px;
  }
}
@media (max-width: 349px) {
  .hero-text-text {
    font-size: 16px;
  }
}
.hero-text-wrap {
  position: relative;
  display: inline-block;
  z-index: 4;
}
@media (max-width: 899px) {
  .hero-text-wrap {
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
    transition: top 0.5s;
  }
  .design .hero-text-wrap, .deliver .hero-text-wrap {
    top: -85px;
  }
}
@media (max-width: 599px) {
  .discover .hero-text-wrap {
    top: -30px;
  }
  .design .hero-text-wrap, .deliver .hero-text-wrap {
    top: -90px;
  }
  .collect .hero-text-wrap {
    top: -60px;
  }
}
@media (max-width: 349px) {
  .discover .hero-text-wrap {
    top: -40px;
  }
  .design .hero-text-wrap, .deliver .hero-text-wrap {
    top: -98px;
  }
  .collect .hero-text-wrap {
    top: -70px;
  }
}
.hero-nav {
  display: block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  vertical-align: top;
  white-space: nowrap;
}
.hero-nav.in-transition {
  pointer-events: none;
}
@media (max-width: 899px) {
  .hero-nav {
    position: fixed;
    text-align: center;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 6;
    transform: translate(0, 0);
    transition: transform 0.5s;
  }
  .hero-text-wrap.hp-hide .hero-nav {
    transform: translate(0, 80px);
  }
}
.hero-nav-item {
  display: inline-block;
  margin-right: 7px;
  height: 44px;
  line-height: 44px;
  min-width: 100px;
  font-weight: 700;
  color: #cbcdd0;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (max-width: 899px) {
  .hero-nav-item {
    position: relative;
    min-width: 25%;
    height: 49px;
    line-height: 51px;
    margin-right: 0;
    font-size: 16px;
    text-align: center;
    float: left;
  }
}
@media (max-width: 349px) {
  .hero-nav-item {
    font-size: 15px;
  }
}
.hero-nav-item:last-child {
  margin-right: 0;
}
.hero-nav-item.active {
  color: #168cd6;
  pointer-events: none;
}
.hero-nav-item:not(.active):hover {
  color: #168cd6;
}
.hero-nav-item.active .hp-progress-bar-fill {
  width: 100%;
  transition: width 8s ease;
}
.hero-text {
  position: absolute;
  display: block;
  top: 53px;
  left: 0;
  width: 500px;
  padding-right: 40px;
  opacity: 0;
}
.hero-text.in {
  opacity: 1;
  z-index: 3;
  max-height: 375px;
  transition: all 1s ease;
}
.hero-text.out {
  opacity: 0;
  transition: 0.8s;
}
@media (min-width: 900px) {
  .hero-text.in {
    transform: translate(0, 15px);
  }
  .hero-text.out {
    transform: translate(0, 80px);
  }
}
@media (max-width: 899px) {
  .hero-text {
    width: auto;
    height: auto;
    max-height: 0px;
    top: 0;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  .hero-text.in {
    max-height: 90px;
    transform: none;
    transition: opacity 1s ease-in, max-height 1s;
  }
  .hero-text.out {
    transform: none;
  }
}
@media (max-width: 599px) {
  .hero-text {
    max-width: 350px;
  }
  .hero-text.in {
    max-height: 120px;
  }
}
.hero-img {
  pointer-events: none;
  position: absolute;
  display: block;
  top: -75px;
  right: -40px;
  width: 55%;
  opacity: 0;
}
.hero-img.in {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  transform: scale(1) translate(0, -160px);
  transition: 1s ease;
}
.hero-img.out {
  opacity: 0;
  transform: scale(1) translate(0, -300px);
  transition: 0.8s;
}
@media (max-width: 1279px) {
  .hero-img {
    transform: scale(0.9);
  }
  .hero-img.in {
    transform: scale(0.9) translate(0, -170px);
  }
  .hero-img.out {
    transform: scale(0.9) translate(0, -300px);
  }
}
@media (max-width: 1199px) {
  .hero-img {
    transform: scale(1);
    right: -100px;
  }
  .hero-img.in {
    transform: scale(1) translate(0, -170px);
  }
  .hero-img.out {
    transform: scale(1) translate(0, -300px);
  }
}
@media (max-width: 899px) {
  .hero-img,
  .hero-img.in,
  .hero-img.out {
    transform: scale(0.75);
    left: 8%;
    right: auto;
  }
  .hero-img.in {
    transform: scale(0.75) translate(0, -40px);
  }
  .hero-img.out {
    transform: scale(0.75) translate(0, -60px);
  }
}
@media (max-width: 599px) {
  .hero-img {
    transform: scale(0.75);
  }
}
.hero-img img {
  width: 100%;
  display: block;
}
#hero-content {
  position: relative;
}
.lpip-hp-hero-actions {
  position: absolute;
  left: 0;
  top: 270px;
  transition: top 0.9s;
}
@media (min-width: 900px) {
  .lpip-hp-hero-actions {
    top: 270px;
  }
  #discover-text.in ~ .lpip-hp-hero-actions {
    top: 210px;
  }
  #collect-text.in ~ .lpip-hp-hero-actions {
    top: 170px;
  }
  #design-text.in ~ .lpip-hp-hero-actions {
    top: 210px;
  }
  #deliver-text.in ~ .lpip-hp-hero-actions {
    top: 210px;
  }
}
@media (max-width: 899px) {
  .lpip-hp-hero-actions {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
@media (max-width: 349px) {
  .lpip-hp-hero-actions {
    font-size: 16px;
    margin-top: 15px;
  }
}
#hero-content.discover .lpip-hp-hero-actions .hero-button:before {
  content: "Start Searching";
}
#hero-content:not(.discover) .lpip-hp-hero-actions .hero-button:before {
  content: "Get Started";
}
.hp-hero-blob-1 {
  position: absolute;
  left: -120px;
  top: -20px;
  width: 800px;
  height: 700px;
  background: #f5f9fe;
  background-image: linear-gradient(10deg, #ffffff 0%, #f5f9fe 100%);
  border-radius: 58% 42% 64% 36%/61% 46% 54% 39%;
  opacity: 0;
  transition: opacity 3.8s ease;
}
.hero-img.in .hp-hero-blob-1 {
  opacity: 1;
}
.lpip-hp-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .lpip-hp-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .lpip-hp-section {
    overflow: hidden;
  }
}
@media (max-width: 899px) {
  .lpip-hp-section {
    padding-top: 30px;
  }
}
.lpip-learning-explorer-section {
  padding-top: 0;
}
@media (max-width: 1499px) {
  .lpip-learning-explorer-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 899px) {
  .lpip-learning-explorer-section {
    padding-top: 30px;
  }
}
.lpip-hp-solution-section {
  position: relative;
  text-align: center;
  background: #fafafb;
  background-image: linear-gradient(180deg, #f9fafd 30%, #ffffff 100%);
  border-radius: 24px 24px 0px 0px;
  padding: 70px 0 80px 0;
  max-width: 1480px;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 1499px) {
  .lpip-hp-solution-section {
    max-width: 1260px;
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 599px) {
  .lpip-hp-solution-section {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #ebecec;
  }
}
.lpip-hp-solution-section .teacher-1 {
  position: absolute;
  left: -70px;
  bottom: 10px;
  width: 230px;
  z-index: 1;
}
@media (max-width: 1499px) {
  .lpip-hp-solution-section .teacher-1 {
    left: -98px;
  }
}
@media (max-width: 1199px) {
  .lpip-hp-solution-section .teacher-1 {
    display: none;
  }
}
.lpip-hp-solution-section .teacher-2 {
  position: absolute;
  right: -93px;
  bottom: 4px;
  width: 237px;
  z-index: 1;
}
@media (max-width: 1499px) {
  .lpip-hp-solution-section .teacher-2 {
    right: -127px;
  }
}
@media (max-width: 1199px) {
  .lpip-hp-solution-section .teacher-2 {
    display: none;
  }
}
.lpip-hp-hero-section {
  padding-top: 300px;
  padding-bottom: 20px;
  min-height: 780px;
}
@media (max-width: 1799px) {
  .lpip-hp-hero-section {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .lpip-hp-hero-section {
    padding-top: 240px;
    min-height: 630px;
  }
}
@media (max-width: 899px) {
  .lpip-hp-hero-section {
    padding-top: 180px;
    min-height: 800px;
  }
}
@media (max-width: 599px) {
  .lpip-hp-hero-section {
    padding-top: 170px;
    min-height: 654px;
  }
}
@media (max-width: 1199px) and (min-width: 900px) {
  .lpip-hp-hero-section .lpip-hp-wrapper {
    transform: scale(0.85);
    margin-left: -70px;
  }
}
.lpip-hp-section-subtext,
.lpip-hp-section-subtext p {
  font-size: 22px;
  line-height: 1.7;
  margin-top: -20px;
  text-align: center;
}
@media (max-width: 599px) {
  .lpip-hp-section-subtext,
  .lpip-hp-section-subtext p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: -15px;
  }
  .lpip-hp-section-subtext a {
    display: block;
  }
  .lpip-hp-subtext-divider {
    margin-top: 10px;
  }
}
.lpip-hp-section-subtext + .lpip-hp-section-subtext {
  margin-top: 20px;
}
.lpip-hp-section-subtext a:hover {
  text-decoration: underline !important;
}
.lpip-hp-section-content {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .lpip-hp-section-content {
    margin-top: 20px;
  }
}
@media (max-width: 899px) {
  .lpip-hp-section-content {
    margin-top: 100px;
  }
}
@media (max-width: 599px) {
  .lpip-hp-section-content {
    margin-top: 70px;
  }
}
.lpip-hp-solution-section-options {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .lpip-hp-solution-section-options {
    margin-top: 20px;
  }
}
.lpip-hp-solution-section-option {
  float: left;
  width: 33.33333%;
}
@media (max-width: 899px) {
  .lpip-hp-solution-section-option {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .lpip-hp-solution-section-option {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.lpip-hp-solution-section-option:last-child {
  padding-left: 25px;
  padding-right: 25px;
}
.lpip-hp-solution-section-option .globe-icon {
  width: 83px;
  margin-top: 9px;
  margin-bottom: 14px;
  min-height: 83px;
}
.lpip-hp-solution-section-option .parent-icon {
  width: 83px;
  margin-top: -2px;
  margin-bottom: 8px;
  min-height: 101px;
}
.lpip-hp-solution-section-option .school-icon {
  width: 112px;
  margin-top: 6px;
  margin-bottom: 11px;
  min-height: 90px;
}
.lpip-hp-solution-section-option + .lpip-hp-solution-section-option {
  position: relative;
}
@media (min-width: 900px) {
  .lpip-hp-solution-section-option + .lpip-hp-solution-section-option:before {
    content: "";
    border-left: 1px solid #e8e8ed;
    position: absolute;
    left: 0px;
    height: 250px;
  }
}
.lpip-hp-solution-section-option > .title {
  color: #168cd6;
  margin-bottom: 8px;
  margin-top: 4px;
  font-size: 25px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .lpip-hp-solution-section-option > .title {
    font-size: 22px;
  }
}
.lpip-hp-solution-section-option > .text {
  display: block;
  color: #45454a;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1199px) and (min-width: 900px) {
  .lpip-hp-solution-section-option > .text {
    font-size: 15px;
  }
}
.lpip-hp-solution-section-option > .lpip-action-link {
  margin-top: 8px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .lpip-hp-solution-section-option > .lpip-action-link {
    font-size: 16px;
  }
}
.lpip-hp-section-info {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 10%;
  padding-top: 80px;
  padding-left: 5%;
}
@media (max-width: 899px) {
  .lpip-hp-section-info {
    width: 100%;
    padding-right: 5%;
    padding-top: 340px;
  }
}
.lpip-hp-section-image + .lpip-hp-section-info {
  padding-right: 0;
  padding-left: 12%;
}
@media (max-width: 899px) {
  .lpip-hp-section-image + .lpip-hp-section-info {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.lpip-hp-section-info .text {
  position: relative;
  margin-top: 10px;
  font-size: 20px;
}
@media (max-width: 899px) {
  .lpip-hp-section-info .text {
    font-size: 18px;
    line-height: 1.6;
  }
}
.lpip-hp-section-image {
  position: relative;
  float: left;
  width: 45%;
  z-index: 1;
}
@media (max-width: 899px) {
  .lpip-hp-section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.lpip-hp-section-image .lp-rrp-tablet {
  width: auto;
  max-width: 140%;
  margin-left: -40px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .lpip-hp-section-image .lp-rrp-tablet {
    max-width: 155%;
    margin-left: -40px;
    margin-top: 70px;
  }
}
@media (max-width: 899px) {
  .lpip-hp-section-image .lp-rrp-tablet {
    max-width: 507px;
    margin-left: -7px;
    margin-top: -34px;
  }
}
.lpip-hp-section-image .lp-search-laptop {
  width: auto;
  max-width: 145%;
  margin-left: -150px;
  margin-top: -7px;
}
@media (max-width: 1499px) {
  .lpip-hp-section-image .lp-search-laptop {
    max-width: 130%;
    margin-left: -50px;
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .lpip-hp-section-image .lp-search-laptop {
    margin-top: 80px;
  }
}
@media (max-width: 899px) {
  .lpip-hp-section-image .lp-search-laptop {
    max-width: 569px;
    margin-left: -2px;
    margin-top: -70px;
  }
}
.lpip-hp-section-icon {
  position: relative;
  color: #168cd6;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 44px;
  margin-bottom: 15px;
}
.lpip-hp-section-icon .learning-explorer-icon {
  width: 50px;
  margin-top: -5px;
}
.lpip-hp-section-actions {
  position: relative;
  margin-top: 35px;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .lpip-hp-section-actions {
    white-space: normal;
    margin-top: 25px;
  }
  .lpip-hp-section-actions .lpip-button {
    margin-right: 15px;
  }
}
.lpip-hp-ee-section-blob {
  position: absolute;
  left: -70%;
  top: -120px;
  width: 600px;
  height: 700px;
  background: #f5f9fe;
  background-image: linear-gradient(-200deg, #f5f9fe 0%, #ffffff 100%);
  border-radius: 58% 42% 64% 36%/61% 46% 54% 39%;
  transform: rotate(45deg);
}
@media (max-width: 899px) {
  .lpip-hp-ee-section-blob {
    left: 8%;
    top: -103px;
    width: 700px;
  }
}
.lpip-hp-le-section-blob {
  position: absolute;
  left: -10%;
  top: -20px;
  width: 800px;
  height: 700px;
  background: #f5f9fe;
  background-image: linear-gradient(-200deg, #f5f9fe 0%, #ffffff 100%);
  border-radius: 58% 42% 64% 36%/61% 46% 54% 39%;
  transform: rotate(45deg);
}
.lpip-hp-inspire-section {
  position: relative;
  background: #fff;
  border-radius: 24px 24px 0px 0px;
  border-radius: 24px;
  border: 1px solid #eee;
  padding: 80px 0;
  max-width: 1480px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
}
.lpip-hp-inspire-section .lpip-action-link {
  padding: 0 20px;
  background: #f5f9fe;
}
@media (max-width: 1499px) {
  .lpip-hp-inspire-section {
    max-width: 1260px;
  }
}
@media (max-width: 1199px) {
  .lpip-hp-inspire-section {
    margin: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .lpip-hp-inspire-section {
    margin: 0 -1px;
    padding-top: 45px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
}
.lpip-hp-inspire-section-options {
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
  margin-top: 45px;
  margin-bottom: 50px;
  border: 1px solid #f1f1f4;
  text-align: center;
}
@media (max-width: 599px) {
  .lpip-hp-inspire-section-options {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.lpip-hp-inspire-section-option {
  float: left;
  width: 33.333333%;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  cursor: pointer;
}
@media (max-width: 599px) {
  .lpip-hp-inspire-section-option.parent,
  .lpip-hp-inspire-section-option.educator {
    width: 27%;
    font-size: 15px;
  }
  .lpip-hp-inspire-section-option.admin {
    width: 46%;
    font-size: 15px;
  }
  .lpip-hp-section-actions .lpip-button {
    font-size: 16px;
    margin: 0 auto;
  }
  .lpip-hp-section-actions.educator .lpip-action-link,
  .lpip-hp-section-actions.parent .lpip-action-link {
    display: block;
    font-size: 16px;
    margin: 20px auto 0 auto;
    width: 248px;
  }
}
.lpip-hp-inspire-section-option:hover {
  color: #168cd6;
}
.lpip-hp-inspire-section-option:not(:last-child) {
  border-right: 1px solid #eee;
}
.lpip-hp-inspire-section-option.active {
  border: 1px solid #168cd6;
  color: #168cd6;
  background: #f5f9fe;
  margin-top: -3px;
  height: 50px;
  line-height: 47px;
  margin-bottom: -4px;
  border-radius: 4px;
}
.lpip-hp-inspire-section .lpip-hp-section-actions:not(.active) {
  display: none;
}
.lpip-hp-member-section-blob-1 {
  position: absolute;
  right: -60%;
  top: -150%;
  width: 750px;
  height: 750px;
  background: #f5f9fe;
  background-image: linear-gradient(-200deg, #f5f9fe 0%, #18598f 100%);
  border-radius: 58% 42% 64% 36%/61% 46% 54% 39%;
  transform: rotate(83deg);
  opacity: 0.1;
  display: none;
}
.lpip-hp-member-section-blob-2 {
  position: absolute;
  left: -65%;
  top: 30%;
  width: 750px;
  height: 750px;
  background: #f5f9fe;
  background-image: linear-gradient(-200deg, #f5f9fe 0%, #18598f 100%);
  border-radius: 58% 42% 64% 36%/61% 46% 54% 39%;
  transform: rotate(-55deg);
  opacity: 0.1;
  display: none;
}
@media (max-width: 1499px) {
  .lpip-hp-member-section-blob-1 {
    right: -45%;
    opacity: 0.2;
  }
  .lpip-hp-member-section-blob-2 {
    left: -35%;
    opacity: 0.2;
  }
}
@media (max-width: 899px) {
  .lpip-hp-member-section-blob-1 {
    right: -70%;
    opacity: 0.2;
  }
  .lpip-hp-member-section-blob-2 {
    left: -55%;
    opacity: 0.2;
  }
}
@media (max-width: 599px) {
  .lpip-hp-member-section-blob-1 {
    right: 0;
    top: -218%;
  }
  .lpip-hp-member-section-blob-2 {
    left: -65%;
    top: 44%;
  }
}
.lpip-cb.lpip-box {
  background-color: #fff;
  position: absolute;
  top: 30px;
  height: 555px;
  padding: 20px;
  left: 345px;
  width: 280px;
}
.lpip-cb.lpip-box.has-3 {
  height: 650px;
  top: 0px;
}
.lpip-cb.lpip-box.has-4 {
  height: 615px;
  top: 0px;
}
.lpip-cb-dropdown {
  height: 44px;
  line-height: 42px;
  background: #f9f9f9;
  padding: 0 14px;
  border: 1px solid #e8e8ed;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}
.lpip-cb-dropdown .icon {
  font-size: 15px;
  margin-left: 28px;
}
.lpip-cb-item {
  border: 1px solid #e8e8ed;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px;
  height: 80px;
  transition: 0.2s;
}
.lpip-cb-item:hover {
  border-color: #e1e1e8;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
}
.lpip-cb-item .image-wrap {
  width: 70px;
  height: 62px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}
.lpip-cb-item .image-wrap .image {
  width: 70px;
}
#cb-result-3 .lpip-cb-item .image-wrap .image {
  margin-top: -3px;
}
.lpip-cb-item .text {
  font-size: 15px;
  line-height: 1.35;
  color: #168cd6;
  margin-top: -2px;
}
.lpip-cb-item .type {
  font-size: 13px;
  margin-top: 1px;
}
.lpip-cb-item .type .icon {
  margin-right: 5px;
  font-size: 13.5px;
  vertical-align: middle;
}
.lpip-cb-drop {
  background: #fafafb;
  border: 2px dashed #eee;
  display: block;
  height: 260px;
  text-align: center;
  padding: 30px;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 23px;
  border-radius: 6px;
}
.lpip-cb.lpip-box.has-4 .lpip-cb-drop {
  height: 130px;
}
.lpip-cb.lpip-box:not(.has-4) .drag-inner-list.active .lpip-cb-drop {
  border-color: #168cd6;
}
.drag-item.set-item.is-moving ~ .lpip-cb-drop {
  border-color: #e8e8ed !important;
}
.drag-item {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.drag-item.set-item {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.drag-item:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.lpip-cb-drop .text {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}
.lpip-cb-drop .icon {
  font-size: 60px;
  transform: rotate(20deg);
  margin-top: 10px;
  margin-right: -3px;
  color: #e8e8ed;
  height: 110px;
  line-height: 110px;
  transition: color 0.2s;
}
.lpip-cb-drop .icon .fa-solid {
  line-height: 110px;
}
.lpip-cb-drop .icon .fa-regular {
  line-height: 110px;
}
.lpip-cb-drop .target-icon {
  width: 90px;
  margin: 0 auto;
}
@keyframes hoverupdown {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, -7px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
.lpip-cb.lpip-box:not(.has-4) .drag-inner-list.active .lpip-cb-drop .icon .fa {
  animation: hoverupdown 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: hoverupdown 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}
.lpip-cb.lpip-box:not(.has-4) .drag-inner-list.active .lpip-cb-drop .icon {
  color: #168cd6;
}
.lpip-cb-drop .nice-text,
.lpip-cb-drop .nice-icon {
  font-size: 20px;
  display: none;
}
.lpip-cb.lpip-box.has-4 .lpip-cb-drop .text,
.lpip-cb.lpip-box.has-4 .lpip-cb-drop .icon,
.lpip-cb.lpip-box.has-4 .lpip-cb-drop .target-icon {
  display: none;
}
.lpip-cb.lpip-box.has-4 .lpip-cb-drop .nice-text,
.lpip-cb.lpip-box.has-4 .lpip-cb-drop .nice-icon {
  display: block;
}
.drag-container {
  max-width: 1000px;
  margin: 0px auto;
}
.drag-list {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 690px) {
  .drag-list {
    display: block;
  }
}
.drag-column {
  flex: 1 1;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  background: transparent;
  overflow: hidden;
}
@media (max-width: 690px) {
  .drag-column {
    margin-bottom: 30px;
  }
}
.drag-column-on-hold .drag-column-header,
.drag-column-on-hold .is-moved,
.drag-column-on-hold .drag-options {
  /*background: #FB7D44;*/
}
.drag-column-in-progress .drag-column-header,
.drag-column-in-progress .is-moved,
.drag-column-in-progress .drag-options {
  /*background: #2A92BF;*/
}
.drag-column-needs-review .drag-column-header,
.drag-column-needs-review .is-moved,
.drag-column-needs-review .drag-options {
  /*background: #F4CE46;*/
}
.drag-column-approved .drag-column-header,
.drag-column-approved .is-moved,
.drag-column-approved .drag-options {
  /*background: #00B961;*/
}
.drag-column-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.drag-inner-list {
  min-height: 50px;
}
.drag-item {
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.drag-item.is-moving {
  opacity: 0;
}
/* Customized Dragula Style  */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #45454a;
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
}
#collect-img .lpip-resource-card-group .lpip-box.card-1,
#collect-img .lpip-resource-card-group .lpip-box.card-2 {
  float: none;
}
#collect-img .drag-container {
  position: absolute;
  top: 0;
  width: 100%;
}
#collect-img .drag-column:first-child {
  max-width: 310px;
  height: 700px;
}
#collect-img .drag-column:first-child .drag-item {
  position: absolute;
  z-index: 1400;
  width: 100%;
  height: 305px;
}
@media (max-width: 599px) {
  #collect-img .drag-column:first-child .drag-item {
    display: none;
    pointer-events: none;
  }
}
#collect-img .drag-column:first-child .drag-item .lpip-box {
  box-shadow: none;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  20% {
    transform: rotate(2deg);
  }
  30% {
    transform: rotate(-2deg);
  }
  40% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(0deg);
  }
}
.click-drag-reminder {
  position: absolute;
  top: 24px;
  right: 8px;
  z-index: 1;
  font-size: 13px;
  padding: 0 13px;
  color: #fff;
  background: #168cd6;
  border-radius: 99px;
  height: 30px;
  line-height: 30px;
  animation: shake 2s infinite;
}
@media (max-width: 1199px) {
  .click-drag-reminder {
    display: none;
  }
}
.click-drag-reminder:hover {
  animation: none;
}
.is-moving .click-drag-reminder {
  display: none;
}
#result-1 {
  top: 0px;
}
#result-2 {
  top: 340px;
}
#result-1.is-moving {
  transform: scale(0.65);
}
#result-2.is-moving {
  transform: scale(0.65);
}
.lpip-cb #result-1,
.lpip-cb #result-2 {
  display: none;
}
#cb-result-1 {
  display: none;
}
#cb-result-2 {
  display: none;
}
#cb-result-1.show {
  display: block;
}
#cb-result-2.show {
  display: block;
}
.lpip-cb .drag-inner-list {
  height: 100%;
}
#design-img.hero-img {
  width: 650px;
  right: 0px;
}
#design-img.hero-img img {
  position: relative;
}
#deliver-img.hero-img img {
  position: relative;
}
#deliver-img.hero-img img.image-1 {
  width: auto;
  max-width: 700px;
  margin-left: 40px;
  margin-top: 30px;
}
#deliver-img.hero-img img.image-2 {
  width: auto;
  max-width: 260px;
  margin-left: -30px;
  margin-top: -435px;
}
@media (max-width: 1199px) {
  #design-img.hero-img {
    right: -130px;
  }
}
@media (max-width: 899px) {
  #discover-img.hero-img {
    top: 93px;
    left: 50%;
    margin-left: -295px;
    transform: scale(0.8) translate(0, -40px);
  }
  #collect-img.hero-img {
    top: 70px;
    left: 50%;
    margin-left: -280px;
    transform: scale(0.8) translate(0, -40px);
    pointer-events: none;
  }
  #design-img.hero-img {
    right: auto;
    top: 60px;
    left: 50%;
    margin-left: -320px;
    transform: scale(0.8) translate(0, -40px);
  }
  #deliver-img.hero-img {
    top: 70px;
    left: 50%;
    margin-left: -300px;
    transform: scale(0.8) translate(0, -40px);
  }
}
@media (max-width: 599px) {
  #discover-img.hero-img {
    top: 4px;
    left: 50%;
    margin-left: -214px;
    transform: scale(0.52) translate(0, -40px);
  }
  #collect-img.hero-img {
    top: -22px;
    left: 50%;
    margin-left: -214px;
    transform: scale(0.55) translate(0, -40px);
    pointer-events: none;
  }
  #design-img.hero-img {
    top: -11px;
    left: 50%;
    margin-left: -304px;
    transform: scale(0.63) translate(0, -40px);
  }
  #deliver-img.hero-img {
    top: -10px;
    left: 50%;
    margin-left: -217px;
    transform: scale(0.6) translate(0, -40px);
  }
}
@media (max-width: 349px) {
  #discover-img.hero-img {
    top: 20px;
    margin-left: -190px;
  }
}
.video-modal-open,
.video-modal-open body {
  overflow: hidden;
}
#lpip-hp-video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  height: 500px;
}
@media (max-width: 899px) {
  #lpip-hp-video {
    height: 450px;
  }
}
@media (max-width: 599px) {
  #lpip-hp-video {
    height: 350px;
  }
}
body:not(.elementor-editor-active) #lpip-hp-video-box-inner {
  display: inline-block;
  position: relative;
  width: 96%;
  max-width: 800px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 1px 0px 14px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  top: 20%;
  border-radius: 6px;
}
@media (max-width: 899px) {
  body:not(.elementor-editor-active) #lpip-hp-video-box-inner {
    top: 135px;
  }
}
body:not(.elementor-editor-active) #lpip-hp-video-box {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 28, 62, 0.82);
  z-index: 1032;
  display: none;
}
.video-modal-open body:not(.elementor-editor-active) #lpip-hp-video-box {
  display: block;
}
body:not(.elementor-editor-active) #lpip-hp-close-video-box {
  color: #fff;
  position: absolute;
  top: -90px;
  right: -50px;
}
@media (max-width: 899px) {
  body:not(.elementor-editor-active) #lpip-hp-close-video-box {
    right: 0px;
  }
}
body:not(.elementor-editor-active) #lpip-hp-close-video-box-x {
  text-align: right;
  font-size: 46px;
  cursor: pointer;
}
body:not(.elementor-editor-active) #lpip-hp-close-video-box-x:hover {
  color: #ffc14b;
}
.lpip-navbar {
  transition: opacity 0.3s ease-in-out;
}
.lpip-collapse-faq {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.lpip-collapse-faq.show {
  opacity: 1;
}
[data-toggle=collapse] i {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.subscribe-accordion {
  margin-bottom: 20px;
}
.subscribe-accordion > .panel {
  border-radius: 0;
  border-top: none;
}
.subscribe-accordion > .panel + .panel {
  margin-top: 0;
}
.subscribe-accordion > .panel:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #ddd;
}
.subscribe-accordion > .panel:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.subscriptions-edit .subscribe-accordion .panel-collapse > .panel-body {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .subscriptions-edit .subscribe-accordion .panel-collapse > .panel-body {
    padding-bottom: 20px;
  }
}
.subscribe-accordion > .panel > .panel-heading > .panel-title {
  font-size: 18px;
}
.se-banner-container {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .se-banner-container {
    position: relative;
    margin-bottom: 0;
  }
}
.text-banner {
  background-image: url("https://static.lp.lexp.cloud/images/sign-up/se-banner.png");
  background-repeat: no-repeat;
  height: 57px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .text-banner {
    background-image: url("https://static.lp.lexp.cloud/images/sign-up/se-banner@2x.png");
    background-size: 100% auto;
  }
}
.text-banner h5 {
  padding-top: 7px;
  color: white;
  text-shadow: none;
}
.featured-item {
  padding: 0px 15px 0px 20px;
  border: 1px solid #d3d1cc;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  position: relative;
}
@media (min-width: 768px) {
  .featured-item {
    min-height: 260px;
  }
}
@media (min-width: 992px) {
  .featured-item {
    min-height: 155px;
  }
}
.featured-item h3 {
  margin-top: 0;
  line-height: 30px;
}
.featured-item h4 {
  font-size: 19px;
  line-height: 24px;
}
.featured-item .lead-in {
  position: absolute;
  bottom: 0;
}
.featured-item li {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .featured-item-v2 .featured-item {
    min-height: 203px;
  }
}
.side-widget.featured-item {
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 20px;
}
.side-widget.featured-item hr {
  margin: 8px 0;
}
.side-widget.featured-item ul {
  margin-bottom: 0;
}
.side-widget.featured-item ul > li {
  font-size: 17px;
  margin-bottom: 5px;
}
.side-widget.featured-item ul > li:last-child {
  margin-bottom: 0;
}
.tl-quote {
  font-size: 20px;
  color: #f0ad4e;
  vertical-align: top;
}
.highlight {
  color: #f0ad4e;
}
@media (min-width: 992px) {
  .generic-text {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .generic-text {
    padding-left: 0px;
  }
}
.plan-feature {
  font-size: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 1px 0px 12px 0px;
  border-bottom: 1px solid #d3d1cc;
}
@media (min-width: 768px) {
  .plan-feature {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .plan-feature {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .plan-feature {
    font-size: 15px;
  }
}
.plan-feature:last-of-type {
  border-bottom: none;
  margin: 10px 0px -15px 0px;
  text-align: center;
}
.plan-feature .pricing {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgb(153, 151, 148);
}
@media (min-width: 768px) {
  .plan-feature .pricing {
    font-size: 13px;
  }
}
.plan-feature .pricing small {
  font-size: 75%;
}
.plan-feature .free-trial-text,
.plan-feature .collections-text {
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .plan-body {
    display: table;
    width: 100%;
  }
  .plan-body .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
}
div.knovation-banner {
  width: 100%;
  min-height: 121px;
  background-image: url("https://static.lp.lexp.cloud/images/subscribe/KnovationBoclipsBanner_signup.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.edit-offers-form {
  display: table;
  width: 100%;
}
@media (min-width: 1200px) {
  .edit-offers-form .col-lg-4 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .edit-offers-form .col-lg-6 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
}
.cc-panel .plan-feature {
  font-size: 18px;
  padding: 0 5px 5px 10px;
}
.cc-panel .plan-feature:first-child {
  border-top: none;
}
.cc-panel .plan-feature:last-of-type {
  border-bottom: none;
  padding: 0 0 0 10px;
  margin-bottom: 0;
}
.plan-container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .plan-container {
    margin-bottom: 0;
  }
}
.edit-offers-form .plan-container {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .edit-offers-form .plan-container {
    margin-bottom: 0;
  }
}
.edit-offers-form .single-plan .plan-container {
  max-width: 300px;
  margin: 0 auto;
}
.plan-price {
  display: table;
  color: #45454a;
  font-weight: bold;
  font-style: italic;
  margin: 1px auto -16px auto;
}
.plan-price .price-symbol {
  display: table-cell;
  font-size: 35px;
  max-width: 18px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .plan-price .price-symbol {
    font-size: 28px;
  }
}
.plan-price .price-quotient {
  display: table-cell;
  font-size: 80px;
  line-height: 80px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .plan-price .price-quotient {
    font-size: 62px;
    line-height: 62px;
  }
}
.plan-price .price-mod {
  display: table-cell;
  font-size: 30px;
  padding-left: 1px;
  vertical-align: top;
}
.plan-price .per-mo {
  display: table-cell;
  font-size: 25px;
  vertical-align: top;
  white-space: nowrap;
  padding: 30px 0 0 0;
}
.plan-price .per-mo .per-mo-slash {
  font-style: normal;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .plan-price .per-mo {
    font-size: 20px;
  }
}
.plan-price.is-float .per-mo {
  padding: 4px 0 0 5px;
}
.panel-offer {
  border-color: #ddd;
}
.panel-offer > .panel-heading {
  color: #45454a;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-offer > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-offer > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #45454a;
}
.panel-offer > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
@media (min-width: 768px) {
  .panel-offer .panel-title {
    font-size: 18px;
  }
}
.panel-offer .panel-heading {
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .panel-offer .panel-heading {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .panel-offer .panel-heading {
    height: 125px;
  }
}
.panel-offer .panel-heading .access-text {
  display: block;
  margin-top: 12px;
  line-height: 1.2;
  font-size: 13px;
}
.panel-offer .img-responsive {
  width: 100%;
  opacity: 0;
}
.panel-offer .plan-arrow {
  width: 100%;
  background-image: url("https://static.lp.lexp.cloud/images/subscribe/arrow-starter-pro.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.panel-offer.plan-highlight .plan-arrow {
  background-image: url("https://static.lp.lexp.cloud/images/subscribe/arrow-pro.png");
}
.panel-offer .panel-body .awarded-site-text {
  color: #18598f;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.panel-offer .panel-body .lesson-planning-text {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.panel-offer .panel-body .actions-text {
  text-align: center;
  font-size: 14px;
}
.panel-offer .panel-body .intro-copy .resource-nr {
  font-weight: bold;
  font-size: 34px;
}
.panel-offer .panel-body .intro-copy .teachers-text {
  font-weight: 200;
  font-size: 18px;
  line-height: 1.3;
}
.panel-offer .panel-footer {
  text-align: center;
  background-color: transparent;
}
.panel-offer .btn-offer {
  background-color: #c2c2c2;
  border-color: #999999;
  color: #fff;
}
.panel-offer .btn-offer-highlight {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.panel-offer .btn-offer-highlight:focus, .panel-offer .btn-offer-highlight.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.panel-offer .btn-offer-highlight:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.panel-offer .btn-offer-highlight:active, .panel-offer .btn-offer-highlight.active, .open > .panel-offer .btn-offer-highlight.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.panel-offer .btn-offer-highlight:active:hover, .panel-offer .btn-offer-highlight:active:focus, .panel-offer .btn-offer-highlight:active.focus, .panel-offer .btn-offer-highlight.active:hover, .panel-offer .btn-offer-highlight.active:focus, .panel-offer .btn-offer-highlight.active.focus, .open > .panel-offer .btn-offer-highlight.dropdown-toggle:hover, .open > .panel-offer .btn-offer-highlight.dropdown-toggle:focus, .open > .panel-offer .btn-offer-highlight.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.panel-offer .btn-offer-highlight.disabled:hover, .panel-offer .btn-offer-highlight.disabled:focus, .panel-offer .btn-offer-highlight.disabled.focus, .panel-offer .btn-offer-highlight[disabled]:hover, .panel-offer .btn-offer-highlight[disabled]:focus, .panel-offer .btn-offer-highlight[disabled].focus, fieldset[disabled] .panel-offer .btn-offer-highlight:hover, fieldset[disabled] .panel-offer .btn-offer-highlight:focus, fieldset[disabled] .panel-offer .btn-offer-highlight.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.panel-offer .btn-offer-highlight .badge {
  color: #5cb85c;
  background-color: #fff;
}
.edit-offers-form .panel-title + .custom-plan {
  font-size: 18px;
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .edit-offers-form .panel-title + .custom-plan {
    margin-top: 25px;
  }
}
.edit-offers-form .panel-title + .custom-plan .access-text {
  line-height: 1.4;
}
.panel-offer.plan-highlight {
  border-width: 1px;
  border-color: #3b9a99;
}
.panel-offer.plan-highlight .panel-heading {
  position: relative;
  background-color: #3b9a99;
}
@media (min-width: 768px) {
  .panel-offer.plan-highlight .panel-heading {
    height: 165px;
  }
}
@media (min-width: 992px) {
  .panel-offer.plan-highlight .panel-heading {
    height: 160px;
  }
}
.panel-offer.plan-highlight .panel-heading .plan-price {
  color: #ffffff;
}
.panel-offer.plan-highlight .panel-title {
  color: #ffffff;
}
@media (min-width: 768px) {
  .panel-offer.plan-highlight .panel-title {
    font-size: 22px;
  }
}
.panel-offer.plan-highlight .access-text {
  color: #ffffff;
}
.panel-offer.plan-highlight .panel-body {
  background-color: white;
}
.panel-offer.plan-highlight .panel-body .awarded-site-text {
  color: #3b9a99;
  font-size: 20px;
}
.panel-offer.plan-highlight .panel-body .lesson-planning-text,
.panel-offer.plan-highlight .panel-body .actions-text {
  font-size: 14px;
}
.panel-offer.plan-highlight .panel-body .plan-feature:last-of-type {
  margin: 10px 0px -5px 0px;
}
.panel-offer.plan-highlight .panel-body .intro-copy p.resource-nr {
  color: #3b9a99;
}
.panel-offer.plan-highlight .panel-body .intro-copy p.resource-nr.videos_test_pro {
  color: #009e11;
  font-size: 34px;
}
.panel-offer.plan-highlight .panel-body span.free-trial-text,
.panel-offer.plan-highlight .panel-body span.collections-text {
  color: #3b9a99;
}
.panel-offer.plan-highlight .panel-footer {
  background-color: #ffffff;
}
.panel-offer.plan-highlight .btn-offer {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #999999;
}
.panel-offer.plan-highlight .btn-offer:focus, .panel-offer.plan-highlight .btn-offer.focus {
  color: #ffffff;
  background-color: rgb(199.1111111111, 123.5555555556, 16.8888888889);
  border-color: rgb(89.25, 89.25, 89.25);
}
.panel-offer.plan-highlight .btn-offer:hover {
  color: #ffffff;
  background-color: rgb(199.1111111111, 123.5555555556, 16.8888888889);
  border-color: rgb(122.4, 122.4, 122.4);
}
.panel-offer.plan-highlight .btn-offer:active, .panel-offer.plan-highlight .btn-offer.active, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(199.1111111111, 123.5555555556, 16.8888888889);
  background-image: none;
  border-color: rgb(122.4, 122.4, 122.4);
}
.panel-offer.plan-highlight .btn-offer:active:hover, .panel-offer.plan-highlight .btn-offer:active:focus, .panel-offer.plan-highlight .btn-offer:active.focus, .panel-offer.plan-highlight .btn-offer.active:hover, .panel-offer.plan-highlight .btn-offer.active:focus, .panel-offer.plan-highlight .btn-offer.active.focus, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle:hover, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle:focus, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(166.2024691358, 103.1345679012, 14.0975308642);
  border-color: rgb(89.25, 89.25, 89.25);
}
.panel-offer.plan-highlight .btn-offer.disabled:hover, .panel-offer.plan-highlight .btn-offer.disabled:focus, .panel-offer.plan-highlight .btn-offer.disabled.focus, .panel-offer.plan-highlight .btn-offer[disabled]:hover, .panel-offer.plan-highlight .btn-offer[disabled]:focus, .panel-offer.plan-highlight .btn-offer[disabled].focus, fieldset[disabled] .panel-offer.plan-highlight .btn-offer:hover, fieldset[disabled] .panel-offer.plan-highlight .btn-offer:focus, fieldset[disabled] .panel-offer.plan-highlight .btn-offer.focus {
  background-color: #ec971f;
  border-color: #999999;
}
.panel-offer.plan-highlight .btn-offer .badge {
  color: #ec971f;
  background-color: #ffffff;
}
.panel-offer.plan-highlight .plan-feature {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
@media (min-width: 768px) {
  .panel-offer.plan-highlight .plan-feature {
    font-size: 15px;
    padding: 0 0 9px 0;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .panel-offer.plan-highlight .plan-feature {
    font-size: 17px;
    padding: 0 0 5px 0;
  }
}
@media (min-width: 1200px) {
  .panel-offer.plan-highlight .plan-feature {
    font-size: 18px;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
  }
}
.panel-offer.plan-highlight .plan-feature:last-of-type {
  border-bottom: none;
  padding: 0;
}
.panel-offer.plan-highlight .plan-feature.videos_test_pro .collections-text {
  font-size: 34px;
}
.panel-offer.plan-current {
  border-width: 1px;
  border-color: #aaa;
}
.panel-offer.plan-current .panel-heading {
  position: relative;
  padding-top: 22px;
}
@media (min-width: 768px) {
  .panel-offer.plan-current .panel-heading {
    height: 135px;
  }
}
@media (min-width: 992px) {
  .panel-offer.plan-current .panel-heading {
    height: 150px;
  }
}
.panel-offer.plan-current .panel-heading:after {
  content: "YOUR CURRENT PLAN";
  position: absolute;
  width: 175px;
  height: 30px;
  top: -17px;
  left: 50%;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 29px;
  font-weight: bold;
  margin-left: -88px;
}
.panel-offer.plan-current .panel-heading .access-text {
  display: block;
  margin-top: 15px;
}
.panel-offer.plan-current-dim {
  border-color: #ddd;
}
.panel-offer.plan-current-dim .panel-heading:after {
  border-color: #ddd;
  color: #ddd;
}
.subscribe-accordion > .custom-plan {
  font-size: 15px;
  color: rgb(24, 89, 143);
  padding-bottom: 10px;
}
.subscribe-accordion .form-control {
  font-size: 16px;
}
@media (min-width: 768px) {
  .subscribe-accordion .form-control {
    font-size: 14px;
  }
  #cc_exp_month_yr {
    width: 145px;
  }
}
@media (min-width: 992px) {
  #cc_exp_month_yr {
    width: 155px;
  }
}
@media (min-width: 1200px) {
  #cc_exp_month_yr {
    width: 170px;
  }
}
@media (min-width: 768px) {
  #cc_cvv {
    width: 75px;
    margin-left: 0px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  #cc_cvv {
    width: 78px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  #cc_cvv {
    width: 90px;
    margin-left: -15px;
    margin-right: -10px;
  }
}
.question-circle {
  cursor: pointer;
}
.question-circle:hover {
  color: #18598f;
}
@media (min-width: 992px) {
  .subscribe-accordion > .question-circle {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .subscribe-accordion > .question-circle {
    margin-left: -10px;
    padding-left: 0px;
  }
}
.panel-group .panel.panel-offer {
  overflow: visible;
}
.panel-dropshadow {
  box-shadow: 0 8px 20px -10px rgb(133.4568527919, 208.3096446701, 230.5431472081);
}
@media (min-width: 1200px) {
  .free-trial-offset-lg {
    padding-right: 20px;
  }
}
.starting-note {
  color: rgb(7, 87, 223);
}
@media (min-width: 992px) {
  .starting-note {
    font-size: 17px;
    width: 90%;
  }
}
.make-planning-easier-banner {
  background: url("https://static.lp.lexp.cloud/images/subscribe/s1_banner_makeplanningeasier.png") no-repeat right top;
  height: 304px;
  margin: -40px -9px 0px -132px;
}
@media (max-width: 767px) {
  .last-name-sm {
    margin-top: 15px;
  }
}
#step2-modal .grecaptcha-badge {
  display: none;
}
#step2-modal .modal-dialog {
  width: 820px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  #step2-modal .modal-dialog {
    width: 100%;
  }
}
#step2-modal .modal-dialog .modal-content {
  display: table;
  border: none;
  border-radius: 25px;
}
#step2-modal .modal-dialog .modal-content .modal-header {
  background-color: #e2e3e4;
  font-weight: bold;
  padding: 8px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
#step2-modal .modal-dialog .modal-content .modal-header h3 {
  font-size: 19px;
}
#step2-modal .modal-dialog .modal-content .modal-body {
  padding-top: 8px;
}
#step2-modal .modal-dialog .modal-content .modal-body .col-sm-12 > .form-group {
  margin-bottom: 14px;
}
#step2-modal .modal-dialog .modal-content .modal-body .teachers-text {
  font-size: 14px;
  padding-bottom: 3px;
}
#step2-modal .modal-dialog .modal-content .modal-body .resource-nr {
  font-size: 20px;
}
#step2-modal .modal-dialog .modal-content .modal-body .price-symbol {
  font-size: 27px;
}
#step2-modal .modal-dialog .modal-content .modal-body .price-quotient {
  font-size: 48px;
  line-height: 48px;
}
#step2-modal .modal-dialog .modal-content .modal-body .price-mod {
  font-size: 20px;
}
#step2-modal .modal-dialog .modal-content .modal-body .per-mo {
  font-size: 15px;
  padding: 18px 0 0 0;
}
#step2-modal .modal-dialog .modal-content .modal-body .is-float .per-mo {
  padding: 4px 0 0 5px;
}
@media (min-width: 768px) {
  #step2-modal .modal-dialog .modal-content .modal-body .is-float .pricing {
    font-size: 12px;
  }
}
#step2-modal .modal-dialog .modal-content .modal-body .is-float .pricing small {
  font-size: 80%;
}
#step2-modal .modal-dialog .modal-content .modal-body .help-block {
  margin-bottom: 0px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .plan-feature {
  padding: 0px 0px 1px 0px;
  margin-bottom: 3px;
  font-size: 14px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .plan-feature:last-of-type {
  margin-top: 0px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .panel-heading {
  border-bottom: none;
  height: 90px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .panel-footer {
  padding: 0 15px 8px 15px;
  border-top: 0;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-heading, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-heading {
  height: 105px !important;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-heading .access-text, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-heading .access-text {
  font-size: 13px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-footer, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-footer {
  background-color: #ffffff;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-title, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-title {
  font-size: 21px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .btn-offer {
  padding: 5px 10px;
  font-size: 16px;
}
#step2-modal .modal-dialog .modal-content .trial-image {
  position: absolute;
  width: 90px;
  right: 65px;
  top: 0px;
}
#step2-modal .modal-dialog .modal-content .starting-note {
  font-size: 14px;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 13px;
}
#step2-modal .modal-dialog .modal-content .modal-footer {
  padding: 0px;
  height: 25px;
  border-top: none;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#step2-modal .modal-dialog .modal-content .modal-footer .close {
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#step2-modal .modal-dialog .modal-content #js-billing-terms {
  font-size: 11px;
  margin-bottom: 5px;
}
#step2-modal .modal-dialog .modal-content #js-submit-btn {
  font-size: 16px;
}
#step2-modal .modal-dialog .modal-content #cc_exp_month_yr {
  width: 100%;
}
.subscriptions-new #sticky-footer-wrap,
.subscriptions-create #sticky-footer-wrap {
  background-color: #fafafb;
}
.subscriptions-new #main > .container,
.subscriptions-create #main > .container,
.subscriptions-new #main > #main-inner,
.subscriptions-create #main > #main-inner {
  width: 100% !important;
  padding: 0;
  overflow: hidden;
}
.subscriptions-new #main > .container .subscribe-accordion,
.subscriptions-create #main > .container .subscribe-accordion,
.subscriptions-new #main > #main-inner .subscribe-accordion,
.subscriptions-create #main > #main-inner .subscribe-accordion {
  max-width: 1150px;
  margin: 0 auto 20px auto;
}
.subscriptions-new #main > .container .subscribe-accordion.signup,
.subscriptions-create #main > .container .subscribe-accordion.signup,
.subscriptions-new #main > #main-inner .subscribe-accordion.signup,
.subscriptions-create #main > #main-inner .subscribe-accordion.signup {
  padding-left: 20px;
  padding-right: 20px;
}
.subscriptions-new #main > .container .subscribe-accordion.active,
.subscriptions-create #main > .container .subscribe-accordion.active,
.subscriptions-new #main > #main-inner .subscribe-accordion.active,
.subscriptions-create #main > #main-inner .subscribe-accordion.active {
  max-width: 960px;
}
#paypal-button-container {
  max-width: 400px;
}
#new-checkout-options {
  margin-top: 20px;
}
#new-checkout-options > .panel {
  overflow: hidden;
}
#new-checkout-options > .panel .panel-heading {
  position: relative;
  padding: 0;
  background-color: #fff;
}
#new-checkout-options > .panel .panel-heading .lp-icon {
  margin-right: 4px;
}
#new-checkout-options > .panel .panel-body {
  background-color: #f8f8f8;
}
#new-checkout-options > .panel #paypal-panel .panel-body {
  padding-top: 17px;
  padding-bottom: 0;
}
#new-checkout-options > .panel .option-toggle {
  padding: 13px 15px;
}
#new-checkout-options > .panel .option-toggle:hover {
  color: #168cd6;
}
#new-checkout-options > .panel .option-toggle .lp-icon.closed {
  display: none;
}
#new-checkout-options > .panel .option-toggle.collapsed .lp-icon.open {
  display: none;
}
#new-checkout-options > .panel .option-toggle.collapsed .lp-icon.closed {
  display: inline-block;
}
#new-checkout-options > .panel:not(:last-child) {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#new-checkout-options > .panel + .panel {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#new-checkout-options > .panel + .panel .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#new-checkout-options .cc-icons {
  position: absolute;
  top: 11px;
  right: 1px;
  width: 194px;
}
@media (max-width: 369px) {
  #new-checkout-options .cc-icons {
    top: 16px;
    width: 145px;
  }
}
#new-checkout-options .security-confirmation {
  max-width: 300px;
  margin: -10px 0 10px 0;
}
#new-checkout-options .security-confirmation .form-group {
  margin: 0 !important;
  padding: 0 !important;
}
#new-checkout-options .security-confirmation label {
  font-size: 14px;
}
#checkout {
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
}
#checkout .close {
  position: absolute;
  top: 5px;
  right: 13px;
  z-index: 2;
  font-size: 36px;
  font-weight: normal;
}
#checkout #cvvModal .close {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 24px;
}
#checkout .checkout-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
@media (min-width: 860px) {
  #checkout .checkout-box {
    border: 1px solid #ccc;
    box-shadow: 0 4px 13px 0 rgba(26, 81, 99, 0.15);
  }
}
#checkout .checkout-box #subscribe {
  background: rgb(243, 246, 248);
  background: linear-gradient(342deg, rgb(244, 247, 249) 30%, rgba(245, 251, 254, 0) 60%);
  background: linear-gradient(342deg, rgb(243, 246, 248) 35%, rgba(245, 251, 254, 0) 100%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#checkout .checkout-box .background {
  position: absolute;
  top: 0;
  left: 0;
  right: -30px;
  z-index: 0;
  height: 430px;
}
#checkout .checkout-box .title {
  position: relative;
  font-size: 22px;
  margin: 20px 0px 7px 0;
  z-index: 1;
}
#checkout .checkout-box .subtitle {
  position: relative;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 17px;
  z-index: 1;
}
#checkout .checkout-options {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 659px) {
  #checkout .checkout-options {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 15px;
  }
}
#checkout .checkout-options .option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  width: 50%;
  margin: 0 25px;
  padding: 22px 25px 23px 25px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #checkout .checkout-options .option {
    margin: 0 15px;
  }
}
@media (max-width: 659px) {
  #checkout .checkout-options .option {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }
  #checkout .checkout-options .option.closed-on-mobile {
    height: 106px;
    overflow: hidden;
  }
  #checkout .checkout-options .option.closed-on-mobile .option-yearly {
    display: none;
  }
  #checkout .checkout-options .option.closed-on-mobile .option-description {
    border-top-color: transparent;
  }
}
#checkout .checkout-options .option.plan-highlight {
  border-color: #168cd6;
  background-color: #f9fdff;
  box-shadow: 0 4px 13px 0 rgba(26, 81, 99, 0.15), inset 0 0 0 2px #168cd6;
}
#checkout .checkout-options .option.plan-highlight .lp-icon {
  color: #168cd6;
}
#checkout .checkout-options .option .option-head {
  position: relative;
}
#checkout .checkout-options .option .option-title {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}
#checkout .checkout-options .option .option-yearly {
  font-size: 15px;
  margin-top: 3px;
}
#checkout .checkout-options .option .option-price {
  position: absolute;
  top: -14px;
  right: 0;
}
#checkout .checkout-options .option .option-price .price-symbol {
  font-size: 21px;
  font-weight: 700;
  margin-right: -2px;
  display: inline-block;
  margin-top: 13px;
  vertical-align: top;
}
#checkout .checkout-options .option .option-price .price-quotient {
  font-size: 56px;
  font-weight: 700;
}
#checkout .checkout-options .option .option-price .per-mo {
  font-size: 18px;
}
#checkout .checkout-options .option .option-price .per-mo-slash {
  display: inline-block;
  margin: 0 -3px;
}
#checkout .checkout-options .option .option-description {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 15px;
}
#checkout .checkout-options .option .select-plan-button {
  display: block;
  color: #168cd6;
  border: 1px solid #168cd6;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  height: 45px;
  line-height: 43px;
  letter-spacing: 0.02em;
}
#checkout .checkout-options .option .select-plan-button:hover, #checkout .checkout-options .option .select-plan-button:active, #checkout .checkout-options .option .select-plan-button:focus {
  text-decoration: none;
  outline: none;
}
#checkout .checkout-options .option .select-plan-button.selected {
  background-color: #168cd6;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#checkout .checkout-options .option .option-feature-list-title {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 15px 0;
}
#checkout .checkout-options .option .option-feature-list {
  font-size: 15px;
  padding-left: 2px;
}
#checkout .checkout-options .option .option-feature .lp-icon {
  margin-right: 5px;
}
#checkout .checkout-options .option .option-feature:not(:last-child) {
  margin-bottom: 10px;
}
#checkout .checkout-options .option .resource-num + .option-feature {
  display: none;
}
#checkout .checkout-options .option .mobile-show-details {
  font-size: 15px;
  color: #168cd6;
  font-weight: 600;
  margin-top: 5px;
  cursor: pointer;
}
@media (min-width: 700px) {
  #checkout .checkout-options .option .mobile-show-details {
    display: none;
  }
}
#checkout .checkout-options .option[data-plan=Pro] .mobile-show-details {
  display: none !important;
}
#checkout .checkout-options .option[data-plan=Starter] .option-title {
  font-size: 29px;
}
#checkout .checkout-payment-area {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area {
    flex-direction: column;
    align-items: center;
    padding: 10px 15px 20px 15px;
  }
}
#checkout .checkout-payment-area .checkout-payment-info,
#checkout .checkout-payment-area #new-checkout-options {
  width: 50%;
  margin: 0 25px;
}
@media (max-width: 767px) {
  #checkout .checkout-payment-area .checkout-payment-info,
  #checkout .checkout-payment-area #new-checkout-options {
    margin: 0 15px;
  }
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info,
  #checkout .checkout-payment-area #new-checkout-options {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .alert p,
#checkout .checkout-payment-area .checkout-payment-info .alert li,
#checkout .checkout-payment-area #new-checkout-options .alert p,
#checkout .checkout-payment-area #new-checkout-options .alert li {
  line-height: 1.35;
  font-size: 15px;
}
#checkout .checkout-payment-area .checkout-payment-info .alert > ul,
#checkout .checkout-payment-area #new-checkout-options .alert > ul {
  padding: 0 0 0 16px;
  margin: 0;
}
#checkout .checkout-payment-area .checkout-payment-info .alert p + ul,
#checkout .checkout-payment-area #new-checkout-options .alert p + ul {
  padding-top: 10px;
}
#checkout .checkout-payment-area .checkout-payment-info .alert li:not(:last-child),
#checkout .checkout-payment-area #new-checkout-options .alert li:not(:last-child) {
  margin-bottom: 10px;
}
#checkout .checkout-payment-area .checkout-payment-info {
  position: relative;
}
#checkout .checkout-payment-area .checkout-payment-info .title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0 0 0 55px;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .title {
    text-align: center;
    padding: 0;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .title .plan-name {
  color: #168cd6;
}
#checkout .checkout-payment-area .checkout-payment-info .title .lp-icon {
  display: block;
  font-size: 28px;
  color: #168cd6;
  margin-bottom: 10px;
}
@media (min-width: 660px) {
  #checkout .checkout-payment-area .checkout-payment-info .title .lp-icon {
    position: absolute;
    left: 16px;
    top: 5px;
    font-size: 25px;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .arrow {
  position: absolute;
  top: -8px;
  right: 0;
}
#checkout .checkout-payment-area .checkout-payment-info .arrow path {
  stroke: #168cd6;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .arrow {
    display: none;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .info {
  font-size: 16px;
  padding: 0 0 0 55px;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .info {
    text-align: center;
    padding: 0;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .reassure {
  background-color: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 4px;
  margin-top: 30px;
  padding: 10px 10px 12px 55px;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .reassure {
    max-width: 306px;
    margin: 18px auto;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .reassure .lp-icon {
  position: absolute;
  top: 17px;
  left: 17px;
  font-size: 20px;
  color: #168cd6;
}
#checkout .checkout-terms {
  font-size: 13px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 25px;
}
.checkout-payment-area .form-control {
  padding-left: 9px !important;
}
.checkout-payment-area #new-checkout-options .cc-icons {
  position: absolute;
  top: 14px;
  right: 4px;
  width: 173px;
}
.checkout-payment-area #cc-panel > .panel-body {
  background-color: #fff;
  border-top: 0;
  padding-top: 1px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 {
  width: 100%;
  padding-right: 11px;
  padding-left: 12px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 + .col-sm-4 {
  display: none;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .form-group,
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 [class*=col-],
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .row {
  margin: 0 !important;
  padding: 0 !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .form-group {
  margin-bottom: 10px !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .img {
  display: none;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 [class*=col-] {
  width: 50% !important;
  float: left !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .col-md-7 {
  width: 100% !important;
  padding-right: 1px !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .row > .col-md-6 .col-xs-5,
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 #cc_cvv,
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 #cc_exp_month_yr {
  width: 100% !important;
  padding-right: 5px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .question-circle {
  position: absolute;
  right: 11px;
  top: -5px;
  float: none !important;
  width: auto !important;
  z-index: 2;
  cursor: pointer;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .question-circle .lp-icon {
  color: #9d9d9d;
  font-size: 14px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .question-circle:hover .lp-icon {
  color: #18598f;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .row > .col-md-6 .col-xs-6 {
  position: absolute;
  width: 200% !important;
  bottom: -44px;
  right: 0;
  left: -100%;
  padding-right: 1px !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .row > .col-md-6 .col-xs-6 .cc-zip {
  width: 100% !important;
  margin-left: 0 !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row:last-child > [class*=col-] {
  width: 100% !important;
  padding: 0 11px 0 12px;
  margin-top: 40px;
}
.checkout-payment-area #cc-panel > .panel-body > .row:last-child #js-submit-btn {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 18px;
}
.checkout-payment-area input:not(#postal_code):focus {
  position: relative;
  z-index: 1;
}
@media (max-width: 660px) {
  .checkout-payment-area input {
    font-size: 16px;
  }
}
.checkout-payment-area .help-block {
  font-size: 12px;
  position: absolute;
  padding-left: 1px;
  top: -11px;
  background: #fff;
  left: 3px;
  line-height: 1;
  z-index: 2;
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.checkout-payment-area .form-control:focus ~ .help-block {
  border: 1px solid #a94442;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
  top: auto;
  padding: 5px;
  display: block;
  bottom: 80%;
  white-space: normal;
  overflow: visible;
}
.checkout-payment-area .form-control:focus ~ .help-block:after, .checkout-payment-area .form-control:focus ~ .help-block:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.checkout-payment-area .form-control:focus ~ .help-block:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.checkout-payment-area .form-control:focus ~ .help-block:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #a94442;
  border-width: 9px;
  margin-left: -9px;
}
.checkout-payment-area #firstname,
.checkout-payment-area #cc_exp_month_yr {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-payment-area #lastname,
.checkout-payment-area #cc_cvv {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px !important;
}
.checkout-payment-area #cc_number {
  margin-right: 1px;
}
.checkout-payment-area #cc_number + .lp-icon {
  position: absolute;
  right: 13px;
  top: 11px;
  font-size: 13px;
  color: #9d9d9d;
  z-index: 2;
}
#step2-modal #checkout {
  margin-top: 10px;
}
#step2-modal #checkout .checkout-terms {
  background: #f0f2f1;
}
@media (min-width: 768px) {
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 {
    margin-top: -5px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 .form-group {
    margin: 5px 0 8px 0 !important;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 img {
    margin: 0;
    max-width: 143px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row {
    margin-top: 14px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .col-md-5 {
    margin-right: 15px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .form-group {
    margin: 0 !important;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-8 {
    width: 78%;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-8 .cc-zip {
    width: 135px;
    margin-left: -3px;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-8 .col-lg-2.img {
    width: 165px;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-4 {
    width: 21%;
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
  }
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options {
  margin-right: -20px;
  margin-left: 15px;
  margin-top: 5px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 {
  width: 100%;
  margin-top: -10px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 + .col-sm-4 {
  display: none;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 .form-group {
  margin: 7px 0 !important;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 img {
  margin: 0;
  max-width: 143px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row {
  margin-top: 14px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .col-md-5 {
  margin-right: -2px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .form-group {
  margin: 0 !important;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #js-submit-btn {
  padding: 9px 17px;
  margin-top: -4px;
}
#js-new-user-signup:not(.not-active) ~ #checkout {
  display: none !important;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 300px;
  padding: 1px;
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
/* Tailwind has conflict with MUI buttons */
/** biome-ignore-all lint/suspicious/noUnknownAtRules: ? */
/** biome-ignore-all lint/complexity/noImportantStyles: Skip important */
/* We need to remove default 'background-color: transparent;' for buttons. It conflicts with MUI buttons. Line 214 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #eeeeee;
	/* 2 */
}
::before,
::after {
	--tw-content: "";
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Ubuntu, Helvetica, Arial, sans-serif;
	/* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
	color: inherit;
	text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
	text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 1 */
	/* background-color: transparent; */
	/* 2 */
	background-image: none;
	/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
	outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
}
legend {
	padding: 0;
}
ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
	resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #bdbdbd;
	/* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #bdbdbd;
	/* 2 */
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #bdbdbd;
	/* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
	cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
	cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
	max-width: 100%;
	height: auto;
}
*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(66 153 225 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(66 153 225 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
.container {
	width: 100%;
}
@media (min-width: 500px) {
	.container {
		max-width: 500px;
	}
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 766px) {
	.container {
		max-width: 766px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1100px) {
	.container {
		max-width: 1100px;
	}
}
@media (min-width: 1110px) {
	.container {
		max-width: 1110px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}
.pointer-events-none {
	pointer-events: none !important;
}
.visible {
	visibility: visible !important;
}
.\!visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.static {
	position: static !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.sticky {
	position: sticky !important;
}
.inset-0 {
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}
.inset-y-0 {
	top: 0px !important;
	bottom: 0px !important;
}
.left-8 {
	left: 2rem !important;
}
.left-full {
	left: 100% !important;
}
.right-0 {
	right: 0px !important;
}
.-right-1 {
	right: -0.25rem !important;
}
.-top-1 {
	top: -0.25rem !important;
}
.-top-3 {
	top: -0.75rem !important;
}
.bottom-0 {
	bottom: 0px !important;
}
.top-0 {
	top: 0px !important;
}
.top-\[70px\] {
	top: 70px !important;
}
.left-0 {
	left: 0px !important;
}
.top-2\.5 {
	top: 0.625rem !important;
}
.top-2 {
	top: 0.5rem !important;
}
.left-1 {
	left: 0.25rem !important;
}
.right-\[-30px\] {
	right: -30px !important;
}
.top-1\/2 {
	top: 50% !important;
}
.right-2 {
	right: 0.5rem !important;
}
.left-2 {
	left: 0.5rem !important;
}
.left-1\/2 {
	left: 50% !important;
}
.left-1\.5 {
	left: 0.375rem !important;
}
.left-3 {
	left: 0.75rem !important;
}
.z-10 {
	z-index: 10 !important;
}
.z-50 {
	z-index: 50 !important;
}
.-z-10 {
	z-index: -10 !important;
}
.z-\[1050\] {
	z-index: 1050 !important;
}
.z-0 {
	z-index: 0 !important;
}
.order-2 {
	order: 2 !important;
}
.order-1 {
	order: 1 !important;
}
.col-span-1 {
	grid-column: span 1 / span 1 !important;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.m-5 {
	margin: 1.25rem !important;
}
.m-0 {
	margin: 0px !important;
}
.my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-16 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.-mx-5 {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important;
}
.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.mx-2\.5 {
	margin-left: 0.625rem !important;
	margin-right: 0.625rem !important;
}
.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}
.mx-10 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}
.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mb-10 {
	margin-bottom: 2.5rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mb-12 {
	margin-bottom: 3rem !important;
}
.mb-16 {
	margin-bottom: 4rem !important;
}
.mt-16 {
	margin-top: 4rem !important;
}
.ml-4 {
	margin-left: 1rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.mr-3 {
	margin-right: 0.75rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mt-12 {
	margin-top: 3rem !important;
}
.ml-11 {
	margin-left: 2.75rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-10 {
	margin-top: 2.5rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mr-7 {
	margin-right: 1.75rem !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.ml-10 {
	margin-left: 2.5rem !important;
}
.mt-5 {
	margin-top: 1.25rem !important;
}
.-mb-px {
	margin-bottom: -1px !important;
}
.-mr-5 {
	margin-right: -1.25rem !important;
}
.mr-5 {
	margin-right: 1.25rem !important;
}
.mt-3 {
	margin-top: 0.75rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.mb-\[15px\] {
	margin-bottom: 15px !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.-mt-4 {
	margin-top: -1rem !important;
}
.-mt-7 {
	margin-top: -1.75rem !important;
}
.ml-5 {
	margin-left: 1.25rem !important;
}
.-mt-3 {
	margin-top: -0.75rem !important;
}
.-ml-4 {
	margin-left: -1rem !important;
}
.mt-9 {
	margin-top: 2.25rem !important;
}
.mb-9 {
	margin-bottom: 2.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.ml-1\.5 {
	margin-left: 0.375rem !important;
}
.-mt-2 {
	margin-top: -0.5rem !important;
}
.mt-px {
	margin-top: 1px !important;
}
.-mt-px {
	margin-top: -1px !important;
}
.-ml-1 {
	margin-left: -0.25rem !important;
}
.ml-6 {
	margin-left: 1.5rem !important;
}
.-mt-1 {
	margin-top: -0.25rem !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.mr-16 {
	margin-right: 4rem !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.ml-\[8px\] {
	margin-left: 8px !important;
}
.mr-12 {
	margin-right: 3rem !important;
}
.-ml-3 {
	margin-left: -0.75rem !important;
}
.ml-px {
	margin-left: 1px !important;
}
.-mt-8 {
	margin-top: -2rem !important;
}
.-ml-8 {
	margin-left: -2rem !important;
}
.mb-px {
	margin-bottom: 1px !important;
}
.mr-8 {
	margin-right: 2rem !important;
}
.ml-3 {
	margin-left: 0.75rem !important;
}
.block {
	display: block !important;
}
.\!block {
	display: block !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.\!inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.inline-flex {
	display: inline-flex !important;
}
.table {
	display: table !important;
}
.grid {
	display: grid !important;
}
.contents {
	display: contents !important;
}
.hidden {
	display: none !important;
}
.h-auto {
	height: auto !important;
}
.h-40 {
	height: 10rem !important;
}
.h-16 {
	height: 4rem !important;
}
.h-12 {
	height: 3rem !important;
}
.h-8 {
	height: 2rem !important;
}
.h-full {
	height: 100% !important;
}
.h-\[120px\] {
	height: 120px !important;
}
.h-20 {
	height: 5rem !important;
}
.h-fit {
	height: -moz-fit-content !important;
	height: fit-content !important;
}
.h-14 {
	height: 3.5rem !important;
}
.h-\[85\%\] {
	height: 85% !important;
}
.h-24 {
	height: 6rem !important;
}
.h-9 {
	height: 2.25rem !important;
}
.h-\[600px\] {
	height: 600px !important;
}
.h-4 {
	height: 1rem !important;
}
.h-6 {
	height: 1.5rem !important;
}
.h-10 {
	height: 2.5rem !important;
}
.h-\[34px\] {
	height: 34px !important;
}
.h-\[3\.05rem\] {
	height: 3.05rem !important;
}
.max-h-full {
	max-height: 100% !important;
}
.max-h-\[9999px\] {
	max-height: 9999px !important;
}
.max-h-6 {
	max-height: 1.5rem !important;
}
.max-h-48 {
	max-height: 12rem !important;
}
.min-h-\[500px\] {
	min-height: 500px !important;
}
.min-h-\[43px\] {
	min-height: 43px !important;
}
.min-h-\[6rem\] {
	min-height: 6rem !important;
}
.w-full {
	width: 100% !important;
}
.w-40 {
	width: 10rem !important;
}
.w-16 {
	width: 4rem !important;
}
.w-80 {
	width: 20rem !important;
}
.w-12 {
	width: 3rem !important;
}
.w-32 {
	width: 8rem !important;
}
.w-8 {
	width: 2rem !important;
}
.w-5\/6 {
	width: 83.333333% !important;
}
.w-24 {
	width: 6rem !important;
}
.w-20 {
	width: 5rem !important;
}
.w-auto {
	width: auto !important;
}
.w-fit {
	width: -moz-fit-content !important;
	width: fit-content !important;
}
.w-60 {
	width: 15rem !important;
}
.w-1\/6 {
	width: 16.666667% !important;
}
.w-11\/12 {
	width: 91.666667% !important;
}
.w-\[90\%\] {
	width: 90% !important;
}
.w-1\/2 {
	width: 50% !important;
}
.w-1\/4 {
	width: 25% !important;
}
.w-3\/4 {
	width: 75% !important;
}
.w-5 {
	width: 1.25rem !important;
}
.w-0 {
	width: 0px !important;
}
.w-10 {
	width: 2.5rem !important;
}
.w-6 {
	width: 1.5rem !important;
}
.w-9\/12 {
	width: 75% !important;
}
.w-7\/12 {
	width: 58.333333% !important;
}
.w-8\/12 {
	width: 66.666667% !important;
}
.w-4\/12 {
	width: 33.333333% !important;
}
.w-1\/3 {
	width: 33.333333% !important;
}
.w-\[100px\] {
	width: 100px !important;
}
.w-2\/12 {
	width: 16.666667% !important;
}
.w-6\/12 {
	width: 50% !important;
}
.w-10\/12 {
	width: 83.333333% !important;
}
.w-2\/5 {
	width: 40% !important;
}
.min-w-\[2\.75rem\] {
	min-width: 2.75rem !important;
}
.max-w-4xl {
	max-width: 56rem !important;
}
.max-w-3xl {
	max-width: 48rem !important;
}
.max-w-sm {
	max-width: 24rem !important;
}
.max-w-6xl {
	max-width: 72rem !important;
}
.max-w-7xl {
	max-width: 80rem !important;
}
.max-w-xl {
	max-width: 36rem !important;
}
.max-w-md {
	max-width: 28rem !important;
}
.max-w-xs {
	max-width: 20rem !important;
}
.max-w-9xl {
	max-width: 100rem !important;
}
.max-w-\[1600px\] {
	max-width: 1600px !important;
}
.max-w-\[230px\] {
	max-width: 230px !important;
}
.max-w-full {
	max-width: 100% !important;
}
.max-w-screen-lg {
	max-width: 1024px !important;
}
.max-w-screen-md {
	max-width: 768px !important;
}
.max-w-\[70\%\] {
	max-width: 70% !important;
}
.flex-1 {
	flex: 1 1 !important;
}
.flex-none {
	flex: none !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.shrink {
	flex-shrink: 1 !important;
}
.flex-grow {
	flex-grow: 1 !important;
}
.grow {
	flex-grow: 1 !important;
}
.table-fixed {
	table-layout: fixed !important;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50% !important;
	transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-100 {
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1) !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-default {
	cursor: default !important;
}
.select-none {
	-webkit-user-select: none !important;
	   -moz-user-select: none !important;
	        user-select: none !important;
}
.select-all {
	-webkit-user-select: all !important;
	   -moz-user-select: all !important;
	        user-select: all !important;
}
.resize {
	resize: both !important;
}
.list-inside {
	list-style-position: inside !important;
}
.list-disc {
	list-style-type: disc !important;
}
.list-none {
	list-style-type: none !important;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-col {
	flex-direction: column !important;
}
.flex-col-reverse {
	flex-direction: column-reverse !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.content-center {
	align-content: center !important;
}
.items-start {
	align-items: flex-start !important;
}
.items-end {
	align-items: flex-end !important;
}
.items-center {
	align-items: center !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-between {
	justify-content: space-between !important;
}
.gap-4 {
	gap: 1rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-8 {
	gap: 2rem !important;
}
.gap-12 {
	gap: 3rem !important;
}
.gap-3 {
	gap: 0.75rem !important;
}
.gap-6 {
	gap: 1.5rem !important;
}
.gap-5 {
	gap: 1.25rem !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(2rem * calc(1 - 0)) !important;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(2rem * 0) !important;
	margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.5rem * calc(1 - 0)) !important;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.5rem * 0) !important;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1rem * calc(1 - 0)) !important;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1rem * 0) !important;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.75rem * calc(1 - 0)) !important;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.75rem * 0) !important;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0 !important;
	border-right-width: calc(1px * 0) !important;
	border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
	border-left-width: calc(1px * calc(1 - 0)) !important;
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1 !important;
	border-color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
		border-color: rgb(224 224 224 / var(--tw-divide-opacity)) !important;
	}
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-x-auto {
	overflow-x: auto !important;
}
.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.text-ellipsis {
	text-overflow: ellipsis !important;
}
.whitespace-nowrap {
	white-space: nowrap !important;
}
.break-words {
	overflow-wrap: break-word !important;
}
.rounded-xl {
	border-radius: 0.75rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-lg {
	border-radius: 0.5rem !important;
}
.rounded-full {
	border-radius: 9999px !important;
}
.rounded-none {
	border-radius: 0px !important;
}
.rounded-2xl {
	border-radius: 1rem !important;
}
.rounded-md {
	border-radius: 0.375rem !important;
}
.rounded-b-lg {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.rounded-l {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-r {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-t-md {
	border-top-left-radius: 0.375rem !important;
	border-top-right-radius: 0.375rem !important;
}
.border {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-l-4 {
	border-left-width: 4px !important;
}
.border-l-0 {
	border-left-width: 0px !important;
}
.border-r-0 {
	border-right-width: 0px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-r {
	border-right-width: 1px !important;
}
.border-t {
	border-top-width: 1px !important;
}
.border-l {
	border-left-width: 1px !important;
}
.border-b-0 {
	border-bottom-width: 0px !important;
}
.border-solid {
	border-style: solid !important;
}
.border-dashed {
	border-style: dashed !important;
}
.border-none {
	border-style: none !important;
}
.border-gray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-200 {
		border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-300 {
		border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
	}
}
.border-yellow-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(250 204 21 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-yellow-400 {
		border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-100 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(247 248 249 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-100 {
		border-color: rgb(247 248 249 / var(--tw-border-opacity)) !important;
	}
}
.border-white {
	--tw-border-opacity: 1 !important;
	border-color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-white {
		border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-600 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-600 {
		border-color: rgb(117 117 117 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(189 189 189 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-400 {
		border-color: rgb(189 189 189 / var(--tw-border-opacity)) !important;
	}
}
.border-blue-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-blue-700 {
		border-color: rgb(24 89 143 / var(--tw-border-opacity)) !important;
	}
}
.border-transparent {
	border-color: transparent !important;
}
.border-gray-50 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-50 {
		border-color: rgb(249 250 251 / var(--tw-border-opacity)) !important;
	}
}
.border-\[\#8fb1e8\] {
	--tw-border-opacity: 1 !important;
	border-color: rgb(143 177 232 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-\[\#8fb1e8\] {
		border-color: rgb(143 177 232 / var(--tw-border-opacity)) !important;
	}
}
.bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-50 {
		background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-600 {
		background-color: rgb(49 130 206 / var(--tw-bg-opacity)) !important;
	}
}
.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-white {
		background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-green-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(22 163 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-green-600 {
		background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
	}
}
.bg-red-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(239 68 68 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-red-500 {
		background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(247 248 249 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-100 {
		background-color: rgb(247 248 249 / var(--tw-bg-opacity)) !important;
	}
}
.bg-green-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(34 197 94 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-green-500 {
		background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(66 153 225 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-500 {
		background-color: rgb(66 153 225 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(235 248 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-100 {
		background-color: rgb(235 248 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-yellow-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(254 252 232 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-yellow-50 {
		background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-700 {
		background-color: rgb(24 89 143 / var(--tw-bg-opacity)) !important;
	}
}
.bg-green-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(220 252 231 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-green-100 {
		background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
	}
}
.bg-purple-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(243 232 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-purple-100 {
		background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-indigo-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(224 231 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-indigo-100 {
		background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-orange-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 237 213 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-orange-100 {
		background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-200 {
		background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-300 {
		background-color: rgb(224 224 224 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(158 158 158 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-500 {
		background-color: rgb(158 158 158 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(189 189 189 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-400 {
		background-color: rgb(189 189 189 / var(--tw-bg-opacity)) !important;
	}
}
.bg-orange-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(234 88 12 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-orange-600 {
		background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(33 33 33 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-900 {
		background-color: rgb(33 33 33 / var(--tw-bg-opacity)) !important;
	}
}
.fill-white {
	fill: #fff !important;
}
.fill-\[\#2065d1\] {
	fill: #2065d1 !important;
}
.object-contain {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}
.object-cover {
	-o-object-fit: cover !important;
	   object-fit: cover !important;
}
.p-6 {
	padding: 1.5rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-0 {
	padding: 0px !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.p-24 {
	padding: 6rem !important;
}
.p-9 {
	padding: 2.25rem !important;
}
.p-2\.5 {
	padding: 0.625rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}
.p-\[3px\] {
	padding: 3px !important;
}
.p-px {
	padding: 1px !important;
}
.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-16 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.py-20 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.px-10 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.px-1\.5 {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}
.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.px-16 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}
.py-1\.5 {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
}
.px-2\.5 {
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important;
}
.py-0\.5 {
	padding-top: 0.125rem !important;
	padding-bottom: 0.125rem !important;
}
.py-2\.5 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pb-12 {
	padding-bottom: 3rem !important;
}
.pb-32 {
	padding-bottom: 8rem !important;
}
.pr-4 {
	padding-right: 1rem !important;
}
.pl-6 {
	padding-left: 1.5rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pl-8 {
	padding-left: 2rem !important;
}
.pb-3 {
	padding-bottom: 0.75rem !important;
}
.pl-4 {
	padding-left: 1rem !important;
}
.pr-6 {
	padding-right: 1.5rem !important;
}
.pl-3 {
	padding-left: 0.75rem !important;
}
.pt-px {
	padding-top: 1px !important;
}
.pr-3 {
	padding-right: 0.75rem !important;
}
.pr-1 {
	padding-right: 0.25rem !important;
}
.pt-3 {
	padding-top: 0.75rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pl-14 {
	padding-left: 3.5rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pt-9 {
	padding-top: 2.25rem !important;
}
.pb-9 {
	padding-bottom: 2.25rem !important;
}
.pr-5 {
	padding-right: 1.25rem !important;
}
.pb-5 {
	padding-bottom: 1.25rem !important;
}
.pl-12 {
	padding-left: 3rem !important;
}
.pl-5 {
	padding-left: 1.25rem !important;
}
.pt-5 {
	padding-top: 1.25rem !important;
}
.pt-10 {
	padding-top: 2.5rem !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pr-16 {
	padding-right: 4rem !important;
}
.pr-10 {
	padding-right: 2.5rem !important;
}
.pr-8 {
	padding-right: 2rem !important;
}
.pb-px {
	padding-bottom: 1px !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pt-1\.5 {
	padding-top: 0.375rem !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.font-sans {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Ubuntu, Helvetica, Arial, sans-serif !important;
}
.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
.text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}
.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
.text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
.text-base {
	font-size: 15px !important;
}
.text-5xl {
	font-size: 3rem !important;
	line-height: 1 !important;
}
.text-4xl {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}
.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.text-\[18px\] {
	font-size: 18px !important;
}
.text-\[0\.9em\] {
	font-size: 0.9em !important;
}
.text-\[0\.8em\] {
	font-size: 0.8em !important;
}
.font-extrabold {
	font-weight: 800 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.normal-case {
	text-transform: none !important;
}
.italic {
	font-style: italic !important;
}
.ordinal {
	--tw-ordinal: ordinal !important;
	font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.leading-snug {
	line-height: 1.375 !important;
}
.leading-relaxed {
	line-height: 1.625 !important;
}
.leading-\[1\.2\] {
	line-height: 1.2 !important;
}
.leading-none {
	line-height: 1 !important;
}
.leading-4 {
	line-height: 1rem !important;
}
.leading-5 {
	line-height: 1.25rem !important;
}
.leading-tight {
	line-height: 1.25 !important;
}
.leading-6 {
	line-height: 1.5rem !important;
}
.text-gray-800 {
	--tw-text-opacity: 1 !important;
	color: rgb(69 69 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-800 {
		color: rgb(69 69 74 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(97 97 97 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-700 {
		color: rgb(97 97 97 / var(--tw-text-opacity)) !important;
	}
}
.text-white {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-white {
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-900 {
	--tw-text-opacity: 1 !important;
	color: rgb(33 33 33 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-900 {
		color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-600 {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-600 {
		color: rgb(49 130 206 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(66 153 225 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-500 {
		color: rgb(66 153 225 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-400 {
	--tw-text-opacity: 1 !important;
	color: rgb(189 189 189 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-400 {
		color: rgb(189 189 189 / var(--tw-text-opacity)) !important;
	}
}
.text-orange-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(234 88 12 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-600 {
		color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
	}
}
.text-neutral-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(64 64 64 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-neutral-700 {
		color: rgb(64 64 64 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-700 {
		color: rgb(24 89 143 / var(--tw-text-opacity)) !important;
	}
}
.text-red-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(239 68 68 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-500 {
		color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
	}
}
.text-green-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(22 163 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-green-600 {
		color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
	}
}
.text-purple-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(147 51 234 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-purple-600 {
		color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
	}
}
.text-indigo-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(79 70 229 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-indigo-600 {
		color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
	}
}
.text-\[\#FF5D03\] {
	--tw-text-opacity: 1 !important;
	color: rgb(255 93 3 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-\[\#FF5D03\] {
		color: rgb(255 93 3 / var(--tw-text-opacity)) !important;
	}
}
.text-red-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(220 38 38 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-600 {
		color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(158 158 158 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-500 {
		color: rgb(158 158 158 / var(--tw-text-opacity)) !important;
	}
}
.text-orange-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(194 65 12 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-700 {
		color: rgb(194 65 12 / var(--tw-text-opacity)) !important;
	}
}
.text-red-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(185 28 28 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-700 {
		color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
	}
}
.text-orange-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(249 115 22 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-500 {
		color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-300 {
	--tw-text-opacity: 1 !important;
	color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-300 {
		color: rgb(224 224 224 / var(--tw-text-opacity)) !important;
	}
}
.text-green-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(34 197 94 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-green-500 {
		color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
	}
}
.text-black {
	--tw-text-opacity: 1 !important;
	color: rgb(0 0 0 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-black {
		color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-50 {
	--tw-text-opacity: 1 !important;
	color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-50 {
		color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-800 {
	--tw-text-opacity: 1 !important;
	color: rgb(44 82 130 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-800 {
		color: rgb(44 82 130 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-200 {
	--tw-text-opacity: 1 !important;
	color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-200 {
		color: rgb(238 238 238 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-400 {
	--tw-text-opacity: 1 !important;
	color: rgb(99 179 237 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-400 {
		color: rgb(99 179 237 / var(--tw-text-opacity)) !important;
	}
}
.text-\[\#2065d1\] {
	--tw-text-opacity: 1 !important;
	color: rgb(32 101 209 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-\[\#2065d1\] {
		color: rgb(32 101 209 / var(--tw-text-opacity)) !important;
	}
}
.underline {
	text-decoration-line: underline !important;
}
.no-underline {
	text-decoration-line: none !important;
}
.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	--tw-shadow-colored: 0 0 #0000 !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
	--tw-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
	--tw-shadow-colored: 0 4px 12px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 12px rgba(0,0,0,0.15) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.outline-0 {
	outline-width: 0px !important;
}
.blur {
	--tw-blur: blur(8px) !important;
	filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-md {
	--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-xl {
	--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.grayscale {
	--tw-grayscale: grayscale(100%) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
	--tw-invert: invert(100%) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-all {
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-transform {
	transition-property: transform !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-opacity {
	transition-property: opacity !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-\[max-height\] {
	transition-property: max-height !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.duration-200 {
	transition-duration: 200ms !important;
}
.duration-300 {
	transition-duration: 300ms !important;
}
.duration-500 {
	transition-duration: 500ms !important;
}
.duration-700 {
	transition-duration: 700ms !important;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.\[form\:topic\] {
	form: topic;
}
.\[hash\:base64\] {
	hash: base64;
}
body {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Ubuntu, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	--tw-text-opacity: 1;
	color: rgb(69 69 74 / 1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
@supports (color: rgb(0 0 0 / 0)) {
body {
	color: rgb(69 69 74 / var(--tw-text-opacity));
	}
}
.btn,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
p {
	margin-bottom: 0.5rem;
}
ul {
	list-style-type: disc;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}
ol {
	list-style-type: decimal;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}
a {
	--tw-text-opacity: 1;
	color: rgb(24 89 143 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
a {
		color: rgb(24 89 143 / var(--tw-text-opacity));
	}
}
a:hover {
	text-decoration: underline;
}
#main {
	padding-top: 65px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #45454a;
	text-decoration: none;
}
.btn-default {
	color: #45454a;
	background-color: #fff;
	border-color: #ccc;
}
.btn-primary {
	color: #fff;
	background-color: #18598f;
	border-color: #144b79;
}
.btn-primary:hover {
	color: #fff;
	background-color: #113e63;
	border-color: #0c2b45;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #113e63;
	border-color: #02070c;
}
.btn-action {
	color: #fff;
	background-color: #f29121;
	border-color: #ec850e;
}
.btn-action:hover,
.btn-action:active,
.open > .btn-action.dropdown-toggle {
	color: #fff;
	background-color: #d4770c;
	background-image: none;
	border-color: #b2640a;
}
.btn-action:focus,
.btn-action.focus {
	color: #fff;
	background-color: #d4770c;
	border-color: #734107;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
hr {
	margin: 10px 0;
	border-top-color: #cccac4;
	border-bottom-color: #f0efec;
}
.text-danger {
	--tw-text-opacity: 1;
	color: rgb(153 27 27 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-danger {
		color: rgb(153 27 27 / var(--tw-text-opacity));
	}
}
.text-primary {
	color: #18598f;
}
.border-primary {
	border-color: #18598f;
}
/* i'm sorry - MUI tooltips are overlapped by messed up z-index system in project */
[role="tooltip"] {
	z-index: 10000 !important;
}
[role="alert"] {
	z-index: 10000 !important;
}
.placeholder\:text-gray-600::-moz-placeholder {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-gray-600::-moz-placeholder {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
}
.placeholder\:text-gray-600::-moz-placeholder {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
.placeholder\:text-gray-600::placeholder {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-gray-600::-moz-placeholder {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
.placeholder\:text-gray-600::placeholder {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
}
.first\:mt-0:first-child {
	margin-top: 0px !important;
}
.first\:border-t:first-child {
	border-top-width: 1px !important;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0px !important;
}
.hover\:border-blue-600:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-blue-600:hover {
		border-color: rgb(49 130 206 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-blue-700:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-blue-700:hover {
		border-color: rgb(24 89 143 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-red-600:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(220 38 38 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-red-600:hover {
		border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-orange-500:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(249 115 22 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-orange-500:hover {
		border-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-\[\#2065d1\]:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(32 101 209 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-\[\#2065d1\]:hover {
		border-color: rgb(32 101 209 / var(--tw-border-opacity)) !important;
	}
}
.hover\:bg-blue-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-blue-700:hover {
		background-color: rgb(24 89 143 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-green-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(21 128 61 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-green-700:hover {
		background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(220 38 38 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-red-600:hover {
		background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-50:hover {
		background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-green-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(22 163 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-green-600:hover {
		background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-sky-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(3 105 161 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-sky-700:hover {
		background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-200:hover {
		background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(247 248 249 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-100:hover {
		background-color: rgb(247 248 249 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-orange-500:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 115 22 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-orange-500:hover {
		background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-\[\#edf3fc\]:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(237 243 252 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-\[\#edf3fc\]:hover {
		background-color: rgb(237 243 252 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(97 97 97 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-700:hover {
		background-color: rgb(97 97 97 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:text-blue-800:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(44 82 130 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-blue-800:hover {
		color: rgb(44 82 130 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-blue-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-blue-700:hover {
		color: rgb(24 89 143 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(97 97 97 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-700:hover {
		color: rgb(97 97 97 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-white:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-white:hover {
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-blue-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-blue-600:hover {
		color: rgb(49 130 206 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(33 33 33 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-900:hover {
		color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
	}
}
.hover\:underline:hover {
	text-decoration-line: underline !important;
}
.hover\:no-underline:hover {
	text-decoration-line: none !important;
}
.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:border-blue-500:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgb(66 153 225 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.focus\:border-blue-500:focus {
		border-color: rgb(66 153 225 / var(--tw-border-opacity)) !important;
	}
}
.focus\:border-blue-600:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.focus\:border-blue-600:focus {
		border-color: rgb(49 130 206 / var(--tw-border-opacity)) !important;
	}
}
.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-blue-100:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgb(235 248 255 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgb(66 153 225 / var(--tw-ring-opacity)) !important;
}
.group:hover .group-hover\:inline-block {
	display: inline-block !important;
}
.group:hover .group-hover\:bg-blue-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:bg-blue-600 {
		background-color: rgb(49 130 206 / var(--tw-bg-opacity)) !important;
	}
}
.group:hover .group-hover\:bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:bg-gray-50 {
		background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
	}
}
.group:hover .group-hover\:text-blue-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:text-blue-600 {
		color: rgb(49 130 206 / var(--tw-text-opacity)) !important;
	}
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1 !important;
}
@media (min-width: 640px) {
	.sm\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.sm\:mb-12 {
		margin-bottom: 3rem !important;
	}
	.sm\:mb-6 {
		margin-bottom: 1.5rem !important;
	}
	.sm\:mb-2 {
		margin-bottom: 0.5rem !important;
	}
	.sm\:mr-7 {
		margin-right: 1.75rem !important;
	}
	.sm\:mb-0 {
		margin-bottom: 0px !important;
	}
	.sm\:mt-0 {
		margin-top: 0px !important;
	}
	.sm\:ml-auto {
		margin-left: auto !important;
	}
	.sm\:mr-3 {
		margin-right: 0.75rem !important;
	}
	.sm\:mr-1 {
		margin-right: 0.25rem !important;
	}
	.sm\:mr-0 {
		margin-right: 0px !important;
	}
	.sm\:ml-0 {
		margin-left: 0px !important;
	}
	.sm\:mt-2 {
		margin-top: 0.5rem !important;
	}
	.sm\:block {
		display: block !important;
	}
	.sm\:inline-block {
		display: inline-block !important;
	}
	.sm\:flex {
		display: flex !important;
	}
	.sm\:w-auto {
		width: auto !important;
	}
	.sm\:w-3\/12 {
		width: 25% !important;
	}
	.sm\:w-64 {
		width: 16rem !important;
	}
	.sm\:w-0 {
		width: 0px !important;
	}
	.sm\:w-9\/12 {
		width: 75% !important;
	}
	.sm\:max-w-none {
		max-width: none !important;
	}
	.sm\:flex-none {
		flex: none !important;
	}
	.sm\:flex-grow {
		flex-grow: 1 !important;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.sm\:flex-row {
		flex-direction: row !important;
	}
	.sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0 !important;
		margin-top: calc(0.5rem * calc(1 - 0)) !important;
		margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
		margin-bottom: calc(0.5rem * 0) !important;
		margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
	}
	.sm\:overflow-hidden {
		overflow: hidden !important;
	}
	.sm\:overflow-visible {
		overflow: visible !important;
	}
	.sm\:rounded-lg {
		border-radius: 0.5rem !important;
	}
	.sm\:rounded {
		border-radius: 0.25rem !important;
	}
	.sm\:border-transparent {
		border-color: transparent !important;
	}
	.sm\:bg-white {
		--tw-bg-opacity: 1 !important;
		background-color: rgb(255 255 255 / 1) !important;
	}

@supports (color: rgb(0 0 0 / 0)) {
.sm\:bg-white {
			background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
		}
}
	.sm\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.sm\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.sm\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.sm\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.sm\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.sm\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
	}
	.sm\:pb-6 {
		padding-bottom: 1.5rem !important;
	}
	.sm\:pb-3 {
		padding-bottom: 0.75rem !important;
	}
	.sm\:pl-3 {
		padding-left: 0.75rem !important;
	}
	.sm\:pr-3 {
		padding-right: 0.75rem !important;
	}
	.sm\:pr-px {
		padding-right: 1px !important;
	}
	.sm\:pt-2 {
		padding-top: 0.5rem !important;
	}
	.sm\:pb-5 {
		padding-bottom: 1.25rem !important;
	}
	.sm\:pb-0 {
		padding-bottom: 0px !important;
	}
	.sm\:pb-2 {
		padding-bottom: 0.5rem !important;
	}
	.sm\:text-left {
		text-align: left !important;
	}
	.sm\:text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
	.sm\:text-lg {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
	.sm\:text-base {
		font-size: 15px !important;
	}
	.sm\:text-blue-700 {
		--tw-text-opacity: 1 !important;
		color: rgb(24 89 143 / 1) !important;
	}

@supports (color: rgb(0 0 0 / 0)) {
.sm\:text-blue-700 {
			color: rgb(24 89 143 / var(--tw-text-opacity)) !important;
		}
}
	.sm\:focus\:border-transparent:focus {
		border-color: transparent !important;
	}
}
@media (min-width: 768px) {
	.md\:relative {
		position: relative !important;
	}
	.md\:order-none {
		order: 0 !important;
	}
	.md\:order-1 {
		order: 1 !important;
	}
	.md\:order-2 {
		order: 2 !important;
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2 !important;
	}
	.md\:mx-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.md\:mx-1\.5 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important;
	}
	.md\:mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.md\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.md\:mr-2 {
		margin-right: 0.5rem !important;
	}
	.md\:ml-4 {
		margin-left: 1rem !important;
	}
	.md\:mb-4 {
		margin-bottom: 1rem !important;
	}
	.md\:mt-6 {
		margin-top: 1.5rem !important;
	}
	.md\:mr-0 {
		margin-right: 0px !important;
	}
	.md\:mb-0 {
		margin-bottom: 0px !important;
	}
	.md\:mt-0 {
		margin-top: 0px !important;
	}
	.md\:ml-0 {
		margin-left: 0px !important;
	}
	.md\:mt-4 {
		margin-top: 1rem !important;
	}
	.md\:block {
		display: block !important;
	}
	.md\:inline-block {
		display: inline-block !important;
	}
	.md\:flex {
		display: flex !important;
	}
	.md\:hidden {
		display: none !important;
	}
	.md\:h-48 {
		height: 12rem !important;
	}
	.md\:w-48 {
		width: 12rem !important;
	}
	.md\:w-80 {
		width: 20rem !important;
	}
	.md\:w-auto {
		width: auto !important;
	}
	.md\:w-8\/12 {
		width: 66.666667% !important;
	}
	.md\:w-4\/12 {
		width: 33.333333% !important;
	}
	.md\:w-9\/12 {
		width: 75% !important;
	}
	.md\:w-3\/12 {
		width: 25% !important;
	}
	.md\:w-6\/12 {
		width: 50% !important;
	}
	.md\:flex-none {
		flex: none !important;
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.md\:flex-row {
		flex-direction: row !important;
	}
	.md\:flex-wrap {
		flex-wrap: wrap !important;
	}
	.md\:items-center {
		align-items: center !important;
	}
	.md\:justify-between {
		justify-content: space-between !important;
	}
	.md\:gap-12 {
		gap: 3rem !important;
	}
	.md\:gap-16 {
		gap: 4rem !important;
	}
	.md\:gap-8 {
		gap: 2rem !important;
	}
	.md\:gap-6 {
		gap: 1.5rem !important;
	}
	.md\:gap-0 {
		gap: 0px !important;
	}
	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0 !important;
		margin-top: calc(0px * calc(1 - 0)) !important;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
		margin-bottom: calc(0px * 0) !important;
		margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
	}
	.md\:border-0 {
		border-width: 0px !important;
	}
	.md\:bg-transparent {
		background-color: transparent !important;
	}
	.md\:p-6 {
		padding: 1.5rem !important;
	}
	.md\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.md\:px-3 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}
	.md\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.md\:py-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.md\:pt-3 {
		padding-top: 0.75rem !important;
	}
	.md\:pt-0 {
		padding-top: 0px !important;
	}
	.md\:pt-6 {
		padding-top: 1.5rem !important;
	}
	.md\:pr-5 {
		padding-right: 1.25rem !important;
	}
	.md\:pl-4 {
		padding-left: 1rem !important;
	}
	.md\:text-4xl {
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}
	.md\:text-lg {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
	.md\:text-5xl {
		font-size: 3rem !important;
		line-height: 1 !important;
	}
	.md\:text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
	.md\:text-xl {
		font-size: 1.25rem !important;
		line-height: 1.75rem !important;
	}
	.md\:text-sm {
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}
}
@media (min-width: 1024px) {
	.lg\:order-1 {
		order: 1 !important;
	}
	.lg\:order-2 {
		order: 2 !important;
	}
	.lg\:col-span-3 {
		grid-column: span 3 / span 3 !important;
	}
	.lg\:float-right {
		float: right !important;
	}
	.lg\:mx-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.lg\:mt-7 {
		margin-top: 1.75rem !important;
	}
	.lg\:mt-2 {
		margin-top: 0.5rem !important;
	}
	.lg\:block {
		display: block !important;
	}
	.lg\:inline {
		display: inline !important;
	}
	.lg\:flex {
		display: flex !important;
	}
	.lg\:hidden {
		display: none !important;
	}
	.lg\:h-12 {
		height: 3rem !important;
	}
	.lg\:w-6\/12 {
		width: 50% !important;
	}
	.lg\:w-10\/12 {
		width: 83.333333% !important;
	}
	.lg\:w-12 {
		width: 3rem !important;
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.lg\:flex-row {
		flex-direction: row !important;
	}
	.lg\:gap-7 {
		gap: 1.75rem !important;
	}
	.lg\:gap-8 {
		gap: 2rem !important;
	}
	.lg\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.lg\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}
	.lg\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.lg\:pl-0 {
		padding-left: 0px !important;
	}
	.lg\:pr-8 {
		padding-right: 2rem !important;
	}
	.lg\:pt-5 {
		padding-top: 1.25rem !important;
	}
	.lg\:pt-9 {
		padding-top: 2.25rem !important;
	}
	.lg\:pr-5 {
		padding-right: 1.25rem !important;
	}
	.lg\:text-left {
		text-align: left !important;
	}
	.lg\:text-6xl {
		font-size: 3.75rem !important;
		line-height: 1 !important;
	}
	.lg\:text-5xl {
		font-size: 3rem !important;
		line-height: 1 !important;
	}
}
@media (min-width: 1280px) {
	.xl\:left-\[20\%\] {
		left: 20% !important;
	}
	.xl\:right-\[80\%\] {
		right: 80% !important;
	}
	.xl\:mt-0 {
		margin-top: 0px !important;
	}
	.xl\:mr-3 {
		margin-right: 0.75rem !important;
	}
	.xl\:block {
		display: block !important;
	}
	.xl\:flex {
		display: flex !important;
	}
	.xl\:w-\[80\%\] {
		width: 80% !important;
	}
	.xl\:w-\[20\%\] {
		width: 20% !important;
	}
	.xl\:w-4\/12 {
		width: 33.333333% !important;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.xl\:flex-row {
		flex-direction: row !important;
	}
	.xl\:border-transparent {
		border-color: transparent !important;
	}
	.xl\:bg-transparent {
		background-color: transparent !important;
	}
	.xl\:pt-12 {
		padding-top: 3rem !important;
	}
	.xl\:pb-12 {
		padding-bottom: 3rem !important;
	}
	.xl\:pb-0 {
		padding-bottom: 0px !important;
	}
}
@media (min-width: 1536px) {
	.\32xl\:mt-8 {
		margin-top: 2rem !important;
	}
	.\32xl\:w-10\/12 {
		width: 83.333333% !important;
	}
	.\32xl\:gap-8 {
		gap: 2rem !important;
	}
}
@media (min-width: 500px) {
	.above-500px\:inline {
		display: inline !important;
	}
	.above-500px\:hidden {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.bs-large\:ml-64 {
		margin-left: 16rem !important;
	}
	.bs-large\:block {
		display: block !important;
	}
	.bs-large\:hidden {
		display: none !important;
	}
	.bs-large\:w-60 {
		width: 15rem !important;
	}
	.bs-large\:flex-nowrap {
		flex-wrap: nowrap !important;
	}
	.bs-large\:pt-0 {
		padding-top: 0px !important;
	}
	.bs-large\:pl-0 {
		padding-left: 0px !important;
	}
}
@media (min-width: 766px) {
	.bs-xs\:mr-0 {
		margin-right: 0px !important;
	}
	.bs-xs\:block {
		display: block !important;
	}
	.bs-xs\:inline-block {
		display: inline-block !important;
	}
	.bs-xs\:hidden {
		display: none !important;
	}
	.bs-xs\:flex-row {
		flex-direction: row !important;
	}
	.bs-xs\:hover\:text-blue-500:hover {
		--tw-text-opacity: 1 !important;
		color: rgb(66 153 225 / 1) !important;
	}

@supports (color: rgb(0 0 0 / 0)) {
.bs-xs\:hover\:text-blue-500:hover {
			color: rgb(66 153 225 / var(--tw-text-opacity)) !important;
		}
}
}
@media (min-width: 1440px) {
	.laptop-l\:inline-block {
		display: inline-block !important;
	}
	.laptop-l\:hidden {
		display: none !important;
	}
}
@media (min-width: 1110px) {
	.visitor-banner-desktop\:flex {
		display: flex !important;
	}
}
@media (min-width: 1100px) {
	.header-desktop\:hidden {
		display: none !important;
	}
}

.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://app.lp.dev.lexp.cloud/assets/packs/media/slick/ajax-loader-0b80f665.gif) center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-25572f22.eot);
    src: url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-25572f22.eot?#iefix) format('embedded-opentype'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-653a4cbb.woff) format('woff'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-6aa1ee46.ttf) format('truetype'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*# sourceMappingURL=homepage-e1c65d88.css.map*/